@charset "UTF-8";
@-webkit-keyframes left_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes left_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@-webkit-keyframes right_scroll {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes right_scroll {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes left_sp_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes left_sp_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* ======================================================================
 common
====================================================================== */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  color: #000;
}

hr {
  border-color: #e4e4e4;
  margin: 14px 0;
}

@media screen and (max-width: 768px) {
  hr {
    margin: 10px 0;
  }
}

.sm {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sm {
    display: block !important;
  }
  .md {
    display: none !important;
  }
}

.wrap {
  overflow: visible;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

img {
  vertical-align: bottom;
}

ul {
  list-style: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 1500px) {
  .container {
    padding: 0 50px;
    max-width: none;
  }
}

@media screen and (max-width: 768px) {
  .container {
    width: 92%;
    padding: 0;
  }
}

.sec_ttl {
  text-align: center;
  color: #1f2f44;
}

.sec_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 40px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .sec_ttl .en {
    font-size: 29px;
    margin-bottom: 5px;
  }
}

.sec_ttl .jp {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .sec_ttl .jp {
    font-size: 12px;
    font-weight: 700;
  }
}

.btn01 a {
  display: inline-block;
  padding: 22px 0;
  width: 270px;
  background: #1f2f44;
  color: #FFF;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
  border: 2px solid #1f2f44;
}

@media screen and (max-width: 768px) {
  .btn01 a {
    padding: 18px 0;
    width: 100%;
    font-size: 15px;
  }
}

.btn01 a:hover {
  background: #FFF;
  color: #1f2f44;
  opacity: 1;
}

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

@media screen and (max-width: 768px) {
  .service_back_btn {
    margin-top: 25px;
  }
}

.top_btn_01 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .top_btn_01 {
    margin-top: 0;
  }
}

.top_btn_01 a {
  padding: 15px 20px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .top_btn_01 a {
    padding: 12px 15px;
  }
}

.top_btn_02 {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .top_btn_02 {
    margin-bottom: 30px;
  }
}

.breadcrumb {
  color: #1f2f44;
  font-size: 12px;
  margin-top: 14px;
  overflow-x: auto;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    font-size: 11px;
    margin-top: 10px;
  }
}

.breadcrumb .container.narrow {
  max-width: 1000px;
  padding: 0;
}

@media screen and (max-width: 1080px) {
  .breadcrumb .container.narrow {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .breadcrumb .container.narrow {
    padding: 0;
  }
}

.breadcrumb .home::before {
  content: "\f015";
  font-family: "FontAwesome", sans-serif;
  font-weight: 900;
  margin-right: 5px;
}

.breadcrumb a {
  color: #1f2f44;
}

.pagination {
  text-align: center;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pagination {
    padding-bottom: 75px;
  }
}

.pagination .prev_btn {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1f2f44;
  border-left: 1px solid #1f2f44;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 28px;
}

.pagination .next_btn {
  cursor: pointer;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1f2f44;
  border-right: 1px solid #1f2f44;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 0;
  left: 28px;
}

.pagination .page-numbers {
  font-size: 16px;
  color: #1f2f44;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #1f2f44;
  margin: 0 2px;
}

.pagination .page-numbers.current {
  color: #FFF;
  background: #1f2f44;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next, .pagination .page-numbers.dots {
  border: none;
  margin: 0 -2px;
}

.pagination .page_nums .num {
  cursor: pointer;
  font-size: 16px;
  color: #1f2f44;
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #1f2f44;
}

.pagination .page_nums .num.active {
  color: #FFF;
  background: #1f2f44;
}

.bg_blue {
  background: #f2f6fa;
}

@media screen and (max-width: 768px) {
  .bg_blue {
    padding-top: 40px !important;
  }
}

.item_list.item_list01 .item .item_ttl .jp, .item_list.item_list02 .item .item_ttl .jp, .item_list.item_list03 .item .item_ttl .jp, .item_list.item_list04 .item .item_ttl .jp {
  line-height: 1.5;
}

.item_list.item_list01 .item .img, .item_list.item_list02 .item .img, .item_list.item_list03 .item .img, .item_list.item_list04 .item .img {
  position: relative;
}

.item_list.item_list01 .item .img::before, .item_list.item_list02 .item .img::before, .item_list.item_list03 .item .img::before, .item_list.item_list04 .item .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  z-index: 10;
}

.item_list.item_list01 .item .img .hover_txt, .item_list.item_list02 .item .img .hover_txt, .item_list.item_list03 .item .img .hover_txt, .item_list.item_list04 .item .img .hover_txt {
  opacity: 0;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  padding-top: 48px;
  text-align: center;
  margin-top: -35px;
  margin-left: -35px;
  font-size: 12px;
  font-size: .75rem;
  -webkit-transform: translate(0, 30px) scale(1.1);
          transform: translate(0, 30px) scale(1.1);
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  z-index: 11;
}

.item_list.item_list01 .item .img .hover_txt::before, .item_list.item_list02 .item .img .hover_txt::before, .item_list.item_list03 .item .img .hover_txt::before, .item_list.item_list04 .item .img .hover_txt::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  display: block;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  display: block;
  background: url(../img/common/arrow_index_column.png) no-repeat center center;
  border-radius: 50%;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  z-index: 12;
}

.item_list.item_list01 .item .img > img, .item_list.item_list02 .item .img > img, .item_list.item_list03 .item .img > img, .item_list.item_list04 .item .img > img {
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.item_list.item_list01 .item:hover, .item_list.item_list02 .item:hover, .item_list.item_list03 .item:hover, .item_list.item_list04 .item:hover {
  opacity: 1;
}

.item_list.item_list01 .item:hover .img::before, .item_list.item_list02 .item:hover .img::before, .item_list.item_list03 .item:hover .img::before, .item_list.item_list04 .item:hover .img::before {
  opacity: 1;
}

.item_list.item_list01 .item:hover .img .hover_txt, .item_list.item_list02 .item:hover .img .hover_txt, .item_list.item_list03 .item:hover .img .hover_txt, .item_list.item_list04 .item:hover .img .hover_txt {
  opacity: 1;
  -webkit-transform: translate(0, 15px) scale(1.1);
          transform: translate(0, 15px) scale(1.1);
}

.item_list.item_list01 .item:hover .img img, .item_list.item_list02 .item:hover .img img, .item_list.item_list03 .item:hover .img img, .item_list.item_list04 .item:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .item_list.item_list01 .item:hover .img img, .item_list.item_list02 .item:hover .img img, .item_list.item_list03 .item:hover .img img, .item_list.item_list04 .item:hover .img img {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}

.item_list.item_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .item_list.item_list01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 35px;
  }
}

.item_list.item_list01 .item {
  width: calc((99.9% / 4) - (90px / 4));
  margin-right: 30px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #FFF;
  padding: 20px;
  border: 1px solid #ccc;
}

.item_list.item_list01 .item:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  .item_list.item_list01 .item {
    width: calc(49.9% - 15px);
    margin-right: 30px;
  }
  .item_list.item_list01 .item:nth-of-type(even) {
    margin-right: 0;
  }
  .item_list.item_list01 .item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .item_list.item_list01 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }
  .item_list.item_list01 .item:nth-last-of-type(-n+2) {
    margin-bottom: 35px;
  }
  .item_list.item_list01 .item:last-of-type {
    margin-bottom: 0;
  }
  .item_list.item_list01 .item:first-child {
    margin-top: 40px;
  }
}

.item_list.item_list01 .item .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .item_list.item_list01 .item .img {
    margin-bottom: 10px;
    width: 100%;
    padding-top: 43%;
  }
}

.item_list.item_list01 .item .img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .item_list.item_list01 .item .img img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.item_list.item_list01 .item .item_ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .item_list.item_list01 .item .item_ttl {
    margin-bottom: 10px;
  }
}

.item_list.item_list01 .item .item_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  color: #1f2f44;
  display: block;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .item_list.item_list01 .item .item_ttl .jp {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.item_list.item_list01 .item .item_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  color: #1f2f44;
}

@media screen and (max-width: 768px) {
  .item_list.item_list01 .item .item_ttl .en {
    font-size: 11px;
  }
}

.item_list.item_list01 .item .detail {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.7;
  color: #666666;
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .item_list.item_list01 .item .detail {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
}

.item_list.item_list01 .item .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  text-align: right;
  display: block;
  position: relative;
  right: 16px;
}

.item_list.item_list01 .item .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.item_list.item_list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .item_list.item_list02 {
    padding-bottom: 35px;
  }
}

.item_list.item_list02 .item {
  width: calc((99.9% / 4) - (90px / 4));
  margin-right: 30px;
  margin-bottom: 40px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 1080px) {
  .item_list.item_list02 .item {
    width: calc((99.9% / 3) - (60px / 3));
  }
}

@media screen and (max-width: 768px) {
  .item_list.item_list02 .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.item_list.item_list02 .item:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  .item_list.item_list02 .item:nth-of-type(4n) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .item_list.item_list02 .item:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1080px) {
  .item_list.item_list02 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}

.item_list.item_list02 .item .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .item_list.item_list02 .item .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

.item_list.item_list02 .item .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .item_list.item_list02 .item .txt {
    margin-left: 17px;
  }
}

.item_list.item_list02 .item .txt .item_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .item_list.item_list02 .item .txt .item_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.item_list.item_list02 .item .txt .item_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .item_list.item_list02 .item .txt .item_ttl .jp {
    font-size: 16px;
  }
}

.item_list.item_list02 .item .txt .item_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .item_list.item_list02 .item .txt .item_ttl .en {
    font-size: 11px;
  }
}

.item_list.item_list02 .item .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  .item_list.item_list02 .item .txt .detail_btn {
    left: 50%;
  }
}

.item_list.item_list02 .item .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.item_list.item_list02 .item:hover {
  opacity: 1;
}

.item_list.item_list02 .item:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item_list.item_list03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 1080px) {
  .item_list.item_list03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .item_list.item_list03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.item_list.item_list03 .item {
  background: #FFF;
  border: 1px solid #cccccc;
  padding: 21px;
  width: calc((99.9% / 4) - (60px / 4));
  margin-right: 30px;
}

@media screen and (max-width: 1080px) {
  .item_list.item_list03 .item {
    width: calc(49.9% - 15px);
    margin-right: 30px;
  }
  .item_list.item_list03 .item:nth-of-type(even) {
    margin-right: 0;
  }
  .item_list.item_list03 .item:nth-of-type(-n+2) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .item_list.item_list03 .item {
    width: 100%;
    margin-right: 0;
  }
  .item_list.item_list03 .item:nth-of-type(-n+3) {
    margin-bottom: 15px;
  }
}

.item_list.item_list03 .item:last-child {
  margin-right: 0;
}

.item_list.item_list03 .item .item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.item_list.item_list03 .item .item_top .category {
  font-family: 'Ropa Sans';
  font-weight: 400;
  display: inline-block;
  font-size: 11px;
  letter-spacing: .1em;
  padding: 7px 7px 4px 9px;
  background: #1f2f44;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .item_list.item_list03 .item .item_top .category {
    font-size: 11px;
    padding: 6px 7px 4px 9px;
  }
}

.item_list.item_list03 .item .item_top .date {
  font-family: 'Ropa Sans';
  font-weight: 400;
  color: #1f2f44;
}

@media screen and (max-width: 768px) {
  .item_list.item_list03 .item .item_top .date {
    font-size: 15px;
  }
}

.item_list.item_list03 .item .img {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.item_list.item_list03 .item .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.item_list.item_list03 .item .item_ttl {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.7;
  color: #1f2f44;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .item_list.item_list03 .item .item_ttl {
    font-size: 16px;
    line-height: 1.6;
  }
}

.item_list.item_list03 .item .detail {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.7;
  color: #666666;
}

.item_list.item_list03 .item:hover {
  opacity: 1;
}

.item_list.item_list03 .item:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item_list.item_list04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 1080px) {
  .item_list.item_list04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .item_list.item_list04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
  }
}

.item_list.item_list04 .item {
  background: #FFF;
  border: 1px solid #cccccc;
  padding: 21px;
  width: calc((99.9% / 4) - (90px / 4));
  margin-right: 30px;
  margin-bottom: 40px;
}

.item_list.item_list04 .item:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  .item_list.item_list04 .item {
    width: calc(49.9% - 15px);
  }
  .item_list.item_list04 .item:nth-of-type(4n) {
    margin-right: 30px;
  }
  .item_list.item_list04 .item:nth-of-type(even) {
    margin-right: 0;
  }
  .item_list.item_list04 .item:nth-of-type(-n+2) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .item_list.item_list04 .item {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 15px;
  }
}

.item_list.item_list04 .item .item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.item_list.item_list04 .item .item_top .category {
  font-family: 'Ropa Sans';
  font-weight: 400;
  display: inline-block;
  font-size: 11px;
  letter-spacing: .1em;
  padding: 7px 7px 4px 9px;
  background: #1f2f44;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .item_list.item_list04 .item .item_top .category {
    padding: 6px 7px 4px 9px;
  }
}

.item_list.item_list04 .item .item_top .date {
  font-family: 'Ropa Sans';
  font-weight: 400;
  color: #1f2f44;
}

@media screen and (max-width: 768px) {
  .item_list.item_list04 .item .item_top .date {
    font-size: 15px;
  }
}

.item_list.item_list04 .item .img {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .item_list.item_list04 .item .img {
    margin-bottom: 10px;
  }
}

.item_list.item_list04 .item .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.item_list.item_list04 .item .item_ttl {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.7;
  color: #1f2f44;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .item_list.item_list04 .item .item_ttl {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 6.5px;
  }
}

.item_list.item_list04 .item .detail {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.7;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .item_list.item_list04 .item .detail {
    font-size: 12px;
    line-height: 1.8;
  }
}

.item_list.item_list04 .item:hover {
  opacity: 1;
}

.item_list.item_list04 .item:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.item_list a.item:hover {
  background: #eee;
}

.work_list .work .img {
  position: relative;
}

.work_list .work .img::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  z-index: 10;
}

.work_list .work .img .hover_txt {
  opacity: 0;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  padding-top: 48px;
  text-align: center;
  margin-top: -35px;
  margin-left: -35px;
  font-size: 12px;
  font-size: .75rem;
  -webkit-transform: translate(0, 30px) scale(1.1);
          transform: translate(0, 30px) scale(1.1);
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  z-index: 11;
}

.work_list .work .img .hover_txt::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  display: block;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  display: block;
  background: url(../img/common/arrow_index_column.png) no-repeat center center;
  border-radius: 50%;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  z-index: 12;
}

.work_list .work .img > img {
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.work_list .work:hover {
  opacity: 1;
}

.work_list .work:hover .img::before {
  opacity: 1;
}

.work_list .work:hover .img .hover_txt {
  opacity: 1;
  -webkit-transform: translate(0, 15px) scale(1.1);
          transform: translate(0, 15px) scale(1.1);
}

.work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  .work_list .work:hover .img img {
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
}

.service_flow {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .service_flow {
    margin-bottom: 25px;
  }
}

.service_flow .sec_ttl {
  text-align: left;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  color: #1f2f44;
  background: #f2f6fa;
  padding: 14px 14px 13px 14px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .service_flow .sec_ttl {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
  }
}

.service_flow .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 1080px) {
  .service_flow .flow_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .service_flow .flow_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service_flow .flow_list .flow {
  width: calc((99.9% / 4) - (135px / 4));
  margin-right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  .service_flow .flow_list .flow {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .service_flow .flow_list .flow {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    position: relative;
  }
}

.service_flow .flow_list .flow:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  .service_flow .flow_list .flow:last-of-type::before {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .service_flow .flow_list .flow:last-of-type::after {
    display: none;
  }
}

.service_flow .flow_list .flow:last-of-type .img::before {
  display: none;
}

.service_flow .flow_list .flow:last-of-type .img::after {
  display: none;
}

@media screen and (max-width: 1080px) {
  .service_flow .flow_list .flow:nth-of-type(even) {
    margin-right: 0;
  }
}

.service_flow .flow_list .flow::before {
  content: '';
  display: none;
  width: 15px;
  height: 2px;
  background: #414f61;
  position: absolute;
  top: auto;
  bottom: -22px;
  right: auto;
  left: calc(50% - 5px);
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 1080px) {
  .service_flow .flow_list .flow::before {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .service_flow .flow_list .flow::before {
    width: 13px;
    bottom: -20px;
    left: calc(50% - 4px);
  }
}

.service_flow .flow_list .flow::after {
  content: '';
  display: none;
  width: 15px;
  height: 2px;
  background: #414f61;
  position: absolute;
  top: auto;
  bottom: -22px;
  right: auto;
  left: calc(50% + 5px);
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 1080px) {
  .service_flow .flow_list .flow::after {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .service_flow .flow_list .flow::after {
    width: 13px;
    bottom: -20px;
    left: calc(50% + 4px);
  }
}

.service_flow .flow_list .flow .flow_ttl {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .service_flow .flow_list .flow .flow_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.service_flow .flow_list .flow .img {
  margin-bottom: 20px;
  display: inline-block;
  padding: 50px;
  border: 5px solid #f2f6fa;
  border-radius: 200px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .service_flow .flow_list .flow .img {
    margin-bottom: 15px;
  }
}

.service_flow .flow_list .flow .img::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #414f61;
  position: absolute;
  top: calc(50% - 5px);
  right: -43px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1080px) {
  .service_flow .flow_list .flow .img::before {
    display: none;
  }
}

.service_flow .flow_list .flow .img::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #414f61;
  position: absolute;
  top: calc(50% + 5px);
  right: -43px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 1080px) {
  .service_flow .flow_list .flow .img::after {
    display: none;
  }
}

.service_flow .flow_list .flow .flow_detail {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .1em;
  color: #666666;
}

@media screen and (max-width: 1080px) {
  .service_flow .flow_list .flow .flow_detail {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .service_flow .flow_list .flow .flow_detail {
    font-size: 13px;
    width: 80%;
  }
}

.categorys .container {
  max-width: 1000px;
  padding: 43px 0 27px;
}

@media screen and (max-width: 768px) {
  .categorys .container {
    padding: 25px 0 12.5px;
  }
}

.categorys .container .category_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  .categorys .container .category_list {
    width: 260px;
    margin: 0 auto;
    position: relative;
  }
  .categorys .container .category_list::after {
    content: '';
    display: inline-block;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: calc(50% - 2px);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
}

.categorys .container .category_list .category {
  display: inline-block;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-top: 5px;
  margin-right: 48px;
  line-height: 2;
  padding: 3px 10px;
}

.categorys .container .category_list .category.current {
  color: #FFF;
  background: #1f2f44;
}

.categorys .container .category_list input[type="radio"] {
  display: none;
}

.categorys .container .category_list input[type="radio"]:checked + label {
  color: #FFF;
  background: #1f2f44;
}

.categorys .container .category_list label {
  cursor: pointer;
  display: inline-block;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-right: 48px;
  line-height: 2;
  padding: 3px 10px;
}

.categorys .container .category_list select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-weight: 900;
  width: 260px;
  font-size: 14px;
  letter-spacing: .1em;
  color: #1f2f44;
  border: 2px solid #1f2f44;
  padding: 12.5px 0 12.5px 10px;
  position: relative;
  font-family: 'Noto Sans JP';
}

.contents_header {
  height: 200px;
  background: transparent center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .contents_header {
    height: 100px;
  }
}

.contents_header .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contents_header .container .ttl {
  text-align: center;
  color: #FFF;
}

.contents_header .container .ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 40px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .contents_header .container .ttl .en {
    font-size: 23px;
  }
}

.contents_header .container .ttl .jp {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  .contents_header .container .ttl .jp {
    font-size: 12px;
  }
}

.archive_contents .container {
  padding-top: 35px;
}

@media screen and (max-width: 768px) {
  .archive_contents .container {
    padding-top: 12.5px;
  }
}

.archive_contents .container .category_ttl {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: .1em;
  color: #1f2f44;
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .archive_contents .container .category_ttl {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

.single_contents .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
}

@media screen and (max-width: 768px) {
  .single_contents .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single_contents .container .txt {
  overflow: hidden;
  margin-bottom: 42px;
  padding: 50px 0 78px;
}

@media screen and (max-width: 1080px) {
  .single_contents .container .txt {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt {
    margin-bottom: 20px;
    padding: 25px 0 50px;
  }
}

.single_contents .container .txt .ttl {
  margin-bottom: 43px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .ttl {
    text-align: center;
    margin-bottom: 22px;
  }
}

.single_contents .container .txt .ttl .jp {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: .1em;
  color: #1f2f44;
  display: block;
  margin-bottom: 13px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .ttl .jp {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.single_contents .container .txt .post_content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 4px solid #1f2f44;
  background: #f2f6fa;
  color: #1f2f44;
  padding: 20px;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 35px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content h2 {
    padding: 15px;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.single_contents .container .txt .post_content h3 {
  position: relative;
  color: #1f2f44;
  background: #f2f6fa;
  padding: 15px 20px 15px 50px;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 35px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 10px 10px 10px 38px;
    font-size: 15px;
  }
}

.single_contents .container .txt .post_content h3:before {
  content: "";
  display: block;
  background: #1f2f44;
  position: absolute;
  top: 28px;
  left: 20px;
  width: 20px;
  height: 4px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content h3:before {
    width: 15px;
    top: 20px;
    left: 15px;
  }
}

.single_contents .container .txt .post_content h3 strong {
  display: block;
}

.single_contents .container .txt .post_content h4 {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #1f2f44;
  border-bottom: 2px solid #CECECE;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}

.single_contents .container .txt .post_content h4:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  border-bottom: 2px solid #1f2f44;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content h4:before {
    width: 100px;
  }
}

.single_contents .container .txt .post_content h5 {
  position: relative;
  font-size: 16px;
  line-height: 1.66;
  margin-top: 25px;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #1f2f44;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.single_contents .container .txt .post_content h5:before {
  content: "";
  display: block;
  background: #1f2f44;
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 2px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content h5:before {
    top: 9px;
  }
}

.single_contents .container .txt .post_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: .1em;
  color: #666666;
  margin: 22px 0;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content p {
    font-size: 12px;
    margin-bottom: 8px;
    margin: 15px 0;
  }
}

.single_contents .container .txt .post_content ol {
  font-size: 16px;
  line-height: 1.75;
  margin: 15px 0;
  color: #1f2f44;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content ol {
    font-size: 12px;
  }
}

.single_contents .container .txt .post_content ul {
  font-size: 16px;
  line-height: 1.75;
  margin: 15px 0;
  color: #1f2f44;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content ul {
    font-size: 12px;
  }
}

.single_contents .container .txt .post_content ul li {
  position: relative;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content ul li {
    padding-left: 20px;
  }
}

.single_contents .container .txt .post_content ul li:before {
  content: "・";
  color: #1f2f44;
  position: absolute;
  top: -9px;
  left: 0px;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content ul li:before {
    top: -5px;
    font-size: 20px;
  }
}

.single_contents .container .txt .post_content ul li:not(:last-child) {
  margin-bottom: 15px;
}

.single_contents .container .txt .post_content ul.num li {
  counter-increment: number;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content ul.num li {
    padding-left: 20px;
  }
}

.single_contents .container .txt .post_content ul.num li:before {
  content: counter(number) ".";
  font-weight: bold;
  top: 0;
  left: 10px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content ul.num li:before {
    font-size: 12px;
    left: 7px;
  }
}

.single_contents .container .txt .post_content ul.ez-toc-list li::before {
  display: none;
}

.single_contents .container .txt .post_content ulbox01 {
  background: #f2f6fa;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content ulbox01 {
    padding: 15px;
  }
}

.single_contents .container .txt .post_content ulbox01 .blog_list {
  border-top: none;
  padding: 0;
}

.single_contents .container .txt .post_content ulbox02 {
  border: 1px solid #1f2f44;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content ulbox02 {
    padding: 15px;
  }
}

.single_contents .container .txt .post_content ulbox02 .blog_list {
  border-top: none;
  padding: 0;
}

.single_contents .container .txt .post_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 80px;
  line-height: 1.3;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content dl {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.single_contents .container .txt .post_content dl dt,
.single_contents .container .txt .post_content dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single_contents .container .txt .post_content dl dt {
  width: 30%;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content dl dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.single_contents .container .txt .post_content dl dt span {
  display: block;
  background: #f2f6fa;
  border-top: 1px dashed #1f2f44;
  border-bottom: 1px dashed #1f2f44;
  padding: 20px;
  color: #1f2f44;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content dl dt span {
    padding: 15px;
  }
}

.single_contents .container .txt .post_content dl dd {
  width: 67%;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content dl dd {
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.single_contents .container .txt .post_content .scroll_table {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content .scroll_table {
    margin-bottom: 40px;
  }
}

.single_contents .container .txt .post_content .scroll_table table {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content .scroll_table table {
    margin-bottom: 0;
  }
}

.single_contents .container .txt .post_content table {
  width: 100%;
  border: 1px solid #CCC;
  font-size: 18px;
  margin-bottom: 50px;
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content table {
    margin-bottom: 40px;
    font-size: 12px;
  }
}

.single_contents .container .txt .post_content table th,
.single_contents .container .txt .post_content table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CCC;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content table th,
  .single_contents .container .txt .post_content table td {
    padding: 12px;
  }
}

.single_contents .container .txt .post_content table th,
.single_contents .container .txt .post_content table .th {
  background: #f2f6fa;
  color: #1f2f44;
}

.single_contents .container .txt .post_content table td {
  color: #666666;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content table01 {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content table01 th,
  .single_contents .container .txt .post_content table01 td {
    display: block;
    border: .5px solid #CCC;
    margin-bottom: -1px;
  }
}

.single_contents .container .txt .post_content table01 th,
.single_contents .container .txt .post_content table01 .th {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content table01 th,
  .single_contents .container .txt .post_content table01 .th {
    width: 100%;
  }
}

.single_contents .container .txt .post_content table02 th,
.single_contents .container .txt .post_content table02 .th {
  width: 50%;
}

.single_contents .container .txt .post_content a {
  color: #1f2f44;
  text-decoration: underline;
}

.single_contents .container .txt .post_content img {
  margin: 20px 0;
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content img {
    height: auto;
  }
}

.single_contents .container .txt .post_content strong {
  color: #1f2f44;
}

.single_contents .container .txt .post_content blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content blockquote {
    margin: 20px 0;
  }
}

.single_contents .container .txt .post_content blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}

.single_contents .container .txt .post_content blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

.single_contents .container .txt .post_content blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.single_contents .container .txt .post_content .btn a {
  background: #1f2f44;
  text-align: center;
  display: inline-block;
  border: 2px solid #1f2f44;
  width: 100%;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 80px;
}

.single_contents .container .txt .post_content .btn a:hover {
  background: #fff;
  color: #1f2f44;
}

.single_contents .container .txt .post_content .mark_yellow {
  background: #ffff31c9;
}

.single_contents .container .txt .post_content .reason_box {
  background: #fff8cd;
  position: relative;
  line-height: 1.75;
  margin: 40px auto 60px;
  display: block;
}

.single_contents .container .txt .post_content .reason_box.red {
  background: #ffcdcd;
}

.single_contents .container .txt .post_content .reason_box.blue {
  background: #ddf4ff;
}

.single_contents .container .txt .post_content .reason_box .reason_box_ttl {
  position: absolute;
  top: -25px;
  left: 20px;
  background: #ffff31c9;
  padding: 10px 20px;
}

.single_contents .container .txt .post_content .reason_box .reason_box_content {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .single_contents .container .txt .post_content .reason_box .reason_box_content ol {
    padding-left: 20px;
  }
}

.single_contents .container .txt .post_content .reason_box .reason_box_content li {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.single_contents .container .txt .post_content .reason_box .reason_box_content p {
  color: #1f2f44;
}

.single_contents .container .sidebar {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32.5%;
  padding: 72px 0 72px 40px;
  border-left: 1px solid #cccccc;
  position: relative;
  margin-left: 40px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .single_contents .container .sidebar {
    border-left: none;
    padding: 0;
    margin: 0;
    height: auto;
    width: 92vw;
    max-height: 80vh;
    position: fixed;
    bottom: 75px;
    left: 4%;
  }
}

.single_contents .container .sidebar_open_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .single_contents .container .sidebar_open_btn {
    cursor: pointer;
    position: fixed;
    right: 4%;
    bottom: 2%;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #1f2f44;
    z-index: 1000;
  }
}

.single_contents .container .sidebar_open_btn_bar {
  display: block;
  width: calc(50% - 4px);
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: calc(50% + 3px);
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.single_contents .container .sidebar_open_btn_bar::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #FFF;
  position: absolute;
  left: -6px;
  top: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single_contents .container .sidebar_open_btn_bar:nth-child(1) {
  top: calc(38% - 7px);
}

.single_contents .container .sidebar_open_btn_bar:nth-child(2) {
  top: 38%;
}

.single_contents .container .sidebar_open_btn_bar:nth-child(3) {
  top: calc(38% + 7px);
}

.single_contents .container .sidebar_open_btn_txt {
  color: #FFF;
  font-size: 10px;
  text-align: center;
  position: absolute;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single_contents .container .ez-toc-widget-container {
  height: calc(100vh - 269px);
  margin-top: 40px;
  background-color: #fff;
  padding: 20px;
  border: 1px solid #1f2f44;
  position: -webkit-sticky;
  position: sticky;
  top: 181px;
  left: 0;
  overflow: scroll;
}

@media screen and (max-width: 768px) {
  .single_contents .container .ez-toc-widget-container {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
    z-index: 1001;
  }
}

@media screen and (max-width: 768px) {
  .single_contents .container .ez-toc-widget {
    display: none;
  }
}

.single_contents .container .ez-toc-title {
  color: #1f2f44;
}

.single_contents .container .ez-toc-link {
  color: #1f2f44;
}

.single_contents .container .ez-toc-list-level-3 {
  margin-left: 1.5rem;
}

.works_contents .container {
  padding: 50px 0 78px;
  max-width: 1000px;
}

@media screen and (max-width: 1080px) {
  .works_contents .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .works_contents .container {
    padding: 25px 0 50px;
  }
}

.works_contents .container .txt {
  margin-bottom: 42px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .works_contents .container .txt {
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.works_contents .container .txt .work_ttl {
  margin-bottom: 43px;
}

@media screen and (max-width: 768px) {
  .works_contents .container .txt .work_ttl {
    text-align: center;
    margin-bottom: 22px;
  }
}

.works_contents .container .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: .1em;
  color: #1f2f44;
  display: block;
  margin-bottom: 13px;
}

@media screen and (max-width: 768px) {
  .works_contents .container .txt .work_ttl .jp {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.works_contents .container .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  color: #1f2f44;
  display: block;
}

@media screen and (max-width: 768px) {
  .works_contents .container .txt .work_ttl .en {
    font-size: 11px;
  }
}

.works_contents .container .txt .work_heading {
  font-weight: 900;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .works_contents .container .txt .work_heading {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
  }
}

.works_contents .container .txt .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .works_contents .container .txt .detail {
    font-size: 12px;
    line-height: 1.8;
  }
}

.works_contents .container .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .works_contents .container .img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 38px;
  }
}

.works_contents .container .img .heading {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  color: #FFF;
  background: #1f2f44;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .works_contents .container .img .heading {
    margin-bottom: 10px;
  }
}

.works_contents .container .img .pc {
  margin-right: 57px;
}

@media screen and (max-width: 1080px) {
  .works_contents .container .img .pc {
    width: 75%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 768px) {
  .works_contents .container .img .pc {
    width: 100%;
  }
}

.works_contents .container .img .pc .heading {
  padding: 7px 0 5px;
  width: 64px;
}

.works_contents .container .img .pc img {
  width: 751px;
}

@media screen and (max-width: 1080px) {
  .works_contents .container .img .pc img {
    width: 100%;
  }
}

@media screen and (max-width: 1080px) {
  .works_contents .container .img .sp {
    width: 19%;
  }
}

@media screen and (max-width: 768px) {
  .works_contents .container .img .sp {
    width: 100%;
    margin-bottom: 25px;
  }
}

.works_contents .container .img .sp .heading {
  padding: 7px 0 5px;
  width: 113px;
}

.works_contents .container .img .sp img {
  width: 193px;
}

@media screen and (max-width: 1080px) {
  .works_contents .container .img .sp img {
    width: 100%;
  }
}

.works_contents .container .work_table {
  width: 700px;
  margin: 0 auto;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .works_contents .container .work_table {
    width: 100%;
    margin: 0;
  }
}

.works_contents .container .work_table tr {
  border-collapse: collapse;
  border-bottom: 1px solid #cccccc;
}

.works_contents .container .work_table tr th {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  color: #1f2f44;
  padding: 18px 0 14px 13px;
  text-align: left;
  width: 140px;
}

@media screen and (max-width: 768px) {
  .works_contents .container .work_table tr th {
    font-size: 12px;
    padding: 12px 0 12px 3px;
    width: 106px;
  }
}

.works_contents .container .work_table tr td {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .1em;
  color: #1f2f44;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .works_contents .container .work_table tr td {
    font-size: 10px;
  }
}

.works_contents .container .work_table tr td a {
  color: #1f2f44;
}

.blog_writer {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .blog_writer {
    margin-top: 50px;
    padding: 40px 0 80px;
  }
}

.blog_writer .blog_writer_box {
  background: #f2f6fa;
  border: 1px solid #1f2f44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .blog_writer .blog_writer_box {
    padding: 15px;
  }
}

.blog_writer .blog_writer_box .blog_writer_img {
  width: 10%;
}

@media screen and (max-width: 768px) {
  .blog_writer .blog_writer_box .blog_writer_img {
    width: 15%;
  }
}

.blog_writer .blog_writer_box .blog_writer_img img {
  width: 100%;
  height: auto;
}

.blog_writer .blog_writer_box .blog_writer_desc {
  width: 85%;
}

@media screen and (max-width: 768px) {
  .blog_writer .blog_writer_box .blog_writer_desc {
    width: 80%;
  }
}

.blog_writer .blog_writer_box .blog_writer_desc p {
  margin-bottom: 0;
}

.blog_writer .blog_writer_box .blog_writer_desc .blog_writer_ttl {
  line-height: 1.33 !important;
  font-size: 14px !important;
  margin: 0 0 15px 0 !important;
}

@media screen and (max-width: 768px) {
  .blog_writer .blog_writer_box .blog_writer_desc .blog_writer_ttl {
    font-size: 14px !important;
    margin: 0 0 10px 0 !important;
  }
}

.blog_writer .blog_writer_box .blog_writer_desc .blog_writer_name {
  display: inline-block;
  color: #1f2f44;
  font-size: 20px !important;
  margin: 0 0 15px 0 !important;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .blog_writer .blog_writer_box .blog_writer_desc .blog_writer_name {
    font-size: 15px !important;
    margin: 0 0 10px 0 !important;
  }
}

.blog_writer .blog_writer_box .blog_writer_desc .blog_writer_name:hover {
  text-decoration: none;
}

.blog_writer .blog_writer_box .blog_writer_desc .blog_writer_txt {
  font-size: 16px !important;
  line-height: 1.722 !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .blog_writer .blog_writer_box .blog_writer_desc .blog_writer_txt {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}

/* ======================================================================
 header
====================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1080px) {
  header {
    height: 45px;
  }
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

header .container .top_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  header .container .top_page {
    height: 100%;
    margin-bottom: 5px;
  }
}

header .container .top_page .logo {
  margin-right: 20px;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1080px) {
  header .container .top_page .logo {
    margin-top: 4px;
    margin-right: 8px;
    margin-left: 4%;
    height: 38px;
  }
}

header .container .top_page .logo img {
  width: 85px;
  height: 79px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1080px) {
  header .container .top_page .logo img {
    width: 40.5px;
    height: 38px;
  }
}

header .container .top_page .company_name {
  position: relative;
}

@media screen and (max-width: 1080px) {
  header .container .top_page .company_name {
    width: 180px;
  }
}

header .container .top_page .company_name .inner .middle {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .1em;
  white-space: nowrap;
}

@media screen and (max-width: 1080px) {
  header .container .top_page .company_name .inner .middle {
    font-size: 9.1px;
  }
}

header .container .top_page .company_name .inner .big {
  font-size: 35px;
  font-family: 'Ropa Sans';
  font-weight: 400;
  letter-spacing: .12em;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 1080px) {
  header .container .top_page .company_name .inner .big {
    font-size: 23px;
    top: 4px;
  }
}

header .container .top_page .company_name .inner .small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5em;
  margin-left: 5px;
  position: relative;
  top: 5px;
}

@media screen and (max-width: 1080px) {
  header .container .top_page .company_name .inner .small {
    font-size: 8px;
    top: 4px;
  }
}

@media screen and (max-width: 1080px) {
  header .container .menu {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    background: rgba(31, 47, 68, 0.95);
    height: calc(100vh - 45px);
  }
}

header .container .menu .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1080px) {
  header .container .menu .menu_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 92%;
    margin: 0 auto;
  }
}

header .container .menu .menu_list .service01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1080px) {
  header .container .menu .menu_list .service01 {
    display: none;
  }
}

header .container .menu .menu_list .service02 {
  display: none;
}

@media screen and (max-width: 1080px) {
  header .container .menu .menu_list .service02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .container .menu .menu_list li {
  margin-right: 40px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  header .container .menu .menu_list li {
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 1080px) {
  header .container .menu .menu_list li:first-of-type a {
    padding: 35px 0 17.5px;
  }
}

@media screen and (max-width: 1080px) {
  header .container .menu .menu_list li .service_btn {
    position: relative;
  }
}

header .container .menu .menu_list li .service_btn::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 7px;
  top: calc(50% + 4px);
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .container .menu .menu_list li .service_btn::after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 1px;
  background: #FFF;
  position: absolute;
  right: 0px;
  top: calc(50% + 4px);
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

header .container .menu .menu_list li .service_btn.active::before {
  right: 5px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

header .container .menu .menu_list li .service_btn.active::after {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

header .container .menu .menu_list li a {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 18px;
  letter-spacing: .1em;
}

@media screen and (max-width: 1080px) {
  header .container .menu .menu_list li a {
    width: 100%;
    text-align: center;
    padding: 5% 0;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .container .menu .menu_list li a .en {
  font-size: 18px;
}

@media screen and (max-width: 1080px) {
  header .container .menu .menu_list li a .en {
    color: #FFF;
  }
}

header .container .menu .menu_list li a .jp {
  display: none;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  color: #FFF;
}

@media screen and (max-width: 1080px) {
  header .container .menu .menu_list li a .jp {
    display: inline;
  }
}

header .container .menu .menu_list .btn {
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  header .container .menu .menu_list .btn {
    display: none;
  }
}

header .container .menu .menu_list .btn a {
  font-weight: 900;
  font-size: 15px;
  color: #FFF;
  width: 230px;
  padding: 24px 0 22px;
  background: #1f2f44;
  text-align: center;
  display: inline-block;
  border: 2px solid #1f2f44;
}

header .container .menu .menu_list .btn a:hover {
  background: #FFF;
  color: #1f2f44;
  opacity: 1;
}

header .container .menu .service_list {
  display: none;
  width: 100%;
}

header .container .menu .service_list li a {
  padding: 5% 0;
  font-size: 15px;
}

header .container .menu .service_list li a::before {
  content: '-';
  margin-right: 5px;
}

header .container .menu .service_list li:first-of-type a {
  padding: 5% ​0;
}

header .container .menu .service_list li:first-of-type a::after {
  display: none;
}

header .container .menu .service_list li:nth-last-of-type(2) a {
  padding-bottom: 20px;
}

header .container .menu .service_list li:last-of-type {
  padding-bottom: 17.5px;
}

header .container .menu .service_list li .more_service {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 14px 0;
  border: 1px solid #FFF;
}

header .container .menu .service_list li .more_service::before {
  display: none;
  margin-right: 0;
}

header .container .menu_ham {
  display: none;
  position: relative;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background-color: #FFF;
}

@media screen and (max-width: 1080px) {
  header .container .menu_ham {
    display: block;
  }
}

header .container .menu_ham .ham_line {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  background-color: #333333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .container .menu_ham .ham_line1 {
  top: 32%;
}

header .container .menu_ham .ham_line1.active {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
}

header .container .menu_ham .ham_line2 {
  top: 50%;
}

header .container .menu_ham .ham_line2.active {
  width: 0;
}

header .container .menu_ham .ham_line3 {
  top: 68%;
}

header .container .menu_ham .ham_line3.active {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 50%;
}

header.following {
  height: 80px;
}

header.following .container .top_page .logo {
  margin-right: 13px;
}

header.following .container .top_page .logo img {
  width: 60px;
  height: 56px;
}

header.following .container .menu .menu_list .btn a {
  padding: 18px 0 16px;
}

/* ======================================================================
 footer
====================================================================== */
footer .footer_top {
  padding-top: 70px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  footer .footer_top {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

footer .footer_top .container {
  max-width: 1000px;
}

@media screen and (max-width: 1500px) {
  footer .footer_top .container {
    padding-left: 0;
    padding-right: 0;
  }
}

footer .footer_top .container .footer_ttl {
  text-align: center;
  margin-bottom: 50px;
}

footer .footer_top .container .footer_ttl .txt {
  font-weight: 900;
  font-size: 30px;
  letter-spacing: .1em;
  line-height: 1.5;
  color: #1f2f44;
}

@media screen and (max-width: 768px) {
  footer .footer_top .container .footer_ttl {
    position: relative;
    margin-bottom: 15px;
  }
  footer .footer_top .container .footer_ttl .txt {
    width: 100%;
    font-size: 20px;
    line-height: 1.3;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  footer .footer_top .container .footer_ttl img {
    width: 100vw;
    position: relative;
    right: calc(4% + 1px);
  }
}

footer .footer_top .container .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1080px) {
  footer .footer_top .container .item_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  footer .footer_top .container .item_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer_top .container .item_list .item {
  background: #FFF;
  border: 1px solid #cccccc;
  padding: 27px 0 31px;
  width: calc((99.9% / 3) - (60px / 2));
  height: 260px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  footer .footer_top .container .item_list .item {
    width: 303px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer_top .container .item_list .item {
    padding: 16px 12px 12px;
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1080px) {
  footer .footer_top .container .item_list .item:nth-of-type(-n + 2) {
    margin-bottom: 30px;
  }
}

footer .footer_top .container .item_list .item:last-child {
  margin-right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer .footer_top .container .item_list .item:last-child {
    margin-bottom: 0;
    height: 134px;
  }
}

footer .footer_top .container .item_list .item:last-child .item_ttl {
  position: relative;
  top: 16px;
}

@media screen and (max-width: 768px) {
  footer .footer_top .container .item_list .item:last-child .item_ttl {
    top: -10px;
  }
}

footer .footer_top .container .item_list .item:last-child .detail {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}

@media screen and (max-width: 768px) {
  footer .footer_top .container .item_list .item:last-child .detail {
    -webkit-transform: translate(-50%, -60%);
            transform: translate(-50%, -60%);
  }
}

footer .footer_top .container .item_list .item:last-child .detail .tel {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 40px;
  letter-spacing: .05em;
  color: #1f2f44;
}

footer .footer_top .container .item_list .item:last-child .detail .time {
  position: relative;
  bottom: 5px;
}

footer .footer_top .container .item_list .item .item_ttl {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .1em;
  line-height: 1.4;
  color: #1f2f44;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  footer .footer_top .container .item_list .item .item_ttl {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

footer .footer_top .container .item_list .item .detail {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.6;
  color: #666666;
  position: relative;
  bottom: 7px;
}

@media screen and (max-width: 768px) {
  footer .footer_top .container .item_list .item .detail {
    font-size: 12px;
    bottom: 0;
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer_top .container .item_list .item .btn01 {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}

footer .footer_top .container .item_list .item .btn01 a {
  width: 253px;
  padding: 18px 0;
}

@media screen and (max-width: 768px) {
  footer .footer_top .container .item_list .item .btn01 a {
    width: 100%;
  }
}

footer .footer_middle {
  background: #1f2f44;
  padding-top: 30px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  footer .footer_middle {
    padding-top: 15px;
    padding-bottom: 21px;
  }
}

footer .footer_middle .container .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  footer .footer_middle .container .item_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer_middle .container .item_list .item {
  width: calc((99.9% / 2) - (30px / 2));
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  footer .footer_middle .container .item_list .item {
    width: 100%;
  }
}

footer .footer_middle .container .item_list .item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  footer .footer_middle .container .item_list .item:last-child {
    margin-top: 23px;
  }
}

footer .footer_middle .container .item_list .item .map {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  footer .footer_middle .container .item_list .item .map {
    margin-bottom: 12px;
  }
}

footer .footer_middle .container .item_list .item .map iframe {
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

@media screen and (max-width: 768px) {
  footer .footer_middle .container .item_list .item .map iframe {
    height: 150px;
  }
}

footer .footer_middle .container .item_list .item .item_ttl {
  color: #FFF;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  footer .footer_middle .container .item_list .item .item_ttl {
    margin-bottom: 7px;
    font-size: 15px;
  }
}

footer .footer_middle .container .item_list .item .detail {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  footer .footer_middle .container .item_list .item .detail {
    font-size: 12px;
  }
}

footer .footer_middle .container hr {
  margin-top: 46px;
  margin-bottom: 30px;
  background: #576373;
}

footer .footer_middle .container .footer_menu {
  margin: 0 auto;
  max-width: 1000px;
}

footer .footer_middle .container .footer_menu .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_middle .container .footer_menu .flexbox .menu {
  white-space: nowrap;
  margin-right: 50px;
}

footer .footer_middle .container .footer_menu .flexbox .menu:last-of-type {
  margin-right: 0;
}

footer .footer_middle .container .footer_menu .flexbox .menu .heading {
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
  color: #FFF;
  font-size: 12px;
}

footer .footer_middle .container .footer_menu .flexbox .menu .heading a {
  color: #FFF;
}

footer .footer_middle .container .footer_menu .flexbox .menu .menu_service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer_middle .container .footer_menu .flexbox .menu .menu_service_list > li > a {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 20px;
  color: #FFF;
  font-size: 12px;
}

footer .footer_middle .container .footer_menu .flexbox .menu .menu_service_list > li > a::before {
  content: '- ';
}

footer .footer_middle .container .footer_menu .flexbox .menu .menu_table tr td {
  padding-bottom: 15px;
  padding-right: 20px;
}

footer .footer_middle .container .footer_menu .flexbox .menu .menu_table tr td a {
  color: #FFF;
  font-size: 12px;
}

footer .footer_middle .container .footer_menu .flexbox .menu .menu_table tr td a::before {
  content: '- ';
}

footer .footer_middle .container .footer_menu .performance_box .heading {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .05em;
  color: #FFF;
  display: block;
  margin-bottom: 10px;
}

footer .footer_middle .container .footer_menu .performance_box .detail {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 2;
  color: #FFF;
}

footer .footer_middle .container .footer_menu .performance_box .detail .link {
  color: #FFF;
}

footer .footer_bottom {
  height: 44px;
}

@media screen and (max-width: 768px) {
  footer .footer_bottom {
    height: 40px;
  }
}

footer .footer_bottom .container {
  height: 100%;
}

footer .footer_bottom .container .copy {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-family: 'Ropa Sans';
  font-weight: 400;
  letter-spacing: .1em;
  color: #1f2f44;
}

@media screen and (max-width: 768px) {
  footer .footer_bottom .container .copy {
    font-size: 12px;
  }
}

/* ======================================================================
 index
====================================================================== */
#kv {
  padding-top: 100px;
  background: #f2f6fa;
}

@media screen and (max-width: 1080px) {
  #kv {
    padding-top: 45px;
  }
}

#kv .container {
  position: relative;
}

@media screen and (max-width: 768px) {
  #kv .container {
    width: 100%;
  }
}

#kv .container .slick_slider li {
  width: 100%;
}

#kv .container .slick_slider li img {
  max-height: 600px;
  max-width: 1080px;
  float: right;
}

@media screen and (max-width: 768px) {
  #kv .container .slick_slider li img {
    width: 100%;
    float: none;
  }
}

#kv .container .kv_contents {
  width: 742.5px;
  left: calc(5% - 45.9px);
  top: 103.9px;
  position: absolute;
}

@media screen and (max-width: 1500px) {
  #kv .container .kv_contents {
    width: 49.5vw;
    left: calc(5% - 3.066vw);
    top: 6.26vw;
  }
}

@media screen and (max-width: 768px) {
  #kv .container .kv_contents {
    width: 92%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
    top: -50px;
    left: auto;
    right: auto;
    padding: 20px 0 10px;
  }
}

#kv .container .kv_contents .ttl {
  font-size: 36px;
  padding-right: 27px;
  margin-bottom: 30px;
  font-weight: 900;
  letter-spacing: .1em;
  color: #FFF;
  text-shadow: 2px 2px 3px #238ee8, -2px 2px 3px #238ee8, 2px -2px 3px #238ee8, -2px -2px 3px #238ee8;
  line-height: 1.5;
}

@media screen and (max-width: 1500px) {
  #kv .container .kv_contents .ttl {
    font-size: 2.4vw;
    padding-right: 2vw;
    margin-bottom: 1.8vw;
  }
}

@media screen and (max-width: 768px) {
  #kv .container .kv_contents .ttl {
    font-weight: 900;
    letter-spacing: .1em;
    font-size: 18px;
    line-height: 1.5;
    color: #1f2f44;
    margin-bottom: 16px;
    padding: 0 15px;
    text-align: center;
    text-shadow: none;
  }
}

#kv .container .kv_contents .detail {
  padding-right: 45px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.6;
  color: #FFF;
  text-shadow: 1px 1px 2px #238ee8, -1px 1px 2px #238ee8, 1px -1px 2px #238ee8, -1px -1px 2px #238ee8;
}

@media screen and (max-width: 1500px) {
  #kv .container .kv_contents .detail {
    font-size: 1.066vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 768px) {
  #kv .container .kv_contents .detail {
    font-weight: 700;
    letter-spacing: .1em;
    font-size: 12px;
    line-height: 1.6;
    color: #1f2f44;
    margin-bottom: 20px;
    padding: 0 8px;
    text-shadow: none;
    text-align: center;
  }
}

#kv .container .kv_contents .detail span {
  font-size: 16px;
  margin-top: 10px;
  display: block;
}

@media screen and (max-width: 768px) {
  #kv .container .kv_contents .detail span {
    font-size: 10px;
  }
}

#kv .container .kv_contents .contact_btn {
  margin-top: 25px;
  padding-right: 55px;
}

@media screen and (max-width: 768px) {
  #kv .container .kv_contents .contact_btn {
    margin-top: 20px;
    padding: 0 14px;
  }
}

@media screen and (max-width: 768px) {
  #kv .container .kv_contents .contact_btn a {
    font-size: 15px;
    width: 100%;
  }
}

#sec01 {
  padding-top: 66px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #sec01 {
    padding-top: 0;
    margin-top: -15px;
  }
}

#sec01 .container {
  max-width: inherit;
}

#sec01 .container .sec_ttl {
  text-align: center;
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  #sec01 .container .sec_ttl {
    position: relative;
    margin-bottom: 11px;
  }
}

#sec01 .container .sec_ttl .txt {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.4;
  color: #1f2f44;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #sec01 .container .sec_ttl .txt {
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  #sec01 .container .sec_ttl .txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  #sec01 .container .sec_ttl img {
    width: 100vw;
    position: relative;
    right: calc(4% + 1px);
  }
}

#sec01 .container .contents {
  margin: 0 auto;
  padding: 0 5%;
  text-align: left;
  width: 100%;
  font-size: 200%;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 2;
  color: #1f2f44;
  margin-bottom: 42px;
  font-weight: 900;
  font-style: normal;
}

@media screen and (max-width: 1080px) {
  #sec01 .container .contents {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  #sec01 .container .contents {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
    padding: 0%;
    margin-bottom: 0px;
    text-align: left;
  }
}

#sec01 .container .contents strong {
  display: block;
  font-size: 220%;
  text-align: center;
  margin-top: 28px;
}

#sec01 .container .contents01 {
  margin: 0 auto;
  text-align: left;
  max-width: 1000px;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 2;
  color: #666666;
  font-weight: 900;
  font-style: normal;
}

@media screen and (max-width: 1080px) {
  #sec01 .container .contents01 {
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  #sec01 .container .contents01 {
    width: 100%;
    line-height: 1.8;
    text-align: left;
  }
}

#sec01 .container .list_btn {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec01 .container .list_btn a {
    width: 100%;
    font-size: 15px;
    padding: 18px 0;
  }
}

#sec02 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #sec02 {
    background: #f2f6fa;
    padding-top: 32px;
    padding-bottom: 40px;
  }
}

#sec02 .container {
  max-width: none;
}

@media screen and (max-width: 1500px) {
  #sec02 .container {
    padding: 0;
  }
}

#sec02 .container .sec_ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #sec02 .container .sec_ttl {
    margin-bottom: 34px;
  }
}

#sec02 .container .slider_box {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 42px;
  background: #f2f6fa;
  position: relative;
}

#sec02 .container .slider_box::before, #sec02 .container .slider_box::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  width: 100px;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #sec02 .container .slider_box::before, #sec02 .container .slider_box::after {
    display: none;
  }
}

#sec02 .container .slider_box::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

#sec02 .container .slider_box::before {
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  #sec02 .container .slider_box {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100vw;
    position: relative;
    right: 4%;
  }
}

#sec02 .container .slider_box .slider {
  margin: auto;
  overflow: hidden;
  position: relative;
}

#sec02 .container .slider_box .slider .slide_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  #sec02 .container .slider_box .slider .slide_track {
    width: auto;
  }
}

#sec02 .container .slider_box .slider01 {
  height: 40px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #sec02 .container .slider_box .slider01 {
    margin-bottom: 25px;
  }
}

#sec02 .container .slider_box .slider01 .slide_track {
  -webkit-animation: left_scroll 30s linear infinite;
          animation: left_scroll 30s linear infinite;
}

@media screen and (max-width: 768px) {
  #sec02 .container .slider_box .slider01 .slide_track {
    -webkit-animation: left_sp_scroll 30s linear infinite;
            animation: left_sp_scroll 30s linear infinite;
  }
}

#sec02 .container .slider_box .slider01 .slide_track .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  #sec02 .container .slider_box .slider01 .slide_track .slide {
    margin: 0 15px;
  }
}

#sec02 .container .slider_box .slider01 .slide_track .slide .slide_img {
  width: auto;
  height: auto;
}

#sec02 .container .slider_box .slider02 {
  height: 500px;
}

@media screen and (max-width: 768px) {
  #sec02 .container .slider_box .slider02 {
    height: 400px;
  }
}

#sec02 .container .slider_box .slider02 .slide_track {
  -webkit-animation: right_scroll 30s linear infinite;
          animation: right_scroll 30s linear infinite;
}

#sec02 .container .slider_box .slider02 .slide_track .slide {
  width: 375px;
  margin: 0 20px;
}

@media screen and (max-width: 768px) {
  #sec02 .container .slider_box .slider02 .slide_track .slide {
    width: 150px;
    margin: 0 15px;
  }
}

#sec02 .container .slider_box .slider02 .slide_track .slide .slide_img {
  width: 100%;
}

#sec02 .container .detail {
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #sec02 .container .detail {
    font-size: 12px;
    line-height: 1.8;
  }
}

#sec02 .container .contact_btn {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec02 .container .contact_btn a {
    width: 100%;
    font-size: 15px;
    padding: 18px 0;
  }
}

#sec03 {
  padding-top: 60px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #sec03 {
    padding-top: 34px;
    padding-bottom: 25px;
  }
}

#sec03 .container .sec_ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #sec03 .container .sec_ttl {
    margin-bottom: 35px;
  }
}

#sec04 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #sec04 {
    padding-top: 25px;
    padding-bottom: 35px;
  }
}

#sec04 .container .sec_ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #sec04 .container .sec_ttl {
    margin-bottom: 34px;
  }
}

#sec05 {
  background: #f2f6fa;
  padding-top: 68px;
  padding-bottom: 72px;
}

@media screen and (max-width: 768px) {
  #sec05 {
    padding-top: 32px;
    padding-bottom: 35px;
    background: #FFF;
  }
}

#sec05 .container .sec_ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #sec05 .container .sec_ttl {
    margin-bottom: 25px;
  }
}

#sec05 .container .list_btn {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #sec05 .container .list_btn a {
    width: 100%;
    font-size: 15px;
    padding: 18px 0;
  }
}

/* ======================================================================
 works
====================================================================== */
#works {
  padding-top: 100px;
}

@media screen and (max-width: 1080px) {
  #works {
    padding-top: 45px;
  }
}

#works .works_header {
  background-image: url(../img/works/works_heading.jpg);
}

@media screen and (max-width: 768px) {
  #works .works_header {
    background-image: url(../img/works/works_heading_sp.jpg);
  }
}

#works .ather_works {
  background: #f2f6fa;
}

#works .ather_works .container {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #works .ather_works .container {
    padding-top: 34px;
    padding-bottom: 50px;
  }
}

#works .ather_works .container .heading {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: .1em;
  text-align: center;
  color: #1f2f44;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #works .ather_works .container .heading {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

#works .ather_works .container .works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#works .ather_works .container .works_list .work {
  width: calc((99.9% / 4) - (90px / 4));
  margin-right: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1080px) {
  #works .ather_works .container .works_list .work {
    width: calc((99.9% / 3) - (60px / 3));
  }
}

@media screen and (max-width: 768px) {
  #works .ather_works .container .works_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

#works .ather_works .container .works_list .work:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  #works .ather_works .container .works_list .work:nth-of-type(4n) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #works .ather_works .container .works_list .work:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1080px) {
  #works .ather_works .container .works_list .work:nth-of-type(3n) {
    margin-right: 0;
  }
}

#works .ather_works .container .works_list .work .img {
  margin-bottom: 30px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #works .ather_works .container .works_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#works .ather_works .container .works_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  #works .ather_works .container .works_list .work .txt {
    margin-left: 17px;
  }
}

#works .ather_works .container .works_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #works .ather_works .container .works_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#works .ather_works .container .works_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #works .ather_works .container .works_list .work .txt .work_ttl .jp {
    font-size: 16px;
  }
}

#works .ather_works .container .works_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #works .ather_works .container .works_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#works .ather_works .container .works_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #works .ather_works .container .works_list .work .txt .detail_btn {
    left: 60%;
  }
}

#works .ather_works .container .works_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#works .ather_works .container .works_list .work:hover {
  opacity: 1;
}

#works .ather_works .container .works_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#works .ather_works .container .more_btn {
  text-align: center;
  margin-top: 10px;
}

/* ======================================================================
  service
====================================================================== */
#service {
  padding-top: 100px;
}

@media screen and (max-width: 1080px) {
  #service {
    padding-top: 45px;
  }
}

#service .service_header {
  background-image: url(../img/service/service_heading.jpg);
}

@media screen and (max-width: 768px) {
  #service .service_header {
    background-image: url(../img/service/service_heading_sp.jpg);
  }
}

#service .page_ttl {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #1f2f44;
  padding-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  #service .page_ttl {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  #service .page_ttl {
    font-size: 18px;
    padding-bottom: 25px;
  }
}

#service .sec_ttl {
  text-align: left;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  color: #1f2f44;
  background: #f2f6fa;
  padding: 14px 14px 13px 14px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  #service .sec_ttl {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
  }
}

#service .website_production .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 1500px) {
  #service .website_production .container {
    max-width: 1000px;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  #service .website_production .container {
    max-width: 1100px;
    padding: 45px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #service .website_production .container {
    width: 92%;
    padding: 20px 0 0;
  }
}

#service .website_production .container .page_ttl {
  padding-bottom: 50px;
}

#service .website_production .container .section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section {
    margin-bottom: 25px;
  }
}

#service .website_production .container .section:first-of-type {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section:first-of-type {
    margin-bottom: 25px;
  }
}

#service .website_production .container .section .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section .detail {
    font-size: 12px;
  }
}

#service .website_production .container .section .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section .work_list {
    padding-top: 11px;
    padding-bottom: 15px;
  }
}

#service .website_production .container .section .work_list .work {
  width: calc((99.9% / 3) - (40px / 3));
  margin-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section .work_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }
}

#service .website_production .container .section .work_list .work:last-of-type {
  margin-right: 0;
}

#service .website_production .container .section .work_list .work .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section .work_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#service .website_production .container .section .work_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#service .website_production .container .section .work_list .work .txt {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section .work_list .work .txt {
    padding-left: 0;
    margin-left: 17px;
  }
}

#service .website_production .container .section .work_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section .work_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#service .website_production .container .section .work_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section .work_list .work .txt .work_ttl .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}

#service .website_production .container .section .work_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section .work_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#service .website_production .container .section .work_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section .work_list .work .txt .detail_btn {
    left: 50%;
  }
}

#service .website_production .container .section .work_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .website_production .container .section .work_list .work:hover {
  opacity: 1;
}

#service .website_production .container .section .work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .website_production .container .section .more_btn {
  text-align: center;
}

#service .website_production .container .section.sec06 {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section.sec06 {
    font-size: 12px;
  }
}

#service .website_production .container .section.sec06 .detail {
  margin-bottom: 20px;
}

#service .website_production .container .section.sec06 div {
  border: 1px solid #eee;
  padding: 10px 20px;
}

#service .website_production .container .section.sec06 div a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section.sec06 div img {
    width: 100%;
  }
}

#service .website_production .container .section.sec06 h3 {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #service .website_production .container .section.sec06 h3 {
    font-size: 12px;
  }
}

#service .wordpress_production .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 1500px) {
  #service .wordpress_production .container {
    max-width: 1000px;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  #service .wordpress_production .container {
    max-width: 1100px;
    padding: 45px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container {
    width: 92%;
    padding: 20px 0 0;
  }
}

#service .wordpress_production .container .img_box .img_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1080px) {
  #service .wordpress_production .container .img_box .img_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .img_box .img_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .wordpress_production .container .img_box .img_group img {
  margin-left: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .img_box .img_group img {
    margin-left: 0;
    max-width: 100%;
    height: 36px;
  }
}

#service .wordpress_production .container .img_box .img_group img:first-of-type {
  margin-left: 0;
}

#service .wordpress_production .container .section {
  margin-bottom: 50px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section {
    margin-bottom: 25px;
  }
}

#service .wordpress_production .container .section .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .detail {
    font-size: 12px;
  }
}

#service .wordpress_production .container .section .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .item_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .wordpress_production .container .section .item_list .item {
  width: calc((99.9% / 2) - (30px / 2));
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e4e4e4;
  padding: 30px 20px 25px 45px;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .item_list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 25px 15px 20px 40px;
  }
}

#service .wordpress_production .container .section .item_list .item:nth-of-type(even) {
  margin-right: 0;
}

#service .wordpress_production .container .section .item_list .item:nth-of-type(-n + 2) {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .item_list .item:nth-of-type(-n + 2) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .item_list .item:last-of-type {
    margin-bottom: 0;
  }
}

#service .wordpress_production .container .section .item_list .item .item_ttl {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .item_list .item .item_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

#service .wordpress_production .container .section .item_list .item .img {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .item_list .item .img {
    margin-bottom: 15px;
  }
}

#service .wordpress_production .container .section .item_list .item .list {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#service .wordpress_production .container .section .item_list .item .list li {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: .1em;
  color: #666666;
  line-height: 1.6;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .item_list .item .list li {
    font-size: 14px;
  }
}

#service .wordpress_production .container .section .item_list .item .list li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  background: #990033;
  border-radius: 10px;
  position: absolute;
  left: -22px;
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .item_list .item .list li::before {
    top: 12px;
  }
}

#service .wordpress_production .container .section .item_list .item .list li::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 3px;
  background: #990033;
  border-radius: 10px;
  position: absolute;
  left: -18px;
  top: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .item_list .item .list li::after {
    top: 10px;
  }
}

#service .wordpress_production .container .section .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .work_list {
    padding-top: 11px;
    padding-bottom: 15px;
  }
}

#service .wordpress_production .container .section .work_list .work {
  width: calc((99.9% / 3) - (40px / 3));
  margin-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .work_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }
}

#service .wordpress_production .container .section .work_list .work:last-of-type {
  margin-right: 0;
}

#service .wordpress_production .container .section .work_list .work .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .work_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#service .wordpress_production .container .section .work_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#service .wordpress_production .container .section .work_list .work .txt {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .work_list .work .txt {
    padding-left: 0;
    margin-left: 17px;
  }
}

#service .wordpress_production .container .section .work_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .work_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#service .wordpress_production .container .section .work_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .work_list .work .txt .work_ttl .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}

#service .wordpress_production .container .section .work_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .work_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#service .wordpress_production .container .section .work_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .work_list .work .txt .detail_btn {
    left: 50%;
  }
}

#service .wordpress_production .container .section .work_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .wordpress_production .container .section .work_list .work:hover {
  opacity: 1;
}

#service .wordpress_production .container .section .work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .wordpress_production .container .section .more_btn {
  text-align: center;
}

#service .wordpress_production .container .section .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 1080px) {
  #service .wordpress_production .container .section .flow_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .flow_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .wordpress_production .container .section .flow_list .flow {
  width: calc((99.9% / 4) - (135px / 4));
  margin-right: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  #service .wordpress_production .container .section .flow_list .flow {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .flow_list .flow {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    position: relative;
  }
}

#service .wordpress_production .container .section .flow_list .flow:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  #service .wordpress_production .container .section .flow_list .flow:last-of-type::before {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  #service .wordpress_production .container .section .flow_list .flow:last-of-type::after {
    display: none;
  }
}

#service .wordpress_production .container .section .flow_list .flow:last-of-type .img::before {
  display: none;
}

#service .wordpress_production .container .section .flow_list .flow:last-of-type .img::after {
  display: none;
}

@media screen and (max-width: 1080px) {
  #service .wordpress_production .container .section .flow_list .flow:nth-of-type(even) {
    margin-right: 0;
  }
}

#service .wordpress_production .container .section .flow_list .flow::before {
  content: '';
  display: none;
  width: 15px;
  height: 2px;
  background: #414f61;
  position: absolute;
  top: auto;
  bottom: -22px;
  right: auto;
  left: calc(50% - 5px);
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 1080px) {
  #service .wordpress_production .container .section .flow_list .flow::before {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .flow_list .flow::before {
    width: 13px;
    bottom: -20px;
    left: calc(50% - 4px);
  }
}

#service .wordpress_production .container .section .flow_list .flow::after {
  content: '';
  display: none;
  width: 15px;
  height: 2px;
  background: #414f61;
  position: absolute;
  top: auto;
  bottom: -22px;
  right: auto;
  left: calc(50% + 5px);
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

@media screen and (max-width: 1080px) {
  #service .wordpress_production .container .section .flow_list .flow::after {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .flow_list .flow::after {
    width: 13px;
    bottom: -20px;
    left: calc(50% + 4px);
  }
}

#service .wordpress_production .container .section .flow_list .flow .flow_ttl {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .flow_list .flow .flow_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

#service .wordpress_production .container .section .flow_list .flow .img {
  margin-bottom: 20px;
  display: inline-block;
  padding: 50px;
  border: 5px solid #f2f6fa;
  border-radius: 200px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .flow_list .flow .img {
    margin-bottom: 15px;
  }
}

#service .wordpress_production .container .section .flow_list .flow .img::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #414f61;
  position: absolute;
  top: calc(50% - 5px);
  right: -43px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 1080px) {
  #service .wordpress_production .container .section .flow_list .flow .img::before {
    display: none;
  }
}

#service .wordpress_production .container .section .flow_list .flow .img::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #414f61;
  position: absolute;
  top: calc(50% + 5px);
  right: -43px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 1080px) {
  #service .wordpress_production .container .section .flow_list .flow .img::after {
    display: none;
  }
}

#service .wordpress_production .container .section .flow_list .flow .flow_detail {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: .1em;
  color: #666666;
}

@media screen and (max-width: 1080px) {
  #service .wordpress_production .container .section .flow_list .flow .flow_detail {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section .flow_list .flow .flow_detail {
    font-size: 13px;
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section.sec01 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 1100px) {
  #service .wordpress_production .container .section.sec02 .item_list .img {
    width: 90%;
  }
  #service .wordpress_production .container .section.sec02 .item_list .img img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section.sec02 .item_list .img {
    width: 80%;
  }
}

@media screen and (max-width: 1100px) {
  #service .wordpress_production .container .section.sec03 .item_list .img {
    width: 60%;
  }
  #service .wordpress_production .container .section.sec03 .item_list .img img {
    width: 100%;
  }
}

#service .wordpress_production .container .section.sec04 {
  margin-bottom: 70px;
}

#service .wordpress_production .container .section.sec06 {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section.sec06 {
    font-size: 12px;
  }
}

#service .wordpress_production .container .section.sec06 .detail {
  margin-bottom: 20px;
}

#service .wordpress_production .container .section.sec06 div {
  border: 1px solid #eee;
  padding: 10px 20px;
}

#service .wordpress_production .container .section.sec06 div a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section.sec06 div img {
    width: 100%;
  }
}

#service .wordpress_production .container .section.sec06 h3 {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #service .wordpress_production .container .section.sec06 h3 {
    font-size: 12px;
  }
}

#service .web_operation .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 1500px) {
  #service .web_operation .container {
    max-width: 1000px;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  #service .web_operation .container {
    max-width: 1100px;
    padding: 45px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #service .web_operation .container {
    width: 92%;
    padding: 20px 0 0;
  }
}

#service .web_operation .container .img_box .img_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1080px) {
  #service .web_operation .container .img_box .img_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .img_box .img_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .web_operation .container .img_box .img_group img {
  margin-left: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .img_box .img_group img {
    margin-left: 0;
    max-width: 100%;
  }
}

#service .web_operation .container .img_box .img_group img:first-of-type {
  margin-left: 0;
}

#service .web_operation .container .section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section {
    margin-bottom: 25px;
  }
}

#service .web_operation .container .section .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .detail {
    font-size: 12px;
  }
}

#service .web_operation .container .section .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 42px;
  padding: 0 75px;
}

@media screen and (max-width: 1080px) {
  #service .web_operation .container .section .item_list {
    margin-top: 15px;
    padding: 0;
  }
}

#service .web_operation .container .section .item_list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .item_list .item {
    margin-bottom: 10px;
  }
}

#service .web_operation .container .section .item_list .item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#service .web_operation .container .section .item_list .item:nth-of-type(even) .img {
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .item_list .item:nth-of-type(even) .img {
    margin-left: 20px;
  }
}

#service .web_operation .container .section .item_list .item:nth-of-type(even) .txt .item_detail::before {
  border-top: 12.5px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid #f2f6fa;
  left: auto;
  right: -40px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .item_list .item:nth-of-type(even) .txt .item_detail::before {
    right: -38px;
  }
}

#service .web_operation .container .section .item_list .item:nth-of-type(even) .txt .item_detail::after {
  border-top: 10.4px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid #FFF;
  left: auto;
  right: -30px;
}

#service .web_operation .container .section .item_list .item:last-of-type {
  margin-bottom: 0;
}

#service .web_operation .container .section .item_list .item .img {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .item_list .item .img {
    margin-right: 20px;
    width: 65px;
  }
  #service .web_operation .container .section .item_list .item .img img {
    width: 65px;
  }
}

#service .web_operation .container .section .item_list .item .txt .item_detail {
  padding: 17px 24px;
  font-weight: 900;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #1f2f44;
  border: 4px solid #f2f6fa;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .item_list .item .txt .item_detail {
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.8;
    border: 3px solid #f2f6fa;
  }
}

#service .web_operation .container .section .item_list .item .txt .item_detail::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12.5px solid transparent;
  border-right: 18px solid #f2f6fa;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .item_list .item .txt .item_detail::before {
    left: -38px;
  }
}

#service .web_operation .container .section .item_list .item .txt .item_detail::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10.4px solid transparent;
  border-right: 15px solid #FFF;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#service .web_operation .container .section .service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 42px;
  padding: 0 75px;
}

@media screen and (max-width: 1080px) {
  #service .web_operation .container .section .service_list {
    padding: 0;
    margin-top: 30px;
  }
}

#service .web_operation .container .section .service_list .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .service_list .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 500px) {
  #service .web_operation .container .section .service_list .service {
    width: 80%;
  }
}

#service .web_operation .container .section .service_list .service:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .service_list .service:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .web_operation .container .section .service_list .service:nth-of-type(even) .img {
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .service_list .service:nth-of-type(even) .img {
    margin: 0 auto 20px;
  }
}

#service .web_operation .container .section .service_list .service:nth-of-type(even) .txt .service_detail::before {
  border-top: 12.5px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid #f2f6fa;
  left: auto;
  right: -40px;
}

#service .web_operation .container .section .service_list .service:nth-of-type(even) .txt .service_detail::after {
  border-top: 10.4px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid #FFF;
  left: auto;
  right: -30px;
}

#service .web_operation .container .section .service_list .service:last-of-type {
  margin-bottom: 0;
}

#service .web_operation .container .section .service_list .service .img {
  margin-right: 45px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .service_list .service .img {
    text-align: center;
    width: 50%;
    margin: 0 auto 20px;
  }
  #service .web_operation .container .section .service_list .service .img img {
    width: 100%;
  }
}

#service .web_operation .container .section .service_list .service .txt .service_ttl {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .service_list .service .txt .service_ttl {
    text-align: center;
    font-size: 14px;
  }
}

#service .web_operation .container .section .service_list .service .txt .service_detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .service_list .service .txt .service_detail {
    font-size: 12px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

#service .web_operation .container .section .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .work_list {
    padding-top: 11px;
    padding-bottom: 15px;
  }
}

#service .web_operation .container .section .work_list .work {
  width: calc((99.9% / 3) - (40px / 3));
  margin-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .work_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }
}

#service .web_operation .container .section .work_list .work:last-of-type {
  margin-right: 0;
}

#service .web_operation .container .section .work_list .work .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .work_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#service .web_operation .container .section .work_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#service .web_operation .container .section .work_list .work .txt {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .work_list .work .txt {
    padding-left: 0;
    margin-left: 17px;
  }
}

#service .web_operation .container .section .work_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .work_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#service .web_operation .container .section .work_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .work_list .work .txt .work_ttl .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}

#service .web_operation .container .section .work_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .work_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#service .web_operation .container .section .work_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section .work_list .work .txt .detail_btn {
    left: 50%;
  }
}

#service .web_operation .container .section .work_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .web_operation .container .section .work_list .work:hover {
  opacity: 1;
}

#service .web_operation .container .section .work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .web_operation .container .section .more_btn {
  text-align: center;
}

#service .web_operation .container .section.sec01 {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section.sec01 {
    margin-bottom: 30px;
  }
}

#service .web_operation .container .section.sec01 .detail {
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section.sec01 .detail {
    margin-bottom: 10px;
  }
}

#service .web_operation .container .section.sec01 .img {
  text-align: center;
}

@media screen and (max-width: 1080px) {
  #service .web_operation .container .section.sec01 .img {
    width: 70%;
    margin: 0 auto;
  }
  #service .web_operation .container .section.sec01 .img img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section.sec01 .img {
    width: 100%;
  }
}

#service .web_operation .container .section.sec06 {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section.sec06 {
    font-size: 12px;
  }
}

#service .web_operation .container .section.sec06 .detail {
  margin-bottom: 20px;
}

#service .web_operation .container .section.sec06 div {
  border: 1px solid #eee;
  padding: 10px 20px;
}

#service .web_operation .container .section.sec06 div a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section.sec06 div img {
    width: 100%;
  }
}

#service .web_operation .container .section.sec06 h3 {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #service .web_operation .container .section.sec06 h3 {
    font-size: 12px;
  }
}

#service .owned_media .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 1500px) {
  #service .owned_media .container {
    max-width: 1000px;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  #service .owned_media .container {
    max-width: 1100px;
    padding: 45px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #service .owned_media .container {
    width: 92%;
    padding: 20px 0 0;
  }
}

#service .owned_media .container .img_box .img_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1080px) {
  #service .owned_media .container .img_box .img_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .img_box .img_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .owned_media .container .img_box .img_group img {
  margin-left: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .img_box .img_group img {
    margin-left: 0;
    max-width: 100%;
  }
}

#service .owned_media .container .img_box .img_group img:first-of-type {
  margin-left: 0;
}

#service .owned_media .container .section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section {
    margin-bottom: 25px;
  }
}

#service .owned_media .container .section .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .detail {
    font-size: 12px;
  }
}

#service .owned_media .container .section .opinion_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px;
  padding: 0 75px;
}

@media screen and (max-width: 1080px) {
  #service .owned_media .container .section .opinion_list {
    margin-top: 15px;
    padding: 0;
  }
}

#service .owned_media .container .section .opinion_list .opinion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .opinion_list .opinion {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 400px) {
  #service .owned_media .container .section .opinion_list .opinion {
    margin-right: 0;
  }
}

#service .owned_media .container .section .opinion_list .opinion:nth-of-type(3) {
  margin-right: 0;
}

@media screen and (max-width: 940px) {
  #service .owned_media .container .section .opinion_list .opinion:nth-of-type(3) {
    margin-right: 20px;
  }
}

@media screen and (max-width: 400px) {
  #service .owned_media .container .section .opinion_list .opinion:nth-of-type(3) {
    margin-right: 0;
  }
}

#service .owned_media .container .section .opinion_list .opinion .txt {
  margin-bottom: 30px;
  padding: 17px 24px;
  font-weight: 900;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #1f2f44;
  border: 4px solid #f2f6fa;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .opinion_list .opinion .txt {
    margin-bottom: 20px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.8;
    border: 3px solid #f2f6fa;
  }
}

#service .owned_media .container .section .opinion_list .opinion .txt::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 18px solid #f2f6fa;
  border-right: 12.5px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 12.5px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .opinion_list .opinion .txt::before {
    bottom: -37px;
  }
}

#service .owned_media .container .section .opinion_list .opinion .txt::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 15px solid #FFF;
  border-right: 10.4px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 10.4px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .opinion_list .opinion .txt::after {
    bottom: -28px;
  }
}

#service .owned_media .container .section .opinion_list .opinion .img {
  text-align: center;
}

#service .owned_media .container .section .purpose_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 52px;
  padding: 0 60px;
}

@media screen and (max-width: 1080px) {
  #service .owned_media .container .section .purpose_list {
    padding: 0;
    margin-top: 30px;
  }
}

#service .owned_media .container .section .purpose_list .purpose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .purpose_list .purpose {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 500px) {
  #service .owned_media .container .section .purpose_list .purpose {
    width: 80%;
  }
}

#service .owned_media .container .section .purpose_list .purpose:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .purpose_list .purpose:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .owned_media .container .section .purpose_list .purpose:nth-of-type(even) .img {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .purpose_list .purpose:nth-of-type(even) .img {
    margin: 0 auto 20px;
  }
}

#service .owned_media .container .section .purpose_list .purpose:nth-of-type(even) .txt .purpose_detail::before {
  border-top: 12.5px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid #f2f6fa;
  left: auto;
  right: -40px;
}

#service .owned_media .container .section .purpose_list .purpose:nth-of-type(even) .txt .purpose_detail::after {
  border-top: 10.4px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid #FFF;
  left: auto;
  right: -30px;
}

#service .owned_media .container .section .purpose_list .purpose:last-of-type {
  margin-bottom: 0;
}

#service .owned_media .container .section .purpose_list .purpose .img {
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .purpose_list .purpose .img {
    text-align: center;
    width: 50%;
    margin: 0 auto 20px;
  }
  #service .owned_media .container .section .purpose_list .purpose .img img {
    width: 100%;
  }
}

#service .owned_media .container .section .purpose_list .purpose .txt .purpose_ttl {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .purpose_list .purpose .txt .purpose_ttl {
    text-align: center;
    font-size: 14px;
  }
}

#service .owned_media .container .section .purpose_list .purpose .txt .purpose_detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .purpose_list .purpose .txt .purpose_detail {
    font-size: 12px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

#service .owned_media .container .section .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .work_list {
    padding-top: 11px;
    padding-bottom: 15px;
  }
}

#service .owned_media .container .section .work_list .work {
  width: calc((99.9% / 3) - (40px / 3));
  margin-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .work_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }
}

#service .owned_media .container .section .work_list .work:last-of-type {
  margin-right: 0;
}

#service .owned_media .container .section .work_list .work .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .work_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#service .owned_media .container .section .work_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#service .owned_media .container .section .work_list .work .txt {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .work_list .work .txt {
    padding-left: 0;
    margin-left: 17px;
  }
}

#service .owned_media .container .section .work_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .work_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#service .owned_media .container .section .work_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .work_list .work .txt .work_ttl .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}

#service .owned_media .container .section .work_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .work_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#service .owned_media .container .section .work_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .owned_media .container .section .work_list .work .txt .detail_btn {
    left: 50%;
  }
}

#service .owned_media .container .section .work_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .owned_media .container .section .work_list .work:hover {
  opacity: 1;
}

#service .owned_media .container .section .work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .owned_media .container .section .more_btn {
  text-align: center;
}

#service .web_consulting .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 1500px) {
  #service .web_consulting .container {
    max-width: 1000px;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  #service .web_consulting .container {
    max-width: 1100px;
    padding: 45px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container {
    width: 92%;
    padding: 20px 0 0;
  }
}

#service .web_consulting .container .section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section {
    margin-bottom: 25px;
  }
}

#service .web_consulting .container .section .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .detail {
    font-size: 12px;
    margin-bottom: 17px;
  }
}

#service .web_consulting .container .section .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#service .web_consulting .container .section .menu_list .menu {
  width: calc((99.9% / 3) - (60px / 3));
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
  padding: 30px 25px 25px;
}

@media screen and (max-width: 1080px) {
  #service .web_consulting .container .section .menu_list .menu {
    width: calc((99.9% / 2) - (60px / 2));
  }
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .menu_list .menu {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px 15px;
    margin-bottom: 15px;
  }
}

#service .web_consulting .container .section .menu_list .menu:nth-of-type(3) {
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  #service .web_consulting .container .section .menu_list .menu:nth-of-type(3) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .menu_list .menu:nth-of-type(3) {
    margin-right: 0;
  }
}

#service .web_consulting .container .section .menu_list .menu .img {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .menu_list .menu .img {
    width: 25%;
    margin: 0 auto 15px;
  }
  #service .web_consulting .container .section .menu_list .menu .img img {
    width: 100%;
  }
}

#service .web_consulting .container .section .menu_list .menu .menu_ttl {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .menu_list .menu .menu_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

#service .web_consulting .container .section .menu_list .menu .menu_detail {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .menu_list .menu .menu_detail {
    font-size: 14px;
  }
}

#service .web_consulting .container .section .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .work_list {
    padding-top: 11px;
    padding-bottom: 15px;
  }
}

#service .web_consulting .container .section .work_list .work {
  width: calc((99.9% / 3) - (40px / 3));
  margin-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .work_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }
}

#service .web_consulting .container .section .work_list .work:last-of-type {
  margin-right: 0;
}

#service .web_consulting .container .section .work_list .work .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .work_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#service .web_consulting .container .section .work_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#service .web_consulting .container .section .work_list .work .txt {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .work_list .work .txt {
    padding-left: 0;
    margin-left: 17px;
  }
}

#service .web_consulting .container .section .work_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .work_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#service .web_consulting .container .section .work_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .work_list .work .txt .work_ttl .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}

#service .web_consulting .container .section .work_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .work_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#service .web_consulting .container .section .work_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .web_consulting .container .section .work_list .work .txt .detail_btn {
    left: 50%;
  }
}

#service .web_consulting .container .section .work_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .web_consulting .container .section .work_list .work:hover {
  opacity: 1;
}

#service .web_consulting .container .section .work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .web_consulting .container .section .more_btn {
  text-align: center;
}

#service .ec_site_production .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 1500px) {
  #service .ec_site_production .container {
    max-width: 1000px;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  #service .ec_site_production .container {
    max-width: 1100px;
    padding: 45px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container {
    width: 92%;
    padding: 20px 0 0;
  }
}

#service .ec_site_production .container .img_box .img_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1080px) {
  #service .ec_site_production .container .img_box .img_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .img_box .img_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .ec_site_production .container .img_box .img_group img {
  margin-left: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .img_box .img_group img {
    margin-left: 0;
    max-width: 100%;
    height: 36px;
  }
}

#service .ec_site_production .container .img_box .img_group img:first-of-type {
  margin-left: 0;
}

#service .ec_site_production .container .page_ttl {
  padding-bottom: 60px;
}

#service .ec_site_production .container .section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section {
    margin-bottom: 25px;
  }
}

#service .ec_site_production .container .section .contents_box {
  position: relative;
}

@media screen and (max-width: 1080px) {
  #service .ec_site_production .container .section .contents_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .ec_site_production .container .section .contents_box .img {
  position: absolute;
  top: 67px;
  right: 0;
}

@media screen and (max-width: 1080px) {
  #service .ec_site_production .container .section .contents_box .img {
    position: static;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .contents_box .img {
    width: 40%;
  }
  #service .ec_site_production .container .section .contents_box .img img {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  #service .ec_site_production .container .section .contents_box .img {
    width: 80%;
  }
}

#service .ec_site_production .container .section .heading {
  font-weight: 900;
  font-size: 30px;
  letter-spacing: .1em;
  color: #1f2f44;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .heading {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 22px;
  }
}

#service .ec_site_production .container .section .heading .emphasis {
  color: #FFF;
  background: #1f2f44;
  line-height: 1;
  padding: 0 14px 0 18px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .heading .emphasis {
    padding: 0 7px 0 9px;
  }
}

#service .ec_site_production .container .section .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .detail {
    font-size: 12px;
    margin-bottom: 17px;
  }
}

#service .ec_site_production .container .section .list {
  font-weight: 900;
  font-size: 16px;
  letter-spacing: .1em;
  color: #1f2f44;
  line-height: 2;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .list {
    font-size: 12px;
    margin-bottom: 17px;
  }
}

#service .ec_site_production .container .section .review_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 42px;
  padding: 0 65px;
}

@media screen and (max-width: 1080px) {
  #service .ec_site_production .container .section .review_list {
    margin-top: 15px;
    padding: 0;
  }
}

#service .ec_site_production .container .section .review_list .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .review_list .review {
    margin-bottom: 10px;
  }
}

#service .ec_site_production .container .section .review_list .review:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#service .ec_site_production .container .section .review_list .review:nth-of-type(even) .img {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .review_list .review:nth-of-type(even) .img {
    margin-left: 15px;
  }
}

#service .ec_site_production .container .section .review_list .review:nth-of-type(even) .txt .review_detail::before {
  border-top: 12.5px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid #f2f6fa;
  left: auto;
  right: -40px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .review_list .review:nth-of-type(even) .txt .review_detail::before {
    right: -38px;
  }
}

#service .ec_site_production .container .section .review_list .review:nth-of-type(even) .txt .review_detail::after {
  border-top: 10.4px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid #FFF;
  left: auto;
  right: -30px;
}

#service .ec_site_production .container .section .review_list .review:last-of-type {
  margin-bottom: 0;
}

#service .ec_site_production .container .section .review_list .review .img {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .review_list .review .img {
    margin-right: 20px;
    width: 65px;
  }
  #service .ec_site_production .container .section .review_list .review .img img {
    width: 65px;
  }
}

#service .ec_site_production .container .section .review_list .review .txt .review_detail {
  padding: 17px 20px 17px 24px;
  font-weight: 900;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .08em;
  color: #1f2f44;
  border: 4px solid #f2f6fa;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .review_list .review .txt .review_detail {
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.8;
    border: 3px solid #f2f6fa;
  }
}

#service .ec_site_production .container .section .review_list .review .txt .review_detail::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12.5px solid transparent;
  border-right: 18px solid #f2f6fa;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .review_list .review .txt .review_detail::before {
    left: -38px;
  }
}

#service .ec_site_production .container .section .review_list .review .txt .review_detail::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10.4px solid transparent;
  border-right: 15px solid #FFF;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#service .ec_site_production .container .section .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .work_list {
    padding-top: 11px;
    padding-bottom: 15px;
  }
}

#service .ec_site_production .container .section .work_list .work {
  width: calc((99.9% / 3) - (40px / 3));
  margin-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .work_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }
}

#service .ec_site_production .container .section .work_list .work:last-of-type {
  margin-right: 0;
}

#service .ec_site_production .container .section .work_list .work .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .work_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#service .ec_site_production .container .section .work_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#service .ec_site_production .container .section .work_list .work .txt {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .work_list .work .txt {
    padding-left: 0;
    margin-left: 17px;
  }
}

#service .ec_site_production .container .section .work_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .work_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#service .ec_site_production .container .section .work_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .work_list .work .txt .work_ttl .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}

#service .ec_site_production .container .section .work_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .work_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#service .ec_site_production .container .section .work_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section .work_list .work .txt .detail_btn {
    left: 50%;
  }
}

#service .ec_site_production .container .section .work_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .ec_site_production .container .section .work_list .work:hover {
  opacity: 1;
}

#service .ec_site_production .container .section .work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .ec_site_production .container .section .more_btn {
  text-align: center;
}

#service .ec_site_production .container .section.sec01 {
  margin-bottom: 220px;
}

@media screen and (max-width: 1080px) {
  #service .ec_site_production .container .section.sec01 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section.sec01 {
    margin-bottom: 30px;
  }
}

#service .ec_site_production .container .section.sec06 {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section.sec06 {
    font-size: 12px;
  }
}

#service .ec_site_production .container .section.sec06 .detail {
  margin-bottom: 20px;
}

#service .ec_site_production .container .section.sec06 div {
  border: 1px solid #eee;
  padding: 10px 20px;
}

#service .ec_site_production .container .section.sec06 div a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section.sec06 div img {
    width: 100%;
  }
}

#service .ec_site_production .container .section.sec06 h3 {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #service .ec_site_production .container .section.sec06 h3 {
    font-size: 12px;
  }
}

#service .seo_measures .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 1500px) {
  #service .seo_measures .container {
    max-width: 1000px;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  #service .seo_measures .container {
    max-width: 1100px;
    padding: 45px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container {
    width: 92%;
    padding: 20px 0 0;
  }
}

#service .seo_measures .container .page_ttl {
  padding-bottom: 60px;
}

#service .seo_measures .container .section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section {
    margin-bottom: 25px;
  }
}

#service .seo_measures .container .section .contents_box {
  position: relative;
}

@media screen and (max-width: 1080px) {
  #service .seo_measures .container .section .contents_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .seo_measures .container .section .contents_box .img {
  position: absolute;
  top: 67px;
  right: 0;
}

@media screen and (max-width: 1080px) {
  #service .seo_measures .container .section .contents_box .img {
    position: static;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .contents_box .img {
    width: 40%;
  }
  #service .seo_measures .container .section .contents_box .img img {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  #service .seo_measures .container .section .contents_box .img {
    width: 80%;
  }
}

#service .seo_measures .container .section .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .detail {
    font-size: 12px;
    margin-bottom: 17px;
  }
}

#service .seo_measures .container .section .img_box {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .img_box {
    margin: 0 auto;
    width: 60%;
  }
  #service .seo_measures .container .section .img_box img {
    width: 100%;
  }
}

#service .seo_measures .container .section .seo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#service .seo_measures .container .section .seo_list .seo {
  width: calc((99.9% / 3) - (60px / 3));
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
  padding: 30px 20px 25px;
}

@media screen and (max-width: 1080px) {
  #service .seo_measures .container .section .seo_list .seo {
    width: calc((99.9% / 2) - (60px / 2));
  }
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .seo_list .seo {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px 15px;
    margin-bottom: 15px;
  }
}

#service .seo_measures .container .section .seo_list .seo:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  #service .seo_measures .container .section .seo_list .seo:nth-of-type(3n) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .seo_list .seo:nth-of-type(3n) {
    margin-right: 0;
  }
}

#service .seo_measures .container .section .seo_list .seo .img {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .seo_list .seo .img {
    width: 25%;
    margin: 0 auto 15px;
  }
  #service .seo_measures .container .section .seo_list .seo .img img {
    width: 100%;
  }
}

#service .seo_measures .container .section .seo_list .seo .seo_ttl {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.5;
  margin-top: -5px;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .seo_list .seo .seo_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

#service .seo_measures .container .section .seo_list .seo .seo_detail {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .seo_list .seo .seo_detail {
    font-size: 14px;
  }
}

#service .seo_measures .container .section .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .work_list {
    padding-top: 11px;
    padding-bottom: 15px;
  }
}

#service .seo_measures .container .section .work_list .work {
  width: calc((99.9% / 3) - (40px / 3));
  margin-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .work_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }
}

#service .seo_measures .container .section .work_list .work:last-of-type {
  margin-right: 0;
}

#service .seo_measures .container .section .work_list .work .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .work_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#service .seo_measures .container .section .work_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#service .seo_measures .container .section .work_list .work .txt {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .work_list .work .txt {
    padding-left: 0;
    margin-left: 17px;
  }
}

#service .seo_measures .container .section .work_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .work_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#service .seo_measures .container .section .work_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .work_list .work .txt .work_ttl .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}

#service .seo_measures .container .section .work_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .work_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#service .seo_measures .container .section .work_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section .work_list .work .txt .detail_btn {
    left: 50%;
  }
}

#service .seo_measures .container .section .work_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .seo_measures .container .section .work_list .work:hover {
  opacity: 1;
}

#service .seo_measures .container .section .work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .seo_measures .container .section .more_btn {
  text-align: center;
}

#service .seo_measures .container .section.sec02 {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section.sec02 {
    margin-bottom: 30px;
  }
}

#service .seo_measures .container .section.sec06 {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section.sec06 {
    font-size: 12px;
  }
}

#service .seo_measures .container .section.sec06 .detail {
  margin-bottom: 20px;
}

#service .seo_measures .container .section.sec06 div {
  border: 1px solid #eee;
  padding: 10px 20px;
}

#service .seo_measures .container .section.sec06 div a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section.sec06 div img {
    width: 100%;
  }
}

#service .seo_measures .container .section.sec06 h3 {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #service .seo_measures .container .section.sec06 h3 {
    font-size: 12px;
  }
}

#service .listing-advertisement .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 1500px) {
  #service .listing-advertisement .container {
    max-width: 1000px;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  #service .listing-advertisement .container {
    max-width: 1100px;
    padding: 45px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container {
    width: 92%;
    padding: 20px 0 0;
  }
}

#service .listing-advertisement .container .page_ttl {
  padding-bottom: 60px;
}

#service .listing-advertisement .container .section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section {
    margin-bottom: 25px;
  }
}

#service .listing-advertisement .container .section .contents_box {
  position: relative;
}

@media screen and (max-width: 1080px) {
  #service .listing-advertisement .container .section .contents_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .listing-advertisement .container .section .contents_box .img {
  position: absolute;
  top: 67px;
  right: 0;
}

@media screen and (max-width: 1080px) {
  #service .listing-advertisement .container .section .contents_box .img {
    position: static;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .contents_box .img {
    width: 40%;
  }
  #service .listing-advertisement .container .section .contents_box .img img {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  #service .listing-advertisement .container .section .contents_box .img {
    width: 80%;
  }
}

#service .listing-advertisement .container .section .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .detail {
    font-size: 12px;
    margin-bottom: 17px;
  }
}

#service .listing-advertisement .container .section .review_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 42px;
  padding: 0 65px;
}

@media screen and (max-width: 1080px) {
  #service .listing-advertisement .container .section .review_list {
    margin-top: 15px;
    padding: 0;
  }
}

#service .listing-advertisement .container .section .review_list .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .review_list .review {
    margin-bottom: 10px;
  }
}

#service .listing-advertisement .container .section .review_list .review:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#service .listing-advertisement .container .section .review_list .review:nth-of-type(even) .img {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .review_list .review:nth-of-type(even) .img {
    margin-left: 15px;
  }
}

#service .listing-advertisement .container .section .review_list .review:nth-of-type(even) .txt .review_detail::before {
  border-top: 12.5px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid #f2f6fa;
  left: auto;
  right: -40px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .review_list .review:nth-of-type(even) .txt .review_detail::before {
    right: -38px;
  }
}

#service .listing-advertisement .container .section .review_list .review:nth-of-type(even) .txt .review_detail::after {
  border-top: 10.4px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid #FFF;
  left: auto;
  right: -30px;
}

#service .listing-advertisement .container .section .review_list .review:last-of-type {
  margin-bottom: 0;
}

#service .listing-advertisement .container .section .review_list .review .img {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .review_list .review .img {
    margin-right: 20px;
    width: 65px;
  }
  #service .listing-advertisement .container .section .review_list .review .img img {
    width: 65px;
  }
}

#service .listing-advertisement .container .section .review_list .review .txt .review_detail {
  padding: 17px 20px 17px 24px;
  font-weight: 900;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .08em;
  color: #1f2f44;
  border: 4px solid #f2f6fa;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .review_list .review .txt .review_detail {
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.8;
    border: 3px solid #f2f6fa;
  }
}

#service .listing-advertisement .container .section .review_list .review .txt .review_detail::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12.5px solid transparent;
  border-right: 18px solid #f2f6fa;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .review_list .review .txt .review_detail::before {
    left: -38px;
  }
}

#service .listing-advertisement .container .section .review_list .review .txt .review_detail::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10.4px solid transparent;
  border-right: 15px solid #FFF;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#service .listing-advertisement .container .section .service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 42px;
  padding: 0 75px;
}

@media screen and (max-width: 1080px) {
  #service .listing-advertisement .container .section .service_list {
    padding: 0;
    margin-top: 30px;
  }
}

#service .listing-advertisement .container .section .service_list .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .service_list .service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60%;
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 500px) {
  #service .listing-advertisement .container .section .service_list .service {
    width: 80%;
  }
}

#service .listing-advertisement .container .section .service_list .service:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .service_list .service:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .listing-advertisement .container .section .service_list .service:nth-of-type(even) .img {
  margin-left: 45px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .service_list .service:nth-of-type(even) .img {
    margin: 0 auto 20px;
  }
}

#service .listing-advertisement .container .section .service_list .service:nth-of-type(even) .txt .service_detail::before {
  border-top: 12.5px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid #f2f6fa;
  left: auto;
  right: -40px;
}

#service .listing-advertisement .container .section .service_list .service:nth-of-type(even) .txt .service_detail::after {
  border-top: 10.4px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid #FFF;
  left: auto;
  right: -30px;
}

#service .listing-advertisement .container .section .service_list .service:last-of-type {
  margin-bottom: 0;
}

#service .listing-advertisement .container .section .service_list .service .img {
  margin-right: 45px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .service_list .service .img {
    text-align: center;
    width: 50%;
    margin: 0 auto 20px;
  }
  #service .listing-advertisement .container .section .service_list .service .img img {
    width: 100%;
  }
}

#service .listing-advertisement .container .section .service_list .service .txt .service_ttl {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .service_list .service .txt .service_ttl {
    text-align: center;
    font-size: 14px;
  }
}

#service .listing-advertisement .container .section .service_list .service .txt .service_detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .service_list .service .txt .service_detail {
    font-size: 12px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

#service .listing-advertisement .container .section .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .work_list {
    padding-top: 11px;
    padding-bottom: 15px;
  }
}

#service .listing-advertisement .container .section .work_list .work {
  width: calc((99.9% / 3) - (40px / 3));
  margin-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .work_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }
}

#service .listing-advertisement .container .section .work_list .work:last-of-type {
  margin-right: 0;
}

#service .listing-advertisement .container .section .work_list .work .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .work_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#service .listing-advertisement .container .section .work_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#service .listing-advertisement .container .section .work_list .work .txt {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .work_list .work .txt {
    padding-left: 0;
    margin-left: 17px;
  }
}

#service .listing-advertisement .container .section .work_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .work_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#service .listing-advertisement .container .section .work_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .work_list .work .txt .work_ttl .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}

#service .listing-advertisement .container .section .work_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .work_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#service .listing-advertisement .container .section .work_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section .work_list .work .txt .detail_btn {
    left: 50%;
  }
}

#service .listing-advertisement .container .section .work_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .listing-advertisement .container .section .work_list .work:hover {
  opacity: 1;
}

#service .listing-advertisement .container .section .work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .listing-advertisement .container .section .more_btn {
  text-align: center;
}

#service .listing-advertisement .container .section.sec02 {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #service .listing-advertisement .container .section.sec02 {
    margin-bottom: 30px;
  }
}

#service .lp-production .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 1500px) {
  #service .lp-production .container {
    max-width: 1000px;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  #service .lp-production .container {
    max-width: 1100px;
    padding: 45px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #service .lp-production .container {
    width: 92%;
    padding: 20px 0 0;
  }
}

#service .lp-production .container .page_ttl {
  padding-bottom: 60px;
}

#service .lp-production .container .section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section {
    margin-bottom: 25px;
  }
}

#service .lp-production .container .section .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .detail {
    font-size: 12px;
    margin-bottom: 17px;
  }
}

#service .lp-production .container .section .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#service .lp-production .container .section .flexbox .txt_box {
  margin-top: 75px;
}

@media screen and (max-width: 1080px) {
  #service .lp-production .container .section .flexbox .txt_box {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .flexbox .txt_box {
    margin-top: 0;
  }
}

#service .lp-production .container .section .flexbox .img_box {
  margin-top: 32px;
}

@media screen and (max-width: 1080px) {
  #service .lp-production .container .section .flexbox .img_box {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .flexbox .img_box {
    margin-top: 0;
    width: 50%;
  }
  #service .lp-production .container .section .flexbox .img_box img {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  #service .lp-production .container .section .flexbox .img_box {
    width: 80%;
  }
}

#service .lp-production .container .section .review_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 42px;
  padding: 0 65px;
}

@media screen and (max-width: 1080px) {
  #service .lp-production .container .section .review_list {
    margin-top: 15px;
    padding: 0;
  }
}

#service .lp-production .container .section .review_list .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .review_list .review {
    margin-bottom: 10px;
  }
}

#service .lp-production .container .section .review_list .review:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#service .lp-production .container .section .review_list .review:nth-of-type(even) .img {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .review_list .review:nth-of-type(even) .img {
    margin-left: 15px;
  }
}

#service .lp-production .container .section .review_list .review:nth-of-type(even) .txt .review_detail::before {
  border-top: 12.5px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid #f2f6fa;
  left: auto;
  right: -40px;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .review_list .review:nth-of-type(even) .txt .review_detail::before {
    right: -38px;
  }
}

#service .lp-production .container .section .review_list .review:nth-of-type(even) .txt .review_detail::after {
  border-top: 10.4px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid #FFF;
  left: auto;
  right: -30px;
}

#service .lp-production .container .section .review_list .review:last-of-type {
  margin-bottom: 0;
}

#service .lp-production .container .section .review_list .review .img {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .review_list .review .img {
    margin-right: 20px;
    width: 65px;
  }
  #service .lp-production .container .section .review_list .review .img img {
    width: 65px;
  }
}

#service .lp-production .container .section .review_list .review .txt .review_detail {
  padding: 17px 20px 17px 24px;
  font-weight: 900;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .08em;
  color: #1f2f44;
  border: 4px solid #f2f6fa;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .review_list .review .txt .review_detail {
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.8;
    border: 3px solid #f2f6fa;
  }
}

#service .lp-production .container .section .review_list .review .txt .review_detail::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12.5px solid transparent;
  border-right: 18px solid #f2f6fa;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .review_list .review .txt .review_detail::before {
    left: -38px;
  }
}

#service .lp-production .container .section .review_list .review .txt .review_detail::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10.4px solid transparent;
  border-right: 15px solid #FFF;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#service .lp-production .container .section .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#service .lp-production .container .section .menu_list .menu {
  width: calc((99.9% / 3) - (60px / 3));
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
  padding: 30px 25px 25px;
}

@media screen and (max-width: 1080px) {
  #service .lp-production .container .section .menu_list .menu {
    width: calc((99.9% / 2) - (60px / 2));
  }
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .menu_list .menu {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px 15px;
    margin-bottom: 15px;
  }
}

#service .lp-production .container .section .menu_list .menu:nth-of-type(3) {
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  #service .lp-production .container .section .menu_list .menu:nth-of-type(3) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .menu_list .menu:nth-of-type(3) {
    margin-right: 0;
  }
}

#service .lp-production .container .section .menu_list .menu .img {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .menu_list .menu .img {
    width: 25%;
    margin: 0 auto 15px;
  }
  #service .lp-production .container .section .menu_list .menu .img img {
    width: 100%;
  }
}

#service .lp-production .container .section .menu_list .menu .menu_ttl {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-top: -5px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .menu_list .menu .menu_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

#service .lp-production .container .section .menu_list .menu .menu_detail {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .menu_list .menu .menu_detail {
    font-size: 14px;
  }
}

#service .lp-production .container .section .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .work_list {
    padding-top: 11px;
    padding-bottom: 15px;
  }
}

#service .lp-production .container .section .work_list .work {
  width: calc((99.9% / 3) - (40px / 3));
  margin-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .work_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }
}

#service .lp-production .container .section .work_list .work:last-of-type {
  margin-right: 0;
}

#service .lp-production .container .section .work_list .work .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .work_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#service .lp-production .container .section .work_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#service .lp-production .container .section .work_list .work .txt {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .work_list .work .txt {
    padding-left: 0;
    margin-left: 17px;
  }
}

#service .lp-production .container .section .work_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .work_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#service .lp-production .container .section .work_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .work_list .work .txt .work_ttl .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}

#service .lp-production .container .section .work_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .work_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#service .lp-production .container .section .work_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section .work_list .work .txt .detail_btn {
    left: 50%;
  }
}

#service .lp-production .container .section .work_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .lp-production .container .section .work_list .work:hover {
  opacity: 1;
}

#service .lp-production .container .section .work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .lp-production .container .section .more_btn {
  text-align: center;
}

#service .lp-production .container .section.sec02 {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #service .lp-production .container .section.sec02 {
    margin-bottom: 30px;
  }
}

#service .recruitment-site-production .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 1500px) {
  #service .recruitment-site-production .container {
    max-width: 1000px;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  #service .recruitment-site-production .container {
    max-width: 1100px;
    padding: 45px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container {
    width: 92%;
    padding: 20px 0 0;
  }
}

#service .recruitment-site-production .container .section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section {
    margin-bottom: 25px;
  }
}

#service .recruitment-site-production .container .section .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .detail {
    font-size: 12px;
    margin-bottom: 17px;
  }
}

#service .recruitment-site-production .container .section .review_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 42px;
  padding: 0 65px;
}

@media screen and (max-width: 1080px) {
  #service .recruitment-site-production .container .section .review_list {
    margin-top: 15px;
    padding: 0;
  }
}

#service .recruitment-site-production .container .section .review_list .review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .review_list .review {
    margin-bottom: 10px;
  }
}

#service .recruitment-site-production .container .section .review_list .review:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#service .recruitment-site-production .container .section .review_list .review:nth-of-type(even) .img {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .review_list .review:nth-of-type(even) .img {
    margin-left: 15px;
  }
}

#service .recruitment-site-production .container .section .review_list .review:nth-of-type(even) .txt .review_detail::before {
  border-top: 12.5px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid #f2f6fa;
  left: auto;
  right: -40px;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .review_list .review:nth-of-type(even) .txt .review_detail::before {
    right: -38px;
  }
}

#service .recruitment-site-production .container .section .review_list .review:nth-of-type(even) .txt .review_detail::after {
  border-top: 10.4px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid #FFF;
  left: auto;
  right: -30px;
}

#service .recruitment-site-production .container .section .review_list .review:last-of-type {
  margin-bottom: 0;
}

#service .recruitment-site-production .container .section .review_list .review .img {
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .review_list .review .img {
    margin-right: 20px;
    width: 65px;
  }
  #service .recruitment-site-production .container .section .review_list .review .img img {
    width: 65px;
  }
}

#service .recruitment-site-production .container .section .review_list .review .txt .review_detail {
  padding: 17px 20px 17px 24px;
  font-weight: 900;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .08em;
  color: #1f2f44;
  border: 4px solid #f2f6fa;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .review_list .review .txt .review_detail {
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.8;
    border: 3px solid #f2f6fa;
  }
}

#service .recruitment-site-production .container .section .review_list .review .txt .review_detail::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 12.5px solid transparent;
  border-right: 18px solid #f2f6fa;
  border-bottom: 12.5px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .review_list .review .txt .review_detail::before {
    left: -38px;
  }
}

#service .recruitment-site-production .container .section .review_list .review .txt .review_detail::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10.4px solid transparent;
  border-right: 15px solid #FFF;
  border-bottom: 10.4px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#service .recruitment-site-production .container .section .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#service .recruitment-site-production .container .section .menu_list .menu {
  width: calc((99.9% / 3) - (60px / 3));
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #e4e4e4;
  padding: 30px 25px 25px;
}

@media screen and (max-width: 1080px) {
  #service .recruitment-site-production .container .section .menu_list .menu {
    width: calc((99.9% / 2) - (60px / 2));
  }
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .menu_list .menu {
    width: 100%;
    margin-right: 0;
    padding: 20px 15px 15px;
    margin-bottom: 15px;
  }
}

#service .recruitment-site-production .container .section .menu_list .menu:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1080px) {
  #service .recruitment-site-production .container .section .menu_list .menu:nth-of-type(3n) {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .menu_list .menu:nth-of-type(3n) {
    margin-right: 0;
  }
}

#service .recruitment-site-production .container .section .menu_list .menu:nth-of-type(3) .img {
  margin-right: -40px;
}

#service .recruitment-site-production .container .section .menu_list .menu .img {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .menu_list .menu .img {
    height: 120px;
    margin: 0 auto 15px;
  }
  #service .recruitment-site-production .container .section .menu_list .menu .img img {
    height: 100%;
  }
}

#service .recruitment-site-production .container .section .menu_list .menu .menu_ttl {
  font-weight: 900;
  font-size: 20px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .menu_list .menu .menu_ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

#service .recruitment-site-production .container .section .menu_list .menu .menu_detail {
  font-size: 16px;
  line-height: 1.7;
  color: #666666;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .menu_list .menu .menu_detail {
    font-size: 14px;
  }
}

#service .recruitment-site-production .container .section .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .work_list {
    padding-top: 11px;
    padding-bottom: 15px;
  }
}

#service .recruitment-site-production .container .section .work_list .work {
  width: calc((99.9% / 3) - (40px / 3));
  margin-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .work_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }
}

#service .recruitment-site-production .container .section .work_list .work:last-of-type {
  margin-right: 0;
}

#service .recruitment-site-production .container .section .work_list .work .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .work_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#service .recruitment-site-production .container .section .work_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#service .recruitment-site-production .container .section .work_list .work .txt {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .work_list .work .txt {
    padding-left: 0;
    margin-left: 17px;
  }
}

#service .recruitment-site-production .container .section .work_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .work_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#service .recruitment-site-production .container .section .work_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .work_list .work .txt .work_ttl .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}

#service .recruitment-site-production .container .section .work_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .work_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#service .recruitment-site-production .container .section .work_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section .work_list .work .txt .detail_btn {
    left: 50%;
  }
}

#service .recruitment-site-production .container .section .work_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .recruitment-site-production .container .section .work_list .work:hover {
  opacity: 1;
}

#service .recruitment-site-production .container .section .work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .recruitment-site-production .container .section .more_btn {
  text-align: center;
}

#service .recruitment-site-production .container .section.sec02 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section.sec02 {
    margin-bottom: 30px;
  }
}

#service .recruitment-site-production .container .section.sec06 {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section.sec06 {
    font-size: 12px;
  }
}

#service .recruitment-site-production .container .section.sec06 .detail {
  margin-bottom: 20px;
}

#service .recruitment-site-production .container .section.sec06 div {
  border: 1px solid #eee;
  padding: 10px 20px;
}

#service .recruitment-site-production .container .section.sec06 div a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section.sec06 div img {
    width: 100%;
  }
}

#service .recruitment-site-production .container .section.sec06 h3 {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #service .recruitment-site-production .container .section.sec06 h3 {
    font-size: 12px;
  }
}

#service .brochure-production .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 1500px) {
  #service .brochure-production .container {
    max-width: 1000px;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  #service .brochure-production .container {
    max-width: 1100px;
    padding: 45px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #service .brochure-production .container {
    width: 92%;
    padding: 20px 0 0;
  }
}

#service .brochure-production .container .section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  #service .brochure-production .container .section {
    margin-bottom: 25px;
  }
}

#service .brochure-production .container .section .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  margin-bottom: 34px;
}

@media screen and (max-width: 768px) {
  #service .brochure-production .container .section .detail {
    font-size: 12px;
    margin-bottom: 17px;
  }
}

#service .brochure-production .container .section .img_box {
  text-align: center;
}

#service .brochure-production .container .section .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 22px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .brochure-production .container .section .work_list {
    padding-top: 11px;
    padding-bottom: 15px;
  }
}

#service .brochure-production .container .section .work_list .work {
  width: calc((99.9% / 3) - (40px / 3));
  margin-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .brochure-production .container .section .work_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }
}

#service .brochure-production .container .section .work_list .work:last-of-type {
  margin-right: 0;
}

#service .brochure-production .container .section .work_list .work .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #service .brochure-production .container .section .work_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#service .brochure-production .container .section .work_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#service .brochure-production .container .section .work_list .work .txt {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #service .brochure-production .container .section .work_list .work .txt {
    padding-left: 0;
    margin-left: 17px;
  }
}

#service .brochure-production .container .section .work_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #service .brochure-production .container .section .work_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#service .brochure-production .container .section .work_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #service .brochure-production .container .section .work_list .work .txt .work_ttl .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}

#service .brochure-production .container .section .work_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #service .brochure-production .container .section .work_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#service .brochure-production .container .section .work_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .brochure-production .container .section .work_list .work .txt .detail_btn {
    left: 50%;
  }
}

#service .brochure-production .container .section .work_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .brochure-production .container .section .work_list .work:hover {
  opacity: 1;
}

#service .brochure-production .container .section .work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .brochure-production .container .section .more_btn {
  text-align: center;
}

#service .brochure-production .container .section.sec01 {
  margin-bottom: 70px;
}

#service .reasons_chosen .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 45px;
}

@media screen and (max-width: 1500px) {
  #service .reasons_chosen .container {
    max-width: 1000px;
    padding: 45px 0 0;
  }
}

@media screen and (max-width: 1100px) {
  #service .reasons_chosen .container {
    max-width: 1100px;
    padding: 45px 50px 0;
  }
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container {
    width: 92%;
    padding: 20px 0 0;
  }
}

#service .reasons_chosen .container .section {
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section {
    margin-bottom: 25px;
  }
}

#service .reasons_chosen .container .section .p {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .p {
    font-size: 12px;
  }
}

#service .reasons_chosen .container .section .works_list_ttl {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.5;
  color: #1f2f44;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .works_list_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

#service .reasons_chosen .container .section .flexbox {
  height: 450px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}

#service .reasons_chosen .container .section .flexbox .txt_box {
  background-color: #1f2f44;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 28px;
  position: absolute;
  bottom: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .flexbox .txt_box {
    padding: 6%;
    position: static;
  }
}

#service .reasons_chosen .container .section .flexbox .txt_box > .ttl {
  font-weight: 900;
  font-size: 26px;
  letter-spacing: .05em;
  color: #FFF;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .flexbox .txt_box > .ttl {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

#service .reasons_chosen .container .section .flexbox .txt_box > .detail {
  font-weight: normal;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .flexbox .txt_box > .detail {
    font-size: 12px;
  }
}

#service .reasons_chosen .container .section .flexbox .img_box {
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .flexbox .img_box {
    position: static;
  }
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .flexbox .img_box > .img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .flexbox .img_box > .img > img {
    width: 100%;
  }
}

#service .reasons_chosen .container .section .work_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .work_list {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}

#service .reasons_chosen .container .section .work_list .work {
  width: calc((99.9% / 3) - (40px / 3));
  margin-right: 20px;
  padding-bottom: 20px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .work_list .work {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 0;
  }
}

#service .reasons_chosen .container .section .work_list .work:last-of-type {
  margin-right: 0;
}

#service .reasons_chosen .container .section .work_list .work .img {
  margin-bottom: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .work_list .work .img {
    margin-bottom: 0;
    width: 47.8%;
  }
}

#service .reasons_chosen .container .section .work_list .work .img img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#service .reasons_chosen .container .section .work_list .work .txt {
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .work_list .work .txt {
    padding-left: 0;
    margin-left: 17px;
  }
}

#service .reasons_chosen .container .section .work_list .work .txt .work_ttl {
  color: #1f2f44;
  margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .work_list .work .txt .work_ttl {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#service .reasons_chosen .container .section .work_list .work .txt .work_ttl .jp {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .work_list .work .txt .work_ttl .jp {
    font-size: 16px;
    line-height: 1.5;
  }
}

#service .reasons_chosen .container .section .work_list .work .txt .work_ttl .en {
  font-family: 'Ropa Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  display: block;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .work_list .work .txt .work_ttl .en {
    font-size: 11px;
  }
}

#service .reasons_chosen .container .section .work_list .work .txt .detail_btn {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: .1em;
  color: #666666;
  position: relative;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section .work_list .work .txt .detail_btn {
    left: 50%;
  }
}

#service .reasons_chosen .container .section .work_list .work .txt .detail_btn::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

#service .reasons_chosen .container .section .work_list .work:hover {
  opacity: 1;
}

#service .reasons_chosen .container .section .work_list .work:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#service .reasons_chosen .container .section .more_btn {
  text-align: center;
}

#service .reasons_chosen .container .section.sec02, #service .reasons_chosen .container .section.sec03, #service .reasons_chosen .container .section.sec04, #service .reasons_chosen .container .section.sec05, #service .reasons_chosen .container .section.sec06 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec02, #service .reasons_chosen .container .section.sec03, #service .reasons_chosen .container .section.sec04, #service .reasons_chosen .container .section.sec05, #service .reasons_chosen .container .section.sec06 {
    margin-bottom: 6%;
  }
}

#service .reasons_chosen .container .section.sec02::after, #service .reasons_chosen .container .section.sec03::after, #service .reasons_chosen .container .section.sec04::after, #service .reasons_chosen .container .section.sec05::after, #service .reasons_chosen .container .section.sec06::after {
  content: '';
  display: block;
  background-color: #f2f6fa;
  width: calc(100vw - 100px);
  height: 450px;
  position: absolute;
  top: 50px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec02::after, #service .reasons_chosen .container .section.sec03::after, #service .reasons_chosen .container .section.sec04::after, #service .reasons_chosen .container .section.sec05::after, #service .reasons_chosen .container .section.sec06::after {
    width: 100vw;
    top: 50%;
    height: 106%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

#service .reasons_chosen .container .section.sec02::after, #service .reasons_chosen .container .section.sec04::after, #service .reasons_chosen .container .section.sec06::after {
  left: calc((-100vw + 1000px) / 2);
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec02::after, #service .reasons_chosen .container .section.sec04::after, #service .reasons_chosen .container .section.sec06::after {
    left: -4%;
  }
}

#service .reasons_chosen .container .section.sec02 .flexbox .txt_box, #service .reasons_chosen .container .section.sec04 .flexbox .txt_box, #service .reasons_chosen .container .section.sec06 .flexbox .txt_box {
  left: -100px;
}

@media screen and (max-width: 1280px) {
  #service .reasons_chosen .container .section.sec02 .flexbox .txt_box, #service .reasons_chosen .container .section.sec04 .flexbox .txt_box, #service .reasons_chosen .container .section.sec06 .flexbox .txt_box {
    left: 0;
  }
}

#service .reasons_chosen .container .section.sec02 .flexbox .img_box, #service .reasons_chosen .container .section.sec04 .flexbox .img_box, #service .reasons_chosen .container .section.sec06 .flexbox .img_box {
  right: 0;
}

#service .reasons_chosen .container .section.sec03::after, #service .reasons_chosen .container .section.sec05::after {
  right: calc((-100vw + 1000px) / 2);
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec03::after, #service .reasons_chosen .container .section.sec05::after {
    right: auto;
    left: -4%;
  }
}

#service .reasons_chosen .container .section.sec03 .flexbox .img_box, #service .reasons_chosen .container .section.sec05 .flexbox .img_box {
  left: 0;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec02 {
    padding-top: 3%;
  }
}

#service .reasons_chosen .container .section.sec02 .flexbox .txt_box {
  width: 500px;
  height: 300px;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec02 .flexbox .txt_box {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec03 {
    margin-bottom: -1%;
  }
}

#service .reasons_chosen .container .section.sec03 .flexbox .txt_box {
  width: 640px;
  height: 300px;
  right: -100px;
}

@media screen and (max-width: 1280px) {
  #service .reasons_chosen .container .section.sec03 .flexbox .txt_box {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec03 .flexbox .txt_box {
    width: 100%;
    height: auto;
  }
}

#service .reasons_chosen .container .section.sec04::after {
  height: 511px;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec04::after {
    height: 112%;
  }
}

#service .reasons_chosen .container .section.sec04 .flexbox {
  height: 511px;
}

#service .reasons_chosen .container .section.sec04 .flexbox .txt_box {
  width: 600px;
  height: 360px;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec04 .flexbox .txt_box {
    width: 100%;
    height: auto;
  }
}

#service .reasons_chosen .container .section.sec05 .flexbox .txt_box {
  width: 600px;
  height: 300px;
  right: -50px;
}

@media screen and (max-width: 1280px) {
  #service .reasons_chosen .container .section.sec05 .flexbox .txt_box {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec05 .flexbox .txt_box {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec06 {
    margin-bottom: 50px;
    padding-bottom: 3%;
  }
}

#service .reasons_chosen .container .section.sec06 .flexbox .txt_box {
  width: 600px;
  height: 300px;
}

@media screen and (max-width: 768px) {
  #service .reasons_chosen .container .section.sec06 .flexbox .txt_box {
    width: 100%;
    height: auto;
  }
}

/* ======================================================================
  solve
====================================================================== */
#solve {
  padding-top: 100px;
}

@media screen and (max-width: 1080px) {
  #solve {
    padding-top: 45px;
  }
}

#solve .solve_header {
  background-image: url(../img/service/service_heading.jpg);
}

@media screen and (max-width: 768px) {
  #solve .solve_header {
    background-image: url(../img/service/service_heading_sp.jpg);
  }
}

/* ======================================================================
  blog
====================================================================== */
#blog {
  padding-top: 100px;
}

@media screen and (max-width: 1080px) {
  #blog {
    padding-top: 45px;
  }
}

#blog .blog_header {
  background-image: url(../img/blog/blog_heading.jpg);
}

@media screen and (max-width: 768px) {
  #blog .blog_header {
    background-image: url(../img/blog/blog_heading_sp.jpg);
  }
}

/* ======================================================================
  company
====================================================================== */
#company {
  padding-top: 100px;
}

@media screen and (max-width: 1080px) {
  #company {
    padding-top: 45px;
  }
}

#company .company_header {
  background-image: url(../img/common/common_heading.jpg);
}

@media screen and (max-width: 768px) {
  #company .company_header {
    background-image: url(../img/common/common_heading_sp.jpg);
  }
}

#company .company_contents .section .container {
  max-width: 1000px;
  margin: 0 auto;
}

#company .company_contents .section .container .sec_ttl {
  font-weight: 900;
  font-size: 30px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 66px;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section .container .sec_ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {
  #company .company_contents .section .container .sec_ttl {
    font-size: 18px;
  }
}

#company .company_contents .section .container .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  margin-bottom: 37px;
  width: 70%;
}

#company .company_contents .section .container .detail:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section .container .detail {
    font-size: 12px;
    margin-bottom: 18px;
    width: 100%;
  }
}

#company .company_contents .section.section01 {
  position: relative;
}

#company .company_contents .section.section01 .container {
  padding-top: 65px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section01 .container {
    text-align: left;
    padding-bottom: 22.5px;
    padding-top: 120px;
  }
}

@media screen and (max-width: 500px) {
  #company .company_contents .section.section01 .container {
    padding-top: 65px;
  }
}

#company .company_contents .section.section01 .container .sec_ttl {
  text-align: right;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section01 .container .sec_ttl {
    width: 58%;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
    margin-bottom: 135px;
    line-height: 1.3;
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  #company .company_contents .section.section01 .container .sec_ttl {
    margin-bottom: 80px;
    font-size: 18px;
  }
}

#company .company_contents .section.section01 .container .img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 1500px) {
  #company .company_contents .section.section01 .container .img {
    width: calc(((100vw - 1000px) / 2) + 400px);
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 1000px) {
  #company .company_contents .section.section01 .container .img {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section01 .container .img {
    height: 300px;
    width: auto;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 500px) {
  #company .company_contents .section.section01 .container .img {
    height: 190px;
  }
}

#company .company_contents .section.section01 .container .img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section01 .container .img img {
    width: auto;
    height: 100%;
  }
}

#company .company_contents .section.section01 .container .detail {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  #company .company_contents .section.section01 .container .detail {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section01 .container .detail {
    width: 100%;
  }
}

#company .company_contents .section.section02 .container {
  padding-top: 70px;
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section02 .container {
    padding-top: 22.5px;
    padding-bottom: 45px;
  }
}

#company .company_contents .section.section02 .container .sec_ttl {
  text-align: left;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section02 .container .sec_ttl {
    text-align: center;
    margin-bottom: 25px;
  }
}

#company .company_contents .section.section02 .container .img {
  position: absolute;
  top: 180px;
  right: -66px;
}

@media screen and (max-width: 1200px) {
  #company .company_contents .section.section02 .container .img {
    top: 50%;
    right: 50px;
    width: 35%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section02 .container .img {
    position: static;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 500px) {
  #company .company_contents .section.section02 .container .img {
    width: 47%;
  }
}

#company .company_contents .section.section02 .container .img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section02 .container .img img {
    text-align: center;
  }
}

#company .company_contents .section.section02 .container .detail {
  text-align: left;
}

@media screen and (max-width: 1200px) {
  #company .company_contents .section.section02 .container .detail {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section02 .container .detail {
    width: 100%;
  }
}

#company .company_contents .section.section02 .container .detail span {
  font-weight: 900;
  color: #1f2f44;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section02 .container .detail span {
    text-align: center;
    display: block;
  }
}

#company .company_contents .section.section03 {
  background: #f2f6fa;
}

#company .company_contents .section.section03 .container {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section03 .container {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

#company .company_contents .section.section03 .container .sec_ttl {
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section03 .container .sec_ttl {
    font-size: 22px;
    margin-bottom: 22.5px;
  }
}

@media screen and (max-width: 500px) {
  #company .company_contents .section.section03 .container .sec_ttl {
    font-size: 18px;
  }
}

#company .company_contents .section.section03 .container .company_table {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section03 .container .company_table {
    width: 100%;
  }
}

#company .company_contents .section.section03 .container .company_table tr {
  border-bottom: 1px solid #cccccc;
}

#company .company_contents .section.section03 .container .company_table tr:last-of-type {
  border-bottom: none;
}

#company .company_contents .section.section03 .container .company_table tr th {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  color: #1f2f44;
  padding: 14px 40px 15px 20px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section03 .container .company_table tr th {
    font-size: 12px;
    padding: 10px 15px 11px 10px;
    min-width: 105px;
  }
}

#company .company_contents .section.section03 .container .company_table tr td {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .1em;
  color: #1f2f44;
  padding: 14px 0 15px;
}

@media screen and (max-width: 768px) {
  #company .company_contents .section.section03 .container .company_table tr td {
    font-size: 12px;
    padding: 10px 0 11px;
  }
}

#company .company_contents .section.section03 .container .company_table tr td span {
  display: block;
  text-align: right;
}

/* ======================================================================
  contact
====================================================================== */
#contact {
  padding-top: 100px;
}

@media screen and (max-width: 1080px) {
  #contact {
    padding-top: 45px;
  }
}

#contact .contact_header {
  background-image: url(../img/common/common_heading.jpg);
}

@media screen and (max-width: 768px) {
  #contact .contact_header {
    background-image: url(../img/common/common_heading_sp.jpg);
  }
}

#contact .contact_contents .container {
  padding-top: 42px;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container {
    padding-top: 7px;
  }
}

#contact .contact_contents .container .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  margin-bottom: 72px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .detail {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 22px;
  }
}

#contact .contact_contents .container .mw_wp_form_confirm.policy_group {
  display: none;
}

#contact .contact_contents .container .contact_table {
  width: 750px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table tr {
    position: relative;
  }
}

#contact .contact_contents .container .contact_table tr:last-of-type th {
  vertical-align: top;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table tr:last-of-type th {
    padding-top: 0;
  }
}

#contact .contact_contents .container .contact_table tr:last-of-type td:first-of-type {
  vertical-align: top;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table tr:last-of-type td:first-of-type {
    padding-top: 0;
  }
}

#contact .contact_contents .container .contact_table tr:last-of-type td:last-of-type {
  padding-bottom: 0;
}

#contact .contact_contents .container .contact_table tr th {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .1em;
  color: #1f2f44;
  padding-right: 15px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table tr th {
    display: inline-block;
    font-size: 12px;
    padding-right: 0;
  }
}

#contact .contact_contents .container .contact_table tr td:first-of-type {
  padding-right: 22px;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table tr td:first-of-type {
    padding-right: 0;
    display: inline-block;
    float: right;
  }
}

#contact .contact_contents .container .contact_table tr td:first-of-type .required {
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .1em;
  color: #FFF;
  background: #1f2f44;
  padding: 3px 7px 3px 8px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table tr td:first-of-type .required {
    font-size: 9px;
    padding: 2px 7px 2px 7px;
  }
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) {
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table tr td:nth-of-type(2) {
    display: block;
    padding: 7.5px 0 16px;
  }
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) input,
#contact .contact_contents .container .contact_table tr td:nth-of-type(2) textarea,
#contact .contact_contents .container .contact_table tr td:nth-of-type(2) select {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .1em;
  color: #1f2f44;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 16px 15px 15px 14px;
  width: 500px;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table tr td:nth-of-type(2) input,
  #contact .contact_contents .container .contact_table tr td:nth-of-type(2) textarea,
  #contact .contact_contents .container .contact_table tr td:nth-of-type(2) select {
    font-size: 12px;
    padding: 12px 10px 12px 9px;
    width: 100%;
  }
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) input::-webkit-input-placeholder,
#contact .contact_contents .container .contact_table tr td:nth-of-type(2) textarea::-webkit-input-placeholder,
#contact .contact_contents .container .contact_table tr td:nth-of-type(2) select::-webkit-input-placeholder {
  color: #999999;
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) input:-ms-input-placeholder,
#contact .contact_contents .container .contact_table tr td:nth-of-type(2) textarea:-ms-input-placeholder,
#contact .contact_contents .container .contact_table tr td:nth-of-type(2) select:-ms-input-placeholder {
  color: #999999;
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) input::-ms-input-placeholder,
#contact .contact_contents .container .contact_table tr td:nth-of-type(2) textarea::-ms-input-placeholder,
#contact .contact_contents .container .contact_table tr td:nth-of-type(2) select::-ms-input-placeholder {
  color: #999999;
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) input::placeholder,
#contact .contact_contents .container .contact_table tr td:nth-of-type(2) textarea::placeholder,
#contact .contact_contents .container .contact_table tr td:nth-of-type(2) select::placeholder {
  color: #999999;
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) input:focus,
#contact .contact_contents .container .contact_table tr td:nth-of-type(2) textarea:focus,
#contact .contact_contents .container .contact_table tr td:nth-of-type(2) select:focus {
  border: 1px solid #1f2f44;
  outline: 0;
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) textarea {
  height: 300px;
  resize: none;
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) select::-ms-expand {
  display: none;
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) .select_label {
  position: relative;
  width: 500px;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table tr td:nth-of-type(2) .select_label {
    width: 100%;
  }
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) .select_label::before {
  content: '';
  display: inline-block;
  width: 8.5px;
  height: 1px;
  background: #999999;
  position: absolute;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table tr td:nth-of-type(2) .select_label::before {
    width: 6.3px;
    right: 19px;
  }
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) .select_label::after {
  content: '';
  display: inline-block;
  width: 8.5px;
  height: 1px;
  background: #999999;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table tr td:nth-of-type(2) .select_label::after {
    width: 6.3px;
  }
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) .select_label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 15px 15px 14px;
  color: #999999;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .contact_table tr td:nth-of-type(2) .select_label select {
    padding: 12px 10px 12px 9px;
  }
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) .select_label select.selected {
  color: #1f2f44;
}

#contact .contact_contents .container .contact_table tr td:nth-of-type(2) .select_label select option:first-child {
  display: none;
}

#contact .contact_contents .container .policy_group {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .policy_group {
    font-size: 12px;
  }
}

#contact .contact_contents .container .policy_group input[type="checkbox"] {
  position: relative;
  left: 22px;
  top: 4px;
  opacity: 0;
}

#contact .contact_contents .container .policy_group input[type="checkbox"]:checked + .checkbox_label::after {
  background: #1f2f44;
}

#contact .contact_contents .container .policy_group .checkbox_label {
  padding-left: 33px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .policy_group .checkbox_label {
    padding-left: 25px;
  }
}

#contact .contact_contents .container .policy_group .checkbox_label::before {
  content: '';
  display: inline-block;
  border: 2px solid #1f2f44;
  width: 23px;
  height: 23px;
  border-radius: 100px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .policy_group .checkbox_label::before {
    width: 17px;
    height: 17px;
    margin-right: 6px;
  }
}

#contact .contact_contents .container .policy_group .checkbox_label::after {
  content: '';
  display: inline-block;
  background: transparent;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  margin-right: 10px;
  position: absolute;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .policy_group .checkbox_label::after {
    width: 7px;
    height: 7px;
    margin-right: 6px;
    left: 5px;
  }
}

#contact .contact_contents .container .policy_group a {
  position: relative;
  color: #1f2f44;
  text-decoration: underline;
}

#contact .contact_contents .container .confirmation_btn {
  text-align: center;
  margin-bottom: 85px;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .confirmation_btn {
    margin-bottom: 75px;
  }
}

#contact .contact_contents .container .confirmation_btn input[type="submit"] {
  display: inline-block;
  padding: 16px 0;
  width: 270px;
  background: #1f2f44;
  color: #FFF;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .1em;
  text-align: center;
  border: 2px solid #1f2f44;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .confirmation_btn input[type="submit"] {
    padding: 16px 0;
    width: 100%;
    font-size: 15px;
  }
}

#contact .contact_contents .container .confirmation_btn input[type="submit"][name="submitBack"] {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .confirmation_btn input[type="submit"][name="submitBack"] {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

#contact .contact_contents .container .confirmation_btn input[type="submit"]:hover {
  background: #FFF;
  color: #1f2f44;
  opacity: 1;
}

#contact .contact_contents .container .mw_wp_form.mw_wp_form_confirm .contact_table tr:last-of-type th {
  vertical-align: middle;
  padding-top: 0;
  padding: 15px 15px 15px 0;
}

#contact .contact_contents .container .mw_wp_form.mw_wp_form_confirm .contact_table tr:last-of-type td:last-of-type {
  padding-bottom: 10px;
  vertical-align: middle;
}

#contact .contact_contents .container .mw_wp_form.mw_wp_form_confirm .contact_table tr th {
  padding: 15px 15px 15px 0;
}

#contact .contact_contents .container .mw_wp_form.mw_wp_form_confirm .contact_table tr td {
  color: #1f2f44;
}

@media screen and (max-width: 768px) {
  #contact .contact_contents .container .mw_wp_form.mw_wp_form_confirm .contact_table tr td {
    font-size: 14px;
  }
}

#contact .contact_contents .container .mw_wp_form.mw_wp_form_confirm .contact_table tr td:first-of-type {
  display: none;
}

#contact .contact_contents .container .mw_wp_form.mw_wp_form_confirm .contact_table .select_label::before {
  display: none;
}

#contact .contact_contents .container .mw_wp_form.mw_wp_form_confirm .contact_table .select_label::after {
  display: none;
}

/* ======================================================================
  privacy_policy
====================================================================== */
#privacy_policy {
  padding-top: 100px;
}

@media screen and (max-width: 1080px) {
  #privacy_policy {
    padding-top: 45px;
  }
}

#privacy_policy .privacy_policy_header {
  background-image: url(../img/common/common_heading.jpg);
}

@media screen and (max-width: 768px) {
  #privacy_policy .privacy_policy_header {
    background-image: url(../img/common/common_heading_sp.jpg);
  }
}

#privacy_policy .privacy_policy_contents .container {
  padding-top: 47px;
  padding-bottom: 92px;
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1080px) {
  #privacy_policy .privacy_policy_contents .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  #privacy_policy .privacy_policy_contents .container {
    padding: 15px 0 35px;
  }
}

#privacy_policy .privacy_policy_contents .container .detail {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  #privacy_policy .privacy_policy_contents .container .detail {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

#privacy_policy .privacy_policy_contents .container .detail a {
  text-decoration: underline;
  color: #666666;
}

#privacy_policy .privacy_policy_contents .container .sec_ttl {
  text-align: left;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: .1em;
  color: #1f2f44;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  #privacy_policy .privacy_policy_contents .container .sec_ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

#privacy_policy .privacy_policy_contents .container .signature {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #666666;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #privacy_policy .privacy_policy_contents .container .signature {
    font-size: 12px;
  }
}

/* ======================================================================
  sitemap
====================================================================== */
#sitemap {
  padding-top: 100px;
}

@media screen and (max-width: 1080px) {
  #sitemap {
    padding-top: 45px;
  }
}

#sitemap .sitemap_header {
  background-image: url(../img/common/common_heading.jpg);
}

@media screen and (max-width: 768px) {
  #sitemap .sitemap_header {
    background-image: url(../img/common/common_heading_sp.jpg);
  }
}

#sitemap .sitemap_contents .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 47px;
  padding-bottom: 77px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 1080px) {
  #sitemap .sitemap_contents .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  #sitemap .sitemap_contents .container {
    padding: 10px 0 30px;
  }
}

#sitemap .sitemap_contents .container ul {
  list-style-type: disc;
  margin-left: 40px;
}

#sitemap .sitemap_contents .container ul.children a {
  font-weight: 400;
}

#sitemap .sitemap_contents .container li {
  color: #1f2f44;
}

#sitemap .sitemap_contents .container a {
  font-weight: 900;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  color: #1f2f44;
}

@media screen and (max-width: 768px) {
  #sitemap .sitemap_contents .container a {
    font-size: 12px;
  }
}

/* ======================================================================
  plan
====================================================================== */
#plan {
  padding-top: 100px;
}

@media screen and (max-width: 1080px) {
  #plan {
    padding-top: 45px;
  }
}

#plan .plan_header {
  background-image: url(../img/common/common_heading.jpg);
}

@media screen and (max-width: 768px) {
  #plan .plan_header {
    background-image: url(../img/common/common_heading_sp.jpg);
  }
}

#plan .plan_contents .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 47px;
  padding-bottom: 77px;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.5;
}

@media screen and (max-width: 1080px) {
  #plan .plan_contents .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  #plan .plan_contents .container {
    padding: 10px 0 30px;
  }
}

#plan .plan_contents .container .plan_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #plan .plan_contents .container .plan_menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#plan .plan_contents .container .plan_menu a {
  -webkit-transition: .3s;
  transition: .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #1f2f44;
  border: 1px solid #e0e0e0;
  font-weight: 900;
  font-size: 16px;
  padding: 0 20px;
  height: 46px;
  border-radius: 23px;
  margin: 0 10px 20px;
}

@media screen and (max-width: 768px) {
  #plan .plan_contents .container .plan_menu a {
    text-align: center;
    line-height: 1.3;
    font-size: 14px;
    margin: 0 0 2%;
    width: 49%;
    height: 40px;
  }
}

#plan .plan_contents .container .plan_menu a:hover {
  opacity: 1;
  color: #FFF;
  background: #1f2f44;
  border: none;
}

.plan_box {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .plan_box {
    padding-top: 15%;
  }
}

@media screen and (max-width: 768px) {
  .plan_box .scroll {
    overflow-x: scroll;
  }
}

.plan_box .scroll table {
  width: 100%;
  table-layout: fixed;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .plan_box .scroll table {
    width: 200%;
    font-size: 14px;
  }
}

.plan_box .scroll table thead th {
  color: #1f2f44;
  background: #f7f7f7;
  height: 98px;
}

.plan_box .scroll table thead th.c01 {
  background: #e1d7d7;
}

.plan_box .scroll table thead th.c02 {
  background: #f1e5ca;
}

.plan_box .scroll table thead th.c03 {
  background: #c5dfe5;
}

.plan_box .scroll table thead th.c04 {
  background: #e2d9eb;
}

.plan_box .scroll table thead th.c05 {
  background: #d7e1d9;
}

.plan_box .scroll table tbody th {
  background: #1f2f44;
  color: #FFF;
}

.plan_box .scroll table tbody td {
  background: #ececec;
  height: 68px;
  padding: 20px;
}

.plan_box .scroll table tbody td:nth-child(2n) {
  background: #f7f7f7;
}

.plan_box .scroll table tbody td.price {
  height: 98px;
}

.plan_box .scroll table tbody td.sample {
  text-align: left;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .plan_box .scroll table tbody td.sample {
    font-size: 12px;
  }
}

.plan_box .scroll table tbody td span {
  font-size: 30px;
}

.plan_ttl {
  color: #1f2f44;
  text-align: center;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .plan_ttl {
    font-size: 24px;
    margin-bottom: 5%;
  }
}
