@charset "UTF-8";
body {
  color: #222 !important;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: .05em !important;
}

a {
  color: #222;
  transition: all .2s linear;
}

@media screen and (max-width: 1151px) {
  .on_pc {
    display: none !important;
  }
}

@media screen and (min-width: 1152px) {
  .on_sp {
    display: none !important;
  }
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: .75em 1em;
  border: 1px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  background: #fff;
  font-size: 16px;
  transition: all .2s linear;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #007f3b;
  outline: none;
}

table {
  width: 100%;
}

.flex,
.media,
.card,
.flex_half {
  display: flex;
}

.media_tx {
  flex: 1;
}

.card {
  flex-direction: column;
}

.flex_half > * {
  flex: 1;
}

.flex_half > *:nth-child(2) {
  margin-left: 30px;
}

.base_table {
  border-top: 1px solid #ddd;
}

.base_table > dl {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1151px) {
  .base_table > dl {
    flex-direction: column;
  }
}

.base_table > dl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 18em;
  height: 100%;
  background: #f1f1f1;
  content: "";
}

@media screen and (max-width: 1151px) {
  .base_table > dl::before {
    display: none;
  }
}

.base_table > dl > dt {
  position: relative;
  width: 18em;
  padding: 1.5em;
  box-sizing: border-box;
  color: #666;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .base_table > dl > dt {
    width: 100%;
    padding: 1em;
    background: #f1f1f1;
  }
}

.base_table > dl > dd {
  flex: 1;
  margin: 0;
  padding: 1.5em;
  box-sizing: border-box;
  word-break: break-all;
}

@media screen and (max-width: 1151px) {
  .base_table > dl > dd {
    width: 100%;
    padding: 1em;
  }
}

.base_table > dl > dd a {
  text-decoration: underline;
}

.base_table > dl > dd a:hover {
  text-decoration: none;
}

.base_table > dl > dd dt {
  color: #007f3b;
  font-size: 1.2em;
}

.base_table iframe {
  width: 100%;
  height: 390px;
  margin-top: 20px;
}

@media screen and (max-width: 1151px) {
  .base_table iframe {
    height: 210px;
  }
}

.base_table ul {
  margin-bottom: 0;
}

.history_table {
  position: relative;
  padding-top: 20px;
  font-size: 100%;
}

.history_table::before {
  position: absolute;
  top: 0;
  left: 305px;
  width: 2px;
  height: 100%;
  background: #eee;
  content: "";
}

@media screen and (max-width: 1151px) {
  .history_table::before {
    left: 15px;
  }
}

.history_table dl {
  display: flex;
}

@media screen and (max-width: 1151px) {
  .history_table dl {
    flex-direction: column;
    margin-bottom: 10px;
    padding-left: 40px;
  }
}

.history_table dt {
  position: relative;
  width: 270px;
  margin-right: 50px;
  color: #666;
  text-align: right;
}

@media screen and (max-width: 1151px) {
  .history_table dt {
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
}

.history_table dt::before {
  position: absolute;
  top: 13px;
  left: 301px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #007f3b;
  content: "";
}

@media screen and (max-width: 1151px) {
  .history_table dt::before {
    top: 9px;
    left: -29px;
  }
}

.history_table dt span {
  font-size: .7em;
}

.history_table dd {
  flex: 1;
  margin-left: 30px;
}

@media screen and (max-width: 1151px) {
  .history_table dd {
    margin-left: 15px;
    line-height: 1.75;
  }
}

.btn a,
.button a,
#footer_button a {
  display: inline-block;
  min-width: 200px !important;
  height: auto !important;
  padding: 25px;
  border: none !important;
  background: #007f3b;
  background: linear-gradient(135deg, #8dc072 0%, #007f3b 100%);
  color: #fff !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-align: center;
}

.btn a:hover,
.button a:hover,
#footer_button a:hover {
  opacity: .7;
  background: #007f3b !important;
  background: linear-gradient(135deg, #8dc072 0%, #007f3b 100%) !important;
}

.name dl {
  justify-content: flex-end;
  margin: 0;
  font-size: 1.4em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: right;
}

@media screen and (max-width: 1151px) {
  .name dl {
    font-size: 1.2em;
  }
}

.name dt {
  font-weight: 400;
}

.name dd {
  margin: 0 0 0 20px;
}

.name span {
  margin-right: 1em;
  font-size: .8em;
}

.fit_img_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(100% / 3 * 2);
  overflow: hidden;
}

.fit_img {
  height: 100% !important;
  font-family: "object-fit: cover;";

  object-fit: cover;
}

.short_inner {
  max-width: 840px;
  margin: 0 auto;
}

.bg_gray {
  box-sizing: border-box;
  background: #f7f7f7;
}

#single_menu_list .headline {
  color: #222;
}

#menu_single {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#menu_single.full_width {
  width: 100%;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto !important;
}

.big_inner {
  width: 90%;
  margin: 0 auto !important;
}

.page_lead {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 90px !important;
  font-weight: 400;
  font-size: 36px !important;
  line-height: 1.75 !important;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .page_lead {
    margin: 0 auto 45px !important;
    font-size: 20px !important;
  }
}

.post_content section + section {
  margin-top: 90px;
}

@media screen and (max-width: 1151px) {
  .post_content section + section {
    margin-top: 60px;
  }
}

.styled_h3 {
  box-sizing: border-box;
}

.youtube {
  max-width: 1000px;
  margin: 60px auto;
}

@media screen and (max-width: 1151px) {
  .youtube {
    margin: 30px auto;
  }
}

.youtube iframe {
  width: 100%;
  height: 100%;

  aspect-ratio: 16 / 9;
}

#header {
  background: #222;
}

#global_menu {
  border-top: 1px solid #444;
}

.megamenu_menu_list .title {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.megamenu_blog_list {
  height: 190px;
  padding-top: 30px !important;
}

.megamenu_blog_list .engage .title {
  background: url(../img/link_w.svg) no-repeat right center;
  background-size: 16px auto;
}

.megamenu_blog_list .post_list .title_area {
  height: 70px;
}

@media screen and (max-width: 1151px) {
  #menu_button:before {
    color: #fff;
  }
}

#mobile_menu li .menu-item-109 a {
  background-image: url(../img/link.svg);
  background-position: right 20px center;
  background-size: 14px auto;
  background-repeat: no-repeat;
}

#index_slider .item.slick-active .caption .animate2,
#index_slider.video .caption .animate2 {
  margin-top: 30px;
  font-size: 24px;
  line-height: 2;
}

@media screen and (max-width: 1151px) {
  #index_slider .item.slick-active .caption .animate2,
  #index_slider.video .caption .animate2 {
    font-size: 16px;
  }
}

#index_slider .item.slick-active .caption .animate2 span,
#index_slider.video .caption .animate2 span {
  font-size: 1.5em;
}

#index_box_content {
  height: 380px;
  border-top: 3px solid #007f3b;
  border-bottom: 3px solid #007f3b;
}

@media screen and (max-width: 1151px) {
  #index_box_content {
    height: 280px;
  }
}

@media screen and (max-width: 950px) {
  #index_box_content {
    height: auto;
  }
}

#index_box_content .item {
  height: 380px;
}

@media screen and (max-width: 1151px) {
  #index_box_content .item {
    height: 280px;
  }
}

@media screen and (max-width: 950px) {
  #index_box_content .item {
    height: auto;
  }
}

#index_box_content .item a:hover {
  color: #007f3b;
}

#index_box_content .title {
  font-size: 30px;
}

#index_box_content .desc {
  height: 80px;
}

@media screen and (max-width: 950px) {
  #index_box_content .desc {
    height: 60px;
  }
}

#index_box_content .desc p {
  text-align: center;
}

@media screen and (max-width: 950px) {
  #index_box_content .desc p {
    padding: 0;
    line-height: 60px;
  }
}

.index_campaign {
  height: auto;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media screen and (max-width: 1151px) {
  .index_campaign {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.index_campaign .owl-carousel .owl-stage {
  width: 100% !important;
}

.index_campaign .owl-carousel.owl-drag .owl-item {
  width: 50% !important;
}

.index_campaign.num1 .index_campaign_slider .item .title,
.index_campaign.num1 .index_campaign_slider .item a {
  height: 100%;
}

.index_campaign.num1 .index_campaign_slider .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .3);
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .index_campaign.num1 .index_campaign_slider .item a {
    padding-right: 0;
    padding-left: 0;
  }
}

.index_campaign.num1 .index_campaign_slider .item a:hover {
  background: #007f3b;
}

.index_campaign.num1 .index_campaign_slider .item span {
  display: block;
  font-size: 22px;
}

@media screen and (max-width: 1151px) {
  .index_campaign.num1 .index_campaign_slider .item span {
    font-size: 16px;
  }
}

.index_blog {
  width: 90%;
}

@media screen and (max-width: 1151px) {
  .index_blog {
    padding-top: 50px;
  }
}

.blog_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.blog_list .item {
  float: none;
  height: auto;
}

@media screen and (max-width: 750px) {
  .blog_list .item {
    height: auto;
  }
}

.blog_list .item:first-child .image_wrap,
.blog_list .item:nth-child(2) .image_wrap,
.blog_list .item:nth-child(3) .image_wrap {
  height: 600px;
}

@media screen and (max-width: 900px) {
  .blog_list .item:first-child .image_wrap,
  .blog_list .item:nth-child(2) .image_wrap,
  .blog_list .item:nth-child(3) .image_wrap {
    height: 420px;
  }
}

@media screen and (max-width: 750px) {
  .blog_list .item:first-child .image,
  .blog_list .item:nth-child(2) .image,
  .blog_list .item:nth-child(3) .image {
    background-position: center top !important;
  }
}

.blog_list .item:first-child .image::after,
.blog_list .item:nth-child(2) .image::after,
.blog_list .item:nth-child(3) .image::after {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  transition: all .2s linear;
}

.blog_list .item:first-child a:hover .image::after,
.blog_list .item:nth-child(2) a:hover .image::after,
.blog_list .item:nth-child(3) a:hover .image::after {
  opacity: 1;
}

.blog_list .item:first-child .image::after {
  background-image: url(../img/interview01_02.jpg);
}

.blog_list .item:nth-child(2) .image::after {
  background-image: url(../img/interview02_02.jpg);
}

.blog_list .item:nth-child(3) .image::after {
  background-image: url(../img/interview03_02.jpg);
}

.blog_list .item:nth-child(4) {
  display: none;
}

@media screen and (max-width: 750px) {
  .blog_list .image_wrap {
    height: 240px !important;
  }
}

@media screen and (max-width: 414px) {
  .blog_list .image_wrap {
    height: 120px !important;
  }
}

.blog_list .title_area {
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .blog_list .title_area {
    padding: 15px 10px;
  }
}

.blog_list .engage .title_area {
  background: url(../img/link.svg) no-repeat right 20px center;
  background-size: 16px auto;
}

@media screen and (max-width: 750px) {
  .blog_list .engage .title_area {
    background: url(../img/link.svg) no-repeat right 10px center;
    background-size: 16px auto;
  }
}

.blog_list .title a:hover {
  color: #007f3b;
}

.blog_list .title a:hover .position {
  color: #007f3b;
}

.blog_list .title a .position {
  margin-right: .75em;
  color: #666;
  font-weight: 500;
  font-size: .85em;
  transition: all .3s linear;
}

.index_news {
  width: 100%;
  margin-top: 90px;
  padding: 90px 0;
  background: url(../img/news.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 1151px) {
  .index_news {
    margin-top: 60px;
    padding: 50px 0 60px;
  }
}

.index_news.num3 .headline {
  color: #fff;
}

.index_news .news_list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.index_news .item a:hover {
  color: #007f3b;
}

.index_news .item a .date {
  color: #888;
}

#body #contents_builder {
  padding-bottom: 0;
}

#menu_list .item a:hover {
  color: #007f3b;
}

@media screen and (max-width: 1151px) {
  #menu_list .title {
    font-size: 24px;
  }
}

.page_number .list {
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 1151px) {
  .page_number .list {
    flex-direction: column;
    padding: 0 5%;
  }
}

.page_number .list li {
  width: calc(50% - 30px);
  margin-bottom: 60px;
  padding: 60px;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  background: #fff;
}

@media screen and (max-width: 1151px) {
  .page_number .list li {
    width: 100%;
    margin-bottom: 5vw;
    padding: 30px;
  }
}

.page_number .list li:first-child dd {
  margin: 0;
}

.page_number .list li:first-child .outer {
  background-image: url(../img/number01.svg);
}

.page_number .list li:nth-child(2) dd {
  margin: 0;
}

.page_number .list li:nth-child(2) .outer {
  background-image: url(../img/number02.svg);
}

.page_number .list li:nth-child(3) dd {
  margin: 30px 0;
}

.page_number .list li:nth-child(3) .outer {
  background-image: url(../img/number03.svg);
}

.page_number .list li:nth-child(4) dd {
  margin: 30px 0;
}

.page_number .list li:nth-child(4) .outer {
  background-image: url(../img/number04.svg);
}

.page_number .list li:nth-child(5) dd {
  margin: 30px 0;
}

.page_number .list li:nth-child(5) .outer {
  background-image: url(../img/number05.svg);
}

.page_number .list li:last-child dd {
  margin: 30px 0;
}

@media screen and (max-width: 1151px) {
  .page_number .list li:last-child dd {
    margin: 0;
  }
}

.page_number .list li:last-child .outer {
  background-image: url(../img/number06.svg);
}

.page_number .list dl {
  margin-bottom: 0;
  text-align: center;
}

.page_number .list dt {
  display: inline-block;
  border-bottom: 5px solid #ddd;
  font-size: 28px;
}

@media screen and (max-width: 1151px) {
  .page_number .list dt {
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 1;
  }
}

.page_number .list dd {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  font-weight: 700;
  font-size: 5em;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .page_number .list dd {
    font-size: 4em;
  }
}

.page_number .list dd span {
  font-size: .5em;
}

.page_number .list .outer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.page_number .list .inner {
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0 2px 0 #fff,  0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
}

.page_number .list .desc {
  margin-bottom: 0;
}

.page_outline .blc01 .styled_h3 {
  margin-bottom: 0 !important;
}

.page_outline .img {
  margin: 90px 0;
}

@media screen and (max-width: 1151px) {
  .page_outline .img {
    margin: 45px 0;
  }
}

.page_outline iframe {
  width: 100%;
  height: 510px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1151px) {
  .page_outline iframe {
    height: 210px;
  }
}

.page_philosophy .blc01 .page_lead {
  margin: 90px auto 60px !important;
}

@media screen and (max-width: 1151px) {
  .page_philosophy .blc01 .page_lead {
    margin: 30px auto !important;
  }
}

.page_philosophy .blc01 ul {
  list-style: none;
  margin: 0;
  background: #fff;
}

@media screen and (max-width: 1151px) {
  .page_philosophy .blc01 ul {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    background: none;
  }
}

.page_philosophy .blc01 ul li {
  flex: 1;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .page_philosophy .blc01 ul li {
    width: 100%;
    background: #fff;
  }
  .page_philosophy .blc01 ul li + li {
    margin-top: 5vw;
  }
}

.page_philosophy .blc01 dl {
  margin: 0;
}

.page_philosophy .blc01 dt {
  padding: 10px 0;
  color: #007f3b;
  font-weight: 500;
  font-size: 24px;
}

@media screen and (max-width: 1151px) {
  .page_philosophy .blc01 dt {
    font-size: 18px;
  }
}

.page_philosophy .blc01 dd {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  background: #000;
}

.page_philosophy .blc01 dd img {
  opacity: .4;
}

.page_philosophy .blc01 dd p {
  position: absolute;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1151px) {
  .page_philosophy .blc01 dd p {
    font-size: 20px;
  }
}

.page_philosophy .blc01 dd p:empty {
  display: none;
}

.page_philosophy .blc02 .media {
  align-items: center;
}

@media screen and (max-width: 1151px) {
  .page_philosophy .blc02 .media {
    flex-direction: column;
  }
}

.page_philosophy .blc02 p:empty {
  display: none;
}

.page_philosophy .blc02 .media_img {
  flex: 1.2;
}

@media screen and (max-width: 1151px) {
  .page_philosophy .blc02 .media_img {
    max-width: 480px;
  }
}

.page_philosophy .blc02 .media_tx {
  flex: 1;
  margin-left: -90px;
  padding: 90px;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 1151px) {
  .page_philosophy .blc02 .media_tx {
    margin-left: 0;
    padding: 40px 5vw;
  }
}

.page_philosophy .blc02 .media_tx .page_lead {
  width: 100%;
  margin-bottom: 45px !important;
}

@media screen and (max-width: 1151px) {
  .page_philosophy .blc02 .media_tx .page_lead {
    margin-bottom: 20px !important;
  }
}

.post-type-archive-campaign #main_col,
.post-type-archive-news #main_col {
  float: none;
  width: 100%;
}

.post-type-archive-campaign #campaign_list a,
.post-type-archive-news #campaign_list a {
  height: 240px;
}

@media screen and (max-width: 1151px) {
  .post-type-archive-campaign #campaign_list a,
  .post-type-archive-news #campaign_list a {
    height: 150px;
  }
}

.post-type-archive-campaign #campaign_list .image_wrap,
.post-type-archive-news #campaign_list .image_wrap {
  width: 240px;
  height: 240px;
}

@media screen and (max-width: 1151px) {
  .post-type-archive-campaign #campaign_list .image_wrap,
  .post-type-archive-news #campaign_list .image_wrap {
    width: 150px;
    height: 150px;
  }
}

.post-type-archive-campaign #campaign_list .title_area,
.post-type-archive-news #campaign_list .title_area {
  width: calc(100% - 240px);
}

@media screen and (max-width: 1151px) {
  .post-type-archive-campaign #campaign_list .title_area,
  .post-type-archive-news #campaign_list .title_area {
    width: calc(100% - 150px);
  }
}

.post-type-archive-campaign #campaign_list .title,
.post-type-archive-news #campaign_list .title {
  font-size: 30px;
}

@media screen and (max-width: 1151px) {
  .post-type-archive-campaign #campaign_list .title,
  .post-type-archive-news #campaign_list .title {
    font-size: 16px;
  }
}

.post-type-archive-campaign #campaign_list .title span,
.post-type-archive-news #campaign_list .title span {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.single-campaign #main_contents {
  width: 90%;
  margin: 0 auto;
  padding: 90px 0;
}

.single-campaign #main_col {
  float: none;
  width: 100%;
}

.single-campaign #campaign_title_area .title {
  text-align: center;
}

.single-campaign #campaign_post_image .image {
  height: 600px;
  background-position: center top !important;
}

.single-campaign .page_lead {
  width: 100%;
  margin-bottom: 60px !important;
}

@media screen and (max-width: 1151px) {
  #campaign_article .post_content {
    padding: 0;
  }
}

#campaign_post_image {
  margin-bottom: 60px;
}

.page_tobi {
  margin-top: 90px;
}

@media screen and (max-width: 1151px) {
  .page_tobi {
    margin-top: 30px;
  }
}

.page_tobi .blc01 {
  padding-top: 90px;
}

@media screen and (max-width: 1151px) {
  .page_tobi .blc01 {
    width: 100%;
    padding-top: 30px;
  }
}

.page_tobi .media {
  align-items: center;
}

@media screen and (max-width: 1700px) {
  .page_tobi .media {
    flex-direction: column;
  }
}

.page_tobi .media p:empty {
  display: none;
}

.page_tobi .media_img {
  flex: 1.5;
}

.page_tobi .media_tx {
  flex: 1;
  padding: 0 60px;
}

@media screen and (max-width: 1700px) {
  .page_tobi .media_tx {
    width: 90%;
    margin: 20px auto 0;
    padding: 0;
  }
}

.page_tobi .media_tx p {
  line-height: 2;
}

@media screen and (max-width: 1700px) {
  .page_tobi .media_tx p {
    margin-bottom: 1em;
  }
}

.page_tobi .media_tx ul {
  margin-bottom: 0;
}

@media screen and (max-width: 1700px) {
  .page_tobi .media_tx ul {
    margin-bottom: 40px;
  }
}

.page_tobi .media_tx li {
  color: #666;
  line-height: 2;
}

.page_tobi .reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1700px) {
  .page_tobi .reverse {
    flex-direction: column;
  }
}

.page_tobi h4 {
  padding-bottom: 10px;
  color: #007f3b;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .page_tobi h4 {
    padding: 0;
    font-size: 20px;
  }
}

.page_features section {
  margin-top: 90px !important;
}

@media screen and (max-width: 1151px) {
  .page_features section {
    margin-top: 45px !important;
  }
}

.page_features .img {
  margin-bottom: 20px;
}

.service_single_video_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  background: #000;
}

@media screen and (max-width: 1151px) {
  .service_single_video_ttl {
    padding-top: 66%;
  }
}

.service_single_video_ttl video {
  opacity: .5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.service_single_video_ttl h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.75;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .service_single_video_ttl h2 {
    padding: 0 5vw;
    box-sizing: border-box;
    font-size: 16px;
  }
}

@media screen and (max-width: 1151px) {
  #next_prev_post .item {
    height: 60px;
  }
}

@media screen and (max-width: 1151px) {
  #next_prev_post .title_area {
    height: 60px;
  }
}

#next_prev_post .title {
  display: block;
}

@media screen and (max-width: 1151px) {
  #next_prev_post .title {
    padding: 0 20px;
  }
}

#next_prev_post .nav {
  display: none;
}

@media screen and (max-width: 1151px) {
  #next_prev_post a:before {
    left: 5px;
  }
}

@media screen and (max-width: 1151px) {
  #next_prev_post .next_post a:before {
    right: 5px;
    left: auto;
  }
}

@media screen and (max-width: 1151px) {
  #next_prev_post .title span {
    font-size: 13px;
  }
}

.single-news #main_contents {
  width: 90%;
  margin: 0 auto;
  padding: 90px 0;
}

@media screen and (max-width: 1151px) {
  .single-news #main_contents {
    padding: 45px 0;
  }
}

.single-news #main_col {
  float: none;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

@media screen and (max-width: 1151px) {
  .single-news #campaign_article .post_content {
    padding: 0 5vw;
  }
}

#blog_archive.recruit_archive {
  width: 100%;
  max-width: 1500px;
  box-sizing: border-box;
}

#blog_archive.recruit_archive #catch_area {
  max-width: 1000px;
  margin: 0 auto 90px;
}

@media screen and (max-width: 1151px) {
  #blog_archive.recruit_archive #catch_area {
    margin-bottom: 45px;
  }
}

#blog_archive.recruit_archive #catch_area h3 {
  margin: 60px 0 30px;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  #blog_archive.recruit_archive #catch_area h3 {
    margin-top: 30px;
    font-size: 20px;
  }
}

#blog_archive.recruit_archive #catch_area p {
  font-size: 16px;
  line-height: 2;
}

#blog_archive.recruit_archive #catch_area p + p {
  margin-top: 2em;
}

#blog_archive.recruit_archive .item a {
  font-size: 18px;
}

@media screen and (max-width: 1151px) {
  #blog_archive.recruit_archive .item a {
    font-size: 14px;
  }
}

#main_contents.recruit_single {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

#main_contents.recruit_single #main_col {
  float: none;
  width: 100%;
}

#main_contents.recruit_single #post_title_area .title {
  font-size: 40px !important;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  #main_contents.recruit_single #post_title_area .title {
    font-size: 24px !important;
  }
}

#single_blog_list {
  width: 90%;
  margin: 0 auto;
}

#single_blog_list h6 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 0;
  background: #222;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  #single_blog_list h6 {
    font-size: 20px;
  }
}

#single_blog_list .title_area {
  text-align: center;
}

#single_blog_list .engage .title_area {
  background: url(../img/link.svg) no-repeat right 20px center;
  background-size: 16px auto;
}

@media screen and (max-width: 1151px) {
  #single_blog_list .engage .title_area {
    background: url(../img/link.svg) no-repeat right 10px center;
    background-size: 16px auto;
  }
}

.page_interview .page_lead {
  margin-bottom: 0 !important;
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 30px !important;
}

@media screen and (max-width: 1151px) {
  .page_interview .page_lead {
    padding: 20px 0;
    font-size: 18px !important;
  }
}

.page_interview section {
  margin-top: 0 !important;
  padding-top: 60px;
}

.page_interview .intro {
  justify-content: center;
  align-items: center;
  position: relative;
}

.page_interview .intro .tx {
  position: absolute;
}

.page_interview .intro .tx p {
  margin-bottom: 0;
  color: #fff;
  font-size: 50px;
  line-height: 1.75;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .page_interview .intro .tx p {
    font-size: 20px;
    line-height: 1.5;
  }
}

.page_interview .prof {
  position: relative;
  width: 90%;
  max-width: 720px;
  margin: -60px auto 60px;
  padding: 40px;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (max-width: 1151px) {
  .page_interview .prof {
    margin: -20px auto 20px;
    padding: 20px;
  }
}

.page_interview .prof dl {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 1151px) {
  .page_interview .prof dl {
    margin-bottom: 0;
  }
}

.page_interview .prof dt {
  margin-right: 1.5em;
  color: #666;
  font-weight: 500;
  font-size: .9em;
}

.page_interview .prof dd {
  position: relative;
  top: -3px;
  margin: 0;
  font-weight: 700;
  font-size: 1.5em;
}

.page_interview .prof .license {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
}

.page_interview .prof .license li {
  margin: 5px;
  padding: 0 15px;
  background: #007f3b;
  color: #fff;
  font-size: .9em;
}

.page_interview .prof .job {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 1151px) {
  .page_interview .prof .job {
    margin-top: 20px;
    padding-top: 10px;
  }
}

.page_interview .prof .job h3 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .page_interview .prof .job h3 {
    padding-bottom: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 1151px) {
  .page_interview .prof .job .flex {
    flex-direction: column;
  }
}

.page_interview .prof .job .desc,
.page_interview .prof .job .list {
  flex: 1;
  margin-bottom: 0;
}

@media screen and (max-width: 1151px) {
  .page_interview .prof .job .desc,
  .page_interview .prof .job .list {
    width: 100%;
  }
}

.page_interview .prof .job .desc {
  margin-right: 40px;
}

@media screen and (max-width: 1151px) {
  .page_interview .prof .job .desc {
    margin-right: 0;
  }
  .page_interview .prof .job .desc p {
    margin-bottom: 1em;
  }
}

.page_interview .prof p:empty {
  display: none;
}

.page_interview .interview_detail dt,
.page_interview .interview_detail dd {
  padding-left: 42px;
}

@media screen and (max-width: 1151px) {
  .page_interview .interview_detail dt,
  .page_interview .interview_detail dd {
    padding-left: 32px;
  }
}

.page_interview .interview_detail dt {
  position: relative;
  padding-bottom: 10px;
  font-size: 1.2em;
}

.page_interview .interview_detail dt::before {
  position: absolute;
  top: 19px;
  left: 0;
  width: 30px;
  height: 3px;
  background: #007f3b;
  content: "";
}

@media screen and (max-width: 1151px) {
  .page_interview .interview_detail dt::before {
    top: 16px;
    width: 20px;
  }
}

.page_interview .interview_detail dd p {
  margin: 0;
}

.page_interview .interview_detail dd p + p {
  margin-top: 2em;
}

.page_interview .interview_detail .media {
  padding: 30px 0;
}

@media screen and (max-width: 1151px) {
  .page_interview .interview_detail .media {
    flex-direction: column;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto !important;
    padding: 10px 0 0;
  }
  .page_interview .interview_detail .media p:empty {
    display: none;
  }
}

.page_interview .interview_detail .media_img,
.page_interview .interview_detail .media_tx {
  flex: 1;
}

@media screen and (max-width: 1151px) {
  .page_interview .interview_detail .media_img,
  .page_interview .interview_detail .media_tx {
    width: 100%;
  }
}

.page_interview .interview_detail .media_tx {
  padding: 0 60px;
}

@media screen and (max-width: 1151px) {
  .page_interview .interview_detail .media_tx {
    padding: 30px 0 0;
  }
}

.page_interview #blc05 {
  margin-bottom: 90px;
}

@media screen and (max-width: 1151px) {
  .page_interview #blc05 {
    margin-bottom: 0;
  }
}

.page_welfare .page_lead {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 30px !important;
}

@media screen and (max-width: 1151px) {
  .page_welfare .page_lead {
    padding: 20px 0;
    font-size: 18px !important;
  }
}

.page_welfare .img {
  padding: 40px 0 90px;
}

@media screen and (max-width: 1151px) {
  .page_welfare .img {
    padding: 45px 0;
  }
}

@media screen and (max-width: 1151px) {
  .page_welfare .blc01 p,
  .page_welfare .blc04 p {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1151px) {
  .page_welfare .blc02 div.flex {
    flex-direction: column;
  }
}

.page_welfare .blc02 section {
  margin-top: 0;
}

.page_welfare .blc02 section:first-child {
  flex: 1;
  margin-right: 60px;
}

@media screen and (max-width: 1151px) {
  .page_welfare .blc02 section:first-child {
    margin-right: 0;
  }
}

.page_welfare .blc02 section:last-child {
  flex: 1.75;
}

.page_welfare .blc02 ul.flex {
  flex-wrap: wrap;
}

.page_welfare .blc02 ul li {
  width: 50%;
}

.page_welfare .blc03 section + section {
  margin-top: 40px;
}

@media screen and (min-width: 1152px) {
  .page_welfare .blc03 .base_table dl::before {
    width: 25em;
  }
}

@media screen and (min-width: 1152px) {
  .page_welfare .blc03 .base_table dt {
    width: 25em;
  }
}

.page_faq .blc01 {
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 1151px) {
  .page_faq .blc01 {
    padding-top: 20px;
  }
}

.page_faq dl {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 1151px) {
  .page_faq dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.page_faq dt {
  position: relative;
  padding-left: 35px;
  line-height: 1.75;
}

@media screen and (max-width: 1151px) {
  .page_faq dt {
    padding-left: 35px;
  }
}

.page_faq dt::before {
  position: absolute;
  top: -17px;
  left: 0;
  margin-right: 10px;
  color: #007f3b;
  font-weight: 500;
  font-size: 2em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  content: "Q";
}

.page_faq dd {
  margin: 5px 0 0 35px;
  line-height: 1.75;
}

@media screen and (max-width: 1151px) {
  .page_faq dd {
    margin-left: 36px;
  }
}

.engage_blc {
  margin: 90px 0;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .engage_blc {
    margin: 60px 0;
  }
}

.engage_blc ul {
  list-style: none;
  margin: 0;
}

#engage-contributions-widget-wrapper {
  margin: 0 auto;
}

@media screen and (max-width: 1151px) {
  #engage-contributions-widget-wrapper {
    width: 90% !important;
    max-width: 500px;
  }
}

.contact_primary {
  width: 100%;
}

.contact_primary .req {
  display: inline-block;
  padding: 0 10px;
  border-radius: 100px;
  background: #007f3b;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.75;
}

.contact_primary .bg_gray {
  margin-bottom: 120px;
  padding: 40px;
}

@media screen and (max-width: 1151px) {
  .contact_primary .bg_gray {
    margin-bottom: 30px;
    padding: 0 0 60px;
  }
}

.contact_primary .form_btns {
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .contact_primary .form_btns {
    flex-direction: row;
  }
}

.contact_primary .form_btns .form_btn input {
  display: inline-block;
  min-width: 300px !important;
  height: auto !important;
  margin: 30px 5px 5px;
  padding: 25px;
  border: none !important;
  background: #007f3b;
  background: linear-gradient(135deg, #8dc072 0%, #007f3b 100%);
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .1em;
  text-align: center;
  cursor: pointer;
  transition: all .2s linear;
}

@media screen and (max-width: 1151px) {
  .contact_primary .form_btns .form_btn input {
    min-width: 150px !important;
    margin-top: 0;
    padding: 15px 20px;
    font-size: 16px !important;
  }
}

.contact_primary .form_btns .form_btn input:hover {
  opacity: .7;
  background: #007f3b !important;
  background: linear-gradient(135deg, #8dc072 0%, #007f3b 100%) !important;
}

.contact_primary .form_btns .btn_back input {
  background: #999;
}

.contact_primary .form_btns .btn_back input:hover {
  background: #999 !important;
}

.contact_primary .mw_wp_form .error {
  color: #cd0e0e;
}

.contact_primary .complete_msg {
  margin-top: 60px;
}

.contact_primary .complete_msg a {
  margin: 0 10px;
}

.contact_primary .mail_form_msg {
  margin: 60px 0 30px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .contact_primary .mail_form_msg {
    margin-top: 30px;
    text-align: left;
  }
}

.contact_primary #contact_error .mail_form_msg {
  color: #cd0e0e;
}

.mail_form_intro {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .mail_form_intro {
    margin-top: 30px;
  }
}

.mail_form_intro .for_phone {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1151px) {
  .mail_form_intro .for_phone {
    margin-bottom: 20px;
  }
}

.mail_form_intro .for_phone dl {
  margin-bottom: 0;
}

.mail_form_intro .for_phone dt {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 34px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 750px) {
  .mail_form_intro .for_phone dt {
    font-size: 18px;
  }
}

.mail_form_intro .for_phone dd {
  margin: 0;
}

@media screen and (max-width: 1151px) {
  .mail_form_intro .for_phone dd {
    margin-top: -20px;
  }
}

.mail_form_intro .for_phone a {
  display: inline-block;
  color: #007f3b;
  font-weight: 400;
  font-size: 2.5em;
  line-height: 1;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  transition: all .2s linear;
}

@media screen and (max-width: 600px) {
  .mail_form_intro .for_phone a {
    font-size: 2.4em;
  }
}

.mail_form_intro .for_phone a:hover {
  opacity: .7;
  text-decoration: none;
}

.mail_form_intro .for_phone svg {
  position: relative;
  top: 9px;
  width: 30px;
}

.mail_form_intro ul {
  margin: 0 0 40px 0;
}

.mail_form_intro li {
  list-style: none;
  font-weight: 700;
  font-size: 14px;
}

.mail_form_intro .req {
  margin-right: 10px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.mail_form_intro .desc {
  font-size: 14px;
}

@media screen and (max-width: 1151px) {
  .mail_form_intro .desc {
    text-align: left;
  }
}

@media screen and (max-width: 1151px) {
  .form_cont dl {
    margin-top: 0;
  }
}

.form_cont dt {
  font-weight: 400;
  font-size: 1.3em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1151px) {
  .form_cont dt {
    font-size: 1.2em;
  }
}

.form_cont dd {
  margin: 5px 0 0 20px;
}

.form_cont .req {
  position: relative;
  top: -3px;
  margin-left: 10px;
}

.form_cont .zip input[type="text"] {
  width: 9em;
}

.form_cont .agreement {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.privacy {
  height: 300px;
  margin-top: 30px;
  padding: 30px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  background: #fff;
  font-size: .8em;
}

@media screen and (max-width: 1151px) {
  .privacy {
    height: 240px;
    padding: 20px;
  }
}

.privacy h3,
.privacy h4 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1.75em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width: 1151px) {
  .privacy h3,
  .privacy h4 {
    font-size: 1.4em;
  }
}

.privacy p {
  line-height: 1.5;
}

#return_top a {
  border-top: none;
  border-bottom: 3px solid #007f3b;
  background: #222;
}

#return_top a:hover {
  background: #444;
  background: #046a33;
}

#return_top a::before {
  color: #fff;
}

#footer {
  border-top: 3px solid #007f3b;
}

#footer_logo a {
  display: inline-block;
}

#footer_logo a:hover {
  opacity: .7;
}

#company_info {
  color: #fff;
}

#company_info a {
  color: #fff;
}

#footer_menu {
  border: transparent;
  background: #333;
}

#footer_menu li {
  border: transparent;
}

#footer_menu a {
  color: #fff;
}

#footer_menu a:hover {
  opacity: .7;
}

.footer_sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 6px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #5478f2 0%, #f23f79 60%, orange 100%);
}

.footer_sns a:hover {
  opacity: .7;
}
/*# sourceMappingURL=style.css.map */
