.hero_area_2nd, footer {
  background-color: #fff;
}

.index .bg_wrap {
  position: fixed;
  z-index: -1;
  top: 0px;
  right: 0px;
  width: 100%;
  max-width: 100%;
  left: calc((100vw - 1160px) / 2 + 220px);
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background-color: #222222;
}
@media screen and (max-width: 1220px) {
  .index .bg_wrap {
    left: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .index .bg_wrap {
    display: none;
  }
}
.index .bg_wrap.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.index .bg_wrap figure {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  opacity: 0.48;
}
.index .bg_wrap figure img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
  width: 100%;
  height: 100%;
}
.index .sec_com {
  min-height: 100vh;
  width: 100%;
  max-width: 866px;
  margin-left: auto;
  margin-right: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 130px;
}
@media screen and (max-width: 1024px) {
  .index .sec_com {
    min-height: auto;
    padding: 0px;
    padding-bottom: 80px;
  }
}
.index .sec_com .tit_com02 {
  -webkit-transition: color 500ms ease-in-out;
  transition: color 500ms ease-in-out;
}
.index .sec_com .tit_com02 strong {
  -webkit-transition: color 500ms ease-in-out;
  transition: color 500ms ease-in-out;
}
.index .sec_com .txt_com02 {
  -webkit-transition: color 500ms ease-in-out;
  transition: color 500ms ease-in-out;
}
.index .sec_com.bg_on .tit_com02 {
  color: #fff;
}
.index .sec_com.bg_on .tit_com02 strong {
  color: #fff;
}
.index .sec_com.bg_on .txt_com02 {
  color: #fff;
}
.index .sec_spimg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .index .sec_spimg {
    display: block;
    aspect-ratio: 336/120;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 644px) {
  .index .sec_spimg {
    margin-bottom: 15px;
  }
}
.index .sec_spimg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.index .sec_list01 {
  border-bottom: 1px solid #C8C8C8;
}
@media screen and (max-width: 819px) {
  .index .sec_list01 {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.index .sec_list01 li {
  border-top: 1px solid #C8C8C8;
  background-color: #fff;
}
.index .sec_list01 li a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 40px;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 644px) {
  .index .sec_list01 li a {
    padding: 20px 30px;
    font-size: 17px;
  }
}
.en .index .sec_list01 li a {
  padding: 40px;
}
@media screen and (max-width: 644px) {
  .en .index .sec_list01 li a {
    padding: 35px 30px;
  }
}
.en .index .sec_list01 li a .jp {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0em;
}
.index .sec_list01 li a .jp {
  display: block;
  color: #222222;
  font-weight: 500;
}
.index .sec_list01 li a .eng {
  display: block;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  letter-spacing: 0.025em;
}
.index .sec_list01 li a .btn_arrow_com01 {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 644px) {
  .index .sec_list01 li a .btn_arrow_com01 {
    right: 25px;
  }
}
.index .sec_list01 li a:hover .jp {
  color: #1272BA;
}
.index .sec_list01 li a:hover .btn_arrow_com01 {
  right: 30px;
  background-color: #1272BA;
  color: #fff;
}
@media screen and (max-width: 644px) {
  .index .sec_list01 li a:hover .btn_arrow_com01 {
    right: 15px;
  }
}

.warehouse {
  padding-bottom: 120px;
}
@media screen and (max-width: 819px) {
  .warehouse {
    padding-top: 80px;
  }
}
@media screen and (max-width: 644px) {
  .warehouse {
    padding-bottom: 70px;
  }
}
.warehouse .sec01 {
  padding: 90px 0px;
  padding-top: 120px;
  color: #fff;
  position: relative;
  height: calc(62.5vw + 120px);
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .warehouse .sec01 {
    padding-top: 140px;
    height: calc(62.5vw + 140px);
  }
}
@media screen and (max-width: 819px) {
  .warehouse .sec01 {
    height: auto;
    padding: 40px 0px;
  }
}
.warehouse .sec01 .br-pcs {
  display: none;
}
@media screen and (max-width: 1024px) {
  .warehouse .sec01 .br-pcs {
    display: inline;
  }
}
@media screen and (max-width: 819px) {
  .warehouse .sec01 .br-pcs {
    display: none;
  }
}
.warehouse .sec01 .sec01_bg {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 100%;
  z-index: -1;
  height: calc(62.5vw + 120px);
  min-height: 100vh;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .warehouse .sec01 .sec01_bg {
    height: calc(62.5vw + 140px);
  }
}
@media screen and (max-width: 819px) {
  .warehouse .sec01 .sec01_bg {
    min-height: auto;
    height: 100%;
  }
}
.warehouse .sec01 .sec01_bg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.warehouse .sec01 .contents_in {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}
.warehouse .sec01 .tit_com02 {
  color: #fff;
}
.warehouse .sec01 .tit_com02 strong {
  color: #fff;
}
.warehouse .sec01 .link_com01 {
  color: #fff;
  margin-top: auto;
  margin-bottom: 0px;
  width: 100%;
  max-width: 100%;
  opacity: 0;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 819px) {
  .warehouse .sec01 .link_com01 {
    opacity: 1;
  }
}
.warehouse .sec01 .link_com01 .btn_arrow_com01 {
  background-color: #fff;
}
.warehouse .sec01 .link_com01 .btn_arrow_com01:hover .btn_arrow_com01 {
  background-color: #1272BA;
  color: #fff;
}
.warehouse .sec01 .link_com01:hover .btn_arrow_com01 {
  background-color: #1272BA;
  color: #fff;
}
.warehouse .sec01 .txt_scrolldown {
  display: none;
}
@media screen and (max-width: 819px) {
  .warehouse .sec01 .txt_scrolldown {
    display: block;
    margin-top: 40px;
    font-size: 12px;
    margin-bottom: 40px;
  }
}
.warehouse .sec01 .txt_scrolldown .icon {
  display: inline-block;
  width: 1.66em;
  line-height: 1;
  vertical-align: -0.1em;
  margin-right: 0.5em;
}
.warehouse .sec01 .txt_scrolldown .icon img {
  width: 100%;
  max-width: 100%;
}
.warehouse .sec01 .map_wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 819px) {
  .warehouse .sec01 .map_wrap {
    position: relative;
    aspect-ratio: 375/355;
    margin-left: -30px;
    margin-right: -30px;
    height: auto;
    width: calc(100% + 60px);
  }
}
.warehouse .sec01 .map_wrap img {
  width: 100%;
  max-width: 100%;
}
.warehouse .sec01 .map_wrap .map {
  position: absolute;
  width: 62.5%;
  opacity: 0;
  left: 22.08%;
  bottom: 0px;
}
@media screen and (max-width: 819px) {
  .warehouse .sec01 .map_wrap .map {
    width: 60.53%;
    left: 19.73%;
    bottom: 13.33%;
    opacity: 1;
  }
}
.warehouse .sec01 .map_wrap .pins {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.warehouse .sec01 .wid50 {
  max-width: 550px;
}
@media screen and (max-width: 819px) {
  .warehouse .sec01 .wid50 {
    width: 100%;
    max-width: 100%;
  }
}
.warehouse .sec02 {
  gap: 50px 0px;
  margin-bottom: 80px;
}
@media screen and (max-width: 644px) {
  .warehouse .sec02 {
    margin-bottom: 40px;
  }
}
.warehouse .movie_area .movie_wrap {
  width: 100%;
  max-width: 960px;
  margin: 0px auto;
  position: relative;
  aspect-ratio: 560/315;
  overflow: hidden;
  border-radius: 8px;
}
.warehouse .movie_area .movie_wrap iframe {
  position: absolute;
  width: 100% !important;
  top: 0px;
  left: 0px;
  height: 100% !important;
}

@media screen and (max-width: 644px) {
  .location {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
    max-width: none;
  }
}
.location_hanrei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  gap: 1em;
  margin-bottom: 45px;
}
@media screen and (max-width: 819px) {
  .location_hanrei {
    display: none;
  }
}
.location_hanrei .icon {
  display: inline-block;
  width: 1.71em;
}
.location .sp_scroll_txt {
  display: none;
  font-size: 12px;
  margin-bottom: 15px;
}
@media screen and (max-width: 644px) {
  .location .sp_scroll_txt {
    display: block;
  }
}
.location .sp_scroll_txt .icon {
  display: inline-block;
  width: 1.25em;
  vertical-align: -0.2em;
}
.location .sp_scroll_txt .icon img {
  width: 100%;
  max-width: 100%;
}
.location .sp_scroll_wrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 644px) {
  .location .sp_scroll_wrap {
    overflow: scroll;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 45px;
  }
}
.location .sp_scroll_wrap .sp_scroll_hint {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 644px) {
  .location .sp_scroll_wrap .sp_scroll_hint {
    display: block;
  }
}
.location .sp_scroll_wrap .sp_scroll_hint p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(51, 51, 51, 0.56);
  border-radius: 10px;
  aspect-ratio: 1/1;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 15px;
  width: 18.66%;
}
.location .sp_scroll_wrap .sp_scroll_hint img {
  width: 100%;
  max-width: 100%;
}
.location .map_area {
  position: relative;
}
@media screen and (max-width: 644px) {
  .location .map_area {
    width: 240vw;
  }
}
.location .map_area .map_img_box {
  aspect-ratio: 900/786;
  width: 100%;
  max-width: 100%;
  background-image: url(../../img/service/warehouse/location/map.png), url(../../img/service/warehouse/location/map_kanto.png), url(../../img/service/warehouse/location/map_kinki.png), url(../../img/service/warehouse/location/map_chugoku.png), url(../../img/service/warehouse/location/map_kyushu.png);
  background-size: contain, 0 0, 0 0, 0 0, 0 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.location .map_area .map_img_box.kanto {
  background-size: 0 0, contain, 0 0, 0 0, 0 0;
}
.location .map_area .map_img_box.kinki {
  background-size: 0 0, 0 0, contain, 0 0, 0 0;
}
.location .map_area .map_img_box.chugoku {
  background-size: 0 0, 0 0, 0 0, contain, 0 0;
}
.location .map_area .map_img_box.kyusyu {
  background-size: 0 0, 0 0, 0 0, 0 0, contain;
}
.location .map_area .pin_img_box {
  position: absolute;
  aspect-ratio: 900/786;
  width: 100%;
  max-width: 100%;
  top: 0px;
  left: 0px;
  background-image: url(../../img/service/warehouse/location/jigyo_pin_all.png), url(../../img/service/warehouse/location/jptg_pin_all.png), url(../../img/service/warehouse/location/souko_pin_all.png);
  background-size: contain, 0 0, 0 0;
  background-position: center center;
  background-repeat: no-repeat;
}
.location .map_area .pin_img_box.jigyo {
  background-size: contain, 0 0, 0 0;
}
.location .map_area .pin_img_box.jptg {
  background-size: 0 0, contain, 0 0;
}
.location .map_area .pin_img_box.souko {
  background-size: 0 0, 0 0, contain;
}
.location .map_area .btn_wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: none;
}
.location .map_area .btn_wrap.current {
  display: block;
}
.location .map_area .btn_wrap a {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px 10px 25px;
  background-color: #EDEDF5;
  color: #1272BA;
  font-size: 14px;
  border-radius: 30px;
  border: solid 1px #fff;
}
.location .map_area .btn_wrap a .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 14;
  font-size: 14px;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: -0.1em;
}
.location .map_area .btn_wrap a:hover {
  background-color: #1272BA;
  color: #fff;
}
.location .map_area .btn_wrap a.kanto {
  top: 26.2%;
  right: 14.66%;
}
.location .map_area .btn_wrap a.kinki {
  top: 35.87%;
  right: 39.11%;
}
.location .map_area .btn_wrap a.chugoku {
  top: 40.2%;
  right: 55.66%;
}
.location .map_area .btn_wrap a.kyusyu {
  top: 63.35%;
  right: 73.88%;
}
.location .sec_com {
  margin-bottom: 140px;
}
@media screen and (max-width: 644px) {
  .location .sec_com {
    margin-bottom: 80px;
  }
}
.location .sec_tit01 {
  font-size: 22px;
  font-weight: 500;
  color: #1272BA;
  margin-bottom: 15px;
  margin-top: 80px;
}
@media screen and (max-width: 644px) {
  .location .sec_tit01 {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.location .sec_tit01::before {
  display: inline-block;
  content: "";
  background-color: #00A95B;
  width: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  vertical-align: 0.2em;
}
.location .sec_tit01 + .box_com01 {
  padding-top: 0px;
  border-top: none;
}

.figure_box {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.figure_box figure {
  width: 48.66%;
  margin-bottom: 35px;
}
.figure_box figure img {
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
}
.figure_box figure figcaption {
  line-height: 1.2;
  font-size: 18px;
}
@media screen and (max-width: 644px) {
  .figure_box figure figcaption {
    font-size: 17px;
  }
}

.equipment_com {
  position: relative;
}
@media screen and (max-width: 644px) {
  .equipment_com .equipment_com_in {
    margin-top: 40px;
  }
}
.equipment_com .equipment_com_in .sec_eq_com {
  position: sticky;
  left: 0px;
  top: 0px;
  height: 100vh;
  background-color: #F6F6F6;
  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;
}
@media screen and (max-width: 644px) {
  .equipment_com .equipment_com_in .sec_eq_com {
    padding: 40px 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.equipment_com .equipment_com_in .sec_eq_com .tit_area {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 644px) {
  .equipment_com .equipment_com_in .sec_eq_com .tit_area {
    display: block;
  }
}
.equipment_com .equipment_com_in .sec_eq_com .tit_area .tit_com05 {
  width: 400px;
}
@media screen and (max-width: 819px) {
  .equipment_com .equipment_com_in .sec_eq_com .tit_area .tit_com05 {
    width: 100%;
    max-width: 100%;
  }
}
.equipment_com .equipment_com_in .sec_eq_com .tit_area .txt01 {
  width: calc(100% - 400px);
  font-size: 16px;
}
@media screen and (max-width: 819px) {
  .equipment_com .equipment_com_in .sec_eq_com .tit_area .txt01 {
    font-size: 15px;
    width: 100%;
    max-width: 100%;
  }
}
.equipment_com .equipment_com_in .sec_eq_com figure {
  position: relative;
  max-height: 69.78vh;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1160/628;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 644px) {
  .equipment_com .equipment_com_in .sec_eq_com figure {
    max-height: none;
  }
}
.equipment_com .equipment_com_in .sec_eq_com figure.tate {
  aspect-ratio: 649/885;
  width: 40%;
}
.equipment_com .equipment_com_in .sec_eq_com figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}
.equipment_com .equipment_com_in .sec_eq_com:nth-child(2n+1) {
  background-color: #fff;
}
.equipment_com .equipment_com_in .sec_eq_com.last {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 644px) {
  .equipment_com .equipment_com_in .sec_eq_com.last {
    padding: 40px 0px;
  }
}
.equipment_com .swiper-pagination {
  position: static;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
}
@media screen and (max-width: 644px) {
  .equipment_com .swiper-pagination {
    margin-top: 10px;
  }
}
.equipment_com .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #C8C8C8;
  opacity: 1;
}
.equipment_com .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #004C87;
}

.tit_flex {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 644px) {
  .tit_flex {
    display: block;
    margin-bottom: 70px;
  }
}
.tit_flex .txt_area {
  width: 55.17%;
}
@media screen and (max-width: 644px) {
  .tit_flex .txt_area {
    width: 100%;
    max-width: 100%;
  }
}
.tit_flex .txt_area .tit_com02 {
  margin-bottom: 20px;
}
.tit_flex .img_area {
  width: 40.86%;
}
@media screen and (max-width: 644px) {
  .tit_flex .img_area {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.tit_flex .img_area img {
  width: 100%;
  max-width: 100%;
}

.dom_area {
  background: url(../../img/service/domestic/bg01.png) center 0px no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 644px) {
  .dom_area {
    background: url(../../img/service/domestic/bg01.png) center 25% no-repeat;
    background-size: 100% auto;
  }
}
.dom_area .contents_in .dom_sec01 {
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 644px) {
  .dom_area .contents_in .dom_sec01 {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 50px;
  }
}
.en .dom_area .contents_in .dom_sec01 {
  width: 100%;
  max-width: 880px;
}
.en .dom_area .contents_in .dom_sec01 .img_area {
  width: 31.81%;
}
.en .dom_area .contents_in .dom_sec01 .txt_area {
  width: 65.34%;
}
@media screen and (max-width: 644px) {
  .en .dom_area .contents_in .dom_sec01 .txt_area {
    width: 100%;
    max-width: 100%;
  }
}
.dom_area .contents_in .dom_sec01 .img_area {
  width: 35%;
}
@media screen and (max-width: 644px) {
  .dom_area .contents_in .dom_sec01 .img_area {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 10%;
    margin-bottom: 20px;
  }
}
.dom_area .contents_in .dom_sec01 .txt_area {
  width: 61.25%;
}
@media screen and (max-width: 644px) {
  .dom_area .contents_in .dom_sec01 .txt_area {
    width: 100%;
    max-width: 100%;
  }
}
.dom_area .contents_in .img02 {
  width: 100%;
  max-width: 820px;
  margin: 0px auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 644px) {
  .dom_area .contents_in .img02 {
    width: 16px;
    margin: 0px auto;
    margin-bottom: 30px;
  }
}
.dom_area .contents_in .dom_sec02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 644px) {
  .dom_area .contents_in .dom_sec02 {
    margin-bottom: 0px;
  }
}
.dom_area .contents_in .dom_sec02 section {
  width: 31.03%;
}
@media screen and (max-width: 644px) {
  .dom_area .contents_in .dom_sec02 section {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.dom_area .contents_in .dom_sec02 section .img_area {
  width: 76.66%;
  margin: 0px auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 644px) {
  .dom_area .contents_in .dom_sec02 section .img_area {
    width: 100%;
    max-width: 100%;
  }
}
.dom_area .contents_in .txt_com02 {
  text-align: center;
  margin-bottom: 40px;
}

.dom_sec03 {
  background-color: #F6F6F6;
  padding: 120px 0px;
}
@media screen and (max-width: 644px) {
  .dom_sec03 {
    padding: 70px 0px;
  }
}
.dom_sec03 .contents_flex a {
  margin-bottom: 60px;
}

.img_jpt01 {
  padding: 80px 0px;
}
@media screen and (max-width: 644px) {
  .img_jpt01 {
    padding: 40px 0px;
  }
}

.ul_jpt_flex {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 644px) {
  .ul_jpt_flex {
    display: block;
    margin-bottom: 80px;
  }
}
.ul_jpt_flex aside {
  width: 31.03%;
}
@media screen and (max-width: 644px) {
  .ul_jpt_flex aside {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.ul_jpt_flex aside .img01 {
  width: 80.55%;
  margin: 0px auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 644px) {
  .ul_jpt_flex aside .img01 {
    width: 78.27%;
  }
}

.img_jpt02 {
  width: 100%;
  max-width: 1110px;
  margin: 0px auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 644px) {
  .img_jpt02 {
    margin-bottom: 50px;
  }
}
.img_jpt02 a::after {
  display: none;
}

.insuranceagent_area {
  padding: 120px 0px 0px;
}
@media screen and (max-width: 644px) {
  .insuranceagent_area {
    padding: 60px 0px 0px;
  }
}
.insuranceagent_area .insuranceagent_area_in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
.insuranceagent_area .insuranceagent_area_in .img_area {
  width: 26.89%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 70px 20px;
  border-radius: 5px;
}
.insuranceagent_area .insuranceagent_area_in .txt_area {
  width: 68.96%;
}
@media screen and (max-width: 644px) {
  .insuranceagent_area .insuranceagent_area_in .txt_area {
    width: 100%;
    max-width: 100%;
  }
}
.insuranceagent_area .insuranceagent_area_in .txt_area .tit_com04 {
  margin-bottom: 30px;
}
@media screen and (max-width: 644px) {
  .insuranceagent_area .insuranceagent_area_in .txt_area .img01 {
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 30px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
}

.service_info_area {
  background-color: #EDEDF5;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 644px) {
  .service_info_area {
    padding: 40px;
    margin-bottom: 40px;
  }
}
.service_info_area .txt_com01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 644px) {
  .service_info_area .txt_com01 {
    margin-bottom: 30px;
  }
}
.service_info_area .txt_com01:nth-last-child(1) {
  margin-bottom: 0px;
}
.service_info_area .btn01 {
  display: inline;
  text-decoration: underline;
  color: #1272BA;
  font-size: 14px;
}
.service_info_area .service_info_ul {
  list-style: decimal;
  margin-bottom: 30px;
  margin-left: 25px;
}
.service_info_area .service_info_ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 644px) {
  .service_info_area .service_info_ul li {
    font-size: 15px;
  }
}
.service_info_area .service_info_area_flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 644px) {
  .service_info_area .service_info_area_flex {
    display: block;
  }
}
.service_info_area .service_info_area_flex .txt_area {
  width: 82.95%;
}
@media screen and (max-width: 644px) {
  .service_info_area .service_info_area_flex .txt_area {
    width: 100%;
    max-width: 100%;
  }
}
.service_info_area .service_info_area_flex .txt_area .icon {
  width: 14.01%;
  position: absolute;
  left: 0px;
  top: calc(50% - 50px);
  text-align: center;
}
@media screen and (max-width: 644px) {
  .service_info_area .service_info_area_flex .txt_area .icon {
    position: static;
    width: 120px;
    margin: 0px auto;
    margin-bottom: 40px;
  }
}
.service_info_area .service_info_area_flex .txt_area .icon img {
  width: 81.08%;
}
@media screen and (max-width: 644px) {
  .service_info_area .service_info_area_flex .txt_area .icon img {
    width: 100%;
    max-width: 100%;
  }
}

.sec_network_com {
  margin-bottom: 120px;
}
@media screen and (max-width: 644px) {
  .sec_network_com {
    margin-bottom: 80px;
  }
}
.sec_network_com.mb_none {
  margin-bottom: 0px;
}
@media screen and (max-width: 644px) {
  .sec_network_com.mb_none {
    margin-bottom: 0px;
  }
}
.sec_network_com .txt_com01 {
  margin-bottom: 60px;
}
.sec_network_com .img01.-s {
  width: 83.1%;
  max-width: 964px;
  margin: 0px auto;
}
.sec_network_com .img01 img {
  width: 100%;
  max-width: 100%;
}
.sec_network_com .-tc_service {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.sec_network_flex {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 644px) {
  .sec_network_flex {
    display: block;
    margin-bottom: 30px;
  }
}
.sec_network_flex .sec_network_flex_in {
  width: 31.03%;
}
@media screen and (max-width: 819px) {
  .sec_network_flex .sec_network_flex_in {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 644px) {
  .sec_network_flex .sec_network_flex_in {
    width: 100%;
    max-width: 100%;
  }
}
.sec_network_flex .sec_network_flex_in .img01 {
  margin-bottom: 10px;
}
@media screen and (max-width: 644px) {
  .sec_network_flex .sec_network_flex_in .img01 {
    margin-bottom: 20px;
  }
}
.sec_network_flex .sec_network_flex_in .img01 img {
  width: 100%;
  max-width: 100%;
}
.sec_network_flex .sec_network_flex_in .tit01 {
  font-size: 22px;
  color: #1272BA;
  margin-bottom: 15px;
  position: relative;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
@media screen and (max-width: 644px) {
  .sec_network_flex .sec_network_flex_in .tit01 {
    font-size: 18px;
  }
}
.sec_network_flex .sec_network_flex_in .tit01 b {
  width: 30px;
  padding: 7px 0px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 12px;
  background-color: #B2B2B2;
  font-weight: bold;
  font-weight: 700;
  border-radius: 10px;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 7px;
}
@media screen and (max-width: 644px) {
  .sec_network_flex .sec_network_flex_in .tit01 b {
    top: 3px;
    padding: 4px 0px;
  }
}
.sec_network_flex .sec_network_flex_in .tit01 span {
  font-size: 18px;
}
@media screen and (max-width: 644px) {
  .sec_network_flex .sec_network_flex_in .tit01 span {
    font-size: 15px;
  }
}

.partner_subnav_area {
  margin: 80px 0px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .partner_subnav_area {
    margin: 40px 0px;
    background: url(../../img/service/network/partner/bg_map01.png) center center no-repeat;
    background-size: 100% auto;
  }
}
.partner_subnav_area .map_nav {
  width: 100%;
  max-width: 100%;
  position: absolute;
  left: 0px;
  top: 15%;
}
@media screen and (max-width: 819px) {
  .partner_subnav_area .map_nav {
    position: static;
    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;
  }
}
@media screen and (max-width: 819px) {
  .partner_subnav_area .map_nav {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.partner_subnav_area .map_nav li {
  width: 18.27%;
  height: auto;
  aspect-ratio: 1/1;
  border: 2px dotted #1272BA;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 819px) {
  .partner_subnav_area .map_nav li {
    position: static;
    width: calc(33.3% + 7px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: -14px;
  }
}
@media screen and (max-width: 644px) {
  .partner_subnav_area .map_nav li {
    width: calc(50% + 7px);
  }
}
.partner_subnav_area .map_nav li:nth-child(1) {
  left: 0px;
}
.partner_subnav_area .map_nav li:nth-child(2) {
  left: 16.2%;
}
.partner_subnav_area .map_nav li:nth-child(3) {
  left: 32.58%;
}
.partner_subnav_area .map_nav li:nth-child(4) {
  left: 48.96%;
}
.partner_subnav_area .map_nav li:nth-child(5) {
  left: 65.43%;
}
.partner_subnav_area .map_nav li:nth-child(6) {
  left: 81.72%;
}
@media screen and (max-width: 819px) {
  .partner_subnav_area .map_nav li {
    margin-left: -21px;
  }
}
@media screen and (max-width: 644px) {
  .partner_subnav_area .map_nav li {
    margin-left: 0px;
  }
}
@media screen and (max-width: 644px) {
  .partner_subnav_area .map_nav li:nth-child(2n) {
    margin-left: -14px;
  }
}
.partner_subnav_area .map_nav li a {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  font-size: 18px;
  color: #222222;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  line-height: 1.5;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 644px) {
  .partner_subnav_area .map_nav li a {
    font-size: 16px;
  }
}
.partner_subnav_area .map_nav li.-cur, .partner_subnav_area .map_nav li:hover {
  background: url(../../img/service/network/partner/btn_bg.png) 0px 0px no-repeat;
  background-size: cover;
  border: 2px solid rgba(18, 114, 186, 0.24);
}
.partner_subnav_area .map_nav li.-cur a, .partner_subnav_area .map_nav li:hover a {
  color: #fff;
}

.country_area {
  margin-bottom: 120px;
}
.country_area .country_area_in h3 {
  font-size: 90px;
  font-weight: bold;
  font-weight: 700;
  color: #1272BA;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 644px) {
  .country_area .country_area_in h3 {
    font-size: 50px;
  }
}
.country_area .country_area_in h3 span {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #C8C8C8;
  vertical-align: top;
  position: relative;
  margin-left: 20px;
}
@media screen and (max-width: 644px) {
  .country_area .country_area_in h3 span {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
  }
}
.country_area .country_area_in h3 span::before, .country_area .country_area_in h3 span::after {
  content: "";
  display: block;
  background-color: #1272BA;
  position: absolute;
}
.country_area .country_area_in h3 span::before {
  width: 16px;
  height: 2px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.country_area .country_area_in h3 span::after {
  width: 2px;
  height: 16px;
  top: calc(50% - 8px);
  left: calc(50% - 1px);
}
.country_area .country_area_in h3.h3_on span::after {
  display: none;
}
.country_area .country_area_in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 644px) {
  .country_area .country_area_in ul {
    margin-top: 20px;
  }
}
.country_area .country_area_in ul li {
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 644px) {
  .country_area .country_area_in ul li {
    margin-bottom: 20px;
    margin-right: 0px;
    width: 50%;
  }
}
.country_area .country_area_in ul li p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 644px) {
  .country_area .country_area_in ul li p {
    font-size: 15px;
  }
}
.country_area .country_area_in ul li p strong {
  font-weight: bold;
  font-weight: 700;
  display: block;
}
.country_area .country_area_in ul.ul_on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}