@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------
-------------------------------------------------
*01. pc common
*02. header
*03. footer
*04. 共通CSS (第2階層)
*05. 各ページ

-------------------------------------------------
------------------------------------------------- */
/* ---------------------------

01. pc common

---------------------------*/
/* ------------------

フォントサイズ 

------------------ */
/* ------------------

margin-bottom 

------------------ */
/* ------------------

テキスト隠す 

------------------ */
body {
  background-color: #FFF;
  color: #444;
  font-size: 0.875rem;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Open Sans";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75rem;
  letter-spacing: 0.1em;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grays;
}

.sp_none {
  display: none !important;
}

#wrapper {
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  #wrapper {
    margin-top: 64px;
  }
}
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 5vw;
  position: relative;
  width: 100%;
}
.container.container_second {
  padding-top: 48px;
}

.container_small {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  width: 84%;
}

.container_border {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  padding-top: 20px;
  padding-bottom: 30px;
}
.container_border p:last-child {
  margin: 0;
}

.section_s {
  margin-bottom: 40px !important;
}

.section_m {
  margin-bottom: 40px !important;
}

.section {
  margin-bottom: 60px !important;
}

.section_l {
  margin-bottom: 70px !important;
}

/**
* bg
*/
.bg_main_color, .page-content .about_profile_tit:before, .page-content ul.about_agreement_ul li:before {
  background: rgb(208, 232, 238);
  background: -webkit-gradient(linear, left top, right top, from(rgb(208, 232, 238)), color-stop(50%, rgb(239, 255, 223)), to(rgb(211, 220, 171)));
  background: linear-gradient(90deg, rgb(208, 232, 238) 0%, rgb(239, 255, 223) 50%, rgb(211, 220, 171) 100%);
}

.bg_pink_color, .page-content .recruit_environment_ol li:before {
  background: rgb(237, 213, 208);
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 213, 208)), color-stop(50%, rgb(249, 230, 253)), to(rgb(217, 212, 250)));
  background: linear-gradient(90deg, rgb(237, 213, 208) 0%, rgb(249, 230, 253) 50%, rgb(217, 212, 250) 100%);
}

.bg_gray {
  background-color: #eee;
}

.bg_white {
  background-color: #FFF;
}

.bg_light_green {
  background-color: #f6fbf3;
}

/**
* title
*/
.tit_15 {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.tit_20 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.1875rem;
  margin-bottom: 15px;
}

.tit_23 {
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.875rem;
  margin-bottom: 15px;
}

.tit_30 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin-bottom: 30px;
}

/**
* text
*/
.text_white {
  color: #FFF;
}

.text_gray {
  color: #888;
}

.text_red {
  color: #a70000;
}

.text_yellow_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.text_green {
  color: #48872d;
}

.text_pink {
  color: #ef81d4;
}

.font-weight-medium {
  font-weight: 600;
}

p {
  margin-bottom: 1.5em;
}

.gothic {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.mincho, .page-content .contact_tit {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.text_medium {
  font-size: 1rem;
  line-height: fx(32);
  letter-spacing: 0.2em;
}

.text_large {
  font-size: 1.25rem;
  line-height: fx(35);
  letter-spacing: 0.2em;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

.float-right {
  float: right;
}

.list_circle {
  list-style: none;
  margin-bottom: 16px;
}
.list_circle li {
  padding-left: 8px;
  position: relative;
}
.list_circle li:before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.img_w_100 {
  width: 100%;
  height: auto;
}

.img_border {
  border: 1px solid #DDD;
}

.link_border {
  text-decoration: underline !important;
}

.sp_w_half {
  width: 43%;
}

/* button */
a.btn:link, a.btn:visited, a.btn:hover, a.btn:active,
button.btn, input[type=submit].btn {
  border-radius: 0;
  text-decoration: none;
}
a.btn:link:hover, a.btn:visited:hover, a.btn:hover:hover, a.btn:active:hover,
button.btn:hover, input[type=submit].btn:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

a.btn_border_link {
  background-color: #FFF;
  border: 1px solid #48872d;
  color: #48872d;
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  padding: 13px 43px 13px 28px;
  position: relative;
}
a.btn_border_link:after {
  background: url(../images/common/icon_arrow_green.svg);
  background-size: 18px;
  content: "";
  display: block;
  margin: auto;
  width: 18px;
  height: 5px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
a.btn_border_link:hover {
  opacity: 1;
  color: #48872d;
}
a.btn_border_link:hover:after {
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn_green {
  background-color: #48872d;
  color: #FFF !important;
  display: table;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 auto;
  padding: 15px 30px;
  position: relative;
  text-align: center;
}
a.btn_green:after {
  background: url(../images/common/icon_arrow_white.svg);
  background-size: 26px;
  content: "";
  display: block;
  margin: auto;
  width: 26px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
a.btn_green:hover {
  color: #FFF;
}

a.btn_blue {
  background-color: #39b2bb;
  color: #FFF;
  display: table;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 auto;
  padding: 15px 30px;
  position: relative;
  text-align: center;
}
a.btn_blue:after {
  background: url(../images/common/icon_arrow_white.svg);
  background-size: 26px;
  content: "";
  display: block;
  margin: auto;
  width: 26px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
a.btn_blue:hover {
  color: #FFF;
}

a.btn_dark_pink {
  background-color: #cd4681;
  color: #FFF;
  display: table;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 auto;
  padding: 15px 30px;
  position: relative;
  text-align: center;
}
a.btn_dark_pink:after {
  background: url(../images/common/icon_arrow_white.svg);
  background-size: 26px;
  content: "";
  display: block;
  margin: auto;
  width: 26px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
a.btn_dark_pink:hover {
  color: #FFF;
}
a.btn_dark_pink.text_large {
  font-size: 1.5rem;
}

.btn_dark_yellow {
  background-color: #958e00;
  color: #FFF;
  display: table;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 auto;
  padding: 15px 30px;
  position: relative;
  text-align: center;
}
.btn_dark_yellow:after {
  background: url(../images/common/icon_arrow_white.svg);
  background-size: 26px;
  content: "";
  display: block;
  margin: auto;
  width: 26px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.btn_dark_yellow:hover {
  color: #FFF;
}

.btn_entryform {
  background-color: #ef81d4;
  border: none;
  color: #FFF;
  display: table;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.btn_entryform:after {
  background: url(../images/common/icon_arrow_white.svg);
  background-size: 26px;
  content: "";
  display: block;
  margin: auto;
  width: 26px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.btn_entryform:hover {
  opacity: 1;
  color: #FFF;
}
.btn_entryform:hover:after {
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_entryform.text_large {
  font-size: 1.5rem;
}

.btn_send {
  background-color: #48872d;
  border: none;
  color: #FFF;
  display: table;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
.btn_send:after {
  background: url(../images/common/icon_arrow_white.svg);
  background-size: 26px;
  content: "";
  display: block;
  margin: auto;
  width: 26px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.btn_send:hover {
  opacity: 1;
  color: #FFF;
}
.btn_send:hover:after {
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_send.text_large {
  font-size: 1.5rem;
}

.btn_back {
  background-color: #333;
  border: none;
  color: #FFF;
  display: block;
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin: 0 auto;
  padding: 10px 30px;
  text-align: center;
}

/* list */
.list-style-disc {
  margin-left: 3em;
}
.list-style-disc li {
  list-style: disc;
}

.list_center {
  text-align: center;
}
.list_center li {
  display: inline-block;
  margin: 0 13px;
}

/* link */
a {
  cursor: pointer;
}

a, a:visited {
  cursor: pointer;
  color: #555;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover, a:active {
  color: #000;
  cursor: pointer;
  outline: none;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.anchor_link {
  margin-top: -70px;
  padding-top: 70px;
}

.link_blank {
  display: inline-block;
  padding-right: 26px;
  position: relative;
}
.link_blank:after {
  background: url(../images/common/icon_blank.png) no-repeat;
  background-size: 19px;
  content: "";
  display: block;
  margin: auto 0;
  width: 19px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link_blank:hover:after {
  right: -5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 600;
}

#loader {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 602;
}

/* セレクトボックス */
.select-wrap {
  position: relative;
  margin: 0 auto 30px;
  max-width: 280px;
}

.select-wrap {
  position: relative;
  margin: 0 0 30px;
  max-width: 280px;
}
.select-wrap:before {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  content: "";
  display: block;
  height: 5px;
  right: 15px;
  position: absolute;
  top: 16px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 5px;
  z-index: 1;
}
.select-wrap select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #d6d6d6;
  color: #828c9a;
  width: 100%;
  border-radius: 3px;
}
.select-wrap select option {
  background-color: #fff;
  color: #333;
}
.select-wrap select option::-ms-expand {
  display: none;
}
.select-wrap select option:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.select-wrap.select-primary:before {
  color: #fff;
}
.select-wrap.select-primary:before > select {
  background: #0084B4;
  color: #fff;
  border-color: #0084B4;
}
.select-wrap.select-primary:before :-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}

.select-wrap.select-inverse:before {
  color: #fff;
}
.select-wrap.select-inverse > select {
  color: #fff;
  border-color: #fff;
}

/* -------------------------------

02. header

------------------------------- */
/* ---------------------------

03. footer

---------------------------*/
#footer {
  background-color: #eff6ec;
  font-size: 0.875rem;
  line-height: 1.75rem;
  margin-top: 60px;
  padding: 20px 0 30px;
  position: relative;
}

.g-column #footer, .g-news #footer {
  margin-top: 0;
}

.ftr_address_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}
.ftr_address_container .ftr_logo {
  margin-right: 5%;
  max-width: 147px;
  width: 20%;
}
.ftr_address_container .ftr_address_text {
  width: 75%;
}
.ftr_address_container .ftr_address_text p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0;
}

.ftr_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  width: 90vw;
}

.ftr_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.ftr_logo {
  margin-bottom: 20px;
  width: 147px;
}

.ftr_sitemap_container {
  display: none;
}

.ftr_banner_container {
  margin: 0 auto;
  max-width: 367px;
  width: 100%;
}

.ftr_banner {
  margin: 0 0 10px;
}
.ftr_banner a {
  display: block;
}

.ftr_copyrights {
  font-size: 0.75rem;
  text-align: center;
}

/* ---------------------------

04. 共通CSS (第2階層)

---------------------------*/
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #FFF;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  z-index: 300;
}

/* pankuzu */
.breadCrumb {
  margin-bottom: 30px;
}

.pankuzu {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0;
}
.pankuzu ul li {
  float: left;
  padding: 0 3px;
  color: #868686;
}
.pankuzu ul li:after {
  content: ">";
  margin-left: 10px;
}
.pankuzu ul li:last-child:after {
  content: "";
}
.pankuzu a {
  color: #000;
}
.pankuzu a:hover {
  color: #999;
  opacity: 0.6;
}
.pankuzu a:active {
  color: #000;
  opacity: 0.6;
}

/* ----------------------------------------------

05. 各ページ

----------------------------------------------*/
#main {
  overflow: hidden;
}

/*  --------------------------------------

top  

--------------------------------------*/
.top_bg {
  background: url(../images/top/mainvisual_layer.png) top right no-repeat #FFF;
  background-size: 100%;
}

#mainslide_container {
  margin-bottom: 40px;
  min-height: 80vh;
  max-height: 667px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

#mainslider_content {
  height: 100%;
  max-height: 667px;
}

.slick-track {
  height: 100%;
}

#mainslider {
  width: 100%;
  height: 80%;
  position: relative;
}
#mainslider .slick-list {
  overflow: visible;
}
#mainslider .slide {
  opacity: 0;
  width: 88vw !important;
}
#mainslider .slide svg {
  width: 100%;
  height: 100%;
}
#mainslider .slide svg img {
  width: auto;
  height: auto;
}
#mainslider .slick-slide.slick-active .slide {
  opacity: 1;
  -webkit-animation: anim 8s linear forwards;
          animation: anim 8s linear forwards;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

@keyframes anim {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
.mainvisual_slide_pc {
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  height: 75%;
}
.mainvisual_slide_pc img {
  max-width: 490px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-list {
  width: 100%;
  height: 100%;
}

.slick-slide > div {
  width: 100%;
  height: 100%;
}

.slide {
  width: 100%;
  height: 100%;
}

#mainvisual_text_area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  width: 100%;
  z-index: 2;
}
#mainvisual_text_area .mainvisual_text_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5vw;
  width: 100%;
  text-align: right;
}
#mainvisual_text_area .mainvisual_text_inner .mainvisual_text {
  color: #000;
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 36px;
  line-height: 9.6vw;
  margin-bottom: 13px;
}
#mainvisual_text_area .mainvisual_text_inner .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto !important;
}
#mainvisual_text_area .mainvisual_text_inner .slick-list {
  width: auto !important;
}
#mainvisual_text_area .mainvisual_text_inner .slick-slide {
  border: 1px solid #DDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin-right: 5px;
  overflow: hidden;
  width: 68px !important;
  height: 68px !important;
}
#mainvisual_text_area .mainvisual_text_inner .slick-slide .mainvisual_thumb {
  opacity: 0.5;
}
#mainvisual_text_area .mainvisual_text_inner .slick-slide.slick-current {
  border: 2px solid #b4d7a2;
}
#mainvisual_text_area .mainvisual_text_inner .slick-slide.slick-current .mainvisual_thumb {
  opacity: 1;
}
#mainvisual_text_area .mainvisual_text_inner .mainvisual_thumb {
  background-size: cover;
  display: block;
  height: 100%;
  width: 100% !important;
}

.top_tit_01 {
  color: #48872d;
  font-size: 1.375rem;
  font-weight: 900;
  line-height: 1.375rem;
}
.top_tit_01 span {
  display: block;
  color: #010101;
  font-size: 0.75rem;
  font-weight: normal;
  margin: 0 0 10px;
}

.top_about_container {
  margin-bottom: 65px;
}

.content_rt_side {
  margin-left: 4vw;
  padding-right: 5vw;
}

.content_lt_side {
  padding-left: 5vw;
  margin-right: 4vw;
}

.top_about_tit_area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 40px 7vw;
  width: 100%;
}

.top_about_tit_text {
  color: #000;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.375rem;
  margin: 0 0 20px;
}

.top_about_text_area {
  font-size: 1rem;
  line-height: 1.875rem;
}

.top_about_list {
  margin: -20px auto 0;
  max-width: 640px;
}
.top_about_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 5vw -20px;
  padding: 0;
}
.top_about_list ul li {
  margin: 0 20px 20px;
  width: 100%;
}
.top_about_list a {
  display: block;
}

.btn_top_about {
  background-color: #48872d;
  color: #FFF;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  margin: -30px auto 0;
  padding: 6px 0;
  position: relative;
  text-align: center;
  width: 222px;
}
.btn_top_about span {
  margin-left: -20px;
}
.btn_top_about:after {
  background: url(../images/common/icon_arrow_white.png);
  background-size: 27px;
  content: "";
  display: block;
  margin: auto 0;
  width: 27px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_top_about:hover:after {
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_recruit_wrapper {
  margin-bottom: 40px;
  position: relative;
}
.top_recruit_wrapper:before {
  background: url(../images/top/top_recruit_ph_sp.jpg) top center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  z-index: 0;
}
.top_recruit_wrapper:after {
  background: url(../images/top/top_recruit_bg.png) top center repeat;
  background-size: 4px;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  z-index: 0;
}
.top_recruit_wrapper .container {
  z-index: 1;
  position: relative;
}

.top_recruit_tit {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5rem;
  padding-top: 66px;
}
.top_recruit_tit span {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 10px 0 40px;
}

.top_recruit_tit_text {
  color: #FFF;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: -20px;
}

.top_recruit_bg {
  background-color: #fef4fc;
}

.top_recruit_content {
  padding: 20px;
}

.top_recruit_text_area {
  margin-bottom: 30px;
}

a.btn_top_recruit {
  background-color: #f298dc;
  color: #000;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.125rem;
  margin: 0 auto 10px;
  max-width: 320px;
  padding: 15px 44px 15px 20px;
  position: relative;
  width: 100%;
}
a.btn_top_recruit.btn_top_recruit02 {
  font-size: 0.875rem;
  padding: 15px 24px 15px 20px;
}
a.btn_top_recruit span {
  margin-left: -20px;
}
a.btn_top_recruit:after {
  background: url(../images/common/icon_arrow_blk.png);
  background-size: 27px;
  content: "";
  display: block;
  margin: auto 0;
  width: 27px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.btn_top_recruit:hover:after {
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_recuit_img_line {
  margin-left: -16px;
  margin-right: 5px;
  width: 20px;
}

.top_recruit_youtube_area {
  width: 100%;
}

.top_recruit_youtube iframe {
  width: 100%;
  height: 160px;
}

.top_banner_ul {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
.top_banner_ul li {
  margin-bottom: 10px;
  width: 100%;
}
.top_banner_ul li a {
  display: block;
}

.top_enterprises_tit {
  padding: 50px 0 143px;
}

.top_enterprises_tit_text {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 0;
}

.top_enterprises_cat {
  color: #48872d;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 48px;
  position: relative;
}
.top_enterprises_cat:before {
  background-color: #48872d;
  content: "";
  display: block;
  margin: auto 0;
  width: 33px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.top_enterprises_content_01 {
  margin: 0 auto 20px;
  max-width: 211px;
  width: 70%;
}

.top_enterprises_list {
  background-color: #FFF;
  margin: -80px 4vw 60px;
  padding: 20px;
  position: relative;
}
.top_enterprises_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.top_enterprises_list ul li {
  margin: 0 10px 10px 0;
}
.top_enterprises_list ul li .top_enterprises_link {
  border: 1px solid #48872d;
  color: #48872d;
  display: inline-block;
  padding: 10px 48px 10px 20px;
  position: relative;
}
.top_enterprises_list ul li .top_enterprises_link:after {
  background: url(../images/common/icon_arrow_green.png) no-repeat;
  background-size: 27px;
  content: "";
  display: block;
  margin: auto 0;
  width: 27px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.top_news_container {
  border: 3px solid #EEE;
  margin-bottom: 0;
  padding: 20px;
}

.top_news_inner {
  width: 100%;
}

.top_news_text_area {
  width: 100%;
}

.top_news_youtube {
  width: 100%;
}
.top_news_youtube iframe {
  width: 100%;
  height: 100%;
}

.top_news_tit_area {
  border-bottom: 1px solid #DDD;
  padding-bottom: 12px;
  width: 100%;
}

.top_news_tit {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0 0 5px;
  text-align: center;
}

a.top_news_link {
  background-color: #48872d;
  color: #FFF;
  display: block;
  margin: 0 auto;
  max-width: 320px;
  padding: 5px 40px 5px 10px;
  position: relative;
}
a.top_news_link:after {
  background: url(../images/common/icon_arrow_white.png) no-repeat;
  background-size: 27px;
  content: "";
  display: block;
  margin: auto 0;
  width: 27px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}

#top_news > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
#top_news > ul:after {
  background-color: #DDD;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top_news > ul > li {
  border-bottom: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px 0;
  width: 100%;
}
#top_news > ul > li .news_list_cat {
  list-style: none;
  margin: 0;
  padding: 0;
}
#top_news > ul > li .news_list_cat a {
  color: #48872d;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0;
}

.news_list_img_set {
  margin-right: 3%;
  width: 30%;
}
.news_list_img_set a {
  display: block;
}
.news_list_img_set img {
  width: 100%;
  height: auto;
}

.news_list_text {
  width: 67%;
}

.top_news_data {
  color: #666;
  font-size: 0.875rem;
}

.top_news_list_tit {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 0;
}
.top_news_list_tit a {
  color: #000;
}

/*  --------------------------------------

下層 

--------------------------------------*/
.second_entry_container {
  margin-top: 85px;
}
.second_entry_container .content_header {
  margin-bottom: 40px;
}
.second_entry_container .content_header .content_header_tit_area {
  padding: 40px 0;
  position: relative;
}
.second_entry_container .content_header .content_header_tit_area h1 {
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 10px;
}
.second_entry_container .content_header .content_header_tit_area h1 a {
  text-decoration: none;
}
.second_entry_container .content_header .content_header_tit_area h1.text_green a {
  color: #48872d;
}
.second_entry_container .content_header .content_header_tit_area h1.text_pink a {
  color: #ef81d4;
}
.second_entry_container .content_header .content_header_tit_area p {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0;
  padding-right: 5vw;
}

.page-content .second_tit01 {
  color: #000;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.375rem;
  margin-bottom: 30px;
}
.page-content .second_tit01 .second_tit01_en {
  display: block;
  margin-bottom: 13px;
}
.page-content .second_tit01 .second_tit01_en span {
  background-color: #48872d;
  color: #FFF;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 0.875rem;
  padding: 3px 8px 4px;
}
.page-content .second_tit01 + p {
  margin-bottom: 3.5em;
}
.page-content p {
  margin-bottom: 2em;
}

/*  -------------------

about 

-------------------*/
.g-about .second_entry_container {
  background: url(../images/about/about_bg.png) top center no-repeat;
  background-size: 100% auto;
  padding-top: 30px;
}

.page-content {
  /* profile */
  /* ピラミーデ */
  /* メールマガジン */
}
.page-content .top_philosophy_container {
  margin: 0 auto;
}
.page-content .top_philosophy_tit {
  color: #000;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-top: 36px;
  margin-bottom: 36px;
}
.page-content .about_main_container01 {
  width: 100%;
}
.page-content .about_main_container02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.page-content .about_main {
  margin: 0 auto;
  width: 90%;
}
.page-content .about_main_img {
  margin-top: -40px;
  margin-left: -20px;
  width: 30%;
}
.page-content .about_tit01 {
  color: #000;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.5rem;
  margin-bottom: 40px;
  text-align: center;
}
.page-content .about_shuhari_set {
  width: 100%;
}
.page-content .about_shuhari_set dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
.page-content .about_shuhari_set dl dt {
  margin: 0 0 30px;
  padding: 0;
  width: 80px;
}
.page-content .about_shuhari_set dl dt:last-child {
  margin-bottom: 0;
}
.page-content .about_shuhari_set dl dt:last-child + dd {
  margin-bottom: 0;
}
.page-content .about_shuhari_set dl dd {
  line-height: 1.25rem;
  margin: 0 0 30px;
  padding: 0;
  width: calc(100% - 93px);
}
.page-content .about_shuhari_text01 {
  color: #327e8b;
}
.page-content .about_shuhari_text02 {
  color: #92cb19;
}
.page-content .about_shuhari_text03 {
  color: #698827;
}
.page-content ul.about_agreement_ul {
  list-style: none;
  margin: -20px 0 0;
  padding: 0;
  width: 100%;
}
.page-content ul.about_agreement_ul li {
  background-color: #f3f3f3;
  margin-bottom: 32px;
  position: relative;
  width: 100%;
}
.page-content ul.about_agreement_ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
.page-content ul.about_agreement_ul li .about_agreement_text {
  padding: 10px 20px 20px;
}
.page-content ul.about_agreement_ul li .about_agreement_text p {
  margin: 0;
}
.page-content ul.about_agreement_ul li .about_agreement_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #48872d;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-content ul.about_agreement_ul li .about_agreement_tit.about_agreement_tit02 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.page-content ul.about_agreement_ul li .about_agreement_tit .about_agreement_tit_num {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.25rem;
  margin-right: 10px;
  width: 53px;
  height: 53px;
}
.page-content .about_agreement_ph {
  width: 100%;
}
.page-content .about_message_container01_ph, .page-content .about_message_container02_ph {
  margin: 0 auto 20px;
  width: 90%;
}
.page-content .second_tit01_profile {
  margin-bottom: 20px;
}
.page-content .about_message_tit01 {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 40px;
  position: relative;
}
.page-content .about_message_tit01:before {
  background-color: #DDD;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 50px;
  height: 1px;
}
.page-content .about_message_tit02 {
  color: #48872d;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.75rem;
  margin-bottom: 10px;
}
.page-content .about_message_tit02.about_message_tit02_mt {
  padding-top: 20px;
}
.page-content p + .about_message_tit02 {
  padding-top: 30px;
}
.page-content .about_piramide_container {
  background-color: #f6fbf3;
  margin: 40px auto;
  padding: 30px 20px;
}
.page-content .about_piramide_container ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content .about_piramide_container ol li {
  margin-bottom: 30px;
}
.page-content .about_piramide_container ol li:last-child {
  margin: 0;
}
.page-content .about_piramide_container ol li dl dt {
  color: #000;
  font-size: 1.125rem;
  margin: 0;
}
.page-content .about_piramide_container ol li dl dd {
  margin: 0;
}
.page-content .about_piramide_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #48872d;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.page-content .about_piramide_tit:before, .page-content .about_piramide_tit:after {
  background-color: #48872d;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}
.page-content .about_piramide_tit:before {
  margin-right: 1rem;
}
.page-content .about_piramide_tit:after {
  margin-left: 1rem;
}
.page-content .about_message_name {
  font-size: 1.125rem;
  line-height: 2.25rem;
  text-align: right;
}
.page-content .about_profile_container {
  margin-top: 40px;
}
.page-content .about_profile_tit {
  color: #48872d;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.75rem;
  margin-bottom: 20px;
  position: relative;
}
.page-content .about_profile_tit:before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: -1;
}
.page-content .about_profile_text_container {
  margin: 0;
}
.page-content .about_profile_ph {
  margin: 0 auto 15px;
  width: 160px;
}
.page-content .about_profile_text p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.5em;
}
.page-content .about_profile_name {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}
.page-content .about_profile_name span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
.page-content .about_mm_tit01 {
  margin-top: -8px;
  margin-bottom: 30px;
  width: 100%;
}
.page-content .about_mm_tit02 {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.125rem;
  margin-bottom: 30px;
  text-align: center;
}
.page-content .about_mm_tit02 span {
  display: block;
  font-size: 1rem;
  line-height: 1.75rem;
}
.page-content .about_exective02 {
  margin-bottom: 20px;
}
.page-content .about_mm_form_container {
  padding: 20px;
}
.page-content .about_mm_form_container .about_mm_form_tit {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.page-content .about_mm_form_container section {
  text-align: center;
}
.page-content #mc_embed_signup {
  background-color: transparent;
  padding: 0;
}
.page-content #mc_embed_signup form {
  padding: 0;
}
.page-content #mc_embed_signup input.email {
  background-color: #f1f1f1;
  border: 2px solid rgba(51, 51, 51, 0.1);
  font-size: 15px;
  display: block;
  padding: 0 0.4em;
  margin: 0 0 15px 0;
  min-height: 32px;
  width: 100%;
  min-width: 130px;
  border-radius: 0;
  padding: 0.5278em;
}
.page-content #mc_embed_signup input.button.about_mm_btn {
  background-color: #48872d;
  border: none;
  cursor: pointer;
  display: block;
  height: auto;
  margin: 0 auto;
  min-height: 40px;
  padding: 10px;
  width: 60%;
}
.page-content .about_company_dl {
  width: 100%;
}
.page-content .about_company_dl dt {
  color: #000;
  font-weight: bold;
  line-height: 1.875rem;
  margin: 0;
  padding: 0;
}
.page-content .about_company_dl dd {
  border-bottom: 1px solid #DDD;
  line-height: 1.875rem;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

/*  -------------------

enterprises 

-------------------*/
.page-content .enterprises_list_dl {
  margin-bottom: -2em;
}
.page-content .enterprises_list_dl dt {
  color: #000;
  font-weight: bold;
  margin: 0;
}
.page-content .enterprises_list_dl dd {
  margin-bottom: 2em;
}
.page-content .enterprises_tit {
  color: #000;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 13px;
}
.page-content .ep_title_logo {
  margin-bottom: 15px;
}
.page-content .ep_title_area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
  padding: 20px;
  width: 100%;
}
.page-content .ep_title_area p {
  margin: 0;
}
.page-content .enterprises_bg_sp {
  margin: -20px -20px 10px;
}
.page-content .ep_title_tit01 {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4375rem;
  margin-bottom: 10px;
}
.page-content .ep_title_tit01 span {
  font-size: 0.875rem;
  line-height: 1.8125rem;
}
.page-content .ep_title_tit02 {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.625rem;
  margin-bottom: 10px;
}
.page-content .ep_whatitlike_tit {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 5px;
}
.page-content .ep_whatitlike_tit span {
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 0;
}
.page-content .ep_whatitlike_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
.page-content .ep_list_tit {
  background-color: #EEE;
  color: #000;
  font-size: 1.125rem;
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 13px;
  padding: 6px 11px;
}
.page-content .ep_list_container {
  width: 100%;
}
.page-content .ep_list_container .ep_list_content {
  width: 100%;
}
.page-content .ep_list_dl {
  line-height: 1.25rem;
  margin-bottom: 30px;
  width: 100%;
}
.page-content .ep_list_dl dt {
  border-bottom: 1px solid #DDD;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 6px;
}
.page-content .ep_list_dl dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content .ep_list_dl dd ul li {
  border-bottom: 1px solid #DDD;
  padding: 6px 0;
}
.page-content .ep_list_dl.ep_list_dl_wide dd ul {
  position: relative;
}
.page-content .ep_list_dl.ep_list_dl_wide dd ul li {
  width: 100%;
}
.page-content .ep_list_content {
  width: 48%;
}
.page-content .ep_btn_set a {
  display: block;
}
.page-content .ep_genki_kids img {
  width: 132px;
  height: auto;
}
.page-content .genki_kids_shien img {
  width: 72px;
  height: auto;
}
.page-content .genki_kids_psc img {
  width: 75px;
  height: auto;
}
.page-content .genki_kids_care img {
  width: 103px;
  height: auto;
}
.page-content .genki_kids_soudan img {
  width: 72px;
  height: auto;
}
.page-content .genki_kids_canvas img {
  width: 111px;
  height: auto;
}
.page-content .ep_title_area01 {
  background-color: #f6fbf3;
}
.page-content .ep_title_area01 .ep_title_tit02 {
  color: #48872d;
}
.page-content .ep_title_area02 {
  background-color: #f6fbf3;
}
.page-content .ep_title_area02 .ep_title_tit02 {
  color: #48872d;
}
.page-content .ep_title_area03 {
  background-color: #ebfbfe;
}
.page-content .ep_title_area03 .ep_title_tit02 {
  color: #39b2bb;
}
.page-content .ep_title_area04 {
  background-color: #fbe8f0;
}
.page-content .ep_title_area04 .ep_title_tit02 {
  color: #cd4681;
}
.page-content .ep_title_area05 {
  background-color: #fffeec;
}
.page-content .ep_title_area05 .ep_title_tit02 {
  color: #958e00;
}
.page-content .ep_title_area06 {
  background-color: #ecf5e8;
}
.page-content .ep_title_area06 .ep_title_tit02 {
  color: #48872d;
}
.page-content .ep_whatitlike_tit01 {
  color: #48872d;
}
.page-content .ep_whatitlike_tit02 {
  color: #48872d;
}
.page-content .ep_whatitlike_tit03 {
  color: #39b2bb;
}
.page-content .ep_whatitlike_tit04 {
  color: #cd4681;
}
.page-content .ep_whatitlike_tit05 {
  color: #958e00;
}
.page-content .ep_whatitlike_tit06 {
  color: #48872d;
}

@media screen and (min-width: 768px) {
  .page-content .ep_title_area .ep_title_tit01, .page-content .ep_title_area .ep_title_tit02, .page-content .ep_title_area .ep_title_tit02 + p {
    padding: 0 5vw;
    max-width: 720px;
  }
  .page-content .ep_title_tit02 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 10px 0;
  }
  .page-content .ep_whatitlike_tit {
    font-size: 1.25rem;
    line-height: 1.625rem;
    margin: 20px 0 10px;
  }
  .page-content .ep_whatitlike_tit br {
    display: none;
  }
}
/*  -------------------

recruit 

-------------------*/
.g-recruit .page-content {
  background: url(../images/recruit/recruit_bg.png) top center no-repeat;
  background-size: contain;
}

.page-content .recruit_intro_container {
  margin-bottom: 60px;
  position: relative;
}
.page-content .recruit_intro_text {
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.page-content .recruit_intro_text p {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.75rem;
}
.page-content .recruit_intro_ph {
  width: 60%;
  position: absolute;
  top: -144px;
  right: -10px;
}
.page-content .second_tit01.second_tit01_pink {
  margin-bottom: 20px;
}
.page-content .recruit_environment_set {
  margin-top: -20px;
  width: 100%;
}
.page-content .recruit_environment_ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content .recruit_environment_ol li {
  background-color: #f3f3f3;
  margin-bottom: 20px;
  padding: 30px 20px 20px;
  position: relative;
  width: 100%;
}
.page-content .recruit_environment_ol li:before {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-content .recruit_environment_ol li p:last-child {
  margin: 0;
}
.page-content .recruit_environment_ol li .recruit_environment_sp {
  margin: -30px -20px 10px;
}
.page-content .recruit_environment_ol li .recruit_environment_tit {
  clear: both;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-content .recruit_environment_ol li .recruit_environment_tit .recruit_environment_tit_no {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  font-size: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.25rem;
  margin-right: 13px;
  text-align: center;
  width: 28px;
  height: 28px;
}
.page-content .recruit_environment_ol li.recruit_environment_01 .recruit_environment_tit {
  color: #ef81d4;
}
.page-content .recruit_environment_ol li.recruit_environment_02 .recruit_environment_tit {
  color: #dc81ef;
}
.page-content .recruit_environment_ol li.recruit_environment_03 .recruit_environment_tit {
  color: #ba81ef;
}
.page-content .recruit_environment_ol li.recruit_environment_04 .recruit_environment_tit {
  color: #9b81ef;
}
.page-content .recruit_environment_ol li.recruit_environment_05 .recruit_environment_tit {
  color: #8481ef;
}
.page-content .interview_container {
  width: 100%;
}
.page-content .interview_ul {
  list-style: none;
  margin: 0 auto -60px;
  padding: 0;
  width: 70%;
}
.page-content .interview_ul li {
  background-color: #fcecf8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
}
.page-content .interview_ul li a:hover {
  opacity: 1;
}
.page-content .interview_ul li a:hover .interview_ph img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-content .interview_ul li a:hover .interview_link_set:after {
  top: 0;
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-content .interview_tit {
  position: absolute;
}
.page-content .interview_ph {
  overflow: hidden;
  width: 100%;
  z-index: 1;
}
.page-content .interview_ph img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-content .interview_link_set {
  padding: 12px 10px;
  position: relative;
}
.page-content .interview_link_set p {
  line-height: 1.625rem;
  margin: 0;
}
.page-content .interview_link_set p strong {
  color: #000;
  font-size: 1.125rem;
}
.page-content .interview_link_set:after {
  background: url(../images/common/icon_arrow.svg);
  background-size: 27px;
  content: "";
  display: block;
  margin: auto 0;
  width: 27px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-content .interview_tit {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 2;
}
.page-content .interview_tit_01 {
  width: 111px;
}
.page-content .interview_tit_02 {
  width: 186px;
}
.page-content .entry_caption {
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.page-content .entry_details_container {
  background-color: #f3f3f3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 100px;
  padding: 25px 30px;
  width: 100%;
}
.page-content .entry_details_container dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-content .entry_details_container dl dt {
  border-top: 1px solid #DDD;
  margin: 0;
  padding: 5px 0;
  width: 80px;
}
.page-content .entry_details_container dl dt:first-child {
  border: none;
}
.page-content .entry_details_container dl dt:first-child + dd {
  border: none;
}
.page-content .entry_details_container dl dd {
  border-top: 1px solid #DDD;
  margin: 0;
  padding: 5px 0;
  width: calc(100% - 80px);
}
.page-content .line_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-content .line_set_qr {
  width: 76px;
}
.page-content .entryform_tit {
  color: #000;
  font-size: 1.375rem;
  font-weight: bold;
}
.page-content .entryform_tit.entryform_tit_confirm {
  margin-top: 60px;
}
.page-content .entryform_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 5vw 40px;
  width: 100%;
}
.page-content .entryform_dl dt {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.page-content .entryform_dl dd {
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.page-content .entryform_dl dd.entryform_shikaku_contents .mwform-checkbox-field {
  display: block;
  width: 100%;
}
.page-content .entryform_online_contents {
  display: table;
  height: 100%;
}
.page-content .entryform_online_contents .mwform-checkbox-field {
  display: table-cell;
  vertical-align: middle;
}
.page-content .entryform_textarea {
  margin: 10px 0 20px;
}

.page-content .intvw_dtil_titbox {
  margin: 0 0 50px;
}
.page-content .intvw_dtil_tit_ph {
  margin: -60px auto 20px;
  width: 80%;
}
.page-content .intvw_dtil_tit_ph img {
  width: 100%;
  height: auto;
}
.page-content .intvw_dtil_tit_mame {
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.page-content .intvw_dtil_tit_cat01 {
  margin: 0;
  position: absolute;
  top: -70px;
  left: 0;
  height: 78px;
}
.page-content .intvw_dtil_tit_cat01 img {
  width: auto;
  height: 100%;
}
.page-content p.intvw_dtil_tit_mame01 {
  font-size: 1.125rem;
  margin: 0;
}
.page-content p.intvw_dtil_tit_mame02 {
  color: #000;
  font-size: 1.5rem;
  margin: 10px 0 0;
}

/*  -------------------

news / column / 

-------------------*/
/* column */
.column_ph {
  width: 53%;
  position: absolute;
  top: 22px;
  right: -10px;
}

/* column news 共通 */
.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 50px;
  text-align: center;
}

.archive_main_container {
  width: 100%;
}

.archive_aside {
  background-color: #f3f3f3;
  border-bottom: 1px solid #DDD;
  padding: 20px;
  width: calc(100% + 10vw);
  margin: 0 -5vw;
}
.archive_aside aside .sidebar_section:last-child {
  margin-bottom: 0;
}

.archive_main_ul {
  border-top: 1px solid #DDD;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.archive_main_ul > li {
  border-bottom: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.archive_main_ul .archive_list_ph {
  width: 40%;
}
.archive_main_ul .archive_list_ph img {
  width: 100%;
  height: auto;
}
.archive_main_ul .archive_list_text {
  width: 55%;
}
.archive_main_ul .archive_list_text p {
  color: #999;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0;
}
.archive_main_ul .archive_list_text p.time_text {
  color: #999;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0 0 5px;
}
.archive_main_ul .archive_list_tit {
  font-size: 1.25rem;
  margin: 2px 0 5px;
}

p.time_text {
  color: #999;
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0 0 5px;
}

ul.singlelist_categories {
  list-style: none;
  line-height: 0;
  margin: 0 0 8px;
  padding: 0;
}
ul.singlelist_categories li {
  margin: 0;
}
ul.singlelist_categories li a {
  background-color: #48872d;
  color: #FFF;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0 5px;
}

.archive_list_term {
  line-height: 0;
  margin: 0 0 10px;
  padding: 0;
}
.archive_list_term a {
  background-color: #48872d;
  color: #FFF;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0 5px;
}

.archive_tit {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.sidebar_section {
  margin-bottom: 40px;
}

.widgettitle {
  border-bottom: 1px solid #48872d;
  color: #48872d;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.widgettitle span {
  font-size: 0.875rem;
  font-weight: normal;
}

.aside_year_content {
  margin-bottom: 10px;
}

.aside_year_tit {
  cursor: pointer;
  font-size: 1rem;
  position: relative;
}
.aside_year_tit:after {
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  right: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside_year_tit:hover {
  opacity: 0.5;
}
.aside_year_tit.active:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aside_year_tit + ul {
  list-style: none;
}

.sidebar_cat {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar_cat li {
  margin-bottom: 5px;
}

.sidebar_newpost_ul {
  list-style: none;
  margin: 0;
  padding: 5px 0 0;
  width: 100%;
}
.sidebar_newpost_ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.sidebar_newpost_ul li .sidebar_thumbail {
  width: 65px;
}
.sidebar_newpost_ul li .sidebar_thumbail img {
  width: 100%;
  height: auto;
}
.sidebar_newpost_ul li .sidebar_newpost_titarea {
  width: calc(100% - 85px);
}
.sidebar_newpost_ul .sidebar_day_text {
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin: 0;
}
.sidebar_newpost_ul .sidebar_day {
  color: #999;
}
.sidebar_newpost_ul .sidebar_tit {
  font-size: 1rem;
  line-height: 1.5rem;
}

.sidebar_cat_name ul {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
}
.sidebar_cat_name ul li {
  margin: 0;
}
.sidebar_cat_name ul li a {
  background-color: #48872d;
  color: #FFF;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0 5px;
}

.sidebar_term_name {
  line-height: 0;
  margin-bottom: 8px;
}
.sidebar_term_name a {
  background-color: #48872d;
  color: #FFF;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.125rem;
  padding: 0 5px;
}

ul.page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
ul.page-numbers li {
  padding: 0;
  margin: 0 7px;
}
ul.page-numbers li span {
  color: #444;
  display: block;
  font-weight: bold;
}
ul.page-numbers li a.page-numbers {
  background-color: #48872d;
  color: #FFF;
  display: block;
  font-weight: normal;
  line-height: 2.0625rem;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  width: 36px;
  height: 36px;
}
ul.page-numbers li a.page-numbers .nextlink {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
ul.page-numbers li a.page-numbers .prevlink {
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* single */
.single_cat {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.single_cat li {
  float: left;
  margin-right: 10px;
}
.single_cat li a {
  text-decoration: underline;
}
.single_cat li a:hover {
  opacity: 0.5;
}

.single_tit {
  color: #000;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.625rem;
  margin-bottom: 20px;
}

.single-entry-content a {
  color: #027bcf;
  text-decoration: underline;
}
.single-entry-content a:hover {
  opacity: 0.5;
}
.single-entry-content ul, .single-entry-content ol {
  margin-left: 1.5em;
  margin-bottom: 3em;
}
.single-entry-content h1 {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.125rem;
}
.single-entry-content h2 {
  color: #000;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2rem;
}
.single-entry-content h3 {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875rem;
}
.single-entry-content ul + h1, .single-entry-content ul + h2, .single-entry-content ul + h3,
.single-entry-content ol + h1, .single-entry-content ol + h2, .single-entry-content ol + h3,
.single-entry-content p + h1, .single-entry-content p + h2, .single-entry-content p + h3 {
  padding-top: 10px;
}
.single-entry-content .size-full img {
  width: 100%;
  height: auto;
}

.pagenation_title {
  padding: 20px 0 40px;
  position: relative;
}
.pagenation_title ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.pagenation_title ul a {
  background-color: #48872d;
  color: #FFF;
  display: block;
  padding: 6px 10px;
  position: relative;
}
.pagenation_title ul li {
  margin: 0 3px;
}
.pagenation_title ul li.pagenation_title_next a {
  padding-left: 26px;
}
.pagenation_title ul li.pagenation_title_next a:before {
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  content: "";
  display: block;
  margin: auto 0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagenation_title ul li.pagenation_title_prev a {
  padding-right: 26px;
}
.pagenation_title ul li.pagenation_title_prev a:before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  display: block;
  margin: auto 0;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagenation_title.pagenation_title_pink ul a {
  background-color: #f298dc;
}

a.pagenation_back {
  background-color: #FFF;
  border: 1px solid #48872d;
  color: #48872d;
  margin: 0 auto;
  text-align: center;
  padding: 6px 10px;
}

a.pagenation_back_pink {
  background-color: #FFF;
  border: 1px solid #f298dc;
  color: #f298dc;
  margin: 0 auto;
  text-align: center;
  padding: 6px 10px;
}

p.pagenation_back_parent {
  margin: 0;
}

/*  -------------------

contact

-------------------*/
.page-content .contact_intro_container {
  margin: 0 5% 30px;
}
.page-content .contact_container {
  padding-top: 30px;
}
.page-content .contact_container a {
  text-decoration: underline;
}
.page-content .mw_wp_form {
  margin: 0;
}
.page-content .contact_tit {
  color: #48872d;
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0;
  padding: 0 0 20px;
  text-align: center;
}
.page-content .contact_inner {
  padding-bottom: 40px;
}
.page-content .contact_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content .contact_ul li {
  padding: 0 0 20px;
}
.page-content dl.contact_dl {
  margin: 0;
}
.page-content dl.contact_dl > dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.page-content dl.contact_dl > dt .contact_lt {
  color: #FFF;
  display: block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-right: 13px;
  padding: 4px 0;
  text-align: center;
  width: 42px;
}
.page-content dl.contact_dl > dt .contact_rt {
  color: #48872d;
}
.page-content dl.contact_dl > dt .contact_must {
  background-color: #c20037;
}
.page-content dl.contact_dl > dt .contact_nini {
  background-color: #888;
}
.page-content dl.contact_dl > dt + dd {
  margin: 0;
}
.page-content dl.contact_dl > dt + dd p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.page-content dl.contact_dl2 {
  margin: 0 0 -20px;
}
.page-content dl.contact_dl2 > dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.page-content dl.contact_dl2 > dt + dd {
  margin: 0 0 20px;
}
.page-content .mwform-tel-field input[type=text], .page-content .mwform-zip-field input [type=text] {
  display: inline-block;
  width: auto;
}
.page-content input[type=text], .page-content input[type=email], .page-content textarea, .page-content select {
  background-color: #fff6fd;
  border: 1px solid #f7d4ee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 5px;
  width: 100%;
}
.page-content input[type=text]::-webkit-input-placeholder {
  color: #999;
}
.page-content input[type=text]::-moz-placeholder {
  color: #999;
}
.page-content input[type=text]:-ms-input-placeholder {
  color: #999;
}
.page-content input[type=text]::-ms-input-placeholder {
  color: #999;
}
.page-content input[type=text]::placeholder {
  color: #999;
}
.page-content input[type=checkbox] {
  display: none;
}
.page-content .mwform-checkbox-field-text {
  margin-bottom: 5px;
}
.page-content .mwform-checkbox-field label span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  width: auto;
}
.page-content .mwform-checkbox-field label span::before {
  background: #fff6fd;
  border: 1px solid #f7d4ee;
  border-radius: 4px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 12px;
  width: 20px;
}
.page-content .mwform-checkbox-field label span:after {
  border-right: 2px solid #f298dc;
  border-bottom: 2px solid #f298dc;
  content: "";
  display: block;
  height: 10px;
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}
.page-content .mwform-checkbox-field label input[type=checkbox]:checked + span::before {
  background-color: #FFF;
}
.page-content .mwform-checkbox-field label input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.page-content select {
  padding: 8px;
}
.page-content textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  width: 100%;
  height: 180px;
  padding: 18px 14px;
}
.page-content .mw_wp_form .horizontal-item {
  margin-right: 10px;
}
.page-content .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.page-content .mw_wp_form .check_block .horizontal-item {
  display: block;
}
.page-content .btn_comp {
  width: 222px;
}
.page-content .mw_wp_form_complete {
  padding-bottom: 60px;
}
.page-content .error_text .error {
  display: none;
}
.page-content .error_text p {
  color: #c41d25;
  font-size: 1rem;
  text-align: center;
}
.page-content .contact_container {
  margin-top: -20px;
}
.page-content .contact_container input[type=text], .page-content .contact_container .page-content input[type=email], .page-content .contact_container textarea, .page-content .contact_container select {
  background-color: #F3F3F3;
  border: 1px solid #DDD;
}
.page-content .contact_container .mwform-checkbox-field label span::before {
  background: #EEE;
  border: 1px solid #DDD;
  border-radius: 4px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -8px;
  position: absolute;
  top: 12px;
  width: 20px;
}
.page-content .contact_container .mwform-checkbox-field label span:after {
  border-right: 2px solid #48872d;
  border-bottom: 2px solid #48872d;
  content: "";
  display: block;
  height: 10px;
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}

.form_thankyou {
  color: #000;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}

.tit_404 {
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
}

#post-not-found .error_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
}
#post-not-found .error_link ul a {
  text-decoration: underline;
}
/*# sourceMappingURL=style_sp.css.map */