@charset "UTF-8";
/*
CSS
/assets/css/Corporate.css
update:19.07.00
*/
/*------------------------------- Corporate Common */
/*Visual Area Image*/
.greeting .visual_area .bg_wrp {
  background-image: url(/assets/img/about/bg_main_greeting.jpg);
}

.ourvision .visual_area .bg_wrp {
  background-image: url(/assets/img/about/bg_main_ourvision.jpg);
}

.outline .visual_area .bg_wrp {
  background-image: url(/assets/img/about/bg_main_outline.jpg);
}

.access .visual_area .bg_wrp {
  background-image: url(/assets/img/about/bg_main_access.jpg);
}

.securitypolicy .visual_area .bg_wrp {
  background-image: url(/assets/img/about/bg_main_securitypolicy.jpg);
}

/*Title*/
.corporate .visual_area h1 span.ttl_main {
  font-family: "Fira Sans", sans-serif;
  font-size: 60px;
}
.corporate .visual_area h1 span.ttl_sub {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 400;
}
.corporate .content_area .inr {
  max-width: 850px;
  padding: 30px 25px 0 25px;
}
.corporate .content_area .ttl_hd02 {
  color: #284691;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.corporate .content_area .ttl_hd03 {
  color: #284691;
  font-size: 20px;
  line-height: 1.6;
}
.corporate .intro {
  text-align: center;
}
.corporate .intro .lead {
  margin-top: 25px;
  line-height: 1.9;
  letter-spacing: -0.01em;
}
.corporate .intro .lead:first-of-type {
  margin-top: 40px;
}
.corporate .intro .lead.notitle {
  margin: 0 !important;
}

@media (max-width: 768px) {
  /*Visual Area Image*/
  .greeting .visual_area .bg_wrp {
    background-image: url(/assets/img/about/bg_main_greeting_sp.jpg);
  }
  .ourvision .visual_area .bg_wrp {
    background-image: url(/assets/img/about/bg_main_ourvision_sp.jpg);
  }
  .outline .visual_area .bg_wrp {
    background-image: url(/assets/img/about/bg_main_outline_sp.jpg);
  }
  .access .visual_area .bg_wrp {
    background-image: url(/assets/img/about/bg_main_access_sp.jpg);
  }
  .securitypolicy .visual_area .bg_wrp {
    background-image: url(/assets/img/about/bg_main_securitypolicy_sp.jpg);
  }
  /*Title*/
  .corporate .visual_area h1 span.ttl_main {
    font-size: 40px;
  }
  .corporate .visual_area h1 span.ttl_sub {
    font-size: 20px;
  }
}
/*------------------------------- Corporate Content_Area */
@media (max-width: 768px) {
  .corporate .content_area .inr {
    padding: 0 4.5%;
  }
}
@media (max-width: 768px) {
  .corporate .content_area .ttl_hd02 {
    font-size: 20px;
    line-height: 1.4;
  }
  .corporate .content_area .ttl_hd03 {
    font-size: 18px;
  }
}
/*Intro*/
@media (max-width: 768px) {
  .corporate .intro .lead {
    margin-top: 15px;
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .corporate .intro .lead:first-of-type {
    margin-top: 20px;
  }
}
/*About List*/
.about_list {
  width: 100%;
  text-align: left;
}
.about_list dl {
  margin-top: 35px;
  display: table;
  width: 100%;
}
.about_list dl:first-child {
  margin-top: 0;
}
.about_list dl dt, .about_list dl dd {
  display: table-cell;
  vertical-align: top;
}
.about_list dl dt {
  position: relative;
  color: #6c768a;
  width: 87px;
  text-align: right;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
}
.about_list dl dt:after {
  position: absolute;
  content: "";
  left: 0;
  top: 16px;
  width: 50px;
  height: 2px;
  background: #6c768a;
}
.about_list dl dd {
  padding-left: 25px;
}
.about_list dl dd h3 {
  margin-bottom: 5px;
  color: #284691;
  font-weight: 600;
  font-size: 18px;
}
.about_list dl dd p {
  line-height: 1.9;
  letter-spacing: -0.01em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media (max-width: 768px) {
  .about_list dl {
    margin-top: 25px;
  }
  .about_list dl dt {
    width: 35px;
    font-size: 24px;
    line-height: 1.4;
  }
  .about_list dl dt:after {
    width: 15px;
  }
  .about_list dl dd {
    padding-left: 15px;
  }
}
/*------------------------------- Greeting Page */
/*Message*/
.greeting .message {
  margin-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}
.greeting .message > div {
  float: left;
}
.greeting .message_txt {
  width: 65%;
  padding-right: 60px;
}
.greeting .message_txt p {
  margin-top: 30px;
  line-height: 1.9;
  letter-spacing: -0.01em;
  text-align: justify;
  text-justify: inter-ideograph;
}
.greeting .message_txt p:first-child {
  margin-top: -5px;
}
.greeting .message_img {
  max-width: 200px;
  width: 35%;
}
.greeting .message_img p.cap {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
}

@media (max-width: 768px) {
  /*Message*/
  .greeting .message {
    margin-top: 25px;
    padding-bottom: 25px;
  }
  .greeting .message_txt, .greeting .message_img {
    float: none;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }
  .greeting .message_txt p {
    margin-top: 20px;
  }
  .greeting .message_img {
    margin-top: 30px;
    text-align: center;
  }
  .greeting .message_img img {
    max-width: 280px;
  }
  .greeting .message_img p.cap {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
  }
}
/*------------------------------- Ourvision Page */
/*------------------------------- Securitypolicy Page */
/*Intro*/
.ourvision .intro .inr {
  padding-bottom: 70px;
}

.securitypolicy .intro .inr {
  padding-bottom: 70px;
  max-width: 1050%;
}
@media (max-width: 768px) {
  .securitypolicy .intro .inr {
    text-align: left;
  }
  .securitypolicy .intro .inr br {
    display: none;
  }
}

/*Management*/
/*policy*/
.ourvision .management, .securitypolicy .policy {
  background: #ecf3f6;
}

.ourvision .management .inr, .securitypolicy .policy .inr {
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (max-width: 768px) {
  .ourvision .intro .inr, .securitypolicy .intro .inr {
    padding-bottom: 45px;
  }
  .ourvision .management .inr, .securitypolicy .policy .inr {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
/*Management*/
.ourvision .management .about_list {
  margin-top: 45px;
}

.securitypolicy .policy .about_list {
  margin-top: 45px;
}
.securitypolicy .policy .signature {
  margin-top: 40px;
  width: 100%;
  text-align: left;
}
.securitypolicy .policy .signature p {
  float: right;
  font-size: 14px;
}

@media (max-width: 768px) {
  .ourvision .management .about_list {
    margin-top: 25px;
  }
  .securitypolicy .policy .about_list {
    margin-top: 25px;
  }
  .securitypolicy .policy .signature {
    margin-top: 15px;
  }
  .seculitypolicy .signature p {
    float: none;
    font-size: 13px;
  }
}
/*------------------------------- Outline Page */
/*Info List Set*/
.outline .info_list_set {
  margin-top: 60px;
}
.outline .info_list_set dl dt, .outline .info_list_set dl dd {
  padding: 15px 15px;
}
.outline .info_list_set dl dt {
  width: 15%;
}
.outline .intro.origin .inr {
  padding-top: 75px;
}

/*Origin*/
@media (max-width: 768px) {
  .outline .info_list_set {
    margin-top: 25px;
  }
  .outline .info_list_set dl dt, .outline .info_list_set dl dd {
    padding: 12px 10px;
  }
  .outline .info_list_set dl dt {
    width: 100%;
  }
  .outline .intro.origin .inr {
    padding-top: 55px;
  }
}
/*------------------------------- Access Page */
.access .access_map {
  margin-top: -60px;
}
.access .access_map .inr {
  padding-top: 0;
}
.access .related_map {
  margin-top: 80px;
  background: #ecf3f6;
}
.access .related_map .inr {
  padding-top: 75px;
  padding-bottom: 80px;
}
.access .related_map h2 {
  margin-bottom: 60px;
}
.access .map_set {
  padding-top: 110px;
  width: 100%;
}
.access .map_set:first-of-type {
  margin-top: 0;
}
.access .map_set > div {
  float: left;
}
.access .map_set .map_info {
  width: 42.5%;
  padding-right: 60px;
}
.access .map_set .map_img {
  width: 57.5%;
}
.access .map_set .map_info h3 {
  margin-top: -3px;
  color: #284691;
  font-size: 20px;
}
.access .map_set .map_info p {
  margin-top: 10px;
}
.access .map_set .map_info a.map_btn {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  color: #6c768a;
  transition: all 0.3s ease-in-out;
}
.access .map_set .map_info a.map_btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #6c768a;
}
.access .map_set .map_info a.map_btn:hover {
  opacity: 0.6;
}
.access .map_set .map_img .gmap {
  position: relative;
  padding: 30px 0 56.25% 0;
  height: 0;
  overflow: hidden;
}
.access .map_set .map_img .gmap iframe, .access .map_set .map_img .gmap object, .access .map_set .map_img .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .access .access_map {
    margin-top: -30px;
  }
  .access .access_map .inr {
    padding-top: 0;
  }
  .access .related_map {
    margin-top: 60px;
  }
  .access .related_map .inr {
    padding-top: 45px;
    padding-bottom: 60px;
  }
  .access .related_map h2 {
    margin-bottom: 35px;
  }
}
/*Map Set*/
@media (max-width: 768px) {
  .access .map_set {
    padding-top: 55px;
  }
  .access .map_set > div {
    float: none;
  }
  .access .map_set .map_info, .access .map_set .map_img {
    width: 100%;
    padding: 0;
  }
  .access .map_set .map_info h3 {
    margin-top: 0;
    font-size: 17px;
    line-height: 1.4;
  }
  .access .map_set .map_img {
    margin-top: 20px;
  }
}
/* 20230908 add */
.antisocial_list {
  margin: 0.8em 0 0 1em;
  line-height: 1.8;
}

.cookie_list, .privacy_list {
  line-height: 1.8;
}

.antisocial_list li, .cookie_list > li, .privacy_list > li .privacy_list__child > li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.antisocial_list__child {
  margin: 0.5em 0 1em 1em;
  font-size: 0.95em;
}

.cookie_list__child {
  padding: 1em 0 1.5em 1em;
  font-size: 0.95em;
  text-indent: 0;
  margin-left: 0;
}

.privacy_list__child {
  padding: 1em 0 1.5em 1em;
  font-size: 0.95em;
  text-indent: 0;
  margin-left: 0;
}
.privacy_list__child.pb_0 {
  padding: 1em 0 0 1em;
}

.cookie_list__child a, .privacy_list__child a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie_list__child a:hover, .privacy_list__child a:hover {
  text-decoration: none;
}

.cookie_list__child p + p {
  margin-top: 10px;
}

.cookie_contact {
  margin-top: 80px;
  padding: 50px;
  border: 1px solid #6c768a;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
}
.cookie_contact h3 {
  margin-bottom: 20px;
  font-size: 1.25em;
  line-height: 1.4;
  color: #284691;
}
.cookie_contact p {
  display: inline-block;
}
.cookie_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0.8em 1em;
  background-color: #284691;
  color: #fff;
  transition: 0.3s;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
}
.cookie_contact a:hover {
  background-color: #0045f4;
}

@media (max-width: 768px) {
  .cookie_contact {
    margin-top: 40px;
    padding: 30px;
  }
  .cookie_contact p {
    width: 100%;
    max-width: 400px;
  }
}
/* privacy policy */
.securitypolicy.privacy .policy p + p, .securitypolicy.privacy .policy p + ul {
  margin-top: 1em;
}
.securitypolicy.privacy .policy a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.about_list dl.privacy_definition_list {
  display: block;
  margin-top: 0;
}
.about_list dl.privacy_definition_list dt, .about_list dl.privacy_definition_list dd {
  display: block;
}
.about_list dl.privacy_definition_list > dd {
  padding: 1em 0 0 1em;
}
.about_list dl.privacy_definition_list dt {
  margin-top: 15px;
  position: static;
  color: #1c3c62;
  width: 100%;
  text-align: left;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
.about_list dl.privacy_definition_list dt:after {
  content: none;
}

.privacy_contact_wrap {
  margin-top: 80px;
}
.privacy_contact_wrap h3 {
  margin-bottom: 5px;
  color: #284691;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.privacy_contact_wrap h3 + p {
  text-align: center;
}

.privacy_contact {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #6c768a;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
}

.privacy_contact__inner {
  display: inline-block;
  text-align: left;
}
.privacy_contact__inner p {
  display: flex;
  letter-spacing: 0.05em !important;
}
.privacy_contact__inner .ttl {
  width: 8em;
}

.privacy_definition_list__child {
  margin: 0 !important;
}

.privacy_claim_list {
  padding: 0 1em 1em;
}
.privacy_claim_list li {
  text-indent: -1.4em;
  margin-left: 0.8em;
}
.privacy_claim_list li::before {
  content: "・";
  padding-right: 5px;
}

.company-link {
  margin: 80px auto 0;
  padding: 0 20px;
  max-width: 640px;
}
.company-link__list {
  margin: 0 auto;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 0;
}
.company-link__list li {
  position: relative;
  padding: 0 6px 0 8px;
  font-size: 14px;
  line-height: 1;
}
.company-link__list li::before, .company-link__list li::after {
  content: "";
  top: 50%;
  position: absolute;
  width: 2px;
  height: 14px;
  background-color: #6c768a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.company-link__list li::before {
  left: 0;
}
.company-link__list li::after {
  right: -2px;
}
.company-link__list a {
  position: relative;
  white-space: nowrap;
  display: block;
  padding: 0 8px;
}
.company-link__list li br {
  display: none;
}

@media (max-width: 480px) {
  .company-link__list {
    justify-content: flex-start;
    gap: 5px 0;
    padding: 10px 10px 10px 15px;
    border: 2px solid #6c768a;
    border-radius: 5px;
  }
  .company-link__list li {
    width: 50%;
    padding: 0;
    border: 0 !important;
  }
  .company-link__list li::before, .company-link__list li::after {
    content: none;
  }
  .company-link__list li a {
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    height: 40px;
    font-size: 13px;
    line-height: 1.4;
    white-space: pre-wrap;
  }
  .company-link__list a::before {
    content: "";
    position: absolute;
    left: -3px;
    top: calc(50% - 3px);
    width: 4px;
    height: 4px;
    border-right: 2px solid #6c768a;
    border-bottom: 2px solid #6c768a;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .company-link__list li br {
    display: inline-block;
  }
}
.company-ttl {
  padding: 80px 20px 60px;
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  color: #284691;
  text-align: center;
}
.company-ttl::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 100px;
  height: 2px;
  background-color: rgba(40, 70, 145, 0.8);
}
@media (max-width: 768px) {
  .company-ttl {
    padding: 40px 10px 30px;
    font-size: 24px;
  }
  .company-ttl::after {
    margin: 15px auto 0;
    width: 80px;
  }
}

.cv_contribute_set__list {
  display: flex !important;
  align-items: flex-start;
  justify-content: center !important;
  gap: 20px 30px;
  text-align: center;
}

.cv_contribute_set__list figure {
  margin-bottom: 10px;
}

.cv_contribute_set__list h3 {
  line-height: 1.2;
}

.cv_contribute_set__list p {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
}

.cv_contribute_set__list p.indent {
  display: inline-block;
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.cv_contribute_set__list img {
  width: auto;
  max-width: initial;
  height: 110px;
}

@media screen and (max-width: 768px) {
  .cv_contribute_set__list {
    flex-direction: column;
    padding: 20px 20px 0;
  }
  .cv_contribute_set__list li {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  .cv_contribute_set__list img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.group-company h2 {
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
.group-company .inr {
  position: relative;
  z-index: 1;
}
.group-company .inr::before {
  content: "";
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid rgba(40, 70, 145, 0.8);
  border-radius: 6px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .group-company .inr::before {
    top: 70px;
    right: 4%;
    left: 4%;
  }
}

.group-company-list {
  padding: 30px;
}
.group-company-list li {
  text-align: left;
}
.group-company-list li + li {
  margin-top: 30px;
}
.group-company-list li h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.group-company-list li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.group-company-list li a::after {
  content: "";
  display: inline-block;
  margin: -3px 0 0 5px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2048%2048%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.b%7Bfill%3Anone%3B%7D.b%7Bstroke%3A%23000%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3Bstroke%3A%23284691%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E125_arr_24%3C%2Ftitle%3E%3Crect%20class%3D%22a%22%20width%3D%2248%22%20height%3D%2248%22%2F%3E%3Cpolyline%20class%3D%22b%22%20points%3D%2227%2012%2036%2012%2036%2021%22%2F%3E%3Cpolyline%20class%3D%22b%22%20points%3D%2232%2026%2032%2034%2014%2034%2014%2016%2022%2016%22%2F%3E%3Cline%20class%3D%22b%22%20x1%3D%2224%22%20y1%3D%2224%22%20x2%3D%2235%22%20y2%3D%2213%22%2F%3E%3C%2Fsvg%3E");
  vertical-align: middle;
}
.group-company-list li p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .group-company-list {
    padding: 20px;
  }
  .group-company-list li h3 {
    font-size: 16px;
  }
  .group-company-list li p {
    font-size: 12px;
  }
}

.group-outline {
  padding-bottom: 80px;
}
.group-outline-tbl table {
  border: 1px solid rgba(40, 70, 145, 0.35);
  border-width: 1px 0 0 0;
}
.group-outline-tbl table tbody > tr > td:first-child {
  width: 30%;
}
.group-outline-tbl table tbody > tr > td:last-child {
  width: 70%;
}
.group-outline-tbl table td {
  padding: 12px;
  border: 1px solid rgba(40, 70, 145, 0.35);
  border-width: 0 0 1px;
  vertical-align: top;
  font-size: 16px;
  line-height: 2;
}
.group-outline-tbl table td a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.group-outline-tbl table td a:hover {
  text-decoration: none;
}
.group-outline-tbl table tbody > tr:nth-child(2) td a,
.group-outline-tbl table tbody > tr:nth-child(3) td a {
  display: inline-flex;
  align-items: flex-start;
  gap: 1em;
  padding: 0 10px;
  border-radius: 4px;
  background-color: rgba(40, 70, 145, 0.12);
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}
.group-outline-tbl table tbody > tr:nth-child(2) td a:hover,
.group-outline-tbl table tbody > tr:nth-child(3) td a:hover {
  opacity: 0.7;
}
.group-outline-tbl table tbody > tr:last-child td:last-child {
  line-height: 2.8;
}
.group-outline-tbl table tbody > tr:last-child td:last-child a::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -3px 0 0 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22id1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20382.3%20380.7%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23284691%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%2024px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_lay_1-2%22%20data-name%3D%22lay1%22%3E%20%3Cg%3E%20%3Cg%3E%20%3Cline%20class%3D%22cls-1%22%20x1%3D%22195.8%22%20y1%3D%22186.6%22%20x2%3D%22370.3%22%20y2%3D%2212%22%2F%3E%20%3Cpolyline%20class%3D%22cls-1%22%20points%3D%22292.7%2012%20370.3%2012%20370.3%2089.6%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M216.6%2C66.9H27.4c-8.5%2C0-15.4%2C6.9-15.4%2C15.4v270.9c0%2C8.5%2C6.9%2C15.4%2C15.4%2C15.4h277.8c8.5%2C0%2C15.4-6.9%2C15.4-15.4v-197%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 12px auto;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.group-outline-tbl table tbody > tr:last-child td:last-child a .icon-product {
  display: inline-block;
  margin: -3px 8px 0 0;
  padding: 5px;
  background: #EB9EA7;
  border-radius: 4px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
.group-outline-tbl table tbody > tr:last-child td:last-child a:hover .icon-product {
  opacity: 0.7;
}

.group-history .list-tree {
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
}
.group-history .list-tree::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background-color: #284691;
  z-index: 0;
}
.group-history .list-tree::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 50px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 1;
}
.group-history .list-tree-item {
  position: relative;
  padding: 25px 0;
}
.group-history .list-tree-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: 2;
}
.group-history .list-tree-item .wp-block-column {
  padding: 0 20px;
}
.group-history .list-tree-item .wp-block-column:first-child {
  text-align: right;
}
.group-history .list-tree-item:nth-child(2n+1)::after {
  background-color: #E2211C;
}
.group-history .list-tree-item:nth-child(2n+1) .wp-block-column:last-child p {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: 1em;
  padding: 10px 20px;
  background-color: #f5f5f5;
}
.group-history .list-tree-item:nth-child(2n+1) .wp-block-column:last-child p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 16px;
  height: 20px;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.group-history .list-tree-item:nth-child(2n+1) .wp-block-column:last-child p span {
  white-space: nowrap;
}
.group-history .list-tree-item:nth-child(2n)::after {
  background-color: #284691;
}
.group-history .list-tree-item:nth-child(2n) .wp-block-column:first-child p {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  gap: 1em;
  padding: 10px 20px;
  background-color: #f5f5f5;
  text-align: left;
}
.group-history .list-tree-item:nth-child(2n) .wp-block-column:first-child p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 16px;
  height: 20px;
  background-color: #f5f5f5;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.group-history .list-tree-item:nth-child(2n) .wp-block-column:first-child span {
  white-space: nowrap;
}
.group-history .list-tree-item .wp-block-heading {
  font-size: 22px;
}

.group-origin {
  margin: 150px 0 0;
  padding: 80px 90px;
  background-color: #fff;
  box-shadow: 0 0 30px 10px rgba(40, 70, 145, 0.05);
}
.group-origin .wp-block-image {
  margin: 0 auto;
  width: 356px;
}
.group-origin h3 {
  margin: 70px 0 20px;
  padding-left: 25px;
  background: url(../img/training/ico-bullet-z-red.svg) left 8px/auto 14px no-repeat;
  color: #284691;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

@media (max-width: 768px) {
  .group-outline {
    padding-bottom: 40px;
  }
  .group-outline-tbl table tbody, .group-outline-tbl table tr, .group-outline-tbl table td {
    display: block;
  }
  .group-outline-tbl table tbody > tr > td {
    font-size: 14px;
  }
  .group-outline-tbl table tbody > tr > td:first-child {
    padding: 8px;
    width: 100%;
    font-weight: 600;
  }
  .group-outline-tbl table tbody > tr > td:last-child {
    padding: 8px 8px 30px;
    width: 100%;
  }
  .group-outline-tbl table tbody > tr:nth-child(2) td a,
  .group-outline-tbl table tbody > tr:nth-child(3) td a {
    display: block;
    margin-top: 5px;
    width: 4em;
    text-align: center;
  }
  .group-history .list-tree {
    padding-bottom: 30px;
  }
  .group-history .list-tree::before {
    left: calc(3.7em + 5.5px);
  }
  .group-history .list-tree::after {
    left: 3.7em;
  }
  .group-history .list-tree-item {
    padding: 25px 0;
    gap: 1em !important;
  }
  .group-history .list-tree-item::after {
    top: calc(50% - 6px);
    left: 3.7em;
    width: 12px;
    height: 12px;
  }
  .group-history .list-tree-item .wp-block-column {
    flex-basis: auto;
    flex-grow: 0;
    padding: 0;
  }
  .group-history .list-tree-item:nth-child(2n+1) .wp-block-column:first-child {
    width: 5em;
    text-align: left;
  }
  .group-history .list-tree-item:nth-child(2n+1) .wp-block-column:last-child {
    width: calc(100% - 6em);
  }
  .group-history .list-tree-item:nth-child(2n+1) .wp-block-column:last-child p {
    padding: 10px;
    font-size: 14px;
    gap: 1em;
  }
  .group-history .list-tree-item:nth-child(2n+1) .wp-block-column:last-child p span {
    white-space: nowrap;
  }
  .group-history .list-tree-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .group-history .list-tree-item:nth-child(2n)::after {
    background-color: #284691;
  }
  .group-history .list-tree-item:nth-child(2n) .wp-block-column:first-child {
    width: calc(100% - 6em);
    text-align: left;
  }
  .group-history .list-tree-item:nth-child(2n) .wp-block-column:first-child p {
    align-items: flex-start;
    padding: 10px;
    font-size: 14px;
    gap: 1em;
  }
  .group-history .list-tree-item:nth-child(2n) .wp-block-column:first-child p span {
    white-space: nowrap;
  }
  .group-history .list-tree-item:nth-child(2n) .wp-block-column:first-child p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 16px;
    height: 20px;
    background-color: #f5f5f5;
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
            clip-path: polygon(100% 0, 0 50%, 100% 100%);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .group-history .list-tree-item:nth-child(2n) .wp-block-column:last-child {
    width: 5em;
  }
  .group-history .list-tree-item .wp-block-heading {
    font-size: 18px;
  }
  .group-origin {
    margin: 80px 0 100px;
    padding: 30px;
    box-shadow: 0 0 20px 10px rgba(40, 70, 145, 0.05);
  }
  .group-origin .wp-block-image {
    margin: 0 auto;
    width: 80%;
    max-width: 356px;
  }
  .group-origin h3 {
    margin: 40px 0 20px;
    padding-left: 22px;
    background: url(../img/training/ico-bullet-z-red.svg) left 8px/auto 10px no-repeat;
    font-size: 18px;
  }
  .group-origin p {
    font-size: 14px;
    text-align: justify;
  }
}
html[lang=en] .group-history .list-tree-item {
  display: flex;
  align-items: center;
  gap: 2em;
}
@media screen and (min-width: 769px) {
  html[lang=en] .group-history .list-tree-item .wp-block-column {
    width: 50% !important;
  }
}