@charset "UTF-8";
/*-------------base-------------*/
/*Webフォント読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/*使用Webフォント*/
/*使用カラー*/
/*フォントサイズ*/
/*サイト全体のフォント指定*/
html {
  font-size: 10px;
}

body {
  font-family: "Arial", "BIZ UDGothic", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #333333;
  position: relative;
}
body br.pc {
  display: block;
}
@media screen and (max-width: 540px) {
  body br.pc {
    display: none;
  }
}
body br.sp {
  display: none;
}
@media screen and (max-width: 540px) {
  body br.sp {
    display: block;
  }
}
body::after {
  content: "";
  background: url(../../images/bg_object01.png), url(../../images/bg_object02.png), #FEF8E6;
  background-size: 330px, 359px, cover;
  background-repeat: no-repeat;
  background-position: top 0 left 0, bottom 0 right 0, center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body::after {
    background: url(../../images/bg_object01.png), url(../../images/bg_object02.png), #FEF8E6;
    background-size: 120px, 120px, cover;
    background-repeat: no-repeat;
    background-position: top 0 left 0, bottom 0 right 0, center;
  }
}

/*-------------mixin-------------*/
/*-------------base-------------*/
/*-------------ブレイクポイント-------------*/
/*-------------本文-------------*/
/*-------------フリップアニメーション-------------*/
@keyframes flip-anime {
  0% {
    opacity: 0;
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
  }
  100% {
    opacity: 1;
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  }
}
@keyframes flip-x {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
/*-------------フェードアップ-------------*/
/*-------------フェードイン-------------*/
/*-------------フェードアップ左-------------*/
/*-------------フェードアップ右-------------*/
/*-------------回転アニメージョン-------------*/
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*-------------左側から流れるアニメーション-------------*/
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*-------------ズームイン-------------*/
@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*-------------ホバー透過-------------*/
/*-------------画像設定-------------*/
/*-------------擬似要素-------------*/
/*-------------flex space-between-------------*/
/*-------------ボタン-------------*/
/*-------------フォーム入力欄-------------*/
/*-------------フォームテキスト-------------*/
/*-------------チェックボックス-------------*/
/*-------------ラジオボタン-------------*/
/*-------------ページャー-------------*/
/*------------リスト-------------*/
/*------------olリスト-------------*/
/*-------------ニュース、コラムパーツ-------------*/
/*-------------コンテンツ幅-------------*/
/*-------------コンテンツ余白-------------*/
/*-------------表-------------*/
/*-------------h2見出し-------------*/
/*-------------下線見出し-------------*/
/*-------------お知らせリスト-------------*/
/*-------------私たちについてリスト-------------*/
/*-------------余白-------------*/
/*-------------カテゴリーリスト-------------*/
/*-------------page-------------*/
/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------スライドショー-------------*/
.top-slide-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-slide-section__list li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.top-slide-section__list li img.img-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .top-slide-section__list li img.img-pc {
    display: none;
  }
}
.top-slide-section__list li img.img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-slide-section__list li img.img-sp {
    display: block;
  }
}

/*-------------概要-------------*/
.top-desc-section {
  padding: 120px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .top-desc-section {
    padding: 60px 20px 0 20px;
  }
}
.top-desc-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.top-desc-section-inner .top-desc-section__heading {
  max-width: 840px;
  width: 100%;
  margin: 0 auto 60px auto;
  opacity: 0;
  transition: all 2000ms;
}
.top-desc-section-inner .top-desc-section__heading.is-animated {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .top-desc-section-inner .top-desc-section__heading {
    margin: 0 auto 30px auto;
  }
}
.top-desc-section-inner .top-desc-section__heading img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-desc-section-inner .top-desc-section__sub-heading {
  margin: 0 0 30px 0;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  color: #46AF37;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-desc-section-inner .top-desc-section__sub-heading {
    transform: translate(0, 40px);
  }
}
.top-desc-section-inner .top-desc-section__sub-heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .top-desc-section-inner .top-desc-section__sub-heading {
    margin: 0 0 20px 0;
    font-size: 2rem;
  }
}
.top-desc-section-inner .top-desc-section__sub-heading span {
  background: linear-gradient(transparent 70%, #F8F594 70%);
}
.top-desc-section-inner .top-desc-section__txt {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-desc-section-inner .top-desc-section__txt {
    transform: translate(0, 40px);
  }
}
.top-desc-section-inner .top-desc-section__txt.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-desc-section-inner .top-desc-section__txt {
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .top-desc-section-inner .top-desc-section__txt {
    margin: 0 auto 20px auto;
  }
}
.top-desc-section-inner .top-desc-section__txt p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-desc-section-inner .top-desc-section__txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-desc-section-inner .top-desc-section__txt p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.top-desc-section-inner .top-desc-section__txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-desc-section-inner .top-desc-section__txt p > a:hover {
    opacity: 1;
  }
}
.top-desc-section-inner .top-desc-section__txt p span {
  color: #46AF37;
  font-weight: 600;
}
.top-desc-section-inner .top-desc-section__txt p {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-desc-section-inner .top-desc-section__txt p {
    text-align: left;
    margin: 0;
  }
}
.top-desc-section-inner .top-desc-section__img {
  opacity: 0;
  transition: all 2000ms;
}
.top-desc-section-inner .top-desc-section__img.is-animated {
  opacity: 1;
}
.top-desc-section-inner .top-desc-section__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------お知らせ-------------*/
.top-news-section {
  padding: 120px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .top-news-section {
    padding: 60px 20px 0 20px;
  }
}
.top-news-section__cont {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  background: #FFFFFF;
  padding: 120px 20px;
  border-radius: 7rem;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont {
    padding: 60px 20px;
    border-radius: 3rem;
  }
}
.top-news-section__cont-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.top-news-section__cont-inner .top-news-section__heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__heading {
    transform: translate(0, 40px);
  }
}
.top-news-section__cont-inner .top-news-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-news-section__cont-inner .top-news-section__heading {
  margin: 0 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__heading {
    margin: 0 0 30px 0;
  }
}
.top-news-section__cont-inner .top-news-section__heading-inner {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__heading-inner {
    padding: 0 30px;
  }
}
.top-news-section__cont-inner .top-news-section__heading-inner::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.top-news-section__cont-inner .top-news-section__heading-inner::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.top-news-section__cont-inner .top-news-section__heading-inner .en-txt {
  font-size: 3.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #46AF37;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__heading-inner .en-txt {
    font-size: 2.8rem;
  }
}
.top-news-section__cont-inner .top-news-section__heading-inner h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #46AF37;
}
.top-news-section__cont-inner .top-news-section__list {
  padding: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-news-section__cont-inner .top-news-section__list .csr-section__no-txt {
  text-align: center;
  width: 100%;
}
.top-news-section__cont-inner .top-news-section__list::after {
  content: "";
  display: block;
  height: auto;
  width: 31.89%;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__list::after {
    width: 48.5%;
  }
}
.top-news-section__cont-inner .top-news-section__list::before {
  content: "";
  display: block;
  height: auto;
  width: 31.89%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__list::before {
    width: 48.5%;
  }
}
.top-news-section__cont-inner .top-news-section__list > li {
  width: 31.89%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__list > li {
    width: 48.5%;
    margin: 0 0 15px 0;
  }
}
.top-news-section__cont-inner .top-news-section__list > li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-news-section__cont-inner .top-news-section__list > li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-news-section__cont-inner .top-news-section__list > li a:hover {
    opacity: 1;
  }
}
.top-news-section__cont-inner .top-news-section__list > li a {
  border: dotted 2px #BCDBB8;
  border-radius: 1rem;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.top-news-section__cont-inner .top-news-section__list > li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_bk.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__list > li a::after {
    right: 15px;
    bottom: 15px;
  }
}
.top-news-section__cont-inner .top-news-section__list > li a .news-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem 0.8rem 0 0;
  aspect-ratio: 2/1.33;
}
.top-news-section__cont-inner .top-news-section__list > li a .news-section__list-txt {
  padding: 20px 20px 50px 20px;
  box-sizing: border-box;
  border-radius: 0 0 1rem 1rem;
  background: #FFFFFF;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__list > li a .news-section__list-txt {
    padding: 15px 15px 40px 15px;
  }
}
.top-news-section__cont-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info {
    margin: 0;
  }
}
.top-news-section__cont-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info .time-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #46AF37;
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info .time-txt {
    font-size: 1.2rem;
  }
}
.top-news-section__cont-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat {
  padding: 0;
  margin: 0;
  list-style: none;
}
.top-news-section__cont-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat li {
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  background: #46AF37;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat li {
    font-size: 1.2rem;
  }
}
.top-news-section__cont-inner .top-news-section__list > li a .news-section__list-txt h3 {
  font-size: 1.8rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__list > li a .news-section__list-txt h3 {
    font-size: 1.4rem;
  }
}
.top-news-section__cont-inner .top-news-section__list > li {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__list > li {
    transform: translate(0, 40px);
  }
}
.top-news-section__cont-inner .top-news-section__list > li.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-news-section__cont-inner .top-news-section__list > li:nth-of-type(2) {
  transition-delay: 150ms;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__list > li:nth-of-type(2) {
    transition-delay: 0ms;
  }
}
.top-news-section__cont-inner .top-news-section__list > li:nth-of-type(3) {
  transition-delay: 300ms;
}
@media screen and (max-width: 768px) {
  .top-news-section__cont-inner .top-news-section__list > li:nth-of-type(3) {
    transition-delay: 0ms;
  }
}
.top-news-section__cont-inner .btn-main {
  max-width: 300px;
  width: 100%;
}
.top-news-section__cont-inner .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-news-section__cont-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-news-section__cont-inner .btn-main a:hover {
    opacity: 1;
  }
}
.top-news-section__cont-inner .btn-main a {
  padding: 10px;
  box-sizing: border-box;
  background: #46AF37;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-news-section__cont-inner .btn-main a {
    font-size: 1.6rem;
  }
}
.top-news-section__cont-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_r_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.top-news-section__cont-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_l_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.top-news-section__cont-inner .btn-main {
  opacity: 0;
  transition: all 2000ms;
}
.top-news-section__cont-inner .btn-main.is-animated {
  opacity: 1;
}
.top-news-section__cont-inner .btn-main {
  margin: 0 auto;
  width: auto;
}

/*-------------事業内容-------------*/
.top-service-section {
  padding: 120px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .top-service-section {
    padding: 60px 20px 0 20px;
  }
}
.top-service-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.top-service-section-inner .top-service-section__heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__heading {
    transform: translate(0, 40px);
  }
}
.top-service-section-inner .top-service-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-service-section-inner .top-service-section__heading {
  margin: 0 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__heading {
    margin: 0 0 30px 0;
  }
}
.top-service-section-inner .top-service-section__heading-inner {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__heading-inner {
    padding: 0 30px;
  }
}
.top-service-section-inner .top-service-section__heading-inner::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.top-service-section-inner .top-service-section__heading-inner::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.top-service-section-inner .top-service-section__heading-inner .en-txt {
  font-size: 3.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #46AF37;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__heading-inner .en-txt {
    font-size: 2.8rem;
  }
}
.top-service-section-inner .top-service-section__heading-inner h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #46AF37;
}
.top-service-section-inner .top-service-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-service-section-inner .top-service-section__list li {
  width: 32.04%;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .top-service-section-inner .top-service-section__list li:last-child {
    margin: 0;
  }
}
.top-service-section-inner .top-service-section__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-service-section-inner .top-service-section__list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-service-section-inner .top-service-section__list li a:hover {
    opacity: 1;
  }
}
.top-service-section-inner .top-service-section__list li a .top-service-section__list-thumbnail {
  width: 100%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__list li a .top-service-section__list-thumbnail {
    max-width: 240px;
    margin: 0 auto 20px auto;
  }
}
.top-service-section-inner .top-service-section__list li a .top-service-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.top-service-section-inner .top-service-section__list li a h3 {
  margin: 0 0 20px 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__list li a h3 {
    margin: 0 0 10px 0;
    font-size: 2rem;
  }
}
.top-service-section-inner .top-service-section__list li a h3 span {
  background: linear-gradient(transparent 70%, #F8F594 70%);
}
.top-service-section-inner .top-service-section__list li a h3 span::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_g.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
}
.top-service-section-inner .top-service-section__list li a p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__list li a p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-service-section-inner .top-service-section__list li a p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.top-service-section-inner .top-service-section__list li a p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-service-section-inner .top-service-section__list li a p > a:hover {
    opacity: 1;
  }
}
.top-service-section-inner .top-service-section__list li a p span {
  color: #46AF37;
  font-weight: 600;
}
.top-service-section-inner .top-service-section__list li a p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__list li a p {
    margin: 0;
  }
}
.top-service-section-inner .top-service-section__list .no-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__list .no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-service-section-inner .top-service-section__list .no-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.top-service-section-inner .top-service-section__list .no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-service-section-inner .top-service-section__list .no-txt > a:hover {
    opacity: 1;
  }
}
.top-service-section-inner .top-service-section__list .no-txt span {
  color: #46AF37;
  font-weight: 600;
}
.top-service-section-inner .top-service-section__list .no-txt {
  text-align: center;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__list .no-txt {
    margin: 0;
  }
}
.top-service-section-inner .top-service-section__list li {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__list li {
    transform: translate(0, 40px);
  }
}
.top-service-section-inner .top-service-section__list li.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-service-section-inner .top-service-section__list li:nth-of-type(2) {
  transition-delay: 150ms;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__list li:nth-of-type(2) {
    transition-delay: 0ms;
  }
}
.top-service-section-inner .top-service-section__list li:nth-of-type(3) {
  transition-delay: 300ms;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__list li:nth-of-type(3) {
    transition-delay: 0ms;
  }
}
.top-service-section-inner .top-service-section__list .no-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__list .no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-service-section-inner .top-service-section__list .no-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.top-service-section-inner .top-service-section__list .no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-service-section-inner .top-service-section__list .no-txt > a:hover {
    opacity: 1;
  }
}
.top-service-section-inner .top-service-section__list .no-txt span {
  color: #46AF37;
  font-weight: 600;
}
.top-service-section-inner .top-service-section__list .no-txt {
  text-align: center;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .top-service-section__list .no-txt {
    margin: 0;
  }
}
.top-service-section-inner .btn-main {
  max-width: 300px;
  width: 100%;
}
.top-service-section-inner .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-service-section-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-service-section-inner .btn-main a:hover {
    opacity: 1;
  }
}
.top-service-section-inner .btn-main a {
  padding: 10px;
  box-sizing: border-box;
  background: #46AF37;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-service-section-inner .btn-main a {
    font-size: 1.6rem;
  }
}
.top-service-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_r_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.top-service-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_l_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.top-service-section-inner .btn-main {
  opacity: 0;
  transition: all 2000ms;
}
.top-service-section-inner .btn-main.is-animated {
  opacity: 1;
}
.top-service-section-inner .btn-main {
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .top-service-section-inner .btn-main {
    margin: 30px auto 0 auto;
  }
}

/*-------------実績紹介-------------*/
.top-works-section {
  margin: 120px 0 0 0;
  padding: 80px 0;
  background: #FFFFFF;
  border-radius: 7rem;
}
@media screen and (max-width: 768px) {
  .top-works-section {
    margin: 60px 0 0 0;
    padding: 60px 0;
    border-radius: 3rem;
  }
}
.top-works-section__heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-works-section__heading {
    transform: translate(0, 40px);
  }
}
.top-works-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-works-section__heading {
  max-width: 1200px;
  width: auto;
  padding: 0 20px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .top-works-section__heading {
    margin: 0 0 30px 0;
    text-align: center;
  }
}
.top-works-section__heading-inner {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-works-section__heading-inner {
    padding: 0 30px;
  }
}
.top-works-section__heading-inner::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.top-works-section__heading-inner::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.top-works-section__heading-inner .en-txt {
  font-size: 3.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #46AF37;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .top-works-section__heading-inner .en-txt {
    font-size: 2.8rem;
  }
}
.top-works-section__heading-inner h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #46AF37;
}
.top-works-section__list {
  padding: 0;
  margin: 0 0 60px 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .top-works-section__list {
    margin: 0 0 30px 0;
  }
}
.top-works-section__list.not_slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  width: auto;
  padding: 0 20px;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .top-works-section__list.not_slide {
    margin: 0 auto 20px auto;
  }
}
.top-works-section__list.not_slide li {
  margin: 0;
  width: 32.36%;
}
@media screen and (max-width: 768px) {
  .top-works-section__list.not_slide li {
    margin: 0 0 10px 0;
    width: 48.5%;
  }
}
.top-works-section__list li {
  margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .top-works-section__list li {
    margin: 0 10px;
  }
}
.top-works-section__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-works-section__list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-works-section__list li a:hover {
    opacity: 1;
  }
}
.top-works-section__list li a {
  border: dotted 2px #BCDBB8;
  border-radius: 1rem;
  position: relative;
  box-sizing: border-box;
}
.top-works-section__list li a .top-works-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem 0.8rem 0 0;
  aspect-ratio: 2/1.18;
}
.top-works-section__list li a .top-works-section__list-txt {
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0 0 1rem 1rem;
}
.top-works-section__list li a .top-works-section__list-txt h3 {
  font-size: 1.8rem;
  color: #46AF37;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .top-works-section__list li a .top-works-section__list-txt h3 {
    font-size: 1.6rem;
  }
}
.top-works-section__list li a .top-works-section__list-txt p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-works-section__list li a .top-works-section__list-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-works-section__list li a .top-works-section__list-txt p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.top-works-section__list li a .top-works-section__list-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-works-section__list li a .top-works-section__list-txt p > a:hover {
    opacity: 1;
  }
}
.top-works-section__list li a .top-works-section__list-txt p span {
  color: #46AF37;
  font-weight: 600;
}
.top-works-section__list li a .top-works-section__list-txt p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .top-works-section__list li a .top-works-section__list-txt p {
    margin: 0;
  }
}
.top-works-section__list .no-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .top-works-section__list .no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.top-works-section__list .no-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.top-works-section__list .no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-works-section__list .no-txt > a:hover {
    opacity: 1;
  }
}
.top-works-section__list .no-txt span {
  color: #46AF37;
  font-weight: 600;
}
.top-works-section__list .no-txt {
  text-align: center;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top-works-section__list .no-txt {
    margin: 0;
  }
}
.top-works-section__btn {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  padding: 0 20px;
}
.top-works-section__btn .btn-main {
  max-width: 300px;
  width: 100%;
}
.top-works-section__btn .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-works-section__btn .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-works-section__btn .btn-main a:hover {
    opacity: 1;
  }
}
.top-works-section__btn .btn-main a {
  padding: 10px;
  box-sizing: border-box;
  background: #46AF37;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-works-section__btn .btn-main a {
    font-size: 1.6rem;
  }
}
.top-works-section__btn .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_r_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.top-works-section__btn .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_l_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.top-works-section__btn .btn-main {
  opacity: 0;
  transition: all 2000ms;
}
.top-works-section__btn .btn-main.is-animated {
  opacity: 1;
}
.top-works-section__btn .btn-main {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .top-works-section__btn .btn-main {
    margin: 0 auto;
  }
}

/*-------------トピックス-------------*/
.top-topics-section {
  padding: 120px 20px;
}
@media screen and (max-width: 768px) {
  .top-topics-section {
    padding: 60px 20px 45px 20px;
  }
}
.top-topics-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.top-topics-section-inner .top-topics-section__heading {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-topics-section-inner .top-topics-section__heading {
    transform: translate(0, 40px);
  }
}
.top-topics-section-inner .top-topics-section__heading.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
.top-topics-section-inner .top-topics-section__heading {
  margin: 0 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-topics-section-inner .top-topics-section__heading {
    margin: 0 0 30px 0;
  }
}
.top-topics-section-inner .top-topics-section__heading-inner {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-topics-section-inner .top-topics-section__heading-inner {
    padding: 0 30px;
  }
}
.top-topics-section-inner .top-topics-section__heading-inner::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.top-topics-section-inner .top-topics-section__heading-inner::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.top-topics-section-inner .top-topics-section__heading-inner .en-txt {
  font-size: 3.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #46AF37;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .top-topics-section-inner .top-topics-section__heading-inner .en-txt {
    font-size: 2.8rem;
  }
}
.top-topics-section-inner .top-topics-section__heading-inner h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #46AF37;
}
.top-topics-section-inner .top-topics-section__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 1400px) {
  .top-topics-section-inner .top-topics-section__list {
    max-width: 540px;
    margin: 0 auto;
    width: auto;
  }
}
.top-topics-section-inner .top-topics-section__list .top-topics-section__list-item {
  width: 23.54%;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .top-topics-section-inner .top-topics-section__list .top-topics-section__list-item {
    transform: translate(0, 40px);
  }
}
.top-topics-section-inner .top-topics-section__list .top-topics-section__list-item.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 1400px) {
  .top-topics-section-inner .top-topics-section__list .top-topics-section__list-item {
    width: 48%;
    margin: 0 0 15px 0;
  }
}
.top-topics-section-inner .top-topics-section__list .top-topics-section__list-item:nth-of-type(2) {
  transition-delay: 100ms;
}
@media screen and (max-width: 768px) {
  .top-topics-section-inner .top-topics-section__list .top-topics-section__list-item:nth-of-type(2) {
    transition-delay: 0ms;
  }
}
.top-topics-section-inner .top-topics-section__list .top-topics-section__list-item:nth-of-type(3) {
  transition-delay: 200ms;
}
@media screen and (max-width: 768px) {
  .top-topics-section-inner .top-topics-section__list .top-topics-section__list-item:nth-of-type(3) {
    transition-delay: 0ms;
  }
}
.top-topics-section-inner .top-topics-section__list .top-topics-section__list-item:nth-of-type(4) {
  transition-delay: 300ms;
}
@media screen and (max-width: 768px) {
  .top-topics-section-inner .top-topics-section__list .top-topics-section__list-item:nth-of-type(4) {
    transition-delay: 0ms;
  }
}
.top-topics-section-inner .top-topics-section__list .top-topics-section__list-item a {
  position: relative;
  background: #46AF37;
  height: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.top-topics-section-inner .top-topics-section__list .top-topics-section__list-item a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .top-topics-section-inner .top-topics-section__list .top-topics-section__list-item a:hover {
    opacity: 1;
  }
}
.top-topics-section-inner .top-topics-section__list .top-topics-section__list-item a .top-topics-section__list-item-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.top-topics-section-inner .top-topics-section__list .top-topics-section__list-item a .top-topics-section__list-item-inner .top-works-section__list-thumbnail {
  max-width: 70px;
  width: 100%;
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 768px) {
  .top-topics-section-inner .top-topics-section__list .top-topics-section__list-item a .top-topics-section__list-item-inner .top-works-section__list-thumbnail {
    max-width: 50px;
    margin: 0 auto 10px auto;
  }
}
.top-topics-section-inner .top-topics-section__list .top-topics-section__list-item a .top-topics-section__list-item-inner .top-works-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-topics-section-inner .top-topics-section__list .top-topics-section__list-item a .top-topics-section__list-item-inner h3 {
  font-size: 2.2rem;
  color: #46AF37;
  font-weight: 700;
  text-align: center;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 40px 0;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-topics-section-inner .top-topics-section__list .top-topics-section__list-item a .top-topics-section__list-item-inner h3 {
    font-size: 1.6rem;
    padding: 0 0 30px 0;
  }
}
.top-topics-section-inner .top-topics-section__list .top-topics-section__list-item a .top-topics-section__list-item-inner h3::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_w.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------下層見出し-------------*/
.lower-heading {
  background: url(../../images/heading_pc_bg.png), linear-gradient(to bottom, rgb(254, 248, 230) 80%, rgba(254, 248, 230, 0));
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
}
@media screen and (max-width: 1100px) {
  .lower-heading {
    padding: 80px 20px 40px 20px;
  }
}
@media screen and (max-width: 540px) {
  .lower-heading {
    background: url(../../images/heading_sp_bg.png), linear-gradient(to bottom, rgb(254, 248, 230) 80%, rgba(254, 248, 230, 0));
    background-size: cover;
  }
}
.lower-heading__txt {
  padding: 100px 0 0 0;
}
@media screen and (max-width: 768px) {
  .lower-heading__txt {
    padding: 40px 0 0 0;
  }
}
.lower-heading__txt .en-txt {
  font-size: 9rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  text-align: center;
  color: #46AF37;
  margin: 0 0 15px 0;
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 900ms;
}
@media screen and (max-width: 768px) {
  .lower-heading__txt .en-txt {
    transform: translate(0, 40px);
  }
}
.lower-heading__txt .en-txt.is-animated {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .lower-heading__txt .en-txt {
    font-size: 4.8rem;
  }
}
.lower-heading__txt h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #46AF37;
  margin: 0;
  opacity: 0;
  transition: all 2000ms;
}
.lower-heading__txt h1.is-animated {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .lower-heading__txt h1 {
    font-size: 1.6rem;
  }
}

/*-------------パンくずリスト-------------*/
.breadcrumb-menu {
  box-sizing: border-box;
}
.breadcrumb-menu span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  color: #333333;
}
.breadcrumb-menu span:nth-of-type(2n) {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .breadcrumb-menu span:nth-of-type(2n) {
    margin: 0 5px;
  }
}
.breadcrumb-menu span:nth-of-type(2n)::before {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow-mini_r_bk.svg);
  background-size: 4px;
  width: 4px;
  height: 7.5px;
  position: relative;
  bottom: 1px;
}
.breadcrumb-menu span a {
  transition: all 0.3s;
  position: relative;
  text-decoration: none;
  color: #333333;
}
.breadcrumb-menu span a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #46AF37;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.breadcrumb-menu span a:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 1100px) {
  .breadcrumb-menu span a:hover::after {
    transform: scale(0, 1);
  }
}

/*-------------お知らせ-------------*/
.news-section {
  padding: 0 20px 120px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .news-section {
    padding: 0 20px 60px 20px;
  }
}
.news-section-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: auto;
}
.news-section-inner .news-section__category {
  max-width: 1024px;
  width: auto;
  padding: 0;
  margin: 0 auto 90px auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category {
    margin: 0 auto 20px auto;
  }
}
.news-section-inner .news-section__category::before {
  display: block;
  content: "";
  height: auto;
  width: 23.9%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category::before {
    width: 48.5%;
  }
}
.news-section-inner .news-section__category::after {
  display: block;
  content: "";
  height: auto;
  width: 23.9%;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category::after {
    width: 48.5%;
  }
}
.news-section-inner .news-section__category li {
  width: 24.27%;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category li {
    width: 48.5%;
  }
}
.news-section-inner .news-section__category li a {
  display: block;
  text-decoration: none;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: solid 1px #46AF37;
  color: #46AF37;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category li a {
    font-size: 1.5rem;
  }
}
.news-section-inner .news-section__category li a:hover {
  background: #46AF37;
  color: #FFFFFF;
  border: solid 1px #46AF37;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .news-section__category li a:hover {
    border: solid 1px #46AF37;
    color: #46AF37;
    background: transparent;
  }
}
.news-section-inner .news-section__category li.current-cat a {
  background: #46AF37;
  color: #FFFFFF;
  border: solid 1px #46AF37;
}
.news-section-inner .news-section__category li.cat-item-none {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category li.cat-item-none {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.news-section-inner .news-section__category li.cat-item-none > a {
  color: #46AF37;
  transition: all 0.3s;
}
.news-section-inner .news-section__category li.cat-item-none > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .news-section__category li.cat-item-none > a:hover {
    opacity: 1;
  }
}
.news-section-inner .news-section__category li.cat-item-none span {
  color: #46AF37;
  font-weight: 600;
}
.news-section-inner .news-section__category li.cat-item-none {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__category li.cat-item-none {
    margin: 0;
  }
}
.news-section-inner .news-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-section-inner .news-section__list .csr-section__no-txt {
  text-align: center;
  width: 100%;
}
.news-section-inner .news-section__list::after {
  content: "";
  display: block;
  height: auto;
  width: 31.89%;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list::after {
    width: 48.5%;
  }
}
.news-section-inner .news-section__list::before {
  content: "";
  display: block;
  height: auto;
  width: 31.89%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list::before {
    width: 48.5%;
  }
}
.news-section-inner .news-section__list > li {
  width: 31.89%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > li {
    width: 48.5%;
    margin: 0 0 15px 0;
  }
}
.news-section-inner .news-section__list > li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.news-section-inner .news-section__list > li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .news-section__list > li a:hover {
    opacity: 1;
  }
}
.news-section-inner .news-section__list > li a {
  border: dotted 2px #BCDBB8;
  border-radius: 1rem;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.news-section-inner .news-section__list > li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_bk.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > li a::after {
    right: 15px;
    bottom: 15px;
  }
}
.news-section-inner .news-section__list > li a .news-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem 0.8rem 0 0;
  aspect-ratio: 2/1.33;
}
.news-section-inner .news-section__list > li a .news-section__list-txt {
  padding: 20px 20px 50px 20px;
  box-sizing: border-box;
  border-radius: 0 0 1rem 1rem;
  background: #FFFFFF;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > li a .news-section__list-txt {
    padding: 15px 15px 40px 15px;
  }
}
.news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info {
    margin: 0;
  }
}
.news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info .time-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #46AF37;
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info .time-txt {
    font-size: 1.2rem;
  }
}
.news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat li {
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  background: #46AF37;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat li {
    font-size: 1.2rem;
  }
}
.news-section-inner .news-section__list > li a .news-section__list-txt h3 {
  font-size: 1.8rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .news-section__list > li a .news-section__list-txt h3 {
    font-size: 1.4rem;
  }
}
.news-section-inner .m-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-section-inner .m-pagenation .m-pagenation__prev {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__prev {
    margin: 0 10px 0 0;
  }
}
.news-section-inner .m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.news-section-inner .m-pagenation .m-pagenation__prev a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .m-pagenation .m-pagenation__prev a:hover {
    opacity: 1;
  }
}
.news-section-inner .m-pagenation .m-pagenation__prev a span {
  display: inline-block;
}
.news-section-inner .m-pagenation .m-pagenation__prev a span::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow-mini_l_g.svg);
  background-size: 7px;
  width: 7px;
  height: 12px;
  position: relative;
  top: 2px;
}
.news-section-inner .m-pagenation .m-pagenation__body {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.news-section-inner .m-pagenation .m-pagenation__body li {
  list-style: none;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li {
    margin: 0 2.5px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li a {
  display: block;
  text-decoration: none;
  color: #46AF37;
  background: transparent;
  border: solid 2px transparent;
  border-radius: 1rem;
  box-sizing: border-box;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li a {
    width: 35px;
    height: 35px;
    border-radius: 0.5rem;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li a span {
  display: inline-block;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li a span {
    font-size: 1.6rem;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li a:hover {
  background: #46AF37;
  color: #FFFFFF;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .m-pagenation .m-pagenation__body li a:hover {
    color: #46AF37;
    background: transparent;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li.current {
  background: #46AF37;
  color: #FFFFFF;
  border: solid 2px #46AF37;
  border-radius: 1rem;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li.current {
    width: 35px;
    height: 35px;
    border-radius: 0.5rem;
  }
}
.news-section-inner .m-pagenation .m-pagenation__body li.current span {
  display: inline-block;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__body li.current span {
    font-size: 1.6rem;
  }
}
.news-section-inner .m-pagenation .m-pagenation__next {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation .m-pagenation__next {
    margin: 0 0 0 10px;
  }
}
.news-section-inner .m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.news-section-inner .m-pagenation .m-pagenation__next a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-section-inner .m-pagenation .m-pagenation__next a:hover {
    opacity: 1;
  }
}
.news-section-inner .m-pagenation .m-pagenation__next a span::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow-mini_r_g.svg);
  background-size: 7px;
  width: 7px;
  height: 12px;
  position: relative;
  top: 2px;
}
.news-section-inner .m-pagenation {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .news-section-inner .m-pagenation {
    margin: 15px 0 0 0;
  }
}

/*-------------お知らせ_下層-------------*/
.news-lower-section {
  padding: 100px 20px 120px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .news-lower-section {
    padding: 80px 20px 60px 20px;
  }
}
.news-lower-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  padding: 120px 0 0 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner {
    padding: 40px 0 0 0;
  }
}
.news-lower-section-inner .news-lower-section__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__info {
    margin: 0 0 10px 0;
  }
}
.news-lower-section-inner .news-lower-section__info .time-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #46AF37;
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__info .time-txt {
    font-size: 1.2rem;
  }
}
.news-lower-section-inner .news-lower-section__info .news-lower-section__info-cat {
  padding: 0;
  margin: 0;
  list-style: none;
}
.news-lower-section-inner .news-lower-section__info .news-lower-section__info-cat li {
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  background: #46AF37;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__info .news-lower-section__info-cat li {
    font-size: 1.2rem;
  }
}
.news-lower-section-inner .news-lower-section__heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #46AF37;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__heading {
    font-size: 2.4rem;
    margin: 0 0 30px 0;
  }
}
.news-lower-section-inner .news-lower-section__product {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 60px 0;
  padding: 0 0 0 15px;
  border-left: solid 3px #46AF37;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__product {
    font-size: 2rem;
    margin: 0 0 30px 0;
  }
}
.news-lower-section-inner .news-lower-section__thumbnail {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__thumbnail {
    margin: 0 0 30px 0;
  }
}
.news-lower-section-inner .news-lower-section__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__thumbnail img {
    border-radius: 1rem;
  }
}
.news-lower-section-inner .news-lower-section__txt > h2 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 60px 0 40px 0;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > h2 {
    font-size: 2.2rem;
    margin: 40px 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 50px 0 30px 0;
  padding: 0 0 0 15px;
  border-left: solid 3px #46AF37;
  color: #46AF37;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > h3 {
    font-size: 2rem;
    margin: 30px 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 40px 0 30px 0;
  padding: 0 0 15px 0;
  border-bottom: solid 1px #46AF37;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > h4 {
    font-size: 1.8rem;
    margin: 30px 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > h5 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 40px 0 30px 0;
  padding: 0 0 15px 0;
  position: relative;
}
.news-lower-section-inner .news-lower-section__txt > h5::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #46AF37;
  width: 40px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > h5 {
    font-size: 1.6rem;
    margin: 30px 0 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__txt > p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__txt > p > a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__txt > p span {
  color: #46AF37;
  font-weight: 600;
}
.news-lower-section-inner .news-lower-section__txt > p {
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > p {
    margin: 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > figure {
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > figure {
    margin: 40px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > figure img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.news-lower-section-inner .news-lower-section__txt > figure figcaption {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 20px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > figure figcaption {
    font-size: 1.5rem;
    margin: 10px 0 0 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > ul {
    margin: 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > ul li {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 2;
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  position: relative;
}
.news-lower-section-inner .news-lower-section__txt > ul li > a {
  color: #46AF37;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__txt > ul li > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__txt > ul li > a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__txt > ul li span {
  font-weight: 600;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > ul li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.news-lower-section-inner .news-lower-section__txt > ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: #46AF37;
  background-size: 7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__txt > ul li::before {
    top: 10px;
  }
}
.news-lower-section-inner .news-lower-section__txt > ul li:last-child {
  margin: 0;
}
.news-lower-section-inner .news-lower-section__txt > ol {
  margin: 30px 0;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 830px) {
  .news-lower-section-inner .news-lower-section__txt > ol {
    margin: 20px 0;
  }
}
.news-lower-section-inner .news-lower-section__txt > ol li {
  margin: 0 0 10px 0;
  position: relative;
  font-size: 1.6rem;
  color: #46AF37;
  font-weight: 400;
  line-height: 2;
}
.news-lower-section-inner .news-lower-section__txt > ol li > a {
  color: #46AF37;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__txt > ol li > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__txt > ol li > a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__txt > ol li span {
  font-weight: 600;
  color: #46AF37;
}
@media screen and (max-width: 830px) {
  .news-lower-section-inner .news-lower-section__txt > ol li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.news-lower-section-inner .news-lower-section__txt > ol li:last-child {
  margin: 0;
}
.news-lower-section-inner .news-lower-section__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__btn {
    margin: 30px 0 0 0;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-arrow a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__btn .btn-arrow a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__btn .btn-arrow a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-arrow a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__btn .btn-arrow a {
    font-size: 1.5rem;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-arrow.btn-prev {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__btn .btn-arrow.btn-prev {
    margin: 0 15px 0 0;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-arrow.btn-prev a::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow-mini_l_g.svg);
  background-size: 8px;
  width: 8px;
  height: 14px;
  margin: 0 10px 0 0;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__btn .btn-arrow.btn-prev a::before {
    margin: 0 5px 0 0;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-arrow.btn-next {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__btn .btn-arrow.btn-next {
    margin: 0 0 0 15px;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-arrow.btn-next a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow-mini_r_g.svg);
  background-size: 8px;
  width: 8px;
  height: 14px;
  margin: 0 0 0 10px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__btn .btn-arrow.btn-next a::after {
    margin: 0 0 0 5px;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-back {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-lower-section-inner .news-lower-section__btn .btn-back {
    max-width: 180px;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-back a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.news-lower-section-inner .news-lower-section__btn .btn-back a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__btn .btn-back a:hover {
    opacity: 1;
  }
}
.news-lower-section-inner .news-lower-section__btn .btn-back a {
  padding: 10px;
  box-sizing: border-box;
  background: #46AF37;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .news-lower-section-inner .news-lower-section__btn .btn-back a {
    font-size: 1.6rem;
  }
}

/*-------------実績紹介-------------*/
.works-section {
  padding: 0 20px 120px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .works-section {
    padding: 0 20px 60px 20px;
  }
}
.works-section-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: auto;
}
.works-section-inner .works-section__category {
  max-width: 1024px;
  width: auto;
  padding: 0;
  margin: 0 auto 90px auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__category {
    margin: 0 auto 20px auto;
  }
}
.works-section-inner .works-section__category::before {
  display: block;
  content: "";
  height: auto;
  width: 23.9%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__category::before {
    width: 48.5%;
  }
}
.works-section-inner .works-section__category::after {
  display: block;
  content: "";
  height: auto;
  width: 23.9%;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__category::after {
    width: 48.5%;
  }
}
.works-section-inner .works-section__category li {
  width: 24.27%;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__category li {
    width: 48.5%;
  }
}
.works-section-inner .works-section__category li a {
  display: block;
  text-decoration: none;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: solid 1px #46AF37;
  color: #46AF37;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__category li a {
    font-size: 1.5rem;
  }
}
.works-section-inner .works-section__category li a:hover {
  background: #46AF37;
  color: #FFFFFF;
  border: solid 1px #46AF37;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .works-section-inner .works-section__category li a:hover {
    border: solid 1px #46AF37;
    color: #46AF37;
    background: transparent;
  }
}
.works-section-inner .works-section__category li.current-cat a {
  background: #46AF37;
  color: #FFFFFF;
  border: solid 1px #46AF37;
}
.works-section-inner .works-section__category li.cat-item-none {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__category li.cat-item-none {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.works-section-inner .works-section__category li.cat-item-none > a {
  color: #46AF37;
  transition: all 0.3s;
}
.works-section-inner .works-section__category li.cat-item-none > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .works-section-inner .works-section__category li.cat-item-none > a:hover {
    opacity: 1;
  }
}
.works-section-inner .works-section__category li.cat-item-none span {
  color: #46AF37;
  font-weight: 600;
}
.works-section-inner .works-section__category li.cat-item-none {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__category li.cat-item-none {
    margin: 0;
  }
}
.works-section-inner .works-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works-section-inner .works-section__list::after {
  content: "";
  display: block;
  height: auto;
  width: 31.89%;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__list::after {
    width: 48.5%;
  }
}
.works-section-inner .works-section__list::before {
  content: "";
  display: block;
  height: auto;
  width: 31.89%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__list::before {
    width: 48.5%;
  }
}
.works-section-inner .works-section__list > li {
  width: 31.89%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__list > li {
    width: 48.5%;
    margin: 0 0 15px 0;
  }
}
.works-section-inner .works-section__list > li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.works-section-inner .works-section__list > li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .works-section-inner .works-section__list > li a:hover {
    opacity: 1;
  }
}
.works-section-inner .works-section__list > li a {
  border: dotted 2px #BCDBB8;
  border-radius: 1rem;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.works-section-inner .works-section__list > li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_bk.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__list > li a::after {
    right: 15px;
    bottom: 15px;
  }
}
.works-section-inner .works-section__list > li a .works-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 1rem 0 0;
  aspect-ratio: 2/1.33;
}
.works-section-inner .works-section__list > li a .works-section__list-txt {
  padding: 20px 20px 50px 20px;
  box-sizing: border-box;
  border-radius: 0 0 1rem 1rem;
  background: #FFFFFF;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__list > li a .works-section__list-txt {
    padding: 15px 15px 40px 15px;
  }
}
.works-section-inner .works-section__list > li a .works-section__list-txt .works-section__list-cat {
  padding: 0;
  margin: 0 0 5px 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__list > li a .works-section__list-txt .works-section__list-cat {
    margin: 0;
  }
}
.works-section-inner .works-section__list > li a .works-section__list-txt .works-section__list-cat li {
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  background: #46AF37;
  border-radius: 0.5rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__list > li a .works-section__list-txt .works-section__list-cat li {
    font-size: 1.2rem;
  }
}
.works-section-inner .works-section__list > li a .works-section__list-txt h3 {
  font-size: 1.8rem;
  color: #46AF37;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__list > li a .works-section__list-txt h3 {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
  }
}
.works-section-inner .works-section__list > li a .works-section__list-txt p {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__list > li a .works-section__list-txt p {
    font-size: 1.2rem;
  }
}
.works-section-inner .works-section__list > p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__list > p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.works-section-inner .works-section__list > p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.works-section-inner .works-section__list > p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .works-section-inner .works-section__list > p > a:hover {
    opacity: 1;
  }
}
.works-section-inner .works-section__list > p span {
  color: #46AF37;
  font-weight: 600;
}
.works-section-inner .works-section__list > p {
  margin: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .works-section-inner .works-section__list > p {
    margin: 0;
  }
}
.works-section-inner .m-pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.works-section-inner .m-pagenation .m-pagenation__prev {
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .works-section-inner .m-pagenation .m-pagenation__prev {
    margin: 0 10px 0 0;
  }
}
.works-section-inner .m-pagenation .m-pagenation__prev a {
  display: block;
  text-decoration: none;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.works-section-inner .m-pagenation .m-pagenation__prev a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .works-section-inner .m-pagenation .m-pagenation__prev a:hover {
    opacity: 1;
  }
}
.works-section-inner .m-pagenation .m-pagenation__prev a span {
  display: inline-block;
}
.works-section-inner .m-pagenation .m-pagenation__prev a span::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow-mini_l_g.svg);
  background-size: 7px;
  width: 7px;
  height: 12px;
  position: relative;
  top: 2px;
}
.works-section-inner .m-pagenation .m-pagenation__body {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.works-section-inner .m-pagenation .m-pagenation__body li {
  list-style: none;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .works-section-inner .m-pagenation .m-pagenation__body li {
    margin: 0 2.5px;
  }
}
.works-section-inner .m-pagenation .m-pagenation__body li a {
  display: block;
  text-decoration: none;
  color: #46AF37;
  background: transparent;
  border: solid 2px transparent;
  border-radius: 1rem;
  box-sizing: border-box;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works-section-inner .m-pagenation .m-pagenation__body li a {
    width: 35px;
    height: 35px;
    border-radius: 0.5rem;
  }
}
.works-section-inner .m-pagenation .m-pagenation__body li a span {
  display: inline-block;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .works-section-inner .m-pagenation .m-pagenation__body li a span {
    font-size: 1.6rem;
  }
}
.works-section-inner .m-pagenation .m-pagenation__body li a:hover {
  background: #46AF37;
  color: #FFFFFF;
}
@media screen and (max-width: 1100px) {
  .works-section-inner .m-pagenation .m-pagenation__body li a:hover {
    color: #46AF37;
    background: transparent;
  }
}
.works-section-inner .m-pagenation .m-pagenation__body li.current {
  background: #46AF37;
  color: #FFFFFF;
  border: solid 2px #46AF37;
  border-radius: 1rem;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .works-section-inner .m-pagenation .m-pagenation__body li.current {
    width: 35px;
    height: 35px;
    border-radius: 0.5rem;
  }
}
.works-section-inner .m-pagenation .m-pagenation__body li.current span {
  display: inline-block;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .works-section-inner .m-pagenation .m-pagenation__body li.current span {
    font-size: 1.6rem;
  }
}
.works-section-inner .m-pagenation .m-pagenation__next {
  margin: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .works-section-inner .m-pagenation .m-pagenation__next {
    margin: 0 0 0 10px;
  }
}
.works-section-inner .m-pagenation .m-pagenation__next a {
  display: block;
  text-decoration: none;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.works-section-inner .m-pagenation .m-pagenation__next a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .works-section-inner .m-pagenation .m-pagenation__next a:hover {
    opacity: 1;
  }
}
.works-section-inner .m-pagenation .m-pagenation__next a span::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow-mini_r_g.svg);
  background-size: 7px;
  width: 7px;
  height: 12px;
  position: relative;
  top: 2px;
}
.works-section-inner .m-pagenation {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .works-section-inner .m-pagenation {
    margin: 15px 0 0 0;
  }
}

/*-------------採用情報-------------*/
.recruit-section {
  padding: 0 20px 120px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit-section {
    padding: 0 20px 60px 20px;
  }
}
.recruit-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
.recruit-section-inner .recruit-section__btn {
  max-width: 1024px;
  width: auto;
  padding: 0;
  margin: 0 auto 90px auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .recruit-section__btn {
    margin: 0 auto 20px auto;
  }
}
.recruit-section-inner .recruit-section__btn::after {
  display: block;
  content: "";
  height: auto;
  width: 32.37%;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .recruit-section__btn::after {
    width: 100%;
  }
}
.recruit-section-inner .recruit-section__btn li {
  width: 32.37%;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .recruit-section__btn li {
    width: 100%;
  }
}
.recruit-section-inner .recruit-section__btn li a {
  display: block;
  text-decoration: none;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: solid 1px #46AF37;
  color: #46AF37;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .recruit-section__btn li a {
    font-size: 1.5rem;
  }
}
.recruit-section-inner .recruit-section__btn li a:hover {
  background: #46AF37;
  color: #FFFFFF;
  border: solid 1px #46AF37;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section-inner .recruit-section__btn li a:hover {
    border: solid 1px #46AF37;
    color: #46AF37;
    background: transparent;
  }
}
.recruit-section-inner .recruit-section__btn li.current-btn a {
  background: #46AF37;
  color: #FFFFFF;
  border: solid 1px #46AF37;
}
.recruit-section-inner .recruit-section__txt {
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .recruit-section__txt {
    margin: 0 auto 30px auto;
  }
}
.recruit-section-inner .recruit-section__txt p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .recruit-section__txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section-inner .recruit-section__txt p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.recruit-section-inner .recruit-section__txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section-inner .recruit-section__txt p > a:hover {
    opacity: 1;
  }
}
.recruit-section-inner .recruit-section__txt p span {
  color: #46AF37;
  font-weight: 600;
}
.recruit-section-inner .recruit-section__txt p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .recruit-section__txt p {
    margin: 0;
  }
}
.recruit-section-inner .recruit-section__no-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .recruit-section__no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section-inner .recruit-section__no-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.recruit-section-inner .recruit-section__no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section-inner .recruit-section__no-txt > a:hover {
    opacity: 1;
  }
}
.recruit-section-inner .recruit-section__no-txt span {
  color: #46AF37;
  font-weight: 600;
}
.recruit-section-inner .recruit-section__no-txt {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .recruit-section__no-txt {
    margin: 0;
  }
}
.recruit-section-inner .entry-section__cont {
  background: #FFFFFF;
  padding: 120px 20px;
  border-radius: 7rem;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .entry-section__cont {
    padding: 60px 20px;
    border-radius: 3rem;
  }
}
.recruit-section-inner .entry-section__cont {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .entry-section__cont {
    margin: 0 0 30px 0;
  }
}
.recruit-section-inner .entry-section__cont:last-child {
  margin: 0;
}
.recruit-section-inner .entry-section__cont-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.recruit-section-inner .entry-section__cont-inner h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .entry-section__cont-inner h2 {
    font-size: 2rem;
  }
}
.recruit-section-inner .entry-section__cont-inner h2 span {
  background: linear-gradient(transparent 70%, #F8F594 70%);
}
.recruit-section-inner .entry-section__cont-inner h2 {
  margin: 0 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .entry-section__cont-inner h2 {
    margin: 0 0 30px 0;
  }
}
.recruit-section-inner .entry-section__cont-inner .entry-section__cont-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
.recruit-section-inner .entry-section__cont-inner .entry-section__cont-table tbody tr {
  border-top: solid 1px #CFE6CC;
}
.recruit-section-inner .entry-section__cont-inner .entry-section__cont-table tbody tr:last-child {
  border-bottom: solid 1px #CFE6CC;
}
.recruit-section-inner .entry-section__cont-inner .entry-section__cont-table tbody tr td {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .entry-section__cont-inner .entry-section__cont-table tbody tr td {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section-inner .entry-section__cont-inner .entry-section__cont-table tbody tr td > a {
  color: #46AF37;
  transition: all 0.3s;
}
.recruit-section-inner .entry-section__cont-inner .entry-section__cont-table tbody tr td > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section-inner .entry-section__cont-inner .entry-section__cont-table tbody tr td > a:hover {
    opacity: 1;
  }
}
.recruit-section-inner .entry-section__cont-inner .entry-section__cont-table tbody tr td span {
  color: #46AF37;
  font-weight: 600;
}
.recruit-section-inner .entry-section__cont-inner .entry-section__cont-table tbody tr td {
  margin: 0;
  vertical-align: top;
  padding: 40px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .entry-section__cont-inner .entry-section__cont-table tbody tr td {
    display: block;
    padding: 0 15px 15px 15px;
    margin: 0;
  }
}
.recruit-section-inner .entry-section__cont-inner .entry-section__cont-table tbody tr td:first-child {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  width: 20%;
  margin: 0;
  color: #46AF37;
  line-height: 1.6;
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .entry-section__cont-inner .entry-section__cont-table tbody tr td:first-child {
    padding: 15px 15px 5px 15px;
    width: 100%;
  }
}
.recruit-section-inner .entry-section__cont-inner .btn-main {
  max-width: 300px;
  width: 100%;
}
.recruit-section-inner .entry-section__cont-inner .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.recruit-section-inner .entry-section__cont-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section-inner .entry-section__cont-inner .btn-main a:hover {
    opacity: 1;
  }
}
.recruit-section-inner .entry-section__cont-inner .btn-main a {
  padding: 10px;
  box-sizing: border-box;
  background: #46AF37;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .recruit-section-inner .entry-section__cont-inner .btn-main a {
    font-size: 1.6rem;
  }
}
.recruit-section-inner .entry-section__cont-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_r_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.recruit-section-inner .entry-section__cont-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_l_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.recruit-section-inner .entry-section__cont-inner .btn-main {
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .entry-section__cont-inner .btn-main {
    margin: 30px auto 0 auto;
  }
}
.recruit-section-inner .intro-section__cont {
  background: #FFFFFF;
  padding: 120px 20px;
  border-radius: 7rem;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .intro-section__cont {
    padding: 60px 20px;
    border-radius: 3rem;
  }
}
.recruit-section-inner .intro-section__cont {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .intro-section__cont {
    margin: 0 0 30px 0;
  }
}
.recruit-section-inner .intro-section__cont:last-child {
  margin: 0;
}
.recruit-section-inner .intro-section__cont-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.recruit-section-inner .intro-section__cont-inner h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .intro-section__cont-inner h2 {
    font-size: 2rem;
  }
}
.recruit-section-inner .intro-section__cont-inner h2 span {
  background: linear-gradient(transparent 70%, #F8F594 70%);
}
.recruit-section-inner .intro-section__cont-inner h2 {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .intro-section__cont-inner h2 {
    margin: 0 0 30px 0;
  }
}
.recruit-section-inner .intro-section__cont-inner .intro-section__cont-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.recruit-section-inner .intro-section__cont-inner .intro-section__cont-flex .intro-section__cont-flex-img {
  width: 49.1%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .intro-section__cont-inner .intro-section__cont-flex .intro-section__cont-flex-img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .recruit-section-inner .intro-section__cont-inner .intro-section__cont-flex .intro-section__cont-flex-img:last-child {
    margin: 0;
  }
}
.recruit-section-inner .intro-section__cont-inner .intro-section__cont-flex .intro-section__cont-flex-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  aspect-ratio: 2/1.33;
}
.recruit-section-inner .intro-section__cont-inner .intro-section__cont-txt p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .intro-section__cont-inner .intro-section__cont-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section-inner .intro-section__cont-inner .intro-section__cont-txt p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.recruit-section-inner .intro-section__cont-inner .intro-section__cont-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section-inner .intro-section__cont-inner .intro-section__cont-txt p > a:hover {
    opacity: 1;
  }
}
.recruit-section-inner .intro-section__cont-inner .intro-section__cont-txt p span {
  color: #46AF37;
  font-weight: 600;
}
.recruit-section-inner .intro-section__cont-inner .intro-section__cont-txt p:last-child {
  margin: 0;
}
.recruit-section-inner .intro-section__cont-inner .btn-main {
  max-width: 300px;
  width: 100%;
}
.recruit-section-inner .intro-section__cont-inner .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.recruit-section-inner .intro-section__cont-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section-inner .intro-section__cont-inner .btn-main a:hover {
    opacity: 1;
  }
}
.recruit-section-inner .intro-section__cont-inner .btn-main a {
  padding: 10px;
  box-sizing: border-box;
  background: #46AF37;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .recruit-section-inner .intro-section__cont-inner .btn-main a {
    font-size: 1.6rem;
  }
}
.recruit-section-inner .intro-section__cont-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_r_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.recruit-section-inner .intro-section__cont-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_l_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.recruit-section-inner .intro-section__cont-inner .btn-main {
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .intro-section__cont-inner .btn-main {
    margin: 30px auto 0 auto;
  }
}
.recruit-section-inner .interview-section__cont {
  background: #FFFFFF;
  padding: 120px 20px;
  border-radius: 7rem;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont {
    padding: 60px 20px;
    border-radius: 3rem;
  }
}
.recruit-section-inner .interview-section__cont {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont {
    margin: 0 0 30px 0;
  }
}
.recruit-section-inner .interview-section__cont:last-child {
  margin: 0;
}
.recruit-section-inner .interview-section__cont-flex {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-movie {
  width: 40.04%;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-movie {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-movie iframe {
  display: block;
  border-radius: 1rem;
  width: 100%;
  aspect-ratio: 1.13/2;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-movie img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  aspect-ratio: 1/1.5;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont {
  width: 54.11%;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont {
    width: 100%;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont h2 {
    font-size: 2rem;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont h2 span {
  background: linear-gradient(transparent 70%, #F8F594 70%);
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont h2 {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont h2 {
    margin: 0 0 20px 0;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-txt {
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
  border-bottom: dotted 2px #46AF37;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-txt {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-txt p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-txt p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-txt p > a:hover {
    opacity: 1;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-txt p span {
  color: #46AF37;
  font-weight: 600;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-txt p:last-child {
  margin: 0;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq {
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
  list-style: none;
  border-bottom: dotted 2px #46AF37;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li {
    margin: 0 0 20px 0;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li:last-child {
  margin: 0;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #46AF37;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li h3 {
    margin: 0 0 15px 0;
    font-size: 1.8rem;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li h3 span {
  font-family: "Open Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0 10px 0 0;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li h3 span {
    font-size: 2rem;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li p > a:hover {
    opacity: 1;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li p span {
  color: #46AF37;
  font-weight: 600;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-faq li p:last-child {
  margin: 0;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-day h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #46AF37;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-day h3 {
    margin: 0 0 15px 0;
    font-size: 1.8rem;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-day-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-day-list li {
  display: flex;
  align-items: center;
  padding: 0 0 30px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-day-list li {
    padding: 0 0 20px 0;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-day-list li::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #CFE6CC;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 75px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-day-list li::after {
    left: 70px;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-day-list li .time-txt {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #46AF37;
  padding: 0 20px 0 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-day-list li .time-txt {
    font-size: 1.8rem;
  }
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-day-list li h4 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: 0 0 0 40px;
  position: relative;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-day-list li h4::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #46AF37;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: -3px;
  top: 11px;
  z-index: 1;
}
.recruit-section-inner .interview-section__cont-flex .interview-section__flex-cont .interview-section__flex-day-list li h4::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #46AF37;
  width: 30px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 13px;
}

/*-------------お問い合わせ-------------*/
.contact-section {
  padding: 0 20px 120px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact-section {
    padding: 0 20px 60px 20px;
  }
}
.contact-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.contact-section-inner .contact-section__txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section-inner .contact-section__txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__txt > a:hover {
    opacity: 1;
  }
}
.contact-section-inner .contact-section__txt span {
  color: #46AF37;
  font-weight: 600;
}
.contact-section-inner .contact-section__txt {
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__txt {
    margin: 0 0 20px 0;
  }
}
.contact-section-inner .contact-section__tel {
  background: #FFFFFF;
  padding: 60px 20px;
  margin: 0 0 100px 0;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__tel {
    padding: 30px 20px;
    margin: 0 0 30px 0;
    border-radius: 1rem;
  }
}
.contact-section-inner .contact-section__tel .tel-txt {
  margin: 0;
  text-align: center;
  font-size: 4.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__tel .tel-txt {
    font-size: 3.2rem;
  }
}
.contact-section-inner .contact-section__tel .tel-txt a {
  text-decoration: none;
  color: #46AF37;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__tel .tel-txt a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__tel .tel-txt a:hover {
    opacity: 1;
  }
}
.contact-section-inner .contact-section__tel .tel-txt a::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_tel.svg);
  background-size: 30px;
  width: 30px;
  height: 39px;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__tel .tel-txt a::before {
    background-size: 23px;
    width: 23px;
    height: 30px;
  }
}
.contact-section-inner .contact-section__tel .time-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__tel .time-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section-inner .contact-section__tel .time-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__tel .time-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__tel .time-txt > a:hover {
    opacity: 1;
  }
}
.contact-section-inner .contact-section__tel .time-txt span {
  color: #46AF37;
  font-weight: 600;
}
.contact-section-inner .contact-section__tel .time-txt {
  font-size: 1.5rem;
  text-align: center;
  margin: 20px 0 0 0;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__tel .time-txt {
    margin: 15px 0 0 0;
  }
}
.contact-section-inner .contact-section__form-item {
  margin: 0 0 30px 0;
  display: flex;
  align-items: center;
}
.contact-section-inner .contact-section__form-item--start {
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item {
    flex-flow: column;
    align-items: flex-start;
    margin: 0 0 20px 0;
  }
}
.contact-section-inner .contact-section__form-item > label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #46AF37;
  margin: 0 40px 0 0;
  width: 230px;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item > label {
    margin: 0 0 10px 0;
    font-size: 1.5rem;
  }
}
.contact-section-inner .contact-section__form-item > label .required {
  color: #FFFFFF;
  background: #46AF37;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 0.5rem;
  padding: 2px 10px;
  margin: 0 10px 0 0;
}
.contact-section-inner .contact-section__form-item > label .any {
  color: #46AF37;
  border: solid 1px #46AF37;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 0.5rem;
  padding: 2px 10px;
  margin: 0 10px 0 0;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-cont {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-cont {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-cont {
  flex: 1;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-cont input {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  border: none;
  padding: 12.3px 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #ECF1D5;
  border: none;
  line-height: 1.6;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-cont input {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 13.3px 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-cont .wpcf7-not-valid-tip {
  margin: 10px 0 0 0;
  color: #EA6D94;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-cont .wpcf7-not-valid-tip {
    font-size: 1.5rem;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap {
  display: block;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0 0 15px 0;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:last-child {
  margin: 0;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label {
  display: inline-block;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  background: #FFFFFF;
  border: solid 1px #46AF37;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: 10px;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox] {
  display: none;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=radio] {
  display: none;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=radio],
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox] {
  position: relative;
  top: 2px;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
  display: inline-block;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a {
  color: #46AF37;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a:hover {
    opacity: 1;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span span {
  color: #46AF37;
  font-weight: 600;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
  color: #46AF37;
  position: relative;
  padding: 0 0 0 22px;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 830px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
    margin: 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  background: transparent;
  border: solid 1px #46AF37;
  background-size: 14px;
  width: 14px;
  height: 14px;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::after {
  background: #46AF37;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  opacity: 0;
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #EA6D94;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 830px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-radio .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin: 5px 0 0 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-radio {
  flex: 1;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex {
  display: flex;
  align-items: center;
  flex: 1;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner {
  margin: 0 20px 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner {
    margin: 0 10px 0 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span {
  display: inline-block;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span > a {
  color: #46AF37;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span > a:hover {
    opacity: 1;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span span {
  color: #46AF37;
  font-weight: 600;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span {
    margin: 0 5px 0 0;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span.error {
  color: #46AF37;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner span.error {
    margin: 0 0 0 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap {
  margin: 0;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap input {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  border: none;
  padding: 12.3px 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #ECF1D5;
  border: none;
  line-height: 1.6;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap input {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 13.3px 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap input {
  max-width: 200px;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-flex-inner .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  margin: 10px 0 0 0;
  color: #46AF37;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-address {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-address {
    font-size: 1.5rem;
    line-height: 1.8;
    width: 100%;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-address .wpcf7-form-control-wrap {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-address .wpcf7-form-control-wrap {
    max-width: 160px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-address .wpcf7-form-control-wrap input {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  border: none;
  padding: 12.3px 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #ECF1D5;
  border: none;
  line-height: 1.6;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-address .wpcf7-form-control-wrap input {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 13.3px 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-address button {
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 16px 20px;
  box-sizing: border-box;
  background: #46AF37;
  text-decoration: none;
  max-width: 143px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  transition: all 0.3s;
  margin: 0 0 0 10px;
  border-radius: 0.5rem;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-address button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-address button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-address button {
    padding: 17.4px 20px;
    font-size: 1.5rem;
    border-radius: 0.5rem;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-textarea textarea {
  box-sizing: border-box;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  border: none;
  padding: 12.3px 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  background: #ECF1D5;
  border: none;
  line-height: 1.6;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-textarea textarea {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 13.3px 5px;
  }
}
.contact-section-inner .contact-section__form-item .contact-section-inner__form-textarea textarea {
  height: 300px;
  resize: none;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .contact-section-inner__form-textarea textarea {
    height: 200px;
  }
}
.contact-section-inner .contact-section__form-item .note-txt {
  color: #46AF37;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item .note-txt {
    margin: 10px 0 0 0;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap {
  display: block;
  text-align: center;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  display: block;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
    margin: 0 0 10px 0;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:last-child {
  margin: 0;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label {
  display: inline-block;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox] {
  display: none;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
  display: inline-block;
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a {
  color: #46AF37;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span > a:hover {
    opacity: 1;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span span {
  color: #46AF37;
  font-weight: 600;
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
  position: relative;
  padding: 0 0 0 40px;
  margin: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span {
    margin: 0;
    padding: 0 0 0 30px;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: 0;
  background: #FFFFFF;
  border: solid 1px #333333;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::before {
    font-size: 1.5rem;
    width: 20px;
    height: 20px;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::after {
  content: "";
  display: block;
  background: url(../../images/icon_check_green.svg);
  background-size: 12px;
  width: 12px;
  height: 8.5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item > label span::after {
    left: 5px;
  }
}
.contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #EA6D94;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin: 5px 0 0 0;
  }
}
.contact-section-inner .contact-section__form-item-check {
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form-item-check {
    margin: 20px 0;
  }
}
.contact-section-inner .contact-section__form .note-large-txt {
  color: #EA6D94;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form .note-large-txt {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
  }
}
.contact-section-inner .contact-section__form .btn-form .wpcf7-spinner {
  display: none;
}
.contact-section-inner .contact-section__form .btn-form span {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.contact-section-inner .contact-section__form .btn-form span input {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.contact-section-inner .contact-section__form .btn-form span input:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form .btn-form span input:hover {
    opacity: 1;
  }
}
.contact-section-inner .contact-section__form .btn-form span input {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #46AF37;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  border-radius: 0.5rem;
  position: relative;
  border: none;
}
@media screen and (max-width: 1100px) {
  .contact-section-inner .contact-section__form .btn-form span input {
    font-size: 1.6rem;
  }
}
.contact-section-inner .contact-section__form .btn-form span::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_r_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
  z-index: 1;
}
.contact-section-inner .contact-section__form .btn-form span input[type=submit] {
  -webkit-appearance: none;
  text-decoration: none;
}
.contact-section-inner .contact-section__form .wpcf7-response-output {
  display: block;
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  border: none !important;
  color: #EA6D94;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-section-inner .contact-section__form .wpcf7-response-output {
    font-size: 1.5rem;
  }
}

/*-------------CSR活動-------------*/
.csr-section {
  padding: 0 20px 120px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .csr-section {
    padding: 0 20px 60px 20px;
  }
}
.csr-section-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: auto;
}
.csr-section-inner .csr-section__cont {
  padding: 100px 0 0 0;
  margin: 100px 0 0 0;
  border-top: dashed 1px #46AF37;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont {
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
  }
}
.csr-section-inner .csr-section__cont:first-child {
  margin: 0;
}
.csr-section-inner .csr-section__cont .csr-section__cont-heading-inner {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__cont-heading-inner {
    padding: 0 30px;
  }
}
.csr-section-inner .csr-section__cont .csr-section__cont-heading-inner::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.csr-section-inner .csr-section__cont .csr-section__cont-heading-inner::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.csr-section-inner .csr-section__cont .csr-section__cont-heading-inner .en-txt {
  font-size: 3.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #46AF37;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__cont-heading-inner .en-txt {
    font-size: 2.8rem;
  }
}
.csr-section-inner .csr-section__cont .csr-section__cont-heading-inner h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #46AF37;
}
.csr-section-inner .csr-section__cont .csr-section__cont-heading {
  text-align: center;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__cont-heading {
    margin: 0 auto 30px auto;
  }
}
.csr-section-inner .csr-section__cont p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.csr-section-inner .csr-section__cont p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.csr-section-inner .csr-section__cont p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .csr-section-inner .csr-section__cont p > a:hover {
    opacity: 1;
  }
}
.csr-section-inner .csr-section__cont p span {
  color: #46AF37;
  font-weight: 600;
}
.csr-section-inner .csr-section__cont p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont p {
    margin: 0;
  }
}
.csr-section-inner .csr-section__cont .csr-section__attempt-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.csr-section-inner .csr-section__cont .csr-section__attempt-list li {
  width: 49.3%;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 2rem;
  margin: 0 0 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li {
    padding: 30px 20px;
    width: 100%;
    border-radius: 1rem;
  }
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li:last-child {
    margin: 0;
  }
}
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-heading,
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-heading {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-heading,
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-heading {
    margin: 0 0 15px 0;
  }
}
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-heading .number-txt,
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-heading .number-txt {
  position: relative;
  background: url(../../images/figure_object.svg);
  background-size: 80px;
  width: 80px;
  height: 77px;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-heading .number-txt,
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-heading .number-txt {
    margin: 0 10px 0 0;
    background-size: 40px;
    width: 40px;
    height: 38.5px;
  }
}
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-heading .number-txt p,
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-heading .number-txt p {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #46AF37;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-heading .number-txt p,
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-heading .number-txt p {
    font-size: 1.6rem;
  }
}
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-heading h3,
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-heading h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  color: #46AF37;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-heading h3,
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-heading h3 {
    font-size: 1.8rem;
  }
}
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-heading h3 span,
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-heading h3 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-heading h3 span,
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-heading h3 span {
    font-size: 1.5rem;
  }
}
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-txt,
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-txt,
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-txt > a,
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-txt > a:hover,
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-txt > a:hover,
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-txt > a:hover {
    opacity: 1;
  }
}
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-txt span,
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-txt span {
  color: #46AF37;
  font-weight: 600;
}
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-txt,
.csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-txt {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .csr-section__attempt-list-txt,
  .csr-section-inner .csr-section__cont .csr-section__attempt-list li .service-section__strengths-list-txt {
    margin: 0;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report {
  margin: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__report {
    margin: 30px 0 0 0;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.csr-section-inner .csr-section__cont .csr-section__report-list .csr-section__no-txt {
  text-align: center;
  width: 100%;
}
.csr-section-inner .csr-section__cont .csr-section__report-list::after {
  content: "";
  display: block;
  height: auto;
  width: 31.89%;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__report-list::after {
    width: 48.5%;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report-list::before {
  content: "";
  display: block;
  height: auto;
  width: 31.89%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__report-list::before {
    width: 48.5%;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report-list > li {
  width: 31.89%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__report-list > li {
    width: 48.5%;
    margin: 0 0 15px 0;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report-list > li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.csr-section-inner .csr-section__cont .csr-section__report-list > li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .csr-section-inner .csr-section__cont .csr-section__report-list > li a:hover {
    opacity: 1;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report-list > li a {
  border: dotted 2px #BCDBB8;
  border-radius: 1rem;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.csr-section-inner .csr-section__cont .csr-section__report-list > li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_bk.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__report-list > li a::after {
    right: 15px;
    bottom: 15px;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report-list > li a .news-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem 0.8rem 0 0;
  aspect-ratio: 2/1.33;
}
.csr-section-inner .csr-section__cont .csr-section__report-list > li a .news-section__list-txt {
  padding: 20px 20px 50px 20px;
  box-sizing: border-box;
  border-radius: 0 0 1rem 1rem;
  background: #FFFFFF;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__report-list > li a .news-section__list-txt {
    padding: 15px 15px 40px 15px;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report-list > li a .news-section__list-txt .news-section__list-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 5px 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__report-list > li a .news-section__list-txt .news-section__list-info {
    margin: 0;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report-list > li a .news-section__list-txt .news-section__list-info .time-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #46AF37;
  margin: 0 15px 10px 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__report-list > li a .news-section__list-txt .news-section__list-info .time-txt {
    font-size: 1.2rem;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report-list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat {
  padding: 0;
  margin: 0;
  list-style: none;
}
.csr-section-inner .csr-section__cont .csr-section__report-list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat li {
  padding: 5px 10px;
  box-sizing: border-box;
  margin: 0 10px 10px 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  background: #46AF37;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__report-list > li a .news-section__list-txt .news-section__list-info .news-section__list-cat li {
    font-size: 1.2rem;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report-list > li a .news-section__list-txt h3 {
  font-size: 1.8rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__report-list > li a .news-section__list-txt h3 {
    font-size: 1.4rem;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report .csr-section__no-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__report .csr-section__no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report .csr-section__no-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.csr-section-inner .csr-section__cont .csr-section__report .csr-section__no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .csr-section-inner .csr-section__cont .csr-section__report .csr-section__no-txt > a:hover {
    opacity: 1;
  }
}
.csr-section-inner .csr-section__cont .csr-section__report .csr-section__no-txt span {
  color: #46AF37;
  font-weight: 600;
}
.csr-section-inner .csr-section__cont .csr-section__report .csr-section__no-txt {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .csr-section__report .csr-section__no-txt {
    margin: 0;
  }
}
.csr-section-inner .csr-section__cont .btn-main {
  max-width: 300px;
  width: 100%;
}
.csr-section-inner .csr-section__cont .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.csr-section-inner .csr-section__cont .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .csr-section-inner .csr-section__cont .btn-main a:hover {
    opacity: 1;
  }
}
.csr-section-inner .csr-section__cont .btn-main a {
  padding: 10px;
  box-sizing: border-box;
  background: #46AF37;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .csr-section-inner .csr-section__cont .btn-main a {
    font-size: 1.6rem;
  }
}
.csr-section-inner .csr-section__cont .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_r_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.csr-section-inner .csr-section__cont .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_l_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.csr-section-inner .csr-section__cont .btn-main {
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .csr-section-inner .csr-section__cont .btn-main {
    margin: 15px auto 0 auto;
  }
}

/*-------------私たちについて-------------*/
.service-section {
  padding: 0 20px 120px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .service-section {
    padding: 0 20px 60px 20px;
  }
}
.service-section-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: auto;
}
.service-section-inner .service-section__anchor {
  max-width: 1024px;
  width: auto;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-section-inner .service-section__anchor::before {
  display: block;
  content: "";
  height: auto;
  width: 23.9%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__anchor::before {
    width: 48.5%;
  }
}
.service-section-inner .service-section__anchor::after {
  display: block;
  content: "";
  height: auto;
  width: 23.9%;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__anchor::after {
    width: 48.5%;
  }
}
.service-section-inner .service-section__anchor li {
  width: 32.7%;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__anchor li {
    width: 48.5%;
  }
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__anchor li:last-child {
    width: 100%;
  }
}
.service-section-inner .service-section__anchor li a {
  display: block;
  text-decoration: none;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: solid 1px #46AF37;
  color: #46AF37;
  background: transparent;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__anchor li a {
    font-size: 1.5rem;
  }
}
.service-section-inner .service-section__anchor li a::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow-mini_bot_g.svg);
  background-size: 10px;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.service-section-inner .service-section__anchor li a:hover {
  background: #46AF37;
  color: #FFFFFF;
  border: solid 1px #46AF37;
  transition: all 0.3s;
}
.service-section-inner .service-section__anchor li a:hover::after {
  background: url(../../images/icon_arrow-mini_bot_w.svg);
  background-size: 10px;
}
@media screen and (max-width: 1100px) {
  .service-section-inner .service-section__anchor li a:hover {
    border: solid 1px #46AF37;
    color: #46AF37;
    background: transparent;
  }
  .service-section-inner .service-section__anchor li a:hover::after {
    background: url(../../images/icon_arrow-mini_bot_g.svg);
    background-size: 10px;
  }
}
.service-section-inner .service-section__cont {
  padding: 100px 0 0 0;
  margin: 100px 0 0 0;
  border-top: dashed 1px #46AF37;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont {
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
  }
}
.service-section-inner .service-section__cont:first-child {
  margin: 0;
}
.service-section-inner .service-section__cont .service-section__heading-inner {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__heading-inner {
    padding: 0 30px;
  }
}
.service-section-inner .service-section__cont .service-section__heading-inner::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.service-section-inner .service-section__cont .service-section__heading-inner::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.service-section-inner .service-section__cont .service-section__heading-inner .en-txt {
  font-size: 3.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #46AF37;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__heading-inner .en-txt {
    font-size: 2.8rem;
  }
}
.service-section-inner .service-section__cont .service-section__heading-inner h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #46AF37;
}
.service-section-inner .service-section__cont .service-section__heading {
  text-align: center;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__heading {
    margin: 0 auto 30px auto;
  }
}
.service-section-inner .service-section__cont .service-section__strengths-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-section-inner .service-section__cont .service-section__strengths-list li {
  width: 49.3%;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 2rem;
  margin: 0 0 20px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__strengths-list li {
    padding: 30px 20px;
    width: 100%;
    border-radius: 1rem;
  }
  .service-section-inner .service-section__cont .service-section__strengths-list li:last-child {
    margin: 0;
  }
}
.service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-heading,
.service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-heading {
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-heading,
  .service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-heading {
    margin: 0 0 15px 0;
  }
}
.service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-heading .number-txt,
.service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-heading .number-txt {
  position: relative;
  background: url(../../images/figure_object.svg);
  background-size: 80px;
  width: 80px;
  height: 77px;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-heading .number-txt,
  .service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-heading .number-txt {
    margin: 0 10px 0 0;
    background-size: 40px;
    width: 40px;
    height: 38.5px;
  }
}
.service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-heading .number-txt p,
.service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-heading .number-txt p {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  color: #46AF37;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-heading .number-txt p,
  .service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-heading .number-txt p {
    font-size: 1.6rem;
  }
}
.service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-heading h3,
.service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-heading h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  color: #46AF37;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-heading h3,
  .service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-heading h3 {
    font-size: 1.8rem;
  }
}
.service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-heading h3 span,
.service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-heading h3 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-heading h3 span,
  .service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-heading h3 span {
    font-size: 1.5rem;
  }
}
.service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-txt,
.service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-txt,
  .service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-txt > a,
.service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-txt > a:hover,
.service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-txt > a:hover,
  .service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-txt > a:hover {
    opacity: 1;
  }
}
.service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-txt span,
.service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-txt span {
  color: #46AF37;
  font-weight: 600;
}
.service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-txt,
.service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-txt {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__strengths-list li .csr-section__attempt-list-txt,
  .service-section-inner .service-section__cont .service-section__strengths-list li .service-section__strengths-list-txt {
    margin: 0;
  }
}
.service-section-inner .service-section__cont .service-section__desc-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-section-inner .service-section__cont .service-section__desc-list li {
  width: 32.04%;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__desc-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .service-section-inner .service-section__cont .service-section__desc-list li:last-child {
    margin: 0;
  }
}
.service-section-inner .service-section__cont .service-section__desc-list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.service-section-inner .service-section__cont .service-section__desc-list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .service-section-inner .service-section__cont .service-section__desc-list li a:hover {
    opacity: 1;
  }
}
.service-section-inner .service-section__cont .service-section__desc-list li a .top-service-section__list-thumbnail {
  width: 100%;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__desc-list li a .top-service-section__list-thumbnail {
    max-width: 240px;
    margin: 0 auto 20px auto;
  }
}
.service-section-inner .service-section__cont .service-section__desc-list li a .top-service-section__list-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.service-section-inner .service-section__cont .service-section__desc-list li a h3 {
  margin: 0 0 20px 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__desc-list li a h3 {
    margin: 0 0 10px 0;
    font-size: 2rem;
  }
}
.service-section-inner .service-section__cont .service-section__desc-list li a h3 span {
  background: linear-gradient(transparent 70%, #F8F594 70%);
}
.service-section-inner .service-section__cont .service-section__desc-list li a h3 span::after {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_arrow_r_g.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
}
.service-section-inner .service-section__cont .service-section__desc-list li a p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__desc-list li a p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.service-section-inner .service-section__cont .service-section__desc-list li a p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.service-section-inner .service-section__cont .service-section__desc-list li a p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .service-section-inner .service-section__cont .service-section__desc-list li a p > a:hover {
    opacity: 1;
  }
}
.service-section-inner .service-section__cont .service-section__desc-list li a p span {
  color: #46AF37;
  font-weight: 600;
}
.service-section-inner .service-section__cont .service-section__desc-list li a p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__desc-list li a p {
    margin: 0;
  }
}
.service-section-inner .service-section__cont .service-section__desc-list .no-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__desc-list .no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.service-section-inner .service-section__cont .service-section__desc-list .no-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.service-section-inner .service-section__cont .service-section__desc-list .no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .service-section-inner .service-section__cont .service-section__desc-list .no-txt > a:hover {
    opacity: 1;
  }
}
.service-section-inner .service-section__cont .service-section__desc-list .no-txt span {
  color: #46AF37;
  font-weight: 600;
}
.service-section-inner .service-section__cont .service-section__desc-list .no-txt {
  text-align: center;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__desc-list .no-txt {
    margin: 0;
  }
}
.service-section-inner .service-section__cont .service-section__desc-list {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.service-section-inner .service-section__cont .service-section__intro-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-section-inner .service-section__cont .service-section__intro-list::after {
  content: "";
  display: block;
  height: auto;
  width: 31.89%;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__intro-list::after {
    width: 48.5%;
  }
}
.service-section-inner .service-section__cont .service-section__intro-list::before {
  content: "";
  display: block;
  height: auto;
  width: 31.89%;
  order: 1;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__intro-list::before {
    width: 48.5%;
  }
}
.service-section-inner .service-section__cont .service-section__intro-list li {
  width: 31.89%;
  margin: 0 0 30px 0;
  border: dotted 2px #BCDBB8;
  border-radius: 1rem;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__intro-list li {
    width: 48.5%;
    margin: 0 0 15px 0;
  }
}
.service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem 1rem 0 0;
  aspect-ratio: 2/1.33;
}
.service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-txt {
  padding: 30px;
  box-sizing: border-box;
  border-radius: 0 0 1rem 1rem;
  background: #FFFFFF;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-txt {
    padding: 20px 15px;
  }
}
.service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-txt h3 {
  font-size: 1.8rem;
  color: #46AF37;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-txt h3 {
    font-size: 1.6rem;
  }
}
.service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-txt p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-txt p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-txt p > a:hover {
    opacity: 1;
  }
}
.service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-txt p span {
  color: #46AF37;
  font-weight: 600;
}
.service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-txt p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont .service-section__intro-list li .service-section__intro-txt p {
    margin: 0;
  }
}
.service-section-inner .service-section__cont.service-section__factory {
  padding: 100px 0 0 0;
  margin: 70px 0 0 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont.service-section__factory {
    padding: 30px 0 0 0;
    margin: 15px 0 0 0;
  }
}
.service-section-inner .service-section__cont.service-section__factory .service-section__factory-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont.service-section__factory .service-section__factory-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.service-section-inner .service-section__cont.service-section__factory .service-section__factory-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.service-section-inner .service-section__cont.service-section__factory .service-section__factory-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .service-section-inner .service-section__cont.service-section__factory .service-section__factory-txt > a:hover {
    opacity: 1;
  }
}
.service-section-inner .service-section__cont.service-section__factory .service-section__factory-txt span {
  color: #46AF37;
  font-weight: 600;
}
.service-section-inner .service-section__cont.service-section__factory .service-section__factory-txt {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont.service-section__factory .service-section__factory-txt {
    margin: 0 0 30px 0;
  }
}
.service-section-inner .service-section__cont.service-section__factory .service-section__factory-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-section-inner .service-section__cont.service-section__factory .service-section__factory-img li {
  width: 32.36%;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont.service-section__factory .service-section__factory-img li {
    margin: 0 0 10px 0;
    width: 48.5%;
  }
}
.service-section-inner .service-section__cont.service-section__factory .service-section__factory-img li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont.service-section__factory .service-section__factory-img li img {
    border-radius: 0.5rem;
  }
}
.service-section-inner .service-section__cont.service-section__factory .service-section__factory-img::after {
  content: "";
  display: block;
  height: auto;
  width: 32.36%;
}
@media screen and (max-width: 768px) {
  .service-section-inner .service-section__cont.service-section__factory .service-section__factory-img::after {
    width: 48.5%;
  }
}

/*-------------私たちについて-------------*/
.about_us-section {
  padding: 0 20px 120px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .about_us-section {
    padding: 0 20px 60px 20px;
  }
}
.about_us-section-inner {
  max-width: 1400px;
  margin: 0 auto;
  width: auto;
}
.about_us-section-inner .about_us-section__cont {
  padding: 100px 0 0 0;
  margin: 100px 0 0 0;
  border-top: dashed 1px #46AF37;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont {
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
  }
}
.about_us-section-inner .about_us-section__cont:first-child {
  margin: 0;
}
.about_us-section-inner .about_us-section__cont .about_us-section__heading-inner {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__heading-inner {
    padding: 0 30px;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__heading-inner::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.about_us-section-inner .about_us-section__cont .about_us-section__heading-inner::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #F8F594;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.about_us-section-inner .about_us-section__cont .about_us-section__heading-inner .en-txt {
  font-size: 3.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #46AF37;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__heading-inner .en-txt {
    font-size: 2.8rem;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__heading-inner h2 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  color: #46AF37;
}
.about_us-section-inner .about_us-section__cont .about_us-section__heading {
  text-align: center;
  margin: 0 auto 60px auto;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__heading {
    margin: 0 auto 30px auto;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__message-flex {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-img {
    width: 100%;
    order: 2;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-img img {
    border-radius: 1rem;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont {
  width: 45.9%;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont {
    width: 100%;
    order: 1;
    margin: 0 0 30px 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-txt p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-txt p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-txt p > a:hover {
    opacity: 1;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-txt p span {
  color: #46AF37;
  font-weight: 600;
}
.about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-txt p:last-child {
  margin: 0;
}
.about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-name {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-name {
    margin: 20px 0 0 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-name .skill-txt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #46AF37;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-name .skill-txt {
    margin: 0 10px 0 0;
    font-size: 1.5rem;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-name .name-txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #46AF37;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__message-flex .about_us-section__message-cont .about_us-section__message-name .name-txt {
    font-size: 1.8rem;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__company-table {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
}
.about_us-section-inner .about_us-section__cont .about_us-section__company-table tbody tr {
  border-top: solid 1px #CFE6CC;
}
.about_us-section-inner .about_us-section__cont .about_us-section__company-table tbody tr:last-child {
  border-bottom: solid 1px #CFE6CC;
}
.about_us-section-inner .about_us-section__cont .about_us-section__company-table tbody tr td {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__company-table tbody tr td {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__company-table tbody tr td > a {
  color: #46AF37;
  transition: all 0.3s;
}
.about_us-section-inner .about_us-section__cont .about_us-section__company-table tbody tr td > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__company-table tbody tr td > a:hover {
    opacity: 1;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__company-table tbody tr td span {
  color: #46AF37;
  font-weight: 600;
}
.about_us-section-inner .about_us-section__cont .about_us-section__company-table tbody tr td {
  margin: 0;
  vertical-align: top;
  padding: 40px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__company-table tbody tr td {
    display: block;
    padding: 0 15px 15px 15px;
    margin: 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__company-table tbody tr td:first-child {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  width: 20%;
  margin: 0;
  color: #46AF37;
  line-height: 1.6;
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__company-table tbody tr td:first-child {
    padding: 15px 15px 5px 15px;
    width: 100%;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
  padding: 0;
  list-style: none;
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li {
  display: flex;
  padding: 0 0 40px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list li {
    padding: 0 0 20px 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li:last-child {
  padding: 0;
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li::before {
  content: "";
  display: inline-block;
  position: relative;
  background: #CFE6CC;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 140px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list li::before {
    left: 88px;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .year-txt {
  width: 143px;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #46AF37;
  line-height: 1;
  margin: 0 50px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list li .year-txt {
    font-size: 2.2rem;
    margin: 0 20px 0 0;
    width: 91px;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .year-txt::after {
  content: "";
  display: inline-block;
  position: relative;
  background: #46AF37;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  right: -1px;
  top: 11px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list li .year-txt::after {
    top: 8px;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .year-txt span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list li .year-txt span {
    font-size: 1.4rem;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont {
  flex: 1;
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item {
  display: flex;
  margin: 0 0 20px 0;
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item:last-child {
  margin: 0;
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item .month-txt {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #46AF37;
  line-height: 1;
  margin: 0 20px 0 0;
  width: 50px;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item .month-txt {
    margin: 0 10px 0 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item .month-txt span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item .month-txt span {
    font-size: 1.4rem;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item .history-section__list-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item .history-section__list-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item .history-section__list-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item .history-section__list-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item .history-section__list-txt > a:hover {
    opacity: 1;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item .history-section__list-txt span {
  color: #46AF37;
  font-weight: 600;
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item .history-section__list-txt {
  margin: 0;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list li .about_us-section__history-list-cont .about_us-section__history-list-item .history-section__list-txt {
    margin: 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list .no-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list .no-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list .no-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list .no-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list .no-txt > a:hover {
    opacity: 1;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list .no-txt span {
  color: #46AF37;
  font-weight: 600;
}
.about_us-section-inner .about_us-section__cont .about_us-section__history-list .no-txt {
  margin: 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__history-list .no-txt {
    margin: 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_us-section-inner .about_us-section__cont .about_us-section__list::after {
  content: "";
  display: block;
  height: auto;
  width: 31.89%;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__list::after {
    width: 100%;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__list li {
  width: 31.89%;
  padding: 20px;
  margin: 0 0 30px 0;
  border-radius: 1rem;
  position: relative;
  box-sizing: border-box;
  background: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__list li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-thumbnail {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-thumbnail {
    margin: 0 0 20px 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-thumbnail iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  aspect-ratio: 2/1.33;
  border: none;
}
.about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-txt h3 {
  font-size: 1.8rem;
  color: #46AF37;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-txt h3 {
    font-size: 1.6rem;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-txt p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-txt p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-txt p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-txt p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-txt p > a:hover {
    opacity: 1;
  }
}
.about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-txt p span {
  color: #46AF37;
  font-weight: 600;
}
.about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-txt p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about_us-section-inner .about_us-section__cont .about_us-section__list li .about_us-section__list-txt p {
    margin: 0;
  }
}

/*-------------私たちについて-------------*/
.not-section {
  padding: 0 20px 120px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .not-section {
    padding: 0 20px 60px 20px;
  }
}
.not-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.not-section-inner p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .not-section-inner p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.not-section-inner p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.not-section-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .not-section-inner p > a:hover {
    opacity: 1;
  }
}
.not-section-inner p span {
  color: #46AF37;
  font-weight: 600;
}
.not-section-inner p {
  margin: 0 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .not-section-inner p {
    margin: 0 0 20px 0;
  }
}
.not-section-inner .btn-main {
  max-width: 300px;
  width: 100%;
}
.not-section-inner .btn-main a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.not-section-inner .btn-main a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .not-section-inner .btn-main a:hover {
    opacity: 1;
  }
}
.not-section-inner .btn-main a {
  padding: 10px;
  box-sizing: border-box;
  background: #46AF37;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #FFFFFF;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .not-section-inner .btn-main a {
    font-size: 1.6rem;
  }
}
.not-section-inner .btn-main a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_r_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.not-section-inner .btn-main.back a::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  right: auto;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/icon_arrow-mini_l_w.svg);
  background-size: 5px;
  width: 5px;
  height: 8px;
}
.not-section-inner .btn-main {
  margin: 0 auto;
}

/*-------------固定ページ-------------*/
.page-section {
  padding: 0 20px 120px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page-section {
    padding: 0 20px 60px 20px;
  }
}
.page-section-inner {
  max-width: 1024px;
  margin: 0 auto;
  width: auto;
}
.page-section-inner h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 40px 0 30px 0;
  padding: 0 0 20px 0;
  position: relative;
}
.page-section-inner h4::after {
  content: "";
  display: inline-block;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #46AF37;
  width: 80px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .page-section-inner h4 {
    font-size: 1.8rem;
    margin: 30px 0 20px 0;
  }
}
.page-section-inner p {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .page-section-inner p {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
.page-section-inner p > a {
  color: #46AF37;
  transition: all 0.3s;
}
.page-section-inner p > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .page-section-inner p > a:hover {
    opacity: 1;
  }
}
.page-section-inner p span {
  color: #46AF37;
  font-weight: 600;
}
.page-section-inner p:first-child {
  margin: 0;
}
.page-section-inner p:last-child {
  margin: 0;
}

/*-------------module-------------*/
/*-------------base-------------*/
/*-------------mixin-------------*/
/*-------------ヘッダー-------------*/
header {
  position: relative;
}
header .header-wrap {
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px 30px;
  border: solid 2px #46AF37;
  border-top: none;
  background-color: #FFFFFF;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0 0 2.5rem 2.5rem;
}
@media screen and (max-width: 1100px) {
  header .header-wrap {
    flex-flow: column;
    padding: 10px 15px;
    align-items: flex-start;
    border-radius: 0 0 1rem 1rem;
  }
}
header .header-wrap.header-animation {
  transform: translateY(-100%);
}
header .header-wrap:has(.header-wrap__nav-item > a:hover) {
  background-color: #FFFFFF;
}
header .header-wrap.header-top {
  background: none;
  border: solid 2px transparent;
}
header .header-wrap h1 {
  margin: 0 20px 0 0;
}
header .header-wrap h1 a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header .header-wrap h1 a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header .header-wrap h1 a:hover {
    opacity: 1;
  }
}
header .header-wrap h1 a img {
  max-width: 240px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1100px) {
  header .header-wrap h1 a img {
    max-width: 232px;
  }
}
header .header-wrap .header-wrap__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav {
    display: none;
    margin: 30px 0 0 0;
    width: 100%;
    overflow-y: auto;
    max-height: 427px;
  }
}
header .header-wrap .header-wrap__nav-list {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list {
    flex-flow: column;
    margin: 0 0 20px 0;
  }
}
header .header-wrap .header-wrap__nav-list > li {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 1400px) {
  header .header-wrap .header-wrap__nav-list > li {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list > li {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
header .header-wrap .header-wrap__nav-list > li:last-child {
  margin: 0;
}
header .header-wrap .header-wrap__nav-list > li > a {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: #333333;
  position: relative;
  text-decoration: none;
  display: block;
}
header .header-wrap .header-wrap__nav-list > li > a::before {
  z-index: -1;
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 100%;
  height: 10px;
  background: #F8F594;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
header .header-wrap .header-wrap__nav-list > li > a:hover::before {
  transform: scale(1, 1);
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list > li > a:hover::before {
    transform: scale(0, 1);
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list > li > a {
    font-size: 1.5rem;
    padding: 0 0 15px 0;
    border-bottom: solid 1px #46AF37;
  }
}
header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item {
  margin: 0 30px 0 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1400px) {
  header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item {
    margin: 0 0 15px 0;
    width: 100%;
  }
  header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item:last-child {
    margin: 0;
  }
}
header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > a {
  text-decoration: none;
  display: block;
  font-size: 1.6rem;
  padding: 0 25px 0 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > a {
    font-size: 1.5rem;
    border-bottom: solid 1px #46AF37;
    padding: 0 20px 15px 0;
  }
}
header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > a::after {
  content: "";
  display: inline-block;
  background: url(../../images/icon_arrow_bot_bk.svg);
  background-size: 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > a::after {
    top: 4px;
    transform: none;
  }
}
header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item:hover .sub-menu {
  top: 30px;
  visibility: visible;
  opacity: 1;
}
header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > .sub-menu {
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 0;
  width: 340px;
  transition: all 0.2s ease;
  visibility: hidden;
  opacity: 0;
  padding: 0;
  backdrop-filter: blur(20px);
  background-color: #FFFFFF;
  border: solid 2px #46AF37;
  border-radius: 1rem;
  padding: 20px;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > .sub-menu {
    display: block;
    position: static;
    overflow: hidden;
    width: auto;
    line-height: 0;
    opacity: 0;
    height: 0;
    margin: 0;
    transition-duration: 0.2s;
    visibility: visible;
    padding: 0 15px;
    max-width: 100%;
    border: none;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > .sub-menu.is-open {
    line-height: 1.5;
    height: auto;
    opacity: 1;
    transition-duration: 0.2s;
    padding: 15px 15px 0 15px;
  }
}
header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > .sub-menu li {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > .sub-menu li {
    margin: 0 0 15px 0;
  }
}
header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > .sub-menu li:last-child {
  margin: 0;
}
header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > .sub-menu li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #333333;
  box-sizing: border-box;
  position: relative;
  border-bottom: solid 1px #46AF37;
  padding: 0 25px 15px 0;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > .sub-menu li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > .sub-menu li a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__nav-list > .header-wrap__nav-item > .sub-menu li a {
    font-size: 1.5rem;
  }
}
header .header-wrap .header-wrap__menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  display: none;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__menu {
    display: block;
  }
}
header .header-wrap .header-wrap__menu-icon {
  position: relative;
  background: #46AF37;
  cursor: pointer;
  height: 60px;
  width: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  header .header-wrap .header-wrap__menu-icon {
    border-radius: 0 0 1rem 0;
  }
}
header .header-wrap .header-wrap__menu-icon span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 20px;
  height: 2px;
  background: #FFFFFF;
  width: 34%;
}
header .header-wrap .header-wrap__menu-icon span:nth-of-type(1) {
  top: 21px;
}
header .header-wrap .header-wrap__menu-icon span:nth-of-type(2) {
  top: 29px;
}
header .header-wrap .header-wrap__menu-icon span:nth-of-type(3) {
  top: 37px;
}
header .header-wrap .header-wrap__menu-icon.menu-icon-close span:nth-of-type(1) {
  top: 29px;
  transform: rotate(-45deg);
}
header .header-wrap .header-wrap__menu-icon.menu-icon-close span:nth-of-type(2) {
  top: 29px;
  transform: rotate(45deg);
}
header .header-wrap .header-wrap__menu-icon.menu-icon-close span:nth-of-type(3) {
  top: 29px;
  transform: rotate(45deg);
}

/*-------------固定ボタン-------------*/
.btn-fix {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .btn-fix {
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.btn-fix .btn-fix__item {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .btn-fix .btn-fix__item {
    margin: 0;
  }
}
.btn-fix .btn-fix__item:last-child {
  margin: 0;
}
.btn-fix .btn-fix__item a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
.btn-fix .btn-fix__item a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  .btn-fix .btn-fix__item a:hover {
    opacity: 1;
  }
}
.btn-fix .btn-fix__item a {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #46AF37;
  padding: 15px 30px;
  background: #FFFFFF;
  border: solid 2px #46AF37;
  border-radius: 1rem;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .btn-fix .btn-fix__item a {
    border-radius: 0;
    font-size: 1.2rem;
    padding: 10px 20px;
    box-shadow: none;
    text-align: center;
    border: none;
    border-top: solid 2px #46AF37;
  }
}
.btn-fix .btn-fix__item a span {
  display: inline-block;
  padding: 0 0 0 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-fix .btn-fix__item a span {
    padding: 0 0 0 20px;
  }
}
.btn-fix .btn-fix__item--ai a span::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_fukidashi.svg);
  background-size: 25px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn-fix .btn-fix__item--ai a span::before {
    background-size: 14px;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .btn-fix .btn-fix__item--contact a span {
    padding: 0 0 0 25px;
  }
}
.btn-fix .btn-fix__item--contact a span::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_contact.svg);
  background-size: 28px;
  width: 28px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn-fix .btn-fix__item--contact a span::before {
    background-size: 19px;
    width: 19px;
    height: 13px;
  }
}

/*
.btn-fix {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;

    @include mq(md) {
        right: 0;
        bottom: 0;
        display: flex;
        width: 100%;
    }

    .btn-fix__item {
        margin: 0 0 10px 0;

        @include mq(md) {
            margin: 0;
            width: 50%;
        }

        &:last-child {
            margin: 0;

            @include mq(md) {
                a {
                    border-left: none;
                }
            }
        }

        a {
            @include o_hover;
            font-size: 2rem;
            font-weight: 700;
            line-height: 1.2;
            color: $green;
            padding: 15px 30px;
            background: $white;
            border: solid 2px $green;
            border-radius: 1rem;
            box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
            width: 100%;
            box-sizing: border-box;

            @include mq(md) {
                border-radius: 0;
                font-size: 1.2rem;
                padding: 10px 20px;
                box-shadow: none;
                text-align: center;
            }

            span {
                display: inline-block;
                padding: 0 0 0 35px;
                position: relative;

                @include mq(md) {
                    padding: 0 0 0 20px;
                }
            }
        }

        &--ai {
            a {
                span {
                    &::before {
                        @include content;
                        background: url(../../images/icon_fukidashi.svg);
                        background-size: 25px;
                        width: 25px;
                        height: 25px;
                        position: absolute;
                        top: 50%;
                        left: 0;
                        transform: translateY(-50%);

                        @include mq(md) {
                            background-size: 14px;
                            width: 14px;
                            height: 14px;
                            margin: 0 10px 0 0;
                        }

                    }
                }
            }
        }

        &--contact {
            a {
                span {
                    @include mq(md) {
                        padding: 0 0 0 25px;
                    }

                    &::before {
                        @include content;
                        background: url(../../images/icon_contact.svg);
                        background-size: 28px;
                        width: 28px;
                        height: 20px;
                        position: absolute;
                        top: 50%;
                        left: 0;
                        transform: translateY(-50%);

                        @include mq(md) {
                            background-size: 19px;
                            width: 19px;
                            height: 13px;
                        }
                    }
                }
            }
        }
    }
}
    */
/*-------------base-------------*/
/*-------------mixin-------------*/
footer {
  padding: 120px 20px 60px 20px;
  box-sizing: border-box;
  background: #46AF37;
  border-radius: 7rem 7rem 0 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 60px 20px 30px 20px;
    border-radius: 3rem 3rem 0 0;
  }
}
footer .footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
}
footer .footer-inner .footer-btn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-btn {
    margin: 0 0 30px 0;
  }
}
footer .footer-inner .footer-btn__item {
  width: 49.2%;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-btn__item {
    width: 100%;
    margin: 0 0 20px 0;
  }
  footer .footer-inner .footer-btn__item:last-child {
    margin: 0;
  }
}
footer .footer-inner .footer-btn__item a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-inner .footer-btn__item a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner .footer-btn__item a:hover {
    opacity: 1;
  }
}
footer .footer-inner .footer-btn__item a {
  background: #FFFFFF;
  border-radius: 2rem;
  padding: 50px 20px;
  box-sizing: border-box;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-btn__item a {
    padding: 30px 20px;
  }
}
footer .footer-inner .footer-btn__item a h3 {
  text-align: center;
  margin: 0;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-btn__item a h3 {
    font-size: 2.2rem;
  }
}
footer .footer-inner .footer-btn__item a h3::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_contact.svg);
  background-size: 40px;
  width: 40px;
  height: 28px;
  position: relative;
  top: 1px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-btn__item a h3::before {
    background-size: 29px;
    width: 29px;
    height: 20px;
    top: 2px;
  }
}
footer .footer-inner .footer-btn__item a .number-txt {
  text-align: center;
  margin: 0;
  font-size: 4.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #46AF37;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-btn__item a .number-txt {
    font-size: 2.6rem;
  }
}
footer .footer-inner .footer-btn__item a .number-txt::before {
  content: "";
  display: inline-block;
  position: relative;
  background: url(../../images/icon_tel.svg);
  background-size: 30px;
  width: 30px;
  height: 39px;
  position: relative;
  top: 4px;
  margin: 0 5px 0 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-btn__item a .number-txt::before {
    background-size: 17px;
    width: 17px;
    height: 22px;
    margin: 0;
    top: 3px;
  }
}
footer .footer-inner .footer-btn__item a .sub-txt {
  font-size: 1.6rem;
  color: #333333;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-btn__item a .sub-txt {
    font-size: 1.5rem;
    margin: 0 0 15px 0;
  }
}
footer .footer-inner .footer-btn__item a .sub-txt > a {
  color: #46AF37;
  transition: all 0.3s;
}
footer .footer-inner .footer-btn__item a .sub-txt > a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner .footer-btn__item a .sub-txt > a:hover {
    opacity: 1;
  }
}
footer .footer-inner .footer-btn__item a .sub-txt span {
  color: #46AF37;
  font-weight: 600;
}
footer .footer-inner .footer-btn__item a .sub-txt {
  font-size: 1.5rem;
  text-align: center;
  color: #46AF37;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-btn__item a .sub-txt {
    margin: 15px 0 0 0;
  }
}
footer .footer-inner .footer-nav {
  margin: 0 0 60px 0;
  padding: 0 0 60px 0;
  border-bottom: dotted 2px #FFFFFF;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-nav {
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
  }
}
footer .footer-inner .footer-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-nav__list {
    flex-flow: column;
  }
}
footer .footer-inner .footer-nav__list li {
  margin: 0 40px 40px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-nav__list li {
    margin: 0 0 20px 0;
  }
}
footer .footer-inner .footer-nav__list li:last-child {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-nav__list li:last-child {
    margin: 0 0 20px 0;
  }
}
footer .footer-inner .footer-nav__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-inner .footer-nav__list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner .footer-nav__list li a:hover {
    opacity: 1;
  }
}
footer .footer-inner .footer-nav__list li a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-nav__list li a {
    font-size: 1.5rem;
  }
}
footer .footer-inner .footer-nav__list li .sub-menu {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
  border-left: dotted 2px #FFFFFF;
}
footer .footer-inner .footer-nav__list li .sub-menu li {
  margin: 0 0 20px 0;
}
footer .footer-inner .footer-nav__list li .sub-menu li:last-child {
  margin: 0;
}
footer .footer-inner .footer-nav__list li .sub-menu li a {
  position: relative;
  padding: 0 0 0 30px;
}
footer .footer-inner .footer-nav__list li .sub-menu li a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 8px;
  border-bottom: dotted 2px #FFFFFF;
}
footer .footer-inner .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-info {
    flex-flow: column;
  }
}
footer .footer-inner .footer-info__txt {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-info__txt {
    margin: 0 0 30px 0;
  }
}
footer .footer-inner .footer-info__txt h1 {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-info__txt h1 {
    margin: 0 0 15px 0;
  }
}
footer .footer-inner .footer-info__txt h1 a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-inner .footer-info__txt h1 a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner .footer-info__txt h1 a:hover {
    opacity: 1;
  }
}
footer .footer-inner .footer-info__txt h1 a img {
  max-width: 240px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  footer .footer-inner .footer-info__txt h1 a img {
    max-width: 232px;
  }
}
footer .footer-inner .footer-info__txt .copy-txt {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
}
footer .footer-inner .footer-info__list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
footer .footer-inner .footer-info__list li {
  margin: 0 20px 0 0;
}
footer .footer-inner .footer-info__list li:last-child {
  margin: 0;
}
footer .footer-inner .footer-info__list li a {
  display: block;
  text-decoration: none;
  transition: all 0.3s;
}
footer .footer-inner .footer-info__list li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media screen and (max-width: 1100px) {
  footer .footer-inner .footer-info__list li a:hover {
    opacity: 1;
  }
}
footer .footer-inner .footer-info__list li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 30px;
}/*# sourceMappingURL=style.css.map */