@charset "UTF-8";
body {
  background: #fff;
  color: #222;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  box-sizing: border-box;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

.isPC {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .isSP {
    display: none !important;
  }
  .isPC {
    display: block !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  width: 100%;
}

a:hover {
  opacity: 0.8;
}

a.primary-button {
  position: relative;
  display: inline-block;
  width: 56.14%;
  height: 56px;
  line-height: 56px;
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  z-index: 5;
}
a.primary-button + .primary-button {
  margin-left: 20px;
}
@media only screen and (min-width: 1690px) {
  a.primary-button + .primary-button {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  a.primary-button {
    font-size: 1.25rem;
    height: 80px;
    line-height: 80px;
  }
}
a.primary-button::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 30px;
  top: calc(50% - 8px);
  width: 12px;
  height: 13px;
  background: url(/images/icon_triangle.png) no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  a.primary-button::before {
    font-size: 1.25rem;
    width: 14px;
    height: 16px;
  }
}
a.primary-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #222;
  transform: skewX(-15deg);
}

/* ヘッダー -------------------------------------------*/
.header-wrap {
  width: 100%;
  position: fixed;
  top: 0;
  height: 72px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  z-index: 20;
  padding: 11px 0;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .header-wrap {
    height: 130px;
    padding: 22px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
  }
}
.header-wrap button {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  vertical-align: middle;
  text-align: inherit;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.header-wrap .header {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .header-wrap .header {
    display: flex;
    margin-left: 3.54%;
  }
}
.header-wrap .header-logo {
  max-width: 155px;
}
@media only screen and (min-width: 768px) {
  .header-wrap .header-logo {
    max-width: 260px;
    margin-right: auto;
  }
}
.header-wrap .header-shadow {
  content: "";
  overflow: hidden;
  padding-bottom: 20px;
}
.header-wrap .header-shadow::before {
  content: "";
  display: block;
  height: 1px;
  box-shadow: 0px 0px 20px rgb(0, 0, 0);
  background: #dbdbdb;
}
.header-wrap .header-menu {
  display: flex;
  position: fixed;
  right: -100%;
  top: 72px;
  width: 100%;
  height: calc(100vh - 72px);
  transition: 0.3s;
  flex-direction: column;
  background: #ededed;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .header-wrap .header-menu {
    top: 130px;
    width: 375px;
    flex-direction: column;
    background: #ededed;
  }
}
@media only screen and (min-width: 1690px) {
  .header-wrap .header-menu {
    align-items: center;
    margin-right: 2.83%;
    top: auto;
    flex-direction: row;
  }
}
.header-wrap .header-menu-list {
  flex-direction: column;
  padding: 0 20px;
  overflow: auto;
}
@media only screen and (min-width: 1690px) {
  .header-wrap .header-menu-list {
    display: flex;
    position: relative;
    width: 100%;
    right: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 768px) {
  .header-wrap .header-menu-list {
    flex-direction: row;
  }
}
.header-wrap .header-menu-item {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 600;
  border-bottom: 2px solid #fff;
}
.header-wrap .header-menu-item a {
  font-weight: 600;
  padding: 20px 0;
  display: block;
}
@media only screen and (min-width: 1690px) {
  .header-wrap .header-menu-item {
    margin-left: 40px;
    width: auto;
    border-bottom: 0;
  }
  .header-wrap .header-menu-item a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #ffd800;
            text-decoration-color: #ffd800;
    text-decoration-thickness: 3px;
    text-underline-offset: 12px;
  }
}
@media only screen and (min-width: 1690px) {
  .header-wrap .header-menu {
    position: absolute;
    right: 0%;
    width: auto;
    height: auto;
    background-color: transparent;
  }
}
.header-wrap .header-menu.open {
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 1690px) {
  .header-wrap .header {
    display: flex;
    align-items: center;
    font-size: 1.125rem;
  }
}
.header-wrap .menu-btn {
  display: inline;
  position: fixed;
  top: 23px;
  right: 20px;
  z-index: 100;
  width: 26px;
  height: 26px;
}
@media only screen and (min-width: 1690px) {
  .header-wrap .menu-btn {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header-wrap .menu-btn {
    width: 48px;
    height: 48px;
    top: 35px;
  }
}
.header-wrap .btn-line {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #222;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) {
  .header-wrap .btn-line {
    height: 4px;
  }
}
.header-wrap .btn-line::before, .header-wrap .btn-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #222;
  transition: 0.5s;
}
.header-wrap .btn-line::before {
  transform: translateY(-8px);
}
.header-wrap .btn-line::after {
  transform: translateY(8px);
}
@media only screen and (min-width: 768px) {
  .header-wrap .btn-line::before {
    transform: translateY(-16px);
  }
  .header-wrap .btn-line::after {
    transform: translateY(16px);
  }
}
.header-wrap .btn-line.open {
  background-color: transparent;
}
.header-wrap .btn-line.open::before, .header-wrap .btn-line.open::after {
  content: "";
  background-color: #333;
  transition: 0.2s;
}
.header-wrap .btn-line.open::before {
  transform: rotate(45deg);
}
.header-wrap .btn-line.open::after {
  transform: rotate(-45deg);
}
.header-wrap .header-tel {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (min-width: 1690px) {
  .header-wrap .header-tel {
    margin-top: 0;
  }
}
.header-wrap .header-tel a {
  position: relative;
  display: inline-block;
  width: 90%;
  padding: 20px 0 20px 20px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  z-index: 5;
}
@media only screen and (min-width: 1690px) {
  .header-wrap .header-tel a {
    margin-left: 40px;
    width: 230px;
  }
}
@media only screen and (min-width: 768px) {
  .header-wrap .header-tel a {
    width: 305px;
  }
}
.header-wrap .header-tel a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 30px;
  top: calc(50% - 10px);
  width: 20px;
  height: 22px;
  background: url(/images/icon_tel.png) no-repeat;
  background-size: cover;
}
.header-wrap .header-tel a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #222;
  transform: skewX(-15deg);
}
.header-wrap .header-mail {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 1690px) {
  .header-wrap .header-mail {
    margin-top: 0;
    padding-right: 20px;
  }
}
.header-wrap .header-mail a {
  position: relative;
  display: inline-block;
  width: 90%;
  padding: 20px 0 20px 30px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  z-index: 5;
}
.header-wrap .header-mail a:hover:after {
  background: #ffd800;
}
@media only screen and (min-width: 1690px) {
  .header-wrap .header-mail a {
    margin-left: 15px;
    width: 230px;
  }
}
@media only screen and (min-width: 768px) {
  .header-wrap .header-mail a {
    width: 305px;
  }
}
.header-wrap .header-mail a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 33px;
  top: calc(50% - 8px);
  width: 28px;
  height: 22px;
  background: url(/images/icon_mail.png) no-repeat;
  background-size: cover;
}
.header-wrap .header-mail a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: skewX(-15deg);
  border: 2px solid;
  border-color: #222;
}

/* キービジュアル -------------------------------------------*/
.kv-wrap {
  width: 100%;
  background: url(/images/background_sp.jpg) no-repeat top right;
  background-size: cover;
  margin-top: 72px;
}
@media only screen and (min-width: 768px) {
  .kv-wrap {
    background: url(/images/background.jpg) no-repeat top right;
    margin-top: 130px;
  }
}

.kv {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .kv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80vw;
    padding-top: 4.89%;
    padding-bottom: 80px;
    top: 0;
    left: 10vw;
    padding-bottom: 10.41%;
  }
}
.kv-text {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .kv-text {
    width: 43.2vw;
    background: #fff;
    box-shadow: 0px 0px 50px rgba(29, 32, 38, 0.08);
  }
}
.kv-text .catch {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 5.5vw;
  font-weight: bold;
  letter-spacing: 1.46px;
  text-align: center;
  padding: 32px 15px 28px;
}
@media only screen and (min-width: 768px) {
  .kv-text .catch {
    font-size: 2.604vw;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
    line-height: 1.8;
    width: 83.18%;
    margin-top: 4.16vw;
    margin-left: 4vw;
    padding: 0;
  }
}
@media only screen and (min-width: 1690px) {
  .kv-text .catch {
    font-size: 3.125rem;
  }
}
.kv-text .catch em {
  font-style: normal;
  background: linear-gradient(transparent 80%, #ffd800 20%);
}
.kv-text p {
  padding-left: 4vw;
  padding-right: 4vw;
  font-size: 1rem;
  line-height: 2;
  margin: 3.125% 0;
}
@media only screen and (min-width: 1690px) {
  .kv-text p {
    font-size: 1.25rem;
    margin: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .kv-text a.primary-button {
    margin-left: 21.93%;
    margin-bottom: 4.16vw;
  }
}
.kv-image {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .kv-image {
    width: 32.6vw;
  }
}
.kv-image img {
  max-width: 376px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .kv-image img {
    max-width: 100%;
  }
}
.kv .text-PC {
  width: 100%;
  padding: 20px;
  background: #222;
  color: #fff;
  margin-top: 30px;
}
.kv .text-PC a {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 56px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  z-index: 5;
  color: #222;
  margin-top: 20px;
}
.kv .text-PC a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 30px;
  top: calc(50% - 8px);
  width: 14px;
  height: 16px;
  background: url(/images/icon_triangle2.png) no-repeat;
  background-size: cover;
}
.kv .text-PC a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #fff;
  transform: skewX(-15deg);
}

/* セクションタイトル -------------------------------------------*/
.wrap-title {
  font-size: 5.5vw;
  font-weight: bold;
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
  padding: 0 45px;
}
@media only screen and (min-width: 768px) {
  .wrap-title {
    font-size: 8vw;
  }
}
.wrap-title::before, .wrap-title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #222;
  transform: rotate(-50deg);
}
.wrap-title::before {
  left: 0;
}
.wrap-title::after {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .wrap-title {
    font-size: 3.125rem;
    padding: 0 60px;
  }
}
.wrap-title span {
  font-size: 5.7vw;
}
@media only screen and (min-width: 768px) {
  .wrap-title span {
    font-size: 3.525rem;
  }
}
.wrap-title-sub {
  padding: 0 0 25px;
  margin-top: -10px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffd800;
}
@media only screen and (min-width: 768px) {
  .wrap-title-sub {
    font-size: 1.125rem;
    padding: 0 0 45px;
  }
}

/* 強み -------------------------------------------*/
.forte-wrap {
  background: #f3f3f3;
  padding: 30px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .forte-wrap {
    padding: 60px 0;
  }
}
.forte-list {
  width: 89.33%;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .forte-list {
    width: 70.46%;
  }
}
.forte-item {
  margin-bottom: 56px;
}
@media only screen and (min-width: 768px) {
  .forte-item {
    display: flex;
    justify-content: space-between;
    margin-right: -4.12%;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .forte-item:nth-child(2) {
    flex-direction: row-reverse;
    margin-right: 0;
    margin-left: -4.12%;
  }
}
@media only screen and (min-width: 768px) {
  .forte-item:nth-child(2) img {
    box-shadow: -30px 30px 0px 0 #d4d4d4;
  }
}
.forte-text {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .forte-text {
    width: 47.94%;
  }
}
.forte-text span {
  display: block;
  background: #ffd800;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .forte-text span {
    font-size: 2.25rem;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-bottom: 20px;
  }
}
.forte-text .forte-title {
  font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .forte-text .forte-title {
    font-size: 2.25rem;
    margin-bottom: 35px;
  }
}
.forte-text p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .forte-text p {
    margin-bottom: 35px;
  }
}
.forte-text a.primary-button {
  width: 95%;
  margin-left: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .forte-text a.primary-button {
    width: 73.55%;
    min-width: 434px;
    margin-bottom: 0;
  }
}
.forte-image {
  width: 100%;
  padding-bottom: 0x;
}
@media only screen and (min-width: 768px) {
  .forte-image {
    width: 47.94%;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .forte-image img {
    box-shadow: 30px 30px 0px 0 #d4d4d4;
  }
}
.forte-image figcaption {
  display: none;
}

/* 対応範囲 -------------------------------------------*/
.skill-wrap {
  background: url(/images/background2.png) repeat top center;
  text-align: center;
  padding: 80px 35px;
  z-index: -5;
}
.skill-wrap a.primary-button {
  width: 90%;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .skill-wrap a.primary-button {
    max-width: 434px;
  }
}
.skill-list {
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 0;
}
.skill-list::before {
  content: "";
  position: absolute;
  display: block;
  background: url(/images/skill_1.png) no-repeat top center;
  background-size: cover;
  width: 70vw;
  height: 70vw;
  bottom: -80px;
  left: -18%;
}
@media only screen and (min-width: 768px) {
  .skill-list::before {
    width: 20vw;
    height: 20vw;
    left: 10%;
  }
}
.skill-list::after {
  content: "";
  position: absolute;
  display: block;
  background: url(/images/skill_2.png) no-repeat top center;
  background-size: cover;
  width: 60vw;
  height: 60vw;
  top: -40px;
  right: -17%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .skill-list::after {
    width: 30vw;
    height: 30vw;
    top: -40px;
    right: 5%;
  }
}
.skill-item {
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #222;
  padding: 25px;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  position: relative;
}
.skill-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  background: #ffd800;
  height: 100%;
}

/* 実績 -------------------------------------------*/
.work-wrap {
  background: #fff7cc;
  text-align: center;
  padding: 50px 35px;
}
@media only screen and (min-width: 768px) {
  .work-wrap {
    padding: 80px 35px;
  }
}
.work-list {
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .work-list {
    width: 89.33%;
    display: flex;
    justify-content: space-between;
  }
}
.work-item {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .work-item {
    width: 32%;
  }
}
.work-text {
  text-align: left;
}
.work-text p:not(.work-title) {
  margin: 5px 20px;
}
.work-title {
  font-weight: bold;
  font-size: 1.125rem;
  background: #ffd800;
  padding: 5px 15px;
  margin-bottom: 5px;
}
.work-image figcaption {
  display: none;
}
.work-image img {
  border: 1px solid #222;
}
.work-list2 {
  max-width: 1240px;
  padding: 4.032% 6.45%;
  background: #fff;
  margin: 0 auto;
  text-align: left;
}
.work-item2 {
  padding: 20px 0;
  border-bottom: 1px solid #d0d0d0;
}
.work-item2:last-of-type {
  border-bottom: none;
}
.work-item2 span {
  display: block;
  position: relative;
  width: 100%;
  margin-right: 2.41%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .work-item2 span {
    display: inline-block;
    width: 18.95%;
    text-align: center;
  }
}
.work-item2 span::after {
  content: " :";
  display: inline-block;
  font-size: 1.25rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .work-item2 span::after {
    content: ":";
    position: absolute;
    right: 0;
  }
}

/* ページ上に戻る -------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 1px solid #fff;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #222;
  width: 59px;
  height: 59px;
  padding: 18px 5px;
  text-align: center;
  display: block;
  opacity: 0.9;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 768px) {
  #page-top a {
    width: 80px;
    height: 80px;
    padding: 28px 5px;
  }
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}
#page-top a img {
  width: 13px;
  height: 7px;
}

/* フッター -------------------------------------------*/
.footer {
  overflow: hidden;
  background: #f3f3f3;
}
.footer.top-footer {
  background: #fff7cc;
}
.footer-wrap {
  background: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 432px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 130px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-wrap {
    height: 352px;
    display: flex;
    justify-content: center;
  }
}
.footer-tel {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer-tel {
    margin-top: 0;
  }
}
.footer-tel a {
  position: relative;
  display: block;
  height: 92px;
  width: 80%;
  line-height: 92px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
  padding-left: 25px;
  z-index: 5;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .footer-tel a {
    width: 425px;
  }
}
.footer-tel a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 14%;
  top: calc(50% - 10px);
  width: 20px;
  height: 22px;
  background: url(/images/icon_tel.png) no-repeat;
  background-size: cover;
}
.footer-tel a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #222;
  transform: skewX(-15deg);
}
.footer-mail {
  text-align: center;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .footer-mail {
    margin-top: 0;
    margin-left: 25px;
  }
}
.footer-mail a {
  position: relative;
  display: inline-block;
  width: 90%;
  height: 92px;
  line-height: 92px;
  width: 80%;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.06em;
  padding-left: 25px;
  z-index: 5;
}
.footer-mail a:hover:after {
  background: #ffd800;
}
@media only screen and (min-width: 1690px) {
  .footer-mail a {
    margin-left: 15px;
    width: 425px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-mail a {
    width: 425px;
  }
}
.footer-mail a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 14%;
  top: calc(50% - 10px);
  width: 28px;
  height: 22px;
  background: url(/images/icon_mail.png) no-repeat;
  background-size: cover;
}
.footer-mail a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: skewX(-15deg);
  border: 2px solid;
  border-color: #222;
}
.footer-wrap2 {
  width: 100%;
  background: #222;
  color: #fff;
  text-align: center;
}
.footer-wrap2 img {
  width: 140px;
  height: auto;
  display: block;
  padding: 50px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .footer-wrap2 img {
    width: 200px;
    padding: 80px 0;
  }
}

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

会社概要

--------------------------------------------- */
/* 会社概要 */
.company-overview-wrap {
  width: 100%;
  background: #fff7cc;
  padding: 100px 35px 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .company-overview-wrap {
    padding: 200px 35px 100px;
  }
}
.company-overview-list {
  max-width: 1240px;
  padding: 4.032% 6.45%;
  background: #fff;
  margin: 0 auto;
  text-align: left;
}
.company-overview-item {
  padding: 20px 0;
  border-bottom: 1px solid #d0d0d0;
}
.company-overview-item:last-of-type {
  border-bottom: none;
}
.company-overview-item dl {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 1.25rem;
  flex-direction: column;
}
.company-overview-item dl a {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .company-overview-item dl {
    flex-direction: row;
  }
  .company-overview-item dl a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
.company-overview-item dl dt {
  width: 100%;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .company-overview-item dl dt {
    width: 17%;
    display: inline-block;
    width: 18.95%;
    text-align: center;
  }
}
.company-overview-item dl dt::after {
  content: ":";
  display: inline-block;
  font-size: 1.25rem;
  font-weight: normal;
  padding-left: 1em;
}
.company-overview-item dl dd {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .company-overview-item dl dd {
    width: 83%;
    display: block;
  }
}

/* 主要取引先 */
.company-client-wrap {
  width: 100%;
  padding: 40px 35px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .company-client-wrap {
    padding: 100px 35px 80px;
  }
}
.company-client-name {
  max-width: 1240px;
  padding: 1.032% 6.45% 3.032%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.25rem;
}

/* 対応可能技術 */
.company-skill-wrap {
  background: url(/images/background2.png) repeat top center;
  border-top: 1px solid #f3f3f3;
  text-align: center;
  padding: 40px 35px;
  z-index: -5;
}
@media only screen and (min-width: 768px) {
  .company-skill-wrap {
    padding: 80px 0 0;
  }
}
.company-skill-list {
  max-width: 100%;
  padding: 0 35px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .company-skill-list {
    max-width: 1000px;
    padding: 0 0 60px;
    display: flex;
    justify-content: space-between;
  }
}
.company-skill-item {
  width: 100%;
  border: 1px solid #222;
  background: #fff;
  text-align: left;
  margin-bottom: 8%;
}
@media only screen and (min-width: 768px) {
  .company-skill-item {
    width: 30%;
    margin-bottom: 0;
  }
}
.company-skill-item dt {
  background: #ffd800;
  padding: 15px 9.25%;
  font-weight: bold;
  font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
  .company-skill-item dt {
    padding: 25px 9.25%;
  }
}
.company-skill-item dd {
  padding: 5px 9.25%;
}
.company-skill-item dd:first-of-type {
  padding: 20px 9.25% 0;
}
.company-skill-item dd:last-of-type {
  padding: 0 9.25% 20px;
}

/* 代表者の職歴 */
.representative-wrap {
  background: #f3f3f3;
  padding: 30px 35px 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .representative-wrap {
    padding: 80px 0;
  }
}
.representative-summary {
  max-width: 1240px;
  padding: 4.032% 6.45%;
  background: #fff;
  margin: 0 auto;
  text-align: left;
}
.representative-summary dd {
  border-top: 1px solid #d0d0d0;
  padding: 0.8em 0;
}
.representative-content {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .representative-content-list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .representative-content-item {
    margin-top: 40px;
    padding-right: 30px;
    flex-basis: 33.3333%;
  }
  .representative-content-item:nth-of-type(5) {
    flex-basis: 50%;
  }
}
.representative-content-item dl {
  margin-top: 30px;
  background: #fff;
  border: 1px solid #222;
}
.representative-content-name {
  background: #ffd800;
  font-weight: normal;
  padding: 15px 4.25%;
  color: #999;
}
.representative-content-name h3 {
  font-size: 1.125rem;
  font-weight: bold;
  padding-right: 1em;
  color: #222;
}
.representative-content-information {
  padding: 5px 4.25%;
  font-size: 0.875rem;
  color: #999;
}
.representative-content-term {
  padding: 5px 4.25%;
  background: #fff7cc;
  border-bottom: 1px solid #222;
}
.representative-content-work {
  padding: 15px 4.25% 5px;
  text-indent: -0.5em;
}
.representative-content-skill {
  margin: 10px 4.25% 20px;
  background: #f3f3f3;
  padding: 1em 1.5em;
  text-indent: -0.5em;
}

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

リーン開発手法とは？

--------------------------------------------- */
.lean-wrap {
  background: #f3f3f3;
  padding: 100px 35px 50px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lean-wrap {
    padding: 200px 35px 20px;
  }
}
.lean-wrap > p:not(.wrap-title-sub) {
  max-width: 1240px;
  padding: 0 6.45%;
  text-align: left;
  margin: 0 auto;
}
.lean-wrap2, .lean-wrap3 {
  background: #f3f3f3;
  padding: 0 35px 30px;
}
.lean-wrap2:last-of-type, .lean-wrap3:last-of-type {
  padding: 0 35px 50px;
}
.lean-wrap2 a, .lean-wrap3 a {
  text-decoration: underline;
}
.lean-wrap2 a:hover, .lean-wrap3 a:hover {
  text-decoration: none;
}
.lean-wrap3 figure:nth-of-type(1) img {
  width: 800px !important;
}
.lean-content {
  max-width: 1240px;
  padding: 4.032% 6.45% 3.032%;
  margin: 0 auto 40px;
  text-align: left;
  background: #fff;
}
.lean-content:last-of-type {
  margin: 0 auto;
}
.lean-content p {
  text-align: left;
  margin-bottom: 1.5em;
}
.lean-content figure {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
  overflow-x: scroll;
}
@media only screen and (min-width: 768px) {
  .lean-content figure {
    overflow-x: auto;
  }
}
.lean-content figure:nth-of-type(1) img {
  width: 600px;
}
.lean-content figure:nth-of-type(2) img {
  width: 850px;
}
.lean-content figure figcaption {
  font-size: 0.875rem;
  text-align: left;
  color: #666;
  padding-top: 10px;
}
.lean-table {
  width: 750px;
  border: 1px solid #222;
}
@media only screen and (min-width: 768px) {
  .lean-table {
    width: 100%;
  }
  .lean-table img {
    width: 80%;
  }
}
.lean-table tr {
  width: 100%;
}
.lean-table th {
  padding: 15px;
  background: #ffd800;
  border-right: 1px solid #222;
  flex-shrink: 0;
}
.lean-table th:first-of-type {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .lean-table th {
    width: 33.3333%;
  }
}
.lean-table td {
  width: 250px !important;
  white-space: nowrap;
  border-right: 1px solid #222;
  border-top: 1px solid #222;
  text-align: left;
  padding: 10px;
}
.lean-table-item {
  background: #f3f3f3;
}
.lean-wrap4 {
  background: #f3f3f3;
  padding: 10px 35px 50px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .lean-wrap4 {
    padding: 0 35px 20px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */