@charset "UTF-8";
/* placeholder */ :placeholder-shown {
  color: #666666;
}
::-webkit-input-placeholder {
  color: #666666;
}
::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #666666;
}
/*========================================
  common
========================================*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
html {
  font-size: 62.5%;
  /* 10px */
}
body {
  min-width: 1100px;
  background-color: #FFF;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #646464;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body {
    min-width: 320px;
  }
}
/* anchor */
a {
  text-decoration: none;
  color: #646464;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a img {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  opacity: 0.6;
}
a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  a {
    word-break: break-all;
  }
}
/* ul ol */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* table wrapper */
.tableWrap {
  overflow-x: auto;
  margin: 1em 0;
  width: 100%;
}
.tableWrap table {
  table-layout: auto;
  min-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tableWrap table {
    width: 800px;
  }
}
/* image */
img {
  display: block;
}
.fitImg img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
/* emphasis */
/* marker */
.mark {
  background: linear-gradient(transparent 40%, #fff82e 40%);
  font-weight: bold;
}
/* line wrap */
.lw, .lw span {
  display: inline-block;
}
/* br */
br.pc {
  display: block;
}
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
}
/* button */
a[class^='btn-'] {
  position: relative;
  display: block;
  width: 230px;
  padding: 16px 36px 16px 16px;
  text-align: center;
  font-size: 1.6rem;
  color: #FFF;
}
a[class^='btn-']::after {
  content: "";
  display: block;
  position: absolute;
  right: -17px;
  top: 50%;
  width: 37px;
  height: 5px;
  margin-top: -3px;
  background: url("../img/btn_arrow.png") no-repeat left top;
  background-size: contain;
}
a[class^='btn-'][class$='contact'] {
  background-color: #d74b4b;
}
a[class^='btn-'][class$='document'] {
  background-color: #ea973e;
}
@media screen and (max-width: 600px) {
  a[class^='btn-'] {
    width: 180px;
    padding: 12px 27px 12px 12px;
    text-align: center;
    font-size: 1.6rem;
    color: #FFF;
  }
  a[class^='btn-']::after {
    content: "";
    display: block;
    position: absolute;
    right: -17px;
    top: 50%;
    width: 32px;
    height: 4px;
    margin-top: -3px;
    background: url("../img/btn_arrow.png") no-repeat left top;
    background-size: contain;
  }
  a[class^='btn-'][class$='contact'] {
    background-color: #d74b4b;
  }
  a[class^='btn-'][class$='document'] {
    background-color: #ea973e;
  }
}
.btnSet {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 48px;
}
.btnSet li {
  margin: 0 30px;
}
@media screen and (max-width: 480px) {
  .btnSet {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    margin-top: 10px;
  }
  .btnSet li {
    margin: 20px 20px 0;
  }
}
/* lead text */
.lead {
  font-size: 2.2rem;
  color: #1b7e47;
}
/* ScrollReveal */
html.sr .load-hidden {
  visibility: hidden;
}
.fadeinBox {
  visibility: hidden;
}
/*========================================
  Header
========================================*/
.header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  min-width: 1100px;
  background-color: #FFF;
  -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    min-width: auto;
  }
}
.upper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 1100px;
  margin: 0 auto;
  padding: 13px 0;
}
.upper .logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.upper .logo p {
  margin-right: 40px;
}
.upper .guide {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.upper .guide ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.upper .guide ul li {
  margin-left: 1em;
}
.upper .guide ul li .btn-contact, .upper .guide ul li .btn-document {
  width: 150px;
  padding: 8px;
  font-size: 1.4rem;
}
.upper .guide ul li .btn-contact::after, .upper .guide ul li .btn-document::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .upper {
    width: 100%;
    height: 60px;
    padding: 10px 70px 10px 10px;
    border-bottom: 1px solid #bbbdbe;
  }
  .upper .logo p {
    display: none;
  }
  .upper .guide {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    -webkit-box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.2);
  }
  .upper .guide p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .upper .guide p {
    display: none;
  }
  .upper .guide ul {
    width: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .upper .guide ul li {
    margin: 0;
  }
  .upper .guide ul li .btn-contact, .upper .guide ul li .btn-document {
    width: 140px;
    padding: 8px;
    font-size: 1.4rem;
  }
  .upper .guide ul li .btn-contact::after, .upper .guide ul li .btn-document::after {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  .upper .logo h1 img {
    width: 186px;
    height: auto;
  }
}
/* navi */
.gnav {
  border-top: 1px solid #bbbdbe;
}
.gnav ul {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.gnav ul li {
  padding: 0 20px;
}
.gnav ul li:first-child {
  padding-left: 0;
}
.gnav ul li:last-child {
  padding-right: 0;
}
.gnav ul li a {
  position: relative;
  display: block;
  padding: 17px 0;
  font-size: 1.4rem;
}
.gnav ul li a:hover::before, .gnav ul li a.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #1b7e47;
}
@media screen and (max-width: 768px) {
  .gnav {
    border-top: none;
  }
  .gnav ul {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .gnav ul li {
    padding: 0;
    border-bottom: 1px solid #bbbdbe;
  }
  .gnav ul li a {
    position: relative;
    display: block;
    padding: 20px 20px 20px 50px;
    background: url("../img/blt_square.png") no-repeat left 20px center;
    background-size: 20px 20px;
    font-size: 2rem;
  }
  .gnav ul li a.active::before {
    display: none;
  }
}
/* menu button */
.menuBtn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 60px;
  height: 60px;
  background-color: #1b7e47;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.menuBtn:hover {
  opacity: 0.7;
}
.menuBtn span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  display: block;
  width: 32px;
  height: 2px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.menuBtn span::before, .menuBtn span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  z-index: 1010;
  width: 32px;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.menuBtn span::before {
  top: -12px;
}
.menuBtn span::after {
  top: 12px;
}
.menuBtn.open span {
  background-color: #1b7e47;
}
.menuBtn.open span::before {
  top: 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.menuBtn.open span::after {
  top: 0;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
@media screen and (max-width: 768px) {
  .menuBtn {
    display: block;
  }
}
/*========================================
  Footer
========================================*/
.footer {
  position: relative;
  background-color: #f7f7f9;
}
.pageIndex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  padding: 60px 0;
}
.pageIndex .logo {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  text-align: center;
}
.pageIndex .logo p:not(:first-child) {
  margin-top: 10px;
}
.pageIndex .logo img {
  display: inline-block;
}
.pageIndex .fnav {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 320px;
  min-height: 146px;
  padding-left: 48px;
  border-left: 1px solid #1b7e47;
}
.pageIndex .fnav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 20px;
}
.pageIndex ul li {
  width: calc(50% - 10px);
  list-style: disc;
  font-size: 1.4rem;
  color: #1b7e47;
}
@media screen and (max-width: 768px) {
  .pageIndex {
    padding: 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .pageIndex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .pageIndex .logo {
    text-align: center;
  }
  .pageIndex .logo p:not(:first-child) {
    margin-top: 10px;
  }
  .pageIndex .logo img {
    display: inline-block;
  }
  .pageIndex .fnav {
    min-height: auto;
    width: auto;
    margin-top: 30px;
    padding-left: 30px;
  }
  .pageIndex .fnav ul {
    display: block;
  }
  .pageIndex .fnav ul li {
    width: 100%;
    font-size: 1.4rem;
    color: #1b7e47;
  }
  .pageIndex .fnav ul li:not(:first-child) {
    margin-top: 10px;
  }
}
.bottom {
  background-color: #005eae;
}
.bottom .inr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 1100px;
  margin: 0 auto;
  padding: 24px 0;
  line-height: 1;
  font-size: 1.2rem;
  color: #FFF;
}
.bottom ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.bottom ul li:not(:last-child) {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #fff;
}
.bottom ul li a {
  color: #FFF;
}
.bottom p {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .bottom {
    padding-bottom: 57px;
  }
  .bottom .inr {
    display: block;
    width: 100%;
    padding: 16px 10px;
  }
  .bottom ul li {
    margin-bottom: 8px;
  }
  .bottom p {
    margin-top: 8px;
  }
}
/* page top */
.pagetop {
  position: absolute;
  right: 50%;
  top: -20px;
  margin-right: -550px;
}
.pagetop a {
  overflow: hidden;
  display: block;
  width: 40px;
  height: 0;
  padding-top: 40px;
  background: url("../img/pagetop_arrow.png") no-repeat center center #1b7e47;
  background-size: 15px 8px;
}
@media screen and (max-width: 768px) {
  .pagetop {
    position: absolute;
    right: 0;
    top: -20px;
    margin-right: 0;
  }
}
/*========================================
  main
========================================*/
main {
  padding-top: 130px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}
/* block */
.block {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
.block .inr {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.block.bg-bl {
  background-color: #ddece3;
}
.block.bg-gy {
  background-color: #e6e6eb;
}
.block[class*='bg-bottom']::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 235px;
}
.block.bg-bottom-bl::before {
  background-color: #ddece3;
}
.block[class*='hasWedge'] {
  padding: 110px 0 80px;
}
.block[class*='hasWedge']::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 40px 160px 0 160px;
  border-style: solid;
  pointer-events: none;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
.block.hasWedge-bl::before {
  border-color: #ddece3 transparent transparent transparent;
}
.block.hasWedge-gy::before {
  border-color: #e6e6eb transparent transparent transparent;
}
.block.hasWedge-wh::before {
  border-color: #FFF transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .block {
    width: 100%;
    padding: 40px 0;
  }
  .block .inr {
    width: calc(100% - 40px);
  }
  .block[class*='hasWedge'] {
    padding: 60px 0 40px;
  }
  .block[class*='hasWedge']::before {
    border-width: 20px 80px 0 80px;
  }
}
.blockHead {
  margin-bottom: 40px;
}
.blockHead h2 {
  position: relative;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 2rem;
  color: #1b7e47;
}
.blockHead h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 42px;
  height: 4px;
  background-color: #1b7e47;
  pointer-events: none;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
.blockHead p {
  margin-top: 20px;
  font-size: 1.5rem;
}
/* prologue */
.prologueSummary h2 {
  margin: 32px 0;
  letter-spacing: 0.05em;
  font-family: "Abel", sans-serif;
  line-height: 1;
  font-size: 4.5rem;
  color: #1b7e47;
}
.prologueSummary h2 span {
  display: inline-block;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 2.2rem;
}
.prologueSummary p {
  font-size: 2rem;
}
.prologueSummary p em {
  font-style: normal;
  font-weight: bold;
  color: #1b7e47;
}
.prologueItem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 60px 0;
}
.prologueItem .itemBox {
  position: relative;
  left: 0;
  top: 0;
  width: 472px;
  padding: 50px 40px 40px;
  background-color: #FFF;
  border: 1px solid #1b7e47;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.prologueItem .itemBox:hover {
  position: relative;
  left: -6px;
  top: -6px;
  -webkit-box-shadow: 6px 6px 8px 0 #bbbdbe;
  box-shadow: 6px 6px 8px 0 #bbbdbe;
}
.prologueItem .itemBox small {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1) rotate(-90deg) translateX(0%) translateY(-500%) skewX(0) skewY(0);
  transform: scale(1) rotate(-90deg) translateX(0%) translateY(-500%) skewX(0) skewY(0);
  transform-origin: right top;
  display: block;
  font-family: "Abel", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #1b7e47;
}
.prologueItem .itemBox small::after {
  content: "";
  width: 24px;
  height: 1em;
  margin-left: 8px;
  display: inline-block;
  background: url("../img/item_arrow.png") no-repeat left center;
  background-size: 24px 5px;
}
.prologueItem .itemBox h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #1b7e47;
}
.prologueItem .itemBox h3 + p {
  font-weight: normal;
}
.prologueItem .itemBox p {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
}
.prologueItem .itemBox p.align-left {
  text-align: left;
}
.prologueItem .itemBox .imgBox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.prologueItem .itemBox .imgBox .fitImg {
  margin: 30px 10px;
}
.prologueItem .itemBox .fitImg {
  margin: 30px 0;
}
.prologueItem .itemBox ul {
  padding: 0 40px;
  text-align: left;
}
.prologueItem .itemBox ul li {
  margin-left: 20px;
  list-style: disc;
  font-size: 1.4rem;
  color: #1b7e47;
}
.prologueItem .itemBox ul li span {
  color: #646464;
}
.prologueItem .itemBox ul li em {
  font-style: normal;
  color: #1b7e47;
}
.prologueItem .itemBox ul.halfcell {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.prologueItem .itemBox ul.halfcell li {
  width: calc(50% - 20px);
}
.prologueAbout p {
  line-height: 2;
  font-size: 1.8rem;
}
.prologueService {
  margin-top: 60px;
}
.prologueService .blockHead + p {
  margin-bottom: 8px;
  font-size: 1.5rem;
  color: #646464;
}
.prologueService .fitImg {
	margin: 40px 0 60px;
}
.prologueService .serviceItem {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.prologueService .serviceItem li {
  position: relative;
  width: 310px;
  padding: 110px 10px 30px;
  margin-bottom: 88px;
  border: 1px solid #1b7e47;
}
.prologueService .serviceItem li::before {
  position: absolute;
  left: 10px;
  top: -5px;
  line-height: 1;
  font-family: "Abel", sans-serif;
  font-size: 4rem;
  color: #1b7e47;
  opacity: 0.5;
  pointer-events: none;
}
.prologueService .serviceItem li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  display: block;
  width: 114px;
  height: 114px;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.prologueService .serviceItem li:nth-child(1)::before {
  content: "01";
}
.prologueService .serviceItem li:nth-child(1)::after {
  background: url("../img/service_pict01.png") no-repeat center center;
  background-size: 114px 114px;
}
.prologueService .serviceItem li:nth-child(2)::before {
  content: "02";
}
.prologueService .serviceItem li:nth-child(2)::after {
  background: url("../img/service_pict02.png") no-repeat center center;
  background-size: 114px 114px;
}
.prologueService .serviceItem li:nth-child(3)::before {
  content: "03";
}
.prologueService .serviceItem li:nth-child(3)::after {
  background: url("../img/service_pict03.png") no-repeat center center;
  background-size: 114px 114px;
}
.prologueService .serviceItem li strong {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  color: #1b7e47;
}
.prologueService .serviceItem li p {
  margin-top: 8px;
  font-size: 1.4rem;
}
.prologueService .serviceItem li h3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: -88px;
  width: 100%;
  height: 81px;
  background-color: #1b7e47;
  border: 1px solid #1b7e47;
  font-weight: normal;
  font-size: 1.8rem;
  color: #FFF;
}
.prologueService .serviceItem li h3 span {
  color: #fff82e;
}
.prologueService .serviceItem li h3::before, .prologueService .serviceItem li h3::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -16px;
  border-width: 16px 16px 0;
  border-style: solid;
  border-color: #1b7e47 transparent transparent transparent;
}
.prologueService .serviceItem li h3::before {
  top: -7px;
  border-color: #1b7e47 transparent transparent transparent;
  opacity: 1;
}
.prologueService .serviceItem li h3::after {
  top: -8px;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .prologueSummary p {
    font-size: 1.6rem;
  }
  .prologueItem {
    display: block;
    margin: 30px 0;
  }
  .prologueItem .itemBox {
    width: calc(100% - 40px);
    padding: 50px 40px 40px;
    margin: 0 auto;
  }
  .prologueItem .itemBox + .itemBox {
    margin-top: 20px;
  }
  .prologueAbout {
    margin-top: 60px;
  }
  .prologueService {
    margin-top: 60px;
  }
  .prologueService .serviceItem {
    display: block;
    margin-top: -100px;
  }
  .prologueService .serviceItem li {
    width: 100%;
    margin-top: 120px;
  }
}
@media screen and (max-width: 540px) {
  .prologueItem .itemBox ul {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .prologueItem .itemBox {
    padding: 30px 20px 20px;
  }
  .prologueItem .itemBox .imgBox {
    display: block;
  }
  .prologueItem .itemBox .imgBox .fitImg {
    margin: 20px 0;
  }
  .prologueItem .itemBox ul li .lw {
    display: inline;
  }
  .prologueItem .itemBox ul.halfcell {
    display: block;
  }
  .prologueItem .itemBox ul.halfcell li {
    width: 100%;
  }
}
/* feature */
.featureBoxWrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 1100px;
  text-align: left;
}
.featureBoxWrap + .featureBoxWrap {
  margin-top: 50px;
}
.featureBoxWrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
  width: 100%;
  height: 142px;
  background-color: #FFF;
}
.featureBoxWrap .featureBox {
  position: relative;
  z-index: 10;
  width: 900px;
  margin: 0 auto;
  padding: 48px;
  background-color: #FFF;
}
.featureBoxWrap .featureBox h3 {
  text-align: center;
  font-weight: normal;
  font-size: 2rem;
  color: #1b7e47;
}
.featureBoxWrap .featureBox h3 + p {
  margin: 1em 0 2em;
  text-align: center;
}
.featureBoxWrap .featureBox ul li {
  margin-top: 24px;
  padding-left: 30px;
  background: url("../img/blt_square.png") no-repeat left top 0.435em;
  background-size: 20px 20px;
  line-height: 1.875;
}
.featureBoxWrap .featureBox ul li h4 {
  font-weight: normal;
  font-size: 1.8rem;
}
.featureBoxWrap .featureBox ul li p {
  font-size: 1.4rem;
  color: #646464;
}
.featureBoxWrap .featureBox ul li p small {
  display: block;
  line-height: 1;
}
.featureBoxWrap .feature01 .fitImg {
  margin-top: 20px;
}
.featureBoxWrap .feature01 ul {
  padding-left: 330px;
  background: url("../img/feature_img01.png") no-repeat left top;
}
.featureBoxWrap .feature02 .fitImg {
  margin-top: 40px;
}
.featureBoxWrap .feature02 ul {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .featureBoxWrap {
    min-width: 100%;
  }
  .featureBo
  xWrap + .featureBoxWrap {
    margin-top: 30px;
  }
  .featureBoxWrap .featureBox {
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 30px 20px;
  }
  .featureBoxWrap .feature01 ul {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
    padding-left: 0;
    padding-top: 280px;
    background: url("../img/feature_img01.png") no-repeat center top;
  }
}
/* achievement */
.caseStudy {
  margin-top: 60px;
}
.caseStudy ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px;
}
.caseStudy ul li {
  width: calc((100% - 120px)/3);
}
@media screen and (max-width: 768px) {
  .caseStudy ul{
    justify-content: center;
  }
  .caseStudy ul li{
    max-width: 300px;
    width: 100%;
  }
}

.caseStudy ul li .achievement_logo {
  display: block;
  text-align: center;
  height: 120px;
}

.caseStudy ul li .tominaga_logo{
  padding: 30px 0 0 0;
}

.caseStudy ul li .kyojyu_logo{
  padding: 15px 0 0 0;
}

.caseStudy ul li .achievement_logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.caseStudy ul li .achievement_list_head h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.caseStudy ul li .achievement_list_head p {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  margin: 0;
  text-align: center;
}
.caseStudy ul li .achievement_thumb {
  width: 270px;
  height: 150px;
  margin: 25px auto 0;
}
.caseStudy ul li .achievement_thumb img {
  width: 100%;
  height: auto;
}
.caseStudy ul li p {
  font-size: 1.5rem;
  text-align: left;
  margin: 28px 0 22px;
  padding: 0 10px;
  max-width: 270px;
}
.caseStudy ul li .achievement_button {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  text-align: right;
  position: relative;
  padding-right: 30px;
  max-width: 126px;
  width: 100%;
  margin: 0 15px 0 auto;
}
.caseStudy ul li .achievement_button:hover {
  /*color: #1b7e47;
  color: #49986C;*/
  color: #00AA51;
  opacity: 1;
}
.caseStudy ul li .achievement_button::after {
  content: "";
  display: block;
  width: 25px;
  height: 6px;
  position: absolute;
  top: 30%;
  right: 0;
  background-image: url("../img/achievement_more_arrow.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .caseStudy ul li .achievement_logo {
    margin-bottom: 16px;
  }
  .caseStudy ul li .achievement_list_head p {
    text-align: center;
  }
  .caseStudy ul li .achievement_thumb_wrap {
    margin-top: 45px;
    height: 300px;
  }
}
/* use */
.useImage {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.useImage li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 480px;
  height: 100px;
  margin-bottom: 28px;
  padding: 20px 100px 20px 20px;
  border: 1px solid #1b7e47;
}
.useImage li:nth-child(1) {
  background: url("../img/use_pict01.png") no-repeat right 10px center;
}
.useImage li:nth-child(2) {
  background: url("../img/use_pict02.png") no-repeat right 10px center;
}
.useImage li:nth-child(3) {
  background: url("../img/use_pict03.png") no-repeat right 10px center;
}
.useImage li:nth-child(4) {
  background: url("../img/use_pict04.png") no-repeat right 10px center;
}
.useImage li p {
  padding-left: 30px;
  background: url("../img/blt_square.png") no-repeat left top 0.25em;
  background-size: 20px 20px;
  text-align: left;
}
.usePhoto {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  margin-top: 20px;
}
.usePhoto::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -28px;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  display: block;
  width: 24px;
  height: 28px;
  background: url("../img/use_arrow.png") no-repeat center center;
  background-size: 24px 28px;
}
.usePhoto li {
  position: relative;
  overflow: hidden;
  width: 310px;
  height: 250px;
  margin-top: 20px;
}
.usePhoto li:nth-child(1), .usePhoto li:nth-child(2) {
  width: 480px;
}
.usePhoto li img {
  position: absolute;
  left: -50%;
  top: -50%;
  bottom: -50%;
  right: -50%;
  margin: auto;
  z-index: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.usePhoto li p {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  font-size: 2rem;
  color: #FFF;
}
.usePhoto li:hover img {
  width: 108%;
  height: 108%;
}
@media screen and (max-width: 768px) {
  .useImage li {
    width: 100%;
  }
  .usePhoto {
    margin-top: 20px;
  }
  .usePhoto li {
    position: relative;
    overflow: hidden;
    width: calc(33% - 13px);
    height: 150px;
    margin-top: 20px;
  }
  .usePhoto li:nth-child(1), .usePhoto li:nth-child(2) {
    width: calc(50% - 10px);
  }
  .usePhoto li img {
    width: auto;
    height: 100%;
  }
  .usePhoto li p {
    font-size: 1.6rem;
  }
  .usePhoto li:hover img {
    width: auto;
    height: 108%;
  }
}
/* charge */
.serviceType {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.2rem;
}
.serviceType th, .serviceType td {
  padding: 16px 8px;
  border: 1px solid #bbbdbe;
  font-weight: normal;
}
.serviceType th {
  min-width: 108px;
  max-width: 108px;
  background-color: #ddece3;
}
.serviceType td {
  min-width: 174px;
  max-width: 174px;
}
.serviceType thead th,
.serviceType thead td {
	font-size: 1.4rem;
}
.serviceType thead th { background-color: #a3ccb4;}
.serviceType thead td.depth-deep { background-color: #2ec1e5;}
.serviceType thead td.depth-medium { background-color: #52cc62;}
.serviceType thead td.depth-light { background-color: #dae52e;}

.serviceType td img {
  margin: 0 auto;
}
.serviceType td sup {
  font-size: 1.2rem;
  color: #646464;
}
.serviceType td.new {
	position: relative;
}
.serviceType td.new::before {
	content: "";
	display: block;
	position: absolute;
	left: 8px;
	top: 8px;
	width: 60px;
	height: 24px;
	background: url("../img/item_label_new.png") no-repeat left top;
}
.serviceType .text-gn td {
  color: #1b7e47;
}
.serviceType td.text-rd {
  color: #d74b4b;
}
.serviceType .num {
  font-size: 2.5rem;
}
.serviceType tr:nth-child(1) td {
  vertical-align: top;
}
.tableNotes {}
.tableNotes p {
	padding-left: 1em;
	text-indent: -1em;
  text-align: left;
	line-height: 1.25;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .tableNotes {
    display: block;
  }
}
/* flow */
.flowstep {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.flowstep li {
  width: 196px;
}
.flowstep li small {
  display: block;
  margin-bottom: 8px;
  font-family: "Abel", sans-serif;
  font-size: 2rem;
  color: #1b7e47;
}
.flowstep li .fitImg {
  position: relative;
}
.flowstep li strong {
  display: block;
  margin-top: 32px;
  font-size: 1.8rem;
  color: #1b7e47;
}
.flowstep li p {
  margin-top: 1em;
  text-align: left;
  font-size: 1.4rem;
}
.flowstep li:not(:last-child) .fitImg::after {
  content: "";
  display: block;
  position: absolute;
  right: -43px;
  top: 50%;
  width: 63px;
  height: 35px;
  background: url("../img/flowstep_arrow.png") no-repeat center center;
  background-size: contain;
  -webkit-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .flowstep {
    display: block;
  }
  .flowstep li {
    position: relative;
    width: 100%;
  }
  .flowstep li p {
    text-align: center;
  }
  .flowstep li strong {
    margin-top: 16px;
  }
  .flowstep li:not(:last-child) .fitImg::after {
    display: none;
  }
  .flowstep li:not(:last-child) {
    margin-bottom: 90px;
  }
  .flowstep li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -63px;
    width: 63px;
    height: 35px;
    background: url("../img/flowstep_arrow.png") no-repeat center center;
    background-size: contain;
    -webkit-transform: scale(1) rotate(90deg) translateX(0) translateY(100%) skewX(0) skewY(0);
    transform: scale(1) rotate(90deg) translateX(0) translateY(100%) skewX(0) skewY(0);
    transform-origin: 50% 50%;
  }
}
/* epilogue */
#epilogue .outline {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 48px 0;
}
#epilogue .outline li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  width: 310px;
  padding: 30px 20px;
  border: 1px solid #1b7e47;
}
#epilogue .outline li::before {
  content: "";
  display: block;
  order: 2;
  width: 100%;
  height: 100px;
  margin: 28px 0;
}
#epilogue .outline li:nth-child(1)::before {
  background: url("../img/outline_pict01.png") no-repeat center center;
  background-size: contain;
}
#epilogue .outline li:nth-child(2)::before {
  background: url("../img/outline_pict02.png") no-repeat center center;
  background-size: contain;
}
#epilogue .outline li:nth-child(3)::before {
  background: url("../img/outline_pict03.png") no-repeat center center;
  background-size: contain;
}
#epilogue .outline li strong {
  order: 1;
  font-size: 1.7rem;
  color: #1b7e47;
}
#epilogue .outline li strong .mark {
  font-size: 2.1rem;
}
#epilogue .outline li p {
  order: 3;
  font-size: 1.4rem;
  color: #646464;
}
@media screen and (max-width: 768px) {
  #epilogue .outline {
    display: block;
  }
  #epilogue .outline li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }
  #epilogue .outline li + li {
    margin-top: 20px;
  }
  #epilogue .outline li strong {
    order: 1;
    font-size: 1.7rem;
    color: #1b7e47;
  }
  #epilogue .outline li strong .mark {
    font-size: 2.1rem;
  }
  #epilogue .outline li p {
    order: 3;
    font-size: 1.4rem;
    color: #646464;
  }
}

/* guide - download */
.dlg {
	margin-top: 30px;
	text-align: center;
	vertical-align: middle;
}
.dlg a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 24px;
	font-size: 1.4rem;
}
.dlg a::before {
	content: "？";
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #005eae;
	/*border: 2px solid #999;*/
	text-align: center;
	line-height: 20px;
	color: #FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


#downloadGuide {
	margin-top: 60px;
	padding: 20px;
	border: 4px solid #ddece3;
}
#downloadGuide input[name=guideOpener] {
	display: none;
}
#downloadGuide input[name=guideOpener]:checked ~ .guideStep {
	max-height: 100vh;
}

#downloadGuide h3 {
	color: #1b7e47;
}
.guideStep {
	margin-top: 20px;
	text-align: left;
	-webkit-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
}
.guideStep li {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #bbbdbe;
}
.guideStep li .fitImg {
	width: 400px;
}
.guideStep li .guideText {
	flex: 1;
	margin: 0 0 0 40px;
}
.guideStep li .guideText p + p {
	margin-top: 1em;
}
.guideStep li .guideText strong {
	color: #1b7e47;
}

@media screen and (max-width: 768px) {
	.guideStep li .fitImg {
		width: 50%;
	}
	.guideStep li .guideText {
		margin: 0 0 0 20px;
	}
}
@media screen and (max-width: 600px) {
	.guideStep li {
		display: block;
	}
	.guideStep li .fitImg {
		width: 100%;
	}
	.guideStep li .guideText {
		margin: 20px 0 0 0;
		font-size: 1.4rem;
	}
}



/*========================================
  interview
========================================*/
/* main visual */
.interview_mv {}
.interview_mv h3.interview_head {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 3.2rem;
  color: #1b7e47;
}
.interview_mv .mv_wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 120px;
}
.interview_mv .mv_image {
  position: relative;
}
.interview_mv .mv_image .fitImg {
  width: 750px;
}
.interview_mv .mv_image p {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding-top: 1em;
  text-align: left;
  color: #505050;
}
.interview_mv .mv_datasheet {
  display: block;
  max-width: 768px;
  width: 300px;
  text-align: left;
  background: #1b7e47;
  padding: 50px 20px 30px;
  margin-right: -50px;
  color: #FFF;
}
.interview_mv .mv_datasheet .user_company {
  margin-bottom: 15px;
}
.interview_mv .mv_datasheet .user_company h4 {
  line-height: 1.25;
  font-weight: 500;
  font-size: 2rem;
  color: #FFF;
}
.interview_mv .mv_datasheet .user_company p {
  margin-top: 10px;
  line-height: 1;
}
.interview_mv .mv_datasheet .user_company p a {
  word-break: break-all;
  font-size: 1.4rem;
  color: #ffffff;
}

.interview_mv .mv_datasheet dl {}
.interview_mv .mv_datasheet dl dt {
  margin-top: 24px;
  padding-top: 8px;
  border-top: 1px solid #ffffff;
  font-size: 1.6rem;
}
.interview_mv .mv_datasheet dl dd {
  margin-top: 8px;
  line-height: 1.25;
  font-size: 1.4rem;
}
.interview_mv .mv_datasheet dl dd small {
  font-size: 1.2rem;
  display: block;
  margin-top: 1em;
}
.interview_mv .mv_datasheet dl dd span {
  letter-spacing: -0.05em;
}
.interview_mv .interviewee_summary {
  max-width: 800px;
  margin: 0 auto;
}
.interview_mv .interviewee_summary p {
  text-align: left;
  font-size: 2rem;
  color: #505050;
}

.interview_name{ font-weight: bold;}
@media screen and (max-width: 768px) {
  .interview_mv h3.interview_head {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
  .interview_mv .mv_wrap {
    display: block;
    margin: 0 -20px 40px;
  }
  .interview_mv .mv_image {
    position: relative;
  }
  .interview_mv .mv_image .fitImg {
    width: 100%;
  }
  .interview_mv .mv_image p {
    position: static;
    padding: 10px 20px;
    font-size: 1.4rem;
  }
  .interview_mv .mv_datasheet {
    width: 100%;
    padding: 20px;
    margin-right: 0;
  }
  .interview_mv .mv_datasheet .user_company h4 {
    font-size: 1.7rem;
  }
  .interview_mv .mv_datasheet .user_company p {
    margin-top: 0;
  }
  .interview_mv .mv_datasheet dl dt {
    margin-top: 8px;
    padding-top: 4px;
    font-size: 1.5rem;
  }
  .interview_mv .mv_datasheet dl dd {
    margin-top: 4px;
  }
  .interview_mv .interviewee_summary p {
    font-size: 1.5rem;
  }
}


/* interview list */
.interview_list {
  margin-top: 100px;
}
.interview_list dl {}
.interview_list dl dt {
  color: #1b7e47;
  font-size: 2.8rem;
  text-align: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #1b7e47;
}
.interview_list dl dd + dt {
  margin-top: 100px;
}
.interview_list dl dd {
  max-width: 800px;
  margin: 48px auto 0;
}
.interview_list dl dd:last-child {
  padding-bottom: 0;
}
.interview_list dl dd p {
  font-size: 2rem;
  text-align: left;
}
.interview_list dl dd p + p {
  margin-top: 1em;
}
.interview_list .interview_date {
  display: block;
  max-width: 800px;
  margin: 72px auto 0;
  text-align: right;
}
.interview_list .interview_date small {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .interview_list {
    margin-top: 30px;
  }
  .interview_list dl {}
  .interview_list dl dt {
    font-size: 1.6rem;
    padding-bottom: 10px;
    text-align: left;
  }
  .interview_list dl dd + dt {
    margin-top: 30px;
  }
  .interview_list dl dd {
    margin: 16px auto 0;
  }
  .interview_list dl dd p {
    font-size: 1.5rem;
  }
  .interview_list .interview_date {
    margin: 36px auto 0;
  }
  .interview_list .interview_date small {
    font-size: 1.4rem;
  }
}


/* achievement more */
.achievement_more {
  position: relative;
  margin-bottom: 40px;
  padding: 80px 0;
  background: url("../img/achievement_bg.jpg") no-repeat center center;
  background-size: cover;
}
.achievement_more h3 {
  margin-bottom: 40px;
  padding: 0 20px;
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  color: #1b7e47;
}
.achievement_more ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 0 80px;
}
.achievement_more li {
  width: 200px;
}
.achievement_more li a {
  display: block;
  text-align: center;
}
.achievement_more li a img {
  margin: 0 auto;
  filter: drop-shadow(7px 7px 7px rgba(0, 0, 0, 0.2));
}
.achievement_more li a p {
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #1b7e47;
}
.achievement_more .btnSet {
  position: absolute;
  left: 0;
  bottom: -23px;
  width: 100%;
}
.achievement_more .btnSet .btn-contact {
  padding-left: 56px;
  background: url("../img/contact_icon.png") no-repeat left 36px center #D74B4B;
  background-size: 27px 34px;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
  .achievement_more {
    position: relative;
    margin-bottom: 40px;
    padding: 40px 0 60px;
  }
  .achievement_more h3 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  .achievement_more ul {
    gap: 0 20px;
  }
  .achievement_more li {
    width: 140px;
  }
  .achievement_more li a img {
    width: 108px;
    height: auto;
  }
  .achievement_more li a p {
    margin-top: 10px;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
  .achievement_more .btnSet .btn-contact {
    width: 230px;
  }
}

/*
.achievement_contact {
  position: absolute;
  bottom: -5%;
  left: 41%;
  padding: 18px 0 18px 30px;
  font-size: 2rem;
  color: #ffffff;
  background: #d74b4b;
  display: block;
  width: 280px;
  text-align: center;
  background-image: url("../img/contact_icon.png");
  background-repeat: no-repeat;
  background-position: center left 50px;
}
.achievement_contact::after {
  position: absolute;
  top: 50%;
  right: -8%;
  display: block;
  content: "";
  width: 39px;
  height: 6px;
  background-image: url("../img/contact_arrow.png");
  background-repeat: no-repeat;
}
*/

/*
@media screen and (max-width: 768px) {
  #interview .blockHead .mv_text {
    font-size: 3.8rem;
    letter-spacing: -0.03em;
  }
  #interview .mv .mv_wrap {
    width: 100%;
  }
  #interview .mv .mv_block {
    position: relative;
    margin-right: 0;
    width: 100%;
    top: 0;
  }
  #interview .mv .mv_block h3 {
    font-size: 3.4rem;
  }
  #interview .mv .mv_block h3 span {
    padding-right: 0;
  }
  #interview .mv .mv_block a {
    font-size: 3rem;
  }
  #interview .mv .mv_block dt, #interview .mv .mv_block dd {
    font-size: 3rem;
  }
  #interview .mv .mv_block dt span, #interview .mv .mv_block dd span {
    font-size: 2.6rem;
  }
  #interview .mv .mv_bottom {
    font-size: 2.8rem;
    text-align: center;
    margin: 20px 0;
  }
  #interview .mv .mv_ol {
    margin: 70px 43px 0 43px;
    font-size: 3rem;
  }
  #interview .achievement_list {
    margin: 100px 43px 70px 43px;
  }
  #interview .achievement_list dt {
    text-align: left;
    font-size: 3rem;
  }
  #interview .achievement_list dd {
    margin: 40px 0 110px;
  }
  #interview .achievement_list dd p {
    font-size: 3rem;
  }
  #interview small {
    font-size: 2.2rem;
    margin: 0 43px 0 auto;
  }
  #interview .achievement_more {
    padding: 75px 0 140px 0;
  }
  #interview .achievement_more h3 {
    font-size: 3.2rem;
    margin: 0 150px 50px 150px;
  }
  #interview .achievement_more ul li {
    margin-right: 60px;
  }
  #interview .achievement_more ul li a p {
    font-size: 3rem;
  }
  #interview .achievement_more .achievement_contact {
    bottom: -4%;
    left: 33%;
  }
}
@media screen and (max-width: 600px) {
  #interview .achievement_more h3 {
    font-size: 3rem;
    margin: 0 50px 50px 50px;
  }
  #interview .achievement_more ul li a p {
    font-size: 1.8rem;
  }
  #interview .achievement_more .achievement_contact {
    left: 28%;
  }
}
@media screen and (max-width: 420px) {
  #interview .achievement_more .achievement_contact {
    left: 16%;
  }
}/*# sourceMappingURL=style.css.map */
