@charset "UTF-8";
/**************************
Compass Text Replacement
*/
/**************************
Inline List
*/
/**************************
Inline Block List
*/
/**************************
horizontal-list
*/
/**************************
Bullets
*/
/* simple clearfix */
/**************************
@mixin for sprite
*/
/*******************
	共通する部分
*/
.main_content {
  margin-top: 0;
  padding-bottom: 0;
  background-color: #f8f9fa;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .main_content {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .main_content .container {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
  }
}

.header_bg {
  height: 145px;
  width: 100%;
  background: url("/common/img/category/bg_about.webp") no-repeat;
  background-size: cover;
  background-position: center top;
  margin-bottom: 30px;
}
@media screen and (max-width: 999px) {
  .header_bg {
    display: none;
  }
}

.bread_crumb {
  padding-bottom: 27px;
  margin-right: 0;
}
@media screen and (max-width: 999px) {
  .bread_crumb {
    margin-left: 0 !important;
  }
}

._layer {
  position: relative;
  z-index: 2;
}
._layer::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  background-color: #1e3c6d;
  z-index: -1;
  opacity: 0.3;
  box-shadow: 13.893px 14.387px 50px 0px rgba(54, 58, 55, 0.15);
}
._layer._left::after {
  left: -30px;
}
._layer._right::after {
  right: -30px;
}
@media screen and (max-width: 999px) {
  ._layer::after {
    top: 10px;
  }
  ._layer._left::after {
    left: -10px;
  }
  ._layer._right::after {
    right: -10px;
  }
}

.introduction_btn {
  display: block;
  height: 140px;
  position: relative;
  background-color: #3384d1;
  box-shadow: 13.893px 14.387px 50px 0px rgba(54, 58, 55, 0.15);
  margin-bottom: 60px;
  color: #ffffff !important;
}
@media screen and (max-width: 999px) {
  .introduction_btn {
    box-shadow: 5.893px 5.387px 50px 0px rgba(54, 58, 55, 0.15);
    height: 120px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 575px) {
  .introduction_btn {
    height: 100px;
  }
}
.introduction_btn:before {
  display: block;
  content: "";
  width: 13px;
  height: 11px;
  background: url("/about/image_inspection_center/img/white_triangle_large.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 50px;
  bottom: 0;
  left: auto;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .introduction_btn:before {
    right: 20px;
  }
}
@media screen and (max-width: 420px) {
  .introduction_btn:before {
    right: 10px;
  }
}
.introduction_btn::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 14.14px 14.14px 50px 0px rgba(54, 58, 55, 0.15);
  background-color: #ffffff;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: -1;
}
.introduction_btn._large {
  max-width: 800px;
  margin-bottom: 110px;
}
@media screen and (max-width: 999px) {
  .introduction_btn._large {
    margin-bottom: 60px;
    max-width: 500px;
  }
}
.introduction_btn__content {
  position: absolute;
  display: flex;
  align-items: center;
  padding: 10px 40px;
  box-sizing: border-box;
  -moz-column-gap: 43px;
  column-gap: 43px;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .introduction_btn__content {
    padding: 10px 20px;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
}
@media screen and (max-width: 420px) {
  .introduction_btn__content {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
.introduction_btn__icon {
  width: 70px;
  height: 70px;
  background-color: #4a94da;
  border-radius: 100%;
  position: relative;
  transition: transform 0.1s;
}
.introduction_btn__icon img {
  width: 35px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 575px) {
  .introduction_btn__icon {
    width: 60px;
    height: 60px;
  }
}
.introduction_btn__text > .main {
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .introduction_btn__text > .main {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  .introduction_btn__text > .sub {
    line-height: 1;
  }
}
.introduction_btn__img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.introduction_btn__img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.8;
  mix-blend-mode: multiply;
  transition: transform 0.2s, opacity 0.2s;
}
.introduction_btn:hover {
  opacity: 1 !important;
}
.introduction_btn:hover .introduction_btn__img img {
  opacity: 0.8;
  transform: scale(1.05);
}
.introduction_btn:hover .introduction_btn__icon {
  transform: scale(0.9);
}

.image_inspection_center_h3 {
  position: relative;
  border-bottom: 2px solid #dce3e6;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.image_inspection_center_h3::before {
  display: block;
  content: "";
  width: 60px;
  height: 2px;
  background-color: #770000;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.image_inspection_center_h3 > .en {
  color: #a58f6a;
  font-weight: 500;
  font-size: 1rem;
}
.image_inspection_center_h3 > .ja {
  font-size: 2.063rem;
  font-weight: bold;
  color: #072c65;
}
.image_inspection_center_h3._num {
  padding-left: 33px;
}
.image_inspection_center_h3._num > .num {
  width: 66px;
  height: 66px;
  background: url("/about/image_inspection_center/img/title_circle.webp") no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #a58f6a;
  font-size: 1.563rem;
  position: absolute;
  top: 0;
  left: -23px;
}
.image_inspection_center_h3._num > .en {
  padding-left: 22px;
  transform: translateY(8px);
}
.image_inspection_center_h3._large {
  margin-bottom: 30px;
  padding-bottom: 22px;
  border-bottom: none;
}
.image_inspection_center_h3._large > .en {
  color: #a58f6a;
  margin-bottom: 10px;
}
.image_inspection_center_h3._large > .ja {
  font-size: 2.375rem;
  font-weight: bold;
  color: #072c65;
  line-height: 1.842;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  .image_inspection_center_h3 {
    margin-bottom: 30px;
  }
  .image_inspection_center_h3 > .ja {
    font-size: 1.75rem;
  }
  .image_inspection_center_h3._num {
    padding-left: 20px;
  }
  .image_inspection_center_h3._num > .num {
    width: 45px;
    height: 45px;
    font-size: 1.25rem;
    left: -10px;
  }
  .image_inspection_center_h3._num > .en {
    padding-left: 20px;
  }
  .image_inspection_center_h3._large > .ja {
    font-size: 2rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .image_inspection_center_h3 {
    margin-bottom: 20px;
  }
  .image_inspection_center_h3 > .ja {
    font-size: 1.375rem;
  }
  .image_inspection_center_h3._large {
    margin-bottom: 20px;
  }
  .image_inspection_center_h3._large > .ja {
    font-size: 1.5rem;
  }
}

.image_inspection_center_h4 {
  display: inline-block;
  font-size: 1.563rem;
  color: #ffffff;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 40px;
}
.image_inspection_center_h4::before, .image_inspection_center_h4::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
  z-index: -1;
  transform: skewX(-10deg);
}
.image_inspection_center_h4::before {
  background-color: #569fe4;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.image_inspection_center_h4::after {
  background-color: #a58f6a;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
.image_inspection_center_h4 > .skew {
  display: block;
  transform: skewX(-10deg);
  background-color: #072c66;
  width: 100%;
  height: 100%;
  padding: 5px 35px;
  box-sizing: border-box;
  min-height: 55px;
}
.image_inspection_center_h4 > .skew > .inner {
  display: block;
  transform: skewX(10deg);
  position: relative;
}
@media screen and (max-width: 999px) {
  .image_inspection_center_h4 {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
  .image_inspection_center_h4 > .skew {
    min-height: 40px;
    padding: 5px 25px;
  }
}

.image_inspection_center_h5 {
  font-size: 1.563rem;
  color: #072c66;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.image_inspection_center_h5::after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #770000;
  position: absolute;
  bottom: 0;
  left: 2px;
}
@media screen and (max-width: 999px) {
  .image_inspection_center_h5 {
    padding-bottom: 10px;
    font-size: 1.125rem;
  }
}

/*******************
	各箇所
*/
.main_area {
  max-width: 1500px;
  height: 230px;
  margin: 0 auto;
  padding-right: 138px;
  padding-top: 2px;
  padding-left: 50px;
  display: flex;
  box-sizing: border-box;
  position: relative;
  justify-content: flex-end;
  z-index: 101;
}
.main_area .img_wrap {
  position: absolute;
  top: 0;
  left: 50px;
}
.main_area .img_wrap > .img_wrap_inner {
  width: 46.875vw;
  max-width: 750px;
  position: relative;
  z-index: 2;
}
.main_area .img_wrap > .img_wrap_inner img {
  height: 100%;
  box-shadow: 13.893px 14.387px 50px 0px rgba(54, 58, 55, 0.15);
}
.main_area .text_wrap {
  width: 488px;
  max-width: 488px;
  padding-top: 30px;
  padding-left: 70px;
}
@media screen and (max-width: 1470px) {
  .main_area {
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .main_area .img_wrap {
    left: 50px;
  }
  .main_area .img_wrap > .img_wrap_inner {
    max-width: 570px;
  }
  .main_area .text_wrap {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 1199px) {
  .main_area {
    justify-content: center;
    height: 170px;
  }
  .main_area .text_wrap {
    padding-left: 0;
    max-width: 370px;
    transform: translateX(calc(50% + 40px));
  }
}
@media screen and (max-width: 999px) {
  .main_area {
    height: auto;
  }
  .main_area .img_wrap {
    left: 30px;
  }
  .main_area .img_wrap > .img_wrap_inner img {
    height: auto;
  }
  .main_area > .text_wrap {
    padding-top: 10px;
  }
}
@media screen and (max-width: 880px) {
  .main_area {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .main_area {
    height: 100px;
  }
  .main_area .text_wrap {
    max-width: 240px;
  }
}
@media screen and (max-width: 665px) {
  .main_area {
    height: auto;
    flex-direction: column;
    row-gap: 30px;
  }
  .main_area .img_wrap {
    width: 100%;
    position: static;
  }
  .main_area .img_wrap .img_wrap_inner {
    width: 100%;
    max-width: none;
  }
  .main_area .text_wrap {
    transform: translate(0);
    max-width: 350px;
    width: auto;
    padding-top: 0;
    height: 90px;
  }
}
@media screen and (max-width: 575px) {
  .main_area .text_wrap {
    max-width: 290px;
    height: 60px;
  }
}
@media screen and (max-width: 420px) {
  .main_area .text_wrap {
    max-width: 230px;
    height: 80px;
  }
}

.image_inspection_center_inner {
  position: relative;
  padding-top: 246px;
}
@media screen and (max-width: 999px) {
  .image_inspection_center_inner {
    padding-top: 0;
  }
}
.image_inspection_center_inner > .bg {
  height: 726px;
  position: absolute;
  top: 3px;
  right: 0;
  width: 100%;
  clip-path: polygon(0 38.57%, 100% 0, 100% 100%, 0% 100%);
}
.image_inspection_center_inner > .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1259px) {
  .image_inspection_center_inner > .bg {
    height: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .image_inspection_center_inner > .bg {
    height: 570px;
  }
}
@media screen and (max-width: 999px) {
  .image_inspection_center_inner > .bg {
    position: relative;
    height: auto;
    background: url("/about/image_inspection_center/img/main_bg.webp") no-repeat;
    background-size: cover;
    padding: 180px 20px 30px 20px;
    box-sizing: border-box;
  }
  .image_inspection_center_inner > .bg > .img {
    display: none;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  .image_inspection_center_inner > .bg {
    padding-top: 110px;
    clip-path: polygon(0 18.57%, 100% 0, 100% 100%, 0% 100%);
  }
}
.image_inspection_center_inner > .container {
  padding-bottom: 120px;
}
.image_inspection_center_inner > .container::before {
  display: block;
  content: "";
  width: 930px;
  height: 100%;
  min-width: 1130px;
  background: #ffffff;
  box-shadow: 13.893px 14.387px 50px 0px rgba(54, 58, 55, 0.15);
  position: absolute;
  top: 0;
  left: 300px;
  z-index: -1;
}
.image_inspection_center_inner > .container::after {
  display: block;
  content: "";
  width: 100vw;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: calc(100% + 170px);
  z-index: -1;
}
.image_inspection_center_inner > .container .left_image {
  width: 470px;
  position: absolute;
  top: 483px;
  right: calc(100% - 300px);
  z-index: -2;
}
.image_inspection_center_inner > .container .left_image img {
  width: 100%;
}
@media screen and (max-width: 1259px) {
  .image_inspection_center_inner > .container .left_image {
    top: 357px;
  }
}
@media screen and (max-width: 1199px) {
  .image_inspection_center_inner > .container .left_image {
    top: 327px;
  }
}
@media screen and (max-width: 1199px) {
  .image_inspection_center_inner > .container::before {
    left: 270px;
  }
}
@media screen and (max-width: 999px) {
  .image_inspection_center_inner > .container {
    position: static;
  }
  .image_inspection_center_inner > .container::before {
    left: 0;
  }
}
.image_inspection_center_inner .left_space_area {
  padding-left: 370px;
  padding-top: 145px;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .image_inspection_center_inner .left_space_area {
    padding-top: 50px;
    padding-left: 300px;
  }
}
@media screen and (max-width: 999px) {
  .image_inspection_center_inner .left_space_area {
    padding-left: 0;
  }
}
.image_inspection_center_inner .page_title {
  position: absolute;
  bottom: calc(100% + 55px);
  right: 23px;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.image_inspection_center_inner .page_title > .logo {
  width: 102px;
}
.image_inspection_center_inner .page_title > .logo img {
  width: 100%;
}
.image_inspection_center_inner .page_title > .text {
  font-family: "YuMincho", "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal;
  font-size: 2.125rem;
  color: #ffffff;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 999px) {
  .image_inspection_center_inner .page_title {
    right: 20px;
    top: 100px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .image_inspection_center_inner .page_title > .logo {
    width: 82px;
  }
  .image_inspection_center_inner .page_title > .text {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .image_inspection_center_inner .page_title > .logo {
    width: 62px;
  }
  .image_inspection_center_inner .page_title > .text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 665px) {
  .image_inspection_center_inner .page_title {
    right: 20px;
    top: 120px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media screen and (max-width: 420px) {
  .image_inspection_center_inner .page_title {
    top: 70px;
  }
}

.image_inspection_center_pagelink_area {
  position: absolute;
  top: 145px;
  left: 30px;
  width: 190px;
  padding-top: 20px;
}
@media screen and (max-width: 1259px) {
  .image_inspection_center_pagelink_area {
    top: 0;
  }
}
@media screen and (max-width: 999px) {
  .image_inspection_center_pagelink_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-top: 0;
    -moz-column-gap: 50px;
    column-gap: 50px;
    position: static;
  }
}
@media screen and (max-width: 665px) {
  .image_inspection_center_pagelink_area {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    width: 100%;
  }
}
.image_inspection_center_pagelink_area > .head {
  margin-bottom: 40px;
  position: relative;
}
.image_inspection_center_pagelink_area > .head::after {
  display: block;
  content: "";
  width: 106px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
  transform: translateY(1px);
}
.image_inspection_center_pagelink_area > .head > .title {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .image_inspection_center_pagelink_area > .head {
    margin-bottom: 0;
    padding-right: 40px;
  }
  .image_inspection_center_pagelink_area > .head::after {
    width: 30px;
  }
}
.image_inspection_center_pagelink_area > .body ul li:not(:last-of-type) {
  border-bottom: 2px solid #3d5c94;
}
.image_inspection_center_pagelink_area > .body ul li a {
  display: block;
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 1.063rem;
  padding: 17px 13px 17px 18px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5;
  letter-spacing: 2px;
}
.image_inspection_center_pagelink_area > .body ul li a::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background-size: contain;
  background: #8dcfe8;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 2px;
  margin: auto;
}
.image_inspection_center_pagelink_area > .body ul li a::after {
  display: block;
  content: "";
  width: 13px;
  height: 11px;
  background: url("/about/image_inspection_center/img/white_triangle.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .image_inspection_center_pagelink_area > .body > ul {
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .image_inspection_center_pagelink_area > .body > ul > li:not(:last-of-type) {
    border-bottom: none;
  }
  .image_inspection_center_pagelink_area > .body > ul > li a {
    padding-right: 23px;
  }
  .image_inspection_center_pagelink_area > .body > ul > li a .br {
    display: none;
  }
}
@media screen and (max-width: 665px) {
  .image_inspection_center_pagelink_area > .body > ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .image_inspection_center_pagelink_area > .body > ul > li > a {
    padding: 10px 20px 10px 18px;
  }
}

.main_message_area {
  margin-bottom: 105px;
  position: relative;
}
.main_message_area::after {
  display: block;
  content: "";
  width: 713px;
  height: 487px;
  background: url("/about/image_inspection_center/img/bg_mri.webp") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 25.66%;
}
.main_message_area::before {
  display: block;
  content: "";
  width: 217px;
  height: 74px;
  background: url("/about/image_inspection_center/img/line.webp") no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0 0 auto 100%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .main_message_area::before {
    display: none;
  }
}
.main_message_area .body p {
  line-height: 2.0857;
}
@media screen and (max-width: 1439px) {
  .main_message_area::before {
    display: block;
    content: "";
    width: 217px;
    height: 74px;
    background: url("/about/image_inspection_center/img/line.webp") no-repeat;
    background-size: contain;
    position: absolute;
    inset: 0 -100px auto auto;
    margin: auto;
  }
}
@media screen and (max-width: 1439px) and (max-width: 767px) {
  .main_message_area::before {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .main_message_area::after {
    width: 500px;
    top: 100px;
    left: 35%;
  }
}
@media screen and (max-width: 999px) {
  .main_message_area {
    margin-bottom: 40px;
  }
}

.white_bg_area {
  position: relative;
}
.white_bg_area::before {
  display: block;
  content: "";
  width: 200vw;
  height: 100%;
  background-color: rgba(252, 252, 253, 0.5);
  position: absolute;
  transform: rotate(-10deg);
  transform-origin: top center;
  margin: auto calc(50% - 100vw);
  top: 0;
}
.white_bg_area .body p {
  letter-spacing: 0.05em;
}
.white_bg_area._start::before {
  top: 72px;
  box-shadow: 0 -10px 20px 0px rgba(54, 58, 55, 0.05);
}
.white_bg_area._end::before {
  display: block;
  height: calc(100% + 206px);
  box-shadow: 0 20px 20px 0px rgba(54, 58, 55, 0.05);
}
.white_bg_area._last_start::before {
  box-shadow: 0 -10px 20px 0px rgba(54, 58, 55, 0.05);
  top: 37%;
}
.white_bg_area._last_end::before {
  height: calc(100% + 120px);
  transform: rotate(0);
}
@media screen and (max-width: 999px) {
  .white_bg_area::before {
    display: none !important;
  }
}

.message_area {
  display: flex;
  -moz-column-gap: 100px;
  column-gap: 100px;
  margin-bottom: 81px;
  position: relative;
  z-index: 1;
}
.message_area .img_wrap {
  width: 450px;
  min-width: 450px;
  align-self: baseline;
}
.message_area .text_wrap {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .message_area {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
}
@media screen and (max-width: 999px) {
  .message_area {
    flex-direction: column-reverse;
    row-gap: 40px;
  }
  .message_area .img_wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
  }
}
@media screen and (max-width: 575px) {
  .message_area {
    margin-bottom: 50px;
  }
  .message_area .img_wrap {
    width: 100%;
    max-width: 400px;
    min-width: auto;
    align-self: baseline;
  }
}

.img_column_area {
  position: relative;
  min-height: 690px;
  padding-top: 45px;
}
@media screen and (max-width: 999px) {
  .img_column_area {
    padding-top: 0;
    min-height: auto;
    margin-bottom: 50px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .img_column_area {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.img_column_area .bg_wrap {
  width: 100vw;
  height: 690px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto calc(50% - 50vw);
  z-index: 1;
  filter: drop-shadow(14.142px 14.142px 50px rgba(54, 58, 55, 0.15));
}
.img_column_area .bg_wrap .bg {
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 280px, 100% 100%, 0 415px);
}
.img_column_area .bg_wrap .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 999px) {
  .img_column_area .bg_wrap {
    height: auto;
  }
  .img_column_area .bg_wrap .bg {
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 60%);
  }
}
@media screen and (max-width: 575px) {
  .img_column_area .bg_wrap {
    display: none;
  }
}
.img_column_area .img_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 60px;
  padding-top: 25px;
  z-index: 2;
}
.img_column_area .img_column > .img {
  box-shadow: 13.893px 14.387px 50px 0px rgba(35, 44, 62, 0.25);
}
.img_column_area .img_column > .img:nth-of-type(3n + 1) {
  transform: translateY(30px);
}
.img_column_area .img_column > .img:nth-of-type(3n) {
  transform: translateY(-30px);
}
@media screen and (max-width: 999px) {
  .img_column_area .img_column {
    gap: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .img_column_area .img_column {
    gap: 20px 10px;
  }
}
@media screen and (max-width: 575px) {
  .img_column_area .img_column > .img {
    max-width: 300px;
    box-shadow: 1.893px 1.387px 10px 0px rgba(35, 44, 62, 0.25);
  }
  .img_column_area .img_column > .img:nth-of-type(3n + 1) {
    transform: translateY(0);
  }
  .img_column_area .img_column > .img:nth-of-type(3n) {
    transform: translateY(0);
  }
}
@media screen and (max-width: 420px) {
  .img_column_area .img_column {
    flex-direction: column;
  }
}

.equipment_area {
  transform: translateY(-70px);
}
@media screen and (max-width: 999px) {
  .equipment_area {
    transform: translateY(0);
    margin-bottom: 40px;
  }
}
.equipment_area .head {
  position: relative;
  z-index: 2;
}
.equipment_area .set {
  position: relative;
}
.equipment_area .set:first-of-type, .equipment_area .set:not(:last-of-type) {
  margin-bottom: 130px;
}
@media screen and (max-width: 999px) {
  .equipment_area .set:first-of-type, .equipment_area .set:not(:last-of-type) {
    margin-bottom: 70px;
  }
}
.equipment_area .set._x-ray {
  position: relative;
}
.equipment_area .set._x-ray > .text_image {
  position: absolute;
  right: -250px;
  bottom: 0;
  width: 822px;
}
.equipment_area .set._x-ray > .text_image img {
  width: 100%;
}
.equipment_area .set._x-ray::before {
  display: block;
  content: "";
  width: 217px;
  height: 74px;
  background: url("/about/image_inspection_center/img/line.webp") no-repeat;
  background-size: contain;
  position: absolute;
  inset: -60px auto auto -210px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .equipment_area .set._x-ray::before {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .equipment_area .set._x-ray > .text_image {
    width: 490px;
    right: -100px;
    bottom: 70px;
  }
}
@media screen and (max-width: 999px) {
  .equipment_area .set._x-ray > .text_image {
    width: 370px;
    right: -30px;
    bottom: -60px;
  }
}
@media screen and (max-width: 575px) {
  .equipment_area .set._x-ray > .text_image {
    display: none;
  }
}
.equipment_area .set._mri {
  position: relative;
}
.equipment_area .set._mri::before {
  display: block;
  content: "";
  width: 217px;
  height: 74px;
  background: url("/about/image_inspection_center/img/line.webp") no-repeat;
  background-size: contain;
  position: absolute;
  inset: -100px -210px auto auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .equipment_area .set._mri::before {
    display: none;
  }
}
@media screen and (max-width: 1359px) {
  .equipment_area .set._mri::before {
    display: block;
    content: "";
    width: 217px;
    height: 74px;
    background: url("/about/image_inspection_center/img/line.webp") no-repeat;
    background-size: contain;
    position: absolute;
    inset: -100px auto auto -100px;
    margin: auto;
  }
}
@media screen and (max-width: 1359px) and (max-width: 767px) {
  .equipment_area .set._mri::before {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .equipment_area .set .fix {
    max-width: 400px !important;
  }
  .equipment_area .set .fix.left {
    padding-right: 50px !important;
  }
  .equipment_area .set .fix.right {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 999px) {
  .equipment_area .set .fix {
    margin: 0 auto;
  }
  .equipment_area .set .fix.left {
    padding-right: 0 !important;
  }
  .equipment_area .set .fix.right {
    padding-left: 0 !important;
  }
  .equipment_area .set .content_section {
    margin-bottom: 30px;
  }
}

.link_box_list {
  display: flex;
  justify-content: space-between;
  gap: 53px 20px;
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}
.link_box_list > li {
  width: calc(25% - 39.75px);
  position: relative;
}
@media screen and (max-width: 1199px) {
  .link_box_list {
    gap: 20px 20px;
  }
  .link_box_list > li {
    width: calc(25% - 22.5px);
  }
}
@media screen and (max-width: 999px) {
  .link_box_list {
    gap: 10px 20px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
  }
  .link_box_list > li {
    max-width: 260px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 575px) {
  .link_box_list {
    gap: 10px;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}

.link_box {
  height: 200px;
  background-color: #ffffff;
  box-shadow: 13.893px 14.387px 50px 0px rgba(54, 58, 55, 0.15);
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px 10px;
}
.link_box > .text {
  color: #072c66;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 22px;
  transition: color 0.2s;
}
.link_box > .icon {
  width: 74px;
  margin-bottom: 13px;
}
.link_box > .icon img {
  width: 100%;
}
.link_box > .arrow {
  transition: transform 0.2s;
}
.link_box:hover {
  opacity: 1 !important;
  box-shadow: 13.893px 14.387px 20px 0px rgba(54, 58, 55, 0.15);
}
.link_box:hover > .text {
  color: #563108;
}
.link_box:hover > .arrow {
  transform: translateY(5px);
}
@media screen and (max-width: 999px) {
  .link_box {
    box-shadow: 1px 1px 5px 0px rgba(54, 58, 55, 0.15);
  }
  .link_box > .text {
    font-size: 1.125rem;
  }
  .link_box:hover {
    box-shadow: 1px 1px 5px 0px rgba(54, 58, 55, 0.15);
  }
}
@media screen and (max-width: 575px) {
  .link_box {
    height: auto;
  }
  .link_box > .text {
    font-size: 1rem;
  }
  .link_box > .icon {
    width: 74px;
  }
}
@media screen and (max-width: 420px) {
  .link_box > .text {
    font-size: 0.875rem;
  }
}

.introduction_area {
  display: flex;
  -moz-column-gap: 100px;
  column-gap: 100px;
  position: relative;
}
.introduction_area .text_wrap {
  padding-right: 550px;
}
.introduction_area .text_wrap .introduction_btn {
  max-width: 500px;
  margin-top: 65px;
  margin-bottom: 0;
}
.introduction_area .img_wrap {
  width: 650px;
  align-self: baseline;
  position: absolute;
  top: 20px;
  right: -200px;
}
@media screen and (max-width: 1199px) {
  .introduction_area {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .introduction_area .text_wrap {
    padding-right: 0;
  }
  .introduction_area .img_wrap {
    min-width: 450px;
    position: static;
  }
}
@media screen and (max-width: 999px) {
  .introduction_area {
    flex-direction: column;
    row-gap: 30px;
  }
  .introduction_area .text_wrap .introduction_btn {
    margin-top: 20px;
    margin: 20px auto;
  }
  .introduction_area .img_wrap {
    width: 100%;
    max-width: 400px;
    min-width: auto;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=image_inspection_center.css.map */
