* {
  box-sizing: border-box;
}

b {
  font-weight: bold;
}

.wf {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

.p1 {
  padding-top: 0.1px;
}

.none {
  display: none;
}

a {
  color: #42210b;
  text-decoration-color: #a09085;
}

a:hover {
  text-decoration-color: #42210b;
}

body {
  color: #42210b;
}

.mw900 {
  max-width: 900px;
  margin: 0 auto;
}

.mw750 {
  max-width: 750px;
  margin: 0 auto;
}

hr {
  height: 1px;
  border: none;
  border-bottom: solid 1px #ccc;
}

.cp36 {
  font-size: 3.6rem;
}

.cp24 {
  font-size: 2.4rem;
}

.cp20 {
  font-size: 2.0rem;
}

.cp14 {
  font-size: 1.4rem;
}

@media (max-width:767px) {
  .cp36 {
    font-size: 2.4rem;
  }

  .cp24 {
    font-size: 2.0rem;
  }

  .cp20 {
    font-size: 1.8rem;
  }
}

.ddd-gnavi {
  background-color: white;
  box-shadow: 0 0 6px rgba(0,0,0,0.3); 
}

.ddd-gnavi-link {
  color: #420;
  font-size: 1.4rem;
}

.ddd-gnavi-link:after {
  background-color: #420 !important;
  transition: 0 !important;
}

.ddd-gnavi-menu-button-wrapper {
  background-color: #fff;
}

.ddd-round-button {
  background-color: #f7931e;
  border-radius: 4px;
  padding: 5px 15px;
  text-decoration: none;
  color: white;
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  transition: 0.2s;
}

.ddd-round-button:hover {
  opacity: 0.6;
}

.bold {
  font-weight: bold;
}

.b700 {
  font-weight: 700;
}

.orange {
  color: #fb8c07;
}

.brown {
  color: #42210b;
}

.brown-bg {
  background-color: #42210b !important;
}

.lightbrown {
  color: #9c5a3b;
}

.grid-bg {
  background-image: url(img/grid.png);
  border-color: #fb8c07;
  border-width: 2px 0;
  border-style: solid;
}

.service-bg {
  border-color: #42210b;
  border-width: 2px 0;
  border-style: solid;
  background-color: #f4f4f4;
}

.ddd-gnavi-close-menu {
  background-color: #aaa;
}

.icon3rem {
  height: 3rem;
  margin-right: 4px;
}

.icon3rem img {
  height: 3rem;
}

.icon2rem {
  height: 2rem;
  margin-right: 4px;
}

.icon2rem img {
  height: 2rem;
}

.link-icon {
  height: 1.6rem;
  margin-left: 4px;
}

.link-icon img {
  height: 1.6rem;
}

.link-with-end-icon {
  display: inline-flex;
  align-items: center;
}

.link-with-end-icon div:last-child {
  margin-left: 4px;
}

.link-with-end-icon img {
  height: 1.2rem;
}


.ddd-gnavi-menu-button-icon,.ddd-gnavi-menu-button-icon:before, .ddd-gnavi-menu-button-icon:after {
  background: #420;
 }

 .ddd-gnavi-sp-menus {
  background-color: #eee;
  color: #aaa;
 }

.ddd-gnavi-brand {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  color: #420;
  font-weight: bold;
}

.ddd-gnavi-brand div:first-child {
  height: 50px;
  margin-right: 5px;
}

.ddd-gnavi-brand div:first-child img {
  height: 50px;
}

@media (max-width:767px) {

  .ddd-gnavi-brand {
    font-size: 1.2rem;
    line-height: 1.2em;
  }

  .ddd-gnavi-brand div:first-child {
    height: 34px;
  }

  .ddd-gnavi-brand div:first-child img {
    height: 34px;
  }

}

.align-center {
  display: inline-flex;
  align-items: center;
}

.ddd-gnavi-end {
  position: relative;
  z-index: 1;
}

.top-header-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.3em;
}

.top-header-links > div {
  display: flex;
  height: 60px;
}

.top-header-links a {
  display: flex !important;
  align-items: center;
  padding: 15px 25px;
  border: solid 1px #e6e6e6;
  border-width: 0 1px;
  margin-right: -1px;
  text-decoration: none;
  color: #42210b;
  transition: 0.2s;
  height: 60px;
}

.top-header-links a:hover {
  background-color: #eee;
}

.top-header-link-2b {
  background-color: #42210b;
  color: white !important;
}

.top-header-link-2b:hover {
  background-color: #684d3c !important;
}


.ddd-gnavi-menu-button-wrapper {
  margin: 0 10px 0 0;
}

.main-visual-pc {
  background-image: url(img/top-main-pc.jpg);
  background-size: cover;
  background-position: center;
  height: 600px;
}

@media (max-width:1199px) {

  .main-visual-pc {
    height: 500px;
  }
}

@media (max-width:991px) {

  .main-visual-pc {
    height: 400px;
  }
}


.shadow-box {
  box-shadow: 0 0 6px rgba(0,0,0,0.3); 
  background-color: white;
}

.top-main-links {
  text-align: center;
}

.top-main-links > a {
  margin-left: 15px;
  color: #42210b;
}

.top-main-links > a:first-child {
  margin-left: 0;
}

.top-main-note {
  position: relative;
  margin-top: -150px;
  width: 600px;
  box-shadow: 0 0 6px rgba(0,0,0,0.3); 
  background-color:  rgba(255,255,255,0.9);
  padding: 30px;
}

.top-main-note-info {
  font-size: 1.8rem;
  color: #fb8c07;
  margin: 0 15px;
  line-height: 2em;
}

.top-main-note-group {
  display: flex;
  justify-content: center;
}


@media (max-width:767px) {

  .top-main-note {
    width: 90%;
    margin: 0 auto;
    margin-top: -50px;
    padding: 15px;
  }

  .top-main-note-info {
    text-align: center;
    font-size: 1.6rem;
  }

  .top-main-links > a {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: solid 1px #ccc;
  }

  .top-main-links > a:last-child {
    border-bottom: none;
  }
}

.top-about {
  background-image: url(img/top-01.jpg);
  background-size: cover;
  background-position: center;
}

.top-about h1 {
  font-size: 2.4rem;
  text-align: center;
}

.top-about-contents {
  display: flex;
}

.top-about-item {
  flex-basis: 50%;
  flex-shrink: 1;
  margin: 15px 30px;
  background-color: rgba(255,255,255,0.9);
  padding: 30px;
  border-radius: 10px;
}

.top-about-item h2 {
  font-size: 2.0rem;
  text-align: center;
}

.top-about-item p {
  background-image:
  linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #aaa 100%);
  background-size: 100% 2.5em;
  line-height: 2.5em;
  padding: 2.5em 1em 0.2em 1em;
}

.top-about-img {
  width: 80px;
  margin: 15px auto;
}

@media (max-width:767px) {

  .top-about h1 {
    font-size: 2.0rem;
  }

  .top-about-item h2 {
    font-size: 1.8rem;
  }

  .top-about-contents {
    display: block;
  }

  .top-about-item {
    margin: 30px 0;
    padding: 15px;
  }
}

.common-flex-50-50 {
  display: flex;
}

.common-flex-50-50 > div {
  flex-basis: 50%;
  flex-shrink: 1;
}

.common-flex-50-50 > div:first-child {
  margin-right: 30px;
}

.common-flex-50-50 > div:last-child {
  margin-left: 30px;
}

@media (max-width:767px) {
  .common-flex-50-50 > div:first-child {
    margin-right: 0;
  }

  .common-flex-50-50 > div:last-child {
    margin-left: 0;
    margin-top: 30px;
  }
}

.news-contents {
  display: flex;
}

.news-contents > div:first-child {
  flex-basis: 50px;
  flex-shrink: 0;
  margin-right: 15px;
}

.news-contents > div:last-child {
  flex-basis: 100%;
  flex-shrink: 1;
  padding-left: 15px;
  border-left: solid 1px #ccc;
}

.news-date {
  color: #aaa;
  margin-right: 15px;
  flex-basis: 100px;
  flex-shrink: 0;
}

.news-item {
  display: flex;
}

.news-items > * {
  margin: 15px 0;
}

.news-more-link ~ .news-item {
  display: none;
}

#modal-news .modal-title {
  border-bottom: solid 1px #ccc;
  padding-bottom: 15px;
}

@media (max-width:767px) {

  .news-contents {
    display: block;
  }


  .news-contents > div:last-child {
    border-top: solid 1px #ccc;
    border-left: none;
    padding-left: 0;
  }

  .news-item {
    display: block;
  }

}


.column2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.column2-reverse {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}

.column2-main {
  flex-basis: 100%;
  flex-shrink: 1;
}

.column2-side {
  flex-basis: 350px;
  flex-shrink: 0;
  margin-left: 30px;
}


@media (max-width:991px) {
  
  .column2 {
    display: block;
  }  
  .column2-reverse {
    display: block;
  }

  .column2-side {
    margin-left: 0;
  }

}



.banner-items a {
  display: block;
  margin-bottom: 15px;
  transition: 0.2s;
  width: 100%;
}

.banner-items a:hover {
  opacity: 0.6;
}

.beginner-button {
  display: block;
  background: #fca007; /* Old browsers */
  background: -moz-linear-gradient(top, #fca007 0%, #fb8f06 100%);
  background: -webkit-linear-gradient(top, #fca007 0%,#fb8f06 100%);
  background: linear-gradient(to bottom, #fca007 0%,#fb8f06 100%);  
  padding: 15px;
  border-radius: 5px;
  border-bottom: solid 2px #b56e1a;
  color: white;
  text-decoration: none;
  transition: 0.2s;
}

.beginner-button p {
  font-size: 1.3rem;
}

.beginner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.beginner-title > div:first-child {
  width: 30px;
  height: 36px;
  margin-right: 5px;
}

.beginner-title > div:first-child > img {
  width: 30px;
  height: 36px;
}

.beginner-button:hover {
  opacity: 0.8;
  margin-top: -2px;
  border-bottom: solid 4px #b56e1a;
}

.job-list {
  display: flex;
  flex-wrap: wrap;
}

.job-items {
  display: block;
  flex-basis: 48%;
  margin-right: 2%;
  margin-bottom: 15px;
  background-color: white;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}

.job-items:hover {
  opacity: 0.8;
  box-shadow: 0 0 6px rgba(0,0,0,0.3); 
}


.job-info {
  padding: 15px;
}

.job-marks {
  display: flex;
  font-size: 1.2rem;
}

.job-marks > div {
  font-weight: bold;
  margin-right: 10px;
}

.job-mark-type {
  border: solid 1px #42210b;
  padding: 2px 4px;
}

.job-mark-short {
  background-color: #3c7cc1;
  color: white;
  padding: 3px 5px;
}

.job-mark-supportmaintenance {
  background-color: #3bbd63;
  padding: 3px 5px;
  color: white;
}

.job-mark-3times {
  background-color: #36c1ba;
  padding: 3px 5px;
  color: white;
}

.job-title {
  margin-top: 15px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
  height: 3em;
  overflow: hidden;
}

.job-detail .job-title {
  text-decoration: none;
  font-size: 2.4rem;
}

.job-point {
  display: flex;
  padding: 0 5px;
  border-bottom: dashed 1px #ccc;
  align-items: center;
  font-size: 1.4rem;
  color: #333;
  height: 40px;
}

.job-point > div {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
}

.job-point > div:first-child {
  margin-right: 5px;
  flex-shrink: 0;
}

.job-point > div:first-child img {
  height: 20px;
}

.job-detail-points {
  display: flex;
  flex-wrap: wrap;
}

.job-detail .job-point {
  flex-basis: 45%;
  flex-shrink: 1;
  padding: 15px 5px;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin: 10px 1%;
  align-items: center;
  font-size: 1.4rem;
  color: #42210b;
  font-weight: bold;
  height: auto;
  display: block;
  text-align: center;
}

.job-detail .job-point > div {
  height: auto;
  overflow: visible;
}

.job-detail .job-point > div:first-child {
  flex-shrink: 0;
}

.job-detail .job-point > div:first-child img {
  height: 45px;
}


.job-staff-comment {
  background-image: url(img/job-bg.png);
  background-size: 100% 100%;
  padding: 0 15px;
  display: flex;
}

.job-staff-text {
  padding-top: 15px;
  font-size: 1.4rem;
  color: #333;
  flex-basis: 100%;
  flex-shrink: 1;
}

.job-staff-text p {
  height: 5em;
  overflow: hidden;
}

.job-detail .job-staff-text p {
  height: auto;
  overflow: auto;
  min-height: 140px;
}


.job-inbloom-staff-img {
  text-align: right;
}

.job-inbloom-staff-img img {
  width: 120px;
}

.job-staff-img {
  width: 100px;
  position: relative;
}

.job-staff-img img {
  position: absolute;
  width: 100px;
  left: 0;
  bottom: 0;
}

.job-new {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 75px;
  height: 75px;
}

.job-new img {
  width: 75px;
  height: 75px;
}


@media (max-width:767px) {
  .job-detail-points {
    display: block;
  }
}

@media (max-width:1199px) {
  
  .job-list {
    display: block;
  }  

  .job-items {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .job-title {
    height: auto;
    overflow: visible;
  }

  .job-point {
    height: auto;
    padding: 10px 5px;
  }

  .job-point > div {
    height: auto;
    overflow: visible;
  }

  .job-detail .job-point {
    padding: 5px;
  }

  .job-detail .job-title {
    text-decoration: none;
    font-size: 2.0rem;
  }

  .job-detail .job-point > div:first-child img {
    height: 30px;
  }

  .job-staff-text p {
    height: auto;
    overflow: auto;
  }

}

.white-button-with-end-icon {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 4px;
  padding: 10px 15px;
  position: relative;
  transition: 0.2s;
}

.white-button-with-end-icon div:first-child {
  text-align: center;
  width: 100%;
}

.white-button-with-end-icon div:last-child {
  margin-left: 4px;
  position: absolute;
  right: 15px;
}

.white-button-with-end-icon img {
  height: 1.2rem;
}

.white-button-with-end-icon:hover {
  box-shadow: 0 0 6px rgba(0,0,0,0.3); 
}


.job-link-buttons {
  display: flex;
  flex-wrap: wrap;
}

.job-link-buttons > div {
  display: block;
  flex-basis: 48%;
  margin-right: 2%;
  margin-bottom: 15px;
  background-color: white;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}

@media (max-width:767px) {

  .job-link-buttons {
    display: block;
  }

  .job-link-buttons > div {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}


.footer-bottom {
  background-color: #42210b;
  font-size: 1.2rem;
  padding: 15px;
  display: flex;
  justify-content: center;
}

.footer-bottom > div {
  margin: 0 15px;
}

.footer-bottom * {
  color: white;
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
  text-decoration-color: white;
}

.footer-call {
  margin-top: 10px;
  border-top: solid 2px #ff9b25;
  display: inline-flex;
  padding: 5px 15px;
  border: solid 2px #42210b;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.2s;
}

.footer-call:hover {
  opacity: 0.6;
  box-shadow: 0 0 6px rgba(0,0,0,0.3); 
}


.footer-call > div:nth-child(1) {
  margin-right: 5px;
}

.footer-call > div:nth-child(2) {
  font-size: 32px;
  height: 48px;
}

.footer-call > div:nth-child(2) > i {
  font-size: 32px;
}

.footer-call > div:nth-child(3) {
  letter-spacing: 0.1em;
}

.footer-box {
  display: flex;
}


.footer-box > div {
  flex-basis: 50%;
  flex-shrink: 1;
  padding: 15px;
}

.footer-box > div:last-child {
  border-left: solid 1px #e6e6e6;
}

.footer-service-links {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

.footer-service-links > div {
  flex-basis: 50%;
  flex-shrink: 0;
}

@media (max-width:991px) {
  .footer-box {
    display: block;
  }

  .footer-call {
    flex-wrap: wrap;
  }

  .footer-call > div:first-child {
    flex-basis: 100%;
    flex-shrink: 0;
    text-align: center;
  }

  .footer-box > div:last-child {
    border-left: none;
    margin-top: 15px;
  }

  .footer-service-links {
    display: block;
  }
   
  .footer-bottom > div {
    margin: 0 10px;
  }

  
}


.sub-header {
  background-size: cover;
  background-position: center;
}

.sub-header-contents {
  display: flex;
  align-items: center;
  height: 200px;
}

.sub-header h1 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
}

.sub-header h1.service {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-family: inherit;
  font-weight: bold1;
}


@media (max-width:991px) {

  .sub-header-contents {
    display: flex;
    align-items: center;
    height: auto;
    padding: 15px 0; 
  }

  .sub-header h1 {
    font-size: 2.0rem;
  }

  .sub-header p {
    font-size: 1.2rem;
  }
}

#breadcrumb {
  text-align: left;
}

#breadcrumb ul li {
  display: inline-block;
  margin-right: 2px;
  font-size: 1.2rem;
  color: #aaa;
}

.job-select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: white;
    vertical-align: middle;
    font-size: inherit;
    color: #42210b;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    height: 40px;
    font-size: 1.6rem;
    border: none;
    width: 100%;
    padding-left: 10px;
    border-radius: 0;
}
.job-select option{
  background-color: #fff;
  color: #333;
}
.job-select::-ms-expand {
  display: none;
}
.job-select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
.job-select-wrap {
    position:relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    margin-top: 5px;
}
.job-select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    content: "▼";
    line-height: 40px;
    color: white;
    font-size: 1.2rem;  
    pointer-events: none;
    background-color: #fb8c07;
    padding: 0 10px;
}


.job-detail {
  display: block;
  background-color: white;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
}

.job-check-img {
  width: 120px;
}

.job-table {
  padding: 15px;
}

.job-table table {
  border: none;
  font-size: 1.4rem;
  width: 100%;
  border: solid 1px #ddd;
}

.job-table tr:first-child {
  border-top: solid 1px #ddd;
}

.job-table tr {
  border-bottom: solid 1px #ddd;
}

.job-table th {
  background-color: #f2f2f2;
  padding: 15px;
  text-align: left;
  color: #666;
  min-width: 100px;
}

.job-table td {
  padding: 15px;
  color: #666;
}


@media (max-width:767px) {

  .job-detail th {
    display: block;
    background-color: transparent;
    font-weight: bold;
    padding: 10px 10px 0 10px;
    color: #333;
  }

  .job-detail td {
    display: block;
    padding: 5px 10px 10px 10px;
  }

  .job-detail tr:nth-child(odd) {
    background-color: #f8f8f8;
  }


}

.job-detail-footer {
  display: flex;
  background-image: url(img/job-bg.png);
  background-size: 100% 100%;
}

.job-detail-footer > div:first-child {
  flex-basis: 70%;
  flex-shrink: 1;
}

.job-detail-footer > div:last-child {
  flex-basis: 30%;
  flex-shrink: 0;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-detail-footer .job-staff-comment {
  background-image: none;
}

.job-detail-footer  .job-staff-text {
  height: auto;
}

.job-detail-footer .job-staff-comment {
  align-items: flex-end;
}

.job-entry-button {
  display: block;
  background: #fca007; /* Old browsers */
  background: -moz-linear-gradient(top, #fca007 0%, #fb8f06 100%);
  background: -webkit-linear-gradient(top, #fca007 0%,#fb8f06 100%);
  background: linear-gradient(to bottom, #fca007 0%,#fb8f06 100%);  
  padding: 15px 45px;
  border-radius: 5px;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  border-bottom: solid 2px #b56e1a;
  color: white;
  text-decoration: none;
  transition: 0.2s;
  white-space: nowrap;
}

.job-entry-button:hover {
  opacity: 0.8;
  margin-top: -2px;
  border-bottom: solid 4px #b56e1a;
}

.job-staff-point-img {
  width: 200px;
}


.job-detail-footer .job-staff-img {
  width: 150px;
  height: 180px;
}

.job-detail-footer .job-staff-img img {
  width: 150px;
}


@media (max-width:767px) {

  .job-detail-footer {
    display: block;
  }

  .job-detail-footer > div:last-child {
    padding: 30px 0;
  }
}

.sub-contents {
  background-color: white;
  border-radius: 4px;
  padding: 30px;
  margin-bottom: 60px;
  color: #4d4d4d;
  padding-left: 45px;
}

.sub-contents h2 {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  color: #42210b;
  margin-left: -15px;
}


.service-bg .sub-contents h2 {
  font-family: inherit;
  font-weight: bold;
}


.sub-contents div:empty {
  height: 45px;
}

.sub-contents img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;  
}

.sub-contents h3 {
  border-left: solid 5px #fb8c07;
  padding-left: 10px;
  font-size: 2.0rem;
  margin-bottom: 10px;
  font-weight: bold;
  color: #42210b;
  margin-left: -15px;
}

.sub-contents h4 {
  font-weight: bold;
  color: #42210b;
}

.sub-contents small {
  font-size: 1.2rem;
}

.sub-contents .box {
  border: solid 1px #666;
  display: inline-block;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sub-contents ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

.sub-contents ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}

.sub-contents p {
  margin-bottom: 1em;
}

.sub-contents table {
  font-size: 1.2rem;
  border: solid 1px #aaa;
}

.sub-contents th {
  background-color: #eee;
  text-align: left;
}

.sub-contents th, .sub-contents td {
  padding: 5px;
  border: solid 1px #aaa;
}

.sub-contents table.td-right td {
  text-align: right;
}

.sub-contents .material-icons {
  font-size: 2.0rem;
}

.sub-contents h4 .material-icons {
  font-size: 3.0rem;
}


.sub-contents .alert {
  border: solid 2px #fb8c07;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sub-contents .alert-header {
  display: flex;
}

.sub-contents .alert-icon .material-icons{
  font-size: 3rem !important;
  line-height: 3rem;
  color: #fb8c07 !important;
}

.sub-contents .alert-title {
  line-height: 3rem;
  font-weight: bold;
  margin-left: 5px;
}

.sub-contents .child-info {
  display: flex;
  border: solid 2px #fb8c07;
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sub-contents .child-info > div:first-child {
  flex-basis: 100px;
  flex-shrink: 0;
}

.sub-contents .child-info > div:last-child {
  margin-left: 10px;
  flex-basis: 100%;
  flex-shrink: 1;
}

.sub-contents .child-info-title {
  line-height: 3rem;
  font-weight: bold;
}


.sub-contents .staff {
  display: flex;
  flex-wrap: wrap;
}

.sub-contents .staff-item {
  flex-basis: 40%;
  margin-right: 15px;
  margin-bottom: 15px;
  border: solid 1px #42210b;
  border-radius: 5px;
  padding: 15px;
}

.sub-contents .staff-item > div:first-child {
  color: #42210b;
  font-weight: bold;
  text-align: center;
}

.sub-contents .staff-item > div:last-child {
  margin-top: 15px;
}

.sub-contents .step {
  background-color: #f0f0f0;
  padding: 5px 10px;
  margin: 5px 0;
}

.sub-contents .step + div {
  padding-left: 15px;
  height: 20px;
}

.sub-contents .voice-item {
  display: flex;
  border-bottom: dashed 1px #aaa;
  padding: 15px 0;
}

.sub-contents .voice-item > div:first-child {
  flex-basis: 80px;
  flex-shrink: 0;
}

.sub-contents .voice-item > div:last-child {
  flex-basis: 100%;
  flex-shrink: 1;
  margin-left: 15px;
}


@media (max-width:767px) {

  .sub-contents h2 {
    font-size: 2.0rem;
  }

  .sub-contents h3 {
    font-size: 1.8rem;
  }

  .sub-contents {
    padding: 15px;
    background-color: white;
    border-radius: 4px;
    margin-bottom: 60px;
    color: #4d4d4d;
    padding-left: 30px;
  }

  .sub-contents .staff {
    display: block;
  }

  .sub-contents .staff-item {
    margin-right: 0;
  }

  .sub-contents .voice-item > div:first-child {
    flex-basis: 50px;
    flex-shrink: 0;
  }

  .sub-contents .child-info > div:first-child {
    flex-basis: 60px;
  }


}

.about-inbloom {
  display: flex;
  background-color: white;
  transition: 0.2s;
  text-decoration: none;
}

.about-inbloom:hover {
  opacity: 0.8;
}

.about-inbloom > div {
  flex-basis: 50%;
  flex-shrink: 1;
}

.about-inbloom > div:first-child {
  background-size: cover;
  background-position: center;
}

.about-inbloom > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 15px;
}

.about-inbloom-flower {
  width: 50px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}

.about-inbloom-link {
  text-decoration: underline;
  text-align: right;
  margin-top: 20px;
  display: block;
}

@media (max-width:767px) {

  .about-inbloom > div:first-child {
    height: 200px;
  }

  .about-inbloom {
    display: block;
  }

}

.qa-item {
  border-top: solid 1px #ccc;
  padding: 30px 15px;
}

.qa-item:last-child {
  border-bottom: solid 1px #ccc;
}

.qa-header > span {
  font-weight: bold;
  color: #fb8c07;
  font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
}

.qa-title {
  text-decoration: underline;
}

.qa-body {
  display: none;
  margin-top: 30px;
  margin-left: 40px;
}
.qa-answer {
  color: #fb8c07;
  font-size: 2.0rem;
  margin-bottom: 15px;
}


@media (max-width:767px) {
  .qa-item {
    padding: 30px 0;
  }

  .qa-body {
    margin-left: 0;
  }
}


.common-orange-button {
  display: inline-block;
  background: #fca007; /* Old browsers */
  background: -moz-linear-gradient(top, #fca007 0%, #fb8f06 100%);
  background: -webkit-linear-gradient(top, #fca007 0%,#fb8f06 100%);
  background: linear-gradient(to bottom, #fca007 0%,#fb8f06 100%);  
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.6rem;
  border-bottom: solid 2px #b56e1a;
  color: white;
  text-decoration: none;
  transition: 0.2s;
  white-space: nowrap;
}

.common-orange-button:hover {
  opacity: 0.8;
  margin-top: -2px;
  border-bottom: solid 4px #b56e1a;
}

.anker {
  margin-top: -100px;
  padding-top: 100px;
  display: block;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #42210b;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #42210b;
    background-color: #42210b;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}


.wm-item {
  margin-top: 60px;
  display: flex;
}

.wm-item:first-child {
  margin-top: 0;
}

.wm-header {
  flex-basis: 80px;
  flex-shrink: 0;
  margin-right: 15px;
}

.wm-body {
  flex-basis: 100%;
  flex-shrink: 1;
  border: solid 1px #ddd;
  border-radius: 8px;
  padding: 15px;
}

.wm-case {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #fb8c07;
  text-align: center;
}

.wm-profile {
  font-size: 1.2rem;
  margin-bottom: 2em;
}

.wm-body h4 {
  font-size: 1.8rem !important;
}

.wm-body h5 {
  font-weight: bold;
  margin-bottom: 1em;
}

.wm-first-body {
  height: 3em;
  overflow: hidden;
}

@media (max-width:767px) {

  .wm-item {
    display: block;
  }

  .wm-header {
    max-width: 80px;
    margin: 0 auto;
  }

  .wm-body {
    margin-top: -40px;
    padding: 55px 15px 15px 15px;
  }

}

.shadow {
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.service-item {
  display: block;
  flex-basis: 260px;
  width: 260px;
  height: 220px;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  margin: 15px;
  transition: 0.2s;
  background-color: white;
}

.service-item:hover {
  opacity: 0.6;
}

.service-item:hover .service-arrow {
  right: 10px;
}

.service-icon {
  position: absolute;
  width: 200px;
  height: 200px;
  left: -40px;
  bottom: -40px;
  z-index: 0;
}

.sub-contents .service-item h3 {
  border-left: none;
  padding-left: 0;
  font-size: 2.2rem;
  margin: 15px 0 25px;
  font-weight: bold;
  color: #42210b;
  text-align: center;
}

.service-info {
  z-index: 1;
  position: relative;
  color: #4d4d4d;
}

.service-arrow {
  width: 50px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: 0.2s;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


@media (max-width:767px) {

  .column2-main .service-list {
    margin: -30px;
  }

}

.column2-side .service-list {
  display: block;
}

.column2-side .service-item {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.column2-side .service-item h3 {
  border-left: none;
  padding-left: 0;
  font-size: 1.6rem;
  margin: 15px 0 25px;
  font-weight: bold;
  color: #42210b;
}


.column2-side .service-info {
  padding-bottom: 20px;
}

.column2-side .service-info p {
  font-size: 1.4rem;
}


.column2-side .service-icon {
  width: 150px;
  height: 150px;
  left: -30px;
  bottom: -30px;
}

.column2-side .service-arrow {
  width: 30px;
}


.ss-item {
  margin-top: 60px;
  display: flex;
}

.ss-item:first-child {
  margin-top: 0;
}

.ss-header {
  flex-basis: 80px;
  flex-shrink: 0;
  margin-right: 15px;
}

.ss-body {
  flex-basis: 100%;
  flex-shrink: 1;
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 15px;
}

.ss-case {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #fb8c07;
  text-align: center;
}

.ss-profile {
  font-size: 1.2rem;
  margin-bottom: 2em;
}

.ss-body h4 {
  font-size: 1.8rem !important;
}

.ss-body h5 {
  font-weight: bold;
  margin-bottom: 1em;
}

.ss-first-body {
  height: 3em;
  overflow: hidden;
}

@media (max-width:767px) {

  .ss-item {
    display: block;
  }

  .ss-header {
    max-width: 80px;
    margin: 0 auto;
  }

  .ss-body {
    margin-top: -40px;
    padding: 55px 15px 15px 15px;
  }

}

.row-item {
    display: flex;
    padding: 15px;
    border: solid 1px #ddd;
    margin-bottom: -1px;
}

.row-item:nth-child(odd) {
    background-color: #f8f8f8;
}

.row-item > div:nth-child(1) {
    flex-basis: 150px;
    flex-shrink: 0;
    font-weight: bold;
}

.row-item > div:nth-child(2) {
    flex-basis: 100%;
    flex-shrink: 1;
}

@media (max-width: 767px) {
  .row-item {
      display: block;
  }

  .row-item > div:nth-child(1) {
      margin-bottom: 15px;
  }
}


.form-contents {
  background-color: white;
  padding: 30px 45px;
}

.form-contents h3 {
  text-align: center;
  margin: 45px 0; 
}

.form-item {
  display: flex;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin-bottom: -1px;
  padding: 20px 10px;
}

.form-item > div:nth-child(1) {
  flex-basis: 200px;
  flex-shrink: 0;
  font-weight: bold;
}

.form-item > div:nth-child(2) {
  flex-basis: 100%;
  flex-shrink: 1;
}

.wpcf7-list-item {
  display: block !important;
  margin-bottom: 10px !important;
}

.wpcf7-list-item:last-child {
  margin-bottom: 0 !important;
}

.wpcf7-text {
  font-size: 1.6rem;
  padding: 5px;
  width: 90%;
    border: solid 1px #ccc;
}

.wpcf7-number {
  font-size: 1.6rem;
  padding: 5px;
    border: solid 1px #ccc;
}

.from-memo textarea , .from-pr textarea {
  width: 90%;
  padding: 5px;
  height: 120px;
  resize: vertical;
  font-size: 1.6rem;
    border: solid 1px #ccc;
}

@media (max-width:767px) { 
  .form-contents {
    padding: 30px 15px;
  }

  .wpcf7-text {
    width: 100%;
  }

  .from-memo textarea, .from-pr textarea {
    width: 100%;
  }

}


.wpcf7-select {
  font-size: 1.6rem;
  padding: 5px;
    border: solid 1px #ccc;
    width: 100%;
}

.p-postal-code {
  width: 7em;
}

.p-region {
  width: 5em;
}

.p-locality {
  width: 15em;
}

.form-date {
  width: 7em;
}

.from-readonly {
  border: none;
  background-color: #eee;
  pointer-events : none;
}

::-webkit-input-placeholder {
  color: #ccc !important;
  font-weight: normal !important;
}

::-moz-placeholder {
  color: #ccc !important;
  font-weight: normal !important;
}

:-ms-input-placeholder {
  color: #ccc !important;
  font-weight: normal !important; 
}

.form-attention {
  color: #da3915;
  font-size: 1.2rem;
}

.form-item .rq:before {
  content: "必";
  color: white;
  background-color: #da3915;
  font-size: 1.2rem;
  padding: 3px;
  border-radius: 2px;
  margin-right: 2px;
  font-weight: normal;
}

.wpcf7-list-item-label {
  margin-left: 5px;
}


@media (max-width:767px) { 

  .form-item {
    display: block;
  }
  .form-item > div:nth-child(1) {
    margin-bottom: 15px;
  }
}

.form-note {
    border: solid 1px #ccc;
    padding: 15px;
    margin: 45px 0;
}

.form-note b {
  color: #da3915;
}

.form-privacy {
  background-color: #f2f2f2;
    padding: 15px;
    margin: 45px 0;
}

.form-note-title {
  font-weight: bold;
    margin-bottom: 30px;
    text-align: center; 
}

.form-privacy-title {
  font-weight: bold;
    margin-bottom: 30px;
    text-align: center; 
}

.form-privacy a {
  color: #4e3f3f;
}

.form-privacy a:hover {
  opacity: 0.6;
}

span.wpcf7-not-valid-tip {
  font-size: 1.4rem !important;
  font-weight: bold !important;
  margin-top: 5px !important;;
  color: #da3915 !important;;
}

.form-agree {
  text-decoration: underline;
  font-weight: bold;
  text-align: center;
}

span.wpcf7-not-valid-tip:before {
  content: "▲";
  margin-right: 3px;
}

.wpcf7-submit {
    font-size: 2.0rem;
    font-weight: bold;
    border: none;
    padding: 10px 45px;
    background-color: #42210b;
    color: white;
    border-radius: 4px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

div.wpcf7-response-output {
    border: 2px solid #da3915 !important;
    color: #da3915 !important;
}

.form-tel {
  max-width: 500px;
  margin: 10px auto;
}

@media (min-width:768px) and (max-width:991px) {
  .ddd-gnavi-inner {
    display: block;
  }

  .ddd-gnavi-menus { 
    padding: 0 0 15px 0;
  }
}

.sub-header-staff-introduction{
  position: relative;
  max-width: 1170px;
  margin: auto;
  box-shadow: 10px 0px 20px -25px rgba(0,0,0,0.2), -10px 0px 20px -25px rgba(0,0,0,0.2);
  margin-bottom: 60px;
}

@media(max-width: 767px){
  .sub-header-staff-introduction{
  }
}

a.staff-introduction-button{
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  position: absolute;
  bottom: 15%;
  left: 60px;
  display: inline-block;
  padding: 10px 45px;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  transition: 0.2s;
  background: #fca007;
  background: -moz-linear-gradient(top, #fca007 0%, #fb8f06 100%);
  background: -webkit-linear-gradient(top, #fca007 0%,#fb8f06 100%);
  background: linear-gradient(to bottom, #fca007 0%,#fb8f06 100%);
  border-bottom: solid 2px #b56e1a;
}

@media(max-width: 767px){
  a.staff-introduction-button{
    font-size: 2.0rem;
    width: 80%;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
  }
}

a.staff-introduction-button:hover{
  opacity: 0.8;
}

.staff-introduction-button span:first-child{
  display: block;
  font-weight: 500;
  font-size: 1.8rem;
}

.for-recruiter-inner-wrapper{
  background-color: #e9e9e9;
  position: relative;
  top: 100px;
  margin-bottom: 100px;
}

.to-recruiter-wrapper{
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 20px 3px rgba(0,0,0,0.1);
  padding: 30px 45px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  top: -100px;
}

@media(max-width: 767px){
  .for-recruiter-inner-wrapper{
    top: 300px;
    margin-bottom: 300px;
  }

  .to-recruiter-wrapper{
    padding:45px 15px;
    font-size: 2.0rem;
    top: -250px;
    margin-bottom: -200px;
  }
  .to-recruiter-wrapper h2 br{
    display: none;
  }
}

.to-recruiter{
  color:#fb8c07;
}

.recruit-experience{
  display: flex;
  justify-content: space-around;
  align-items: center; 
  text-align: left;
}

.recruit-experience-item{
  flex-basis: 30%;
  flex-shrink: 1;
  font-size: 1.6rem;
  font-weight: 500;
  padding:30px 20px;
}

@media(max-width: 767px){
  .recruit-experience{
    display: block;
  }
  .recruit-experience-item{
    padding: 20px 0;
  }
  .recruit-experience-item img{
    margin-top: 10px;
  }
}

.explanation-by-staff-wrapper{
  display: flex;
  align-items: flex-end;
  max-width: 960px;
  margin: auto;
}

@media(max-width: 767px){
  .explanation-by-staff-wrapper{
    display: block;
  }
}

.speech-bubble{
  background-color:#fff;
  border-radius: 20px;
  padding: 30px 45px;
  position: relative;
  flex-basis: 100%;
  flex-shrink: 1;
  margin-bottom: 45px;
}

.speech-bubble:after{
  content: "";
  position:absolute;
  top: 30%;
  left: 100%;
  transform: translateY(-30%);
  border: 30px solid transparent;
  border-left: 30px solid #fff;
}

@media(max-width: 767px){
  .speech-bubble:after{
    top: 100%;
    bottom: 0;
    left: 50%;
    transform:translateX(-50%);
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }
}
.speech-bubble span{
  font-size:2.0rem;
  font-weight:700;
}

.explanation-by-staff-img{
  flex-basis: 30%;
  flex-shrink: 0;
  padding-left: 30px;
}

@media(max-width: 767px){
  .explanation-by-staff-img{
    width: 60%;
    padding-left: 0;
    margin:auto;
  }
}

.what-inbloom-values{
  padding-top: 100px;
  text-align: center; 
}

.what-inbloom-values-bg{
  background-image: url(img/staff-introduction-img-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.what-inbloom-values h2{
  font-size: 2.4rem;
  font-weight: 500;
}

.what-inbloom-values h2 span{
  font-size: 5.0rem;
  font-weight: 700;
  display: block;
}

.what-inbloom-values img {
  margin:45px 0;
}

@media(max-width: 767px){
  .what-inbloom-values-bg{
    background-image: none;
  }

  .what-inbloom-values h2 span{
    font-size: 3.2rem;
  }
}

.what-inbloom-values p{
  text-align: left;
  max-width: 480px;
  margin-right: auto;
  margin-left : auto;
  font-size: 1.6rem;
  line-height: 2.5;
  margin-bottom: 30px;
}

@media(max-width: 767px){
  .what-inbloom-values p{
    margin-bottom: 30px;
  }
}

.our-approaches{
  padding: 120px 0;
  text-align: center;
}

.our-approaches h2{
  font-size: 2.8rem;
  font-weight: 700;
}

@media(max-width: 767px){
  .our-approaches h2{
    font-size: 2.0rem;
    padding: 0 15px;
  }
}

.do-for-staff{
  width: 90%;
  margin-left: 10%;
}

.do-for-staff-txt{
  width: 68%;
  text-align: left;
  margin-left: 25%;
  margin-top: -35%;
  padding: 0 45px;
}


@media(max-width:767px){
  .do-for-staff{
    margin-left: 0;
    width: 100%;
  }

  .do-for-staff-txt{
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 0 15px;
    margin-top: -45%;
  }
}

.do-for-staff li{
  display: flex;
  margin-bottom: 30px;
}

.do-for-staff li div:first-child{
  flex-basis:30px;
  flex-shrink:0;
  margin-right: 30px;
}

@media(max-width:767px){
  .do-for-staff li{
    display: block;
  }

  .do-for-staff li div:first-child{
    max-width: 50px;
    margin: 0 auto 15px auto;
  }
}


.do-for-staff li h3{ 
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.do-for-staff li p{ 
  color:#808080;
}


.do-for-company{
  width: 90%; 
}

.do-for-company-txt{
  width: 68%;
  text-align: left;
  margin-left: 7%;
  margin-top: -30%;
  padding: 0 45px;
}

@media(max-width:767px){
  .do-for-company{
    width: 100%;
  }

  .do-for-company-txt{
    padding: 0 15px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -45%;
  }
}

.do-for-company li{
  display: flex;
  margin-bottom: 30px;
}

.do-for-company li div:first-child{
  flex-basis:30px;
  flex-shrink:0;
  margin-right: 30px;
}

@media(max-width:767px){
  .do-for-company li{
    display: block;
  }

  .do-for-company li div:first-child{
    max-width: 50px;
    margin: 0 auto 15px auto;
  }
}

.do-for-company li h3{ 
  font-size: 2.4rem;
  font-weight: 700;
}

.customers-voices{
  text-align: center;
}

.customers-voices h2{
  font-size: 2.4rem;
  font-weight: 700;
}

.customers-voices .voice{
  color:#fb8c07;
  font-size: 2.4rem;
  margin-bottom: 45px;
}

.customers-voice-box{
  box-shadow: 1px 1px 20px 3px rgba(0,0,0,0.1);
  background: #fff;
  padding:45px;
  display: flex;
  text-align: left;
  margin-bottom: 45px;
}

.customers-voice-info{
  flex-basis: 40%;
  flex-shrink: 0;
  margin-right: 30px;
}

@media(max-width:767px){
  .customers-voice-box{
    display: block;
    padding: 30px 15px;
  }
  .customers-voice-info{
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.customers-voice-num{
  color: #fff;
  font-size: 1.2rem;
  background-color: #fb8c07;
  display: inline-block;
  padding:5px 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.customers-voice-info h3{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 45px
}

@media(max-width: 767px){
  .customers-voice-info h3 {
    font-size: 2.0rem;
  }
}

.customers-voice-info a{
  transition: 0.2s;
}

.customers-voice-info a:hover{
  opacity: 0.7;
}

.customers-voice-company-name{
  font-weight: 700;
}

.customers-voice-name{
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.customers-voice-name div:first-child{
  flex-basis: 25%;
  flex-shrink: 0;
}

.customers-voice-name div:last-child{
  margin-left: 30px;
}

.customers-voice-txt{
  background:#f2f2f2;
  padding: 30px;
  flex-basis: 100%;
  flex-shrink: 1;
}

@media(max-width: 767px){
  .customers-voice-txt{
    margin: -5px;
    padding: 15px;
  }
}

.customers-voice-txt h4{
  font-size:1.8rem;
  font-weight:700;
  margin-bottom: 15px;
}

.customers-voice-txt p{
  color: #808080;
  margin-bottom: 30px;
}

.customers-voice-txt p:last-child{
  margin-bottom:0;
}

.refuse-case h2{
  height: 200px;
  background-image: url(img/staff-introduction-img-request.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 3.0rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media(max-width: 767px){
  .refuse-case h2{
    font-size: 2.0rem;
  }

  .refuse-case h2 > br{
    display: none;
  }
}

.refuse-case-item{
  margin-bottom: 60px;
}

.refuse-case-inner-item{
  display: flex;
  align-items: flex-start;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

@media(max-width: 767px){
  .refuse-case-inner-item{
    align-items: center;
  }
}

.refuse-case-item p{
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.refuse-case-inner-item div:first-child{
  flex-basis:40px;
  flex-shrink: 0;
  margin-right: 30px;
}

.refuse-case-inner-item div h3{
  font-size: 2.4rem;
  font-weight: 700;
}
@media(max-width: 767px){
  .refuse-case-inner-item div h3{
    font-size: 2.0rem;
  }
}

.speech-bubble-gray{
  background-color:#fff;
  border:2px solid #ddd;
  border-radius: 20px;
  padding: 30px 45px;
  position: relative;
  flex-basis: 100%;
  flex-shrink: 1;
  margin-bottom: 45px;
}

.speech-bubble-gray:before{
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 13px solid #FFF;
  z-index: 2;
}

.speech-bubble-gray:after{
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #ddd;
  z-index: 1;
}

@media(max-width: 767px){

  .speech-bubble-gray:before{
    top: auto;
    right: auto;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 13px solid #FFF;
    z-index: 2;
  }

  .speech-bubble-gray:after{
    top: auto;
    right: auto;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #ddd;
    z-index: 1;
  }
}

.introduce-service-title{
  border-top: 10px solid #42210b;
  background-image: url(img/staff-introduction-img-resources.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 75px 0;
}

.introduce-service-title h2{
  font-size: 4.0rem;
  font-weight: 700;
  margin-bottom: 45px;
}

.introduce-service-title h2 span{
  font-size: 2.4rem;
  display: block;
}

@media(max-width: 767px){
  .introduce-service-title h2{
    font-size: 3.0rem;
  }

  .introduce-service-title h2 span{
    font-size: 2.0rem;
  }
}

.introduce-service-title ul{
  list-style-type: decimal; 
  padding-left: 30px;
}

a.introduce-service-link{
  color: #fff;
  text-decoration: underline;
  transition: 0.2s;
  text-decoration-color:#fff;
}

.introduce-service-title a:hover{
  opacity: 0.7;
}

.introduce-service-item{
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.introduce-service-price-wrapper{
  display: flex;
  align-items: flex-end;
}

.introduce-service-price-wrapper div:first-child{
  flex-basis: 100%;
  flex-shrink: 1;
}

.introduce-service-price-wrapper div:last-child{
  flex-basis: 20%;
  flex-shrink: 0;
}

@media(max-width: 767px){
  .introduce-service-price-wrapper{
    display: block;
  }
  .introduce-service-price-wrapper div:last-child{
    max-width: 200px;
    margin: auto;
  }
}

.introduce-service-price-message{
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.gray-bg{
  background-color: #e9e9e9;
}

.service-num{
  background-color: #42210b;
  padding: 5px 10px;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.introduce-service-item h3{
  color: #42210b;
  font-size: 4.0rem;
  font-weight: 700;
}

@media(max-width: 767px){
  .service-num{
    font-size: 1.0rem;
  }

  .introduce-service-item h3{
    font-size: 2.8rem;
  }
}

.introduce-service-item p{
  color: #808080;
} 

.introduce-service-item h4{
  color: #42210b;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.introduce-service-item h4 span{
  border-bottom: 5px solid #fb8c07;
} 

@media(max-width: 767px){
  .introduce-service-item h4{
    font-size: 2.0rem;
  }
  .introduce-service-item h4 > br{
    display: none;
  }
}

.read-detail{
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
  text-decoration: none;
  transition: 0.2s;
  background: #fca007;
  background: -moz-linear-gradient(top, #fca007 0%, #fb8f06 100%);
  background: -webkit-linear-gradient(top, #fca007 0%,#fb8f06 100%);
  background: linear-gradient(to bottom, #fca007 0%,#fb8f06 100%);
  border-bottom: solid 2px #b56e1a;
}

.read-detail:hover{
  opacity: 0.7;
}

@media(max-width: 767px){
  .read-detail{
    display: block;
    text-align: center;
  }
}

.introduce-service-item-inner-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px 0;
}

@media(max-width: 767px){
  .introduce-service-item-inner-wrapper{
    padding: 50px 0;
  }
}

.introduce-service-item-inner-wrapper-txt{
  flex-basis: 100%;
  flex-shrink: 1;
}

.introduce-service-item-inner-wrapper-img{
  flex-basis: 40%;
  flex-shrink: 0;
}

@media(max-width: 767px){
  .introduce-service-item-inner-wrapper{
    display: block;
  }
  .introduce-service-item-inner-wrapper-txt{
    margin-bottom: 45px;
  }

}

.sevice-intorduction {
  width: 100%;
  box-shadow: 1px 1px 10px 2px rgba(0,0,0,0.1);
  font-size: 1.4rem;
  border-collapse: collapse;
  display: block;
}

.sevice-intorduction thead {
  border-bottom: solid 1px #42210b;
}

.sevice-intorduction thead th:first-child{
  width: 20%;
  border-right: solid 1px #ddd; 
}

.sevice-intorduction thead th:nth-child(n+2){
  width: 40%;
}

.sevice-intorduction tbody th {
  font-weight: 700;
  text-align: left;
  padding: 10px 20px;
}

.sevice-intorduction tbody th:first-child {
  border-right: solid 1px #ddd; 
}

@media (max-width:767px) {
  .sevice-intorduction tbody th:first-child {
    border: none;
  }
}

.sevice-intorduction th, .sevice-intorduction td { 
  padding: 10px;
  font-weight: 300;
  vertical-align: middle;
}

.sevice-intorduction thead th:nth-child(3),
.sevice-intorduction tbody td:nth-child(3) {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  z-index: 0;
  border-left: solid 4px #f1923a;
  border-right: solid 4px #f1923a;
}

@media (min-width:768px) {

  .sevice-intorduction thead th:nth-child(3):after,
  .sevice-intorduction tbody td:nth-child(3):after {
    content: "";
    position: absolute;
    top: -2px;
    left: -4px;
    width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: content-box;
  }

  .sevice-intorduction thead th:nth-child(3):after {
    border-top: solid 4px #f1923a;
    border-left: solid 4px #f1923a;
    border-right: solid 4px #f1923a;
  }

  .sevice-intorduction tbody td:nth-child(3):after {
    border-left: solid 4px #f1923a;
    border-right: solid 4px #f1923a;
  }

  .sevice-intorduction tbody tr:last-child td:nth-child(3) {
    border-bottom: solid 4px #f1923a;
  }

  .sevice-intorduction tbody tr:nth-child(even){
    background-color: #f2f2f2;
  }
}

@media (max-width:767px) {
  .sevice-intorduction tbody td:nth-child(3) {
    border:none;
  }

  .sevice-intorduction thead {
    display: none;
  }
  
  .sevice-intorduction tbody th {
    display: block;
    text-align: left;
    position: relative;
    font-size: 1.6rem;
    margin: 10px;
    background-color: #ddd;
    border-radius: 4px;
  } 

  .sevice-intorduction tbody tr:nth-child(even) th {
    background-color: #ddd;
  }


  .sevice-intorduction tbody td {
    display: block;
    margin-left: 15px;
  }

  .sevice-intorduction tbody td:nth-child(3) {
    color: #f1923a;
  }

  .sevice-intorduction tbody td:before {
    display: block;
    content: attr(data-title);
    font-weight: 700;
    color: #42210b;
    font-size: 1.4rem;
  }
}

.other-service{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media(max-width:767px){
  .other-service{
    display: block;
  }
}

.other-service-item{
  flex-basis: 30%;
  flex-shrink: 1;
  margin: 45px 15px 45px 15px;
}

.other-service-item img{
  max-width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.other-service-item h4{
  font-size: 2.4rem;
  font-weight: 700;
}

@media(max-width:767px){
  .other-service-item h4{
    font-size: 2.0rem;
    text-align: center;
  }
}


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

.other-service-item .read-detail{
  display: block;
  text-align: center;
}