@charset "UTF-8";
/*----------------------------------------
viewport
----------------------------------------*/
/*----------------------------------------
font family
----------------------------------------*/
/*----------------------------------------
color
----------------------------------------*/
/*----------------------------------------
icon
----------------------------------------*/
/*----------------------------------------
btn
----------------------------------------*/
.more {
  position: relative;
  display: block;
  width: 180px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto;
  background: #0e3476;
  border: 1px solid #0e3476;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more::after {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e801";
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.more:hover {
  color: #0e3476;
  background: #fff;
}
.more:hover::after {
  right: 10px;
}

.back {
  position: relative;
  display: block;
  width: 180px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  background: #0e3476;
  border: 1px solid #0e3476;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.back::after {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e801";
  left: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.back:hover {
  color: #0e3476;
  background: #fff;
}
.back:hover::after {
  left: 10px;
}

/*--------------------------
content
---------------------------*/
article {
  padding: 90px 0 0;
}
@media only screen and (max-width: 1170px) {
  article {
    padding: 70px 0 0;
  }
}
article #main_visual .main_visual_inner {
  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;
  width: 100%;
  height: 320px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 1170px) {
  article #main_visual .main_visual_inner {
    height: 280px;
  }
}
@media only screen and (max-width: 560px) {
  article #main_visual .main_visual_inner {
    height: 150px;
  }
}
article #main_visual .main_visual_inner .title_box {
  text-align: center;
}
article #main_visual .main_visual_inner .title_box h1 {
  font-size: 48px;
  font-family: "Jost", sans-serif;
  font-weight: 200;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 20px;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 1170px) {
  article #main_visual .main_visual_inner .title_box h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 560px) {
  article #main_visual .main_visual_inner .title_box h1 {
    font-size: 24px;
    margin: 0 0 15px;
  }
}
article #main_visual .main_visual_inner .title_box span {
  display: block;
  font-size: 16px;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
article #main_visual .breadcrumb {
  padding: 10px 5%;
}
article #main_visual .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
article #main_visual .breadcrumb ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 18px 0 0;
}
@media only screen and (max-width: 560px) {
  article #main_visual .breadcrumb ul li {
    font-size: 12px;
  }
}
article #main_visual .breadcrumb ul li::after {
  position: absolute;
  content: ">";
  right: -12px;
}
article #main_visual .breadcrumb ul li:last-child::after {
  content: none;
}
article #main_visual .breadcrumb ul li a {
  color: #333130;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
article #main_visual .breadcrumb ul li a:hover {
  color: #e60012;
}
article section .inner {
  width: 1170px;
  padding: 120px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  article section .inner {
    width: 90%;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 560px) {
  article section .inner {
    padding: 60px 0;
  }
}
article section.bg {
  background: #eef1fa;
}
article .section_title01 {
  position: relative;
  display: block;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 30px;
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1170px) {
  article .section_title01 {
    font-size: 28px;
    padding: 0 0 25px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 560px) {
  article .section_title01 {
    font-size: 24x;
    padding: 0 0 20px;
  }
}
article .section_title01::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 2px;
  left: calc(50% - 16.5px);
  bottom: 0;
  background: #e60012;
}
article .section_title02 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1170px) {
  article .section_title02 {
    font-size: 28px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 560px) {
  article .section_title02 {
    font-size: 24x;
  }
}
article .bd_title {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 5px;
  margin: 0 0 20px;
  border-bottom: 2px solid #d9d9d9;
}
@media only screen and (max-width: 1170px) {
  article .bd_title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 560px) {
  article .bd_title {
    font-size: 18px;
  }
}
article .bd_title::before {
  position: absolute;
  content: "";
  width: 66px;
  height: 2px;
  left: 0;
  bottom: -2px;
  background: #e60012;
}
article .sq_title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 0 25px;
  margin: 0 0 15px;
}
article .sq_title::before {
  position: absolute;
  content: "■";
  color: #0e3476;
  left: 0;
}
@media only screen and (max-width: 1170px) {
  article .sq_title {
    font-size: 20px;
    padding: 0 0 0 20px;
    margin: 0 0 12px;
  }
}
article .sq_sub_title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 0 22px;
  margin: 0 0 10px;
}
article .sq_sub_title::before {
  position: absolute;
  content: "■";
  color: #0e3476;
  left: 0;
}
@media only screen and (max-width: 1170px) {
  article .sq_sub_title {
    font-size: 18px;
    padding: 0 0 0 20px;
    margin: 0 0 8px;
  }
}
article table {
  width: 100%;
}
article table tr th, article table tr td {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  padding: 15px;
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 560px) {
  article table tr th, article table tr td {
    display: block;
    font-size: 14px;
  }
}
article table tr th {
  font-weight: 500;
  vertical-align: top;
  background: #eef1fa;
}
@media only screen and (max-width: 560px) {
  article table tr th {
    border-bottom: none;
  }
}
@media only screen and (max-width: 560px) {
  article table tr td {
    border-top: none;
    border-bottom: none;
  }
}
article table tr:last-child td {
  border-bottom: 1px solid #ebebeb;
}
article .accordion li {
  margin: 0 0 15px;
}
article .accordion li .accordion-click {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #0e3476;
  line-height: 1.4;
  padding: 15px 80px 15px 30px;
  background: #eef1fa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 1170px) {
  article .accordion li .accordion-click {
    font-size: 18px;
    padding: 10px 40px 10px 15px;
  }
}
article .accordion li .accordion-click::after {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f005";
  font-size: 28px;
  top: calc(50% - 16px);
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 1170px) {
  article .accordion li .accordion-click::after {
    font-size: 20px;
    top: calc(50% - 12px);
    right: 10px;
  }
}
article .accordion li .accordion-click span {
  font-size: 16px;
}
@media only screen and (max-width: 1170px) {
  article .accordion li .accordion-click span {
    font-size: 14px;
  }
}
article .accordion li .accordion-click.open {
  color: #fff;
  background: #e60012;
}
article .accordion li .accordion-click.open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
article .accordion li .accordion-click.open:hover {
  background: #e60012;
}
article .accordion li .accordion-click:hover {
  color: #fff;
  background: #0e3476;
}
article .accordion li .accordion-content {
  display: none;
  padding: 40px 0;
}
@media only screen and (max-width: 1170px) {
  article .accordion li .accordion-content {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 560px) {
  article .accordion li .accordion-content {
    padding: 20px 0;
  }
}
article .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
article .flex .left_box, article .flex .right_box {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 1170px) {
  article .flex .left_box, article .flex .right_box {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 560px) {
  article .flex .left_box, article .flex .right_box {
    width: 100%;
  }
  article .flex .left_box .left_box, article .flex .right_box .left_box {
    margin: 0 0 20px;
  }
}

#form .contact_form li {
  margin: 0 0 30px;
}
#form .contact_form li label {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 0 60px 0 0;
  margin: 0 0 5px;
}
@media only screen and (max-width: 780px) {
  #form .contact_form li label {
    font-size: 16px;
  }
}
#form .contact_form li label::after {
  position: absolute;
  content: attr(data-req);
  display: block;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  top: 0;
  right: 0;
  background: #e60012;
}
#form .contact_form li label span {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  line-height: 1.4;
  padding: 5px 0 0;
}
@media only screen and (max-width: 780px) {
  #form .contact_form li label span {
    font-size: 12px;
  }
}
#form .contact_form li label.tel::after {
  background: #a9a9a9;
}
#form .contact_form li input, #form .contact_form li textarea {
  width: 100%;
  font-size: 16px;
  padding: 15px;
  background: #f9f9f9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 780px) {
  #form .contact_form li input, #form .contact_form li textarea {
    padding: 12px 15px;
  }
}
#form .contact_form li input:focus, #form .contact_form li textarea:focus {
  background: #eef1fa;
}
#form .btn_box input[type=submit] {
  display: block;
  width: 180px;
  font-size: 14px;
  color: #fff;
  padding: 15px 0;
  margin: 0 auto;
  background: #0e3476;
  border: 1px solid #0e3476;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#form .btn_box input[type=submit]:hover {
  color: #0e3476;
  background: #fff;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0;
}
.step_list li {
  position: relative;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80px;
  height: 80px;
  font-size: 16px;
  font-weight: 500;
  color: #a9a9a9;
  letter-spacing: 2px;
  margin: 0 60px;
  border-radius: 50%;
  background: #f9f9f9;
}
@media only screen and (max-width: 780px) {
  .step_list li {
    width: 70px;
    height: 70px;
    margin: 0 40px;
  }
}
@media only screen and (max-width: 560px) {
  .step_list li {
    width: 60px;
    height: 60px;
    font-size: 14px;
    letter-spacing: normal;
    margin: 0 20px;
  }
}
.step_list li::before {
  content: attr(data-step);
  top: 0;
  font-size: 14px;
  line-height: 1.4;
}
.step_list li::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 1px;
  right: -120px;
  background: #0e3476;
  z-index: -1;
}
@media only screen and (max-width: 780px) {
  .step_list li::after {
    width: 80px;
    right: -80px;
  }
}
@media only screen and (max-width: 560px) {
  .step_list li::after {
    width: 40px;
    right: -40px;
  }
}
.step_list li.active {
  color: #fff;
  background: #0e3476;
}
.step_list li:first-child {
  margin-left: 0;
}
.step_list li:last-child {
  margin-right: 0;
}
.step_list li:last-child::after {
  content: none;
}

.main_visual_inner {
  background-image: url(/asset/image/service/service_visual.jpg);
}

.service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service_list li {
  width: calc(33.3333333333% - 20px);
  margin: 0 0 30px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 780px) {
  .service_list li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 560px) {
  .service_list li {
    width: 100%;
  }
}
.service_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service_list li a .thumb_box {
  position: relative;
  overflow: hidden;
}
.service_list li a .thumb_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.service_list li a .thumb_box img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.service_list li a .txt_box {
  padding: 20px;
}
@media only screen and (max-width: 780px) {
  .service_list li a .txt_box {
    padding: 15px;
  }
}
@media only screen and (max-width: 560px) {
  .service_list li a .txt_box {
    padding: 10px;
  }
}
.service_list li a .txt_box h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333130;
  line-height: 1.4;
  margin: 5px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 780px) {
  .service_list li a .txt_box h3 {
    font-size: 16px;
  }
}
.service_list li a .txt_box .txt {
  color: #333130;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service_list li a .btn_box {
  padding: 0 20px 20px 0;
  margin: auto 0 0;
}
@media only screen and (max-width: 780px) {
  .service_list li a .btn_box {
    padding: 0 15px 15px 0;
  }
}
@media only screen and (max-width: 560px) {
  .service_list li a .btn_box {
    padding: 0 10px 10px 0;
  }
}
.service_list li a .btn_box .btn {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #e60012;
  padding: 0 70px 0 0;
  margin: auto 0 0;
  text-align: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 780px) {
  .service_list li a .btn_box .btn {
    font-size: 14px;
    padding: 0 60px 0 0;
  }
}
.service_list li a .btn_box .btn::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  top: 50%;
  right: 10px;
  background: #e60012;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 780px) {
  .service_list li a .btn_box .btn::after {
    width: 40px;
  }
}
.service_list li a:hover {
  background: #0e3476;
}
.service_list li a:hover .thumb_box::after {
  opacity: 1;
}
.service_list li a:hover .thumb_box img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.service_list li a:hover .txt_box h3, .service_list li a:hover .txt_box .txt {
  color: #fff;
}
.service_list li a:hover .btn {
  color: #fff;
  letter-spacing: -0.75px;
  padding: 0 60px 0 0;
}
@media only screen and (max-width: 780px) {
  .service_list li a:hover .btn {
    padding: 0 50px 0 0;
  }
}
.service_list li a:hover .btn::after {
  width: 40px;
}
@media only screen and (max-width: 780px) {
  .service_list li a:hover .btn::after {
    width: 30px;
  }
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}
@media only screen and (max-width: 780px) {
  .column {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 560px) {
  .column {
    display: block;
  }
}
.column .left_box {
  width: 25%;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 780px) {
  .column .left_box {
    width: 30%;
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 560px) {
  .column .left_box {
    width: 100%;
    margin: 0 0 20px;
  }
}
.column .right_box {
  width: 75%;
}
@media only screen and (max-width: 780px) {
  .column .right_box {
    width: 70%;
  }
}
@media only screen and (max-width: 560px) {
  .column .right_box {
    width: 100%;
  }
}
.column img {
  width: 100%;
}
.column.col5 .left_box {
  width: 50%;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 560px) {
  .column.col5 .left_box {
    width: 100%;
    margin: 0 0 20px;
  }
}
.column.col5 .left_box img {
  width: 100%;
}
.column.col5 .right_box {
  width: 50%;
}
@media only screen and (max-width: 560px) {
  .column.col5 .right_box {
    width: 100%;
  }
}
.column.ai_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column.ai_end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.column.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.column.reverse .left_box {
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 780px) {
  .column.reverse .left_box {
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 560px) {
  .column.reverse .left_box {
    margin: 0 0 20px;
  }
}

.tab-panel section .inner {
  padding: 60px 0 120px;
}
@media only screen and (max-width: 1170px) {
  .tab-panel section .inner {
    padding: 40px 0 80px;
  }
}
@media only screen and (max-width: 560px) {
  .tab-panel section .inner {
    padding: 20px 0 60px;
  }
}
.tab-panel #section01 .inner {
  padding-bottom: 0;
}
.tab-panel .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  .tab-panel .tab-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tab-panel .tab-group .tab {
  width: calc(25% - 2.5px);
  padding: 20px;
  text-align: center;
  background: #efefef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 560px) {
  .tab-panel .tab-group .tab {
    width: calc(50% - 2.5px);
    margin: 0 0 5px;
  }
}
.tab-panel .tab-group .tab:hover {
  color: #fff;
  background: #0e3476;
}
.tab-panel .tab-group .tab.is-active {
  color: #fff;
  background: #e60012;
  pointer-events: none;
}
.tab-panel .panel-group .panel {
  display: none;
}
.tab-panel .panel-group .panel.is-show {
  display: block;
}

.txt_color_box {
  padding: 25px;
  margin: 0 0 40px;
  background: #eef1fa;
}
@media only screen and (max-width: 560px) {
  .txt_color_box {
    padding: 20px 5%;
  }
}
.txt_color_box h4 {
  margin: 0 0 10px;
}

/*--------------------------
デイリーデリバリー
---------------------------*/
.delivery .main_visual_inner {
  position: relative;
  background-image: url(/asset/image/service/delivery/delivery_visual.jpg);
}
.delivery .main_visual_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.delivery #section02 .inner {
  padding: 0 0 120px;
}
@media only screen and (max-width: 1170px) {
  .delivery #section02 .inner {
    width: 90%;
    padding: 0 0 80px;
  }
}
@media only screen and (max-width: 560px) {
  .delivery #section02 .inner {
    padding: 0 0 60px;
  }
}
.delivery strong {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  padding: 16px;
  text-align: center;
  background: rgba(14, 52, 118, 0.8);
}
@media only screen and (max-width: 560px) {
  .delivery strong {
    font-size: 18px;
  }
}
.delivery .img_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px 0;
}
@media only screen and (max-width: 780px) {
  .delivery .img_box01 {
    display: block;
  }
}
.delivery .img_box01 .container {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 780px) {
  .delivery .img_box01 .container {
    width: 100%;
  }
}
.delivery .img_box01 .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.delivery .img_box01 .container ul li {
  width: calc(50% - 10px);
  margin: 0 0 20px;
}
@media only screen and (max-width: 560px) {
  .delivery .img_box01 .container ul li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
}
.delivery .img_box01 .container:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 560px) {
  .delivery .img_box01 .container:last-child {
    display: block;
  }
}
.delivery .img_box01 .container:last-child ul {
  display: block;
  width: calc(50% - 10px);
}
@media only screen and (max-width: 560px) {
  .delivery .img_box01 .container:last-child ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.delivery .img_box01 .container:last-child ul li {
  width: 100%;
}
@media only screen and (max-width: 560px) {
  .delivery .img_box01 .container:last-child ul li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
}
.delivery .img_box01 .container:last-child .img_box {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 560px) {
  .delivery .img_box01 .container:last-child .img_box {
    width: 100%;
  }
}
.delivery .img_box01 .img_box {
  width: 23.3%;
}
@media only screen and (max-width: 560px) {
  .delivery .img_box01 .img_box {
    width: 100%;
  }
}
.delivery .img_box01 img {
  width: 100%;
}
.delivery .img_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 780px) {
  .delivery .img_box02 {
    display: block;
  }
}
.delivery .img_box02 .container {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 780px) {
  .delivery .img_box02 .container {
    width: 100%;
    margin: 0 0 30px;
  }
}
.delivery .img_box02 .container strong {
  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;
  min-height: 120px;
}
.delivery .img_box02 .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0 0;
}
.delivery .img_box02 .container ul li {
  width: calc(50% - 10px);
  margin: 0 0 20px;
}
@media only screen and (max-width: 560px) {
  .delivery .img_box02 .container ul li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
}
.delivery .img_box02 .container ul li img {
  width: 100%;
}

/*--------------------------
NMPA(国家薬監局)化粧品原料登録代行
---------------------------*/
.nmpa .main_visual_inner {
  position: relative;
  background-image: url(/asset/image/service/nmpa/nmpa_visual.jpg);
  background-position: center center !important;
}
.nmpa .main_visual_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

/*--------------------------
輸出入について
---------------------------*/
.export_import .main_visual_inner {
  position: relative;
  background-image: url(/asset/image/service/export_import/export_import_visual.jpg);
}
.export_import .main_visual_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.export_import .sq_title {
  margin: 0 0 20px;
}
.export_import h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media only screen and (max-width: 560px) {
  .export_import h4 {
    font-size: 16px;
  }
}

/*--------------------------
検査員体制について
---------------------------*/
.chart .main_visual_inner {
  position: relative;
  background-image: url(/asset/image/service/chart/chart_visual.jpg);
  background-position: center bottom !important;
}
.chart .main_visual_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.chart #section02 .inner, .chart #section03 .inner {
  padding: 0 0 120px;
}
@media only screen and (max-width: 1170px) {
  .chart #section02 .inner, .chart #section03 .inner {
    width: 90%;
    padding: 0 0 80px;
  }
}
@media only screen and (max-width: 560px) {
  .chart #section02 .inner, .chart #section03 .inner {
    padding: 0 0 60px;
  }
}
.chart #section03 .inner .tab-panel .tab-group li {
  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;
}
@media only screen and (max-width: 560px) {
  .chart #section03 .inner .tab-panel .tab-group li {
    width: 100%;
  }
}
.chart .img_box {
  position: relative;
}
.chart .img_box .icon01, .chart .img_box .icon02, .chart .img_box .icon03 {
  position: absolute;
}
.chart .img_box .icon01 a, .chart .img_box .icon02 a, .chart .img_box .icon03 a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.chart .img_box .icon01 a img, .chart .img_box .icon02 a img, .chart .img_box .icon03 a img {
  width: auto !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1170px) {
  .chart .img_box .icon01 a img, .chart .img_box .icon02 a img, .chart .img_box .icon03 a img {
    max-width: 4.5vw;
  }
}
.chart .img_box .icon01 a:hover, .chart .img_box .icon02 a:hover, .chart .img_box .icon03 a:hover {
  opacity: 0.7;
}
.chart .img_box .icon01 a:hover img, .chart .img_box .icon02 a:hover img, .chart .img_box .icon03 a:hover img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.chart .img_box .icon01 {
  top: 22.7%;
  left: 51.4%;
}
.chart .img_box .icon02 {
  top: 35.3%;
  left: 51.4%;
}
.chart .img_box .icon03 {
  top: 18%;
  left: 61.35%;
}
.chart .tab-panel .tab-group {
  margin: 0 0 30px;
}
.chart .tab-panel .tab-group li {
  width: calc(50% - 2.5px);
}

/*--------------------------
現地調達
---------------------------*/
.procurement .main_visual_inner {
  position: relative;
  background-image: url(/asset/image/service/procurement/procurement_visual.jpg);
}
.procurement .main_visual_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

/*--------------------------
中国市場調査
---------------------------*/
.market .main_visual_inner {
  position: relative;
  background-image: url(/asset/image/service/market/market_visual.jpg);
  background-position: center !important;
}
.market .main_visual_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

/*--------------------------
日中貿易相談窓口
---------------------------*/
.consultation .main_visual_inner {
  position: relative;
  background-image: url(/asset/image/service/consultation/consultation_visual.jpg);
}
.consultation .main_visual_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

/*--------------------------
一和科技
---------------------------*/
.ichiwa .main_visual_inner {
  background-image: url(/asset/image/service/ichiwa/ichiwa_visual.jpg);
}
.ichiwa .tab-group li {
  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;
}

.formula {
  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;
  margin: 20px 0;
}
.formula li {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin: 0 5px;
}
@media only screen and (max-width: 560px) {
  .formula li {
    font-size: 36px;
  }
}
.formula li h3 {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.5;
  padding: 15px 30px;
  text-align: center;
  margin: 0 auto;
  background: #0e3476;
  border-radius: 50px;
}
@media only screen and (max-width: 780px) {
  .formula li h3 {
    font-size: 16px;
    padding: 15px;
  }
}
@media only screen and (max-width: 560px) {
  .formula li h3 {
    width: 50px;
    font-size: 14px;
    letter-spacing: 1.25px;
    margin: auto;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

/*--------------------------
危険品輸出入代行
---------------------------*/
.agency .main_visual_inner {
  position: relative;
  background-image: url(/asset/image/service/agency/agency_visual.jpg);
  background-position: center center !important;
}
.agency .main_visual_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.agency .more {
  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;
  width: 300px;
}
@media only screen and (max-width: 560px) {
  .agency .more {
    width: 85%;
    line-height: 1.4;
    padding: 15px 30px;
  }
}
.agency .bg_box {
  padding: 40px 60px;
  margin: 40px 0 0;
  background: #f9f9f9;
}
@media only screen and (max-width: 1170px) {
  .agency .bg_box {
    padding: 40px 5%;
  }
}
@media only screen and (max-width: 560px) {
  .agency .bg_box {
    padding: 20px 5%;
  }
}

#trading .tab-group li {
  width: calc(50% - 2.5px);
}
@media only screen and (max-width: 560px) {
  #trading .tab-group li {
    width: 100%;
    margin: 0 0 2.5px;
  }
}
#trading .trading_table {
  table-layout: fixed;
}
@media only screen and (max-width: 560px) {
  #trading .trading_table tr th, #trading .trading_table tr td {
    display: table-cell;
    border: 1px solid #ebebeb;
  }
}
#trading .trading_table tr th {
  text-align: center;
}
#trading .trading_table tr:nth-child(odd) td {
  background: rgba(14, 52, 118, 0.02);
}

/*--------------------------
中国製プラント設備のご提案
---------------------------*/
.plant .main_visual_inner {
  position: relative;
  background-image: url(/asset/image/service/plant/plant_visual.jpg);
  background-position: center center !important;
}
.plant .main_visual_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.plant #section01 .details_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.plant #section01 .details_list::after {
  content: "";
  display: block;
  width: calc(25% - 15px);
}
.plant #section01 .details_list li {
  width: calc(25% - 15px);
  margin: 0 0 20px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1170px) {
  .plant #section01 .details_list li {
    width: calc(33.3333333333% - 15px);
  }
}
@media only screen and (max-width: 780px) {
  .plant #section01 .details_list li {
    width: calc(50% - 7.5px);
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 380px) {
  .plant #section01 .details_list li {
    width: 100%;
  }
}
.plant #section01 .details_list li a {
  position: relative;
  display: block;
  pointer-events: none;
}
.plant #section01 .details_list li a .thumb_box {
  position: relative;
  overflow: hidden;
}
.plant #section01 .details_list li a .thumb_box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.plant #section01 .details_list li a .thumb_box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.plant #section01 .details_list li a h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  padding: 20px;
  background: #0e3476;
  pointer-events: all;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 1170px) {
  .plant #section01 .details_list li a h3 {
    padding: 15px;
  }
}
@media only screen and (max-width: 560px) {
  .plant #section01 .details_list li a h3 {
    font-size: 16px;
    padding: 15px 5px;
  }
}
.plant #section01 .details_list li a:hover .thumb_box::after {
  opacity: 1;
}
.plant #section01 .details_list li a:hover .thumb_box img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.plant #section01 .details_list li a:hover h3 {
  color: #fff;
  background: #e60012;
}

/*--------------------------
製品詳細
---------------------------*/
#details {
  padding: 0;
}
#details #section01 {
  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;
  width: 100%;
  min-height: 150px;
  padding: 20px 0;
  margin: 0 0 25px;
  background: #eef1fa;
}
@media only screen and (max-width: 780px) {
  #details #section01 {
    display: block;
    min-height: auto;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 780px) {
  #details #section01 {
    padding: 15px 0;
    margin: 0 0 15px;
  }
}
#details #section01 .title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 780px) {
  #details #section01 .title_area {
    display: block;
  }
}
#details #section01 .title_area h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 780px) {
  #details #section01 .title_area h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 560px) {
  #details #section01 .title_area h1 {
    font-size: 18px;
  }
}
#details .inner {
  padding: 0;
}
#details .container {
  padding: 45px 0;
}
@media only screen and (max-width: 780px) {
  #details .container {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 560px) {
  #details .container {
    padding: 20px 0;
  }
}
#details .container h3 {
  line-height: 1.4;
  margin: 0 0 5px;
}
#details .container img {
  display: block;
  margin: 0 auto;
}
#details .container .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#details .container .img_list li {
  width: calc(33.3333333333% - 10px);
  margin: 0 0 20px;
}
@media only screen and (max-width: 560px) {
  #details .container .img_list li {
    width: 100%;
  }
}
#details .container .img_list li img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------------------
リンクナビ
---------------------------*/
#link_area .inner {
  width: 1170px;
  padding: 120px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #link_area .inner {
    width: 90%;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 560px) {
  #link_area .inner {
    padding: 60px 0;
  }
}
#link_area .inner .service_link_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#link_area .inner .service_link_nav::after {
  content: "";
  display: block;
  width: calc(50% - 7.5px);
}
#link_area .inner .service_link_nav li {
  width: calc(25% - 15px);
  margin: 0 0 20px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 780px) {
  #link_area .inner .service_link_nav li {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 380px) {
  #link_area .inner .service_link_nav li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
}
#link_area .inner .service_link_nav li a {
  display: block;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#link_area .inner .service_link_nav li a .thumb_box {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#link_area .inner .service_link_nav li a .thumb_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
  z-index: 1;
}
#link_area .inner .service_link_nav li a .thumb_box img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
#link_area .inner .service_link_nav li a .txt_box {
  padding: 15px;
}
@media only screen and (max-width: 560px) {
  #link_area .inner .service_link_nav li a .txt_box {
    padding: 10px 5px;
  }
}
#link_area .inner .service_link_nav li a .txt_box h3 {
  font-size: 16px;
  color: #0e3476;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media only screen and (max-width: 560px) {
  #link_area .inner .service_link_nav li a .txt_box h3 {
    font-size: 14px;
  }
}
#link_area .inner .service_link_nav li a:hover {
  background: #0e3476;
}
#link_area .inner .service_link_nav li a:hover .thumb_box::before {
  opacity: 1;
}
#link_area .inner .service_link_nav li a:hover .thumb_box img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
#link_area .inner .service_link_nav li a:hover .txt_box {
  color: #fff;
}
#link_area .inner .service_link_nav li a:hover .txt_box h3 {
  color: #fff;
}

.service01 #link_area .service_link_nav li .service01 {
  pointer-events: none;
  background: #0e3476;
}
.service01 #link_area .service_link_nav li .service01 .thumb_box::before {
  opacity: 1;
}
.service01 #link_area .service_link_nav li .service01 .txt_box h3 {
  color: #fff;
}

.service02 #link_area .service_link_nav li .service02 {
  pointer-events: none;
  background: #0e3476;
}
.service02 #link_area .service_link_nav li .service02 .thumb_box::before {
  opacity: 1;
}
.service02 #link_area .service_link_nav li .service02 .txt_box {
  color: #fff;
}
.service02 #link_area .service_link_nav li .service02 .txt_box h3 {
  color: #fff;
}

.service03 #link_area .service_link_nav li .service03 {
  pointer-events: none;
  background: #0e3476;
}
.service03 #link_area .service_link_nav li .service03 .thumb_box::before {
  opacity: 1;
}
.service03 #link_area .service_link_nav li .service03 .txt_box h3 {
  color: #fff;
}

.service04 #link_area .service_link_nav li .service04 {
  pointer-events: none;
  background: #0e3476;
}
.service04 #link_area .service_link_nav li .service04 .thumb_box::before {
  opacity: 1;
}
.service04 #link_area .service_link_nav li .service04 .txt_box h3 {
  color: #fff;
}

.service05 #link_area .service_link_nav li .service05 {
  pointer-events: none;
  background: #0e3476;
}
.service05 #link_area .service_link_nav li .service05 .thumb_box::before {
  opacity: 1;
}
.service05 #link_area .service_link_nav li .service05 .txt_box h3 {
  color: #fff;
}

.service06 #link_area .service_link_nav li .service06 {
  pointer-events: none;
  background: #0e3476;
}
.service06 #link_area .service_link_nav li .service06 .thumb_box::before {
  opacity: 1;
}
.service06 #link_area .service_link_nav li .service06 .txt_box h3 {
  color: #fff;
}

.service07 #link_area .service_link_nav li .service07 {
  pointer-events: none;
  background: #0e3476;
}
.service07 #link_area .service_link_nav li .service07 .thumb_box::before {
  opacity: 1;
}
.service07 #link_area .service_link_nav li .service07 .txt_box h3 {
  color: #fff;
}

.service08 #link_area .service_link_nav li .service08 {
  pointer-events: none;
  background: #0e3476;
}
.service08 #link_area .service_link_nav li .service08 .thumb_box::before {
  opacity: 1;
}
.service08 #link_area .service_link_nav li .service08 .txt_box h3 {
  color: #fff;
}

.service09 #link_area .service_link_nav li .service09 {
  pointer-events: none;
  background: #0e3476;
}
.service09 #link_area .service_link_nav li .service09 .thumb_box::before {
  opacity: 1;
}
.service09 #link_area .service_link_nav li .service09 .txt_box h3 {
  color: #fff;
}

.service10 #link_area .service_link_nav li .service10 {
  pointer-events: none;
  background: #0e3476;
}
.service10 #link_area .service_link_nav li .service10 .thumb_box::before {
  opacity: 1;
}
.service10 #link_area .service_link_nav li .service10 .txt_box h3 {
  color: #fff;
}