body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #231815;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

img {
  width: 100%;
  height: auto;
}

a:hover {
  transition: 0.5s;
  opacity: 0.7;
}

.pc_br {
  display: block;
}
@media screen and (max-width: 1100px) {
  .pc_br {
    display: none;
  }
}

.m_br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .m_br {
    display: block;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .ls_0 {
    letter-spacing: 0;
  }
}

.inner {
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 1100px;
}

.inner__02 {
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 1500px;
  background-color: #f7f8f8;
}

.inner__03 {
  margin: 0 auto;
  max-width: 900px;
}

.recruit-contact {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-contact {
    margin-top: 50px;
  }
}
.recruit-contact p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .recruit-contact p {
    font-size: 22px;
  }
}
.recruit-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 700px;
  height: 100px;
  border: 1px solid #231815;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .recruit-contact a {
    margin: 0 auto;
    width: calc(100% - 20px);
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    gap: 10px;
  }
}
.recruit-contact .tel_img {
  width: 318px;
}
@media screen and (max-width: 768px) {
  .recruit-contact .tel_img {
    width: 254.4px;
  }
}
.recruit-contact small {
  font-size: 14px;
}

.page_title_container {
  background-color: #fff;
  padding: 30px 80px 20px 80px;
  border-radius: 0 15px 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .page_title_container {
    padding: 15px 20px 15px 10px;
  }
}

.page_title_container__inner {
  display: flex;
  align-items: flex-end;
  gap: 220px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page_title_container__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.page_title_container__inner .navy_arrow {
  position: absolute;
  top: 73%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.page_title_container__inner .navy_arrow__delivery {
  left: 35%;
}
@media screen and (max-width: 1100px) {
  .page_title_container__inner .navy_arrow__delivery {
    left: 37%;
  }
}
@media screen and (max-width: 768px) {
  .page_title_container__inner .navy_arrow {
    display: none;
  }
}

.page__title__box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .page__title__box {
    gap: 10px;
  }
}
.page__title__box__02 {
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page__title__box__02 {
    width: 100%;
    top: 44%;
    gap: 5px;
  }
}

.page__title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00aeeb;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .page__title {
    font-size: 26px;
  }
}

.title {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
.title__white {
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 26px;
  }
}

.sec_title {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .sec_title {
    font-size: 24px;
  }
}

.box_title__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .box_title__box {
    gap: 10px;
  }
}

.box_title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .box_title {
    font-size: 24px;
  }
}

.box_title__en {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #00aeeb;
}
@media screen and (max-width: 768px) {
  .box_title__en {
    font-size: 16px;
  }
}

.title__en {
  font-size: 78px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #00aeeb;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.title__en__blue {
  color: #106ab1;
}
.title__en__contact {
  font-size: 58px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .title__en {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .title__en {
    font-size: 40px;
  }
}

.subtitle__en {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #00aeeb;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
}
.subtitle__en__02 {
  font-size: 54px;
}
@media screen and (max-width: 768px) {
  .subtitle__en {
    font-size: 26px;
  }
}

.title__34 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  color: #106ab1;
}
.title__34__02 {
  color: #00aeeb;
}
@media screen and (max-width: 768px) {
  .title__34 {
    font-size: 26px;
  }
}

.text_a {
  text-align: center;
}

.b_under_arrow {
  width: 6px;
  margin: 0 auto;
  animation: downBtnFloat 2s ease-in-out infinite;
}

.border {
  display: block;
  width: 100%;
  border-bottom: 1px solid #231815;
}

#header_top {
  position: relative;
  width: 100%;
  height: 1017px;
}
@media screen and (max-width: 1100px) {
  #header_top {
    height: 75vh;
  }
}
@media screen and (max-width: 768px) {
  #header_top {
    height: auto;
    aspect-ratio: 16/12;
  }
}
#header_top .mv_video_wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
#header_top .mv_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-page {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 620px;
}
@media screen and (max-width: 1100px) {
  .header-page {
    height: 65vh;
  }
}
@media screen and (max-width: 768px) {
  .header-page {
    height: 400px;
    background-size: cover;
    background-position: 60% center;
  }
}
.header-page__port-work {
  background-image: url(../img/port_mv.png);
}
.header-page__delivery-work {
  background-image: url(../img/delivery_mv_25.png);
}
.header-page__company {
  background-image: url(../img/company_mv.png);
  background-position: 10% center;
}
.header-page__gray {
  background-color: #f7f8f8;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header-page__gray {
    height: 250px;
  }
}

.h_container {
  position: relative;
  z-index: 99;
  padding: 60px 50px 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .h_container {
    padding: 50px 20px 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .h_container {
    padding: 20px 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .h_container {
    padding: 15px 0 0 10px;
  }
}

.h_logo {
  width: 412px;
}
@media screen and (max-width: 768px) {
  .h_logo {
    width: 247.2px;
  }
}

.hd_nav__box {
  display: flex;
  align-items: center;
  height: 50px;
}
.hd_nav__list {
  position: relative;
  width: 200px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  .hd_nav__list {
    width: 150px;
  }
}
.hd_nav__list:hover .hd_nav__sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hd_nav__list.has_child .hd_nav__link::after {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: 15px;
  border-right: 2px solid #231815;
  border-bottom: 2px solid #231815;
  transform: rotate(45deg) translateY(-3px);
}
.hd_nav__list.contact {
  width: 220px;
}
@media screen and (max-width: 1400px) {
  .hd_nav__list.contact {
    width: 150px;
  }
}
.hd_nav__list.contact .hd_nav__link {
  background: #106ab1;
  color: #fff;
}
.hd_nav__link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.hd_nav__sub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
}
.hd_nav__sub_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 16px;
  border-top: 1px solid #ddd;
  transition: 0.3s;
}
.hd_nav__sub_link:hover {
  background: #f5f5f5;
}

.hd_menu_btn {
  display: none;
}

@media screen and (max-width: 1100px) {
  .hd_menu_btn {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    width: 56px;
    height: 56px;
    border: none;
    background: #106ab1;
    cursor: pointer;
  }
  .hd_menu_btn span {
    display: block;
    width: 28px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }
  .hd_menu_btn.is-open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  .hd_menu_btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .hd_menu_btn.is-open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
  .hd_nav {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9998;
    width: 100%;
    height: 100vh;
    background: #f4f7fa;
    transition: right 0.4s ease;
    overflow-y: auto;
  }
  .hd_nav.is-open {
    right: 0;
  }
  .hd_nav__box {
    display: block;
    width: calc(100% - 10px);
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    padding: 110px 0 60px;
  }
  .hd_nav__list, .hd_nav__list.contact {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  }
  .hd_nav__link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 62px;
    padding: 0 24px;
    font-size: 17px;
    font-weight: 600;
    color: #231815;
  }
  .hd_nav__list.has_child .hd_nav__link::after {
    margin-left: auto;
    width: 9px;
    height: 9px;
    border-right: 2px solid #231815;
    border-bottom: 2px solid #231815;
    transform: rotate(45deg) translateY(-3px);
  }
  .hd_nav__sub {
    position: static;
    display: block;
    width: 100%;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: #eef3f7;
    transition: none;
  }
  .hd_nav__sub_list {
    width: 100%;
  }
  .hd_nav__sub_link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 54px;
    padding: 0 24px 0 42px;
    font-size: 15px;
    color: #231815;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    background: transparent;
  }
  .hd_nav__list.contact {
    background: #106ab1;
  }
  .hd_nav__list.contact .hd_nav__link {
    color: #fff;
    background: #106ab1;
    justify-content: center;
  }
  body.is-fixed {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .hd_menu_btn {
    position: fixed;
    top: 0;
    right: 0;
  }
}
.down_btn {
  position: absolute;
  width: 116px;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  animation: downBtnFloat 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .down_btn {
    width: 58px;
    bottom: 20px;
  }
}

@keyframes downBtnFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(12px);
  }
}
#ft_contact {
  margin-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #ft_contact {
    margin-bottom: 60px;
  }
}
#ft_contact.top_ft_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: #f7f8f8;
  z-index: -1;
}
#ft_contact .inner__02 {
  padding: 200px 0;
  background: url(../img/contact_back_30.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #ft_contact .inner__02 {
    padding: 50px 0;
    background-size: cover;
    background-position: center 30%;
  }
}
#ft_contact .container {
  background-color: #fff;
  padding: 110px 0 90px;
}
@media screen and (max-width: 768px) {
  #ft_contact .container {
    padding: 30px 0;
  }
}
#ft_contact .text_01 {
  padding: 25px 0 35px;
}
@media screen and (max-width: 768px) {
  #ft_contact .text_01 {
    padding: 10px 0 30px;
  }
}
#ft_contact .item_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #ft_contact .item_box {
    flex-direction: column;
    gap: 20px;
  }
}
#ft_contact .tel_box {
  display: block;
}
#ft_contact .tel_box .tel_img {
  width: 317px;
}
@media screen and (max-width: 768px) {
  #ft_contact .tel_box .tel_img {
    width: 253.6px;
  }
}
#ft_contact .mail_box {
  display: block;
  width: 305px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background-color: #106ab1;
  color: #fff;
}
#ft_contact .mail_box .mail_icon {
  width: 36px;
}
@media screen and (max-width: 768px) {
  #ft_contact .mail_box .mail_icon {
    width: 25.2px;
  }
}

#ft {
  background-color: #106ab1;
  color: #fff;
  padding: 60px 0 160px;
}
@media screen and (max-width: 1100px) {
  #ft {
    padding: 50px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  #ft {
    padding: 50px 0;
  }
}

.ft_container {
  display: flex;
  justify-content: center;
  gap: 200px;
}
@media screen and (max-width: 1100px) {
  .ft_container {
    flex-direction: column;
    gap: 50px;
    padding: 0 10px;
  }
}

.ft_box__01 .ft_logo {
  width: 290px;
}
@media screen and (max-width: 768px) {
  .ft_box__01 .ft_logo {
    width: 203px;
  }
}
.ft_box__01 p {
  font-size: 14px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .ft_box__01 p {
    padding-top: 15px;
  }
}

.ft_box__02 {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .ft_box__02 {
    flex-direction: column;
    gap: 20px;
  }
}

.ft_nav__item {
  position: relative;
}

.ft_nav__item--parent {
  width: auto;
}
@media screen and (max-width: 768px) {
  .ft_nav__item--parent {
    padding-bottom: 90px;
  }
}

.ft_subnav {
  position: absolute;
  top: 50px;
  left: 15px;
  width: -moz-max-content;
  width: max-content;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.ft_subnav li + li {
  margin-top: 15px;
}

.ft_nav__link {
  text-decoration: none;
  display: inline-block;
}
.ft_nav__link:hover {
  opacity: 0.7;
}

#top_about {
  padding-top: 110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top_about {
    padding-top: 50px;
  }
}
#top_about .inner__02 {
  padding: 170px 10px 320px;
}
@media screen and (max-width: 1100px) {
  #top_about .inner__02 {
    padding: 140px 10px 320px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .inner__02 {
    padding: 80px 10px 130px;
  }
}
#top_about .title__en__box {
  position: relative;
  padding-bottom: 160px;
}
@media screen and (max-width: 1100px) {
  #top_about .title__en__box {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .title__en__box {
    padding-bottom: 60px;
  }
}
#top_about .title__en {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #f7f8f8;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top_about .title__en {
    font-size: 34px;
  }
}
#top_about .top_title_icon {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 238px;
}
@media screen and (max-width: 1100px) {
  #top_about .top_title_icon {
    width: 190.4px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .top_title_icon {
    width: 107.1px;
    top: 8%;
  }
}
#top_about .title {
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #top_about .title {
    line-height: 2;
  }
}
#top_about .text_01 {
  line-height: 2;
  padding: 70px 0 40px;
}
@media screen and (max-width: 1100px) {
  #top_about .text_01 {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #top_about .text_01 {
    padding: 30px 0 20px;
  }
}
#top_about .name_box {
  position: relative;
}
#top_about .teramoto-teruya {
  position: absolute;
  top: -75px;
  right: 15%;
  width: 247px;
}
@media screen and (max-width: 768px) {
  #top_about .teramoto-teruya {
    width: 172.9px;
    top: -50px;
  }
}
#top_about .name__01 {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #top_about .name__01 {
    font-size: 20px;
  }
}
#top_about .name__02 {
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_about .name__02 {
    font-size: 14px;
  }
}

.flow_gallery {
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: -135px;
}
.flow_gallery__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 32px;
  animation: flowGallery 40s linear infinite;
}
.flow_gallery__item {
  flex-shrink: 0;
  width: 475px;
}
@media screen and (max-width: 768px) {
  .flow_gallery__item {
    width: 285px;
  }
}
.flow_gallery__item img {
  display: block;
  width: 100%;
  height: 357px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .flow_gallery__item img {
    height: 214.2px;
  }
}

@keyframes flowGallery {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#top_business__01 {
  padding: 335px 0 130px;
  background-image: url(../img/top_sec_bac_30.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  #top_business__01 {
    padding: 300px 0 130px;
  }
}
@media screen and (max-width: 768px) {
  #top_business__01 {
    padding: 200px 0 50px;
  }
}
#top_business__01 .text_01 {
  font-size: 30px;
  padding: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  #top_business__01 .text_01 {
    font-size: 28px;
    padding: 5px 0 20px;
  }
}
#top_business__01 .w_under_arrow {
  width: 6px;
  margin: 0 auto;
  display: block;
  animation: downBtnFloat 2s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  #top_business__01 .w_under_arrow {
    width: 4px;
  }
}
#top_business__01 .item_box {
  padding: 60px 0 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 1100px) {
  #top_business__01 .item_box {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top_business__01 .item_box {
    padding: 35px 0 60px;
    flex-direction: column;
    gap: 15px;
  }
}
#top_business__01 .item_box .item {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1100px) {
  #top_business__01 .item_box .item {
    width: 255px;
    height: 255px;
  }
}
#top_business__01 .item_box .item .top_icon {
  width: 110px;
}
@media screen and (max-width: 1100px) {
  #top_business__01 .item_box .item .top_icon {
    width: 77px;
  }
}
#top_business__01 .item_box .item h3 {
  color: #00aeeb;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 15px;
}
@media screen and (max-width: 1100px) {
  #top_business__01 .item_box .item h3 {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 10px;
  }
}
#top_business__01 .item_box .item p {
  line-height: 1.5;
  padding-top: 10px;
  color: #231815;
}
@media screen and (max-width: 1100px) {
  #top_business__01 .item_box .item p {
    padding-top: 10px;
  }
}
#top_business__01 .title {
  line-height: 1.5;
}
#top_business__01 .text_02 {
  padding: 70px 0 0 0;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  #top_business__01 .text_02 {
    padding: 30px 0 0 0;
  }
}

#top_business__02 {
  background-color: #f7f8f8;
  padding: 150px 0 230px;
}
@media screen and (max-width: 768px) {
  #top_business__02 {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  #top_business__02 .title__en {
    font-size: 50px;
  }
}
#top_business__02 .text_01 {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #top_business__02 .text_01 {
    padding-top: 10px;
    gap: 15px;
  }
}
#top_business__02 .text_01 .top_navy_arrow {
  width: 233px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1.2s ease;
}
@media screen and (max-width: 768px) {
  #top_business__02 .text_01 .top_navy_arrow {
    width: 139.8px;
  }
}
#top_business__02 .text_01 .top_navy_arrow.is-active {
  transform: scaleX(1);
}
#top_business__02 .item_container {
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  gap: 220px;
}
@media screen and (max-width: 768px) {
  #top_business__02 .item_container {
    gap: 100px;
    padding-top: 60px;
  }
}
#top_business__02 .item_box {
  display: flex;
  gap: 90px;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #top_business__02 .item_box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding-bottom: 120px;
  }
}
#top_business__02 .item__01 {
  max-width: 570px;
}
@media screen and (max-width: 1100px) {
  #top_business__02 .item__01 {
    max-width: 100%;
  }
}
#top_business__02 .item__01 h3 {
  font-size: 50px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #top_business__02 .item__01 h3 {
    font-size: 28px;
  }
}
#top_business__02 .item__01 p {
  color: #00aeeb;
  font-size: 22px;
  font-weight: 600;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  #top_business__02 .item__01 p {
    font-size: 18px;
    padding-top: 10px;
  }
}
#top_business__02 .item__01 .text_box {
  line-height: 2;
  padding: 50px 0;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #top_business__02 .item__01 .text_box {
    padding: 25px 0 35px;
  }
}
#top_business__02 .item__01 .read_btn {
  width: 260px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff;
  background-color: #203e54;
}
#top_business__02 .item__01 .read_btn .w_btn_arrow {
  width: 62px;
  transition: transform 0.3s ease;
}
#top_business__02 .item__01 .read_btn:hover .w_btn_arrow {
  transform: translateX(10px);
}
@media screen and (max-width: 1100px) {
  #top_business__02 .item__01 .read_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top_business__02 .item__02 {
  position: relative;
  display: inline-block;
  width: 428px;
}
@media screen and (max-width: 768px) {
  #top_business__02 .item__02 {
    width: 100%;
  }
}
#top_business__02 .item__02 img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 514px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #top_business__02 .item__02 img {
    height: 300px;
  }
}
#top_business__02 .item__02::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -40px;
  width: 246px;
  height: 213px;
  background: #106ab1;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  #top_business__02 .item__02::after {
    bottom: -30px;
  }
}
@media screen and (max-width: 768px) {
  #top_business__02 .item__02::after {
    width: 172.2px;
    height: 149.1px;
    right: -10px;
    bottom: -10px;
  }
}
#top_business__02 .item_box:nth-child(2) .item__02::after {
  right: -27px;
}
@media screen and (max-width: 1100px) {
  #top_business__02 .item_box:nth-child(2) .item__02::after {
    bottom: -30px;
  }
}
@media screen and (max-width: 768px) {
  #top_business__02 .item_box:nth-child(2) .item__02::after {
    right: -10px;
    bottom: -10px;
  }
}

#container__01 {
  padding: 130px 0 200px 0;
}
@media screen and (max-width: 768px) {
  #container__01 {
    padding: 60px 0 100px;
  }
}
#container__01 .port-work {
  display: block;
  width: 85px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #container__01 .port-work {
    width: 68px;
  }
}
#container__01 .delivery-work {
  display: block;
  width: 123px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #container__01 .delivery-work {
    width: 98.4px;
  }
}
#container__01 .title {
  padding: 30px 0 95px;
}
@media screen and (max-width: 768px) {
  #container__01 .title {
    padding: 10px 0 20px;
    line-height: 1.5;
  }
}
#container__01 .item_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #container__01 .item_box {
    flex-direction: column;
    align-items: center;
    gap: 90px;
  }
}
@media screen and (max-width: 768px) {
  #container__01 .item_box {
    gap: 50px;
  }
}
#container__01 .item__01 {
  position: relative;
  display: inline-block;
  width: 430px;
}
@media screen and (max-width: 768px) {
  #container__01 .item__01 {
    width: 100%;
  }
}
#container__01 .item__01 img {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 546px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #container__01 .item__01 img {
    height: 300px;
  }
}
#container__01 .item__01::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -30px;
  width: 232px;
  height: 300px;
  background: #106ab1;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  #container__01 .item__01::after {
    bottom: -30px;
  }
}
@media screen and (max-width: 768px) {
  #container__01 .item__01::after {
    width: 162.4px;
    height: 210px;
    left: -10px;
    bottom: -10px;
  }
}
#container__01 .item__02 {
  max-width: 640px;
}
@media screen and (max-width: 1100px) {
  #container__01 .item__02 {
    max-width: 100%;
  }
}
#container__01 .item__02 p {
  line-height: 2;
}
#container__01 .item__02 .text_01 {
  padding: 40px 0 50px;
}
@media screen and (max-width: 768px) {
  #container__01 .item__02 .text_01 {
    padding: 20px 0 20px;
    letter-spacing: 0.02em;
  }
}
#container__01 .item__02 .text_02 {
  padding-top: 35px;
}
@media screen and (max-width: 768px) {
  #container__01 .item__02 .text_02 {
    padding-top: 15px;
  }
}

#container__02 {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #container__02 {
    margin-bottom: 80px;
  }
}
#container__02 {
  position: relative;
}
#container__02 .port-work_02 {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1141px;
}
@media screen and (max-width: 1500px) {
  #container__02 .port-work_02 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  #container__02 .port-work_02 {
    top: -70px;
  }
}
@media screen and (max-width: 768px) {
  #container__02 .port-work_02 {
    top: -25px;
  }
}
#container__02 .delivery-work_02 {
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1566px;
}
@media screen and (max-width: 1500px) {
  #container__02 .delivery-work_02 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  #container__02 .delivery-work_02 {
    top: -70px;
  }
}
@media screen and (max-width: 768px) {
  #container__02 .delivery-work_02 {
    top: -25px;
  }
}
#container__02 .inner__02 {
  padding: 135px 0 150px;
}
@media screen and (max-width: 768px) {
  #container__02 .inner__02 {
    padding: 50px 0;
  }
}
#container__02 .item_container__01 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #container__02 .item_container__01 {
    padding-bottom: 40px;
  }
}
#container__02 .item_container__02 {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #container__02 .item_container__02 {
    padding-top: 40px;
  }
}
#container__02 .sec_title_box {
  padding-bottom: 45px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #container__02 .sec_title_box {
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #container__02 .sec_title_box {
    padding-bottom: 30px;
  }
}
#container__02 .sec_title_box p {
  max-width: 630px;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  #container__02 .sec_title_box p {
    max-width: 100%;
  }
}
#container__02 .img_box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  #container__02 .img_box {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  #container__02 .img_box {
    flex-direction: column;
    align-items: center;
  }
}
#container__02 .img_box img {
  max-width: 528px;
}
@media screen and (max-width: 1100px) {
  #container__02 .img_box img {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  #container__02 .img_box img {
    max-width: 100%;
  }
}
#container__02 .item__box {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1100px) {
  #container__02 .item__box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #container__02 .item__box {
    gap: 35px;
  }
}
#container__02 .item__box .cross {
  width: 52px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
  #container__02 .item__box .cross {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  #container__02 .item__box .cross {
    width: 36.4px;
  }
}
#container__02 .item {
  width: 100%;
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1100px) {
  #container__02 .item {
    max-width: 100%;
  }
}
#container__02 .item .number {
  width: 111px;
  height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #106ab1;
  color: #00aeeb;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  #container__02 .item .number {
    width: 77.7px;
    height: 77.7px;
    font-size: 42px;
  }
}
#container__02 .item .title__34 {
  padding: 25px 0 30px;
  color: #00aeeb;
  letter-spacing: 0;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  #container__02 .item .title__34 {
    font-size: 24px;
    padding: 20px 0 15px;
  }
}
#container__02 .item .item_text {
  line-height: 2;
  align-self: stretch;
  width: 100%;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  #container__02 .item .item_text {
    letter-spacing: 0.05em;
  }
}
#container__02 .item .item_text__02 {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  #container__02 .item .item_text__02 {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  #container__02 .item .item_text__03 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  #container__02 .item__box .item:last-of-type {
    padding-top: 10px;
  }
}
#container__02 .blue_box {
  padding: 25px 0;
  background-color: #106ab1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 220px;
}
#container__02 .blue_box__02 {
  margin-bottom: 110px;
}
@media screen and (max-width: 1100px) {
  #container__02 .blue_box {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #container__02 .blue_box {
    flex-direction: column;
    padding: 15px 10px;
    gap: 30px;
  }
}
#container__02 .blue_box h6 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 768px) {
  #container__02 .blue_box h6 {
    font-size: 20px;
  }
}
#container__02 .blue_box h6::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  transform: translateY(-50%);
  width: 1px;
  height: 35px;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  #container__02 .blue_box h6::after {
    right: -20px;
  }
}
@media screen and (max-width: 768px) {
  #container__02 .blue_box h6::after {
    width: 150px;
    height: 1px;
    right: 50%;
    transform: translate(50%, -50%);
    top: unset;
    bottom: -15px;
  }
}
#container__02 .blue_box p {
  line-height: 1.5;
}

.ls_03 {
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .ls_03 {
    letter-spacing: 0.02em;
  }
}

#c_container__01 {
  padding: 130px 0 100px;
}
@media screen and (max-width: 768px) {
  #c_container__01 {
    padding: 60px 0;
  }
}
#c_container__01 .title {
  line-height: 1.5;
}
#c_container__01 .text_01 {
  padding: 60px 0 50px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #c_container__01 .text_01 {
    padding: 30px 0;
  }
}
#c_container__01 .c_img03 {
  display: block;
  width: 100%;
  max-width: 1068px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  #c_container__01 .c_img03 {
    padding: 0 10px;
  }
}

#c_container__02 .inner__02 {
  padding: 100px 0 160px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #c_container__02 .inner__02 {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
#c_container__02 .title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #c_container__02 .title_box {
    gap: 10px;
  }
}
#c_container__02 .company-table {
  width: 100%;
  max-width: 700px;
  margin: 85px auto 0;
}
@media screen and (max-width: 768px) {
  #c_container__02 .company-table {
    padding: 0 10px;
    margin: 50px auto 0;
    max-width: 100%;
  }
}
#c_container__02 .company-table dl {
  margin: 0;
  border-top: 1px solid #bdbdbf;
}
#c_container__02 .company-table__row {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  min-height: 86px;
  border-bottom: 1px solid #bdbdbf;
  -moz-column-gap: 55px;
       column-gap: 55px;
}
@media screen and (max-width: 768px) {
  #c_container__02 .company-table__row {
    grid-template-columns: 70px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
    min-height: 70px;
  }
}
#c_container__02 .company-table dt {
  margin: 0;
  font-weight: 600;
  position: relative;
}
#c_container__02 .company-table dt::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 25px;
  background: #bdbdbf;
}
@media screen and (max-width: 768px) {
  #c_container__02 .company-table dt::after {
    right: -13px;
    height: 20px;
  }
}
#c_container__02 .company-table dd {
  margin: 0;
  line-height: 1.8;
}
#c_container__02 .history {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  #c_container__02 .history {
    margin-top: 80px;
  }
}
#c_container__02 .history__inner {
  display: flex;
  justify-content: center;
  gap: 110px;
}
#c_container__02 .history .subtitle__en {
  padding-bottom: 75px;
}
#c_container__02 .history__list {
  position: relative;
}
#c_container__02 .history__list::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 97px;
  width: 1px;
  height: calc(100% - 7px);
  background: #00a6df;
}
#c_container__02 .history__item {
  position: relative;
  display: grid;
  grid-template-columns: 95px 1fr;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin: 0;
  padding-bottom: 28px;
}
#c_container__02 .history__item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 94px;
  width: 7px;
  height: 7px;
  background: #00a6df;
  border-radius: 50%;
}
#c_container__02 .history dt {
  color: #727171;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
#c_container__02 .history dd {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
}
#c_container__02 .history__images {
  padding-top: 5px;
}
#c_container__02 .history__images img {
  display: block;
  width: 476px;
  height: 357px;
  -o-object-fit: cover;
     object-fit: cover;
}
#c_container__02 .history__images img + img {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  #c_container__02 .history__inner {
    flex-direction: column;
    gap: 50px;
  }
  #c_container__02 .history__images {
    display: flex;
    gap: 20px;
    padding-top: 0;
  }
  #c_container__02 .history__images img {
    width: calc((100% - 20px) / 2);
    height: auto;
  }
  #c_container__02 .history__images img + img {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  #c_container__02 .history .subtitle__en {
    padding-bottom: 35px;
    font-size: 40px;
  }
  #c_container__02 .history__item {
    grid-template-columns: 75px 1fr;
    -moz-column-gap: 25px;
         column-gap: 25px;
    padding-bottom: 24px;
  }
  #c_container__02 .history__list::before {
    left: 77px;
  }
  #c_container__02 .history__item::before {
    left: 74px;
  }
  #c_container__02 .history dt {
    font-size: 22px;
  }
  #c_container__02 .history dd {
    font-size: 14px;
  }
  #c_container__02 .history__images {
    flex-direction: column;
  }
  #c_container__02 .history__images img {
    width: 100%;
  }
}

#c_container__03 {
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  #c_container__03 {
    margin-bottom: 80px;
  }
}
#c_container__03 .inner__02 {
  padding: 120px 0 90px;
}
@media screen and (max-width: 768px) {
  #c_container__03 .inner__02 {
    padding: 50px 0;
  }
}
#c_container__03 .item_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #c_container__03 .item_container {
    flex-direction: column;
    gap: 50px;
  }
}
#c_container__03 .item_box {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 768px) {
  #c_container__03 .item_box {
    max-width: 100%;
  }
}
#c_container__03 .title_box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #c_container__03 .title_box {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  #c_container__03 .subtitle__en {
    font-size: 40px;
  }
}
#c_container__03 .text__01 {
  line-height: 2;
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  #c_container__03 .text__01 {
    padding-top: 30px;
  }
}
#c_container__03 .access_map {
  width: 630px;
  height: 366px;
}
@media screen and (max-width: 768px) {
  #c_container__03 .access_map {
    width: 100%;
  }
}
#c_container__03 .border_box {
  margin-top: 90px;
  display: flex;
  align-items: center;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  #c_container__03 .border_box {
    margin-top: 50px;
    gap: 20px;
  }
}
#c_container__03 .border_box p {
  color: #00aeeb;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #c_container__03 .border_box p {
    font-size: 18px;
  }
}
#c_container__03 .text_box {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #c_container__03 .text_box {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
  }
}
#c_container__03 .g_map {
  width: 300px;
  height: 45px;
  background-color: #106ab1;
  color: #fff;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c_container__03 .g_map .map_icon {
  display: block;
  width: 18px;
  margin-right: 10px;
}
#c_container__03 .g_map .w_btn_arrow {
  display: block;
  width: 60px;
  margin-left: 30px;
  transition: transform 0.3s ease;
}
#c_container__03 .g_map:hover .w_btn_arrow {
  transform: translateX(10px);
}

#r_container__01 {
  padding: 95px 0 100px;
}
@media screen and (max-width: 768px) {
  #r_container__01 {
    padding: 60px 0;
  }
}
#r_container__01 .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  #r_container__01 .container {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  #r_container__01 .container {
    gap: 20px;
  }
}
#r_container__01 .r_img01 {
  max-width: 431px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  #r_container__01 .r_img01 {
    padding-top: 170px;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  #r_container__01 .r_img01 {
    padding-top: 130px;
    max-width: 100%;
  }
}
#r_container__01 .item_box {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #r_container__01 .item_box {
    max-width: 100%;
  }
}
#r_container__01 .item_box .title {
  padding-top: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 1100px) {
  #r_container__01 .item_box .title {
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #r_container__01 .item_box .title {
    font-size: 30px;
    letter-spacing: 0.08em;
  }
}
#r_container__01 .item_box .text_01 {
  padding-top: 45px;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  #r_container__01 .item_box .text_01 {
    padding: 0;
  }
}

#r_container__02 .inner__02 {
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  #r_container__02 .inner__02 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #r_container__02 .b_under_arrow {
    margin-top: 20px;
  }
}
#r_container__02 .container {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  #r_container__02 .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #r_container__02 .container {
    padding-top: 50px;
  }
}
#r_container__02 .item_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 320px;
}
@media screen and (max-width: 1100px) {
  #r_container__02 .item_box {
    max-width: 600px;
  }
}
#r_container__02 .item_box .r_img__icon {
  width: 176px;
}
#r_container__02 .item_box .title__34 {
  padding: 40px 0 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #r_container__02 .item_box .title__34 {
    padding: 25px 0 20px;
  }
}
#r_container__02 .item_box .item_text {
  line-height: 2;
}

#r_container__03 {
  position: relative;
}
#r_container__03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #e4f5f9;
  z-index: -1;
}
#r_container__03 .r_inner {
  padding: 65px 0 90px;
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 1700px;
  background-color: #106ab1;
}
@media screen and (max-width: 768px) {
  #r_container__03 .r_inner {
    padding: 30px 0 50px;
  }
}
#r_container__03 .recommend-balloon {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 690px;
  padding: 14px 20px;
  background: #fff;
  border-radius: 26px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #r_container__03 .recommend-balloon {
    font-size: 26px;
    border-radius: 12px;
    padding: 12px 5px;
  }
}
#r_container__03 .recommend-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 14px 0 14px;
  border-color: #fff transparent transparent transparent;
}
#r_container__03 .container {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  #r_container__03 .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
#r_container__03 .item_box {
  width: 315px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#r_container__03 .item_box .r_case {
  position: absolute;
  top: -15px;
  left: -50px;
  width: 112px;
}
@media screen and (max-width: 768px) {
  #r_container__03 .item_box .r_case {
    width: 89.6px;
    left: -10px;
  }
}
#r_container__03 .item_box .r_img__icon02 {
  width: 136px;
}
#r_container__03 .item_box p {
  padding-top: 25px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 600;
}

#r_container__04 {
  background-color: #e4f5f9;
  padding: 80px 0 110px;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  #r_container__04 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
#r_container__04 .r_img08 {
  display: block;
  width: 194px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #r_container__04 .r_img08 {
    width: 135.8px;
  }
}
#r_container__04 .subtitle__en {
  padding: 30px 0;
}
#r_container__04 .interview_text {
  display: block;
  margin: 0 auto;
  width: 779px;
}
@media screen and (max-width: 1100px) {
  #r_container__04 .interview_text {
    width: 623.2px;
  }
}
@media screen and (max-width: 768px) {
  #r_container__04 .interview_text {
    width: 285.6px;
  }
}
#r_container__04 .container {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  #r_container__04 .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
}
#r_container__04 .item_box {
  width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  #r_container__04 .item_box {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  #r_container__04 .item_box {
    width: 100%;
  }
}
#r_container__04 .item_box .interview_img {
  width: 287px;
  margin: 0 auto;
}
#r_container__04 .item_box h4 {
  padding: 40px 0 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
  color: #00aeeb;
  font-weight: 600;
}
#r_container__04 .item_box h4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  color: #fff;
  background-color: #00aeeb;
  border-radius: 4px;
}
#r_container__04 .item_box p {
  line-height: 1.8;
}

#r_container__05 {
  margin-bottom: 110px;
}
#r_container__05 .inner__02 {
  padding: 85px 0 100px;
}
@media screen and (max-width: 768px) {
  #r_container__05 .inner__02 {
    padding: 50px 0;
  }
}
#r_container__05 .recruit__title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #r_container__05 .recruit__title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
#r_container__05 .recruit__tabs {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 65px;
}
@media screen and (max-width: 1100px) {
  #r_container__05 .recruit__tabs {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
#r_container__05 .recruit__tabs button {
  width: 335px;
  height: 66px;
  border: 1px solid #f7f8f8;
  background: #fff;
  font-size: 20px;
  font-weight: 600;
  color: #9fa0a0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #r_container__05 .recruit__tabs button {
    font-size: 18px;
  }
}
#r_container__05 .recruit__tabs button::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid currentColor;
}
#r_container__05 .recruit__tabs .is-active {
  background: #106ab1;
  color: #fff;
  border-color: #106ab1;
}
#r_container__05 .recruit__box {
  background: #fff;
  padding: 50px 90px 60px;
  display: none;
}
#r_container__05 .recruit__box.is-active {
  display: block;
}
#r_container__05 .recruit .recruit-table {
  border-top: 1px solid #bdbdbf;
}
#r_container__05 .recruit .recruit-table__row {
  display: grid;
  grid-template-columns: 200px 1fr;
  -moz-column-gap: 100px;
       column-gap: 100px;
  align-items: center;
  min-height: 140px;
  border-bottom: 1px solid #bdbdbf;
}
#r_container__05 .recruit .recruit-table dt {
  font-weight: 600;
  position: relative;
  padding-left: 10px;
  line-height: 1.5;
}
#r_container__05 .recruit .recruit-table dt::after {
  content: "";
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 44px;
  background: #bdbdbf;
}
#r_container__05 .recruit .recruit-table dd {
  margin: 0;
  line-height: 1.8;
  font-weight: 400;
}
#r_container__05 .recruit__note {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  #r_container__05 .recruit__tabs {
    flex-direction: column;
    gap: 12px;
  }
  #r_container__05 .recruit__tabs button {
    width: 100%;
  }
  #r_container__05 .recruit__box {
    padding: 25px 10px 30px;
  }
  #r_container__05 .recruit .recruit-table__row {
    grid-template-columns: 1fr;
    row-gap: 10px;
    min-height: auto;
    padding: 18px 0;
  }
  #r_container__05 .recruit .recruit-table dd {
    padding-left: 10px;
  }
  #r_container__05 .recruit .recruit-table dt::after {
    display: none;
  }
  #r_container__05 .recruit__note {
    font-size: 14px;
  }
}

#contact_container {
  padding: 65px 0 150px;
}
@media screen and (max-width: 768px) {
  #contact_container {
    padding: 65px 0 80px;
  }
}
#contact_container .recruit-contact {
  padding-top: 160px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #contact_container .recruit-contact {
    padding-top: 80px;
  }
}

.formTable {
  width: 100%;
  border-collapse: collapse;
}
.formTable tr {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  margin-bottom: 30px;
}
.formTable th,
.formTable td {
  border: none;
  padding: 0;
}
.formTable th {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  text-align: left;
  line-height: 1.6;
}
.formTable td {
  width: 100%;
}
.formTable input[type=text],
.formTable textarea {
  width: 100%;
  border: none;
  background: #f7f7f7;
  box-sizing: border-box;
  font-size: 14px;
}
.formTable input[type=text] {
  height: 46px;
  padding: 0 18px;
}
.formTable textarea {
  height: 235px;
  padding: 18px 22px;
  resize: vertical;
}
.formTable ::-moz-placeholder {
  color: #aaa;
}
.formTable ::placeholder {
  color: #aaa;
}

.required {
  width: 100px;
  height: 40px;
  background: #908882;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .required {
    width: 70px;
    height: 24px;
    font-size: 14px;
  }
}

.zip_box {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
}
.zip_box input {
  max-width: 220px;
}
.zip_box span {
  font-size: 13px;
  font-weight: 700;
}

.mt10 {
  margin-top: 0;
}

.submit_box {
  text-align: center;
  margin-top: 65px;
}
.submit_box input[type=submit] {
  width: 330px;
  height: 58px;
  border: none;
  background: #006eb6;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

@media screen and (max-width: 1100px) {
  .formTable {
    width: 100%;
  }
  .formTable tr {
    display: block;
    margin-bottom: 24px;
  }
  .formTable th,
  .formTable td {
    display: block;
    width: 100%;
  }
  .formTable th {
    justify-content: flex-start;
    gap: 15px;
    padding-top: 0;
    margin-bottom: 8px;
  }
  .formTable input[type=text],
  .formTable textarea {
    width: 100%;
    max-width: none;
  }
  .zip_box {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .zip_box input {
    width: 100%;
    max-width: none;
    order: 2;
  }
  .zip_box span {
    display: block;
    margin-top: 8px;
    order: 1;
    padding-left: 5px;
  }
  .submit_box {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */