﻿

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #000;
  background-color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 1.8em;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a img {
  transition: all 0.3s;
}

a img:hover {
  opacity: 0.3;
}

li {
  list-style: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.disp_sp {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1025px) {
  .disp_sp {
    opacity: 1;
    visibility: visible;
  }
}


.sub_mainlogo a {
  margin-right: 60px;
  line-height: 0;
  width: 260px;
}

@media screen and (max-width: 1330px) {
  .sub_mainlogo a {
    margin-right: 30px;
  }
}

@media screen and (max-width: 960px) {
  .sub_mainlogo a {
    width: 180px;
  }
}

.sub_mainlogo .logo_txt {
  font-size: 9px;
  line-height: 1;
  font-weight: 600;
}

.active .mainlogo,
.active .sub_mainlogo {
  width: 80%;
}

.mainlogo a {
  margin-right: 60px;
  line-height: 0;
  width: 260px;
}

@media screen and (max-width: 1330px) {
  .mainlogo a {
    margin-right: 30px;
  }
}

@media screen and (max-width: 960px) {
  .mainlogo a {
    width: 180px;
  }
}

.mainlogo h1 {
  font-size: 9px;
  line-height: 1;
}

h2 {
  font-size: 32px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1919px) {
  h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 30px;
  color: #198AD3;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px 30px;
  background-color: #fff;
  z-index: 999;
}

@media screen and (max-width: 960px) {
  header {
    padding: 20px;
    height: 75px;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding: 20px;
  }
}

#h_menu_wrap {
  display: none;
  flex-direction: column;
  position: fixed;
  right: 30px;
  top: 25px;
}

@media screen and (max-width: 1024px) {
  #h_menu_wrap {
    display: flex;
    right: 20px;
  }

  #h_menu_wrap.active {
    background-color: #009bff;
  }

  #h_menu_wrap.active span {
    background-color: #fff;
    transform: translateY(5px) rotate(-20deg);
  }

  #h_menu_wrap.active span:last-child {
    background-color: #fff;
    bottom: 2px;
    transform: translateY(-4px) rotate(20deg);
  }

  #h_menu_wrap.active p {
    color: #fff;
  }
}

.btn_hum {
  width: 43px;
  height: 13px;
  position: relative;
}

.btn_hum span {
  width: 100%;
  height: 2px;
  background-color: #009BFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.btn_hum span:last-child {
  bottom: 0;
  top: inherit;
}

.h_wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1770px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .h_wrap.active {
    flex-direction: column;
    height: 100vh;
    justify-content: flex-start;
    overflow-y: auto;
    padding: 0 0 20px;
  }

  .h_wrap:after {
    background-color: #009bff;
    content: '';
    height: 100vh;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
  }

  .h_wrap.active .mainlogo img,
  .h_wrap.active .sub_mainlogo img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .h_wrap.active:after {
    opacity: 1;
    visibility: visible;
  }
}

.h_navi_wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 1024px) {
  .h_navi_wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

.h_navi_wrap ul {
  margin-top: 18px;
}

@media screen and (max-width: 1024px) {
  .h_navi_wrap ul {
    height: 0;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
  }
}

.active .h_navi_wrap ul {
  height: auto;
  margin-top: 30px;
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.h_navi_wrap ul li {
  display: inline-block;
  margin-right: 30px;
}

@media screen and (max-width: 1024px) {
  .h_navi_wrap ul li {
    display: block;
  }
}

.h_navi_wrap ul li a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .h_navi_wrap ul li a {
    color: #fff;
    font-size: 18px;
    padding: 20px 0;
  }
}

.h_navi_wrap ul li a:hover {
  opacity: .5;
}

@media screen and (max-width: 1024px) {
  .h_navi_wrap ul li a:hover {
    opacity: 1;
  }
}

section {
  padding: 100px 0;
}

@media screen and (max-width: 1919px) {
  section {
    padding: 50px 0;
  }
}

.contents {
  width: auto;
  max-width: 1440px;
  padding: 0 30px;
  margin: auto;
}

@media screen and (max-width: 1919px) {
  .contents {
    padding: 0 50px;
  }
}

@media screen and (max-width: 768px) {
  .contents {
    padding: 0 20px;
  }
}

.btn_wrap {
  text-align: center;
}

.btn_wrap_r {
  text-align: right;
}

.button_top-page {
  background-color: #fff;
  border-radius: 45px;
  box-shadow: .27em .27em .83em #00000033;
  display: inline-block;
  margin-top: 2.5em;
  position: relative;
  text-align: center;
  transition: all 0.3s;
}

.button_top-page a {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 4.44em;
  padding: 0 7em;
  transition: all .3s;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {}

.button_top-page:before,
.button_top-page:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.button_top-page:before {
  background-image: linear-gradient(90deg, rgba(21, 193, 238, 1), rgba(13, 132, 210, 1));
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 1.9em;
  height: 3.75em;
  right: .5em;
  width: 3.75em;
}

.button_top-page:after {
  background-image: url(../image/btn_arrow_icn_white_2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 16px;
  right: 1.75em;
  width: 18px;
}

@media screen and (max-width: 767px) {}

.button_top-page:hover {
  background-color: #198ad3;
}

.button_top-page:hover a {
  color: #fff;
}

.button_top-page:hover:before,
.button_top-page:hover:after {
  filter: none;
}

.button_top-page:hover:before {
  background-color: #fff;
  background-image: none;
}

.button_top-page:hover:after {
  background-image: url(../image/btn_arrow_icn_2x.png);
}

.btn {
  display: inline-block;
  border: 1px solid #198AD3;
  border-radius: 45px;
  text-align: center;
  transition: all 0.3s;
  background-color: #fff;
  position: relative;
}

.btn.load-more {
  margin: 50px auto 0;
}

.btn.load-more:after {
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
}

.btn.exlink:after {
  background-image: url(../image/exlink_icn_om_2x.png);
  width: 14px;
  height: 14px;
}

.btn:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "";
  width: 14px;
  height: 12px;
  background-image: url(../image/btn_arrow_icn_2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.3s;
}

.btn a {
  padding: 20px 60px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  transition: all 0.3s;
  white-space: nowrap;
  line-height: 1.3em;
}

@media screen and (max-width: 1919px) {
  .btn a {
    font-size: 14px;
    padding: 15px 50px;
  }
}

.btn:hover {
  background-color: #198AD3;
}

.btn:hover:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.btn:hover a {
  color: #fff;
}

.btn.blue {
  background-color: #198AD3;
}

.btn.blue:after {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.btn.blue:hover {
  background-color: #fff;
}

.btn.blue:hover:after {
  -webkit-filter: none;
  filter: none;
}

.btn.blue:hover a {
  color: #198AD3;
}

.btn.blue a {
  color: #fff;
}

.btn.border:hover {
  border: 1px solid #fff;
}

.btn.recruit {
  background-color: #009BFF;
  border: 1px solid #009BFF;
  max-width: 160px;
  min-width: 160px;
  margin-right: 20px;
  position: relative;
}

.active .btn.recruit:hover {
  background-color: #009BFF !important;
  border: 1px solid #fff;
}

.active .btn.recruit:hover a {
  color: #fff !important;
}

.btn.recruit:after {
  display: none;
}

.btn.recruit.exlink:after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../image/exlink_icn_2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.3s;
}

.active .btn.recruit.exlink:after {
  background-image: url(../image/exlink_icn_om_2x.png);
  right: 20px;
}

.btn.recruit.exlink:hover:after {
  display: block;
  background-image: url(../image/exlink_icn_om_2x.png);
  filter: none;
  -webkit-filter: none;
}

.active .btn.recruit.exlink:hover:after {
  background-image: url(../image/exlink_icn_2x.png);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.active .btn.recruit.exlink:hover {
  background-color: #009BFF;
  border: 1px solid #fff;
}

.active .btn.recruit.exlink:hover a {
  color: #fff;
}

@media screen and (max-width: 1919px) {
  .btn.recruit {
    max-width: 120px;
    min-width: 120px;
    margin-right: 10px;
  }

  .btn.recruit.exlink {
    max-width: 120px;
    min-width: 120px;
    position: relative;
  }
}

@media screen and (max-width: 1919px) and (max-width: 1919px) {
  .btn.recruit.exlink:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    content: "";
    width: 10px;
    height: 10px;
    background-image: url(../image/exlink_icn_2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.btn.recruit a {
  color: #fff;
  padding: 10px 25px;
}

@media screen and (max-width: 1919px) {
  .btn.recruit a {
    font-size: 14px;
    padding: 10px 10px;
  }
}

.btn.recruit:hover {
  background-color: #fff;
}

.btn.recruit:hover a {
  color: #009BFF;
}

/* button gradation_contact ------------------- */
.btn.gradation_contact {
  background-image: linear-gradient(90deg, rgb(21, 193, 238), rgb(13, 132, 210));
  border-radius: 45px;
  box-shadow: .27em .27em .83em #00000033;
  display: inline-block;
  margin-top: 2.5em;
  position: relative;
  text-align: center;
  transition: all .3s;
}

@media screen and (max-width: 667px) {
  .btn.gradation_contact {
    display: block;
  }
}

.btn.gradation_contact a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 4.44em;
  padding: 0 7em;
}

.btn.gradation_contact:before,
.btn.gradation_contact:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}

.btn.gradation_contact:before {
  background-image: url(../image/icon_mail_white.png);
  height: 29px;
  left: 40px;
  width: 29px;
}

.btn.gradation_contact:after {
  background-image: url(../image/btn_arrow_icn_white_2x.png);
  height: 12px;
  right: 30px;
  width: 14px;
}

.btn.gradation_contact:hover {
  background-image: none;
  background-color: #fff;
}

.btn.gradation_contact:hover a {
  color: #198ad3;
}

.btn.gradation_contact:hover:before {
  background-image: url(../image/icon_mail_blue.png);
}

.btn.gradation_contact:hover:after {
  background-image: url(../image/btn_arrow_icn_2x.png);
  display: block;
  filter: none;
  -webkit-filter: none;
}


/* button works_contact ------------------- */
.btn.works_contact {
  background-color: #198ad3;
  margin-top: 20px;
  transition: .3s;
}

.btn.works_contact a {
  color: #fff;
  padding: 25px 60px 25px 80px;
}

.btn.works_contact:before,
.btn.works_contact:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.btn.works_contact:before {
  background-image: url(../image/icon_mail_white.png);
  height: 29px;
  left: 40px;
  width: 29px;
}

.btn.works_contact:after {
  background-image: url(../image/btn_arrow_icn_white_2x.png);
  height: 12px;
  right: 30px;
  width: 14px;
}

.btn.works_contact:hover {
  background-color: #fff;
}

.btn.works_contact:hover a {
  color: #198ad3;
}

.btn.works_contact:hover:before {
  background-image: url(../image/icon_mail_blue.png);
}

.btn.works_contact:hover:after {
  background-image: url(../image/btn_arrow_icn_2x.png);
  display: block;
  filter: none;
  -webkit-filter: none;
}

.btn.black {
  background-color: #333E46;
  border: 1px solid #333E46;
}

.btn.black:after {
  display: none;
}

.btn.black a {
  color: #fff;
  padding: 10px 25px;
}

@media screen and (max-width: 1919px) {
  .btn.black a {
    font-size: 14px;
    padding: 10px 20px;
  }
}

.btn.black:hover {
  background-color: #fff;
}

.btn.black:hover a {
  color: #333E46;
}

.h_btn_wrap {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-top: 0
}

@media screen and (max-width: 1024px) {
  .h_btn_wrap {
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    height: 0;
    align-items: flex-start;
  }

  .active .h_btn_wrap {
    opacity: 1;
    visibility: visible;
    height: auto;
    margin-top: 30px;
  }

  .active .h_btn_wrap .btn {
    margin-bottom: 20px;
    max-width: none !important;
    width: 200px;
  }

  .active .h_btn_wrap .btn.recruit {
    background-color: #fff;
    width: 200px;
  }

  .active .h_btn_wrap .btn.recruit a {
    color: #009bff;
  }
}

@media screen and (max-width: 480px) {
  .active .h_btn_wrap .btn {
    width: 100% !important;
  }
}

.fv_wrap {
  position: relative;
  top: 260px;
  height: 680px;
}

@media screen and (max-width: 768px) {
  .fv_wrap {
    overflow: hidden;
    top: 120px;
    height: 990px;
  }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
  .fv_wrap {
    top: 130px;
    height: 650px;
  }
}

.fv_wrap .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 960px) {
  .fv_wrap .contents {
    padding: 0 30px;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .fv_wrap .contents {
    flex-direction: column;
  }
}

.fv_wrap h2 {
  font-size: 54px;
  line-height: 1.3em;
  width: 55%;
  font-weight: 900;
  margin-top: 0px;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 1200px) {
  .fv_wrap h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1100px) {
  .fv_wrap h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 980px) {
  .fv_wrap h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .fv_wrap h2 {
    width: 100%;
    font-size: 44px;
  }
}

@media screen and (max-width: 640px) {
  .fv_wrap h2 {
    margin-top: 0;
    font-size: 26px;
  }
}

.fv_bg {
  width: 100%;
  margin: 0;
  padding: 100px 0 80px;
  position: absolute;
  top: 23%;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  .fv_bg {
    padding: 110px 0 30px;
    top: 30%;
  }
}

@media screen and (max-width: 768px) {
  .fv_bg {
    padding: 430px 0 50px;
    top: 22%;
  }
}

@media screen and (max-width: 480px) {
  .fv_bg {
    padding: 220px 0 60px;
    top: 19%;
  }
}

.fv_bg .btn {
  border: none;
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .fv_bg .btn {
    margin-top: 40px;
  }
}

.fv_bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(90deg, rgb(21, 193, 238), rgb(13, 132, 210));
  transform: skewY(-5deg);
  z-index: -1;
}

.fv_bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(https://www.tradeworks.co.jp/assets/images/fv_bg_wave.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  transform: skewY(-5deg);
  z-index: -1;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .fv_bg:after {
    height: 360px;
  }
}

@media screen and (max-width: 780px) {
  .fv_bg:after {
    height: 810px;
  }
}

.fv_bg .contents {
  display: block;
}

.fv_bg p {
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 1919px) {
  .fv_bg p {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .fv_bg p {
    font-size: 14px;
  }
}

.fv_bg p.top_copy {
  font-size: 24px;
  line-height: 1.8em;
  font-weight: 600;
  width: 44%;
}

@media screen and (max-width: 1919px) {
  .fv_bg p.top_copy {
    font-size: 24px;
  }
}

@media screen and (max-width: 1200px) {
  .fv_bg p.top_copy {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  .fv_bg p.top_copy {
    font-size: 18px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .fv_bg p.top_copy {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .fv_bg p.top_copy {
    margin-bottom: 30px;
  }
}

br.ex {
  display: block;
}

@media screen and (max-width: 960px) {
  br.ex {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  br.ex {
    display: block;
  }
}

.fv_img_wrap {
  width: 53%;
  margin-top: -100px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 960px) {
  .fv_img_wrap {
    margin-top: -10px;
  }
}

@media screen and (max-width: 768px) {
  .fv_img_wrap {
    width: 40%;
    margin-top: 50px;
    width: 100%;
    height: 350px;
    justify-content: flex-end;
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .fv_img_wrap {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .fv_img_wrap {
    height: 250px;
  }
}

.slider {
  max-width: 880px;
  height: auto;
  max-height: 605px;
  transform: skewY(-5deg);
  position: relative;
}

@media screen and (max-width: 768px) {
  .slider {
    height: 100%;
    max-height: none;
  }

  .slider div.slick-list {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .slider {
    height: 230px;
  }
}

.slider:before {
  position: absolute;
  content: "";
  left: -15px;
  top: -15px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgb(213, 238, 255), rgb(2, 89, 146));
  transform: skewY(0deg);
  max-height: 505px;
  z-index: 0;
}

@media screen and (max-width: 480px) {
  .slider:before {
    max-height: 225px;
    left: -8px;
    top: -8px;
  }
}

.slider.fv_img_r {
  margin-top: -35px;
}

.slider.fv_img_r:before {
  left: inherit;
  right: -20px;
}

@media screen and (max-width: 480px) {
  .slider.fv_img_r:before {
    right: -10px;
  }
}

.slider div {
  overflow: hidden;
}

.slider img {
  transform: skewY(7deg) scale(1.1);
  height: auto;
}

.add-animation {
  animation: zoom-in 10s linear 0s normal both;
}

@keyframes zoom-in {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1.25);
  }
}

#top_business {
  margin-top: 90px;
  background-color: #EDF8FF;
  padding-top: 300px;
  padding-bottom: 200px;
}

#top_business .ttl {
  width: 456px;
}

@media screen and (max-width: 1919px) {
  #top_business .ttl {
    width: 326px;
  }
}

@media screen and (max-width: 960px) {
  #top_business {
    padding-top: 170px;
    margin-top: -80px;
  }
}

@media screen and (max-width: 760px) {
  #top_business {
    margin-top: -50px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 480px) {
  #top_business {
    padding-top: 120px;
    margin-top: -140px;
  }

  #top_business .ttl {
    width: 246px;
  }
}

.business_wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  margin-top: 80px;
}

.business_wrap h3 {
  width: 15%;
}

@media screen and (max-width: 1024px) {
  .business_wrap h3 {
    font-size: 24px;
    margin-bottom: 40px;
    width: 100%;
  }
}

.business_wrap .business_content {
  width: 78%;
}

@media screen and (max-width: 1024px) {
  .business_wrap .business_content {
    margin: 1em 0 0;
    width: 100%;
  }
}

.business_wrap .easy_order {
  background-color: #198AD3;
  border-radius: 5px;
  padding: 30px 30px 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .business_wrap .easy_order {
    flex-direction: column;
    padding: 20px;
  }
}

.business_wrap .easy_order p {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  width: 330px;
  text-align: center;
  padding: 30px;
}

@media screen and (max-width: 1919px) {
  .business_wrap .easy_order p {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  .business_wrap .easy_order p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px;
  }
}

.business_wrap .easy_order img {
  margin: 0 30px;
}

@media screen and (max-width: 960px) {
  .business_wrap .easy_order img {
    display: none;
  }
}

.business_wrap .easy_order .business_box {
  background-color: #fff;
  border-radius: 5px;
  padding: 0px;
  width: calc(100% - 406px);
}

@media screen and (max-width: 960px) {
  .business_wrap .easy_order .business_box {
    width: 100%;
    box-sizing: border-box;
  }
}

.business_wrap .easy_order .business_box .business_style {
  padding-right: 100px;
  position: relative;
}

@media screen and (max-width: 1919px) {
  .business_wrap .easy_order .business_box .business_style {
    padding-right: 80px;
  }
}

@media screen and (max-width: 480px) {
  .business_wrap .easy_order .business_box .business_style {
    padding-right: 50px;
  }
}

.business_wrap .easy_order .business_box .business_style a {
  display: block;
  padding: 30px;
}

@media screen and (max-width: 480px) {
  .business_wrap .easy_order .business_box .business_style a {
    padding: 20px;
  }
}

.business_wrap .easy_order .business_box .business_style:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #198AD3;
  background-image: url(../image/btn_arrow_icn_white_2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  transition: all 0.3s;
  border: 1px solid #198AD3;
}

@media screen and (max-width: 1919px) {
  .business_wrap .easy_order .business_box .business_style:after {
    width: 35px;
    height: 35px;
    background-size: 9px auto;
  }
}

.business_wrap .easy_order .business_box .business_style:hover:after {
  background-color: #fff;
  background-image: url(../image/btn_arrow_icn_2x.png);
}

.business_wrap .easy_order .business_box .business_style:hover h4,
.business_wrap .easy_order .business_box .business_style:hover p {
  opacity: 0.5;
}

.business_wrap .easy_order .business_box .business_style h4 {
  font-size: 22px;
  color: #198AD3;
  margin-bottom: 15px;
}

@media screen and (max-width: 1919px) {
  .business_wrap .easy_order .business_box .business_style h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.business_wrap .easy_order .business_box .business_style p {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  width: 100%;
  padding: 0;
  text-align: left;
}

@media screen and (max-width: 1919px) {
  .business_wrap .easy_order .business_box .business_style p {
    font-size: 13px;
  }
}

.business_wrap .original_brand {
  padding: 30px 0px 30px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 960px) {
  .business_wrap .original_brand {
    flex-direction: column;
    background-color: #5EB1E7;
    padding: 0 20px 20px;
    border-radius: 5px;
    margin-top: 30px;
  }
}

.business_wrap .original_brand p {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  background-color: #5EB1E7;
  border-radius: 5px;
  width: 330px;
  text-align: center;
  padding: 30px;
}

@media screen and (max-width: 1919px) {
  .business_wrap .original_brand p {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  .business_wrap .original_brand p {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
}

.business_wrap .original_brand img {
  margin: 30px 30px 0;
}

@media screen and (max-width: 960px) {
  .business_wrap .original_brand img {
    display: none;
  }
}

.business_wrap .original_brand .business_box {
  border: 1px solid #198AD3;
  border-radius: 5px;
  padding: 30px 30px 0 30px;
  width: calc(100% - 406px);
}

@media screen and (max-width: 960px) {
  .business_wrap .original_brand .business_box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 0 20px;
    background-color: #fff;
    border: none;
  }
}

.business_wrap .original_brand .business_box .business_style {
  position: relative;
  border-bottom: 1px solid #198AD3;
  padding-right: 100px;
}

@media screen and (max-width: 1919px) {
  .business_wrap .original_brand .business_box .business_style {
    padding-right: 80px;
  }
}

@media screen and (max-width: 480px) {
  .business_wrap .original_brand .business_box .business_style {
    padding-right: 50px;
  }
}

.business_wrap .original_brand .business_box .business_style:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #198AD3;
  background-image: url(../image/btn_arrow_icn_white_2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  transition: all 0.3s;
  border: 1px solid #198AD3;
}

@media screen and (max-width: 1919px) {
  .business_wrap .original_brand .business_box .business_style:after {
    width: 35px;
    height: 35px;
    background-size: 9px auto;
  }
}

@media screen and (max-width: 480px) {
  .business_wrap .original_brand .business_box .business_style:after {
    right: 0;
  }
}

.business_wrap .original_brand .business_box .business_style:first-child a {
  padding-top: 0;
}

.business_wrap .original_brand .business_box .business_style:last-child {
  border-bottom: none;
}

.business_wrap .original_brand .business_box .business_style:last-child h4 {
  margin-bottom: 0;
}

.business_wrap .original_brand .business_box .business_style h4 {
  font-size: 22px;
  color: #198AD3;
  margin-bottom: 15px;
}

@media screen and (max-width: 1919px) {
  .business_wrap .original_brand .business_box .business_style h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.business_wrap .original_brand .business_box .business_style p {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  width: 100%;
  background-color: inherit;
  padding: 0;
  text-align: left;
}

.business_wrap .original_brand .business_box .business_style a {
  display: block;
  padding: 25px 0;
}

.business_wrap .original_brand .business_box .business_style:hover:after {
  background-color: #fff;
  background-image: url(../image/btn_arrow_icn_2x.png);
}

.business_wrap .original_brand .business_box .business_style:hover h4,
.business_wrap .original_brand .business_box .business_style:hover p {
  opacity: 0.5;
}

.top_ec {
  align-items: center;
  background-image: linear-gradient(90deg, rgb(21, 193, 238), rgb(13, 132, 210));
  border-radius: 30px;
  box-shadow: .27em .27em .83em #00000033;
  display: flex;
  margin: 0 auto 50px;
  padding: 18em 0 50px;
  position: relative;
  transition: .3s;
  width: 90%;
}

@media screen and (max-width: 667px) {
  .top_ec {
    display: block;
    margin: 7em auto 50px;
    padding-top: 10em;
  }
}

@media screen and (min-width: 668px) and (max-width: 768px) {
  .top_ec {
    padding-top: 10em;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_ec {
    padding-top: 12em;
  }
}

.top_ec:hover {
  opacity: .7;
}

.top_ec picture {
  display: block;
  left: 50%;
  position: absolute;
  top: -65px;
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 667px) {
  .top_ec picture {
    top: -130px;
  }
}

@media screen and (min-width: 668px) and (max-width: 768px) {
  .top_ec picture {
    top: -35px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .top_ec picture {
    top: -45px;
  }
}


.top_ec picture.sp-only {
  display: none;
}

@media screen and (max-width: 667px) {
  .top_ec picture.pc-only {
    display: none;
  }

  .top_ec picture.sp-only {
    display: block;
  }
}

.top_ec picture img {
  display: block;
  margin: 0 auto;
}

.top_ec:hover picture,
.top_ec:hover picture img {
  opacity: .7;
}

.top_ec .contents {
  text-align: center;
}

.top_ec .contents h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  padding: 0 0 1em;
}

.top_ec .contents p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin: 0 auto;
  padding: 0 0 1.875em;
}

.top_ec .btn a {
  font-size: 18px;
  padding: 1.2em 6em;
}

@media screen and (max-width: 667px) {
  .top_ec .btn {
    display: block;
  }
}

.ec_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.ec_wrap .ec_title {
  width: 63%;
}

.ec_wrap .ec_title h3 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 32px;
}

@media screen and (max-width: 1919px) {
  .ec_wrap .ec_title h3 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.ec_wrap .ec_title p {
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 1919px) {
  .ec_wrap .ec_title {
    margin-bottom: 30px;
  }
}

.ec_wrap .ec_content {
  width: 33%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .ec_wrap .ec_content {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .ec_wrap .ec_content {
    padding: 20px;
  }
}

.ec_wrap .ec_content picture {
  text-align: center;
}

@media screen and (max-width: 960px) {
  .ec_wrap .ec_content picture {
    width: 100%;
    margin-right: auto;
  }
}

.ec_wrap .ec_content p {
  font-size: 16px;
  width: 48%;
  line-height: 2em;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .ec_wrap .ec_content p {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 760px) {
  .ec_wrap {
    flex-direction: column-reverse;
  }

  .ec_wrap .ec_title,
  .ec_wrap .ec_content {
    width: 100%;
  }

  .ec_wrap .ec_content {
    margin-bottom: 30px;
  }
}

#top_aboutus .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  #top_aboutus .contents {
    flex-direction: column;
  }
}

#top_aboutus p {
  font-size: 20px;
  line-height: 2em;
  margin: 60px 0 40px;
}

@media screen and (max-width: 1919px) {
  #top_aboutus p {
    font-size: 16px;
  }
}

#top_aboutus .top_aboutus_l {
  width: 48%;
}

@media screen and (max-width: 1024px) {
  #top_aboutus .top_aboutus_l {
    width: 100%;
  }
}

#top_aboutus .top_aboutus_l .ttl {
  width: 464px;
}

@media screen and (max-width: 1919px) {
  #top_aboutus .top_aboutus_l .ttl {
    width: 332px;
  }
}

@media screen and (max-width: 768px) {
  #top_aboutus .top_aboutus_l {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  #top_aboutus .top_aboutus_l .ttl {
    width: 252px;
  }
}

#top_aboutus .top_aboutus_r {
  width: 45%;
}

@media screen and (max-width: 667px) {
  #top_aboutus .top_aboutus_r {
    width: 100%;
    margin-top: 50px;
  }
}

.top_aboutus_link-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
}

@media screen and (max-width: 667px) {
  .top_aboutus_link-wrap {
    gap: 4em;
  }
}

.top_aboutus_link-wrap li {
  display: block;
  width: 31%;
}

@media screen and (max-width: 667px) {
  .top_aboutus_link-wrap li {
    width: 100%;
  }
}

.top_aboutus_link-wrap li a {
  background-image: linear-gradient(90deg, rgb(21, 193, 238), rgb(13, 132, 210));
  box-shadow: .27em .27em .83em #00000033;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: .3s;
}

.top_aboutus_link-wrap li a:nth-child(1) {
  align-items: center;
  border-radius: 1.1em;
  color: #fff;
  display: flex;
  height: 5.5em;
  line-height: 1.5;
  justify-content: center;
}

.top_aboutus_link-wrap li a:nth-child(2) {
  border-radius: 2em;
  color: #198ad3;
  display: block;
  line-height: 2.7;
  margin: 1em 0 0;
  padding: 5px;
}

.top_aboutus_link-wrap li a:nth-child(1) span,
.top_aboutus_link-wrap li a:nth-child(2) span {
  display: block;
  text-align: center;
  transition: .3s;
  width: 100%;
}

.top_aboutus_link-wrap li a:nth-child(2) span {
  background-color: #fff;
  border-radius: 2em;
}

.top_aboutus_link-wrap li a:nth-child(1) span:after,
.top_aboutus_link-wrap li a:nth-child(2) span:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 1em;
  width: 14px;
}

.top_aboutus_link-wrap li a:nth-child(1) span:after {
  background-image: url(../image/btn_arrow_icn_white_2x.png);
  bottom: 1em;
}

.top_aboutus_link-wrap li a:nth-child(2) span:after {
  background-image: url(../image/btn_arrow_icn_2x.png);
  top: 50%;
  transform: translateY(-50%);
}

.top_aboutus_link-wrap li a:hover {
  opacity: .7;
}

/* .top_aboutus_link-wrap li a:nth-child(2):hover span {
  background-color: #198ad3;
  color: #fff;
}
.top_aboutus_link-wrap li a:nth-child(2):hover span:after { background-image: url(../image/btn_arrow_icn_white_2x.png); } */

.btn_center-position {
  margin: 1.6em 0 0;
  text-align: center;
  width: 100%;
}

#top_aboutus .contents .btn a {
  font-size: 18px;
  padding: 1.2em 6em;
}


#top_news {
  padding: 0 0 20px 0;
}

@media screen and (max-width: 960px) {
  #top_news {
    padding: 0 0 50px 0;
  }
}

#top_news .corporate_new {
  background-color: #E0E4E6;
  padding: 100px 0;
}

#top_news .corporate_new .ttl {
  width: 260px;
}

@media screen and (max-width: 1919px) {
  #top_news .corporate_new .ttl {
    width: 186px;
  }
}

@media screen and (max-width: 960px) {
  #top_news .corporate_new {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  #top_news .corporate_new .ttl {
    width: 156px;
  }
}

#top_news .top_news_wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px 0 50px;
}

#top_news .top_news_wrap .top_news_l {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  #top_news .top_news_wrap .top_news_l {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #top_news .top_news_wrap .top_news_l h3 {
    font-size: 24px;
    padding: 0 0 2em;
  }
}

#top_news .top_news_wrap .top_news_r {
  width: 70%;
}

@media screen and (max-width:1024px) {
  #top_news .top_news_wrap .top_news_r {
    width: 100%;
  }
}

#top_news .top_news_wrap .top_news_r p.top_news_r_read {
  font-size: 20px;
  line-height: 2;
  margin: -.5em 0 0;
  padding: 0 0 2em;
}

#top_news .top_news_wrap .top_news_r dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

@media screen and (max-width: 860px) {
  #top_news .top_news_wrap .top_news_r dl {
    flex-direction: column;
  }
}

#top_news .top_news_wrap .top_news_r dt {
  flex-basis: 15%;
  padding: 20px 20px 20px 0;
  border-bottom: 1px solid #198AD3;
  color: #198AD3;
  font-size: 20px;
  line-height: 2em;
}

@media screen and (max-width: 860px) {
  #top_news .top_news_wrap .top_news_r dt {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 16px;
  }
}

#top_news .top_news_wrap .top_news_r dl dt:first-child {
  padding-top: 0;
}

#top_news .top_news_wrap .top_news_r dd {
  flex-basis: 85%;
  border-bottom: 1px solid #198AD3;
  font-size: 20px;
  font-weight: 600;
  line-height: 2em;
}

#top_news .top_news_wrap .top_news_r dl dt:first-child,
#top_news .top_news_wrap .top_news_r dl dt:first-child+dd a {
  padding-top: 0;
}

#top_news .top_news_wrap .top_news_r dd a,
#top_news .top_news_wrap .top_news_r dd span {
  color: #000;
  padding: 20px 0 20px 20px;
  display: block;
}

#top_news .top_news_wrap .top_news_r dd a:hover,
#top_news .top_news_wrap .top_news_r dd span:hover {
  opacity: 0.5;
}

@media screen and (max-width: 860px) {

  #top_news .top_news_wrap .top_news_r dd a,
  #top_news .top_news_wrap .top_news_r dd span {
    padding-top: 10px;
    padding-left: 0;
  }
}

#top_news .top_news_wrap .top_news_r dd span:hover {
  opacity: 1;
}

@media screen and (max-width: 1919px) {
  #top_news .top_news_wrap .top_news_r dd {
    font-size: 16px;
  }
}

#top_news .top_news_wrap .top_news_r dd:first-of-type {
  padding-top: 0;
}

#top_news .top_news_wrap .top_news_r .btn {
  margin-top: 40px;
}

#top_news .brand_news .top_news_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#top_news .brand_news .top_news_r .brand_news_box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: .27em .27em .83em #00000033;
  margin-bottom: 3%;
  transition: .3s;
  width: 31%;
}

@media screen and (max-width: 768px) {
  #top_news .brand_news .top_news_r .brand_news_box {
    width: 48%;
    margin-bottom: 5%;
  }
}

#top_news .brand_news .top_news_r .brand_news_box:hover {
  background-color: #198ad3;
}

#top_news .brand_news .top_news_r .brand_news_box a:hover picture img {
  opacity: 1;
}

#top_news .brand_news .top_news_r .brand_news_box img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

#top_news .brand_news .top_news_r .brand_news_box .brand_news_box_body {
  padding: 1em;
}

#top_news .brand_news .top_news_r .brand_news_box a h4 {
  color: #000;
}

#top_news .brand_news .top_news_r p.date {
  font-size: 15px;
  color: #B7B7B7;
  margin: 5px 0 3px;
}

#top_news .brand_news .top_news_r p.tag {
  color: #198AD3;
  font-size: 13px;
  padding: 3px 10px;
  border-radius: 21px;
  border: 1px solid #198AD3;
  text-align: center;
  display: inline-block;
  margin-top: 8px;
}

#top_news .brand_news .top_news_r .brand_news_box:hover p.date,
#top_news .brand_news .top_news_r .brand_news_box:hover a h4 {
  color: #fff;
}

#top_news .brand_news .top_news_r .brand_news_box:hover p.tag {
  background-color: #fff;
}

#top_recruit {
  width: auto;
  max-width: 1920px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 1200px;
}

@media screen and (max-width: 1919px) {
  #top_recruit {
    height: 854px;
  }
}

@media screen and (max-width: 768px) {
  #top_recruit {
    display: block;
    position: relative;
    height: 744px;
  }
}

.top_recruit_l {
  width: 60%;
  height: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 88% 100%, 0% 100%);
  background-image: url(../picture/4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 780px) {
  .top_recruit_l {
    width: 100%;
    clip-path: none;
  }

  .top_recruit_l:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: #198AD3;
    opacity: 0.6;
    mix-blend-mode: multiply;
  }
}

@media screen and (max-width: 480px) {
  .top_recruit_l {
    background-image: url(../image/top_recruit_img_sp_2x.webp);
  }
}

.top_recruit_r {
  width: 50%;
  height: 100%;
  background: #1985cf;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 40px 40px 150px;
  position: relative;
  clip-path: polygon(12% 0%, 100% 0%, 100% 100%, 0% 100%);
  margin-left: -220px;
  margin-top: 50px;
}

.top_recruit_r .ttl {
  width: 396px;
}

@media screen and (max-width: 1919px) {
  .top_recruit_r .ttl {
    width: 283px;
  }
}

@media screen and (max-width: 960px) {
  .top_recruit_r {
    padding-left: 70px;
  }
}

@media screen and (max-width: 768px) {
  .top_recruit_r {
    background: none;
    margin-left: 0;
    margin-top: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    clip-path: none;
  }
}

@media screen and (max-width: 480px) {
  .top_recruit_r .ttl {
    width: 233px;
  }
}

.top_recruit_r p {
  font-size: 24px;
  line-height: 2em;
  margin-bottom: 60px;
  color: #fff;
}

@media screen and (max-width: 1919px) {
  .top_recruit_r p {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  .top_recruit_r p {
    font-size: 18px;
  }
}

@media screen and (max-width: 760px) {
  .top_recruit_r p {
    font-size: 16px;
  }
}

.top_recruit_r p.recruit_copy {
  font-size: 40px;
  font-weight: 600;
  margin: 100px 0 50px;
  color: #fff;
}

@media screen and (max-width: 1919px) {
  .top_recruit_r p.recruit_copy {
    font-size: 20px;
    margin: 70px 0 20px;
  }
}

@media screen and (max-width: 1919px) {
  .top_recruit_r .btn {
    width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .top_recruit_r .btn {
    width: 170px;
  }
}

.top_recruit_r .btn.recruit_btn:after {
  width: 14px;
  height: 14px;
  background-image: url(../image/exlink_icn_om_2x.png);
}

#top_contact {
  text-align: center;
}

@media screen and (max-width: 1919px) {
  #top_contact {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  #top_contact {
    padding: 50px 0;
  }
}

@media screen and (max-width: 480px) {
  #top_contact {
    padding: 0px 0 50px;
  }
}

#top_contact h2 {
  margin-bottom: 80px;
}

@media screen and (max-width: 1919px) {
  #top_contact h2 {
    margin-bottom: 40px;
  }
}

#top_contact p {
  font-size: 24px;
  font-weight: 600;
  line-height: 2em;
}

@media screen and (max-width: 1919px) {
  #top_contact p {
    font-size: 18px;
  }
}

#top_contact .ttl {
  width: 442px;
}

@media screen and (max-width: 1919px) {
  #top_contact .ttl {
    width: 316px;
  }
}

@media screen and (max-width: 480px) {
  #top_contact .ttl {
    width: 246px;
  }
}

footer {
  background-color: #1A335B;
  padding: 100px 0;
}

@media screen and (max-width: 960px) {
  footer {
    padding: 50px 0;
  }
}

footer h2 {
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  font-weight: normal;
}

footer .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  footer .contents {
    flex-direction: column;
  }
}

footer .contents .footer_l {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  footer .contents .footer_l {
    margin-bottom: 40px;
    width: 100%;
  }
}

footer .contents .footer_r {
  width: 74%;
}

@media screen and (max-width: 1024px) {
  footer .contents .footer_r {
    width: 100%;
  }
}

footer .contents .footer_r .footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #fff;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 667px) {
  footer .contents .footer_r .footer_wrap {
    flex-direction: column;
  }
}

@media screen and (min-width: 668px) and (max-width: 1024px) {
  footer .contents .footer_r .footer_wrap {
    flex-direction: row;
  }
}

footer .contents .footer_r .footer_wrap .footer_navi_box {
  width: 25%;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 667px) {
  footer .contents .footer_r .footer_wrap .footer_navi_box {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
  }
}

@media screen and (min-width: 668px) and (max-width: 1024px) {
  footer .contents .footer_r .footer_wrap .footer_navi_box {
    width: 20%;
    justify-content: space-between;
    flex-direction: column;
  }
}

footer .contents .footer_r .footer_wrap .footer_navi_box .footer_navi_content {
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  footer .contents .footer_r .footer_wrap .footer_navi_box .footer_navi_content {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer .contents .footer_r .footer_wrap .footer_navi_box .footer_navi_content {
    margin-bottom: 30px;
  }
}

footer .contents .footer_r .footer_wrap .footer_navi_box .footer_navi_content h3 {
  font-size: 16px;
  position: relative;
  color: #009BFF;
  padding-left: 15px;
}

footer .contents .footer_r .footer_wrap .footer_navi_box .footer_navi_content h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 17px;
  background-color: #009BFF;
}

footer .contents .footer_r .footer_wrap .footer_navi_box .footer_navi_content ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 8px 10px 8px 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer .contents .footer_r .footer_wrap .footer_navi_box .footer_navi_content ul li a {
    padding: 5px 10px 5px 20px;
  }
}

footer .contents .footer_r .footer_wrap .footer_navi_box .footer_navi_content ul li a::before {
  position: absolute;
  left: 0;
  top: 18px;
  content: "";
  width: 10px;
  height: 9px;
  background-image: url(../image/btn_arrow_icn_white_2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

@media screen and (max-width: 768px) {
  footer .contents .footer_r .footer_wrap .footer_navi_box .footer_navi_content ul li a::before {
    top: 12px;
  }
}

footer .contents .footer_r .footer_wrap .footer_navi_box .footer_navi_content ul li a:hover {
  opacity: 0.5;
}

footer .contents .footer_r .footer_copyright_wrap {
  padding: 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  footer .contents .footer_r .footer_copyright_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  footer .contents .footer_r .footer_copyright_wrap ul {
    margin-bottom: 40px;
  }
}

footer .contents .footer_r .footer_copyright_wrap ul li {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  footer .contents .footer_r .footer_copyright_wrap ul li {
    display: block;
  }
}

footer .contents .footer_r .footer_copyright_wrap ul li a {
  color: #fff;
  font-size: 13px;
}

footer .contents .footer_r .footer_copyright_wrap ul li a:hover {
  opacity: 0.5;
}

footer .contents .footer_r .footer_copyright_wrap p#copyright {
  font-size: 11px;
  color: #fff;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.slider-wrapper {
  display: flex;
  overflow: hidden;
  margin-top: 30px;
}

.loop_slider {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 200s infinite linear 0.5s both;
}

.loop_slider li {
  width: 33.3333333333vw;
  max-width: 700px;
  margin-right: 20px;
}

@media screen and (max-width: 1919px) {
  .loop_slider li {
    max-width: 350px;
  }
}

.loop_slider li img {
  width: 100%;
}

.loop_slider.logo_slide li {
  width: 2891px;
  max-width: 100%;
}

@media screen and (max-width: 1919px) {
  .loop_slider.logo_slide li {
    width: 1577px;
  }
}

.top_business-container {
  margin: 80px auto 0;
  max-width: 1920px;
}

@media screen and (max-width: 480px) {
  .top_business-container {
    margin-top: 60px;
  }
}

.top_business-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 480px) {
  .top_business-wrapper {
    flex-wrap: wrap;
    gap: 5px;
  }
}

.top_business-wrapper div {
  width: 25%;
  position: relative;
  background-color: #000;
}

@media screen and (max-width: 480px) {
  .top_business-wrapper div {
    width: 49%;
  }
}

.top_business-wrapper div:hover img {
  opacity: 0.3;
}

.top_business-wrapper div:hover h3 {
  opacity: 1;
}

.top_business-wrapper div h3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 9;
  opacity: 0;
  color: #fff;
  font-size: 22px;
}

@media screen and (max-width: 760px) {
  .top_business-wrapper div h3 {
    font-size: 18px;
  }
}

.delay {
  transition-delay: 500ms !important;
}

.scroll-fade-side {
  opacity: 0;
  transform: translateX(-10px);
}

/* 事業一覧エリア */
#business-list,
#company-list {
  background: #009bff;
  display: none;
  left: 0;
  padding: 20px;
  pointer-events: auto;
  position: fixed;
  top: 97px;
  transform: translateY(-20px);
  transition: opacity .3s ease-in-out, transform .3s ease-in-out;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 1279px) {

  #business-list,
  #company-list {
    top: 117px;
  }
}

@media screen and (max-width: 1024px) {

  #business-list,
  #company-list {
    /* height: 0; */
    height: auto;
    padding: 0;
    position: static;
  }

  #business-list.show,
  #company-list.show {
    height: auto;
  }
}

#business-list.show,
#company-list.show {
  display: block;
  pointer-events: auto;
  transform: translateY(0);
  z-index: 999;
}


#business-list .contents,
#company-list .contents {
  position: relative;
  padding: 0;
  max-width: 1340px;
}

@media screen and (max-width: 960px) {

  #business-list .contents,
  #company-list .contents {
    display: none;
  }
}

#business-list h2,
#company-list h2 {
  color: #fff;
  font-size: 20px;
}

.business-items,
.company-items {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 1340px;
  margin: auto;
}

@media screen and (max-width: 768px) {

  .business-items,
  .company-items {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.company-items {
  justify-content: flex-start;
  margin-top: 40px;
}

.business-item,
.company-item {
  text-align: left;
  width: 20%;
}

@media screen and (max-width: 768px) {

  .business-item,
  .company-item {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {

  .business-item,
  .company-item {
    width: 100%;
  }
}

.business-item img,
.company-item img {
  width: 100%;
}

.business-item a p,
.company-item a p {
  color: #fff;
  position: relative;
  font-size: 14px;
  display: block;
  padding: 0px 0px 0px 20px;
}

.business-item a p:before,
.company-item a p:before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 10px;
  height: 9px;
  background-image: url(../image/btn_arrow_icn_white_2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

@media screen and (max-width: 480px) {

  .business-item a,
  .company-item a {
    padding: 20px 0 0 !important;
  }
}

.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.close-btn p {
  color: #fff;
}

@media screen and (max-width: 960px) {
  .close-btn p {
    display: none;
  }
}

.close-btn span {
  background-color: #fff !important;
  transform: translateY(5px) rotate(-20deg);
}

.close-btn span:last-child {
  transform: translateY(-4px) rotate(20deg);
  bottom: 2px;
}

.close-btn .btn_hum {
  width: 43px;
}

@media screen and (max-width: 1024px) {

  #show-business,
  #show-company {
    position: relative;
  }

  #show-business:after,
  #show-company:after {
    border-color: #fff;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 2px;
    border-top-width: 2px;
    border-style: solid;
    content: '';
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 0;
    top: 20px;
    transform: rotate(135deg) scale(1, 1);
    transition: all .3s;
    vertical-align: middle;
    width: 10px;
  }

  #show-business.active:after,
  #show-company.active:after {
    top: 30px;
    transform: rotate(-135deg) scale(1, -1);
  }
}

.business-relation {
  background-color: #edf8ff;
  padding: 80px 0 100px;
  width: 100%;
}

.business-relation h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 0 1em;
  width: auto;
}

@media screen and (max-width: 667px) {
  .business-relation h2 {
    font-size: 26px;
    width: 90%;
  }
}

@media screen and (min-width:668px) and (max-width: 1024px) {
  .business-relation h2 {
    font-size: 26px;
    width: 90%;
  }
}

.business-relation-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4em;
  margin: 0 auto;
  max-width: 1440px;
  width: auto;
}

@media screen and (max-width: 667px) {
  .business-relation-list-wrap {
    width: 90%;
  }
}

@media screen and (min-width:668px) and (max-width: 1024px) {
  .business-relation-list-wrap {
    gap: 1em;
    width: 90%;
  }
}

.business-relation-list {
  display: block;
  transition: .3s;
  width: 23%;
}

@media screen and (max-width: 667px) {
  .business-relation-list {
    width: 100%;
  }
}

.business-relation-list picture {
  width: 100%;
}

.business-relation-list img {
  display: block;
  height: auto;
  width: 100%;
}

.business-relation-list p {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin: .5em 0 0;
  padding: 0 0 0 1.25em;
  position: relative;
}

.business-relation-list p:before {
  background-image: url(../image/btn_arrow_icn_2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  content: '';
  height: 9px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.business-relation-list:hover,
.business-relation-list:hover img {
  opacity: .7;
}

#sub_fv {
  margin-top: 100px;
}

#sub_fv.ex {
  padding-bottom: 0;
}

@media screen and (max-width: 480px) {
  #sub_fv.ex h1 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 480px) {
  #sub_fv {
    margin-top: 50px;
    padding-bottom: 0;
  }
}

#sub_fv h1 {
  font-size: 24px;
  line-height: 1.5em;
  width: auto;
}

#sub_fv span {
  display: block;
  font-size: 100px;
  color: #198AD3;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1em;
  margin-bottom: 40px;
}

#sub_fv p {
  font-size: 20px;
  line-height: 1.8em;
}

@media screen and (max-width: 1919px) {
  #sub_fv h1 {
    font-size: 20px;
  }

  #sub_fv span {
    font-size: 80px;
  }

  #sub_fv p {
    font-size: 18px;
  }
}

@media screen and (max-width: 960px) {
  #sub_fv h1 {
    font-size: 18px;
  }

  #sub_fv span {
    font-size: 70px;
  }

  #sub_fv p {
    font-size: 16px;
  }
}

@media screen and (max-width: 760px) {
  #sub_fv h1 {
    font-size: 16px;
  }

  #sub_fv span {
    font-size: 45px;
  }
}

@media screen and (max-width: 480px) {
  #sub_fv h1 {
    font-size: 14px;
  }

  #sub_fv span {
    font-size: 36px;
  }
}

.sub_fv_col3 {
  width: auto;
  max-width: 1920px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub_fv_col3 .sub_fv_img {
  width: 33.3333333333%;
}

.sub_fv_col2 {
  width: auto;
  max-width: 1920px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub_fv_col2 .sub_fv_img {
  width: 50%;
}

.sub_fv_col1 {
  width: auto;
  max-width: 1920px;
  margin: 50px auto 0;
}

#sub_content_wrap {
  padding-top: 30px;
}

#sub_content_wrap.col1 .contents {
  display: block;
}

#sub_content_wrap .contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#sub_content_wrap .sub_content_navi {
  position: sticky;
  top: 120px;
  width: 15%;
}

#sub_content_wrap .sub_content_navi ul li {
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}

#sub_content_wrap .sub_content_navi ul li:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #198AD3;
}

#sub_content_wrap .sub_content_navi a {
  color: #000;
  display: block;
  padding: 20px;
  font-size: 13px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

#sub_content_wrap .sub_content_navi a:hover {
  opacity: 0.3;
}

#sub_content_wrap .sub_content_navi a:before {
  position: absolute;
  top: 27px;
  left: 0;
  content: "";
  width: 10px;
  height: 9px;
  background-image: url(../image/btn_arrow_icn_2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.3s;
}

#sub_content_wrap .sub_content {
  width: 80%;
}

#sub_content_wrap .sub_content.privacy {
  width: 100%;
}

#sub_content_wrap .sub_content.ec .sub_box {
  margin-bottom: 40px;
}

#sub_content_wrap .sub_content.ec .sub_box h2 {
  margin-bottom: 20px;
}

#sub_content_wrap .sub_content.ec .sub_box h2::before {
  display: none;
}

#sub_content_wrap .sub_content.ec .sub_box h3 {
  font-size: 18px;
}

#sub_content_wrap .sub_content .sub_box {
  margin-bottom: 100px;
}

@media screen and (max-width: 480px) {
  #sub_content_wrap .sub_content .sub_box {
    margin-bottom: 60px;
  }
}

#sub_content_wrap .sub_content .sub_box:last-child {
  margin-bottom: 0;
}

#sub_content_wrap .sub_content .sub_box p {
  font-size: 16px;
  line-height: 1.8em;
}

#sub_content_wrap .sub_content h2 {
  font-size: 60px;
  color: #198AD3;
  position: relative;
  margin-bottom: 90px;
  line-height: 1em;
}

#sub_content_wrap .sub_content h2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -40px;
  width: 70px;
  height: 3px;
  background-color: #198AD3;
}

#sub_content_wrap .sub_content h3 {
  color: #000;
  font-size: 34px;
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media screen and (max-width: 1919px) {
  #sub_content_wrap .sub_content h2 {
    font-size: 45px;
  }

  #sub_content_wrap .sub_content h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  #sub_content_wrap .sub_content h2 {
    font-size: 35px;
  }

  #sub_content_wrap .sub_content h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 760px) {
  #sub_content_wrap .sub_content h2 {
    font-size: 30px;
  }

  #sub_content_wrap .sub_content h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  #sub_content_wrap .sub_content h2 {
    font-size: 26px;
    margin-bottom: 70px;
  }

  #sub_content_wrap .sub_content h2:before {
    bottom: -30px;
  }

  #sub_content_wrap .sub_content h3 {
    font-size: 18px;
  }
}

#sub_content_wrap .sub_content .markless_feature_box {
  margin-top: 50px;
  background-color: #EDF8FF;
  padding: 40px;
  text-align: center;
}

@media screen and (max-width: 760px) {
  #sub_content_wrap .sub_content .markless_feature_box {
    padding: 20px;
  }

  #sub_content_wrap .sub_content .markless_feature_box img.markless_img_arrow {
    max-width: 150px;
  }
}

@media screen and (max-width: 480px) {
  #sub_content_wrap .sub_content .markless_feature_box img.markless_img_arrow {
    max-width: 100px;
  }
}

#sub_content_wrap .sub_content .markless_feature_item_wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  #sub_content_wrap .sub_content .markless_feature_item_wrap {
    flex-direction: column;
  }
}

#sub_content_wrap .sub_content .markless_feature_item_wrap .markless_feature_item {
  width: 30%;
  margin: 0 1%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

@media screen and (max-width: 480px) {
  #sub_content_wrap .sub_content .markless_feature_item_wrap .markless_feature_item {
    width: 100%;
    margin: 1% auto;
  }

  #sub_content_wrap .sub_content .markless_feature_item_wrap .markless_feature_item:last-child {
    margin-bottom: 0;
  }
}

#sub_content_wrap .sub_content .markless_feature_item_wrap .markless_feature_item p {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  flex: 1;
}

@media screen and (max-width: 760px) {
  #sub_content_wrap .sub_content .markless_feature_item_wrap .markless_feature_item p {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  #sub_content_wrap .sub_content .markless_feature_item_wrap .markless_feature_item p {
    font-size: 16px;
  }
}

#sub_content_wrap .sub_content .product_list_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#sub_content_wrap .sub_content .product_list_wrap .product_box {
  width: 48%;
  margin-bottom: 5%;
}

#sub_content_wrap .sub_content .product_list_wrap .product_box a {
  position: relative;
}

#sub_content_wrap .sub_content .product_list_wrap .product_box h3 {
  font-size: 24px;
  line-height: 1.2em;
  color: #198AD3;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s;
}

@media screen and (max-width: 960px) {
  #sub_content_wrap .sub_content .product_list_wrap .product_box h3 {
    font-size: 20px;
  }

  #sub_content_wrap .sub_content .product_list_wrap .product_box h3:after {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 640px) {
  #sub_content_wrap .sub_content .product_list_wrap .product_box h3 {
    font-size: 18px;
  }
}

#sub_content_wrap .sub_content .product_list_wrap .product_box img {
  transition: all 0.3s;
}

#sub_content_wrap .sub_content .product_list_wrap .product_box:hover {
  transition: all 0.3s;
}

#sub_content_wrap .sub_content .product_list_wrap .product_box:hover h3 {
  opacity: 0.3;
}

#sub_content_wrap .sub_content .product_list_wrap .product_box:hover img {
  opacity: 0.3;
}

#sub_content_wrap .sub_content .product_list_wrap .product_box:hover a:after {
  background-color: #fff;
  background-image: url(../image/btn_arrow_icn_2x.png);
}

@media screen and (max-width: 480px) {
  #sub_content_wrap .sub_content .product_list_wrap {
    flex-direction: column;
  }

  #sub_content_wrap .sub_content .product_list_wrap .product_box {
    width: 100%;
    margin-bottom: 10%;
  }

  #sub_content_wrap .sub_content .product_list_wrap .product_box:last-child {
    margin-bottom: 0;
  }
}

#sub_content_wrap .sub_content .sgds_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

@media screen and (max-width: 760px) {
  #sub_content_wrap .sub_content .sgds_wrap {
    justify-content: center;
  }
}

#sub_content_wrap .sub_content .sgds_wrap .sdgs_item {
  width: 20%;
  text-align: center;
  border-right: 1px solid #E0E4E6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2%;
}

#sub_content_wrap .sub_content .sgds_wrap .sdgs_item p {
  font-size: 16px;
  line-height: 1.4em;
  margin-top: 20px;
}

#sub_content_wrap .sub_content .sgds_wrap .sdgs_item p span {
  display: block;
  font-size: 12px;
}

#sub_content_wrap .sub_content .sgds_wrap .sdgs_item:last-child {
  border: none;
}

@media screen and (max-width: 760px) {
  #sub_content_wrap .sub_content .sgds_wrap .sdgs_item {
    width: 30%;
    margin-bottom: 5%;
  }

  #sub_content_wrap .sub_content .sgds_wrap .sdgs_item:nth-child(3n) {
    border-right: none;
  }
}

@media screen and (max-width: 480px) {
  #sub_content_wrap .sub_content .sgds_wrap .sdgs_item {
    width: 50%;
  }

  #sub_content_wrap .sub_content .sgds_wrap .sdgs_item:nth-child(3n) {
    border-right: 1px solid #E0E4E6;
  }

  #sub_content_wrap .sub_content .sgds_wrap .sdgs_item:nth-child(2n) {
    border-right: none;
  }

  #sub_content_wrap .sub_content .sgds_wrap .sdgs_item:last-child {
    margin-right: auto;
  }
}

#sub_content_wrap .sub_content .sdgs_content {
  margin-top: 60px;
}

#sub_content_wrap .sub_content .markless_ec_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sub_content_wrap .sub_content .markless_ec_wrap .markless_ec_img {
  width: 48%;
}

#sub_content_wrap .sub_content .markless_ec_wrap .markless_ex_txt {
  width: 48%;
}

#sub_content_wrap .sub_content .markless_ec_wrap .markless_ex_txt .btn {
  margin-top: 30px;
}

@media screen and (max-width: 760px) {
  #sub_content_wrap .sub_content .markless_ec_wrap {
    flex-direction: column;
  }

  #sub_content_wrap .sub_content .markless_ec_wrap .markless_ec_img {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  #sub_content_wrap .sub_content .markless_ec_wrap .markless_ex_txt {
    width: 100%;
  }
}

@media screen and (max-width: 860px) {
  #sub_content_wrap .contents {
    flex-direction: column;
  }

  #sub_content_wrap .sub_content_navi {
    width: 100%;
    margin-bottom: 100px;
    position: static;
  }

  #sub_content_wrap .sub_content {
    width: 100%;
  }
}

.strongpoint_content_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .strongpoint_content_wrap {
    flex-direction: column;
  }
}

.strongpoint_content_wrap .strongpoint_box {
  background-color: #EDF8FF;
  padding: 20px;
  width: 48%;
  margin-bottom: 4%;
  display: flex;
  flex-direction: column;
}

.strongpoint_content_wrap .strongpoint_box:nth-child(3),
.strongpoint_content_wrap .strongpoint_box:nth-child(4) {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .strongpoint_content_wrap .strongpoint_box {
    width: 100%;
  }

  .strongpoint_content_wrap .strongpoint_box:nth-child(3) {
    margin-bottom: 4%;
  }
}

.strongpoint_content_wrap .strongpoint_box h4 {
  color: #198AD3;
  font-size: 22px;
  flex-grow: 1;
  line-height: 1.4em;
}

.strongpoint_content_wrap .strongpoint_box .strongpoint_content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.strongpoint_content_wrap .strongpoint_box .strongpoint_content .strongpoint_img {
  width: 40%;
  max-width: 200px;
}

.strongpoint_content_wrap .strongpoint_box .strongpoint_content .strongpoint_txt {
  width: 55%;
}

.strongpoint_content_wrap .strongpoint_box .strongpoint_content .strongpoint_txt .btn {
  margin-top: 10px;
  width: 100%;
}

.strongpoint_content_wrap .strongpoint_box .strongpoint_content .strongpoint_txt .btn a {
  padding: 5px 10px;
}

.about_business_col_1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #E0E4E6;
  margin-bottom: 50px;
}

.about_business_col_1 .about_business_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about_business_col_1 .about_business_box .btn {
  margin-top: 20px;
}

.about_business_col_1 .about_business_box .btn a {
  padding: 5px 50px;
}

.about_business_col_1 .about_business_box .about_business_img {
  width: 50%;
  max-width: 520px;
}

.about_business_col_1 .about_business_box .about_business_txt {
  width: 48%;
}

.about_business_col_1 .about_business_box .about_business_txt h3 {
  font-size: 16px !important;
  margin-bottom: 20px !important;
}

.about_business_col_1 .about_business_box .about_business_txt p.business_outline {
  font-size: 15px;
  color: #198AD3;
  padding-left: 60px;
  position: relative;
  margin: 15px 0;
}

.about_business_col_1 .about_business_box .about_business_txt p.business_outline:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #198AD3;
  left: 0;
  top: 13px;
}

@media screen and (max-width: 640px) {
  .about_business_col_1 .about_business_box {
    flex-direction: column;
  }

  .about_business_col_1 .about_business_box .about_business_img {
    width: 100%;
    margin-bottom: 40px;
  }

  .about_business_col_1 .about_business_box .about_business_txt {
    width: 100%;
  }
}

.about_business_col_2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 50px;
  border-bottom: 1px solid #E0E4E6;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .about_business_col_2 {
    flex-direction: column;
  }
}

.about_business_col_2:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.about_business_col_2 .about_business_box {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.about_business_col_2 .about_business_box.ex {
  display: block;
}

.about_business_col_2 .about_business_box.ex .about_business_txt {
  width: 100%;
}

.about_business_col_2 .about_business_box.ex .about_business_txt .business_logo_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .about_business_col_2 .about_business_box.ex .about_business_txt .business_logo_wrap {
    justify-content: flex-start;
  }
}

.about_business_col_2 .about_business_box.ex .about_business_txt .business_logo_wrap picture {
  width: 48%;
}

@media screen and (max-width: 960px) {
  .about_business_col_2 .about_business_box.ex .about_business_txt .business_logo_wrap picture {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .about_business_col_2 .about_business_box.ex .about_business_txt .business_logo_wrap picture:last-child {
    margin-left: 40px;
  }
}

.about_business_col_2 .about_business_box .btn {
  margin-top: 20px;
}

.about_business_col_2 .about_business_box .btn a {
  padding: 5px 50px;
}

.about_business_col_2 .about_business_box .about_business_img {
  width: 40%;
  max-width: 200px;
}

.about_business_col_2 .about_business_box .about_business_txt {
  width: 58%;
}

.about_business_col_2 .about_business_box .about_business_txt h3 {
  font-size: 16px !important;
  margin-bottom: 20px !important;
}

.about_business_col_2 .about_business_box .about_business_txt p.business_outline {
  font-size: 15px;
  color: #198AD3;
  padding-left: 40px;
  position: relative;
  margin: 15px 0;
}

.about_business_col_2 .about_business_box .about_business_txt p.business_outline:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #198AD3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .about_business_col_2 .about_business_box {
    width: 100%;
  }

  .about_business_col_2 .about_business_box:last-child {
    margin-top: 40px;
  }
}

@media screen and (max-width: 640px) {
  .about_business_col_2 .about_business_box {
    flex-direction: column;
    border-bottom: 1px solid #E0E4E6;
    padding-bottom: 40px;
  }

  .about_business_col_2 .about_business_box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .about_business_col_2 .about_business_box .about_business_img {
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
  }

  .about_business_col_2 .about_business_box .about_business_txt {
    width: 100%;
  }
}

#development p {
  margin-bottom: 30px;
}

#development .btn {
  margin-top: 30px;
}

#procurement .sub_blue_bg {
  margin-top: 30px;
}

.procurement_map {
  margin-bottom: 30px;
}

.procurement_map_img {
  margin-top: 30px;
}

.procurement_area_wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: auto;
  margin: 20px 0 0px;
}

@media screen and (max-width: 640px) {
  .procurement_area_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}

.procurement_area_wrap .procurement_area {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0px;
  margin: 0 5px 20px;
}

.procurement_area_wrap .procurement_area img {
  border: 1px solid #707070;
}

.procurement_area_wrap .procurement_area p {
  line-height: 1.2em !important;
}

.procurement_area_wrap .procurement_area p.area_num {
  flex: 1;
  color: #29ABE2;
  font-size: 14px !important;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.procurement_area_wrap .procurement_area p.area_num span {
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 12px;
  border: 2px solid #29ABE2;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin-right: 5px;
}

.procurement_area_wrap .procurement_area p.item {
  flex: 1;
  font-size: 15px;
  margin-top: 10px;
}

.sub_blue_bg {
  background-color: #EDF8FF;
  padding: 30px;
}

#group .sub_blue_bg {
  margin-bottom: 40px;
}

#group .sub_blue_bg:last-child {
  margin-bottom: 0;
}

#ethical_strongpoint .sub_blue_bg {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  #ethical_strongpoint .sub_blue_bg {
    padding: 20px;
  }
}

#travel_strongpoint .sub_blue_bg,
#pet_strongpoint .sub_blue_bg,
#personalization .sub_blue_bg,
#oem .sub_blue_bg {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 640px) {

  #travel_strongpoint .sub_blue_bg,
  #pet_strongpoint .sub_blue_bg,
  #personalization .sub_blue_bg,
  #oem .sub_blue_bg {
    padding: 20px;
  }
}

#personalization .sub_blue_bg {
  margin-top: 60px;
}

#quality .sub_blue_bg {
  margin-top: 30px;
}

#quality .sub_blue_bg .sub_blue_bg_box:first-of-type {
  margin-top: 40px;
}

.sub_blue_bg .sub_blue_bg_box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #198AD3;
}

.sub_blue_bg .sub_blue_bg_box:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.sub_blue_bg .sub_blue_bg_box h4 {
  color: #198AD3;
  font-size: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .sub_blue_bg {
    padding: 20px;
  }

  .sub_blue_bg .sub_blue_bg_box h4 {
    font-size: 18px;
  }
}

.quality_box {
  margin-bottom: 60px;
}

.quality_box:last-child {
  margin-bottom: 0;
}

.quality_point_wrap {
  display: flex;
  justify-content: space-between;
}

.quality_point_wrap .quality_point_box {
  width: 33.3333333333%;
  border-right: 1px solid #198AD3;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.quality_point_wrap .quality_point_box h4 {
  color: #198AD3;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: left;
  flex-grow: 1;
}

.quality_point_wrap .quality_point_box p {
  flex-grow: 1;
}

.quality_point_wrap .quality_point_box:last-child {
  border: none;
}

@media screen and (max-width: 480px) {
  .quality_point_wrap {
    flex-direction: column;
  }

  .quality_point_wrap .quality_point_box {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #198AD3;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }

  .quality_point_wrap .quality_point_box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .quality_point_wrap .quality_point_box h4 {
    font-size: 18px;
  }
}

ul#ethical_outline_list li {
  margin-bottom: 5px;
}

ul#ethical_outline_list li:last-child {
  margin-bottom: 0;
}

ul#ethical_outline_list li span {
  font-weight: 600;
}

.ethical_strongpoint_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}

.ethical_strongpoint_wrap .ethical_strongpoint_box {
  width: 100%;
  padding: 0 30px;
  border-right: 1px solid #198AD3;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
}

.ethical_strongpoint_wrap .ethical_strongpoint_box:last-child {
  border-right: none;
}

.ethical_strongpoint_wrap .ethical_strongpoint_box h3 {
  color: #198AD3 !important;
  font-size: 24px !important;
  text-align: left;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 960px) {
  .ethical_strongpoint_wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .ethical_strongpoint_wrap .ethical_strongpoint_box {
    margin-bottom: 30px;
  }

  .ethical_strongpoint_wrap .ethical_strongpoint_box:nth-child(2),
  .ethical_strongpoint_wrap .ethical_strongpoint_box:nth-child(4) {
    border-right: none;
  }

  .ethical_strongpoint_wrap .ethical_strongpoint_box:nth-child(3),
  .ethical_strongpoint_wrap .ethical_strongpoint_box:nth-child(4) {
    margin-bottom: 0;
  }

  .ethical_strongpoint_wrap .ethical_strongpoint_box h3 {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 640px) {
  .ethical_strongpoint_wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .ethical_strongpoint_wrap .ethical_strongpoint_box {
    border-right: none;
    border-bottom: 1px solid #198AD3;
    padding: 0 0 30px;
  }

  .ethical_strongpoint_wrap .ethical_strongpoint_box:nth-child(3) {
    margin-bottom: 30px;
  }

  .ethical_strongpoint_wrap .ethical_strongpoint_box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.ethical_brand_box {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #E0E4E6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ethical_brand_box:last-child {
  border-bottom: none;
}

.ethical_brand_box .ethical_brand_txt {
  width: 48%;
}

.ethical_brand_box .ethical_brand_txt p {
  margin: 30px 0 20px;
}

.ethical_brand_box .ethical_brand_img {
  width: 48%;
  max-width: 524px;
}

@media screen and (max-width: 960px) {
  .ethical_brand_box {
    flex-direction: column-reverse;
  }

  .ethical_brand_box .ethical_brand_txt {
    width: 100%;
  }

  .ethical_brand_box .ethical_brand_img {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .ethical_brand_box .ethical_brand_txt img {
    width: 65%;
  }
}

.business_category_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.business_category_wrap .business_category_box {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
}

.business_category_wrap .business_category_box:last-child {
  margin-bottom: 0;
}

.business_category_wrap .business_category_box h3 {
  color: #198AD3 !important;
  font-size: 24px !important;
  text-align: left;
}

.business_category_wrap .business_category_box p {
  margin: 20px 0 10px;
}

@media screen and (max-width: 960px) {
  .business_category_wrap {
    flex-direction: column;
  }

  .business_category_wrap .business_category_box {
    width: 100%;
  }

  .business_category_wrap .business_category_box picture {
    margin: auto;
  }

  .business_category_wrap .business_category_box h3 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .business_category_wrap .business_category_box h3 {
    font-size: 18px !important;
  }
}

.ethical_ec_wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.ethical_ec_wrap .ethical_ec_box {
  width: 48%;
}

.ethical_ec_wrap .ethical_ec_box h3 {
  color: #198AD3 !important;
  font-size: 24px !important;
  text-align: left;
}

.ethical_ec_wrap .ethical_ec_box img {
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .ethical_ec_wrap .ethical_ec_box h3 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .ethical_ec_wrap {
    flex-direction: column;
  }

  .ethical_ec_wrap .ethical_ec_box {
    width: 100%;
  }

  .ethical_ec_wrap .ethical_ec_box:first-child {
    margin-bottom: 50px;
  }

  .ethical_ec_wrap .ethical_ec_box h3 {
    font-size: 18px !important;
  }
}

.btn_wrap_col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .btn_wrap_col2 {
    flex-direction: column;
  }
}

.btn_wrap_col2 .btn {
  width: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
}

.btn_wrap_col2 .btn a {
  line-height: 1.2em;
}

.btn_wrap_col2 .btn a span {
  font-size: 12px;
  display: block;
}

.btn_wrap_col2 .btn:nth-child(3) {
  margin: 20px 0 0;
}

.btn_wrap_col2 .btn:nth-child(3).ex {
  margin-left: auto;
}

@media screen and (max-width: 640px) {
  .btn_wrap_col2 .btn {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn_wrap_col2 .btn:nth-child(3) {
    flex: 0 0 40%;
    margin-top: 0;
  }

  .btn_wrap_col2 .btn a {
    padding: 15px 30px;
  }
}

.oem_strongpoint_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}

.oem_strongpoint_wrap .oem_strongpoint_box {
  width: 100%;
  padding: 0 30px;
  border-right: 1px solid #198AD3;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
}

.oem_strongpoint_wrap .oem_strongpoint_box:last-child {
  border-right: none;
}

.oem_strongpoint_wrap .oem_strongpoint_box h3 {
  color: #198AD3 !important;
  font-size: 24px !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 960px) {
  .oem_strongpoint_wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .oem_strongpoint_wrap .oem_strongpoint_box {
    margin-bottom: 40px;
  }

  .oem_strongpoint_wrap .oem_strongpoint_box:nth-child(2) {
    border-right: none;
  }

  .oem_strongpoint_wrap .oem_strongpoint_box:nth-child(3),
  .oem_strongpoint_wrap .oem_strongpoint_box:nth-child(4) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .oem_strongpoint_wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .oem_strongpoint_wrap .oem_strongpoint_box {
    border-right: none !important;
    padding: 0 0 30px;
    margin-bottom: 30px;
  }

  .oem_strongpoint_wrap .oem_strongpoint_box:nth-child(1),
  .oem_strongpoint_wrap .oem_strongpoint_box:nth-child(2),
  .oem_strongpoint_wrap .oem_strongpoint_box:nth-child(3) {
    border-bottom: 1px solid #198AD3;
  }

  .oem_strongpoint_wrap .oem_strongpoint_box:nth-child(3) {
    margin-bottom: 30px;
  }

  .oem_strongpoint_wrap .oem_strongpoint_box:nth-child(4) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.travel_strongpoint_wrap,
.pet_strongpoint_wrap,
.personalization_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.travel_strongpoint_wrap .travel_strongpoint_box,
.travel_strongpoint_wrap .pet_strongpoint_box,
.pet_strongpoint_wrap .travel_strongpoint_box,
.pet_strongpoint_wrap .pet_strongpoint_box,
.personalization_wrap .travel_strongpoint_box,
.personalization_wrap .pet_strongpoint_box {
  width: 100%;
  padding: 0 30px;
  border-right: 1px solid #198AD3;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
}

.travel_strongpoint_wrap .travel_strongpoint_box:last-child,
.travel_strongpoint_wrap .pet_strongpoint_box:last-child,
.pet_strongpoint_wrap .travel_strongpoint_box:last-child,
.pet_strongpoint_wrap .pet_strongpoint_box:last-child,
.personalization_wrap .travel_strongpoint_box:last-child,
.personalization_wrap .pet_strongpoint_box:last-child {
  border-right: none;
}

.travel_strongpoint_wrap .travel_strongpoint_box h3,
.travel_strongpoint_wrap .pet_strongpoint_box h3,
.pet_strongpoint_wrap .travel_strongpoint_box h3,
.pet_strongpoint_wrap .pet_strongpoint_box h3,
.personalization_wrap .travel_strongpoint_box h3,
.personalization_wrap .pet_strongpoint_box h3 {
  color: #198AD3 !important;
  font-size: 24px !important;
  margin-bottom: 0 !important;
}

.travel_strongpoint_wrap .personalization_box,
.pet_strongpoint_wrap .personalization_box,
.personalization_wrap .personalization_box {
  margin-bottom: 40px;
  width: 100%;
  padding: 0 30px;
  border-right: 1px solid #198AD3;
}

.travel_strongpoint_wrap .personalization_box h3,
.pet_strongpoint_wrap .personalization_box h3,
.personalization_wrap .personalization_box h3 {
  color: #198AD3 !important;
  font-size: 24px !important;
  margin-bottom: 0 !important;
}

.travel_strongpoint_wrap .personalization_box h3 span,
.pet_strongpoint_wrap .personalization_box h3 span,
.personalization_wrap .personalization_box h3 span {
  font-size: 14px;
}

.travel_strongpoint_wrap .personalization_box a,
.pet_strongpoint_wrap .personalization_box a,
.personalization_wrap .personalization_box a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 20px;
  color: #000;
}

.travel_strongpoint_wrap .personalization_box:nth-child(3n),
.pet_strongpoint_wrap .personalization_box:nth-child(3n),
.personalization_wrap .personalization_box:nth-child(3n) {
  border-right: none;
}

.travel_strongpoint_wrap .personalization_box:nth-child(7),
.travel_strongpoint_wrap .personalization_box:nth-child(8),
.travel_strongpoint_wrap .personalization_box:nth-child(9),
.pet_strongpoint_wrap .personalization_box:nth-child(7),
.pet_strongpoint_wrap .personalization_box:nth-child(8),
.pet_strongpoint_wrap .personalization_box:nth-child(9),
.personalization_wrap .personalization_box:nth-child(7),
.personalization_wrap .personalization_box:nth-child(8),
.personalization_wrap .personalization_box:nth-child(9) {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {

  .travel_strongpoint_wrap,
  .pet_strongpoint_wrap,
  .personalization_wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .travel_strongpoint_wrap .travel_strongpoint_box,
  .travel_strongpoint_wrap .pet_strongpoint_box,
  .travel_strongpoint_wrap .personalization_box,
  .pet_strongpoint_wrap .travel_strongpoint_box,
  .pet_strongpoint_wrap .pet_strongpoint_box,
  .pet_strongpoint_wrap .personalization_box,
  .personalization_wrap .travel_strongpoint_box,
  .personalization_wrap .pet_strongpoint_box,
  .personalization_wrap .personalization_box {
    margin-bottom: 30px;
  }

  .travel_strongpoint_wrap .travel_strongpoint_box:nth-child(2),
  .travel_strongpoint_wrap .travel_strongpoint_box:nth-child(4),
  .travel_strongpoint_wrap .pet_strongpoint_box:nth-child(2),
  .travel_strongpoint_wrap .pet_strongpoint_box:nth-child(4),
  .travel_strongpoint_wrap .personalization_box:nth-child(2),
  .travel_strongpoint_wrap .personalization_box:nth-child(4),
  .pet_strongpoint_wrap .travel_strongpoint_box:nth-child(2),
  .pet_strongpoint_wrap .travel_strongpoint_box:nth-child(4),
  .pet_strongpoint_wrap .pet_strongpoint_box:nth-child(2),
  .pet_strongpoint_wrap .pet_strongpoint_box:nth-child(4),
  .pet_strongpoint_wrap .personalization_box:nth-child(2),
  .pet_strongpoint_wrap .personalization_box:nth-child(4),
  .personalization_wrap .travel_strongpoint_box:nth-child(2),
  .personalization_wrap .travel_strongpoint_box:nth-child(4),
  .personalization_wrap .pet_strongpoint_box:nth-child(2),
  .personalization_wrap .pet_strongpoint_box:nth-child(4),
  .personalization_wrap .personalization_box:nth-child(2),
  .personalization_wrap .personalization_box:nth-child(4) {
    border-right: none;
  }

  .travel_strongpoint_wrap .travel_strongpoint_box:nth-child(3),
  .travel_strongpoint_wrap .travel_strongpoint_box:nth-child(4),
  .travel_strongpoint_wrap .pet_strongpoint_box:nth-child(3),
  .travel_strongpoint_wrap .pet_strongpoint_box:nth-child(4),
  .travel_strongpoint_wrap .personalization_box:nth-child(3),
  .travel_strongpoint_wrap .personalization_box:nth-child(4),
  .pet_strongpoint_wrap .travel_strongpoint_box:nth-child(3),
  .pet_strongpoint_wrap .travel_strongpoint_box:nth-child(4),
  .pet_strongpoint_wrap .pet_strongpoint_box:nth-child(3),
  .pet_strongpoint_wrap .pet_strongpoint_box:nth-child(4),
  .pet_strongpoint_wrap .personalization_box:nth-child(3),
  .pet_strongpoint_wrap .personalization_box:nth-child(4),
  .personalization_wrap .travel_strongpoint_box:nth-child(3),
  .personalization_wrap .travel_strongpoint_box:nth-child(4),
  .personalization_wrap .pet_strongpoint_box:nth-child(3),
  .personalization_wrap .pet_strongpoint_box:nth-child(4),
  .personalization_wrap .personalization_box:nth-child(3),
  .personalization_wrap .personalization_box:nth-child(4) {
    margin-bottom: 0;
  }

  .travel_strongpoint_wrap .travel_strongpoint_box h3,
  .travel_strongpoint_wrap .pet_strongpoint_box h3,
  .travel_strongpoint_wrap .personalization_box h3,
  .pet_strongpoint_wrap .travel_strongpoint_box h3,
  .pet_strongpoint_wrap .pet_strongpoint_box h3,
  .pet_strongpoint_wrap .personalization_box h3,
  .personalization_wrap .travel_strongpoint_box h3,
  .personalization_wrap .pet_strongpoint_box h3,
  .personalization_wrap .personalization_box h3 {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }

  .travel_strongpoint_wrap .personalization_box:nth-child(3n),
  .pet_strongpoint_wrap .personalization_box:nth-child(3n),
  .personalization_wrap .personalization_box:nth-child(3n) {
    border-right: 1px solid #198AD3;
  }

  .travel_strongpoint_wrap .personalization_box:nth-child(2n),
  .pet_strongpoint_wrap .personalization_box:nth-child(2n),
  .personalization_wrap .personalization_box:nth-child(2n) {
    border-right: none;
  }

  .travel_strongpoint_wrap .personalization_box:nth-child(3),
  .travel_strongpoint_wrap .personalization_box:nth-child(4),
  .travel_strongpoint_wrap .personalization_box:nth-child(7),
  .travel_strongpoint_wrap .personalization_box:nth-child(8),
  .pet_strongpoint_wrap .personalization_box:nth-child(3),
  .pet_strongpoint_wrap .personalization_box:nth-child(4),
  .pet_strongpoint_wrap .personalization_box:nth-child(7),
  .pet_strongpoint_wrap .personalization_box:nth-child(8),
  .personalization_wrap .personalization_box:nth-child(3),
  .personalization_wrap .personalization_box:nth-child(4),
  .personalization_wrap .personalization_box:nth-child(7),
  .personalization_wrap .personalization_box:nth-child(8) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {

  .travel_strongpoint_wrap,
  .pet_strongpoint_wrap,
  .personalization_wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .travel_strongpoint_wrap .travel_strongpoint_box,
  .travel_strongpoint_wrap .pet_strongpoint_box,
  .travel_strongpoint_wrap .personalization_box,
  .pet_strongpoint_wrap .travel_strongpoint_box,
  .pet_strongpoint_wrap .pet_strongpoint_box,
  .pet_strongpoint_wrap .personalization_box,
  .personalization_wrap .travel_strongpoint_box,
  .personalization_wrap .pet_strongpoint_box,
  .personalization_wrap .personalization_box {
    border-right: none;
    padding: 0 0 30px;
    border-bottom: 1px solid #198AD3;
  }

  .travel_strongpoint_wrap .travel_strongpoint_box:nth-child(2),
  .travel_strongpoint_wrap .travel_strongpoint_box:nth-child(4),
  .travel_strongpoint_wrap .pet_strongpoint_box:nth-child(2),
  .travel_strongpoint_wrap .pet_strongpoint_box:nth-child(4),
  .travel_strongpoint_wrap .personalization_box:nth-child(2),
  .travel_strongpoint_wrap .personalization_box:nth-child(4),
  .pet_strongpoint_wrap .travel_strongpoint_box:nth-child(2),
  .pet_strongpoint_wrap .travel_strongpoint_box:nth-child(4),
  .pet_strongpoint_wrap .pet_strongpoint_box:nth-child(2),
  .pet_strongpoint_wrap .pet_strongpoint_box:nth-child(4),
  .pet_strongpoint_wrap .personalization_box:nth-child(2),
  .pet_strongpoint_wrap .personalization_box:nth-child(4),
  .personalization_wrap .travel_strongpoint_box:nth-child(2),
  .personalization_wrap .travel_strongpoint_box:nth-child(4),
  .personalization_wrap .pet_strongpoint_box:nth-child(2),
  .personalization_wrap .pet_strongpoint_box:nth-child(4),
  .personalization_wrap .personalization_box:nth-child(2),
  .personalization_wrap .personalization_box:nth-child(4) {
    padding-left: 0px;
  }

  .travel_strongpoint_wrap .travel_strongpoint_box:last-child,
  .travel_strongpoint_wrap .pet_strongpoint_box:last-child,
  .travel_strongpoint_wrap .personalization_box:last-child,
  .pet_strongpoint_wrap .travel_strongpoint_box:last-child,
  .pet_strongpoint_wrap .pet_strongpoint_box:last-child,
  .pet_strongpoint_wrap .personalization_box:last-child,
  .personalization_wrap .travel_strongpoint_box:last-child,
  .personalization_wrap .pet_strongpoint_box:last-child,
  .personalization_wrap .personalization_box:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .travel_strongpoint_wrap .travel_strongpoint_box h3,
  .travel_strongpoint_wrap .pet_strongpoint_box h3,
  .travel_strongpoint_wrap .personalization_box h3,
  .pet_strongpoint_wrap .travel_strongpoint_box h3,
  .pet_strongpoint_wrap .pet_strongpoint_box h3,
  .pet_strongpoint_wrap .personalization_box h3,
  .personalization_wrap .travel_strongpoint_box h3,
  .personalization_wrap .pet_strongpoint_box h3,
  .personalization_wrap .personalization_box h3 {
    margin-bottom: 0 !important;
  }

  .travel_strongpoint_wrap .personalization_box,
  .pet_strongpoint_wrap .personalization_box,
  .personalization_wrap .personalization_box {
    border-right: none !important;
  }
}

.travel_brand_wrap {
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.travel_brand_wrap a {
  width: 25%;
  padding: 10px;
  text-align: center;
}

.travel_brand_wrap a picture {
  display: flex;
  justify-content: center;
  align-items: center;
}

.travel_brand_wrap a:hover {
  opacity: 0.3;
}

@media screen and (max-width: 640px) {
  .travel_brand_wrap a {
    width: 48%;
  }
}

.travel_shop_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.travel_shop_wrap .travel_shop_img {
  width: 48%;
}

.travel_shop_wrap .travel_shop_txt {
  width: 48%;
}

@media screen and (max-width: 480px) {
  .travel_shop_wrap {
    flex-direction: column;
  }

  .travel_shop_wrap .travel_shop_img {
    width: 100%;
  }

  .travel_shop_wrap .travel_shop_txt {
    width: 100%;
    margin-top: 20px;
  }

  .travel_shop_wrap .travel_shop_txt br {
    display: none;
  }
}

#pet_strongpoint h3 {
  color: #198AD3 !important;
  font-size: 24px !important;
}

@media screen and (max-width: 960px) {
  #pet_strongpoint h3 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  #pet_strongpoint h3 {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
}

.other_brand_wrap {
  display: flex;
  justify-content: space-between;
}

.other_brand_wrap .other_brand_box {
  width: 33.3333333333%;
  border-right: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}

.other_brand_wrap .other_brand_box h3 {
  color: #198AD3 !important;
  font-size: 24px !important;
  margin-top: 20px;
}

@media screen and (max-width: 760px) {
  .other_brand_wrap .other_brand_box h3 {
    font-size: 18px !important;
  }
}

.other_brand_wrap .other_brand_box img {
  margin-bottom: 20px;
}

.other_brand_wrap .other_brand_box:first-child {
  justify-content: space-between;
}

.other_brand_wrap .other_brand_box:first-child h3 {
  height: 100%;
  display: flex;
  align-items: center;
}

.other_brand_wrap .other_brand_box:last-child {
  border-right: none;
}

.other_brand_wrap .other_brand_box .btn {
  width: 100%;
}

.other_brand_wrap .other_brand_box .btn:after {
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
}

.other_brand_wrap .other_brand_box .btn a {
  padding: 15px 10px;
}

@media screen and (max-width: 640px) {
  .other_brand_wrap {
    flex-direction: column;
  }

  .other_brand_wrap .other_brand_box {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #EEEEEE;
    padding: 40px 0;
  }

  .other_brand_wrap .other_brand_box:first-child {
    padding-top: 0;
  }

  .other_brand_wrap .other_brand_box:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.other_next_wrap {
  margin-top: 40px;
}

.other_next_wrap .other_next_txt p {
  margin-top: 30px;
}

@media screen and (max-width: 760px) {
  .other_next_wrap {
    flex-direction: column-reverse;
  }

  .other_next_wrap .other_next_txt {
    width: 100%;
  }

  .other_next_wrap .other_next_img {
    width: 100%;
    margin-bottom: 40px;
  }
}

.other_next_content,
.oem_content {
  margin-top: 50px;
}

.oem_content .sub_blue_bg {
  margin-top: 20px;
}

.oem_content .strong_txt {
  font-size: 24px !important;
  color: #198AD3;
  font-weight: 600;
}

#other_next .product_box {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 480px) {
  #other_next .product_box {
    margin-bottom: 10% !important;
  }

  #other_next .product_box:last-child {
    margin-bottom: 0 !important;
  }
}

.sanitary_content,
.gardening_content {
  margin-bottom: 50px;
}

.sanitary_content p,
.gardening_content p {
  margin-top: 30px;
}

.ec_list_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid #E0E4E6;
}

.ec_list_wrap:last-child {
  border-bottom: none;
}

.ec_list_wrap .ec_list_txt {
  width: 48%;
}

.ec_list_wrap .ec_list_img {
  width: 48%;
  text-align: right;
}

.ec_list_wrap .ec_list_img img {
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
}

.ec_list_wrap .ec_list_img .btn {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .ec_list_wrap {
    flex-direction: column;
  }

  .ec_list_wrap .ec_list_txt {
    width: 100%;
  }

  .ec_list_wrap .ec_list_img {
    width: 100%;
    margin-top: 40px;
    text-align: left;
  }
}

.corporate_news_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 760px) {
  .corporate_news_wrap {
    flex-direction: column;
  }
}

.corporate_news_wrap .news_year {
  width: 20%;
  color: #198AD3;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.6em;
}

@media screen and (max-width: 960px) {
  .corporate_news_wrap .news_year {
    font-size: 50px;
    line-height: 2em;
  }
}

@media screen and (max-width: 760px) {
  .corporate_news_wrap .news_year {
    font-size: 30px;
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 760px) {
  .corporate_news_wrap:first-child .news_year {
    margin-top: 0;
  }
}

.corporate_news_wrap .news_content_box {
  width: 85%;
}

@media screen and (max-width: 760px) {
  .corporate_news_wrap .news_content_box {
    width: 100%;
  }
}

.corporate_news_wrap .news_content_box .news_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #198AD3;
}

@media screen and (max-width: 760px) {
  .corporate_news_wrap .news_content_box .news_content {
    padding: 20px 0;
  }
}

.corporate_news_wrap .news_content_box .news_content a {
  color: #000;
}

.corporate_news_wrap .news_content_box .news_content a:hover {
  opacity: 0.3;
}

.corporate_news_wrap .news_content_box .news_content p {
  font-size: 20px;
}

@media screen and (max-width: 960px) {
  .corporate_news_wrap .news_content_box .news_content p {
    font-size: 18px;
  }
}

@media screen and (max-width: 760px) {
  .corporate_news_wrap .news_content_box .news_content p {
    font-size: 16px;
  }
}

.corporate_news_wrap .news_content_box .news_content p:first-child {
  color: #198AD3;
  margin-right: 30px;
}

.corporate_news_wrap .news_content_box .news_content p:last-child {
  font-weight: 600;
  color: #000;
}

.brand_news {
  overflow: hidden;
}

.slick-list {
  padding: 10px 10px 40px;
}

.brand_news_slider_wrap {
  position: relative;
}

.brand_news_content {
  padding: 20px 20px 0 20px;
}

.brand_news_content .brand_news_date {
  color: #B7B7B7;
  font-size: 15px;
}

.brand_news_content .brand_news_title {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 20px;
}

.slick-nav-arrows {
  position: absolute;
  top: -40px;
  right: 0%;
}

.slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
}

.slick-next {
  right: 0;
}

.slick-prev {
  left: -80px;
}

.slick-next:before,
.slick-prev:before {
  color: #000;
}

.slick-track {
  display: grid !important;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: auto;
  padding-left: 3px;
}

.slick-track:before,
.slick-track:after {
  display: none;
}

.brand_news_box_sub {
  width: 30%;
  max-width: 326px;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  display: grid !important;
  grid-template-rows: subgrid;
  grid-row: span 1;
  gap: 0px;
}

.brand_news_box_sub:hover {
  opacity: 0.3;
}

.brand_news_box_sub a {
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.brand_news_box_sub .btn {
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0 20px;
  margin-top: auto;
}

.brand_news_box_sub .btn p {
  padding: 20px 0;
  font-size: 14px !important;
  font-weight: 600;
  border-top: 1px solid #CCCCCC;
}

.brand_news_box_sub .btn:hover {
  background-color: #fff;
}

.brand_news_box_sub .btn:hover a {
  color: #000;
}

.brand_news_box_sub .btn:hover:after {
  -webkit-filter: inherit;
  filter: inherit;
}

.brand_news_box_sub span {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #D34319;
  color: #fff;
}

.brand_news_box_sub span:before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 5em solid transparent;
  border-left: 5em solid #D34319;
  /* ラベルの色はここで変更 */
  position: absolute;
  z-index: 100;
}

.brand_news_box_sub span:after {
  content: "NEW";
  display: block;
  top: 12px;
  transform: rotate(-45deg);
  color: #fff;
  /* 文字色はここで変更 */
  left: 6px;
  position: absolute;
  z-index: 101;
  font-size: 16px;
  font-weight: 600;
}

.slick-next,
.slick-prev {
  margin-left: 20px;
}

.slick-next:hover,
.slick-prev:hover {
  background-color: #fff;
}

.slick-next:hover:before,
.slick-prev:hover:before {
  background-color: #fff;
  background-image: url(../image/btn_arrow_icn_2x.png);
}

.slick-next:before,
.slick-prev:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #198AD3;
  background-color: #198AD3;
  background-image: url(../image/btn_arrow_icn_white_2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  transition: all 0.3s;
  opacity: 1;
}

.slick-prev:before {
  transform: rotate(180deg);
}

.slick-nav-arrows {
  width: 30px;
}

table {
  border-spacing: 0 10px;
  width: 100%;
}

#outline table {
  margin-top: 40px;
}

th,
td {
  padding: 20px 0;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #EEEEEE;
}

th a,
td a {
  color: #198AD3;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {

  th,
  td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
}

th {
  font-weight: 600;
  padding-right: 60px;
  vertical-align: top;
}

@media screen and (max-width: 480px) {
  th {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.group_img {
  margin: 40px auto;
  text-align: center;
}

.group_company_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.group_company_wrap .group_company_logo {
  width: 45%;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .group_company_wrap .group_company_logo p {
    text-align: left;
  }
}

.group_company_wrap .group_company_logo img {
  mix-blend-mode: multiply;
  margin: 0 auto 30px;
}

.group_company_wrap .group_company_info {
  width: 48%;
  padding: 0 20px;
  background-color: #fff;
}

.group_company_wrap .group_company_info table th,
.group_company_wrap .group_company_info table td {
  padding: 10px 0;
  border: none;
}

.group_company_wrap .group_company_info table th {
  padding-right: 30px;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {

  .group_company_wrap .group_company_info table th,
  .group_company_wrap .group_company_info table td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .group_company_wrap .group_company_info table th {
    padding-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .group_company_wrap .group_company_info table th {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 960px) {
  .group_company_wrap {
    flex-direction: column;
  }

  .group_company_wrap .group_company_logo {
    width: 100%;
  }

  .group_company_wrap .group_company_info {
    width: 100%;
    margin-top: 40px;
  }
}

#access iframe {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  #access iframe {
    height: 250px;
  }
}

.access_map_content {
  margin-bottom: 60px;
}

.access_map_content:last-child {
  margin-bottom: 0;
}

.group_organization_link {
  text-align: right;
  margin-top: 30px;
}

.group_organization_link:last-child {
  margin-top: 10px;
}

.group_organization_link a {
  color: #198AD3;
  text-decoration: underline;
}

.privacy_content_wrap {
  margin-top: 100px;
}

.privacy_content_wrap h2 {
  margin-bottom: 30px !important;
}

.privacy_content_wrap h2::before {
  display: none;
}

.privacy_txt_r {
  text-align: right;
  margin-top: 40px;
}

.sub_box.recruit .sub_blue_bg {
  margin-bottom: 40px;
}

.sub_box.recruit .sub_blue_bg:last-child {
  margin-bottom: 0;
}

.recruit_list_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.recruit_img {
  width: 40%;
  max-width: 370px;
}

.recruit_content {
  width: 55%;
}

.recruit_content .btn {
  margin-top: 40px;
}

.recruit_content .btn a {
  font-size: 15px;
  padding: 10px 50px;
}

#sub_content_wrap .recruit_content h3 {
  font-size: 32px;
  color: #198AD3;
  margin-bottom: 0;
}

#sub_content_wrap .recruit_content h3 span {
  font-size: 20px;
}

#sub_content_wrap .recruit_content p {
  margin-top: 30px;
}

#sub_content_wrap .recruit_content p.recruit_department {
  padding-left: 60px;
  position: relative;
  margin: 15px 0;
  font-size: 15px;
}

#sub_content_wrap .recruit_content p.recruit_department:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #198AD3;
  left: 0;
  top: 13px;
}

#sub_content_wrap ul.recruit_sub_navi li {
  position: relative;
}

#sub_content_wrap ul.recruit_sub_navi li:last-child:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  content: "";
  background-image: url(../image/exlink_icn_om_2x.png);
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.3s;
}

#sub_content_wrap ul.recruit_sub_navi li:hover:after {
  opacity: 0.3;
}

#sub_content_wrap ul.recruit_sub_navi li:hover a {
  opacity: 0.3;
}

#sub_content_wrap ul.recruit_sub_navi li a {
  color: #198AD3;
}

#sub_content_wrap ul.recruit_sub_navi li a::before {
  display: none;
}

.recruit_faq_box {
  padding: 30px 0;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  flex-direction: column;
}

.recruit_faq_box:first-child {
  padding-top: 0;
}

.recruit_faq_box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.recruit_faq_box .question {
  color: #198AD3;
  font-size: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.recruit_faq_box .question span {
  font-size: 40px;
  font-weight: 900;
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  .recruit_faq_box .question {
    font-size: 16px;
  }

  .recruit_faq_box .question span {
    font-size: 24px;
  }
}

.recruit_faq_box .answer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.recruit_faq_box .answer span {
  font-weight: 600;
  font-size: 30px;
  margin-right: 20px;
}

@media screen and (max-width: 480px) {
  .recruit_faq_box .answer span {
    font-size: 24px;
  }
}

#recruitment .btn {
  margin-top: 40px;
}

#recruitment table th {
  white-space: nowrap;
}

.contact-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 5em;
}

.contact-menu li {
  display: block;
  font-size: 22px;
  margin: 0;
  padding: 0;
  width: 32%;
}

@media screen and (max-width: 320px) {
  .contact-menu li {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .contact-menu li:nth-child(n+2) {
    margin-top: 2em;
  }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
  .contact-menu li {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  .contact-menu li:nth-child(n+2) {
    margin-top: 2em;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact-menu li {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 90%;
  }

  .contact-menu li:nth-child(n+2) {
    margin-top: 2em;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact-menu li {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact-menu a {
  display: block;
}

.contact-menu a:link,
.contact-menu a:visited,
.contact-menu a:hover,
.contact-menu a:active,
.contact-menu a:focus {
  text-decoration: none;
}

.contact-menu img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.contact-menu span {
  display: block;
  line-height: 1.2 !important;
}

.contact-menu img+span {
  color: #198ad3;
  font-size: 1em !important;
  margin: .5em 0 0 !important;
  padding: 0 0 0 1.2em !important;
  position: relative;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact-menu img+span {
    display: inline-block !important;
  }
}

.contact-menu img+span:before {
  content: '→';
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.contact-menu img+span+span {
  color: #000 !important;
  font-size: .8em !important;
  margin: .9em 0 0 !important;
  padding: 0 !important;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .contact-menu img+span+span {
    margin: 0 !important;
  }
}

.contact-menu a:hover img+span,
.contact-menu a:hover img+span+span {
  opacity: .7;
}

.footer_navi_privacy_bnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  max-width: 226px;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 10px;
}

@media screen and (max-width: 960px) {
  .footer_navi_privacy_bnr {
    position: static;
    margin-bottom: 20px;
  }
}

.footer_navi_privacy_bnr div {
  width: 50%;
}

.footer_navi_privacy_bnr p {
  font-size: 12px;
  line-height: 1.2em;
  width: 48%;
}

#page-top {
  background-color: #198AD3;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  transition: all 0s;
}

@media screen and (max-width: 480px) {
  #page-top {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 15px;
  }
}

#page-top a {
  position: relative;
  width: 100%;
  height: 100%;
}

#page-top:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url(../image/arrow_up_icn_2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  #page-top:after {
    background-size: 10px auto;
  }
}

.f_contact_wrap {
  background-image: linear-gradient(90deg, rgb(21, 193, 238), rgb(13, 132, 210));
  padding: 80px 0;
}

.f_contact_wrap .contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 760px) {
  .f_contact_wrap .contents {
    flex-direction: column;
  }
}

.f_contact_l {
  width: 60%;
}

@media screen and (max-width: 760px) {
  .f_contact_l {
    width: 100%;
    margin-bottom: 40px;
  }
}

.f_contact_l p {
  color: #fff;
  font-size: 14px;
}

.f_contact_l h2 {
  color: #fff;
  line-height: 2em;
  font-size: 14px;
}

.f_contact_l h2 span {
  line-height: 1.2em;
  font-size: 70px;
  display: block;
}

@media screen and (max-width: 480px) {
  .f_contact_l h2 span {
    font-size: 40px;
  }
}

.f_contact_r {
  width: 35%;
}

@media screen and (max-width: 760px) {
  .f_contact_r {
    width: 80%;
  }
}

.f_contact_btn_wrap {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 248px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 760px) {
  .f_contact_btn_wrap {
    max-width: none;
  }
}

.f_contact_btn_wrap:after {
  width: 14px;
  height: 12px;
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-image: url(../image/btn_arrow_icn_2x.png);
  bottom: 20px;
  right: 20px;
}

.f_contact_btn_wrap a {
  padding: 50px 50px 25px 50px;
  text-align: center;
  font-size: 20px;
  color: #000;
  line-height: 1.5em;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .f_contact_btn_wrap a {
    padding: 50px 50px 30px;
  }
}

.f_contact_btn_wrap a:hover {
  opacity: 0.3;
}

.f_contact_btn_wrap .f_contct_icn {
  background-color: #000;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.markless_category .product_list_wrap .btn_wrap_col2 {
  margin-top: 20px;
}

.markless_category .product_box:hover h3 {
  opacity: 1 !important;
}

#sdgs .btn {
  margin-top: 30px;
}

.note {
  font-size: 12px !important;
}

.note.txt_r {
  text-align: right;
}

.top_business_wrap {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 85%;
}

@media screen and (max-width: 1024px) {
  .top_business_wrap {
    width: 100%;
  }
}

.top_business_wrap .top_business_content {
  display: flex;
  justify-content: space-between;
  transition: .3s;
}

.top_business_wrap .top_business_content .top_business_box {
  box-shadow: .27em .27em .83em #00000033;
}

.top_business_wrap .top_business_content:first-child .top_business_box {
  width: 100%;
}

.top_business_wrap .top_business_content:first-child .top_business_box .top_business_product_img {
  width: 48%;
  max-width: none;
}

.top_business_wrap .top_business_content:first-child .top_business_box .top_business_product {
  width: 50%;
}

.top_business_wrap .top_business_content:nth-child(2) .top_business_product p {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 30px;
}

.top_business_wrap .top_business_content:nth-child(2) .top_business_product h3 {
  font-size: 23px;
}

.top_business_wrap .top_business_content:nth-child(2) .top_business_product .top_business_btn_wrap {
  margin-bottom: 30px;
}

.top_business_wrap .top_business_content:nth-child(3) .top_business_product p {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.top_business_wrap .top_business_content:nth-child(3) .top_business_product h3 {
  font-size: 23px;
  margin-bottom: 20px;
}

.top_business_wrap .top_business_content:nth-child(3) .top_business_product .top_business_btn_wrap {
  margin-bottom: 20px;
}

.top_business_wrap .top_business_content:nth-child(3) .top_business_product .top_business_btn_wrap p {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  .top_business_wrap .top_business_content {
    flex-direction: column;
  }

  .top_business_wrap .top_business_content .top_business_box {
    align-items: stretch;
    width: 100%;
  }

  .top_business_wrap .top_business_content .top_business_box.pet,
  .top_business_wrap .top_business_content .top_business_box.other {
    margin-top: 4%;
  }

  .top_business_wrap .top_business_content .top_business_product_img {
    height: auto !important;
  }

  .top_business_wrap .top_business_content h3 {
    font-size: 20px !important;
  }

  .top_business_wrap .top_business_content p {
    padding-right: 30px;
  }
}

@media screen and (max-width: 640px) {
  .top_business_wrap .top_business_content .top_business_box {
    flex-direction: column-reverse;
  }

  .top_business_wrap .top_business_content .top_business_box .top_business_product {
    width: 100% !important;
  }

  .top_business_wrap .top_business_content .top_business_box .top_business_product_img {
    height: 300px !important;
    width: 100% !important;
    margin: auto;
  }

  .top_business_wrap .top_business_content .top_business_box.travel .top_business_product_img,
  .top_business_wrap .top_business_content .top_business_box.pet .top_business_product_img,
  .top_business_wrap .top_business_content .top_business_box.ethical .top_business_product_img {
    margin-top: 30px;
  }
}

.top_business_wrap .top_business_box {
  background-color: #fff;
  width: 48%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_business_wrap .top_business_box.markless .top_business_product_img {
  background-image: url(../image/top_business_markless_img_2x.jpg);
}

.top_business_wrap .top_business_box.travel .top_business_product_img {
  background-image: url(../image/top_business_travel_img_2x.jpg);
}

.top_business_wrap .top_business_box.pet .top_business_product_img {
  background-image: url(../image/top_business_pet_img_2x.jpg);
}

.top_business_wrap .top_business_box.ethical .top_business_product_img {
  background-image: url(../image/top_business_ethical_img_2x.jpg);
}

.top_business_wrap .top_business_box.other .top_business_product_img {
  background-image: url(https://www.tradeworks.co.jp/assets/images/top_business_other_img_2x.jpg);
}

.top_business_wrap .top_business_box.other .top_business_product {
  width: 100%;
}

.top_business_wrap .top_business_box.other .top_business_product .top_business_btn_wrap p {
  padding-right: 30px;
}

.top_business_wrap .top_business_box .top_business_product {
  width: 60%;
}

.top_business_wrap .top_business_box .top_business_product h3 {
  font-size: 30px;
  background-image: linear-gradient(90deg, rgb(21, 193, 238), rgb(13, 132, 210));
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  display: inline;
}

.top_business_wrap .top_business_box .top_business_product p {
  margin-left: 30px;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #198AD3;
  margin-top: 50px;
}

.top_business_wrap .top_business_box .top_business_product .top_business_btn_wrap {
  margin-left: 30px;
  margin-bottom: 50px;
}

@media screen and (max-width: 667px) {
  .top_business_wrap .top_business_box .top_business_product .top_business_btn_wrap {
    margin: 30px;
  }
}

.top_business_wrap .top_business_box .top_business_product .top_business_btn_wrap p {
  margin: 30px 0;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.top_business_wrap .top_business_box .top_business_product_img {
  width: 35%;
  max-width: 200px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 667px) {
  .top_business_box .btn.border {
    display: block;
  }
}

.btn_col2_wrap {
  display: flex;
  justify-content: flex-start;
}

.btn_col2_wrap .btn:last-child {
  margin-left: 20px;
}

.top_business_wrap .top_business_box:hover {
  background-color: #198ad3;
}

.top_business_wrap .top_business_box:hover h3 {
  background-color: #fff;
  background-image: none;
  color: #198ad3;
}

.top_business_wrap .top_business_box:hover .top_business_product p,
.top_business_wrap .top_business_box:hover .top_business_product .top_business_btn_wrap p {
  color: #fff;
}

/* .works_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  column-gap: 20px;
  row-gap: 20px;
} */
.works_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: flex-start;
  width: 100%;
}

.works_box {
  width: 31%;
  padding: 20px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 10px;
}

@media screen and (max-width: 667px) {
  .works_box {
    width: 100%;
  }
}

.works_box h4 {
  color: #198AD3 !important;
  font-size: 16px !important;
  margin-bottom: 0px !important;
  margin-top: 5px;
}

.works_box p {
  font-size: 14px !important;
  line-height: 1.6em !important;
}

.works_contact_wrap {
  margin-top: 50px;
  text-align: center;
}

.works_contact_wrap p {
  color: #198AD3;
}

.works_contact_wrap p.cta-button-sentence {
  color: #000;
  font-weight: 600;
}

.works_tag_wrap {
  align-items: center;
  display: flex;
  gap: .5em;
  justify-content: flex-start;
}

.works_tag_wrap .works_tag {
  border-radius: 30px;
  border: 1px solid #198AD3;
  padding: 0 10px;
  text-align: center;
  font-size: 11px;
  color: #198AD3;
}

.timeline {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.timeline:last-child .timeline-item:after {
  display: none;
}

.timeline-item {
  position: relative;
  padding-left: 50px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.timeline-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #198AD3;
  left: 10px;
  top: 40px;
}

@media screen and (max-width: 640px) {
  .timeline-item {
    padding-left: 30px;
  }
}

.timeline-content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
}

.timeline-content:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #198AD3;
  border-radius: 50%;
  left: -43px;
  top: 10px;
}

@media screen and (max-width: 640px) {
  .timeline-content:before {
    left: -23px;
  }
}

@media screen and (max-width: 640px) {
  .timeline-content {
    flex-direction: column;
    padding-bottom: 10px;
  }
}

.year {
  font-size: 46px;
  font-weight: bold;
  color: #198AD3;
  padding: 30px 30px 30px 0;
}

@media screen and (max-width: 640px) {
  .year {
    font-size: 30px;
    padding-right: 10px;
  }
}

.month {
  font-size: 16px;
  font-weight: bold;
  color: #198AD3;
  width: 40px;
  text-align: right;
  margin-right: 20px;
}

.event {
  font-size: 16px;
  width: calc(100% - 70px);
}

@media screen and (max-width: 640px) {
  .event {
    width: 100%;
  }
}

.font_b {
  font-weight: 600;
}

.megamenu_title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */