@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: 1rem;
  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.875rem;
  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;
}

.pc_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;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0;
  width: 85%;
}

.container_small, .container_small_pc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 107px;
  width: 85%;
}

.container_border, .container_border_pc {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  padding-top: 50px;
  padding-bottom: 70px;
}

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

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

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

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

@media screen and (max-width: 960px) {
  .section_s {
    margin-bottom: 60px !important;
  }

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

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

  .section_l {
    margin-bottom: 120px !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: #b20000;
}

.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: 1em;
}

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

.mincho {
  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: 2em;
}
.list_circle li {
  padding-left: 16px;
  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;
}

.align_self_center_pc {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

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

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

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

.pc_w_half {
  width: 43%;
}

@media screen and (max-width: 768px) {
  .pc_w_half {
    width: 100%;
  }
}
/* 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.6;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
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;
  display: table;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0 auto;
  padding: 24px 45px 24px 30px;
  position: relative;
}
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 {
  opacity: 1;
  color: #FFF;
}
a.btn_green:hover:after {
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn_blue {
  background-color: #39b2bb;
  color: #FFF;
  display: table;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0 auto;
  padding: 24px 45px 24px 30px;
  position: relative;
}
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 {
  opacity: 1;
  color: #FFF;
}
a.btn_blue:hover:after {
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn_dark_pink {
  background-color: #cd4681;
  color: #FFF;
  display: table;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0 auto;
  padding: 24px 45px 24px 30px;
  position: relative;
}
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 {
  opacity: 1;
  color: #FFF;
}
a.btn_dark_pink:hover:after {
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
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: 1rem;
  margin: 0 auto;
  padding: 24px 45px 24px 30px;
  position: relative;
}
.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 {
  opacity: 1;
  color: #FFF;
}
.btn_dark_yellow:hover:after {
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_entryform {
  background-color: #ef81d4;
  border: none;
  color: #FFF;
  display: table;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin: 0 auto;
  padding: 24px 45px 24px 30px;
  position: relative;
  text-align: center;
  width: 342px;
}
.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.375rem;
  line-height: 1.375rem;
  margin: 0 auto;
  padding: 24px 45px 24px 30px;
  position: relative;
  text-align: center;
  width: 342px;
}
.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_dot {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_dot li {
  padding-left: 13px;
  position: relative;
}
.list_dot li:before {
  content: "・";
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0;
}

/* link */
a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

.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: 120px;
  padding: 90px 0 70px;
  position: relative;
}

.ftr_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0;
  width: 85%;
}

.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: 70px;
}

.ftr_address_container {
  width: 30.64%;
}
.ftr_address_container p a {
  text-decoration: underline;
}

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

.ftr_sitemap_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 59.3%;
}
.ftr_sitemap_container > ul {
  list-style: none;
  margin: 0 0 -30px;
  padding: 0;
}
.ftr_sitemap_container > ul > li {
  line-height: 1.875rem;
  margin-bottom: 30px;
}
.ftr_sitemap_container > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ftr_sitemap_container > ul > li > ul li {
  padding-left: 10px;
  position: relative;
}
.ftr_sitemap_container > ul > li > ul li:before {
  background-color: #333;
  content: "";
  display: block;
  margin: auto 0;
  width: 3px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.ftr_banner_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -6px 40px;
}

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

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

@media screen and (max-width: 991px) {
  #footer {
    padding: 50px 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 {
    width: 147px;
  }
  .ftr_address_container .ftr_address_text {
    width: calc(100% - 167px);
  }
  .ftr_address_container .ftr_address_text p {
    margin: 0;
  }

  .ftr_sitemap_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
/* ---------------------------

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;
}

.scrollanime {
  padding-top: 20px;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.scrollanime.fadeinup {
  padding-top: 0;
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scrollanime2, .scrollanime3 {
  position: relative;
}
.scrollanime2:before, .scrollanime3:before {
  background-color: #FFF;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-animation: scrollover 1s ease-in 0.3s 1 normal;
          animation: scrollover 1s ease-in 0.3s 1 normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

@-webkit-keyframes scrollover {
  /*animation-nameで設定した値を書く*/
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes scrollover {
  /*animation-nameで設定した値を書く*/
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
/* 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. 各ページ

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

top  

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

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

#mainslide_container {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  height: 100vh;
}

#mainslider_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.slick-track {
  height: 100%;
}

#mainslider {
  width: 50%;
  height: 100%;
  position: relative;
}
#mainslider .slick-list {
  overflow: visible;
}
#mainslider .slide {
  opacity: 0;
  width: 100vw !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: 100%;
}
.mainvisual_slide_pc img {
  width: auto;
  height: 100%;
  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: relative;
  width: 50%;
  z-index: 2;
}
#mainvisual_text_area .mainvisual_text_inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 7.5%;
  width: 100%;
}
#mainvisual_text_area .mainvisual_text_inner .mainvisual_text {
  color: #000;
  font-size: 48px;
  font-size: 3.75vw;
  font-weight: bold;
  line-height: 60px;
  line-height: 4.6875vw;
  margin-bottom: 50px;
}
#mainvisual_text_area .mainvisual_text_inner .slick-track {
  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: 79px !important;
  height: 79px !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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#mainvisual_text_area .mainvisual_text_inner .slick-slide.slick-current .mainvisual_thumb:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#mainvisual_text_area .mainvisual_text_inner .mainvisual_thumb {
  cursor: pointer;
  background-size: cover;
  display: block;
  height: 100%;
  width: 100% !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#mainvisual_text_area .mainvisual_text_inner .mainvisual_thumb:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_tit_01 {
  color: #48872d;
  font-size: 1.875rem;
  font-weight: 900;
  margin-bottom: 40px;
}
.top_tit_01 span {
  display: block;
  color: #010101;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 10px 0 40px;
}

.top_about_container {
  margin-bottom: 165px;
}

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

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

.top_about_tit_area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 56px 6.21% 100px;
  width: 100%;
}

.top_about_tit {
  min-width: 356px;
  width: 40.11%;
}

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

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

.top_about_list {
  margin: -65px auto 0;
  position: relative;
}

.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 -50px -20px;
}
.top_about_list ul li {
  margin: 0 20px 20px;
  width: 336px;
}
.top_about_list .top_about_link {
  display: block;
}
.top_about_list .top_about_link img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_about_list .top_about_link .btn_top_about {
  background-color: #48872d;
  color: #FFF;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-top: -30px;
  padding: 8px 0;
  position: relative;
  text-align: center;
  width: 232px;
}
.top_about_list .top_about_link .btn_top_about span {
  margin-left: -20px;
}
.top_about_list .top_about_link .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;
}
.top_about_list .top_about_link:hover {
  opacity: 1;
}
.top_about_list .top_about_link:hover img {
  opacity: 0.7;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_about_list .top_about_link:hover .btn_top_about:after {
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_recruit_wrapper {
  margin-bottom: 110px;
  position: relative;
}
.top_recruit_wrapper:before {
  background: url(../images/top/top_recruit_ph.jpg) top center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 466px;
  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: 466px;
  z-index: 0;
}
.top_recruit_wrapper .container {
  z-index: 1;
  position: relative;
}

.top_recruit_tit {
  color: #FFF;
  font-size: 1.875rem;
  font-weight: 900;
  padding-top: 186px;
}
.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.875rem;
  font-weight: bold;
}

.top_recruit_bg {
  background-color: #fef4fc;
}

.top_recruit_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 40px 40px 50px;
}

.top_recruit_text_area, .top_recruit_youtube_area {
  width: 50%;
}

a.btn_top_recruit {
  background-color: #f298dc;
  color: #000;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 44px 8px 30px;
  position: relative;
  text-align: center;
}
a.btn_top_recruit span {
  margin-left: -20px;
}
a.btn_top_recruit: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;
}
a.btn_top_recruit:hover {
  opacity: 1;
}
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: 10px;
  width: 30px;
}

.top_recruit_youtube_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.top_banner_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0 0 130px;
  padding: 0;
}
.top_banner_ul li {
  width: 49%;
}
.top_banner_ul li a {
  display: block;
}

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

.top_enterprises_tit_text {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin: 46px 0 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_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_enterprises_content_01 {
  margin-right: 50px;
  width: 211px;
}

.top_enterprises_content_02 {
  width: calc(100% - 261px);
}

.top_enterprises_list {
  background-color: #FFF;
  margin: -80px auto 140px;
  padding: 30px;
  position: relative;
  width: 804px;
}
.top_enterprises_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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: 8px 48px 8px 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;
  padding: 40px 30px;
}

.top_news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top_news_text_area {
  width: 65.87%;
}

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

.top_news_tit_area {
  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-bottom: 12px;
}

.top_news_tit {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

a.top_news_link {
  background-color: #48872d;
  color: #FFF;
  display: inline-block;
  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;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.top_news_link:hover {
  opacity: 1;
}
a.top_news_link:hover:after {
  right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#top_news > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
#top_news > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 0;
  width: 50%;
}
#top_news > ul > li:nth-child(1n) .news_list_text {
  margin-right: 10px;
}
#top_news > ul > li:nth-child(2n) .news_list_img_set {
  margin-left: 10px;
}
#top_news > ul > li .news_list_cat {
  list-style: none;
  line-height: 1.125rem;
  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 {
  width: 120px;
  height: 120px;
}
.news_list_img_set a {
  display: block;
}
.news_list_img_set img {
  width: 100%;
  height: auto;
}

.news_list_text {
  width: calc(100% - 150px);
}

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

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

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

下層 

--------------------------------------*/
.second_entry_container {
  margin-top: 115px;
}
.second_entry_container .content_header {
  margin-top: 55px;
  margin-bottom: 100px;
}
.second_entry_container .content_header .content_header_tit_area {
  padding: 80px 0;
  position: relative;
}
.second_entry_container .content_header .content_header_tit_area h1 {
  font-size: 3rem;
  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: 1rem;
  margin: 0;
}

.page-content .second_tit01 {
  color: #000;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 2.25rem;
  margin-bottom: 40px;
}
.page-content .second_tit01 .second_tit01_en {
  display: block;
  margin-bottom: 23px;
}
.page-content .second_tit01 .second_tit01_en span {
  background-color: #48872d;
  color: #FFF;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.125rem;
  padding: 3px 8px 4px;
}
.page-content .second_tit01 + p {
  margin-bottom: 3.5em;
}
.page-content .second_tit01.second_tit01_pink .second_tit01_en span {
  background-color: #f298dc;
}
.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: 60px;
}

.page-content {
  /* profile */
  /* ピラミーデ */
  /* メールマガジン */
}
.page-content .top_philosophy_container {
  margin: 0 auto;
  width: 630px;
}
.page-content .top_philosophy_tit {
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.75rem;
  margin-top: 96px;
  margin-bottom: 40px;
}
.page-content .about_main_container01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  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-right: 7.25%;
  width: 803px;
}
.page-content .about_main_img {
  margin-top: -160px;
  margin-left: 10.07%;
  width: 365px;
}
.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: 140px;
}
.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 {
  margin: 0 0 30px;
  padding: 0;
  width: calc(100% - 173px);
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-content ul.about_agreement_ul li {
  background-size: 53%;
  margin-bottom: 32px;
  position: relative;
  width: 48.5%;
}
.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: 30px 30% 30px 30px;
}
.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.875rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.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.5rem;
  line-height: 2.25rem;
}
.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 ul.about_agreement_ul li .about_agreement_tit .about_agreement_tit_num_text {
  width: calc(100% - 63px);
}
.page-content .about_agreement_01 {
  background: url(../images/about/about_agreements01.jpg) top right no-repeat #f7f7f7;
}
.page-content .about_agreement_02 {
  background: url(../images/about/about_agreements02.jpg) top right no-repeat #f7f7f7;
}
.page-content .about_agreement_03 {
  background: url(../images/about/about_agreements03.jpg) top right no-repeat #f7f7f7;
}
.page-content .about_agreement_04 {
  background: url(../images/about/about_agreements04.jpg) top right no-repeat #f7f7f7;
}
.page-content .about_message_container01 .second_tit01_profile {
  margin-bottom: 20px;
}
.page-content .about_message_container01 .about_message_container01_ph {
  margin-right: calc((100vw - 1064px) / -2);
  margin-left: 30px;
  margin-bottom: 30px;
  float: right;
  width: 53vw;
}
.page-content .about_message_container02 {
  margin-top: 60px;
  position: relative;
}
.page-content .about_message_container02 .about_message_container02_ph {
  margin-left: calc((100vw - 1064px) / -2);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  width: 53vw;
}
.page-content .about_message_tit01 {
  color: #000;
  font-size: 1.3125rem;
  font-weight: bold;
  padding-bottom: 80px;
  position: relative;
}
.page-content .about_message_tit01:before {
  background-color: #DDD;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 50px;
  height: 1px;
}
.page-content .about_message_tit02 {
  color: #48872d;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2.375rem;
  margin-bottom: 30px;
}
.page-content .about_message_tit02.about_message_tit02_mt {
  padding-top: 60px;
}
.page-content p + .about_message_tit02 {
  padding-top: 30px;
}
.page-content .about_piramide_container {
  background-color: #f6fbf3;
  margin: 40px auto;
  padding: 70px 50px;
}
.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.625rem;
  font-weight: bold;
  margin-bottom: 50px;
  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: 2.5625rem;
  font-weight: bold;
  line-height: 2.5625rem;
  margin-bottom: 45px;
  padding-left: 80px;
  position: relative;
}
.page-content .about_profile_tit:before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: -1;
}
.page-content .about_profile_text_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 80px;
}
.page-content .about_profile_ph {
  width: 200px;
}
.page-content .about_profile_text {
  width: calc(100% - 230px);
}
.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.5rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.page-content .about_profile_name span {
  font-size: 1rem;
  font-weight: bold;
}
.page-content .about_mm_tit01 {
  margin-top: -8px;
  margin-bottom: 50px;
  width: 100%;
}
.page-content .about_mm_tit02 {
  color: #000;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 3.375rem;
  margin-bottom: 30px;
  text-align: center;
}
.page-content .about_mm_tit02 span {
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.page-content .about_exective02 {
  margin-bottom: 40px;
}
.page-content .about_mm_form_container {
  padding: 40px;
}
.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 form {
  padding: 20px;
}
.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 {
  border-bottom: 1px solid #DDD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.page-content .about_company_dl dt {
  border-top: 1px solid #DDD;
  font-weight: normal;
  line-height: 1.875rem;
  padding-top: 10px;
  width: 20%;
}
.page-content .about_company_dl dd {
  border-top: 1px solid #DDD;
  line-height: 1.875rem;
  padding-top: 10px;
  width: 80%;
}

@media screen and (max-width: 1204px) {
  .page-content {
    /* profile */
  }
  .page-content .about_message_container01 .about_message_container01_ph {
    margin-right: -7.5vw;
  }
  .page-content .about_message_container02 .about_message_container02_ph {
    margin-left: -7.5vw;
  }
  .page-content ul.about_agreement_ul li .about_agreement_tit, .page-content ul.about_agreement_ul li .about_agreement_tit.about_agreement_tit02 {
    font-size: 1.25rem;
  }
  .page-content ul.about_agreement_ul li .about_agreement_tit .about_agreement_tit_num, .page-content ul.about_agreement_ul li .about_agreement_tit.about_agreement_tit02 .about_agreement_tit_num {
    font-size: 1.875rem;
    width: 43px;
    height: 43px;
  }
  .page-content ul.about_agreement_ul li .about_agreement_tit .about_agreement_tit_num_text, .page-content ul.about_agreement_ul li .about_agreement_tit.about_agreement_tit02 .about_agreement_tit_num_text {
    line-height: 1.875rem;
    width: calc(100% - 53px);
  }
}
/*  -------------------

enterprises 

-------------------*/
.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.625rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-content .ep_title_logo {
  margin-bottom: 20px;
}
.page-content .ep_title_area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  margin: 0 auto 30px;
  margin-bottom: 30px;
  max-width: 1064px;
  padding: 50px;
  text-align: right;
  width: 85%;
}
.page-content .ep_title_area p {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.625rem;
  margin: 0;
}
.page-content .ep_title_tit01 {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.8125rem;
  margin-bottom: 20px;
}
.page-content .ep_title_tit01 span {
  font-size: 0.875rem;
  line-height: 1.8125rem;
}
.page-content .ep_title_tit02 {
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 2.875rem;
  margin-bottom: 20px;
}
.page-content .ep_whatitlike_tit {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2.375rem;
  margin-bottom: 20px;
}
.page-content .ep_whatitlike_tit span {
  font-size: 1.125rem;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.page-content .ep_list_container .ep_list_content {
  width: 48%;
}
.page-content .ep_list_dl {
  width: 100%;
}
.page-content .ep_list_dl dt {
  border-bottom: 1px solid #DDD;
  color: #000;
  font-weight: bold;
  margin-bottom: 6px;
  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 {
  margin-top: 50px;
}
.page-content .ep_list_dl.ep_list_dl_wide dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4%;
  position: relative;
}
.page-content .ep_list_dl.ep_list_dl_wide dd ul:before {
  background-color: #DDD;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-content .ep_list_dl.ep_list_dl_wide dd ul li {
  width: 48%;
}
.page-content .ep_list_dl.ep_list_dl_wide dd ul li:last-child {
  border: none;
}
.page-content .ep_list_content {
  width: 48%;
}
.page-content .ep_btn_set {
  margin-top: 60px;
}
.page-content .ep_genki_kids img {
  width: 271px;
  height: auto;
}
.page-content .genki_kids_shien img {
  width: 149px;
  height: auto;
}
.page-content .genki_kids_psc img {
  width: 155px;
  height: auto;
}
.page-content .genki_kids_care img {
  width: 212px;
  height: auto;
}
.page-content .genki_kids_soudan img {
  width: 147px;
  height: auto;
}
.page-content .genki_kids_canvas img {
  width: 227px;
  height: auto;
}
.page-content .ep_title_area01 {
  background: url(../images/enterprises/enterprises_bg01.jpg) top left no-repeat #f6fbf3;
  background-size: 630px;
  min-height: 390px;
}
.page-content .ep_title_area01 .ep_title_tit02 {
  color: #48872d;
}
.page-content .ep_title_area02 {
  background: url(../images/enterprises/enterprises_bg02.jpg) top left no-repeat #f6fbf3;
  background-size: 630px;
  min-height: 390px;
}
.page-content .ep_title_area02 .ep_title_tit02 {
  color: #48872d;
}
.page-content .ep_title_area03 {
  background: url(../images/enterprises/enterprises_bg03.jpg) top left no-repeat #ebfbfe;
  background-size: 630px;
  min-height: 390px;
}
.page-content .ep_title_area03 .ep_title_tit02 {
  color: #39b2bb;
}
.page-content .ep_title_area04 {
  background: url(../images/enterprises/enterprises_bg04.jpg) top left no-repeat #fbe8f0;
  background-size: 630px;
  min-height: 390px;
}
.page-content .ep_title_area04 .ep_title_tit02 {
  color: #cd4681;
}
.page-content .ep_title_area05 {
  background: url(../images/enterprises/enterprises_bg05.jpg) top left no-repeat #fffeec;
  background-size: 630px;
  min-height: 390px;
}
.page-content .ep_title_area05 .ep_title_tit02 {
  color: #958e00;
}
.page-content .ep_title_area06 {
  background: url(../images/enterprises/enterprises_bg06.jpg) top left no-repeat #ecf5e8;
  background-size: 630px;
  min-height: 390px;
}
.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: 1024px) and (max-width: 1200px) {
  .page-content .ep_title_area01 {
    background: url(../images/enterprises/enterprises_bg01.jpg) top left no-repeat #f6fbf3;
    background-size: 50%;
    min-height: auto;
  }
  .page-content .ep_title_area02 {
    background: url(../images/enterprises/enterprises_bg02.jpg) top left no-repeat #f6fbf3;
    background-size: 50%;
    min-height: auto;
  }
  .page-content .ep_title_area03 {
    background: url(../images/enterprises/enterprises_bg03.jpg) top left no-repeat #ebfbfe;
    background-size: 50%;
    min-height: auto;
  }
  .page-content .ep_title_area04 {
    background: url(../images/enterprises/enterprises_bg04.jpg) top left no-repeat #fbe8f0;
    background-size: 50%;
    min-height: auto;
  }
  .page-content .ep_title_area05 {
    background: url(../images/enterprises/enterprises_bg05.jpg) top left no-repeat #fffeec;
    background-size: 50%;
    min-height: auto;
  }
  .page-content .ep_title_area06 {
    background: url(../images/enterprises/enterprises_bg06.jpg) top left no-repeat #ecf5e8;
    background-size: 50%;
    min-height: auto;
  }
}
@media screen and (max-width: 1023px) {
  .page-content .ep_title_area {
    background-image: none;
  }
  .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 .enterprises_bg_sp.pc_none {
    display: block !important;
  }
  .page-content .ep_title_tit01 {
    color: #000;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.4375rem;
  }
  .page-content .ep_title_tit01 span {
    font-size: 0.875rem;
    line-height: 1.8125rem;
  }
  .page-content .ep_title_tit02 {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 2.875rem;
  }
  .page-content .ep_title_tit02 br {
    display: none;
  }
  .page-content .ep_whatitlike_tit {
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.625rem;
    margin: 20px 0 10px;
  }
  .page-content .ep_whatitlike_tit span {
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0;
  }
  .page-content .ep_whatitlike_tit br {
    display: none;
  }
  .page-content .ep_title_area {
    text-align: left;
  }
  .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 {
    margin: 0 auto 15px;
    padding: 0;
    max-width: 1064px;
    width: calc(85% + 40px);
  }
}
/*  -------------------

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: 135px;
  position: relative;
}
.page-content .recruit_intro_text {
  position: relative;
  z-index: 1;
}
.page-content .recruit_intro_text p {
  color: #000;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 3rem;
}
.page-content .recruit_intro_ph {
  position: absolute;
  top: -250px;
  right: 0;
  z-index: 0;
  width: 594px;
}
.page-content .recruit_environment_set {
  width: 100%;
}
.page-content .recruit_environment_ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-content .recruit_environment_ol li {
  margin-bottom: 60px;
  padding: 50px 60px;
  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_tit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 13px;
  text-align: center;
  width: 53px;
  height: 53px;
}
.page-content .recruit_environment_ol li:nth-child(odd) {
  padding-right: 36.09%;
}
.page-content .recruit_environment_ol li:nth-child(even) {
  padding-left: 36.09%;
}
.page-content .recruit_environment_ol li.recruit_environment_01 {
  background: url(../images/recruit/recruit_environment01.jpg) right top no-repeat #f3f3f3;
  background-size: 418px;
}
.page-content .recruit_environment_ol li.recruit_environment_01 .recruit_environment_tit {
  color: #ef81d4;
}
.page-content .recruit_environment_ol li.recruit_environment_02 {
  background: url(../images/recruit/recruit_environment02.jpg) left top no-repeat #f3f3f3;
  background-size: 418px;
}
.page-content .recruit_environment_ol li.recruit_environment_02 .recruit_environment_tit {
  color: #dc81ef;
}
.page-content .recruit_environment_ol li.recruit_environment_03 {
  background: url(../images/recruit/recruit_environment03.jpg) right top no-repeat #f3f3f3;
  background-size: 418px;
}
.page-content .recruit_environment_ol li.recruit_environment_03 .recruit_environment_tit {
  color: #ba81ef;
}
.page-content .recruit_environment_ol li.recruit_environment_04 {
  background: url(../images/recruit/recruit_environment04.jpg) left top no-repeat #f3f3f3;
  background-size: 418px;
}
.page-content .recruit_environment_ol li.recruit_environment_04 .recruit_environment_tit {
  color: #9b81ef;
}
.page-content .recruit_environment_ol li.recruit_environment_05 {
  background: url(../images/recruit/recruit_environment05.jpg) right top no-repeat #f3f3f3;
  background-size: 418px;
}
.page-content .recruit_environment_ol li.recruit_environment_05 .recruit_environment_tit {
  color: #8481ef;
}
.page-content .interview_container {
  width: 100%;
}
.page-content .interview_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.36%;
  list-style: none;
  margin: 0 0 -60px;
  padding: 0;
  width: 100%;
}
.page-content .interview_ul li {
  background-color: #fcecf8;
  margin-bottom: 60px;
  position: relative;
  width: 29.7%;
}
.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 20px;
  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: 2rem;
  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;
  max-width: 850px;
  margin: 0 auto;
  padding: 0 78px 80px;
  width: 85%;
}
.page-content .entryform_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-content .entryform_dl dt {
  border-bottom: 1px solid #DDD;
  font-weight: normal;
  margin: 0;
  padding: 10px 0;
  width: 280px;
}
.page-content .entryform_dl dd {
  border-bottom: 1px solid #DDD;
  margin: 0;
  padding: 10px 0;
  width: calc(100% - 285px);
}
.page-content .entryform_dl dd.entryform_shikaku_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-content .entryform_dl dd.entryform_shikaku_contents .mwform-checkbox-field {
  width: 50%;
}
.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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 50px;
}
.page-content .intvw_dtil_tit_ph {
  margin-top: -160px;
  margin-right: 5vw;
  width: 35vw;
}
.page-content .intvw_dtil_tit_ph img {
  width: 100%;
  height: auto;
}
.page-content .intvw_dtil_tit_mame {
  padding: 30px 0;
  position: relative;
  width: 60vw;
}
.page-content .intvw_dtil_tit_cat01 {
  position: absolute;
  top: -70px;
  left: -25px;
  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 {
  position: absolute;
  top: -30px;
  right: 4.58vw;
  width: 416px;
}

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

.archive_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.archive_main_container {
  width: 69.55%;
}

.archive_aside {
  width: 24.44%;
}

.archive_main_ul {
  border-top: 1px solid #DDD;
  list-style: none;
  margin: 0;
  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: 40px 0;
}
.archive_main_ul .archive_list_ph {
  width: 260px;
}
.archive_main_ul .archive_list_ph img {
  width: 100%;
  height: auto;
}
.archive_main_ul .archive_list_text {
  width: calc(100% - 290px);
}
.archive_main_ul .archive_list_text p {
  color: #999;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.archive_main_ul .archive_list_tit {
  font-size: 1.25rem;
  margin: 15px 0 20px;
}

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 8px;
  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;
}

.time_text {
  color: #999;
  font-size: 0.875rem;
  line-height: 0.875rem;
}

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

.sidebar_section {
  margin-bottom: 80px;
}

.widgettitle {
  color: #48872d;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.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: 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: 20px;
}
.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 */
.container_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single_cat {
  list-style: none;
  margin: 0 0 40px;
  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: 30px;
}

.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: 2em;
  margin-bottom: 3em;
}
.single-entry-content h1 {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.125rem;
  margin-bottom: 20px;
}
.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: 20px;
}

.pagenation_title {
  padding-top: 60px;
  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 30px;
  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;
}

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

contact

-------------------*/
.page-content {
  /* ラジオボタン01 */
}
.page-content .contactform_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-content .contactform_dl dt {
  border-bottom: 1px solid #DDD;
  font-weight: normal;
  margin: 0;
  padding: 10px 0;
  width: 200px;
}
.page-content .contactform_dl dd {
  border-bottom: 1px solid #DDD;
  margin: 0;
  padding: 10px 0;
  width: calc(100% - 205px);
}
.page-content .contactform_dl dd.entryform_shikaku_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-content .contactform_dl dd.entryform_shikaku_contents .mwform-checkbox-field {
  width: 50%;
}
.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 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 input[type=radio] {
  display: none;
}
.page-content .radio01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.page-content .radio01::before {
  background: #fff;
  border: 1px solid #231815;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.page-content .radio01::after {
  background: #ed7a9c;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}
.page-content input[type=radio]:checked + .radio01::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: 202px;
  padding: 18px 14px;
}
.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 .error_text .error {
  display: none;
}
.page-content .error_text p {
  color: #c41d25;
  font-size: 1rem;
  text-align: center;
}
.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.875rem;
  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_pc.css.map */