@charset "utf-8";

:root {
  --paddingSection: 60px;
  --paddingLR: 20px;
  --color_green: #077E78;
  --color_yellow: #FED15F;
  --color_red: #CF1A1A;
  --color_gray_bg: #F5F5F5;
  --color_border: #D8D8D8;
  --border_radius: 20px;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 64px;
    --paddingSection: 30px;
    --border_radius: 10px;
  }
}

body {
  padding-top: 70px;
  background: url(images/common/body.png) repeat-y top center;
  background-size: 140%;
}

body:before {
  content: '';
  position: absolute;
  left: -40%;
  top: 0;
  width: 140%;
  height: 0;
  padding-bottom: 40%;
  z-index: 1;
  background: url(images/top/bg-header-sp.svg);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: -10% 0%;
}
/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

/* Header
---------------------------------------------------------------*/
#header {
  padding: 10px 5px;
  position: fixed;
  height: 70px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 21;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-inner {
  background-color: #fff;
  border-radius: 300px;
  padding: 5px 24px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  transition: .3s;
  box-sizing: border-box;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.l-header.active .l-header-inner {
  box-shadow: none;
}

.logo-inner {
  display: block;
}

.logo-inner .logo01 {
  width: 152px;
}

.l-header-name span {
  color: var(--color_green);
  font-weight: 700;
  border: 1px solid var(--color_green);
  line-height: 1.2;
  border-radius: 200px;
  margin-bottom: 2px;
  display: inline-block;
  padding: 1px 4px;
  letter-spacing: -0.02em;
  font-size: 0.785714286rem;
}

.l-header-info {
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
}

.l-header-info .sub-logo {
  display: none;
}

.l-header-menu {
  padding-top: 10px;
}

.l-header-menu__head {
  display: none;
}

.sub-logo {
  position: absolute;
  left: 190px;
  top: 3px;
}

.sub-logo .logo02 {
  width: 114px;
  margin-top: 2px;
}

.sub-logo .logo03 {
  width: 72px;
}

/*nav*/
#header.active {
  background-color: #fff;
}

#header.active .l-header-inner {
  border-radius: 0;
}
.l-header-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 70px);
  background-color: #fff;
  z-index: 21;
  right: 0;
  top: 70px;
  overflow-y: auto;
  padding: 2px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.l-header-nav.active {
  display: block;
}

.l-header-nav__items {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 90%;
  margin: 0 auto 2px;
}

.l-header-nav__items--link {
  padding: 15px 0px;
  display: block;
  font-size: 1.142857143rem;
  font-weight: 700;
  text-align: left;
  position: relative;
  border-bottom: 1px solid var(--color_green);
  background: url(images/common/ico-arw-btn-green.svg) no-repeat 100% 50%;
}

.l-header-entry {
  display: none;
}

.sp-job-btn {
  margin-bottom: 10px;
}

.sp-nav-tell {
  text-align: center;
}

.sp-nav-tell a {
  display: inline-block;
  padding-left: 44px;
  background: url(images/common/ico-tell-green.svg) no-repeat left center;
  background-size: 28px auto;
  font-weight: 700;
  font-size: 1.714285714rem;
}

.sp-nav-tell span {
  display: block;
  font-size: 0.928571429rem;
}

.sp-navi-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3px 42px;
  margin-top: 14px;
}

.sp-navi-links li {
  position: relative;
}

.sp-navi-links li:after {
  content: '';
  position: absolute;
  right: -21px;
  top: 6px;
  width: 1px;
  height: 14px;
  background: #333333;
}

.sp-navi-links li:last-child:after {
  display: none;
}

.sp-navi-links li a {
  font-size: 0.875rem;
  font-weight: 700;
}

.sp-navi-sub__link {
  text-align: center;
  margin-top: 14px;
  max-width: 258px;
  margin: 14px auto 0;
}

.sp-navi-sub__link a {
  display: inline-block;
  text-align: center;
  color: var(--color_green);
  border: 1px solid var(--color_green);
  border-radius: 100px;
  padding: 3px 36px 3px 19px;
  background: url(images/common/ico-arw-btn-green.svg) no-repeat 95% 50%;
  background-size: 10px auto;
  font-weight: 500;
  font-size: 1rem;
}

.sp-navi {
  margin-top: 17px;
}

/*hamburger menu*/
.menu {
  display: block;
  position: absolute;
  width: 50px;
  z-index: 30;
  height: 60px;
  top: 0px;
  right: 0;
  background: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.menu span {
  position: absolute;
  left: 10px;
  width: 25px;
  height: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: var(--color_green);
}
.menu span:nth-of-type(1) {
  top: 20px;
}
.menu span:nth-of-type(2) {
  top: 28px;
}
.menu span:nth-of-type(3) {
  bottom: 21px;
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
  top: 26px;
}
.menu.active span:nth-of-type(2) {
  opacity: 0;
}
.menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-21px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: 18px;
}
.menu.is-show span {
  background-color: #001489;
}

/* Main
---------------------------------------------------------------*/
.l-wrapper {
  overflow: hidden;
  width: 100%;
}

/* Footer
---------------------------------------------------------------*/
#footer {
  position: relative;
  z-index: 4;
  width: 100%;
  background-color: #F5F5F5;
}

.sub-bg {
  position: relative;
  height: 127px;
  width: 100%;
  background-color: #fff;
}

.sub-bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  height: 127px;
  width: 100%;
  background: url(images/common/lv.png);
  background-repeat: repeat-x;
  background-size: auto 127px;
}

#footer .c-center {
  padding: 30px 10px 20px;
}

/*ページトップ*/
.l-footer-top {
  position: fixed;
  z-index: 4;
  right: 10px;
  bottom: 40px!important;
  width: 60px;
  height: 60px;
}

.ft-logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 19px;
}

.ft-logo .ft-logo-img01 {
  width: 240px;
  order: 2;
}

.ft-logo-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  order: 1;
  width: 100%;
  margin-bottom: 14px;
}

.ft-logo-head .logo02 {
  width: 122px;
  margin-left: 25px;
}

.ft-logo-head .logo03 {
  width: 78px;
}

.ft-inf-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.ft-inf-inner .ft-info {
  width: 100%;
}

.ft-inf-inner .ft-info address {
  margin: 20px 0 17px;
  font-weight: 500;
  line-height: 1.5;
}

.ft-inf-inner .ft-info address {
  margin: 20px 0 17px;
  font-weight: 500;
  line-height: 1.5;
}

.ft-info-tell a {
  font-size: 1.25rem;
  padding-left: 29px;
  background: url(images/common/ico-tell-green02.svg) no-repeat left center;
  background-size: 24px auto;
  color: var(--color_green);
  margin-right: 12px;
  display: inline-block;
}

.ft-info-tell .ft-info-open {
  font-size: 0.8125rem;
  display: block;
  padding-left: 2em;
}

.ft-nav {
  display: none;
}

.ft-nav-list,
.ft-nav-list__sub {
  display: none;
}

.ft-nav-list__sub {
  display: none;
}

.entry-btn {
  text-align: right;
}

.entry-btn a.c-btn {
  margin-left: auto;
  padding: 10px;
  position: relative;
  display: inline-block;
}

.entry-btn a.c-btn span {
  margin-bottom: 2px;
}

.ft-nav-list__btm {
  display: none;
}

.l-copyright {
  background-color: var(--color_green);
  padding: 10px 0;
  text-align: center;
}

.l-copyright p {
  color: #fff;
  font-size: 0.875rem;
}

.top-fixed-banner {
  display: none!important;
}

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
.side-banner {
  position: fixed;
  right: -10px;
  top: 240px;
  width: 50px;
  z-index: 20;
}

/* =========================
  メインビジュアル
========================= */
.mv {
  padding-bottom: 86px;
  position: relative;
  padding-top: 45px;
  overflow: hidden;
  background: url(images/top/mv-sp-r.png) no-repeat top right,
  url(images/top/mv-sp-l.png) no-repeat left bottom;
  background-color: #fff;
}

.mv:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 110%;
  height: 0;
  padding-bottom: 46%;
  background: url(images/top/mv-bg02.png);
  background-repeat: no-repeat;
  background-size: 210%;
  background-position: 50% 0%;
  z-index: 1;
}

.mv-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 20px;
  box-sizing: border-box;
}

.mv-info {
  background-color: #fff;
  border: 2px solid #D7E5E5;
  padding: 20px 10px 20px 10px;
  width: 100%;
  position: relative;
  max-width: 815px;
  border-radius: 16px;
}

.mv-catch {
  margin-bottom: 10px;
}

.mv-thum {
  width: 84%;
  height: 0;
  margin-left: 7%;
  padding-bottom: 92%;
  z-index: 0;
  background: url(images/top/mv-thum.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.mv-info dl {
  display: flex;
  gap: 2px;
}

.mv-info dl + dl {
  margin-top: 4px;
}

.mv-info dl dt {
  width: 70px;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 700;
  color: #077E78;
}

.mv-info dl dd {
  font-weight: 700;
  width: calc(100% - 76px);
  margin-left: auto;
}

.mv-info dl dd .txt14 {
  font-size: 0.857142857rem;
  letter-spacing: -0.03em;
}

.mv-info dl dd .txt16,
.mv-info dl dd .txt18 {
  font-size: 0.928571429rem;
}

.mv-info dl dd .txt01 {
  font-size: 0.928571429rem;
}

.mv-info dl dd .txt02 {
  font-size: 1.571428571rem;
  line-height: 1.1;
}

.mv-info dl dd .arw {
  margin-left: 3px;
  margin-right: 3px;
  height: calc(12px / 2 * tan(58deg));
  width: 8px;
  clip-path: polygon(0% 0, 100% 50%, 0 100%);
  display: inline-block;
  background-color: var(--color_green);
} 

.mv-info .c-btn {
  margin: 10px auto 0;
  max-width: 280px;
}

/*NEWS*/
.news {
  padding-bottom: 40px;
}

.news .c-center {
  display: block;
  padding-bottom: 0;
}

.news .info {
  margin-top: 0;
}

.lead {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.lead h2 {
  font-size: 1.5rem;
  color: var(--color_green);
  font-weight: 700;
}

.news .lead {
  width: 100%;
  position: relative;
}

.lead a {
  position: absolute;
  right: 0;
  top: 5px;
}


.news-list {
  margin-top: 20px;
  width: 100%;
}

.news-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
}

.news-list li .news-innner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 15px;
}

.news-list li a {
  background: url(images/common/ico-arw-link-green.svg) no-repeat 100% 50%;
  background-size: 6px auto;
  padding-right: 16px;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.news-list li .news-innner .news-thum {
  width: 100px;
}

.news-list li .news-innner .news-list-grid {
  margin-left: auto;
  width: calc(100% - 100px);
}

.news-list li .news-innner .news-date {
  color: var(--color_green);
  font-size: 1.125rem;
  font-weight: 700;
}

.news-list li .news-innner .news-title .ttl {
  font-size: 1.125rem;
  font-weight: 700;
}

.ft-banner {
  background-color: #fff;
}

.ft-banner .c-center {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ft-banner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.ft-banner-list li img {
  width: auto;
  height: 50px;
}

.about_head {
  margin-bottom: 32px;
}

.sp-about_head_thum {
  margin-bottom: 20px;
  width: 100%;
}

.about .c-center02 + .c-center {
  padding-top: 0;
}

.about .c-center + .c-center02 {
  padding-bottom: 0;
  padding-top: 0;
}

.about_head_info {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.about_head_info__catch {
  font-size: 1.285714286rem;
  color: var(--color_green);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}

.about_head_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  min-height: 80px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #D8D8D8;
  padding-left: 38px;
  font-size: 1rem;
  font-weight: 700;
}

.about_head_list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  background: var(--color_green);
  height: calc(100% - 10px);
}

.about_head_list li:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -17px;
  width: 28px;
  height: 22px;
  background: url(images/common/ico-check-green.svg);
  background-repeat: no-repeat;
  background-size: 28px auto;
}

/*point*/
.about-point {
  background-color: #F5F5F5;
  padding: 20px 20px;
  background-color: rgba(237, 245, 244, 0.6);
  border-radius: 20px;
  margin-bottom: 30px;
}

.h3-ttl {
  color: var(--color_green);
  font-size: 1.428571429rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-point .h3-ttl {
  margin-bottom: 15px;
  text-align: center;
}

.about-point .h3-ttl span {
  padding-left: 37px;
  background: url(images/top/ttl-ico-point.png) no-repeat left center;
  background-size: 36px;
}

.point-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.point-list li {
  width: 100%;
  margin-bottom: 40px;
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.point-list li:last-child {
  margin-bottom: 0;
}

.point-list li img {
  margin: 0 auto 20px;
  display: block;
  margin-top: -25px;
  width: 80px;
}

.point-list li .point-list-ttl {
  border-bottom: 1px dashed var(--color_green);
  padding-bottom: 15px;
  margin-bottom: 19px;
  color: var(--color_green);
  font-size: 1.142857143rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

.point-list li .txt16 {
  line-height: 1.5;
  text-align: center;
}

.about-entry {
  margin-top: 20px;
  width: 100%;
}

.about-entry dl {
  display: block;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D8D8D8;
}

.about-entry dl dt {
  width: 100%;
  color: var(--color_green);
  font-size: 1rem;
  font-weight: 700;
}

.about-entry dl dd {
  margin-top: 5px;
  width: 100%;
}

.trial-case__lists {
  margin-top: 20px;
  padding: 20px 20px 4px;
  background-color: #F5F5F5;
}

.trial-case__lists li {
  margin-bottom: 6px;
}

.trial-case__lists--inner {
  display: block;
  margin-bottom: 10px;
}

.trial-case__lists--inner span {
  font-weight: 700;
  color: var(--color_green);
  width: 100%;
}

.trial-case__lists--inner p {
  font-weight: 700;
  width: 100%;
}

/*INFO*/
.info {
  padding: 20px 0px;
  margin: 40px 0 0px;
  background-color: rgba(245, 245, 245, 0.6);
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.info .c-center02 {
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}

.info-left ,
.info-right {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.info-right {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #d8d8d8;
}


.info-ttl {
  font-weight: 700;
  color: var(--color_green);
  margin-bottom: 18px;
  font-size: 1.428571429rem;
}

.info-right ul li.info-list-mail {
  margin-bottom: 6px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D8D8D8;
}

.info-right ul li.info-list-mail a {
  display: inline-block;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 48px;
  background: url(images/common/ico-mail-green02.svg) no-repeat left center;
  background-size: 32px auto;
  font-weight: 700;
  font-size: 1.142857143rem;
}

.info-right ul li.info-list-tell a {
  display: inline-block;
  padding-left: 42px;
  background: url(images/common/ico-tell-green02.svg) no-repeat left center;
  background-size: 30px auto;
  font-weight: 700;
  font-size: 1.714285714rem;
  color: var(--color_green);
}

.info-left .c-btn {
  justify-content: flex-start;
}

.info-right .info-open {
  font-weight: 500;
  font-size: 0.857142857rem;
  margin-left: 7em;
  text-indent: -3em;
}
/*FLOW*/

.flow-list {
  margin-bottom: 41px;
}

.flow-list li {
  margin-bottom: 22px;
  padding: 16px 20px;
  background-color: #EFF6F5;
  border-radius: 16px;
  position: relative;
}

.flow-list li:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -22px;
  width: 89px;
  height: 23px;
  margin-left: -45px;
  background: url(images/top/flow-arw.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.flow-list li:last-child:after {
  display: none;
}

.flow-list li .flow-thum {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 6px 0;
  margin: 0 auto;
}

.flow-list li .flow-thum img {
  max-width: 100%;
}

.flow-list li:nth-child(6),
.flow-list li:nth-child(7) {
  background-color: #F5F5F5;
}

.flow-list li .flow-info {
  width: 100%;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

.flow-list li .flow-info h3 {
  color: var(--color_green);
  font-size: 1.285714286rem;
  font-weight: 700;
}

.flow-list li:nth-child(7) .flow-info h3,
.flow-list li:nth-child(6) .flow-info h3 {
  color: #C84302;
}

.flow-list li .flow-info a:not([class]) {
  text-decoration: underline;
  color: var(--color_green);
}

.flow-info-contact {
  margin-top: 12px;
}

.flow-info-contact .ttl {
  margin-bottom: 0px;
  font-weight: 700;
}

.flow-info-contact a {
  font-size: 1.25rem;
  padding-left: 26px;
  background: url(images/common/ico-tell-green02.svg) no-repeat left center;
  background-size: 22px auto;
}

.flow-info-contact span {
  font-size: 0.8125rem;
}

.entry-image {
  background-color: #fff;
  padding: 20px 20px;
  border: 1px solid #E4E4E4;
}

.entry-image .ttl {
  color: #015CB5;
  font-size: 1.285714286rem;
  font-weight: 700;
  margin-bottom: 16px;
}

/*RECRUIT*/

.recruit .c-center.hd.entry-before {
  padding: 60px 0;
}

.recruit .c-center.hd {
  display: block;
  padding-bottom: 0;
}

.recruit .c-center.hd .lead {
  width: 100%;
}

.recruit .top-recruit-head {
  margin-top: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top-recruit-head__catch {
  margin-bottom: 20px;
  color: var(--color_green);
  font-size: 1.142857143rem;
  font-weight: 500;
  margin-top: 5px;
}

.lead a {
  position: absolute;
  right: 0;
  top: 5px;
}

#searchform2 {
  width: 100%;
  margin: 30px auto 0;
}

#searchform2 #w_place, #searchform2 #w_kind {
  width: 100%;
  max-width: 400px;
  background: #fff;
  display: inline-block;
  height: 42px;
  padding-right: 30px;
  box-shadow: none;
  border: 1px solid var(--color_green);
  border-radius: 5px;
  padding-left: 10px;
  color: #707070;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  background-image: url(images/common/ico-arw-btm-green.svg);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 6px;
}

#searchform2 #w_place.active, 
#searchform2 #w_kind.active {
  background-color: #E4E4E4;
  pointer-events:none;
}

#searchform2 #w_place {
  width: 100%;
}

#searchform2 select {
  margin-bottom: 10px;
}

#searchform2 .input-free {
  width: 100%;
  max-width: 400px;
  background: #fff;
  display: inline-block;
  height: 48px;
  padding-right: 10px;
  box-shadow: none;
  border: 1px solid var(--color_green);
  border-radius: 5px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#searchform2 .btn-submit {
  padding: 0;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  background: url(images/common/ico-search-white.svg) no-repeat 96% 50% var(--color_green);
  background-size: 16px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  padding-left: 6vw;
  border: none;
  font-size: 0.928571429rem ;
  border-radius: 0px;
  width: 60%;
  max-width: 280px;
  height: 50px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 4px;
  border-radius: 10px;
}

#searchform2 .search__btn {
  background-color: #929292;
  max-width: 140px;
  width: 35%;
  height: 50px;
  line-height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  border: none;
  margin: 0;
  display: inline-block;
  border-radius: 10px;
}

.c-center02.hd {
  padding-bottom: 10px;
}

.search__detail {
  background: #F5F5F5;
  margin: 14px 0 20px;
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #E4E4E4;
}

.search__detail__body--inner {
  padding: 20px 10px 20px;
  background-color: #fff;
}

.search__detail__body--inner fieldset + fieldset {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #D8D8D8;
}

.search__detail__head {
  padding: 15px 13px;
  position: relative;
  background-color: #F5F5F5;
}

.search__detail__head p {
  text-align: left;
  font-size: 1rem;
  width: 80%;
  line-height: 1.4;
}

.search__detail__head .search__detail__toggle {
  position: absolute;
  right: 10px;
  top: 11px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--color_green);
}

.search__detail__head .search__detail__toggle span:before {
  content: '';
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background: #fff;
}

.search__detail__head .search__detail__toggle span:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  width: 2px;
  height: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #fff;
}

.search__detail__head.is-open .search__detail__toggle span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search__detail__ttl {
  text-align: center;
  font-size: 1.142857143rem;
  font-weight: 500;
  color: var(--color_green);
}

.search__detail__dl dt {
  font-weight: 700;
  color: var(--color_green);
  margin-bottom: 5px;
}

.search__detail__dl dd {
  padding-left: 0px;
}

.search__detail__body {
  display: none;
}

.search__detail__body fieldset + fieldset {
  margin-top: 20px;
}

.search__detail__dl .checkbox_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 24px;
}

.search-category span,
.checkbox_wrap > label span {
  font-size: 1rem;
  font-weight: 700;
  padding-top: 3px;
}

.search__detail__dl.type02 label {
  width: 100%;
  display: block;
}

.search-bottom-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 24px;
}

.search-bottom-area .search-category {
  width: 645px;
}

.search-category ul {
  display: block;
}

.recruit .c-center02.bt {
  padding-bottom: 0;
}

.countBox {
  margin-bottom: 24px;
  color: var(--color_green);
  font-weight: 700;
  font-size: 1rem;
}

.recruit-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.top-rec-slider {
  width: 100%;
}

.top-rec-slider .slick-slide  {
  margin: 0 11px;
}

.top-rec-slider .recruit-list-items {
  border: 1px solid var(--color_green);
}

.top-rec-slider a {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  position: relative;
}

.top-rec-slider a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: var(--color_green);
}

.top-rec-slider a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 12px;
  height: 8px;
  margin-left: -6px;
  background: url(images/common/ico-arw-btm-white.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  z-index: 1;
}

.recruit-list li.recruit-list-items {
  border: 1px solid var(--color_green);
  width: 100%;
  margin-bottom: 20px;
}

.recruit-list li.recruit-list-items a {
  height: 100%;
  background-color: #fff;
  position: relative;
}

.recruit-list li.recruit-list-items a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: var(--color_green);
}

.recruit-list li.recruit-list-items a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 12px;
  height: 8px;
  margin-left: -6px;
  background: url(images/common/ico-arw-btm-white.svg);
  background-repeat: no-repeat;
  background-size: 12px auto;
  z-index: 1;
}

.recruit-list-thum {
  width: 100%;
  margin-bottom: 8px;
}

.recruit-list-thum img {
  width: 100%;
}

.recruit-list-box {
  padding: 0 8px 30px;
}

.recruit-list-number {
  text-align: right;
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 700;
}

.recruit-list-box .ttl {
  color: var(--color_green);
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 700;
}

.recruit-lists-cat {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 6px;
}

.recruit-lists-cat li {
  background-color: #D5E5E4;
  text-align: center;
  padding: 4px 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  border-radius: 20px;
  line-height: 1.3;
}

.recruit-job-btm p {
  font-size: 0.875rem;
  padding-left: 32px;
  font-weight: 700;
  margin-top: 5px;
}

.recruit-job-btm .job-area {
  background: url(images/common/ico-recruit-location.svg) no-repeat 0 4px;
  background-size: 22px auto;
  line-height: 2;
}

.recruit-job-btm .job-jikyu {
  background: url(images/common/ico-recruit-yen.svg) no-repeat 0 4px;
  background-size: 22px auto;
  line-height: 2;
}

.recruit-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  width: 92.5%;
  margin: 20px auto 0;
}

.recruit {
  padding-bottom: 40px;
}

.slider-controls ,
.slider-controls2 {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.slick-dots li {
  margin: 0 4px!important;
}
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
  width: 20px!important;
}

/*一時停止*/
.row_btns {
  width: 30px;
  height: 22px;
  order: 1;
  display: none;
}

.row_btns button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: inherit;
  cursor: pointer;
  padding: 0;
}

.row_btns button img {
  display: block;
}

.row_btns .slick_pause .btn-start ,
.row_btns .slick_pause2 .btn-start {
  display: none;
}

.row_btns .slick_pause.paused .btn-pause ,
.row_btns .slick_pause2.paused .btn-pause {
  display: none;
}

.row_btns .slick_pause.paused .btn-start ,
.row_btns .slick_pause2.paused .btn-start {
  display: block;
}

/*INTERVIEW*/
.interview {
  padding-bottom: 40px;
  background-color: #F1F6F6;
}

.interview .c-center {
  padding-bottom: 10px;
}

.interview-head {
  display: block;
}

.interview-head .lead {
  width: 100%;
}

.interview-head .interview-top {
  width: 100%;
  margin-top: 20px;
}

.interview-head .interview-top p.catch {
  color: var(--color_green);
  font-size: 1.142857143rem;
}

.interview-slider .slick-slide {
  /*margin: 0 2.08vw;*/
  margin: 0 19px;
  background: #fff;
  max-width: 640px;
  background-color: #fff;
  border: 1px solid #E4E4E4;
}

.interview-slider-items a {
  display: block;
  padding: 20px 20px 35px;
  position: relative;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.interview-slider-items a:after {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  background: url(images/common/ico-arw-green.svg);
  background-repeat: no-repeat;
  background-size: 30px auto;
}

.interview-slider-head {
  display: block;
}

.interview-slider-head .thum {
  width: 200px;
}

.interview-slider-head .interview-info {
  margin-top: 20px;
  width: 100%;
}

.interview-slider-head .interview-info .label {
  margin-bottom: 12px;
}

.interview-slider-head .interview-info .label span {
  display: inline-block;
  background: #FBF7F0;
  border-radius: 5px;
  text-align: center;
  font-weight: 700;
  padding: 3px 24px;
}

.interview-slider-head .interview-info .in-com-name ,
.interview-slider-head .interview-info .in-job-name {
  font-weight: 700;
  margin-bottom: 8px;
}

.interview-slider-items h3 {
  font-weight: 700;
  color: var(--color_green);
  font-size: 1.25rem;
  padding-bottom: 8px;
  line-height: 1.4;
}

.interview-slider-items .txt16 {
  border-top: 1px solid #D8D8D8;
  margin-top: 10px;
  line-height: 1.5;
}

.interview-slider .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.interview-slider .slick-slide {
  height: auto !important;
}

.interview-slider .slick-dots {
  width: auto;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -43px;
}

.interview-slider .slick-dots li button:before {
  background-color: #707070;
}

.interview-slider .slick-dots li.slick-active button:before {
  background-color: var(--color_green);
}

.interview-slider .slick-dots li button:hover:before, 
.interview-slider .slick-dots li button:focus:before {
  background: var(--color_green);
}

.interview-slider .slick-prev {
  left: 0;
  margin-left: 0px;
  width: 34px;
  height: 34px;
  bottom: auto;
  top: 50%;
}

.interview-slider .slick-next {
  right: 0;
  margin-right: 0px;
  width: 34px;
  height: 34px;
  bottom: auto;
  top: 50%;
}

.ft-banner {
  background-color: #fff;
}

.ft-banner .c-center {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ft-banner-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.ft-banner-list li {
  margin-bottom: 10px;
}

.ft-banner-list li img {
  width: 100%;
}
/* =========================
  下層
========================= */

.h1-ttl {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 1.571428571rem;
  color: var(--color_green);
  text-align: center;
}

.h1-ttl p {
  color: #333;
  font-size: 1rem;
  display: block;
  margin-top: 10px;
}

.h2-ttl {
  margin-bottom: 35px;
  text-align: left;
  font-size: 1.428571429rem;
  line-height: 1.5;
  display: block;
  padding-left: 20px;
  position: relative;
  border-left: 4px solid #8DD8D4;
}

.h2-ttl:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  height: 35%;
  background: #077E78;
}

.case-list {
  display: block;
  margin-top: 40px;
}

.case-list > li {
  background-color: #fff;
  width: 100%;
  margin-bottom: 35px;
  border: 1px solid #E4E4E4;
  padding: 34px 15px 47px 15px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.1);
  box-shadow: 0 3px 6px rgba(0,0,0,.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.case-list-items .case-target {
  display: inline-block;
  position: absolute;
  left: 30px;
  top: -20px;
  color: #fff;
  padding: 8px 30px;
  border-radius: 200px;
  background-color: #015CB5;
  font-weight: 700;
}

.case-list-items .case-list-title {
  font-weight: 700;
  color: #333;
  font-size: 1.125rem;
  text-align: center;
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E4E4E4; 
}

.accordion-text {
  padding: 0 0px 10px;
  overflow: hidden; /* テキストを隠す */
  position: relative;
}

.accordion-text p {
  line-height: 1.5;
}

.accordion-text.is-hide {
  height: 100px;
}

/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}

.accordion-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-weight: 700;
  font-size: 0.875rem;
  background: var(--color_green);
  text-align: left;
  transition: all .2s;
  color: #fff;
  cursor: pointer;
  padding-left: 38%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.accordion-btn:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 18px;
  margin-left: 26px;
  width: 12px;
  height: 16px;
  background: url(images/case/arw-btm-case-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.accordion-btn.is-show:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 12px;
  margin-left: 9px;
}

.case-list-items.type02 .case-target {
  background-color: #015CB5;
}

.case-list-items.type02 .case-target {
  background-color: #CF1A1A;
}

.case-list-items ul li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 6px;
}

.case-list-items ul li:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 13px;
  width: 3px;
  height: 3px;
  background: #015CB5;
  border-radius: 10px;
}

.case-achievement {
  margin-top: 60px;
}

.achievement-catch {
  text-align: center;
  margin-bottom: 40px;
}

.achievement-catch p {
  font-weight: 700;
  line-height: 1.5;
}

.achievement-catch p .txt02 {
  font-size: 1.625rem;
}

.case-achievement-thum {
  background-color: #F1F6F6;
  padding: 20px;
  overflow-y: auto;
  margin-bottom: 24px;
}

.case-achievement-thum img {
  min-width: 600px;
}

/*RECUIT*/
.recruit-archive-search #searchform2 {
  margin-top: 0;
}

/*ページナビ*/
.pagenavi {
  text-align: left;
  margin: 20px 0 24px;
  position: relative;
}

.wp-pagenavi {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.wp-pagenavi span,
.wp-pagenavi a {
  min-width: 32px;
  display: inline-block;
  margin: 3px 2px;
  padding: 0;
  line-height: 32px;
  height: 32px;
  color: var(--color_green);
  text-align: center;
  border: var(--color_green) solid 1px;
}

.wp-pagenavi span.current {
  background: var(--color_green);
  color: #fff;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
  padding: 0 3px;
}

.count-post {
  text-align: right;
  color: var(--color_green);
  font-weight: 700;
  margin-top: 5px;
}

.recruit-archive-list {
  margin-top: 40px;
}

.same-area-rec.recruit-archive-list {
  margin-top: 0px;
}



.job-entry-info {
  position: relative;
  background-color: #F1F6F6;
  padding: 25px 15px;
  margin-top: 50px;
  padding-top: 20px;
}

.job-entry-info:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -140px;
  top: -35px;
  width: 280px;
  height: 30px;
  background: url(images/common/recruit-arw.svg);
  background-repeat:  no-repeat;
  background-position: top center;
  background-size: 100%;
}

.job-entry-info__ttl {
  font-size: 1.142857143rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.job-entry-info__inner {
  display: block;
  width: 100%;
  padding: 20px 0 0;
}

.job-entry-info_left,
.job-entry-info_right {
  width: 100%;
  text-align: center;
}

.job-entry-info_left {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.job-entry-info_left .ttl,
.job-entry-info_right .ttl {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.job-entry-info_left .txt,
.job-entry-info_right .txt {
  margin-bottom: 12px;
  font-weight: 500;
}

.btn-rec-type .btn-rec-type-btn {
  text-align: center;
  display: inline-block;
  background-color: var(--color_green);
  color: #fff;
  font-size: 1.285714286rem;
  font-weight: 700;
  padding: 24px 24px 23px;
  border-radius: 5px;
  width: 100%;
  max-width: 450px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}

.btn-rec-type .btn-rec-type-btn:hover {
  opacity: .8;
}

.btn-rec-type p {
  text-align: left;
  margin-left: 30px;
  margin-top: 10px;
  font-weight: 700;
}

/*求人詳細*/

.h2_ttl {
  text-align: center;
  color: var(--color_green);
  font-weight: 700;
  font-size: 1.285714286rem;
  margin-bottom: 20px;
}

.job_detail_list .h2_ttl {
  margin-bottom: 26px;
}

.recruit_detail .point {
  background-color: #E7F1F0;
  padding: 20px 10px;
  margin-bottom: 20px;
}

.recruit_detail .point p {
  font-weight: 700;
  font-size: 1rem;
}

.recruit_detail {
  padding: 0 0px;
}

.job-entry-info .entry-btn {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}

.body_detail table {
  clear: both;
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  position: relative;
  margin-bottom: 35px;
}

.body_detail table tr th,
.body_detail table tr td {
  border: solid 1px var(--color_green); 
  padding: 10px;
  vertical-align: top;
  font-size: 1rem;
}

.body_detail table tr th {
  width: 30%;
  background-color: #E7F1F0;
  text-align: left;
  font-weight: 700;
}

.back-search-btn {
  margin: 20px 0 40px;
}

.h2-ttl-type01 {
  text-align: center;
  margin-bottom: 20px;
}

.h2-ttl-type01 span {
  font-size: 1.285714286rem;
  line-height: 1.5;
  color: var(--color_green);
  display: inline-block;
  padding-left: 28px;
  padding-right: 28px;
  background: url(images/common/fixed-banner-ttl-left.svg) no-repeat left center,
  url(images/common/fixed-banner-ttl-right.svg) no-repeat right center;
  background-size: 10px auto, 10px auto;
  font-weight: 700;
}

/*faq*/

.lead.type02 h2,
.h2-ttl {
  font-size: 1.428571429rem;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.faq-list {
  border: 1px solid var(--color_green);
  background: #fff;
  position: relative;
  border-radius: 10px;
}

.faq-accordeon-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

.faq-accordeon-list li {
  width: 48%;
  background: var(--color_green);
  border-radius: 10px;
}

.faq-accordeon-list li a {
  text-align: center;
  padding: 13px 20px;
  font-weight: 700;
  font-size: 1rem;
  display: block;
  color: #fff;
  background: url(images/common/ico-arw-btm-white02.svg) no-repeat 97% 50%;
  background-size: 10px auto;
}

.faq-block {
  margin-bottom: 60px;
}

.faq-block .faq-list {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.faq-block .faq-list .question {
  padding: 10px 50px 10px 20px;
  background-color: rgba(7,126,120,.1);
  cursor: pointer;
  position: relative;
}

.faq-list h3 {
  font-size: 1rem;
  color: var(--color_green);
  font-weight: 700;
}

.open-close {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 10px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--color_green);
}

.answer {
  padding: 20px;
}

.open-close:before {
  content: '';
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background: #fff;
}

.open-close:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 50%;
  margin-top: -7px;
  width: 2px;
  height: 14px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #fff;
}

.question.is-open .open-close:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*policy*/

.h3-ttl-type01 {
  font-size: 1.3571428rem;
  background-color: #E7F1F0;
  padding: 6px 20px;
  margin: 25px 0 24px;
  font-weight: 700;
}

.policy-box ,
.privacy-box {
  margin-bottom: 40px;
}

.policy-box.first {
  margin-top: 20px;
}

.policy-box p  {
  font-size: 1rem;
  padding-left: 10px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.privacy-box p {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.6;
}

.policy-box ul ,
.privacy-box ul {
  padding-left: 10px;
}

.policy-box ul li  ,
.privacy-box ul li  {
  position: relative;
  padding-left: 14px;
  margin-bottom: 12px;
  line-height: 1.6;
}

.policy-box ul li:before ,
.privacy-box ul li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 10px;
  width: 4px;
  height: 4px;
  background: var(--color_green);
  border-radius: 10px;
}

.policy-box ol ,
.privacy-box ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 12px;
  padding-left: 14px;
}

.privacy-box ul ,
.privacy-box ol {
  padding-left: 0;
}

.policy-box ol li ,
.privacy-box ol li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 22px;
  font-size: 1rem;
}

.policy-box ol li:before ,
.privacy-box ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  left: 4px;
  top: 0px;
  font-size: 1rem;
  color: #333;
}

.policy-box .h3-title.u-mt-ver {
  margin-top: 50px;
}

.policy-box a {
  text-decoration: underline;
  color: var(--color_green);
  word-break: break-all;
}

.policy-box .h3-title {
  margin-bottom: 14px;
}

.policy-box dl {
  margin-bottom: 22px;
}

.policy-box dt {
  font-weight: 500;
  color: var(--color_green);
  font-size: 1rem;
  margin-bottom: 6px;
}

.policy-box dd {
  padding-left: 15px;
}

.policy-box-inner {
  padding-left: 0px;
}

/* accessibility */
.accessibility-table table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
.accessibility-table table th {
  background-color: #F7F7F7;
  padding: 6px 20px;
  border: 1px solid #C5C5C5;
  border-bottom: none;
  text-align: center;
  vertical-align: middle;
}
.accessibility-table table td {
  border: 1px solid #C5C5C5;
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
}
.accessibility-table table .wd30 {
  width: 40%;
  text-align: left;
}
.accessibility-table table .wd20 {
  width: 20%;
  text-align: left;
}
.accessibility-table table th.wd30 ,
.accessibility-table table th.wd20 {
  text-align: center;
}

/*privacy*/
.privacy-box .h2-ttl {
  margin-top: 40px;
  font-size: 1.285714286rem;
  margin-bottom: 13px;
}

/*contact*/
.cont .step_confirm,
.cont .step_thanks {
  display: none;
}

.contact-privacy {
  width: 100%;
  height: 260px;
  overflow-y: scroll;
  padding: 20px 15px;
  border: 1px solid #DDDDDD;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-privacy .ttl {
  font-weight: bold;
}

.contact-privacy .txt16 {
  margin-bottom: 15px;
}

.contact-privacy .h2-ttl {
  color: var(--color_green)!important;
  font-size: 1.285714286rem;
  padding-left: 0;
  border-left: none;
}

.contact-privacy .h2-ttl:before {
  display: none;
}

.contact-privacy .h3-ttl {
  font-size: 1.285714286rem;
  margin-top: 40px;
  color: #333;
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.p-form-flow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  border: 1px solid var(--color_green);
}

.p-form-flow li {
  width: 33.3333%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: var(--color_green);
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  background-color: #E7F1F0;
}

.p-form-flow li.is-active {
  background-color: var(--color_green);
  color: #fff;
}

.p-form-flow li:nth-child(1):before,
.p-form-flow li:nth-child(2):before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: -20px;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 0px solid transparent;
  border-top: 40px solid var(--color_green);
  border-bottom: 0;
  z-index: 1;
}

.p-form-flow li:nth-child(1):after,
.p-form-flow li:nth-child(2):after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  right: -19px;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 0px solid transparent;
  border-top: 40px solid #E7F1F0;
  border-bottom: 0;
  z-index: 1;
}

.p-form-flow li.is-active:after {
  display: none;
}

.thanks-block {
  margin: 80px 0 100px;
}

/*イタンビュー新規*/
.h1-ttl .in-sub-ttl {
  color: #333;
  font-size: 1rem;
  display: block;
}

.interview-btm {
  margin-top: 60px;
}

.interview-head,
.interview-btm {
  display: block;
}

.interview-head .interview-catch ,
.interview-btm .interview-catch {
  background-color: #FDF7F4;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 35px;
  color: #23558D;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.interview-head-inner {
  display: block;
  margin-bottom: 20px;
}

.interview-head-inner.type02 {
  -ms-align-items: center;
  align-items: center;
}

.interview-head-inner a {
  text-decoration: underline;
  color: var(--color_green);
}

.interview-head-inner .interview-head-thum {
  /*width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;*/
  width: 260px;
  overflow: hidden;
  margin-bottom: 15px;
}

.interview-head-inner .interview-head-info {
  width: 100%;
}

.interview-head-inner .interview-head-info .com-name {
  color: var(--color_green);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 7px;
}

.interview-head-inner .interview-head-info .com-ceo-name {
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
}

.interview-compnay-info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--color_green);
}

.interview-compnay-info + .interview-compnay-info {
  border-top: none;
  margin-top: 0;
}

.interview-compnay-info__ttl {
  font-weight: 700;
  margin-bottom: 2px;
}

.interview-loop-list {
  margin-bottom: 40px;
}

.interview-loop-list .question {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.interview-loop-list .question span {
  color: var(--color_green);
  font-size: 2.285714285rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  top: -6px;
  margin-right: 14px;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
}

.interview-loop-list__inner {
  display: block;
}

.interview-loop-list__inner .thum {
  width: 230px;
  margin-bottom: 10px;
}

.interview-loop-list__inner .interview-loop-list__txt {
  display: block;
}

.interview-loop-list__inner.right .thum {
  margin-right: 0;
  order: 2;
}

.interview-loop-list__inner.right .interview-loop-list__txt {
  order:1;
}

.interview-message {
  margin-bottom: 32px;
}

.interview-message__ttl {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.interview-message__ttl span {
  color: var(--color_green);
  font-size: 2.285714285rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  top: -6px;
  margin-right: 14px;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
}

.interview-message__txt + .interview-message__txt {
  margin-top: 20px;
}
.interview-loop-list__txt p,
.interview-message__txt p {
  margin-bottom: 15px;
}

.interview-message__txt {
  display: block;
}

.interview-message__txt__thum {
  /*float: left;*/
  flex: 1;
  margin: 0 20px 10px 0;
  max-width: 270px;
}

.interview-message__txt__info {
  flex: 2;
}

.interview-btm-ttl {
  text-align: center;
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; 
  color: var(--color_green);
  font-size: 1.625rem;
  white-space: nowrap;
  font-weight: 700;
  margin-bottom: 25px;
}

.interview-btm-ttl:before,
.interview-btm-ttl:after {
  background-color: var(--color_green); /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 100%; /* 横線の長さ */
}

.interview-btm-ttl:before {
  margin-right: 25px;
}

.interview-btm-ttl:after {
  margin-left: 20px;
}

/*インタビュー一覧*/
.interview-block {
  display: block;
}

.sub-pd-block .interview-head-inner {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #CCCCCC;
}

.interview-items {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid var(--color_green);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
  box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.interview-items a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 15px 35px;
  position: relative;
}

.interview-items-inner {
  display: block;
}

.interview-items-inner .interview-img {
  width: 100%;
}

.interview-items-inner .interview-info {
  width: 100%;
  margin-top: 15px;
}

.interview-items-inner .interview-info-comname {
  color: var(--color_green);
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 1rem;
}

.interview-items-inner .interview-info-name {
  color: var(--color_green);
  font-weight: 700;
  font-size: 1rem;
}

.interview-items-inner .interview-info-name .title {
  line-height: 1.4;
}

.interview-items-inner .interview-info-name .title .top-none {
  display: none;
}

.interview-items-inner .c-link {
  font-size: .875rem;
  padding-left: 0;
  padding-right: 42px;
  background: url(images/common/ico-arw-green.svg) no-repeat left center;
  background-position: right center;
  background-size: 31px auto;
  height: 31px;
  line-height: 31px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.interview-info-ttl h2 {
  font-weight: 700;
  border-bottom: 1px dashed #DDDDDD;
  padding-bottom: 9px;
  margin-bottom: 9px;
  line-height: 1.4;
}

/*sitemap*/
.sitemap_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sitemap_wrap .sitemap_col1 {
  width: 100%;
}

.sitemap_wrap .sitemap_col1 a {
  color: var(--color_green);
  font-weight: 700;
}

.sitemap_wrap .sitemap_col2 ,
.sitemap_wrap .sitemap_col3 {
  width: 48%;
  margin-top: 20px;
}

.sitemap_wrap ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #E4E4E4;
}

.sitemap_wrap ul li a {
  font-size: 1rem;
  font-weight: 500;
  background: url(images/common/ico-arw-link-green.svg) no-repeat 0% 50%;
  background-size: 6px auto;
  padding-left: 12px;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/*404*/

.h2-ttl02 {
  font-size: 1.428571429rem;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.btn-area.errorBtn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}

.btn-area.errorBtn .c-btn-type03 {
  margin: 0 20px;
  max-width: 320px;
}

.in-single-label {
  margin-bottom: 34px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E4E4E4;
}

.in-single-label img {
  height: 44px;
  width: auto;
}
/*news archive*/
.news-list.sub-pg {
  margin-left: 0;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*single*/

.single-page h2 {
  margin-bottom: 25px;
  text-align: left;
  font-size: 1.428571429rem;
  line-height: 1.5;
  display: block;
  padding-left: 20px;
  position: relative;
  border-left: 4px solid #8DD8D4;
}

.single-page h2:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  width: 4px;
  height: 35%;
  background: #077E78;
}

.single-page h3 {
  font-size: 1.285714286rem;
  background-color: #E7F1F0;
  padding: 6px 20px;
  margin: 25px 0 24px;
  font-weight: 700;
}

.single-page h4 {
  color: var(--color_green);
  margin-bottom: 24px;
  margin-top: 20px;
  font-size: 1.142857143rem;
  font-weight: 700;
}

.single-page p:not([class]) {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

.single-page ul:not([class]) {
  margin-bottom: 20px;
}

.single-page ul:not([class]) li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
  font-size: 1rem;
}

.single-page ul:not([class]) li:before {
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  left: 4px;
  top: 13px;
  font-size: 18px;
  background-color: var(--color_green);
}

.single-page ol {
  counter-reset: item;
  list-style-type: none;
  margin-bottom: 20px;
}

.single-page ol li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
  font-size: 1rem;
}

.single-page ol li:before {
  counter-increment: item;
  content: counter(item)'.';
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 1rem;
  color: var(--color_green);
}

.single-page a:not([class]) {
  color: var(--color_green);
  text-decoration: underline;
}

.single-page a:not([class]):hover {
  text-decoration: none;
}

.single-page table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  position: relative;
  margin-bottom: 15px;
}

.single-page table tr th,
.single-page table tr td {
  border: solid 1px #CCCCCC;
  vertical-align: middle;
  font-size: 1rem;
  padding: 5px;
}

.single-page table tr th {
  background: #E7F1F0;
  color: var(--color_green);
  font-weight: 700;
}

.news-date {
  color: var(--color_green);
  text-align: right;
  font-weight: 700;
  margin-bottom: 15px;
  margin-bottom: 10px;
}

.news-single-btn {
  margin-top: 30px;
}

/*オンライン面談*/

.online table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
}

.online table th {
  background-color: #E7F1F0;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 10px;
  border: 1px solid #CCCCCC;
}

.online table td {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #CCCCCC;
}

.online table td a {
  color: var(--color_green);
  font-weight: 700;
  text-decoration: underline;
}

.online table .wd40 {
  width: 35%;
}

.online-box + .online-box {
  margin-top: 60px;
}

.online-list-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 32px;
}

.online-list-head li {
  width: 100%;
  margin-bottom: 10px;
}

.online-list-head li a {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: var(--color_green);
  font-size: 1rem;
  padding: 14px;
  border: 1px solid var(--color_green);
  position: relative;
  border-radius: 200px;
  font-weight: 700;
}

.online-list-head li a:before {
  content: '';
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 12px;
  background: url(images/top/ico-arw-blue.svg) no-repeat right center;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.online-box-inner {
  margin-bottom: 25px;
}

.online-box-inner .inner-left {
  width: 100%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.online-box-inner .inner-right {
  margin-top: 14px;
  width: 100%;
}

.online-box-inner .inner-right img + img {
  margin-top: 20px;
}

.online-box-wrap {
  margin-bottom: 40px;
}

.online-box-wrap .ttl {
  color: var(--color_green);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.online-box-wrap .sub-ttl {
  color: #CF1A1A;
  margin-bottom: 15px;
  font-weight: 700;
}

.online-box-inner .inner-left p {
  letter-spacing: -0.02em;
}

.online-box-inner .inner-left p + p {
  margin-bottom: 16px;
}

/* ==========================================================================
Component [ button / form / grid... ]
========================================================================== */
.c-center {
  width: 100%;
  max-width: 1320px;
  padding: var(--paddingSection) 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.c-center02 {
  width: 100%;
  max-width: 1080px;
  padding: var(--paddingSection) 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sub-page .c-center02 {
  padding-bottom: 10px;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* color */
.color-green {
  color: #077E78;
}

/*btn*/
.c-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
  max-width: 510px;
}

.c-btn .btn {
  width: 100%;
  display: inline-block;
  padding: 10px 15px;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  font-size: 1.142857143rem;
  font-weight: 700;
  background: url(images/common/ico-target.svg) no-repeat 95% 50%;
  background-color: var(--color_yellow);
  background-size: 16px;
  overflow: hidden;
}

.c-btn .btn span.txt01 {
  margin-bottom: 3px;
  font-size: 0.928571429rem;
  display: block;
  line-height: 1.2;
}

.c-btn .btn span.txt02 {
  margin: 0 auto 2px;
  display: inline-block;
  padding: 1px 3px;
  border: 1px solid #333333;
  border-radius: 100px;
  text-align: center;
  font-weight: 700;
  font-size: 0.928571429rem;
  line-height: 1.3;
  padding-left: 7px;
}

.c-btn .btn p {
  font-size: 1.142857143rem;
}

.c-btn .btn p .txt02 {
  margin-right: 5px;
}

.btn01 {
  display: inline-block;
  max-width: 500px;
  background: url(images/common/ico-arw-btn-white02.svg) no-repeat 95% 50%;
  background-size: 7px auto;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: var(--color_green);
  padding: 18px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  width: 100%;
}

.entry-soon {
  position: relative;
  pointer-events:none;
}

span.entry-soon-txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: rgba(51,51,51,.85);
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}

/*link*/
.c-link {
  display: inline-block;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-left: 33px;
  background: url(images/common/ico-arw-green02.svg) no-repeat left center;
  background-size: 25px auto;
  font-size: 1rem;
  font-weight: 700;
}

.c-link02 {
  padding-right: 20px;
  background: url(images/common/ico-arw-link-green.svg) no-repeat right center;
  background-size: 8px;
  color: var(--color_green);
  font-weight: 700;
}


/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-12 { width: 100%; }

/*==========
タイトル&テキスト
==========*/

.txt14 {
  font-size: 0.928571429rem;
}

.txt18 {
  font-size: 1.142857143rem;
}

strong {
  font-weight: 700;
}


/*=== breadcrumb ===*/
.breadcrumbs {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 28px;
  position: relative;
  z-index: 2;
  max-width: 68%;
  margin-left: auto;
}

.breadcrumbs ol {
  max-width: 1080px;
  margin: 0 auto;
  width: 92.5%;
}
.breadcrumbs ol li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

.breadcrumbs ol li a {
  color: var(--color_green);
}

.breadcrumbs ol li img {
  margin-top: -2px;
}

.breadcrumbs li.arrow {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  position: relative;
  color: var(--color_green);
}
