@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.md-sp {
  display: none;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .md-sp {
    display: block;
  }
  #nav-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 60px;
    background-color: #fff;
    cursor: pointer;
    z-index: 9999999;
  }
  #nav-toggle div {
    width: 30px;
    height: 21px;
    margin: 19px auto 19px auto;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #707070;
    border-radius: 2px;
    left: 0;
    transition: 0.2s ease-in-out;
    cursor: pointer;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 9px;
  }
  #nav-toggle span:nth-child(3) {
    top: 18px;
  }
  #nav-toggle.active span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #nav-toggle.active span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #nav-toggle.active span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .page-header #md-fixMenu {
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    background: #F9F6F4;
    display: none;
  }
  .page-header #md-fixMenu .container {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  .page-header #md-fixMenu .container nav {
    margin: 0 auto;
    padding: 15px 10px 0 10px;
  }
  .page-header #md-fixMenu .container nav ul {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    list-style: none;
  }
  .page-header #md-fixMenu .container nav ul.subNavi {
    border-top: 1px solid #dddddd;
    background-color: #f4f4f4;
    display: none;
  }
  .page-header #md-fixMenu .container nav ul.subNavi li {
    font-size: 1.2rem;
  }
  .page-header #md-fixMenu .container nav ul.subNavi li:last-child {
    border-bottom: none;
  }
  .page-header #md-fixMenu .container nav ul.subNavi li a {
    padding-left: 30px;
  }
  .page-header #md-fixMenu .container nav ul.subNavi li .subNavi02 {
    margin: 0;
    padding: 0;
    border-top: 1px solid #dddddd;
    background-color: #ebebeb;
    display: none;
  }
  .page-header #md-fixMenu .container nav ul.subNavi li .subNavi02 li a {
    padding-left: 60px;
  }
  .page-header #md-fixMenu .container nav ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dddddd;
  }
  .page-header #md-fixMenu .container nav ul li a {
    position: relative;
    height: 48px;
    margin: 0;
    padding: 0 17px 0 15px;
    color: #181818;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .page-header #md-fixMenu .container nav ul li a::after {
    width: 17px;
    margin-left: auto;
    padding: 0;
    font-family: "FontAwesome";
    font-size: 2.2rem;
    line-height: 1.2;
    color: #b0b1a3;
    text-align: center;
    transition: 0.35s ease-in-out;
  }
  .page-header #md-fixMenu .container nav ul li a.external {
    content: "\f08e";
  }
  .page-header #md-fixMenu .container nav ul li a.arrow::after {
    content: '\f105';
  }
  .page-header #md-fixMenu .container nav ul li a.plus::after {
    width: 17px;
    height: 16px;
    content: '';
    background: url(../../images/icon/icon_plus.svg) no-repeat center center;
  }
  .page-header #md-fixMenu .container nav ul li a.plus.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../../images/icon/icon_minus.svg) no-repeat center center;
  }
  .page-header #md-fixMenu .container nav ul li span {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-header #md-fixMenu .container nav ul li span a {
    width: calc( 100% - 50px);
  }
  .page-header #md-fixMenu .container nav ul li span a::after {
    display: none;
  }
  .page-header #md-fixMenu .container nav ul li span i.icon {
    width: 17px;
    height: 16px;
    margin: 0 17px 0 17px;
    background: url(../../images/icon/icon_plus.svg) no-repeat center center;
    cursor: pointer;
  }
  .page-header #md-fixMenu .container nav ul li span i.icon.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../../images/icon/icon_minus.svg) no-repeat center center;
  }
  .page-header #md-fixMenu .container .naviUnder {
    margin: 0 10px 0 10px;
    padding: 0;
  }
  .page-header #md-fixMenu .container .naviUnder .underContact {
    margin: 0 auto;
    padding: 15px 0 15px 0;
    background-color: #fff;
  }
  .page-header #md-fixMenu .container .naviUnder .underContact a {
    width: calc( 100% - 20px);
    height: 63px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header #md-fixMenu .container .naviUnder .underSocial {
    width: 102px;
    height: 54px;
    padding: 0;
    margin: 30px auto 170px auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    list-style: none;
  }
  .page-header #md-fixMenu .container .naviUnder .underSocial li {
    line-height: 1;
  }
  .page-header #md-fixMenu .container .naviUnder .underSocial li + li {
    margin-left: 25px;
  }
  .page-header #md-fixMenu .container .naviUnder .underSocial a {
    display: inline-block;
    vertical-align: middle;
  }
  .light-modal {
    padding-top: 40%;
  }
  .light-modal:target .light-modal-content {
    width: 90vw !important;
  }
  .light-modal .light-modal-header .recruit-interview-name {
    padding-top: 15px;
  }
  .light-modal .light-modal-body {
    padding: 20% 15px 20px 15px;
  }
  .light-modal .light-modal-body .service-text-header span {
    font-size: 2rem;
  }
}

html {
  font: 62.5%/1.8 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
  color: #444535;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f9f6f4;
  font-size: 1.4rem;
  min-width: 1050px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  body {
    min-width: 100%;
    margin-top: 60px;
  }
}

h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li table, th, td, p {
  margin: 0;
  font-weight: normal;
  font-size: 100%;
}

img {
  vertical-align: bottom;
}

.wrapper {
  margin: 0 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper {
    margin: 0;
  }
}

.mm-wrapper {
  width: 100%;
  max-width: 1730px;
  margin: 0 auto;
  outline: none;
  box-sizing: border-box;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .mm-wrapper {
    max-width: 100%;
  }
}

.mm-inner {
  width: 100%;
  min-width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .mm-inner {
    min-width: 100%;
  }
}

.hover-op {
  opacity: 1;
  transition: opacity 0.3s;
}

.hover-op:hover, .hover-op:active {
  cursor: pointer;
}

.hover-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.hover-img::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.hover-img:hover::after, .hover-img:active::after {
  opacity: 1;
}

.hover-scaleup-x, .hover-scaleup-y {
  position: relative;
}

.hover-scaleup-x img, .hover-scaleup-y img {
  position: absolute;
  transition: -webkit-transform 0.6s cubic-bezier(0.3, 0.74, 0.5, 0.93);
  transition: transform 0.6s cubic-bezier(0.3, 0.74, 0.5, 0.93);
  transition: transform 0.6s cubic-bezier(0.3, 0.74, 0.5, 0.93), -webkit-transform 0.6s cubic-bezier(0.3, 0.74, 0.5, 0.93);
}

.hover-scaleup-x img {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.hover-scaleup-y img {
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

a:hover .hover-scaleup-x img, a:active .hover-scaleup-x img {
  -webkit-transform: translateY(-50%) scale(1.05);
  transform: translateY(-50%) scale(1.05);
}

a:hover .hover-scaleup-y img, a:active .hover-scaleup-y img {
  -webkit-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
}

.no-marker {
  padding: 0;
  list-style-type: none;
}

.btn-flip {
  position: relative;
  display: inline-block;
  width: 164px;
  padding: 15px 0;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.btn-flip::before, .btn-flip::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.btn-flip::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border: 1px solid #444535;
  opacity: 1;
}

.btn-flip:hover::before, .btn-flip::after {
  -webkit-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
  opacity: 0;
}

.btn-flip:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.section-header {
  margin-bottom: 15px;
  line-height: 1;
  text-align: center;
  font-size: 4rem;
}

.section-header-ja {
  margin-bottom: 35px;
  text-align: center;
  color: #9c9d8c;
}

.section-desc {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .section-desc {
    margin-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.img-fullwidth {
  width: 100%;
}

.fa {
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-l2r-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  z-index: 3;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.btn-l2r {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 10px 0;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.4rem;
  color: #fff;
}

.btn-l2r-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  z-index: 3;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .btn-l2r {
    padding: 18px 0 18px 0;
    font-size: 1.8rem;
  }
}

.btn-l2r::before, .btn-l2r::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

.btn-l2r::before {
  z-index: -2;
  width: 100%;
  background-color: #88b04b;
}

.btn-l2r::after {
  z-index: -1;
  width: 0;
  background-color: #93b959;
  transition: width 0.3s;
}

a.btn-l2r:hover::after, button.btn-l2r:hover::after, a:hover .btn-l2r::after {
  width: 100%;
}

.btn-l2r .btn-icon-l, .btn-l2r .btn-icon-r {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.btn-l2r .btn-icon-l {
  left: 15px;
}

.btn-l2r .btn-icon-r {
  right: 15px;
}

.btn-l2r-back {
  width: 120px;
}

.btn-l2r-back::before {
  background-color: #9b9b9b;
}

.btn-l2r-back::after {
  background-color: #a6a6a6;
}

.btn-l2r-inline {
  z-index: 2;
}

.btn-l2r-disabled::before {
  background-color: #9b9b9b;
}

button.btn-l2r-disabled:hover::after {
  width: 0;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.font-dg {
  font-family: 'Didact Gothic', sans-serif;
  letter-spacing: 4px;
  font-size: 1.8rem;
}

.font-stf {
  font-family: 'Satisfy', cursive;
}

.photo-box {
  position: relative;
  overflow: hidden;
}

.photo-box-image {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .photo-box-image {
    position: static;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

.photo-box-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 45%;
  padding: 0 2.5%;
  max-height: 100%;
  overflow: auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .photo-box-text {
    position: static;
    margin-top: -20px;
    margin-bottom: -2em;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

.icon-tw::after {
  content: url(../img/twitter_on.png);
}

.icon-fb::after {
  content: url(../img/facebook_on.png);
}

.icon-wantedly::after {
  content: url(../img/wantedly_on.png);
}

.icon-ig::after {
  content: url(../img/instagram_on.png);
}

.icon-logo::after {
  content: url(../img/footer_logo_on.png);
}

.external::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: transparent url(../img/icon_external_off.png) 0 0 no-repeat;
  vertical-align: middle;
}

.external:hover::after {
  background-image: url(../img/icon_external_on.png);
}

.icon-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .icon-list {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.icon-list li {
  width: calc(50% - 10px);
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .icon-list li {
    width: calc(100%);
  }
}

.icon-list li:first-of-type {
  width: 100%;
}

.icon-list li + li {
  margin-top: 60px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .icon-list li + li {
    margin-top: 35px;
  }
}

.icon-list dl {
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
  text-align: center;
}

.icon-list dt {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #88b04b;
  color: #88b04b;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .icon-list dd {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.icon-list img {
  margin-bottom: 5px;
}

.c-pink {
  color: #d7206d;
}

.c-orange {
  color: #e46a45;
}

.c-yellow {
  color: #f2ca25;
}

.c-yellowish {
  color: #9dca58;
}

.c-green {
  color: #4bb09c;
}

.c-yellowgreen {
  color: #88b04b;
}

.btn-img-wrapper {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 400px;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .btn-img-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
}

.btn-img-wrapper .btn-l2r {
  max-width: 100%;
  padding: 33px 0 33px 90px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 2.4rem;
}

.btn-l2r-bg {
  position: absolute;
  left: -30px;
  top: 0;
  display: inline-block;
  width: 150px;
  height: 90px;
  background: transparent url(../img/bg_l2r.png) 0 0 no-repeat;
  opacity: 0.8;
  transition: left 0.3s;
}

.btn-l2r-bg02 {
  background: transparent url(../img/bg_l2r02.png) 0 0 no-repeat !important;
}

.btn-img-wrapper:hover .btn-l2r-bg, .btn-img-wrapper:active .btn-l2r-bg {
  left: 0;
}

.btn-img-wrapper .btn-l2r::after {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
}

.p-gt, .p-kome, .p-dash {
  text-decoration: none;
}

.p-gt span, .p-kome span, .p-dash span {
  text-decoration: underline;
}

.p-gt::before {
  content: '\03e';
  margin-right: 0.7rem;
}

.p-kome::before {
  content: '\203b';
}

.p-dash::before {
  content: '\2d';
  margin-right: 0.7rem;
}

.ta-c {
  text-align: center;
}

.column-1 {
  width: 850px;
  margin: 50px auto 0;
  padding: 50px 50px 80px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .column-1 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.column-1 ~ footer.page-footer .page-top-wrapper {
  right: 50%;
  -webkit-transform: translate(475px, -50%);
  transform: translate(475px, -50%);
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .column-1 ~ footer.page-footer .page-top-wrapper {
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.list-bigcircle > li::before {
  content: '\25cf';
}

.cd-timeline-main {
  position: relative;
}

.cd-timeline-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: calc(100% + 80px);
  width: 4px;
  margin-left: -2px;
  background: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .cd-timeline-main::before {
    left: 30px;
  }
}

.cd-timeline-block {
  position: relative;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .cd-timeline-main > div {
    justify-content: flex-end;
  }
}

.cd-timeline-main > div:nth-of-type(even) {
  justify-content: flex-end;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .cd-timeline-main > div:nth-of-type(even) {
    justify-content: flex-end;
  }
}

.cd-timeline-main > div:last-of-type {
  margin-bottom: 0;
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -34px;
  width: 68px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .cd-timeline-img {
    left: 0;
    margin-left: 0;
  }
}

.cd-timeline-content {
  position: relative;
  width: calc(50% - 60px);
  padding: 25px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 #d7e4ed;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .cd-timeline-content {
    width: calc(75%);
  }
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  right: -5px;
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .cd-timeline-content::before {
    left: -5px;
  }
}

.cd-timeline-content dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cd-timeline-content dl dt {
  width: 100px;
  line-height: 1;
  font-size: 2rem;
}

.cd-timeline-content dl dd {
  width: calc(100% - 100px);
}

.cd-timeline-content dl dt:nth-of-type(n+2), .cd-timeline-content dl dd:nth-of-type(n+2) {
  margin-top: 20px;
}

.cd-timeline-main > div:nth-of-type(even) .cd-timeline-content::before {
  right: auto;
  left: -5px;
}

.cssanimations .cd-timeline-img.is-hidden, .cssanimations .cd-timeline-content.is-hidden {
  visibility: hidden;
}

.cssanimations .cd-timeline-img.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s;
}

.cssanimations .cd-timeline-content.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  animation: cd-bounce-2 0.6s;
}

.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
  -webkit-animation: cd-bounce-2-inverse 0.6s;
  animation: cd-bounce-2-inverse 0.6s;
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.content-contact {
  width: 100%;
  padding: 80px 0 70px;
  background: #fff url(../img/bg_contact.jpg) center center/cover no-repeat;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-contact {
    padding: 0;
  }
}

.content-contact h2 {
  margin-bottom: 50px;
  line-height: 1;
  font-size: 2.6rem;
  color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-contact h2 {
    width: 65%;
    margin: 0 auto 0 auto;
    padding: 80px 0 50px 0;
    text-align: center;
  }
}

.content-contact-link {
  position: relative;
  display: inline-block;
  width: 290px;
  padding: 26px 55px;
  background-color: #7fa841;
  vertical-align: bottom;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  font-size: 1.8rem;
  color: #fff;
  overflow: hidden;
  transition: background-color 0.2s;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-contact-link {
    width: 100%;
    box-sizing: border-box;
  }
}

.content-contact-link::before {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 110px;
  height: 100%;
  background: transparent url(../img/bg_btn_part.png) right center/contain no-repeat;
  z-index: 1;
  transition: right 0.2s;
}

.content-contact-link::after {
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font: 2.4rem/1 "FontAwesome";
  z-index: 2;
}

.content-contact-link:hover {
  background-color: #88b04b;
}

.content-contact-link:hover::before {
  right: 0;
}

.content-contact-link .fa {
  margin-right: 25px;
}

@media screen and (max-width: 320px) {
  .content-contact-link .fa {
    margin-right: 10px;
  }
}

.sidebar-main {
  width: calc(100% - 360px);
  padding: 80px 50px 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .sidebar-main {
    width: calc(100%);
    padding: 0;
  }
}

.sidebar-list {
  padding: 30px;
  border-top: 1px solid #f0eae6;
  border-bottom: 1px solid #f0eae6;
  text-align: left;
}

.sidebar-list a {
  text-decoration: none;
  color: #444535;
}

.sidebar-list a:hover, .sidebar-list a:active {
  color: #88b04b;
}

.sidebar-list .sl-current {
  color: #88b04b;
}

.sidebar-list > li:nth-of-type(n+2) {
  margin-top: 20px;
}

.sidebar-list-sub {
  margin-left: 20px;
}

.sidebar-list-sub li {
  margin-top: 15px;
  font-size: 1.2rem;
}

.sidebar-list-sub a::before {
  content: '\f105';
  margin-right: 7px;
  line-height: 1;
  font-family: "FontAwesome";
}

.sidebar-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px;
}

.sidebar-icon li {
  margin-right: 25px;
  line-height: 1;
}

.sidebar-control {
  position: relative;
  width: 260px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .sidebar-control {
    display: none;
  }
}

.sidebar-control::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 115px;
  background-color: #fff;
}

.sidebar-control h2 {
  position: relative;
  display: inline-block;
  margin: 30px 0;
  line-height: 1;
  font-size: 4rem;
}

.sidebar-control h2::after {
  content: '';
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #f0eae6;
}

.sidebar-inner {
  width: 260px;
}

.sidebar-fix {
  position: fixed;
  top: 0;
  left: 0;
}

.partner-link {
  text-align: left;
  padding: 35px 0 0 30px;
  line-height: 1.4rem;
}

.partner-link a {
  text-decoration: none;
  color: #444535;
  text-align: left;
}

.partner-link a:hover {
  color: #88b04b;
}

.spartner-link a:active {
  color: #88b04b;
}

.page-header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 13px 0 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 60px;
    padding: 0;
  }
}

.page-header-logo {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-header-logo {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-header-logo img {
    width: 94px;
    height: 40px;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-header-nav {
    display: none;
  }
}

.page-header-nav ul {
  display: flex;
  justify-content: center;
}

.page-header-nav a {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 20px 10px;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 5px;
  font-size: 1.6rem;
  color: inherit;
}

.page-header-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #dde2c7;
  opacity: 0;
  transition: opacity 0.3s, bottom 0.3s;
}

.page-header-nav .page-header-current::after {
  background-color: #88b04b;
  bottom: 0px;
  opacity: 1;
}

.page-header-nav a:hover::after, .page-header-nav a:active::after {
  bottom: 0px;
  opacity: 1;
}

.page-header-recruit {
  position: absolute;
  background-color: transparent;
  box-shadow: none;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-header-recruit {
    position: fixed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}

.page-header-recruit a::after, .page-header-recruit .page-header-current::after {
  background-color: #444535;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-header-recruit a::after, .page-header-recruit .page-header-current::after {
    background-color: transparent;
  }
}

.content-header {
  padding: 150px 0 190px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-header {
    padding: 0;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.content-header h1 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 6rem;
  line-height: 1;
  color: #fff;
}

.content-header p {
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
  color: #fff;
}

.jumbotron {
  position: relative;
  width: 100%;
  background: transparent url(../img/bg_jumbotron.png) top left repeat-x;
  overflow: hidden;
}

.jumbotron div {
  position: relative;
  width: 100%;
}

.jumbotron::before {
  content: url(../img/bg_jumbotron_4.png);
  position: absolute;
  right: 50%;
  top: 200px;
  -webkit-transform: translateX(-290px);
  transform: translateX(-290px);
  width: 342px;
  height: 106px;
  z-index: 2;
}

.jumbotron::after {
  content: url(../img/bg_jumbotron_5.png);
  position: absolute;
  left: 50%;
  top: 200px;
  -webkit-transform: translateX(265px);
  transform: translateX(265px);
  width: 365px;
  height: 101px;
  z-index: 2;
}

.jumbotron div {
  position: relative;
  z-index: 3;
  height: 385px;
  padding-top: 130px;
  border-bottom: 5px solid #fff;
  background-color: transparent;
  background-image: url(../img/bg_jumbotron_3.png), url(../img/bg_jumbotron_2.png), url(../img/bg_jumbotron_1.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, calc(50% + 390px) calc(100% - 30px), bottom center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .jumbotron div {
    height: 310px;
    padding-top: 80px;
    background-size: 280% auto, auto auto, 260% auto;
    background-position: bottom center, calc(100%) calc(100% - 50px), bottom center;
    box-sizing: border-box;
  }
}

@media (max-width: 960px) and (min-width: 480px) {
  .jumbotron div {
    position: relative;
    z-index: 3;
    height: 310px;
    padding-top: 80px;
    border-bottom: 5px solid #fff;
    background-color: transparent;
    background-image: url(../img/bg_jumbotron_3.png), url(../img/bg_jumbotron_2.png), url(../img/bg_jumbotron_1.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom center, calc(50% + 390px) calc(100% - 30px), bottom center;
    background-size: 160% auto, auto auto, 260% auto;
  }
}

.jumbotron div::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
}

.jumbotron h1 {
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.jumbotron a {
  position: absolute;
  left: 50%;
  top: 300px;
  letter-spacing: 3px;
  -webkit-transform: translateX(220px);
  transform: translateX(220px);
}

.jumbotron a.btn-flip::after {
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .jumbotron a.btn-flip {
    display: none;
  }
}

.top-wwd {
  padding-top: 80px;
  background: #f9f6f4;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-wwd {
    padding-top: 30px;
  }
}

.wwd-photo {
  background-color: #fff;
  min-height: 640px;
  max-height: 540px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wwd-photo {
    min-height: 100%;
    max-height: 100%;
  }
}

.wwd-photo-image {
  left: 0;
  background: transparent url(../img/service_4.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wwd-photo-image {
    position: static;
    margin: 0 auto;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.wwd-photo-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 76%;
  max-width: 530px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wwd-photo-image img {
    position: static;
    max-width: 320px;
    height: auto;
    margin: auto auto auto auto;
    -webkit-transform: none;
    transform: none;
  }
}

.wwd-photo-text {
  left: 75%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wwd-photo-text {
    position: static;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
    box-sizing: border-box;
  }
}

.wwd-photo-text h3 {
  margin-bottom: 50px;
  font-size: 2.2rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wwd-photo-text h3 {
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.6;
    color: #444535;
  }
}

.wwd-photo-text p {
  margin-top: 25px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wwd-photo-text p {
    margin: 0 auto;
    padding: 0;
    margin-bottom: 30px;
  }
}

.top-service {
  padding: 80px 0 100px;
  background-color: #f9f6f4;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-service {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.top-service-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-service-list {
    flex-direction: column;
    justify-content: space-around;
  }
}

.top-service-list li {
  position: relative;
  display: block;
  width: 23%;
  padding-bottom: 50px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-service-list li {
    width: calc(100% - 2em);
    padding-bottom: 0px;
    margin: 0 auto 60px auto;
  }
}

.top-service-list a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-service-list a {
    display: block;
    padding-bottom: 30px;
  }
  .top-service-list a .btn-l2r-wrapper {
    bottom: -30px;
  }
}

.top-service-image figure {
  margin-bottom: 30px;
  padding-top: 63%;
  overflow: hidden;
}

.top-service-image figure figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: block;
  line-height: 1.25;
  letter-spacing: 5px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}

.top-service-title {
  margin-bottom: 30px;
  line-height: 1;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-service-title {
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.top-service-desc {
  margin: 0 15px;
  text-align: center;
}

.top-service-desc p {
  margin-bottom: 30px;
  text-align: left;
}

.top-company {
  padding: 80px 0 80px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-company {
    padding: 30px 0 30px 0;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-company .section-desc {
    text-align: left;
  }
}

.top-company-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-company-list {
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

.top-company-list li {
  width: 23.5%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-company-list li {
    width: 50%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 8px solid #fff;
  }
}

.top-company-list a {
  color: #fff;
}

.top-company-list figure {
  padding-top: 100%;
  overflow: hidden;
}

.top-company-list .top-company-logo {
  top: 50%;
  width: 85%;
  max-width: 238px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a:hover .hover-scaleup-y .top-company-logo {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.top-company-list figure figcaption {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-company-list figure figcaption {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.top-recruit {
  padding-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-recruit {
    padding-bottom: 0px;
  }
}

.top-recruit-header {
  margin-bottom: 50px;
  padding-top: 60px;
  background: transparent url(../img/bg_service.png) center top repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-recruit-header {
    margin-bottom: 30px;
    padding-top: 30px;
    height: 200px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
}

.top-recruit-header h2 {
  color: #fff;
}

.top-recruit-header p {
  color: #fff;
  margin: 15px 0 0;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-recruit-header p img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200%;
    height: auto;
  }
}

.top-recruit .section-desc {
  margin-bottom: 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-recruit .section-desc {
    padding-bottom: 70px;
  }
}

.top-recruit .btn-l2r-wrapper {
  vertical-align: bottom;
}

.top-news {
  position: relative;
  padding: 130px 0 50px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-news {
    padding: 70px 0 80px 0;
    margin-bottom: 100px;
  }
}

.content-service {
  margin-bottom: 80px;
  background: transparent url(../img/bg_service.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-service {
    margin-bottom: 20px;
  }
}

.service-pt, .service-tp {
  margin-bottom: 60px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-pt, .service-tp {
    width: calc(100% - 30px);
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    overflow: visible;
  }
}

.service-last {
  margin-bottom: 0;
}

.service-pt a, .service-tp a {
  position: relative;
  display: block;
  height: 310px;
  color: inherit;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-pt a, .service-tp a {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    text-decoration: none;
  }
}

.service-pt .photo-box-image {
  overflow: hidden;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-pt .photo-box-image {
    position: relative;
    margin: 0 0 2.5em 0;
    padding: 0;
    height: 13em;
  }
}

.service-tp .photo-box-image {
  overflow: hidden;
  left: 50%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-tp .photo-box-image {
    position: relative;
    left: 0;
    margin: 0 0 2.5em 0;
    padding: 0;
    height: 13em;
  }
}

.service-pt .photo-box-logo, .service-tp .photo-box-logo {
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.service-pt a:hover .photo-box-logo, .service-pt a:active .photo-box-logo {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
  transform: translate(-50%, -50%) scaleX(1);
}

.service-tp a:hover .photo-box-logo, .service-tp a:active .photo-box-logo {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
  transform: translate(-50%, -50%) scaleX(1);
}

.service-pt .photo-box-text {
  left: 75%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-pt .photo-box-text {
    position: relative;
    left: 0;
    padding: 0 15px 50px 15px;
    box-sizing: border-box;
  }
}

.service-tp .photo-box-text {
  left: 25%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-tp .photo-box-text {
    position: relative;
    left: 0;
    padding: 0 15px 50px 15px;
    box-sizing: border-box;
  }
}

.service-pt .photo-box-text h2, .service-tp .photo-box-text h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.service-pt .btn-l2r-wrapper {
  left: auto;
  bottom: 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-pt .btn-l2r-wrapper {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .service-pt .btn-l2r-wrapper .btn-l2r {
    width: 100%;
    max-width: 100%;
    padding: 8px 0 8px 0;
    display: block;
  }
}

.service-tp .btn-l2r-wrapper {
  left: auto;
  right: 50%;
  bottom: 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-tp .btn-l2r-wrapper {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .service-tp .btn-l2r-wrapper .btn-l2r {
    width: 100%;
    max-width: 100%;
    padding: 8px 0 8px 0;
    display: block;
  }
}

.service-last + footer.page-footer {
  padding-top: 35px;
}

.content-creative {
  background: transparent url(../img/service_2.jpg) center center/cover no-repeat;
}

.content-human {
  background: transparent url(../img/service_3.jpg) center center/cover no-repeat;
}

.content-media {
  background: transparent url(../img/service_4.jpg) center center/cover no-repeat;
}

.content-marketing {
  background: transparent url(../img/service_1.jpg) center center/cover no-repeat;
}

.marketing-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .marketing-wrapper {
    flex-direction: column;
  }
}

.market-text {
  position: relative;
  width: 47.5%;
  margin-bottom: 5%;
  padding: 30px 30px 70px;
  box-sizing: border-box;
  float: left;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text {
    width: 100%;
    margin: 0 15px 0 15px;
    padding: 0;
    float: none;
  }
  .market-text p {
    margin: 0;
    padding: 0;
    height: auto !important;
  }
  .market-text a {
    display: block;
  }
}

.market-text-wrapper {
  min-width: auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text-wrapper {
    min-width: 100%;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}

.market-text-wrapper > div:nth-of-type(odd) {
  margin-right: 5%;
  clear: left;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text-wrapper > div:nth-of-type(odd) {
    margin-right: auto;
  }
}

.market-text-wrapper > div:nth-of-type(6) {
  margin-bottom: 7.5%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text-wrapper > div:nth-of-type(6) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text {
    width: calc( 100% - 30px);
    box-sizing: border-box;
    padding: 30px 0 0 0;
    margin-bottom: 20px;
  }
}

.market-text h2 {
  margin-bottom: 25px;
  line-height: 1;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text h2 {
    padding: 0 30px 0 30px;
    display: flex;
    line-height: 1.4;
    align-items: center;
  }
}

.market-text h2 img {
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text p {
    padding: 0 30px 30px 30px;
  }
}

.market-text .btn-l2r-wrapper {
  left: auto;
  bottom: 0;
}

.market-text .btn-l2r-wrapper.btncustom {
  max-width: 318px !important;
  left: auto;
  bottom: 0;
}

.market-text .btn-l2r-wrapper.btncustom .btn-l2r {
  max-width: 318px !important;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text .btn-l2r-wrapper {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text .btn-l2r-wrapper .btn-l2r {
    width: 100%;
    max-width: 100%;
    padding: 10px 0 10px 0;
  }
}

.side-recruit-btn {
  margin: 0 30px;
  text-align: left;
}

.side-recruit-btn .btn-flip {
  letter-spacing: 3px;
  z-index: 2;
}

.side-recruit-btn .btn-flip::after {
  background-color: #88b04b;
}

.side-recruit-btn .btn-flip:hover, .side-recruit-btn .btn-flip:active {
  color: #fff;
}

.content-seo {
  background: transparent url(../img/bg_seo.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-seo {
    margin-bottom: -15px;
  }
}

.service-text-main {
  margin-bottom: 50px;
  padding: 50px 50px 30px;
  margin-right: 0 !important;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text-main {
    margin: 0 auto 35px auto;
    padding: 0 15px 30px 15px;
  }
}

.service-text-header {
  margin-bottom: 50px;
  background-image: linear-gradient(to top, #f0eae6 0px, #f0eae6 3px, #fff 3px, #fff 100%);
  font-size: 2.4rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text-header {
    padding-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}

.service-text-header span {
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 3px solid #88b04b;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text-header span {
    padding-bottom: 10px;
  }
}

.service-text {
  padding: 0 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text {
    margin: 0;
    padding: 0;
  }
}

.service-text + h2 {
  margin-top: 95px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text + h2 {
    margin-top: 0px;
  }
}

.service-text h3 {
  margin-bottom: 50px;
  padding-left: 10px;
  line-height: 1;
  border-left: 4px solid #88b04b;
  font-size: 2rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text h3 {
    margin-bottom: 35px;
  }
}

.service-text p {
  margin-bottom: 15px;
}

.service-text p + h3 {
  margin-top: 75px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text p + h3 {
    margin-top: 50px;
  }
}

.service-image {
  margin-bottom: 50px;
  background-color: #eef8ff;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-image {
    margin-bottom: 30px;
  }
}

.service-image img {
  width: 100%;
  max-width: 850px;
  height: auto;
}

.content-meo {
  background: transparent url(../img/bg_meo.jpg) center center/cover no-repeat;
}

.meo-image-1 {
  padding: 30px 0;
  background: #fff url(../img/bg_meo_content.jpg) center center/cover no-repeat;
  margin-bottom: 45px;
  text-align: center;
}

.meo-image-2, .ses-image-1 {
  margin-bottom: 45px;
  text-align: center;
}

.meo-image-1 img, .meo-image-2 img, .ses-image-1 img {
  max-width: 100%;
}

.meo-image-2 + .ta-c {
  margin-bottom: -30px;
  margin-left: -15px;
  margin-right: -15px;
}

.mt-sh {
  margin-bottom: 0;
}

.content-ses {
  background: transparent url(../img/bg_ses.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-ses {
    margin-bottom: -15px;
  }
}

.icon-list + h2 {
  margin-top: 50px;
}

.merit-list dt {
  font-size: 1.8rem;
  font-weight: bold;
}

.merit-list dd {
  text-align: left;
}

.kodawari-list {
  margin: 0 50px 80px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .kodawari-list {
    margin: 0 auto;
    padding: 0;
  }
}

.kodawari-list li {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .kodawari-list li:last-child {
    margin-bottom: 10px;
  }
}

.kodawari-list dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.kodawari-list dt img {
  width: 35px;
}

.kodawari-list dt span {
  width: calc(100% - 45px);
  font-size: 2rem;
  font-weight: bold;
  color: #88b04b;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .kodawari-list dt span {
    width: calc(100%);
    margin-left: 10px;
    line-height: 1.4;
  }
}

.kodawari-list dd {
  padding-left: 45px;
}

.result-list {
  margin: 0 50px 80px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .result-list {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}

.result-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
}

.result-list li:nth-of-type(1) {
  border: 3px solid #d7206d;
}

.result-list li:nth-of-type(2) {
  border: 3px solid #e46a45;
}

.result-list li:nth-of-type(3) {
  border: 3px solid #f2ca25;
}

.result-list li:nth-of-type(4) {
  border: 3px solid #9dca58;
}

.result-list li:nth-of-type(5) {
  border: 3px solid #4bb09c;
}

.result-list li span {
  width: 41px;
  text-align: center;
}

.result-list li dl {
  width: calc(100% - 55px);
}

.result-list li dt {
  font-weight: bold;
}

.resource-contact {
  padding: 50px 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .resource-contact {
    padding: 70px 0 0 0;
  }
}

.resource-contact h2 {
  margin: 0 25px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .resource-contact h2 {
    width: 70%;
    margin: 0 auto 30px auto;
    padding: 0;
  }
}

.resource-contact a + h2 {
  margin-top: 80px;
}

.resource-contact p {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}

.resource-contact a:nth-of-type(1) {
  background-color: #d68135;
}

.resource-contact a:nth-of-type(1):hover, .resource-contact a:nth-of-type(1):active {
  background-color: #db8a42;
}

.resource-contact a:nth-of-type(2) {
  background-color: #3869ce;
}

.resource-contact a:nth-of-type(2):hover, .resource-contact a:nth-of-type(2):active {
  background-color: #4172d6;
}

.content-partnership {
  background: transparent url(../img/bg_partnership.jpg) center center/cover no-repeat;
}

.wrapper-partnership {
  padding-bottom: 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-partnership {
    width: 100%;
    padding: 30px 0 0px 0;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-partnership .service-text-header {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
}

.partnership-intro {
  margin-bottom: 70px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .partnership-intro {
    margin-bottom: 20px;
    padding: 0 15px 0 15px;
  }
}

.partnership-text-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .partnership-text-wrapper {
    flex-direction: column;
    padding: 0 15px 0 15px;
  }
}

.partnership-img {
  width: 250px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .partnership-img {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}

.partnership-text-main {
  width: 550px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .partnership-text-main {
    width: 100%;
  }
}

.partnership-text-main h3 {
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 4px solid #88b04b;
  line-height: 1;
  font-size: 2rem;
}

.partnership-text-main p {
  margin-bottom: 15px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.6rem;
  color: #88b04b;
}

.partnership-text-main li {
  margin-bottom: 5px;
}

.wrapper-partnership .content-contact {
  width: 950px;
  margin: 80px -50px 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-partnership .content-contact {
    width: 100%;
    margin: 0 auto;
  }
}

.recruit-box {
  padding: 80px 0;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-box {
    padding: 30px 0 30px 0;
  }
}

.recruit-box-2 {
  padding: 80px 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-box-2 {
    padding: 30px 15px 100px 15px;
    background: url(../../recruit/img/bg_message.jpg) no-repeat bottom center/220%;
  }
}

.recruit-message-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 950px;
  margin: 50px auto 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-message-wrapper {
    width: calc(100% - 30px);
    margin: 0 auto 0 auto;
    flex-direction: column;
  }
}

.recruit-message-text {
  width: 625px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-message-text {
    width: 100%;
    order: 2;
  }
}

.recruit-message-text p {
  margin-bottom: 15px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-message-text p {
    font-size: 1.6rem;
  }
}

.recruit-message-signature {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.recruit-message-signature img {
  margin-left: 20px;
  vertical-align: text-bottom;
}

.recruit-message-img {
  width: 295px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-message-img {
    width: auto;
    height: auto;
    margin: 0 auto 40px auto;
    order: 0;
  }
}

.recruit-identity {
  padding: 80px 0;
  background: transparent url(../img/bg_identity.jpg) center center/cover no-repeat;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-identity {
    padding: 30px 0 0 0;
  }
}

.recruit-identity > img {
  margin: 15px 0 30px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-identity > img.md-pc {
    display: none;
  }
  .recruit-identity > img.md-sp {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

.recruit-interview-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-interview-list {
    width: calc(100% - 30px);
    flex-direction: column;
  }
}

.recruit-interview-list li {
  position: relative;
  width: 458px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-interview-list li {
    width: 100%;
    min-height: 190px;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .recruit-interview-list li img[src*="interview_"] {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.recruit-interview-list li:nth-of-type(n+3) {
  margin-top: 30px;
}

.recruit-interview-list .btn-l2r-wrapper {
  left: auto;
  bottom: 0;
  width: 210px;
  margin: 0;
}

.recruit-interview-list .btn-l2r {
  letter-spacing: 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-interview-list .btn-l2r {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
}

.recruit-interview-name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  width: 205px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-interview-name {
    width: auto;
  }
}

.recruit-interview-name span:nth-of-type(1) {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 1.6rem;
}

.recruit-interview-name span:nth-of-type(2) {
  display: block;
  line-height: 1.2;
  font-size: 1.2rem;
}

.message-box {
  position: relative;
  width: 950px;
  margin: 50px auto 0;
  padding-bottom: 110px;
  overflow: hidden;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .message-box {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
  }
}

.message-box-text {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 750px;
  padding: 50px 60px 50px 50px;
  border-left: 5px solid #88b04b;
  background-color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .message-box-text {
    width: calc(100% - 30px);
    padding: 40px 15px 30px 15px;
    flex-direction: column;
  }
}

.message-box-text > img {
  width: 178px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .message-box-text > img {
    margin: 0px auto 40px auto;
  }
}

.message-box-text > div {
  width: 100%;
}

.message-box-text > img {
  width: 180px;
}

.message-box-text > img + div {
  width: 540px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .message-box-text > img + div {
    width: 100%;
  }
}

.message-box-text p {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .message-box-text p {
    font-size: 1.6rem;
  }
}

.message-box-text .message-box-text-name {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.message-box-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.message-box .btn-l2r-wrapper {
  max-width: 300px;
  bottom: 88px;
}

.message-box .btn-l2r {
  max-width: 300px;
}

.recruit-box-main {
  padding: 50px 0 80px;
  background: #fff url(../img/bg_recruit_2.jpg) center bottom/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-box-main {
    padding: 50px 0 0 0;
  }
}

.recruit-box-main p {
  margin-bottom: 50px;
  text-align: center;
}

.recruit-box-main ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-box-main ul {
    flex-direction: column;
  }
}

.recruit-box-main ul li:nth-of-type(n+2) {
  margin-left: 30px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-box-main ul li:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 30px;
  }
}

.recruit-box-main ul li:nth-of-type(1) a {
  background-color: #d68135;
}

.recruit-box-main ul li:nth-of-type(1) a:hover, .recruit-box-main ul li:nth-of-type(1) a:active {
  background-color: #db8a42;
}

.recruit-box-main ul li:nth-of-type(2) a {
  padding-top: 23px;
  padding-bottom: 24px;
  background-color: #09acc3;
}

.recruit-box-main ul li:nth-of-type(2) a:hover, .recruit-box-main ul li:nth-of-type(2) a:active {
  background-color: #25b7cb;
}

.recruit-link {
  padding: 50px 0;
  background-color: #fff;
}

.recruit-link-list {
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-link-list {
    width: 100%;
  }
}

.recruit-link-list h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

.recruit-link-item li + li {
  margin-top: 5px;
}

.recruit-link-item a {
  text-decoration: none;
  color: #868773;
}

.recruit-link-item a:hover, .recruit-link-item a:active {
  color: #88b04b;
}

.content-jobtitle {
  background: transparent url(../img/bg_jobtitle.jpg) center center/cover no-repeat;
}

.content-news {
  background: transparent url(../img/bg_news.jpg) center center/cover no-repeat;
}

.news-list {
  width: 950px;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .news-list {
    width: calc(100% - 30px);
  }
}

.wrapper-news .news-list {
  width: 850px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-news .news-list {
    width: 100%;
    margin-bottom: 100px;
  }
}

.news-list li {
  border-bottom: 1px solid #e5e5e5;
}

.news-list a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .news-list a {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 15px 20px 15px;
  }
}

.news-list a:hover, .news-list a:active {
  background-color: #fafafa;
}

.news-icon-press {
  width: 110px;
  margin: 2px 20px 0 0;
  padding: 4px 0;
  border-radius: 2px;
  background-color: #af9a8b;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

.news-date {
  width: 80px;
  margin-right: 20px;
  color: #9c9d8c;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .news-date {
    width: auto;
  }
}

.news-title {
  width: calc(100% - 230px);
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .news-title {
    width: calc( 100%);
  }
}

.wrapper-news .service-text-header {
  margin: 0 auto 30px auto;
  padding: 30px 15px 0 15px;
  font-size: 2.4rem;
  line-height: 1.4;
}

.wrapper-news .service-text-header span {
  display: block;
  padding-bottom: 10px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .news-main {
    margin: 0 auto 80px auto;
    padding: 0 15px 10px 15px;
  }
}

.news-main p {
  margin-bottom: 30px;
  word-break: break-all;
}
.news-main .pc-hidden {
  display: none;
}
@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .news-main .pc-hidden{
    display: block;
  }
}

.news-photo {
  margin: 0 auto 30px auto;
  text-align: center;
}


.content-sitemap {
  background: transparent url(../img/bg_sitemap.jpg) center center/cover no-repeat;
}

.wrapper-sitemap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-sitemap {
    width: calc(100% - 30px);
    padding: 30px 15px 0 15px;
  }
}

.sitemap-main {
  width: 250px;
  margin-right: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .sitemap-main {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}

.wrapper-sitemap div.sitemap-main:nth-of-type(3n) {
  margin-right: 0;
}

.wrapper-sitemap div.sitemap-main:nth-of-type(n+4) {
  margin-top: 45px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-sitemap div.sitemap-main:nth-of-type(n+4) {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

.sitemap-main h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0eae6;
}

.sitemap-main h2 a {
  display: block;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  font-size: 1.8rem;
  color: inherit;
}

.sitemap-main h2 a::before {
  content: '\f105';
  display: inline-block;
  width: 17px;
  margin-right: 8px;
  padding: 3px 0 3px 1px;
  border: 1px solid #444535;
  border-radius: 50%;
  vertical-align: bottom;
  text-align: center;
  font: 1.2rem/1 "FontAwesome";
}

.sitemap-main h2 a:hover, .sitemap-main h2 a:active {
  color: #88b04b;
}

.sitemap-main h2 a:hover::before, .sitemap-main h2 a:active::before {
  border-color: #88b04b;
}

.sitemap-main ul {
  margin-top: 20px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .sitemap-main ul {
    margin-bottom: 40px;
  }
}

.wrapper-contact .service-text-header {
  margin: 0 15px 30px 15px;
}

.content-contactus {
  background: transparent url(../img/bg_contact_main.jpg) center center/cover no-repeat;
}

.contact-status {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-status {
    margin: 0 15px 30px 15px;
  }
  .contact-status img {
    width: 100%;
    height: auto;
  }
}

.contact-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px solid #e5e5e5;
}

.contact-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.contact-table th {
  width: 180px;
  padding: 25px 20px;
  background-color: #fcfbfb;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-table th {
    width: 100%;
    padding: 4px 15px 4px 15px;
    box-sizing: border-box;
    display: block;
  }
}

.contact-table td {
  padding: 15px 20px;
  vertical-align: middle;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-table td {
    width: 100%;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    display: block;
  }
}

.label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.label-type {
  width: 2.6rem;
  padding: 0.4rem;
  border-radius: 3px;
  line-height: 1;
  font-size: 1.2rem;
}

.label-required {
  background-color: #e88383;
  color: #fff;
}

.label-optional {
  background-color: #dbdbdb;
  color: #444535;
}

.contact-text {
  position: relative;
}

.contact-text input[type=radio] {
  display: none;
}

.contact-text input[type=tel], .contact-text input[type=email], .contact-text input[type=text] {
  border: 1px solid #d1c6c6;
  outline: none;
  font-family: inherit;
  font-size: inherit;
}

.contact-text select, .contact-text textarea {
  border: 1px solid #d1c6c6;
  outline: none;
  font-family: inherit;
  font-size: inherit;
}

.contact-text input[type=tel], .contact-text input[type=email], .contact-text input[type=text] {
  width: 300px;
  line-height: 1;
  box-sizing: content-box;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-text input[type=tel], .contact-text input[type=email], .contact-text input[type=text] {
    width: calc(100% - 28px);
  }
}

.contact-text select {
  width: 300px;
  line-height: 1;
  box-sizing: content-box;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-text select {
    width: calc(100% - 10px);
  }
}

.contact-text input[type=tel], .contact-text input[type=email], .contact-text input[type=text] {
  height: 1.4rem;
  padding: 12px 14px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-text input[type=tel], .contact-text input[type=email], .contact-text input[type=text] {
    padding: 16px 14px;
    font-size: 1.6rem;
  }
}

.contact-text select {
  padding: 7px 14px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-text select {
    width: calc(100% - 10px);
  }
}

.contact-text textarea {
  width: 100%;
  padding: 14px;
  max-width: 100%;
  height: 170px;
  box-sizing: border-box;
  resize: vertical;
}

.contact-text input[type=tel]::-webkit-input-placeholder, .contact-text input[type=text]::-webkit-input-placeholder, .contact-text input[type=email]::-webkit-input-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text textarea::-webkit-input-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text input[type=tel]::-moz-placeholder, .contact-text input[type=text]::-moz-placeholder, .contact-text input[type=email]::-moz-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text textarea::-moz-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text input[type=tel]:-ms-input-placeholder, .contact-text input[type=text]:-ms-input-placeholder, .contact-text input[type=email]:-ms-input-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text textarea:-ms-input-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text input[type=tel]::-ms-input-placeholder, .contact-text input[type=text]::-ms-input-placeholder, .contact-text input[type=email]::-ms-input-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text textarea::-ms-input-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text input[type=tel]:focus, .contact-text input[type=text]:focus, .contact-text input[type=email]:focus {
  border-color: #88b04b;
  box-shadow: 0 0 4px #88b04b;
}

.contact-text textarea:focus {
  border-color: #88b04b;
  box-shadow: 0 0 4px #88b04b;
}

.contact-text option {
  padding: 0;
}

.contact-text label {
  margin-right: 30px;
}

.contact-text label span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  padding: 1px;
  border: 1px solid #d1c6c6;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 1;
}

.contact-text label span::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e88383;
  vertical-align: top;
  line-height: 1;
  opacity: 0;
}

.contact-text input[type=radio]:checked + label span::before {
  opacity: 1;
}

.contact-text .contact-input-error {
  border-color: #e88383;
  box-shadow: 0 0 4px #e88383;
}

.contact-error {
  color: #e88383;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-error {
    margin: 0 15px 0 15px;
  }
}

.contact-error + button {
  margin-top: 50px;
}

.contact-error::before {
  content: url(../img/icon_caution.png);
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.privacy-text-wrapper {
  height: 200px;
  margin-bottom: 25px;
  padding: 14px;
  border: 1px solid #d1c6c6;
  overflow-y: scroll;
  counter-reset: ptw;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .privacy-text-wrapper {
    margin: 0 15px 30px 15px;
  }
}

.wrapper-privacy .privacy-header {
  counter-increment: ptw;
  counter-reset: plk;
}

.privacy-text-wrapper .privacy-header {
  counter-increment: ptw;
  counter-reset: plk;
  margin-top: 30px;
}

.wrapper-privacy .privacy-header::before, .privacy-text-wrapper .privacy-header::before {
  content: counter(ptw) ".";
  display: inline-block;
  margin-right: 5px;
}

.contact-check-wrapper {
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-check-wrapper {
    margin-bottom: 50px;
    padding-bottom: 80px;
  }
  .contact-check-wrapper .btn-l2r {
    width: 100%;
  }
}

.contact-check-wrapper button:nth-of-type(n+2) {
  margin-left: 30px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-check-wrapper button:nth-of-type(n+2) {
    margin-left: 0;
  }
}

.contact-check {
  display: none;
}

.contact-check-wrapper label span {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  padding: 1px;
  border: 1px solid #d1c6c6;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 1;
  font-size: 1rem;
}

.contact-check-wrapper label .contact-check-error {
  border-color: #e88383;
  box-shadow: 0 0 4px #e88383;
}

.contact-check-wrapper label span::before {
  content: '\f00c';
  display: inline-block;
  visibility: hidden;
  font-family: "FontAwesome";
}

.contact-check-wrapper > .contact-check:checked ~ label span::before {
  visibility: visible;
}

.complete-wrapper .btn-l2r, .contact-check-wrapper .btn-l2r {
  padding: 15px 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  letter-spacing: 0;
  margin-top: 20px;
}

.complete-wrapper {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .complete-wrapper {
    margin: 0 15px 0 15px;
    padding: 0 0 40px 0;
  }
}

.complete-wrapper p {
  margin-bottom: 20px;
}

.complete-wrapper p ~ a {
  margin-top: 60px;
}

.content-privacy {
  background: #fff url(../img/bg_privacy.jpg) center center/cover no-repeat;
  counter-reset: ptw;
}

.wrapper-privacy {
  padding-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-privacy {
    margin: 0 auto 80px auto;
    padding: 30px 15px 30px 15px;
    box-sizing: border-box;
  }
}

.wrapper-privacy p + p {
  margin-top: 30px;
}

.wrapper-privacy .privacy-header {
  margin-top: 40px;
}

.privacy-list-kakko {
  counter-reset: plk;
}

.privacy-list-kakko > li {
  counter-increment: plk;
}

.privacy-list-kakko > li + li {
  margin-top: 30px;
}

.privacy-list-kakko > li::before {
  content: counter(plk) " ) ";
}

.privacy-list-number {
  counter-reset: pln;
}

.privacy-list-number > li {
  counter-increment: pln;
}

.privacy-list-number > li::before {
  content: counter(pln) ". ";
  display: inline-block;
  margin-right: 5px;
}

.privacy-list-dotted > li::before {
  content: '・';
}

.content-company {
  background: transparent url(../img/bg_company.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-company {
    height: 9em;
    padding: 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
  }
}

.company-list {
  margin: 50px auto -35px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .company-list {
    margin: 15px auto -10px auto;
    display: flex;
    flex-direction: column;
  }
}

.company-list li {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .company-list li {
    width: calc( 100% - 30px);
    margin-bottom: 15px;
  }
}

.company-list li + li {
  margin-top: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .company-list li + li {
    margin-top: 0;
  }
}

.company-list figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.company-list a {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  color: #fff;
}

.company-list .btn-l2r-wrapper {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .company-list .btn-l2r-wrapper .btn-l2r {
    padding: 10px 0 10px 0;
    font-size: 1.4rem;
  }
}

.company-list dl {
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.company-list dt {
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
}

.company-list p {
  margin-top: 20px;
  line-height: 1;
}

.content-about {
  background: transparent url(../img/bg_about_1.jpg) center center/cover no-repeat;
}

.about-jumbotron {
  margin-top: -30px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-jumbotron {
    margin-top: 15px;
  }
}

.about-jumbotron-img {
  padding-top: 75px;
  background: #fff url(../img/bg_about_2.jpg) center center/cover no-repeat;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-jumbotron-img {
    padding-bottom: 30px;
  }
}

.about-jumbotron-img h2 {
  margin-bottom: 20px;
  font-size: 4rem;
}

.about-jumbotron-img p:first-of-type {
  margin-bottom: 40px;
}

.about-jumbotron-img img {
  width: 100%;
  max-width: 531px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-jumbotron-img img {
    width: calc( 100% - 30px);
    max-width: 100%;
    margin: 0 15px 0 15px;
    display: block;
  }
}

.about-jumbotron-text {
  padding: 50px;
  background-color: #e6dfda;
  color: #444535;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-jumbotron-text {
    padding: 15px 15px 15px 15px;
  }
}

.about-jumbotron-text p + p {
  margin-top: 25px;
}

.about-dna {
  position: relative;
  margin: 0 auto;
  padding: 0 30px 20px 30px;
  background: url(../img/img_about_dna_01@2x.jpg) no-repeat center center/cover;
}

.about-dna .section-header {
  padding-top: 80px;
}

.dna-catch {
  margin: 0 auto 40px auto;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #444535;
}

.dna-img {
  position: absolute;
  left: 50%;
  top: 350px;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dna-leafwrap {
  position: relative;
  max-width: 950px;
  margin: 0 auto 80px auto;
  padding: 0;
  background: url(../img/img_about_dna_02@2x.png) no-repeat center center/384px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .dna-leafwrap {
    margin: 0 auto;
    padding: 140px 0 30px 0;
    background: none;
    height: auto;
  }
  .dna-leafwrap::after {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 140px;
    height: 145px;
    content: " ";
    background: url(../img/img_about_dna_02@2x.png) no-repeat center center/100% auto;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.dna-leaf {
  max-width: 380px;
  height: 255px;
  margin: auto auto 20px auto;
  padding: 40px 40px 40px 40px;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .dna-leaf {
    position: static;
    height: auto;
    min-height: 255px;
    margin: 0 auto 30px auto;
    padding: 30px 30px 30px 30px;
  }
}

.dna-leaf > h3 {
  margin: 0 auto 30px auto;
  padding: 0;
  font-size: 18px;
  line-height: 1.0;
  font-weight: bold;
  color: #444535;
  text-align: center;
}

.dna-leaf > h3 > img {
  margin: 0 auto 10px auto;
  padding: 0;
  text-align: center;
  display: block;
}

.dna-leaf > p {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .dna-leaf > p {
    margin-bottom: 0px;
  }
}

.dna-leaf:nth-child(1) {
  margin-right: auto;
  border-radius: 0px 100px 0px 50px;
}

.dna-leaf:nth-child(2) {
  margin-left: auto;
  border-radius: 100px 0px 50px 0px;
}

.dna-leaf:nth-child(3) {
  margin-right: auto;
  border-radius: 100px 0px 50px 0px;
}

.dna-leaf:nth-child(4) {
  margin-left: auto;
  border-radius: 0px 100px 0px 50px;
}

.about-philosophy {
  padding: 80px 50px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-philosophy {
    width: calc(100% - 30px);
    padding: 30px 15px 30px 15px;
    background-color: #F9F6F4;
  }
}

.about-philosophy .section-header-ja {
  margin-bottom: 35px;
}

.about-philosophy .section-desc {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-philosophy .section-desc {
    text-align: left;
    margin-bottom: 30px;
  }
}

.about-history {
  position: relative;
  padding: 80px 50px;
  background: #fff url(../img/bg_history.png) top center/contain repeat-x;
  overflow: hidden;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-history {
    padding: 30px 15px 50px 15px;
    background-size: cover;
  }
}

.about-history::before, .about-history::after {
  content: '';
  position: absolute;
  left: 50%;
  display: inline-block;
}

.about-history::before {
  top: 237px;
  width: 365px;
  height: 101px;
  background: transparent url(../img/bg_jumbotron_5.png) 0 0 no-repeat;
  -webkit-transform: translateX(95px);
  transform: translateX(95px);
}

.about-history::after {
  bottom: 308px;
  width: 342px;
  height: 106px;
  background: transparent url(../img/bg_jumbotron_4.png) 0 0 no-repeat;
  -webkit-transform: translateX(-432px);
  transform: translateX(-432px);
}

.about-history .section-header, .about-history .section-header-ja {
  color: #fff;
}

.about-plan {
  padding: 80px 50px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-plan {
    margin-bottom: -20px;
    padding: 35px 15px 0 15px;
  }
}

.about-plan p {
  position: relative;
  text-align: center;
  margin: 0 0 25px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-plan p {
    text-align: left;
    margin: 0 auto 20px auto;
  }
}

.about-plan p.sp-point {
  margin: 0 -15px 0 -15px;
}

.about-plan .section-header-ja {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-plan .section-header-ja {
    text-align: center;
  }
}

.about-plan div {
  height: 90px;
  margin: 35px 0 0;
  position: relative;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-plan .btn-img-wrapper {
    width: 100%;
  }
}

.content-profile {
  padding: 195px 0 235px;
  background: transparent url(../img/bg_profile.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-profile {
    height: 9em;
    padding: 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
  }
}

.content-profile h1 {
  margin-bottom: 25px;
}

.profile-main .mm-wrapper {
  margin-top: -30px;
  padding: 50px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .profile-main .mm-wrapper {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 30px 15px 30px 15px;
  }
}

.profile-table {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .profile-table {
    max-width: 100%;
  }
}

.profile-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.profile-table th, .profile-table td {
  vertical-align: top;
  padding: 25px 0;
}

.profile-table th {
  width: 120px;
  text-align: left;
  color: #9c9d8c;
}

.profile-table a {
  color: #88b04b;
}

.content-philosophy {
  background: transparent url(../img/bg_philosophy_1.jpg) center center/cover no-repeat;
}

.philosophy-catch {
  margin-top: -30px;
  padding: 90px 0 85px;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-catch {
    margin-top: 0;
    padding: 30px 0 30px 0;
  }
}

.philosophy-catch p:first-of-type {
  font-size: 1.8rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-catch p:first-of-type {
    width: 64%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
  }
}

.philosophy-catch h2 {
  margin-bottom: 2.5rem;
  font-size: 6rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-catch h2 {
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 1.0;
  }
}

.philosophy-catch h2 ~ p {
  margin: 25px 25px 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-catch h2 ~ p {
    margin: 0 auto 0 auto;
    padding: 0 15px 0 15px;
    text-align: left;
  }
}

.philosophy-story {
  padding: 75px 0 55px;
  background: transparent url(../img/bg_philosophy_3.png) center center repeat;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-story {
    padding: 40px 0 30px 0;
  }
}

.philosophy-story .section-header-ja {
  margin-bottom: 50px;
}

.philosophy-story .section-header-ja ~ p {
  margin-top: 20px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-story .section-header-ja ~ p {
    margin: 0 auto 0 auto;
    padding: 0 15px 0 15px;
    text-align: left;
  }
  .philosophy-story .section-header-ja ~ p img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px), screen and (max-width: 768px) and (max-width: 640px), screen and (max-width: 640px) and (max-width: 768px), screen and (max-width: 768px) and (max-width: 768px) {
  .philosophy-story .section-header-ja ~ p img.md-pc {
    display: none;
  }
  .philosophy-story .section-header-ja ~ p img.md-sp {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.philosophy-name {
  margin-bottom: 45px;
  padding: 80px 0 240px;
  background: transparent url(../img/bg_philosophy_2.jpg) center center/cover no-repeat;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-name {
    margin-bottom: 30px;
    padding: 30px 0 300px 0;
    background-position: left bottom;
  }
}

.philosophy-name .section-header-ja {
  margin-bottom: 40px;
  color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-name p:last-child {
    margin: 0 auto 0 auto;
    padding: 0 15px 0 15px;
    text-align: left;
  }
}

.philosophy-contact {
  padding-bottom: 80px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-contact {
    padding: 0;
  }
}

.philosophy-contact h2 {
  margin: 0 25px 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-contact h2 {
    width: 65%;
    margin: 0 auto 50px auto;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-contact a {
    width: 100%;
    box-sizing: border-box;
  }
}

.content-greetings {
  margin-top: -30px;
  background: transparent url(../img/bg_greetings.jpg) center center/cover no-repeat;
}

.greeting-wrapper {
  background: #fff url(../img/bg_tree.png) right bottom no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .greeting-wrapper {
    background-size: 70%;
  }
}

.greeting-text {
  width: 100%;
  max-width: 950px;
  margin: -30px auto 0;
  padding: 80px 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .greeting-text {
    max-width: 100%;
    margin: 0 auto 0px auto;
    padding: 35px 15px 30px 15px;
  }
}

.greeting-text p:nth-of-type(1), .greeting-text p:nth-of-type(3), .greeting-text p:nth-of-type(5) {
  margin-bottom: 55px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .greeting-text p:nth-of-type(1), .greeting-text p:nth-of-type(3), .greeting-text p:nth-of-type(5) {
    margin-bottom: 30px;
  }
}

.greeting-text p:nth-of-type(2), .greeting-text p:nth-of-type(4) {
  margin-bottom: 20px;
}

.greeting-text p:nth-of-type(6) {
  margin-bottom: 25px;
}

.greeting-text p:nth-of-type(7) {
  margin-bottom: 45px;
}

.greeting-text p img {
  margin-left: 20px;
}

.content-map {
  background: #fff url(../img/bg_map.jpg) center center/cover no-repeat;
}

.map-wrapper {
  margin-top: -30px;
  padding: 50px 30px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .map-wrapper {
    margin: 0 auto 0 auto;
    padding: 30px 15px 30px 15px;
  }
}

.map-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .map-main {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}

.map-text {
  width: 250px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .map-text {
    width: 100%;
    margin-bottom: 30px;
  }
}

.map-text h2 {
  margin-bottom: 50px;
  font-size: 4rem;
}

.map-text p:nth-of-type(1) {
  margin-bottom: 15px;
  font-weight: bold;
}

.map-text p:nth-of-type(2) {
  margin-bottom: 25px;
}

.map-btn {
  display: flex;
}

.map-btn .btn-flip {
  letter-spacing: 3px;
  z-index: 2;
}

.map-btn li:nth-of-type(2) {
  margin-left: 20px;
}

.map-btn li:nth-of-type(2) a {
  width: 48px;
}

.map-btn .btn-flip::after {
  background-color: #88b04b;
}

.map-btn .btn-flip:hover, .map-btn .btn-flip:active {
  color: #fff;
}

.map-btn .btn-flip:hover .map-btn-off, .map-btn .btn-flip:active .map-btn-off {
  opacity: 0;
}

.map-btn .btn-flip:hover .map-btn-on, .map-btn .btn-flip:active .map-btn-on {
  opacity: 1;
}

.map-btn span {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 3px 0;
}

.map-btn span img {
  vertical-align: middle;
}

.map-btn-off {
  opacity: 1;
  transition: opacity 0.3s;
}

.map-btn-on {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.map-box {
  position: relative;
  width: calc(100% - 300px);
  height: 500px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .map-box {
    width: calc(100%);
    height: auto;
    margin: 0;
    padding-top: 62.5%;
  }
}

.map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.page-footer {
  padding: 115px 0 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-footer {
    margin: 80px auto 0 auto;
    padding: 0;
  }
}

.page-footer .mm-wrapper {
  max-width: none;
}

.page-footer .service-futile-wrapper .mm-inner {
  min-width: 850px;
}

.footer-sitemap {
  padding: 50px 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-sitemap {
    padding: 0;
  }
}

.footer-sitemap > div {
  display: flex;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-sitemap > div {
    display: block;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-sitemap .mm-inner {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
}

.footer-btn {
  position: relative;
  min-height: 16px;
  padding: 31px 0;
  background-color: #fff;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-btn {
    margin: 0 auto;
    padding: 0;
    height: 50px;
    min-height: auto;
    text-align: center;
  }
}

.footer-btn .mm-inner {
  min-height: 16px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-btn .mm-inner {
    min-height: auto;
  }
}

.page-top-wrapper {
  position: absolute;
  right: 50px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-top-wrapper {
    position: static;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .breadcrumbs {
    position: absolute;
    left: 10px;
    top: 20px;
    width: calc(100% - 10px);
    margin: 0 auto 0 auto;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.breadcrumbs li {
  line-height: 1;
  color: #c4c4bd;
}

.breadcrumbs img {
  margin-right: 12px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #444535;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
  text-decoration: underline;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .breadcrumbs a.hover-home img {
    display: none;
  }
}

.breadcrumbs li:first-of-type a {
  vertical-align: bottom;
}

.breadcrumbs li:nth-of-type(n+2) {
  margin-left: 20px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .breadcrumbs li:nth-of-type(n+2) {
    margin-left: .5em;
  }
}

.breadcrumbs li:nth-of-type(n+2)::before {
  content: '\f105';
  margin-right: 20px;
  font-family: "FontAwesome";
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .breadcrumbs li:nth-of-type(n+2)::before {
    margin-right: .5em;
  }
}

.breadcrumbs li:nth-of-type(n+3) {
  color: #c4c4bd;
}

.page-top {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 70px;
  height: 20px;
  padding: 15px 0 35px;
  border: none;
  background-color: transparent;
  box-sizing: content-box;
  vertical-align: bottom;
  line-height: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #999a91;
  outline: none;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-top {
    display: block;
  }
}

.page-top:hover, .page-top:active {
  color: #88b04b;
  cursor: pointer;
}

.page-top::before {
  content: url(../img/btn_sprout.png);
  position: absolute;
  top: 1px;
  left: 50%;
  z-index: -2;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  display: inline-block;
  width: 20px;
  height: 41px;
  transition: top 0.3s ease-out;
}

.page-top:hover::before, .page-top:active::before {
  top: -41px;
}

.page-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}

.footer-logo {
  align-self: center;
  width: 210px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-logo {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 30px 0 20px 0;
    background-color: #fff;
    order: 3;
    text-align: center;
    box-sizing: border-box;
  }
  .footer-logo::after {
    margin: 10px 0 0 0;
    padding: 0;
    content: "株式会社コーボー";
    display: block;
    color: #9e9f96;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
  }
}

ul[class^=footer-link] {
  align-items: flex-start;
}

ul[class^=footer-link] li {
  line-height: 1;
}

ul[class^=footer-link] li:nth-of-type(n+2) {
  margin-top: 20px;
}

ul[class^=footer-link] a {
  text-decoration: none;
  text-align: center;
  color: #868773;
}

ul[class^=footer-link] a:hover, ul[class^=footer-link] a:active {
  color: #88b04b;
}

ul[class^=footer-link] a::before {
  content: '\f105';
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  font: 1.2rem/1 "FontAwesome";
}

.footer-link-1 {
  width: 140px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-link-1 {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 20px;
  }
}

.footer-link-2 {
  width: 210px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-link-2 {
    width: auto;
  }
}

.footer-link-3 {
  width: 220px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-link-3 {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 320px) {
  .footer-link-3 a[href*="/news/"] {
    width: 130px;
    text-align: left;
    display: block;
  }
}

.footer-link-4 {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-link-4 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.footer-group {
  width: 160px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-group {
    position: relative;
    width: auto;
  }
}

.footer-social {
  display: flex;
  align-items: center;
  width: 115px;
  padding: 16px;
  background-color: #fff;
}

.footer-social li {
  line-height: 1;
}

.footer-social li + li {
  margin-left: 25px;
}

.footer-social a {
  display: inline-block;
  vertical-align: middle;
}

.hover-home::after {
  content: url(../img/home_on.png);
  width: 15px;
}

.copyright {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  color: #5a5b45;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .copyright {
    background-color: #F9F6F4;
    font-size: 1.1rem;
  }
}

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

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  #loader-bg {
    z-index: 99999;
  }
}

#loader {
  position: relative;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 5;
}

.loading-color {
  z-index: 2;
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
}

.loading-colorless {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.md-sp {
  display: none;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .md-sp {
    display: block;
  }
  #nav-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 70px;
    height: 60px;
    background-color: #fff;
    cursor: pointer;
    z-index: 9999999;
  }
  #nav-toggle div {
    width: 30px;
    height: 21px;
    margin: 19px auto 19px auto;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #707070;
    border-radius: 2px;
    left: 0;
    transition: 0.2s ease-in-out;
    cursor: pointer;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 9px;
  }
  #nav-toggle span:nth-child(3) {
    top: 18px;
  }
  #nav-toggle.active span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #nav-toggle.active span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  #nav-toggle.active span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .page-header #md-fixMenu {
    position: absolute;
    left: 0px;
    top: 60px;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    min-height: 100%;
    background: #F9F6F4;
    display: none;
  }
  .page-header #md-fixMenu .container {
    margin: 0 auto;
    padding: 0;
    height: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  .page-header #md-fixMenu .container nav {
    margin: 0 auto;
    padding: 15px 10px 0 10px;
  }
  .page-header #md-fixMenu .container nav ul {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    list-style: none;
  }
  .page-header #md-fixMenu .container nav ul.subNavi {
    border-top: 1px solid #dddddd;
    background-color: #f4f4f4;
    display: none;
  }
  .page-header #md-fixMenu .container nav ul.subNavi li {
    font-size: 1.2rem;
  }
  .page-header #md-fixMenu .container nav ul.subNavi li:last-child {
    border-bottom: none;
  }
  .page-header #md-fixMenu .container nav ul.subNavi li a {
    padding-left: 30px;
  }
  .page-header #md-fixMenu .container nav ul.subNavi li .subNavi02 {
    margin: 0;
    padding: 0;
    border-top: 1px solid #dddddd;
    background-color: #ebebeb;
    display: none;
  }
  .page-header #md-fixMenu .container nav ul.subNavi li .subNavi02 li a {
    padding-left: 60px;
  }
  .page-header #md-fixMenu .container nav ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dddddd;
  }
  .page-header #md-fixMenu .container nav ul li a {
    position: relative;
    height: 48px;
    margin: 0;
    padding: 0 17px 0 15px;
    color: #181818;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .page-header #md-fixMenu .container nav ul li a::after {
    width: 17px;
    margin-left: auto;
    padding: 0;
    font-family: "FontAwesome";
    font-size: 2.2rem;
    line-height: 1.2;
    color: #b0b1a3;
    text-align: center;
    transition: 0.35s ease-in-out;
  }
  .page-header #md-fixMenu .container nav ul li a.external {
    content: "\f08e";
  }
  .page-header #md-fixMenu .container nav ul li a.arrow::after {
    content: '\f105';
  }
  .page-header #md-fixMenu .container nav ul li a.plus::after {
    width: 17px;
    height: 16px;
    content: '';
    background: url(../../images/icon/icon_plus.svg) no-repeat center center;
  }
  .page-header #md-fixMenu .container nav ul li a.plus.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../../images/icon/icon_minus.svg) no-repeat center center;
  }
  .page-header #md-fixMenu .container nav ul li span {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-header #md-fixMenu .container nav ul li span a {
    width: calc( 100% - 50px);
  }
  .page-header #md-fixMenu .container nav ul li span a::after {
    display: none;
  }
  .page-header #md-fixMenu .container nav ul li span i.icon {
    width: 17px;
    height: 16px;
    margin: 0 17px 0 17px;
    background: url(../../images/icon/icon_plus.svg) no-repeat center center;
    cursor: pointer;
  }
  .page-header #md-fixMenu .container nav ul li span i.icon.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../../images/icon/icon_minus.svg) no-repeat center center;
  }
  .page-header #md-fixMenu .container .naviUnder {
    margin: 0 10px 0 10px;
    padding: 0;
  }
  .page-header #md-fixMenu .container .naviUnder .underContact {
    margin: 0 auto;
    padding: 15px 0 15px 0;
    background-color: #fff;
  }
  .page-header #md-fixMenu .container .naviUnder .underContact a {
    width: calc( 100% - 20px);
    height: 63px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-header #md-fixMenu .container .naviUnder .underSocial {
    width: 102px;
    height: 54px;
    padding: 0;
    margin: 30px auto 170px auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    list-style: none;
  }
  .page-header #md-fixMenu .container .naviUnder .underSocial li {
    line-height: 1;
  }
  .page-header #md-fixMenu .container .naviUnder .underSocial li + li {
    margin-left: 25px;
  }
  .page-header #md-fixMenu .container .naviUnder .underSocial a {
    display: inline-block;
    vertical-align: middle;
  }
  .light-modal {
    padding-top: 40%;
  }
  .light-modal:target .light-modal-content {
    width: 90vw !important;
  }
  .light-modal .light-modal-header .recruit-interview-name {
    padding-top: 15px;
  }
  .light-modal .light-modal-body {
    padding: 20% 15px 20px 15px;
  }
  .light-modal .light-modal-body .service-text-header span {
    font-size: 2rem;
  }
}

html {
  font: 62.5%/1.8 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, sans-serif;
  color: #444535;
}

body {
  margin: 0;
  padding: 0;
  background-color: #f9f6f4;
  font-size: 1.4rem;
  min-width: 1050px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  body {
    min-width: 100%;
    margin-top: 60px;
  }
}

h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li table, th, td, p {
  margin: 0;
  font-weight: normal;
  font-size: 100%;
}

img {
  vertical-align: bottom;
}

.wrapper {
  margin: 0 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper {
    margin: 0;
  }
}

.mm-wrapper {
  width: 100%;
  max-width: 1730px;
  margin: 0 auto;
  outline: none;
  box-sizing: border-box;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .mm-wrapper {
    max-width: 100%;
  }
}

.mm-inner {
  width: 100%;
  min-width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .mm-inner {
    min-width: 100%;
  }
}

.hover-op {
  opacity: 1;
  transition: opacity 0.3s;
}

.hover-op:hover, .hover-op:active {
  cursor: pointer;
}

.hover-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.hover-img::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.hover-img:hover::after, .hover-img:active::after {
  opacity: 1;
}

.hover-scaleup-x, .hover-scaleup-y {
  position: relative;
}

.hover-scaleup-x img, .hover-scaleup-y img {
  position: absolute;
  transition: -webkit-transform 0.6s cubic-bezier(0.3, 0.74, 0.5, 0.93);
  transition: transform 0.6s cubic-bezier(0.3, 0.74, 0.5, 0.93);
  transition: transform 0.6s cubic-bezier(0.3, 0.74, 0.5, 0.93), -webkit-transform 0.6s cubic-bezier(0.3, 0.74, 0.5, 0.93);
}

.hover-scaleup-x img {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.hover-scaleup-y img {
  top: 0;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

a:hover .hover-scaleup-x img, a:active .hover-scaleup-x img {
  -webkit-transform: translateY(-50%) scale(1.05);
  transform: translateY(-50%) scale(1.05);
}

a:hover .hover-scaleup-y img, a:active .hover-scaleup-y img {
  -webkit-transform: translateX(-50%) scale(1.05);
  transform: translateX(-50%) scale(1.05);
}

.no-marker {
  padding: 0;
  list-style-type: none;
}

.btn-flip {
  position: relative;
  display: inline-block;
  width: 164px;
  padding: 15px 0;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.btn-flip::before, .btn-flip::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.btn-flip::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  border: 1px solid #444535;
  opacity: 1;
}

.btn-flip:hover::before, .btn-flip::after {
  -webkit-transform: scale(1, 0.1);
  transform: scale(1, 0.1);
  opacity: 0;
}

.btn-flip:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.section-header {
  margin-bottom: 15px;
  line-height: 1;
  text-align: center;
  font-size: 4rem;
}

.section-header-ja {
  margin-bottom: 35px;
  text-align: center;
  color: #9c9d8c;
}

.section-desc {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .section-desc {
    margin-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }
}

.img-fullwidth {
  width: 100%;
}

.fa {
  font-family: "FontAwesome";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-l2r-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  z-index: 3;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.btn-l2r {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 10px 0;
  letter-spacing: 3px;
  text-align: center;
  text-decoration: none;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.4rem;
  color: #fff;
}

.btn-l2r-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  z-index: 3;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .btn-l2r {
    padding: 18px 0 18px 0;
    font-size: 1.8rem;
  }
}

.btn-l2r::before, .btn-l2r::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
}

.btn-l2r::before {
  z-index: -2;
  width: 100%;
  background-color: #88b04b;
}

.btn-l2r::after {
  z-index: -1;
  width: 0;
  background-color: #93b959;
  transition: width 0.3s;
}

a.btn-l2r:hover::after, button.btn-l2r:hover::after, a:hover .btn-l2r::after {
  width: 100%;
}

.btn-l2r .btn-icon-l, .btn-l2r .btn-icon-r {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}

.btn-l2r .btn-icon-l {
  left: 15px;
}

.btn-l2r .btn-icon-r {
  right: 15px;
}

.btn-l2r-back {
  width: 120px;
}

.btn-l2r-back::before {
  background-color: #9b9b9b;
}

.btn-l2r-back::after {
  background-color: #a6a6a6;
}

.btn-l2r-inline {
  z-index: 2;
}

.btn-l2r-disabled::before {
  background-color: #9b9b9b;
}

button.btn-l2r-disabled:hover::after {
  width: 0;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.font-dg {
  font-family: 'Didact Gothic', sans-serif;
  letter-spacing: 4px;
  font-size: 1.8rem;
}

.font-stf {
  font-family: 'Satisfy', cursive;
}

.photo-box {
  position: relative;
  overflow: hidden;
}

.photo-box-image {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .photo-box-image {
    position: static;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

.photo-box-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 45%;
  padding: 0 2.5%;
  max-height: 100%;
  overflow: auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .photo-box-text {
    position: static;
    margin-top: -20px;
    margin-bottom: -2em;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}

.icon-tw::after {
  content: url(../img/twitter_on.png);
}

.icon-fb::after {
  content: url(../img/facebook_on.png);
}

.icon-wantedly::after {
  content: url(../img/wantedly_on.png);
}

.icon-ig::after {
  content: url(../img/instagram_on.png);
}

.icon-logo::after {
  content: url(../img/footer_logo_on.png);
}

.external::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: transparent url(../img/icon_external_off.png) 0 0 no-repeat;
  vertical-align: middle;
}

.external:hover::after {
  background-image: url(../img/icon_external_on.png);
}

.icon-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .icon-list {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.icon-list li {
  width: calc(50% - 10px);
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .icon-list li {
    width: calc(100%);
  }
}

.icon-list li:first-of-type {
  width: 100%;
}

.icon-list li + li {
  margin-top: 60px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .icon-list li + li {
    margin-top: 35px;
  }
}

.icon-list dl {
  width: 100%;
  max-width: 325px;
  margin: 0 auto;
  text-align: center;
}

.icon-list dt {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #88b04b;
  color: #88b04b;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .icon-list dd {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.icon-list img {
  margin-bottom: 5px;
}

.c-pink {
  color: #d7206d;
}

.c-orange {
  color: #e46a45;
}

.c-yellow {
  color: #f2ca25;
}

.c-yellowish {
  color: #9dca58;
}

.c-green {
  color: #4bb09c;
}

.c-yellowgreen {
  color: #88b04b;
}

.btn-img-wrapper {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 400px;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .btn-img-wrapper {
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
}

.btn-img-wrapper .btn-l2r {
  max-width: 100%;
  padding: 33px 0 33px 90px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 2.4rem;
}

.btn-l2r-bg {
  position: absolute;
  left: -30px;
  top: 0;
  display: inline-block;
  width: 150px;
  height: 90px;
  background: transparent url(../img/bg_l2r.png) 0 0 no-repeat;
  opacity: 0.8;
  transition: left 0.3s;
}

.btn-l2r-bg02 {
  background: transparent url(../img/bg_l2r02.png) 0 0 no-repeat !important;
}

.btn-img-wrapper:hover .btn-l2r-bg, .btn-img-wrapper:active .btn-l2r-bg {
  left: 0;
}

.btn-img-wrapper .btn-l2r::after {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
}

.p-gt, .p-kome, .p-dash {
  text-decoration: none;
}

.p-gt span, .p-kome span, .p-dash span {
  text-decoration: underline;
}

.p-gt::before {
  content: '\03e';
  margin-right: 0.7rem;
}

.p-kome::before {
  content: '\203b';
}

.p-dash::before {
  content: '\2d';
  margin-right: 0.7rem;
}

.ta-c {
  text-align: center;
}

.column-1 {
  width: 850px;
  margin: 50px auto 0;
  padding: 50px 50px 80px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .column-1 {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.column-1 ~ footer.page-footer .page-top-wrapper {
  right: 50%;
  -webkit-transform: translate(475px, -50%);
  transform: translate(475px, -50%);
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .column-1 ~ footer.page-footer .page-top-wrapper {
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.list-bigcircle > li::before {
  content: '\25cf';
}

.cd-timeline-main {
  position: relative;
}

.cd-timeline-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: calc(100% + 80px);
  width: 4px;
  margin-left: -2px;
  background: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .cd-timeline-main::before {
    left: 30px;
  }
}

.cd-timeline-block {
  position: relative;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .cd-timeline-main > div {
    justify-content: flex-end;
  }
}

.cd-timeline-main > div:nth-of-type(even) {
  justify-content: flex-end;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .cd-timeline-main > div:nth-of-type(even) {
    justify-content: flex-end;
  }
}

.cd-timeline-main > div:last-of-type {
  margin-bottom: 0;
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -34px;
  width: 68px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .cd-timeline-img {
    left: 0;
    margin-left: 0;
  }
}

.cd-timeline-content {
  position: relative;
  width: calc(50% - 60px);
  padding: 25px;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 #d7e4ed;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .cd-timeline-content {
    width: calc(75%);
  }
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  right: -5px;
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .cd-timeline-content::before {
    left: -5px;
  }
}

.cd-timeline-content dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cd-timeline-content dl dt {
  width: 100px;
  line-height: 1;
  font-size: 2rem;
}

.cd-timeline-content dl dd {
  width: calc(100% - 100px);
}

.cd-timeline-content dl dt:nth-of-type(n+2), .cd-timeline-content dl dd:nth-of-type(n+2) {
  margin-top: 20px;
}

.cd-timeline-main > div:nth-of-type(even) .cd-timeline-content::before {
  right: auto;
  left: -5px;
}

.cssanimations .cd-timeline-img.is-hidden, .cssanimations .cd-timeline-content.is-hidden {
  visibility: hidden;
}

.cssanimations .cd-timeline-img.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-1 0.6s;
  animation: cd-bounce-1 0.6s;
}

.cssanimations .cd-timeline-content.bounce-in {
  visibility: visible;
  -webkit-animation: cd-bounce-2 0.6s;
  animation: cd-bounce-2 0.6s;
}

.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
  -webkit-animation: cd-bounce-2-inverse 0.6s;
  animation: cd-bounce-2-inverse 0.6s;
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.content-contact {
  width: 100%;
  padding: 80px 0 70px;
  background: #fff url(../img/bg_contact.jpg) center center/cover no-repeat;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-contact {
    padding: 0;
  }
}

.content-contact h2 {
  margin-bottom: 50px;
  line-height: 1;
  font-size: 2.6rem;
  color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-contact h2 {
    width: 65%;
    margin: 0 auto 0 auto;
    padding: 80px 0 50px 0;
    text-align: center;
  }
}

.content-contact-link {
  position: relative;
  display: inline-block;
  width: 290px;
  padding: 26px 55px;
  background-color: #7fa841;
  vertical-align: bottom;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  font-size: 1.8rem;
  color: #fff;
  overflow: hidden;
  transition: background-color 0.2s;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-contact-link {
    width: 100%;
    box-sizing: border-box;
  }
}

.content-contact-link::before {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 110px;
  height: 100%;
  background: transparent url(../img/bg_btn_part.png) right center/contain no-repeat;
  z-index: 1;
  transition: right 0.2s;
}

.content-contact-link::after {
  content: '\f105';
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font: 2.4rem/1 "FontAwesome";
  z-index: 2;
}

.content-contact-link:hover {
  background-color: #88b04b;
}

.content-contact-link:hover::before {
  right: 0;
}

.content-contact-link .fa {
  margin-right: 25px;
}

@media screen and (max-width: 320px) {
  .content-contact-link .fa {
    margin-right: 10px;
  }
}

.sidebar-main {
  width: calc(100% - 360px);
  padding: 80px 50px 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .sidebar-main {
    width: calc(100%);
    padding: 0;
  }
}

.sidebar-list {
  padding: 30px;
  border-top: 1px solid #f0eae6;
  border-bottom: 1px solid #f0eae6;
  text-align: left;
}

.sidebar-list a {
  text-decoration: none;
  color: #444535;
}

.sidebar-list a:hover, .sidebar-list a:active {
  color: #88b04b;
}

.sidebar-list .sl-current {
  color: #88b04b;
}

.sidebar-list > li:nth-of-type(n+2) {
  margin-top: 20px;
}

.sidebar-list-sub {
  margin-left: 20px;
}

.sidebar-list-sub li {
  margin-top: 15px;
  font-size: 1.2rem;
}

.sidebar-list-sub a::before {
  content: '\f105';
  margin-right: 7px;
  line-height: 1;
  font-family: "FontAwesome";
}

.sidebar-icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px;
}

.sidebar-icon li {
  margin-right: 25px;
  line-height: 1;
}

.sidebar-control {
  position: relative;
  width: 260px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .sidebar-control {
    display: none;
  }
}

.sidebar-control::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 115px;
  background-color: #fff;
}

.sidebar-control h2 {
  position: relative;
  display: inline-block;
  margin: 30px 0;
  line-height: 1;
  font-size: 4rem;
}

.sidebar-control h2::after {
  content: '';
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 6px;
  background-color: #f0eae6;
}

.sidebar-inner {
  width: 260px;
}

.sidebar-fix {
  position: fixed;
  top: 0;
  left: 0;
}

.partner-link {
  text-align: left;
  padding: 35px 0 0 30px;
  line-height: 1.4rem;
}

.partner-link a {
  text-decoration: none;
  color: #444535;
  text-align: left;
}

.partner-link a:hover {
  color: #88b04b;
}

.spartner-link a:active {
  color: #88b04b;
}

.page-header {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 13px 0 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 60px;
    padding: 0;
  }
}

.page-header-logo {
  margin: 0 0 0 20px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-header-logo {
    margin: 0 0 0 10px;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-header-logo img {
    width: 94px;
    height: 40px;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-header-nav {
    display: none;
  }
}

.page-header-nav ul {
  display: flex;
  justify-content: center;
}

.page-header-nav a {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding: 20px 10px;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 5px;
  font-size: 1.6rem;
  color: inherit;
}

.page-header-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -15px;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #dde2c7;
  opacity: 0;
  transition: opacity 0.3s, bottom 0.3s;
}

.page-header-nav .page-header-current::after {
  background-color: #88b04b;
  bottom: 0px;
  opacity: 1;
}

.page-header-nav a:hover::after, .page-header-nav a:active::after {
  bottom: 0px;
  opacity: 1;
}

.page-header-recruit {
  position: absolute;
  background-color: transparent;
  box-shadow: none;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-header-recruit {
    position: fixed;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}

.page-header-recruit a::after, .page-header-recruit .page-header-current::after {
  background-color: #444535;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-header-recruit a::after, .page-header-recruit .page-header-current::after {
    background-color: transparent;
  }
}

.content-header {
  padding: 150px 0 190px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-header {
    padding: 0;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.content-header h1 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 6rem;
  line-height: 1;
  color: #fff;
}

.content-header p {
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
  color: #fff;
}

.jumbotron {
  position: relative;
  width: 100%;
  background: transparent url(../img/bg_jumbotron.png) top left repeat-x;
  overflow: hidden;
}

.jumbotron div {
  position: relative;
  width: 100%;
}

.jumbotron::before {
  content: url(../img/bg_jumbotron_4.png);
  position: absolute;
  right: 50%;
  top: 200px;
  -webkit-transform: translateX(-290px);
  transform: translateX(-290px);
  width: 342px;
  height: 106px;
  z-index: 2;
}

.jumbotron::after {
  content: url(../img/bg_jumbotron_5.png);
  position: absolute;
  left: 50%;
  top: 200px;
  -webkit-transform: translateX(265px);
  transform: translateX(265px);
  width: 365px;
  height: 101px;
  z-index: 2;
}

.jumbotron div {
  position: relative;
  z-index: 3;
  height: 385px;
  padding-top: 130px;
  border-bottom: 5px solid #fff;
  background-color: transparent;
  background-image: url(../img/bg_jumbotron_3.png), url(../img/bg_jumbotron_2.png), url(../img/bg_jumbotron_1.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: bottom center, calc(50% + 390px) calc(100% - 30px), bottom center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .jumbotron div {
    height: 310px;
    padding-top: 80px;
    background-size: 280% auto, auto auto, 260% auto;
    background-position: bottom center, calc(100%) calc(100% - 50px), bottom center;
    box-sizing: border-box;
  }
}

@media (max-width: 960px) and (min-width: 480px) {
  .jumbotron div {
    position: relative;
    z-index: 3;
    height: 310px;
    padding-top: 80px;
    border-bottom: 5px solid #fff;
    background-color: transparent;
    background-image: url(../img/bg_jumbotron_3.png), url(../img/bg_jumbotron_2.png), url(../img/bg_jumbotron_1.png);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: bottom center, calc(50% + 390px) calc(100% - 30px), bottom center;
    background-size: 160% auto, auto auto, 260% auto;
  }
}

.jumbotron div::after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
}

.jumbotron h1 {
  line-height: 1;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}

.jumbotron a {
  position: absolute;
  left: 50%;
  top: 300px;
  letter-spacing: 3px;
  -webkit-transform: translateX(220px);
  transform: translateX(220px);
}

.jumbotron a.btn-flip::after {
  background-color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .jumbotron a.btn-flip {
    display: none;
  }
}

.top-wwd {
  padding-top: 80px;
  background: #f9f6f4;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-wwd {
    padding-top: 30px;
  }
}

.wwd-photo {
  background-color: #fff;
  min-height: 640px;
  max-height: 540px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wwd-photo {
    min-height: 100%;
    max-height: 100%;
  }
}

.wwd-photo-image {
  left: 0;
  background: transparent url(../img/service_4.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wwd-photo-image {
    position: static;
    margin: 0 auto;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.wwd-photo-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 76%;
  max-width: 530px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wwd-photo-image img {
    position: static;
    max-width: 320px;
    height: auto;
    margin: auto auto auto auto;
    -webkit-transform: none;
    transform: none;
  }
}

.wwd-photo-text {
  left: 75%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wwd-photo-text {
    position: static;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
    box-sizing: border-box;
  }
}

.wwd-photo-text h3 {
  margin-bottom: 50px;
  font-size: 2.2rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wwd-photo-text h3 {
    margin-bottom: 40px;
    font-weight: bold;
    line-height: 1.6;
    color: #444535;
  }
}

.wwd-photo-text p {
  margin-top: 25px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wwd-photo-text p {
    margin: 0 auto;
    padding: 0;
    margin-bottom: 30px;
  }
}

.top-service {
  padding: 80px 0 100px;
  background-color: #f9f6f4;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-service {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.top-service-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-service-list {
    flex-direction: column;
    justify-content: space-around;
  }
}

.top-service-list li {
  position: relative;
  display: block;
  width: 23%;
  padding-bottom: 50px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-service-list li {
    width: calc(100% - 2em);
    padding-bottom: 0px;
    margin: 0 auto 60px auto;
  }
}

.top-service-list a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-service-list a {
    display: block;
    padding-bottom: 30px;
  }
  .top-service-list a .btn-l2r-wrapper {
    bottom: -30px;
  }
}

.top-service-image figure {
  margin-bottom: 30px;
  padding-top: 63%;
  overflow: hidden;
}

.top-service-image figure figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  display: block;
  line-height: 1.25;
  letter-spacing: 5px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}

.top-service-title {
  margin-bottom: 30px;
  line-height: 1;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-service-title {
    font-weight: bold;
    margin-bottom: 20px;
  }
}

.top-service-desc {
  margin: 0 15px;
  text-align: center;
}

.top-service-desc p {
  margin-bottom: 30px;
  text-align: left;
}

.top-company {
  padding: 80px 0 80px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-company {
    padding: 30px 0 30px 0;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-company .section-desc {
    text-align: left;
  }
}

.top-company-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-company-list {
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

.top-company-list li {
  width: 23.5%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-company-list li {
    width: 50%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 8px solid #fff;
  }
}

.top-company-list a {
  color: #fff;
}

.top-company-list figure {
  padding-top: 100%;
  overflow: hidden;
}

.top-company-list .top-company-logo {
  top: 50%;
  width: 85%;
  max-width: 238px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

a:hover .hover-scaleup-y .top-company-logo {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.top-company-list figure figcaption {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-company-list figure figcaption {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.top-recruit {
  padding-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-recruit {
    padding-bottom: 0px;
  }
}

.top-recruit-header {
  margin-bottom: 50px;
  padding-top: 60px;
  background: transparent url(../img/bg_service.png) center top repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-recruit-header {
    margin-bottom: 30px;
    padding-top: 30px;
    height: 200px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
  }
}

.top-recruit-header h2 {
  color: #fff;
}

.top-recruit-header p {
  color: #fff;
  margin: 15px 0 0;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-recruit-header p img {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200%;
    height: auto;
  }
}

.top-recruit .section-desc {
  margin-bottom: 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-recruit .section-desc {
    padding-bottom: 70px;
  }
}

.top-recruit .btn-l2r-wrapper {
  vertical-align: bottom;
}

.top-news {
  position: relative;
  padding: 130px 0 50px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .top-news {
    padding: 70px 0 80px 0;
    margin-bottom: 100px;
  }
}

.content-service {
  margin-bottom: 80px;
  background: transparent url(../img/bg_service.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-service {
    margin-bottom: 20px;
  }
}

.service-pt, .service-tp {
  margin-bottom: 60px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-pt, .service-tp {
    width: calc(100% - 30px);
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    overflow: visible;
  }
}

.service-last {
  margin-bottom: 0;
}

.service-pt a, .service-tp a {
  position: relative;
  display: block;
  height: 310px;
  color: inherit;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-pt a, .service-tp a {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    text-decoration: none;
  }
}

.service-pt .photo-box-image {
  overflow: hidden;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-pt .photo-box-image {
    position: relative;
    margin: 0 0 2.5em 0;
    padding: 0;
    height: 13em;
  }
}

.service-tp .photo-box-image {
  overflow: hidden;
  left: 50%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-tp .photo-box-image {
    position: relative;
    left: 0;
    margin: 0 0 2.5em 0;
    padding: 0;
    height: 13em;
  }
}

.service-pt .photo-box-logo, .service-tp .photo-box-logo {
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.service-pt a:hover .photo-box-logo, .service-pt a:active .photo-box-logo {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
  transform: translate(-50%, -50%) scaleX(1);
}

.service-tp a:hover .photo-box-logo, .service-tp a:active .photo-box-logo {
  -webkit-transform: translate(-50%, -50%) scaleX(1);
  transform: translate(-50%, -50%) scaleX(1);
}

.service-pt .photo-box-text {
  left: 75%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-pt .photo-box-text {
    position: relative;
    left: 0;
    padding: 0 15px 50px 15px;
    box-sizing: border-box;
  }
}

.service-tp .photo-box-text {
  left: 25%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-tp .photo-box-text {
    position: relative;
    left: 0;
    padding: 0 15px 50px 15px;
    box-sizing: border-box;
  }
}

.service-pt .photo-box-text h2, .service-tp .photo-box-text h2 {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.service-pt .btn-l2r-wrapper {
  left: auto;
  bottom: 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-pt .btn-l2r-wrapper {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .service-pt .btn-l2r-wrapper .btn-l2r {
    width: 100%;
    max-width: 100%;
    padding: 8px 0 8px 0;
    display: block;
  }
}

.service-tp .btn-l2r-wrapper {
  left: auto;
  right: 50%;
  bottom: 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-tp .btn-l2r-wrapper {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
  .service-tp .btn-l2r-wrapper .btn-l2r {
    width: 100%;
    max-width: 100%;
    padding: 8px 0 8px 0;
    display: block;
  }
}

.service-last + footer.page-footer {
  padding-top: 35px;
}

.content-creative {
  background: transparent url(../img/service_2.jpg) center center/cover no-repeat;
}

.content-human {
  background: transparent url(../img/service_3.jpg) center center/cover no-repeat;
}

.content-media {
  background: transparent url(../img/service_4.jpg) center center/cover no-repeat;
}

.content-marketing {
  background: transparent url(../img/service_1.jpg) center center/cover no-repeat;
}

.marketing-wrapper {
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .marketing-wrapper {
    flex-direction: column;
  }
}

.market-text {
  position: relative;
  width: 47.5%;
  margin-bottom: 5%;
  padding: 30px 30px 70px;
  box-sizing: border-box;
  float: left;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text {
    width: 100%;
    margin: 0 15px 0 15px;
    padding: 0;
    float: none;
  }
  .market-text p {
    margin: 0;
    padding: 0;
    height: auto !important;
  }
  .market-text a {
    display: block;
  }
}

.market-text-wrapper {
  min-width: auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text-wrapper {
    min-width: 100%;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    box-sizing: border-box;
  }
}

.market-text-wrapper > div:nth-of-type(odd) {
  margin-right: 5%;
  clear: left;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text-wrapper > div:nth-of-type(odd) {
    margin-right: auto;
  }
}

.market-text-wrapper > div:nth-of-type(6) {
  margin-bottom: 7.5%;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text-wrapper > div:nth-of-type(6) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text {
    width: calc( 100% - 30px);
    box-sizing: border-box;
    padding: 30px 0 0 0;
    margin-bottom: 20px;
  }
}

.market-text h2 {
  margin-bottom: 25px;
  line-height: 1;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text h2 {
    padding: 0 30px 0 30px;
    display: flex;
    line-height: 1.4;
    align-items: center;
  }
}

.market-text h2 img {
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text p {
    padding: 0 30px 30px 30px;
  }
}

.market-text .btn-l2r-wrapper {
  left: auto;
  bottom: 0;
}

.market-text .btn-l2r-wrapper.btncustom {
  max-width: 318px !important;
  left: auto;
  bottom: 0;
}

.market-text .btn-l2r-wrapper.btncustom .btn-l2r {
  max-width: 318px !important;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text .btn-l2r-wrapper {
    position: relative;
    left: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .market-text .btn-l2r-wrapper .btn-l2r {
    width: 100%;
    max-width: 100%;
    padding: 10px 0 10px 0;
  }
}

.side-recruit-btn {
  margin: 0 30px;
  text-align: left;
}

.side-recruit-btn .btn-flip {
  letter-spacing: 3px;
  z-index: 2;
}

.side-recruit-btn .btn-flip::after {
  background-color: #88b04b;
}

.side-recruit-btn .btn-flip:hover, .side-recruit-btn .btn-flip:active {
  color: #fff;
}

.content-seo {
  background: transparent url(../img/bg_seo.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-seo {
    margin-bottom: -15px;
  }
}

.service-text-main {
  margin-bottom: 50px;
  padding: 50px 50px 30px;
  margin-right: 0 !important;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text-main {
    margin: 0 auto 35px auto;
    padding: 0 15px 30px 15px;
  }
}

.service-text-header {
  margin-bottom: 50px;
  background-image: linear-gradient(to top, #f0eae6 0px, #f0eae6 3px, #fff 3px, #fff 100%);
  font-size: 2.4rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text-header {
    padding-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
}

.service-text-header span {
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 3px solid #88b04b;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text-header span {
    padding-bottom: 10px;
  }
}

.service-text {
  padding: 0 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text {
    margin: 0;
    padding: 0;
  }
}

.service-text + h2 {
  margin-top: 95px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text + h2 {
    margin-top: 0px;
  }
}

.service-text h3 {
  margin-bottom: 50px;
  padding-left: 10px;
  line-height: 1;
  border-left: 4px solid #88b04b;
  font-size: 2rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text h3 {
    margin-bottom: 35px;
  }
}

.service-text p {
  margin-bottom: 15px;
}

.service-text p + h3 {
  margin-top: 75px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-text p + h3 {
    margin-top: 50px;
  }
}

.service-image {
  margin-bottom: 50px;
  background-color: #eef8ff;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .service-image {
    margin-bottom: 30px;
  }
}

.service-image img {
  width: 100%;
  max-width: 850px;
  height: auto;
}

.content-meo {
  background: transparent url(../img/bg_meo.jpg) center center/cover no-repeat;
}

.meo-image-1 {
  padding: 30px 0;
  background: #fff url(../img/bg_meo_content.jpg) center center/cover no-repeat;
  margin-bottom: 45px;
  text-align: center;
}

.meo-image-2, .ses-image-1 {
  margin-bottom: 45px;
  text-align: center;
}

.meo-image-1 img, .meo-image-2 img, .ses-image-1 img {
  max-width: 100%;
}

.meo-image-2 + .ta-c {
  margin-bottom: -30px;
  margin-left: -15px;
  margin-right: -15px;
}

.mt-sh {
  margin-bottom: 0;
}

.content-ses {
  background: transparent url(../img/bg_ses.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-ses {
    margin-bottom: -15px;
  }
}

.icon-list + h2 {
  margin-top: 50px;
}

.merit-list dt {
  font-size: 1.8rem;
  font-weight: bold;
}

.merit-list dd {
  text-align: left;
}

.kodawari-list {
  margin: 0 50px 80px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .kodawari-list {
    margin: 0 auto;
    padding: 0;
  }
}

.kodawari-list li {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .kodawari-list li:last-child {
    margin-bottom: 10px;
  }
}

.kodawari-list dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.kodawari-list dt img {
  width: 35px;
}

.kodawari-list dt span {
  width: calc(100% - 45px);
  font-size: 2rem;
  font-weight: bold;
  color: #88b04b;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .kodawari-list dt span {
    width: calc(100%);
    margin-left: 10px;
    line-height: 1.4;
  }
}

.kodawari-list dd {
  padding-left: 45px;
}

.result-list {
  margin: 0 50px 80px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .result-list {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}

.result-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
}

.result-list li:nth-of-type(1) {
  border: 3px solid #d7206d;
}

.result-list li:nth-of-type(2) {
  border: 3px solid #e46a45;
}

.result-list li:nth-of-type(3) {
  border: 3px solid #f2ca25;
}

.result-list li:nth-of-type(4) {
  border: 3px solid #9dca58;
}

.result-list li:nth-of-type(5) {
  border: 3px solid #4bb09c;
}

.result-list li span {
  width: 41px;
  text-align: center;
}

.result-list li dl {
  width: calc(100% - 55px);
}

.result-list li dt {
  font-weight: bold;
}

.resource-contact {
  padding: 50px 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .resource-contact {
    padding: 70px 0 0 0;
  }
}

.resource-contact h2 {
  margin: 0 25px 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .resource-contact h2 {
    width: 70%;
    margin: 0 auto 30px auto;
    padding: 0;
  }
}

.resource-contact a + h2 {
  margin-top: 80px;
}

.resource-contact p {
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}

.resource-contact a:nth-of-type(1) {
  background-color: #d68135;
}

.resource-contact a:nth-of-type(1):hover, .resource-contact a:nth-of-type(1):active {
  background-color: #db8a42;
}

.resource-contact a:nth-of-type(2) {
  background-color: #3869ce;
}

.resource-contact a:nth-of-type(2):hover, .resource-contact a:nth-of-type(2):active {
  background-color: #4172d6;
}

.content-partnership {
  background: transparent url(../img/bg_partnership.jpg) center center/cover no-repeat;
}

.wrapper-partnership {
  padding-bottom: 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-partnership {
    width: 100%;
    padding: 30px 0 0px 0;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-partnership .service-text-header {
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }
}

.partnership-intro {
  margin-bottom: 70px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .partnership-intro {
    margin-bottom: 20px;
    padding: 0 15px 0 15px;
  }
}

.partnership-text-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .partnership-text-wrapper {
    flex-direction: column;
    padding: 0 15px 0 15px;
  }
}

.partnership-img {
  width: 250px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .partnership-img {
    width: 100%;
    margin: 0 auto 30px auto;
  }
}

.partnership-text-main {
  width: 550px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .partnership-text-main {
    width: 100%;
  }
}

.partnership-text-main h3 {
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 4px solid #88b04b;
  line-height: 1;
  font-size: 2rem;
}

.partnership-text-main p {
  margin-bottom: 15px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.6rem;
  color: #88b04b;
}

.partnership-text-main li {
  margin-bottom: 5px;
}

.wrapper-partnership .content-contact {
  width: 950px;
  margin: 80px -50px 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-partnership .content-contact {
    width: 100%;
    margin: 0 auto;
  }
}

.recruit-box {
  padding: 80px 0;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-box {
    padding: 30px 0 30px 0;
  }
}

.recruit-box-2 {
  padding: 80px 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-box-2 {
    padding: 30px 15px 100px 15px;
    background: url(../../recruit/img/bg_message.jpg) no-repeat bottom center/220%;
  }
}

.recruit-message-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 950px;
  margin: 50px auto 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-message-wrapper {
    width: calc(100% - 30px);
    margin: 0 auto 0 auto;
    flex-direction: column;
  }
}

.recruit-message-text {
  width: 625px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-message-text {
    width: 100%;
    order: 2;
  }
}

.recruit-message-text p {
  margin-bottom: 15px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-message-text p {
    font-size: 1.6rem;
  }
}

.recruit-message-signature {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.recruit-message-signature img {
  margin-left: 20px;
  vertical-align: text-bottom;
}

.recruit-message-img {
  width: 295px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-message-img {
    width: auto;
    height: auto;
    margin: 0 auto 40px auto;
    order: 0;
  }
}

.recruit-identity {
  padding: 80px 0;
  background: transparent url(../img/bg_identity.jpg) center center/cover no-repeat;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-identity {
    padding: 30px 0 0 0;
  }
}

.recruit-identity > img {
  margin: 15px 0 30px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-identity > img.md-pc {
    display: none;
  }
  .recruit-identity > img.md-sp {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

.recruit-interview-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-interview-list {
    width: calc(100% - 30px);
    flex-direction: column;
  }
}

.recruit-interview-list li {
  position: relative;
  width: 458px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-interview-list li {
    width: 100%;
    min-height: 190px;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  .recruit-interview-list li img[src*="interview_"] {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.recruit-interview-list li:nth-of-type(n+3) {
  margin-top: 30px;
}

.recruit-interview-list .btn-l2r-wrapper {
  left: auto;
  bottom: 0;
  width: 210px;
  margin: 0;
}

.recruit-interview-list .btn-l2r {
  letter-spacing: 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-interview-list .btn-l2r {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
}

.recruit-interview-name {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: inline-block;
  width: 205px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-interview-name {
    width: auto;
  }
}

.recruit-interview-name span:nth-of-type(1) {
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 1.6rem;
}

.recruit-interview-name span:nth-of-type(2) {
  display: block;
  line-height: 1.2;
  font-size: 1.2rem;
}

.message-box {
  position: relative;
  width: 950px;
  margin: 50px auto 0;
  padding-bottom: 110px;
  overflow: hidden;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .message-box {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
  }
}

.message-box-text {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 750px;
  padding: 50px 60px 50px 50px;
  border-left: 5px solid #88b04b;
  background-color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .message-box-text {
    width: calc(100% - 30px);
    padding: 40px 15px 30px 15px;
    flex-direction: column;
  }
}

.message-box-text > img {
  width: 178px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .message-box-text > img {
    margin: 0px auto 40px auto;
  }
}

.message-box-text > div {
  width: 100%;
}

.message-box-text > img {
  width: 180px;
}

.message-box-text > img + div {
  width: 540px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .message-box-text > img + div {
    width: 100%;
  }
}

.message-box-text p {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .message-box-text p {
    font-size: 1.6rem;
  }
}

.message-box-text .message-box-text-name {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.message-box-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.message-box .btn-l2r-wrapper {
  max-width: 300px;
  bottom: 88px;
}

.message-box .btn-l2r {
  max-width: 300px;
}

.recruit-box-main {
  padding: 50px 0 80px;
  background: #fff url(../img/bg_recruit_2.jpg) center bottom/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-box-main {
    padding: 50px 0 0 0;
  }
}

.recruit-box-main p {
  margin-bottom: 50px;
  text-align: center;
}

.recruit-box-main ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-box-main ul {
    flex-direction: column;
  }
}

.recruit-box-main ul li:nth-of-type(n+2) {
  margin-left: 30px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-box-main ul li:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 30px;
  }
}

.recruit-box-main ul li:nth-of-type(1) a {
  background-color: #d68135;
}

.recruit-box-main ul li:nth-of-type(1) a:hover, .recruit-box-main ul li:nth-of-type(1) a:active {
  background-color: #db8a42;
}

.recruit-box-main ul li:nth-of-type(2) a {
  padding-top: 23px;
  padding-bottom: 24px;
  background-color: #09acc3;
}

.recruit-box-main ul li:nth-of-type(2) a:hover, .recruit-box-main ul li:nth-of-type(2) a:active {
  background-color: #25b7cb;
}

.recruit-link {
  padding: 50px 0;
  background-color: #fff;
}

.recruit-link-list {
  display: flex;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .recruit-link-list {
    width: 100%;
  }
}

.recruit-link-list h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

.recruit-link-item li + li {
  margin-top: 5px;
}

.recruit-link-item a {
  text-decoration: none;
  color: #868773;
}

.recruit-link-item a:hover, .recruit-link-item a:active {
  color: #88b04b;
}

.content-jobtitle {
  background: transparent url(../img/bg_jobtitle.jpg) center center/cover no-repeat;
}

.content-news {
  background: transparent url(../img/bg_news.jpg) center center/cover no-repeat;
}

.news-list {
  width: 950px;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .news-list {
    width: calc(100% - 30px);
  }
}

.wrapper-news .news-list {
  width: 850px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-news .news-list {
    width: 100%;
    margin-bottom: 100px;
  }
}

.news-list li {
  border-bottom: 1px solid #e5e5e5;
}

.news-list a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .news-list a {
    width: calc(100% - 30px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 15px 20px 15px;
  }
}

.news-list a:hover, .news-list a:active {
  background-color: #fafafa;
}

.news-icon-press {
  width: 110px;
  margin: 2px 20px 0 0;
  padding: 4px 0;
  border-radius: 2px;
  background-color: #af9a8b;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

.news-date {
  width: 80px;
  margin-right: 20px;
  color: #9c9d8c;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .news-date {
    width: auto;
  }
}

.news-title {
  width: calc(100% - 230px);
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .news-title {
    width: calc( 100%);
  }
}

.wrapper-news .service-text-header {
  margin: 0 auto 30px auto;
  padding: 30px 15px 0 15px;
  font-size: 2.4rem;
  line-height: 1.4;
}

.wrapper-news .service-text-header span {
  display: block;
  padding-bottom: 10px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .news-main {
    margin: 0 auto 80px auto;
    padding: 0 15px 10px 15px;
  }
}

.news-main p {
  margin-bottom: 30px;
  word-break: break-all;
}
.news-main .pc-hidden {
  display: none;
}
@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .news-main .pc-hidden{
    display: block;
  }
}

.content-sitemap {
  background: transparent url(../img/bg_sitemap.jpg) center center/cover no-repeat;
}

.wrapper-sitemap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-sitemap {
    width: calc(100% - 30px);
    padding: 30px 15px 0 15px;
  }
}

.sitemap-main {
  width: 250px;
  margin-right: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .sitemap-main {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}

.wrapper-sitemap div.sitemap-main:nth-of-type(3n) {
  margin-right: 0;
}

.wrapper-sitemap div.sitemap-main:nth-of-type(n+4) {
  margin-top: 45px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-sitemap div.sitemap-main:nth-of-type(n+4) {
    margin-top: 0px;
    margin-bottom: 40px;
  }
}

.sitemap-main h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #f0eae6;
}

.sitemap-main h2 a {
  display: block;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  font-size: 1.8rem;
  color: inherit;
}

.sitemap-main h2 a::before {
  content: '\f105';
  display: inline-block;
  width: 17px;
  margin-right: 8px;
  padding: 3px 0 3px 1px;
  border: 1px solid #444535;
  border-radius: 50%;
  vertical-align: bottom;
  text-align: center;
  font: 1.2rem/1 "FontAwesome";
}

.sitemap-main h2 a:hover, .sitemap-main h2 a:active {
  color: #88b04b;
}

.sitemap-main h2 a:hover::before, .sitemap-main h2 a:active::before {
  border-color: #88b04b;
}

.sitemap-main ul {
  margin-top: 20px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .sitemap-main ul {
    margin-bottom: 40px;
  }
}

.wrapper-contact .service-text-header {
  margin: 0 15px 30px 15px;
}

.content-contactus {
  background: transparent url(../img/bg_contact_main.jpg) center center/cover no-repeat;
}

.contact-status {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-status {
    margin: 0 15px 30px 15px;
  }
  .contact-status img {
    width: 100%;
    height: auto;
  }
}

.contact-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px solid #e5e5e5;
}

.contact-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.contact-table th {
  width: 180px;
  padding: 25px 20px;
  background-color: #fcfbfb;
  vertical-align: top;
  text-align: left;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-table th {
    width: 100%;
    padding: 4px 15px 4px 15px;
    box-sizing: border-box;
    display: block;
  }
}

.contact-table td {
  padding: 15px 20px;
  vertical-align: middle;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-table td {
    width: 100%;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    display: block;
  }
}

.label-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.label-type {
  width: 2.6rem;
  padding: 0.4rem;
  border-radius: 3px;
  line-height: 1;
  font-size: 1.2rem;
}

.label-required {
  background-color: #e88383;
  color: #fff;
}

.label-optional {
  background-color: #dbdbdb;
  color: #444535;
}

.contact-text {
  position: relative;
}

.contact-text input[type=radio] {
  display: none;
}

.contact-text input[type=tel], .contact-text input[type=email], .contact-text input[type=text] {
  border: 1px solid #d1c6c6;
  outline: none;
  font-family: inherit;
  font-size: inherit;
}

.contact-text select, .contact-text textarea {
  border: 1px solid #d1c6c6;
  outline: none;
  font-family: inherit;
  font-size: inherit;
}

.contact-text input[type=tel], .contact-text input[type=email], .contact-text input[type=text] {
  width: 300px;
  line-height: 1;
  box-sizing: content-box;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-text input[type=tel], .contact-text input[type=email], .contact-text input[type=text] {
    width: calc(100% - 28px);
  }
}

.contact-text select {
  width: 300px;
  line-height: 1;
  box-sizing: content-box;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-text select {
    width: calc(100% - 10px);
  }
}

.contact-text input[type=tel], .contact-text input[type=email], .contact-text input[type=text] {
  height: 1.4rem;
  padding: 12px 14px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-text input[type=tel], .contact-text input[type=email], .contact-text input[type=text] {
    padding: 16px 14px;
    font-size: 1.6rem;
  }
}

.contact-text select {
  padding: 7px 14px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-text select {
    width: calc(100% - 28px);
  }
}

.contact-text textarea {
  width: 100%;
  padding: 14px;
  max-width: 100%;
  height: 170px;
  box-sizing: border-box;
  resize: vertical;
}

.contact-text input[type=tel]::-webkit-input-placeholder, .contact-text input[type=text]::-webkit-input-placeholder, .contact-text input[type=email]::-webkit-input-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text textarea::-webkit-input-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text input[type=tel]::-moz-placeholder, .contact-text input[type=text]::-moz-placeholder, .contact-text input[type=email]::-moz-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text textarea::-moz-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text input[type=tel]:-ms-input-placeholder, .contact-text input[type=text]:-ms-input-placeholder, .contact-text input[type=email]:-ms-input-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text textarea:-ms-input-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text input[type=tel]::-ms-input-placeholder, .contact-text input[type=text]::-ms-input-placeholder, .contact-text input[type=email]::-ms-input-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text textarea::-ms-input-placeholder {
  font-family: inherit;
  font-size: 100%;
  padding-top: 0.3rem;
}

.contact-text input[type=tel]:focus, .contact-text input[type=text]:focus, .contact-text input[type=email]:focus {
  border-color: #88b04b;
  box-shadow: 0 0 4px #88b04b;
}

.contact-text textarea:focus {
  border-color: #88b04b;
  box-shadow: 0 0 4px #88b04b;
}

.contact-text option {
  padding: 0;
}

.contact-text label {
  margin-right: 30px;
}

.contact-text label span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  padding: 1px;
  border: 1px solid #d1c6c6;
  border-radius: 50%;
  vertical-align: middle;
  line-height: 1;
}

.contact-text label span::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e88383;
  vertical-align: top;
  line-height: 1;
  opacity: 0;
}

.contact-text input[type=radio]:checked + label span::before {
  opacity: 1;
}

.contact-text .contact-input-error {
  border-color: #e88383;
  box-shadow: 0 0 4px #e88383;
}

.contact-error {
  color: #e88383;
  padding: 5px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-error {
    margin: 0 15px 0 15px;
  }
}

.contact-error + button {
  margin-top: 50px;
}

.contact-error::before {
  content: url(../img/icon_caution.png);
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.privacy-text-wrapper {
  height: 200px;
  margin-bottom: 25px;
  padding: 14px;
  border: 1px solid #d1c6c6;
  overflow-y: scroll;
  counter-reset: ptw;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .privacy-text-wrapper {
    margin: 0 15px 30px 15px;
  }
}

.wrapper-privacy .privacy-header {
  counter-increment: ptw;
  counter-reset: plk;
}

.privacy-text-wrapper .privacy-header {
  counter-increment: ptw;
  counter-reset: plk;
  margin-top: 30px;
}

.wrapper-privacy .privacy-header::before, .privacy-text-wrapper .privacy-header::before {
  content: counter(ptw) ".";
  display: inline-block;
  margin-right: 5px;
}

.contact-check-wrapper {
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-check-wrapper {
    margin-bottom: 50px;
    padding-bottom: 80px;
  }
  .contact-check-wrapper .btn-l2r {
    width: 100%;
  }
}

.contact-check-wrapper button:nth-of-type(n+2) {
  margin-left: 30px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .contact-check-wrapper button:nth-of-type(n+2) {
    margin-left: 0;
  }
}

.contact-check {
  display: none;
}

.contact-check-wrapper label span {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 10px;
  padding: 1px;
  border: 1px solid #d1c6c6;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 1;
  font-size: 1rem;
}

.contact-check-wrapper label .contact-check-error {
  border-color: #e88383;
  box-shadow: 0 0 4px #e88383;
}

.contact-check-wrapper label span::before {
  content: '\f00c';
  display: inline-block;
  visibility: hidden;
  font-family: "FontAwesome";
}

.contact-check-wrapper > .contact-check:checked ~ label span::before {
  visibility: visible;
}

.complete-wrapper .btn-l2r, .contact-check-wrapper .btn-l2r {
  padding: 15px 0;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  letter-spacing: 0;
  margin-top: 20px;
}

.complete-wrapper {
  text-align: center;
  margin-top: 80px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .complete-wrapper {
    margin: 0 15px 0 15px;
    padding: 0 0 40px 0;
  }
}

.complete-wrapper p {
  margin-bottom: 20px;
}

.complete-wrapper p ~ a {
  margin-top: 60px;
}

.content-privacy {
  background: #fff url(../img/bg_privacy.jpg) center center/cover no-repeat;
  counter-reset: ptw;
}

.wrapper-privacy {
  padding-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .wrapper-privacy {
    margin: 0 auto 80px auto;
    padding: 30px 15px 30px 15px;
    box-sizing: border-box;
  }
}

.wrapper-privacy p + p {
  margin-top: 30px;
}

.wrapper-privacy .privacy-header {
  margin-top: 40px;
}

.privacy-list-kakko {
  counter-reset: plk;
}

.privacy-list-kakko > li {
  counter-increment: plk;
}

.privacy-list-kakko > li + li {
  margin-top: 30px;
}

.privacy-list-kakko > li::before {
  content: counter(plk) " ) ";
}

.privacy-list-number {
  counter-reset: pln;
}

.privacy-list-number > li {
  counter-increment: pln;
}

.privacy-list-number > li::before {
  content: counter(pln) ". ";
  display: inline-block;
  margin-right: 5px;
}

.privacy-list-dotted > li::before {
  content: '・';
}

.content-company {
  background: transparent url(../img/bg_company.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-company {
    height: 9em;
    padding: 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
  }
}

.company-list {
  margin: 50px auto -35px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .company-list {
    margin: 15px auto -10px auto;
    display: flex;
    flex-direction: column;
  }
}

.company-list li {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .company-list li {
    width: calc( 100% - 30px);
    margin-bottom: 15px;
  }
}

.company-list li + li {
  margin-top: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .company-list li + li {
    margin-top: 0;
  }
}

.company-list figure {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.company-list a {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  text-decoration: none;
  color: #fff;
}

.company-list .btn-l2r-wrapper {
  position: relative;
  bottom: 0;
  margin-top: 20px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .company-list .btn-l2r-wrapper .btn-l2r {
    padding: 10px 0 10px 0;
    font-size: 1.4rem;
  }
}

.company-list dl {
  position: absolute;
  left: 0;
  top: 45px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.company-list dt {
  line-height: 1;
  font-weight: bold;
  font-size: 2rem;
}

.company-list p {
  margin-top: 20px;
  line-height: 1;
}

.content-about {
  background: transparent url(../img/bg_about_1.jpg) center center/cover no-repeat;
}

.about-jumbotron {
  margin-top: -30px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-jumbotron {
    margin-top: 15px;
  }
}

.about-jumbotron-img {
  padding-top: 75px;
  background: #fff url(../img/bg_about_2.jpg) center center/cover no-repeat;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-jumbotron-img {
    padding-bottom: 30px;
  }
}

.about-jumbotron-img h2 {
  margin-bottom: 20px;
  font-size: 4rem;
}

.about-jumbotron-img p:first-of-type {
  margin-bottom: 40px;
}

.about-jumbotron-img img {
  width: 100%;
  max-width: 531px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-jumbotron-img img {
    width: calc( 100% - 30px);
    max-width: 100%;
    margin: 0 15px 0 15px;
    display: block;
  }
}

.about-jumbotron-text {
  padding: 50px;
  background-color: #e6dfda;
  color: #444535;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-jumbotron-text {
    padding: 15px 15px 15px 15px;
  }
}

.about-jumbotron-text p + p {
  margin-top: 25px;
}

.about-dna {
  position: relative;
  margin: 0 auto;
  padding: 0 30px 20px 30px;
  background: url(../img/img_about_dna_01@2x.jpg) no-repeat center center/cover;
}

.about-dna .section-header {
  padding-top: 80px;
}

.dna-catch {
  margin: 0 auto 40px auto;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #444535;
}

.dna-img {
  position: absolute;
  left: 50%;
  top: 350px;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dna-leafwrap {
  position: relative;
  max-width: 950px;
  margin: 0 auto 80px auto;
  padding: 0;
  background: url(../img/img_about_dna_02@2x.png) no-repeat center center/384px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .dna-leafwrap {
    margin: 0 auto;
    padding: 140px 0 30px 0;
    background: none;
    height: auto;
  }
  .dna-leafwrap::after {
    position: absolute;
    left: 50%;
    top: -30px;
    width: 140px;
    height: 145px;
    content: " ";
    background: url(../img/img_about_dna_02@2x.png) no-repeat center center/100% auto;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.dna-leaf {
  max-width: 380px;
  height: 255px;
  margin: auto auto 20px auto;
  padding: 40px 40px 40px 40px;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .dna-leaf {
    position: static;
    height: auto;
    min-height: 255px;
    margin: 0 auto 30px auto;
    padding: 30px 30px 30px 30px;
  }
}

.dna-leaf > h3 {
  margin: 0 auto 30px auto;
  padding: 0;
  font-size: 18px;
  line-height: 1.0;
  font-weight: bold;
  color: #444535;
  text-align: center;
}

.dna-leaf > h3 > img {
  margin: 0 auto 10px auto;
  padding: 0;
  text-align: center;
  display: block;
}

.dna-leaf > p {
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .dna-leaf > p {
    margin-bottom: 0px;
  }
}

.dna-leaf:nth-child(1) {
  margin-right: auto;
  border-radius: 0px 100px 0px 50px;
}

.dna-leaf:nth-child(2) {
  margin-left: auto;
  border-radius: 100px 0px 50px 0px;
}

.dna-leaf:nth-child(3) {
  margin-right: auto;
  border-radius: 100px 0px 50px 0px;
}

.dna-leaf:nth-child(4) {
  margin-left: auto;
  border-radius: 0px 100px 0px 50px;
}

.about-philosophy {
  padding: 80px 50px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-philosophy {
    width: calc(100% - 30px);
    padding: 30px 15px 30px 15px;
    background-color: #F9F6F4;
  }
}

.about-philosophy .section-header-ja {
  margin-bottom: 35px;
}

.about-philosophy .section-desc {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-philosophy .section-desc {
    text-align: left;
    margin-bottom: 30px;
  }
}

.about-history {
  position: relative;
  padding: 80px 50px;
  background: #fff url(../img/bg_history.png) top center/contain repeat-x;
  overflow: hidden;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-history {
    padding: 30px 15px 50px 15px;
    background-size: cover;
  }
}

.about-history::before, .about-history::after {
  content: '';
  position: absolute;
  left: 50%;
  display: inline-block;
}

.about-history::before {
  top: 237px;
  width: 365px;
  height: 101px;
  background: transparent url(../img/bg_jumbotron_5.png) 0 0 no-repeat;
  -webkit-transform: translateX(95px);
  transform: translateX(95px);
}

.about-history::after {
  bottom: 308px;
  width: 342px;
  height: 106px;
  background: transparent url(../img/bg_jumbotron_4.png) 0 0 no-repeat;
  -webkit-transform: translateX(-432px);
  transform: translateX(-432px);
}

.about-history .section-header, .about-history .section-header-ja {
  color: #fff;
}

.about-plan {
  padding: 80px 50px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-plan {
    margin-bottom: -20px;
    padding: 35px 15px 0 15px;
  }
}

.about-plan p {
  position: relative;
  text-align: center;
  margin: 0 0 25px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-plan p {
    text-align: left;
    margin: 0 auto 20px auto;
  }
}

.about-plan p.sp-point {
  margin: 0 -15px 0 -15px;
}

.about-plan .section-header-ja {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-plan .section-header-ja {
    text-align: center;
  }
}

.about-plan div {
  height: 90px;
  margin: 35px 0 0;
  position: relative;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .about-plan .btn-img-wrapper {
    width: 100%;
  }
}

.content-profile {
  padding: 195px 0 235px;
  background: transparent url(../img/bg_profile.jpg) center center/cover no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .content-profile {
    height: 9em;
    padding: 2em 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
  }
}

.content-profile h1 {
  margin-bottom: 25px;
}

.profile-main .mm-wrapper {
  margin-top: -30px;
  padding: 50px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .profile-main .mm-wrapper {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 30px 15px 30px 15px;
  }
}

.profile-table {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .profile-table {
    max-width: 100%;
  }
}

.profile-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.profile-table th, .profile-table td {
  vertical-align: top;
  padding: 25px 0;
}

.profile-table th {
  width: 120px;
  text-align: left;
  color: #9c9d8c;
}

.profile-table a {
  color: #88b04b;
}

.content-philosophy {
  background: transparent url(../img/bg_philosophy_1.jpg) center center/cover no-repeat;
}

.philosophy-catch {
  margin-top: -30px;
  padding: 90px 0 85px;
  background-color: #fff;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-catch {
    margin-top: 0;
    padding: 30px 0 30px 0;
  }
}

.philosophy-catch p:first-of-type {
  font-size: 1.8rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-catch p:first-of-type {
    width: 64%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
  }
}

.philosophy-catch h2 {
  margin-bottom: 2.5rem;
  font-size: 6rem;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-catch h2 {
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 1.0;
  }
}

.philosophy-catch h2 ~ p {
  margin: 25px 25px 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-catch h2 ~ p {
    margin: 0 auto 0 auto;
    padding: 0 15px 0 15px;
    text-align: left;
  }
}

.philosophy-story {
  padding: 75px 0 55px;
  background: transparent url(../img/bg_philosophy_3.png) center center repeat;
  text-align: center;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-story {
    padding: 40px 0 30px 0;
  }
}

.philosophy-story .section-header-ja {
  margin-bottom: 50px;
}

.philosophy-story .section-header-ja ~ p {
  margin-top: 20px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-story .section-header-ja ~ p {
    margin: 0 auto 0 auto;
    padding: 0 15px 0 15px;
    text-align: left;
  }
  .philosophy-story .section-header-ja ~ p img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) and (max-width: 640px), screen and (max-width: 768px) and (max-width: 640px), screen and (max-width: 640px) and (max-width: 768px), screen and (max-width: 768px) and (max-width: 768px) {
  .philosophy-story .section-header-ja ~ p img.md-pc {
    display: none;
  }
  .philosophy-story .section-header-ja ~ p img.md-sp {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

.philosophy-name {
  margin-bottom: 45px;
  padding: 80px 0 240px;
  background: transparent url(../img/bg_philosophy_2.jpg) center center/cover no-repeat;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-name {
    margin-bottom: 30px;
    padding: 30px 0 300px 0;
    background-position: left bottom;
  }
}

.philosophy-name .section-header-ja {
  margin-bottom: 40px;
  color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-name p:last-child {
    margin: 0 auto 0 auto;
    padding: 0 15px 0 15px;
    text-align: left;
  }
}

.philosophy-contact {
  padding-bottom: 80px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-contact {
    padding: 0;
  }
}

.philosophy-contact h2 {
  margin: 0 25px 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-contact h2 {
    width: 65%;
    margin: 0 auto 50px auto;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .philosophy-contact a {
    width: 100%;
    box-sizing: border-box;
  }
}

.content-greetings {
  margin-top: -30px;
  background: transparent url(../img/bg_greetings.jpg) center center/cover no-repeat;
}

.greeting-wrapper {
  background: #fff url(../img/bg_tree.png) right bottom no-repeat;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .greeting-wrapper {
    background-size: 70%;
  }
}

.greeting-text {
  width: 100%;
  max-width: 950px;
  margin: -30px auto 0;
  padding: 80px 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .greeting-text {
    max-width: 100%;
    margin: 0 auto 0px auto;
    padding: 35px 15px 30px 15px;
  }
}

.greeting-text p:nth-of-type(1), .greeting-text p:nth-of-type(3), .greeting-text p:nth-of-type(5) {
  margin-bottom: 55px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .greeting-text p:nth-of-type(1), .greeting-text p:nth-of-type(3), .greeting-text p:nth-of-type(5) {
    margin-bottom: 30px;
  }
}

.greeting-text p:nth-of-type(2), .greeting-text p:nth-of-type(4) {
  margin-bottom: 20px;
}

.greeting-text p:nth-of-type(6) {
  margin-bottom: 25px;
}

.greeting-text p:nth-of-type(7) {
  margin-bottom: 45px;
}

.greeting-text p img {
  margin-left: 20px;
}

.content-map {
  background: #fff url(../img/bg_map.jpg) center center/cover no-repeat;
}

.map-wrapper {
  margin-top: -30px;
  padding: 50px 30px;
  background-color: #fff;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .map-wrapper {
    margin: 0 auto 0 auto;
    padding: 30px 15px 30px 15px;
  }
}

.map-main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .map-main {
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
  }
}

.map-text {
  width: 250px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .map-text {
    width: 100%;
    margin-bottom: 30px;
  }
}

.map-text h2 {
  margin-bottom: 50px;
  font-size: 4rem;
}

.map-text p:nth-of-type(1) {
  margin-bottom: 15px;
  font-weight: bold;
}

.map-text p:nth-of-type(2) {
  margin-bottom: 25px;
}

.map-btn {
  display: flex;
}

.map-btn .btn-flip {
  letter-spacing: 3px;
  z-index: 2;
}

.map-btn li:nth-of-type(2) {
  margin-left: 20px;
}

.map-btn li:nth-of-type(2) a {
  width: 48px;
}

.map-btn .btn-flip::after {
  background-color: #88b04b;
}

.map-btn .btn-flip:hover, .map-btn .btn-flip:active {
  color: #fff;
}

.map-btn .btn-flip:hover .map-btn-off, .map-btn .btn-flip:active .map-btn-off {
  opacity: 0;
}

.map-btn .btn-flip:hover .map-btn-on, .map-btn .btn-flip:active .map-btn-on {
  opacity: 1;
}

.map-btn span {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 3px 0;
}

.map-btn span img {
  vertical-align: middle;
}

.map-btn-off {
  opacity: 1;
  transition: opacity 0.3s;
}

.map-btn-on {
  position: absolute;
  top: 3px;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.map-box {
  position: relative;
  width: calc(100% - 300px);
  height: 500px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .map-box {
    width: calc(100%);
    height: auto;
    margin: 0;
    padding-top: 62.5%;
  }
}

.map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.page-footer {
  padding: 115px 0 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-footer {
    margin: 80px auto 0 auto;
    padding: 0;
  }
}

.page-footer .mm-wrapper {
  max-width: none;
}

.page-footer .service-futile-wrapper .mm-inner {
  min-width: 850px;
}

.footer-sitemap {
  padding: 50px 0;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-sitemap {
    padding: 0;
  }
}

.footer-sitemap > div {
  display: flex;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-sitemap > div {
    display: block;
  }
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-sitemap .mm-inner {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
}

.footer-btn {
  position: relative;
  min-height: 16px;
  padding: 31px 0;
  background-color: #fff;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-btn {
    margin: 0 auto;
    padding: 0;
    height: 50px;
    min-height: auto;
    text-align: center;
  }
}

.footer-btn .mm-inner {
  min-height: 16px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-btn .mm-inner {
    min-height: auto;
  }
}

.page-top-wrapper {
  position: absolute;
  right: 50px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-top-wrapper {
    position: static;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .breadcrumbs {
    position: absolute;
    left: 10px;
    top: 20px;
    width: calc(100% - 10px);
    margin: 0 auto 0 auto;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.breadcrumbs li {
  line-height: 1;
  color: #c4c4bd;
}

.breadcrumbs img {
  margin-right: 12px;
}

.breadcrumbs a {
  text-decoration: none;
  color: #444535;
}

.breadcrumbs a:hover, .breadcrumbs a:active {
  text-decoration: underline;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .breadcrumbs a.hover-home img {
    display: none;
  }
}

.breadcrumbs li:first-of-type a {
  vertical-align: bottom;
}

.breadcrumbs li:nth-of-type(n+2) {
  margin-left: 20px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .breadcrumbs li:nth-of-type(n+2) {
    margin-left: .5em;
  }
}

.breadcrumbs li:nth-of-type(n+2)::before {
  content: '\f105';
  margin-right: 20px;
  font-family: "FontAwesome";
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .breadcrumbs li:nth-of-type(n+2)::before {
    margin-right: .5em;
  }
}

.breadcrumbs li:nth-of-type(n+3) {
  color: #c4c4bd;
}

.page-top {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 70px;
  height: 20px;
  padding: 15px 0 35px;
  border: none;
  background-color: transparent;
  box-sizing: content-box;
  vertical-align: bottom;
  line-height: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #999a91;
  outline: none;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .page-top {
    display: block;
  }
}

.page-top:hover, .page-top:active {
  color: #88b04b;
  cursor: pointer;
}

.page-top::before {
  content: url(../img/btn_sprout.png);
  position: absolute;
  top: 1px;
  left: 50%;
  z-index: -2;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  display: inline-block;
  width: 20px;
  height: 41px;
  transition: top 0.3s ease-out;
}

.page-top:hover::before, .page-top:active::before {
  top: -41px;
}

.page-top::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}

.footer-logo {
  align-self: center;
  width: 210px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-logo {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 30px 0 20px 0;
    background-color: #fff;
    order: 3;
    text-align: center;
    box-sizing: border-box;
  }
  .footer-logo::after {
    margin: 10px 0 0 0;
    padding: 0;
    content: "株式会社コーボー";
    display: block;
    color: #9e9f96;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
  }
}

ul[class^=footer-link] {
  align-items: flex-start;
}

ul[class^=footer-link] li {
  line-height: 1;
}

ul[class^=footer-link] li:nth-of-type(n+2) {
  margin-top: 20px;
}

ul[class^=footer-link] a {
  text-decoration: none;
  text-align: center;
  color: #868773;
}

ul[class^=footer-link] a:hover, ul[class^=footer-link] a:active {
  color: #88b04b;
}

ul[class^=footer-link] a::before {
  content: '\f105';
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  font: 1.2rem/1 "FontAwesome";
}

.footer-link-1 {
  width: 140px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-link-1 {
    width: calc(50% - 15px);
    margin-left: 15px;
    margin-bottom: 20px;
  }
}

.footer-link-2 {
  width: 210px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-link-2 {
    width: auto;
  }
}

.footer-link-3 {
  width: 220px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-link-3 {
    width: calc(50% - 15px);
    margin-bottom: 30px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 320px) {
  .footer-link-3 a[href*="/news/"] {
    width: 130px;
    text-align: left;
    display: block;
  }
}

.footer-link-4 {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-link-4 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.footer-group {
  width: 160px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .footer-group {
    position: relative;
    width: auto;
  }
}

.footer-social {
  display: flex;
  align-items: center;
  width: 115px;
  padding: 16px;
  background-color: #fff;
}

.footer-social li {
  line-height: 1;
}

.footer-social li + li {
  margin-left: 25px;
}

.footer-social a {
  display: inline-block;
  vertical-align: middle;
}

.hover-home::after {
  content: url(../img/home_on.png);
  width: 15px;
}

.copyright {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  color: #5a5b45;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .copyright {
    background-color: #F9F6F4;
    font-size: 1.1rem;
  }
}

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

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  #loader-bg {
    z-index: 99999;
  }
}

#loader {
  position: relative;
  top: 50%;
  left: 50%;
  width: 210px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 5;
}

.loading-color {
  z-index: 2;
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0%;
}

.loading-colorless {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}





/* ----------------------------------------------------------------
   Disclosure
   ---------------------------------------------------------------- */

.disclosure-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
  border-top: 1px solid #e5e5e5;
  border-spacing: 0px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .disclosure-table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #e5e5e5;
    border-spacing: 0px;
  }
}

.disclosure-table tr {
  border-bottom: 1px solid #e5e5e5;
}

.disclosure-table th {
  width: 300px;
  padding: 15px 20px;
  background-color: #fcfbfb;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
.disclosure-table th {
    width: 100%;
    padding: 4px 15px 4px 15px;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
}

.disclosure-table td {
  padding: 15px 40px;
  vertical-align: middle;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .disclosure-table td {
    width: 100%;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    display: block;
  }
}


.disclosure-p {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .disclosure-p {
    margin-bottom: 30px;
    padding: 0 15px 0 15px;
  }
}



.disclosure-table2 {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #e5e5e5;
  border-spacing: 0px;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .disclosure-table2 {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
    border-top: 1px solid #e5e5e5;
    border-spacing: 0px;
  }
}

.disclosure-table2 tr {
  border-bottom: 1px solid #e5e5e5;
}

.disclosure-table2 th {
  width: 400px;
  padding: 15px 20px;
  background-color: #fcfbfb;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
.disclosure-table2 th {
    width: 100%;
    padding: 4px 15px 4px 15px;
    box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
}

.disclosure-table2 td {
  width: 550px;
  padding: 15px 40px;
  vertical-align: middle;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 640px), screen and (max-width: 768px) {
  .disclosure-table2 td {
    width: 100%;
    padding: 15px 15px 15px 15px;
    box-sizing: border-box;
    display: block;
  }
}

.pagination {
  display: inline-block;
  padding-top: 48px;
}

.pagination a {
  color: #444535;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #af9a8b;
  color: white;
  border-radius: 5px;
}

.pagination a:hover:not(.active) {
  background-color: #fafafa;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .pagination {
    padding-top: 0px;
    padding-bottom: 24px;
    margin-top: -64px;
  }
}

.news-main figure{
  text-align: center;
}

.news-main h3{
  font-weight: bold;
  font-size: 20px;
}