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

  Business index

------------------------------------------------------------------------------*/
.under .main {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .under_container {
    overflow-y: hidden;
  }
}

.under_container.col-1 .under_main {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .index_mainvisual_wrapper {
    background: url("/business/img/index/index_mainvisual_img.jpg") center center/1600px auto no-repeat;
  }
}

@media print, screen and (min-width: 768px) {
  .index_category {
    margin: 80px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_category {
    margin: 60px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li {
    width: calc(50% - 20px);
    margin: 0 0 60px;
  }
}

.index_category .container > ul > li .index_category-image {
  overflow: hidden;
  max-width: 510px;
}

.index_category .container > ul > li .index_category-image img {
  max-width: 510px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li .index_category-image img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.index_category .container > ul > li .index_category-title p {
  color: #222;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li .index_category-title p {
    font-size: 25px;
    font-size: 2.5rem;
    padding: 0 36px 0 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li .index_category-title p {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 28px 0 0;
  }
}

.index_category .container > ul > li .index_category-title p.icon_arrow_g::after {
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li .index_category-title p.icon_arrow_g::after {
    width: 25px;
    height: 7px;
  }
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li .index_category-title p.icon_arrow_g::after {
    width: 20px;
    height: 6px;
    top: 10px;
  }
}

.index_category .container > ul > li .index_category-text {
  color: #666;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li .index_category-text {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 17px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li .index_category-text {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 12px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li .index_category-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li .index_category-contents {
    margin: 30px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li .index_category-contents {
    margin: 20px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li .index_category_wrapper {
    max-width: 510px;
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li .index_category-link {
    min-width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 0 35px;
  }
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li .index_category-link {
    margin: 15px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li .index_category-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.index_category .container > ul > li .index_category-link li {
  display: block;
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li .index_category-link li {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li .index_category-link li + li {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li .index_category-link li:nth-child(2n+1) {
    margin-left: 0;
  }
}

.index_category .container > ul > li .index_category-link li a {
  display: block;
  color: #00787e;
  border-bottom: 1px solid #c3cad4;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li .index_category-link li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 17px 25px 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li .index_category-link li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 15px 11px 0;
    height: 100%;
  }
}

.index_category .container > ul > li .index_category-link li a::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #00787e;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.index_category .container > ul > li .index_category-link li a::after {
  right: 0;
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li .index_category-link li a::after {
    top: 29px;
  }
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li .index_category-link li a::after {
    top: 21px;
  }
}

.index_category .container > ul > li .index_category-link li a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li:nth-child(2n+1):nth-last-child(-n+2),
  .index_category .container > ul > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li + li {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li + li {
    margin-top: 40px;
  }
}

.index_category .container > ul > li > a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .index_category .container > ul > li > a {
    margin: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li > a:hover .index_category-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@media print, screen and (min-width: 768px) {
  .index_category .container > ul > li > a:hover .index_category-title p {
    color: #00787e;
  }
}

@media print, screen and (min-width: 768px) {
  .index_use {
    margin: 80px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_use {
    margin: 60px 0 0;
  }
}

.index_use_wrapper {
  background-color: #e6f2f3;
}

@media only screen and (max-width: 1100px) {
  .index_use .container {
    background-color: #e6f2f3;
  }
}

@media print, screen and (min-width: 768px) {
  .index_use .container {
    padding: 100px 0 120px;
  }
}

@media only screen and (max-width: 767px) {
  .index_use .container {
    padding: 60px 10px 65px;
  }
}

.index_use-title {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .index_use-title {
    margin: 0 0 50px;
  }
}

@media only screen and (max-width: 767px) {
  .index_use-title {
    margin: 0 0 40px;
  }
}

.index_use-title h2 {
  color: #222;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .index_use-title h2 {
    font-size: 34px;
    font-size: 3.4rem;
    padding: 0 0 0 55px;
  }
}

@media only screen and (max-width: 767px) {
  .index_use-title h2 {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 0 0 0 30px;
  }
}

.index_use-title h2::before {
  content: '';
  position: absolute;
  display: block;
  background: url("/common/img/icon_h2.svg") center center/contain no-repeat;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .index_use-title h2::before {
    top: -2px;
    width: 44px;
    height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .index_use-title h2::before {
    top: 1px;
    width: 27px;
    height: 30px;
  }
}

.index_use-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .index_use-contents ul {
    padding: 0 35px;
  }
}

.index_use-contents li {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .index_use-contents li {
    width: calc(100% / 5);
    margin: 0 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .index_use-contents li {
    width: calc(100% / 2);
    margin: 0 0 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .index_use-contents li:nth-child(5n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_use-contents li:nth-child(2n) {
    margin-right: 0;
  }
}

.index_use-contents li a {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .index_use-contents li a:hover .index_use-contents-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.index_use-contents li a:hover .index_use-contents-text {
  color: #00787e;
}

@media print, screen and (min-width: 768px) {
  .index_use-contents li:nth-child(5n+1):nth-last-child(-n+5),
  .index_use-contents li:nth-child(5n+1):nth-last-child(-n+5) ~ li {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_use-contents li:nth-child(2n+1):nth-last-child(-n+2),
  .index_use-contents li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .index_use-contents-image {
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .index_use-contents-image img {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@media only screen and (max-width: 767px) {
  .index_use-contents-image img {
    width: 90px;
    height: 90px;
  }
}

.index_use-contents-text {
  text-align: center;
  color: #222;
  white-space: nowrap;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .index_use-contents-text {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 20px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

@media only screen and (max-width: 767px) {
  .index_use-contents-text {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

.mt30 {
  margin-top: 30px !important;
}

.mod-button.option-white a {
  border: 1px solid #00787e;
  background-color: #ffffff;
  color: #00787e;
}
.mod-button.option-white a::after {
  background-image: url("/common/img/icon_arrow_g.svg");
}
.mod-button.option-white a:hover {
  background-color: #ecf2f5;
}