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

html,body {
  background-color: #fffcfd;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  font-family: 'Noto Sans JP', 'meiryo', sans-serif;
}
/*@font-face {*/
/*  font-family: SourceHanSansJP;*/
/*  src: url(../fonts/SourceHanSansJP-Bold.otf) format("opentype");*/
/*  font-weight: bold;*/
/*}*/

/*@font-face {*/
/*  font-family: SourceHanSansJP;*/
/*  src: url(../fonts/SourceHanSansJP-ExtraLight.otf) format("opentype");*/
/*  font-weight: 200;*/
/*}*/

/*@font-face {*/
/*  font-family: SourceHanSansJP;*/
/*  src: url(../fonts/SourceHanSansJP-Heavy.otf) format("opentype");*/
/*  font-weight: 900;*/
/*}*/

/*@font-face {*/
/*  font-family: SourceHanSansJP;*/
/*  src: url(../fonts/SourceHanSansJP-Light.otf) format("opentype");*/
/*  font-weight: 300;*/
/*}*/

/*@font-face {*/
/*  font-family: SourceHanSansJP;*/
/*  src: url(../fonts/SourceHanSansJP-Medium.otf) format("opentype");*/
/*  font-weight: 500;*/
/*}*/

/*@font-face {*/
/*  font-family: SourceHanSansJP;*/
/*  src: url(../fonts/SourceHanSansJP-Normal.otf) format("opentype");*/
/*  font-weight: normal;*/
/*}*/

/*@font-face {*/
/*  font-family: SourceHanSansJP;*/
/*  src: url(../fonts/SourceHanSansJP-Regular.otf) format("opentype");*/
/*  font-weight: 400;*/
/*}*/

/*@font-face {*/
/*  font-family: 'meiryo';*/
/*  src: url(../fonts/meiryo.ttc);*/
/*}*/

ul li {
  list-style: none;
}

.h-87 {
  padding: 10px 45px 52px 15px;
}
.h-70 {
  height: 70px;
}
.h-47 {
  height: 47px;
}
.pd-box1 {
  padding: 15px 0px 12px 15px !important
}
.pd-box2 {
  padding: 4px 0px 41px 15px !important
}
.pd-box3 {
  padding: 3px 0px 2px 15px !important
}
.pb-27 {
  padding-bottom:27px !important;
}
.pb-28 {
  padding-bottom:28px !important;
}
.pb-7 {
  padding-bottom: 7px;
}
.pt-47 {
  padding-top: 50px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-31 {
  padding-bottom: 31px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.text-center {
  text-align: center;
}
.ovelay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(1,1,1 , 0.6);
  z-index: 100;
}

/* feed menu */
.button-close{
  width: 35%;
  margin: 0 auto;
  margin-top: 20px;
}
.icon-next{
  padding-left: 40px;
}
.logo_sp{
  display: flex;
  align-items: center;
}

.logo_sp svg{
  width: 21.333vw;
}

.logo_sp .logo_desc{
  font-size: 2.667vw;
  font-weight: 400;
  color: #A8A8A8;
}

.menu-title{
  text-align: left;
}

.menu-button{
  position: relative;
  margin-top: 20px;
  height: 60px;
  background: #40B7DE;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.menu-button .button-title{
  position: relative;
  display: block;
  font-size: 17px;
  color: #FFFFFF;
}

.menu-button .button-desc{
  font-size: 10px;
  position: relative;
  color: #E1E1E1;
}

.menu-button svg{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.menu-button .button-desc svg{
  position: absolute;
  left: unset;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
}

/* End feed menu */

/* hamberger */
.mobi-hamburger .hamburger,
.mobi-hamburger .cross {
  display: none;
}
.mobi-hamburger.active .menu {
  display: none;
}
.mobi-hamburger .menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .wrapper {
    background-image: linear-gradient(rgba(255 ,249 ,249, 0.8) 0 , #FFF9F9 100% );
  }
  .company-header{
    display: block !important;
  }
  .mobi-hamburger .cross {
    display: none;
  }
  .company-header {
    width: 100%;
    height: 35px;
    background-color: #f6f6f6;
    position: fixed;
    z-index: 100;
  }
  .mobi-hamburger.active .cross {
    display: none;
  }
  .wrapper {
    padding-top: 35px;
  }

  .mobi-hamburger .hamburger{
    display: block;
  }
  .mobi-hamburger .hamburger {
    position: absolute;
    top: 0px;
    right: 14px;
    height: 0;
    color: #999;
    border: 0;
    font-size: 1.4em;
    cursor: pointer;
    outline: none;
    z-index: 200;
  }
  .mobi-hamburger.active .hamburger {
    position: absolute;
    top: 0px;
    right: 14px;
    height: 0;
    color: #999;
    border: 0;
    font-size: 1.4em;
    cursor: pointer;
    outline: none;
    z-index: 200;
    display: none;
  }
  .mobi-hamburger.active .cross {
    position: absolute;
    top: 0px;
    right: 14px;
    height: 0;
    color: #999;
    border: 0;
    font-size: 3em;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    z-index: 200;
    display: block;
  }
  .mobi-hamburger .menu {
    display: none;
  }
  .mobi-hamburger.active .menu {
    z-index: 100;
    font-weight: bold;
    font-size: 0.8em;
    width: 75%;
    height: 70vh;
    right: 0;
    background: #f6f6f6;
    position: absolute;
    text-align: center;
    font-size: 12px;
    padding: 0 20px;
    margin-top: 40px;
    display: none;
    overflow: scroll;
    display: block;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .mobi-hamburger .menu h3 {
    font-size: 17px;
    color: #777777;
    padding-left: 20px;
    letter-spacing: 1.7px;
  }
  .mobi-hamburger.menu .toggle-img {
    height: 8px;
    margin-top: -1px;
  }
  .mobi-hamburger .menu img {
    width: 100%;
  }
  .mobi-hamburger .menu ul {
    margin-top: 6px;
  }
  .mobi-hamburger .menu ul li {
    border: 1px solid #d6d6d6;
    padding: 8px 0 7px;
    text-align: start;
  }
  .mobi-hamburger .menu ul li a {
    padding-left: 20.5px;
    font-size: 14.5px;
    text-decoration: none;
    color: #42bfec;
  }
  .mobi-hamburger .menu ul li a span {
    font-size: 14px;
    font-weight: 400;
    color: #3f3f3f;
    padding-left: 16px;
  }
  .mobi-hamburger .menu ul li.active {
    background: #f0f9fdcf;
    border-top: 6px solid #38BDE8;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .mobi-hamburger .menu ul li a.active {
    padding-left: 20.5px;
    font-size: 14.5px;
    color: #42bfec;
  }
  .mobi-hamburger .menu ul li a.active span {
    color: #315ea9;
    font-size: 16px;
    position: relative;
  }
  .mobi-hamburger .menu ul li a.active span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    border-bottom: 1px solid #315ea9;
    height: 1px;
    width: -webkit-fill-available;
  }
  
  .pd-box1 {
    padding: 15px 0px 12px 5px !important
  }
  .pd-box2 {
    padding: 4px 0px 41px 5px !important
  }
  .pd-box3 {
    padding: 3px 0px 2px 5px !important
  }
}
/* hamberger */

/* summary1 */
.wrapper {
  background-image: linear-gradient(rgba(255 ,249 ,249, 0) 0 , #FFF9F9 150px , #FFF9F9 100% );
}

.company-header {
  width: 100%;
  height: 30px;
  background-color: #f6f6f6;
  display: none;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
}
.company-logo {
  margin-top: 64.6px;
  margin-left: 43px;
  max-width: 363px;
  max-height: 87.37px;
}
.company-logo img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.company-banner {
  margin-top: 116px;
  margin-left: 250px;
}
.company-banner .conpany-banner__box {
  display: flex;
}
.company-banner .conpany-banner__box .box-img-1 {
  max-width: 160px;
  max-height: 112.5px;
  z-index: 2;
}
.company-banner .conpany-banner__box .box-img-2 {
  max-width: 126px;
  max-height: 126px;
  margin-top: -4.5px;
  margin-left: -4px;
  z-index: 1;
}
.company-banner .banner-1 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.company-banner .banner-2 {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.company-list {
  margin: 34px 26px 0 42px;
  display: flex;
  justify-content: space-between;
  gap: 86px;
  position: relative;
  z-index: 1;
}
.company-list .company-list__header {
  max-width: 750.5px;
  width: 100%;
}
.company-list .company-list__header .list-header {
  display: flex;
  align-items: center;
  padding-bottom: 2.5px;
}
.company-list .company-list__header .list-header h3 {
  font-size: 19px;
  font-weight: bold;
  color: #333333;
  padding-left: 13px;
  letter-spacing: 1.9px;
  line-height: 1.4;
}
.company-list .company-list__header .hr {
  padding-top: 0.5px;
  height: 3px;
  /* background-color: #ededed; */
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  width: 100%;
  min-width: 350px;
}
.company-list .company-list__header .summary1 {
  padding-top: 29px;
}
.company-list .company-list__header .main-content {
  padding-top: 1px;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  width: 100%;
  margin-bottom: 30.5px;
}
.company-list .hr-oneline {
  width: 100%;
  border-top: 1px solid #dbdbdb;
}
.company-list .company-list__header .list-box {
  display: flex;
  align-items: center;
  margin: 2px 0;
}
.company-list .company-list__header .list-box .box-left {
  max-width: 140px;
  width: 100%;
  font-weight: normal;
  flex-basis: 100%;
  background: #ededed;
}
.company-list .company-list__header .list-box .box-left > span {
  font-size: 17px;
  color: #62533d;
  line-height: 2.4;
}
.company-list .company-list__header .list-box .box-right {
  flex-basis: 100%;
  padding-left: 15px;
}
.company-list .company-list__header .list-box .box-right p {
  font-size: 16px;
  color: #62533d !important;
  line-height: 1.8;
}
.company-list .company-list__header .list-box .box-right br {
  display: none;
}
.company-list .company-list__header .list-box .box-right > a {
  font-size: 14px;
  color: #315EA9;
  text-decoration: none;
  line-height: 20px;
}
.company-list .company-list__header .list-box .box-right > a:hover{
  text-decoration: underline;
  color: #22B9E9;
}
.company-list .company-list__header .list-footer.summary2-list-footer {
  display: flex;
  justify-content: end;
  margin-top: 140px;
}
.company-list .company-list__header .list-footer {
  margin-top: 60px;
}
.company-list .company-list__header .list-footer p {
  font-size: 14px;
  padding-bottom: 38px;
  line-height: 28px;
}
.company-list .company-list__header .list-footer .list-footer__summary2 {
  font-size: 13px;
  float: right;
  color: #cccccc;
  letter-spacing: 0.32px ;
  line-height: 3.2;
}
.company-list .company-list__toggle {
  /* padding-left: 86.5px; */
  padding-top: 10.5px;
  max-width: 215px;
  width: 100%;
}
.company-list .company-list__toggle h3 {
  font-size: 17px;
  color: #777777;
  padding-left: 20px;
  letter-spacing: 1.7px;
}
.company-list .company-list__toggle .toggle-img {
  height: 8px;
  margin-top: -3px;
}
.company-list .company-list__toggle img {
  width: 100%;
}
.company-list .company-list__toggle ul {
  margin-top: 6px;
}
.company-list .company-list__toggle ul li {
  border: 1px solid #d6d6d6;
  padding: 9px 0 7px;
  border-bottom: none;
}
.company-list .company-list__toggle ul li:hover {
  background: #f0f9fdcf;
  transition: 0.5s;
}
.company-list .company-list__toggle ul li:last-child {
  border-bottom: 1px solid #d6d6d6;
}
.company-list .company-list__toggle ul li a {
  padding-left: 20.5px;
  font-size: 14.5px;
  text-decoration: none;
  color: #42BFEC;
  line-height: 1.25;
}
.company-list .company-list__toggle ul li a:hover span{
  color: #42bfec;
  text-decoration: underline;
}
.company-list .company-list__toggle ul li a span {
  font-size: 16px;
  color: #3f3f3f;
  padding-left: 16px;
  line-height: 1.25;
  font-weight: normal;
}
.company-list .company-list__toggle ul li.active {
  background: #f0f9fdcf;
  line-height: 1.4;
}
.company-list .company-list__toggle ul li a.active {
  padding-left: 20.5px;
  font-size: 14.5px;
  color: #42bfec;
  line-height: 1;
}
.company-list .company-list__toggle ul li a.active span {
  color: #315ea9;
  font-size: 16px;
  position: relative;
  line-height: 1.25;
}
.company-list .company-list__toggle ul li a.active span::before {
  content: "";
  position: absolute;
  bottom: 4px;
  border-bottom: 1px solid #315ea9;
  height: 1px;
  width: -webkit-fill-available;
}
.company-list .company-list__toggle .contact {
  padding-top: 21px;
}
.company-twitter {
  display: flex;
  justify-content: end;
  padding: 9px 70px 100px;
}
.company-twitter.summary1-twitter {
  padding: 57px 33px 100px;
}
.company-footer {
  background: #52c5ea;
  width: 100%;
  padding-top: 50px;
}
.company-footer .container-footer {
  max-width: 1252px;
  width: 100%;
  margin: 0 auto;
}
.company-footer .company-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
  margin-left: -20px;
}
.company-footer .company-flex .company-footer__service {
  width: 182.5px;
  margin-left: 60px;
}
.company-footer__infor {
  margin-left: 88px;
}
.company-footer__charter {
  margin-left: 39px;
}
.company-footer__privacy {
  margin-left: 82px
}
.company-footer__about {
  margin-left: 79px;
}
.company-footer .company-flex .list {
  width: 170px;
}
.company-footer p {
  font-size: 15px;
  color: #ffffff;
  position: relative;
  width: 100%;
  line-height: 3.3;
  letter-spacing: 0.5px;
  font-weight: 400;
  border-bottom: 1px dotted #ffffff;

}
/* .company-footer p::before {
  content: "";
  position: absolute;
  border-bottom: 1px dotted #ffffff;
  bottom: 4px;
  left: -5.5px;
  width: 100%;
  min-width: 295px;
  line-height: 3.3;
} */
.company-footer ul {
  margin-top: 10px;
}
.company-footer ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 3;
  letter-spacing: 0.5px;
} 

.company-footer ul li a:hover span{
  text-decoration: underline;
}

.company-footer .company-footer__img {
  padding: 198px 0 193px 91px;
    text-align: center;
}

.company-footer .company-footer__img2 {
  position: relative;
  margin-right: 110px;
}

.company-footer .company-footer__img2 .in {
  position: absolute;
  bottom: 0px;
    right: 0;
  background: url('../images/Rectangle\ 300.svg');
  height: 100px;
  background-repeat: no-repeat;
  gap: 14px;
  display: flex;
  align-items: center;
  padding: 34px 15px 18px 50px;
  width: 428px;
  transition: 0.5s;
}
.company-footer .company-footer__img2 .in .arrow {
  font-size: 30px;
  line-height: 1.46;
  color: #F18B9D;
  font-weight: 500;
}
.company-footer .company-footer__img2 .in .content {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 2.5;
  color: #6E6E6E;
  font-weight: 400;
}
.company-footer .company-footer__img2 .out {
  position: absolute;
  top: -126px;
  right: -21px;
  transition: 0.5s;
}
.company-footer .company-footer__img2 .out .img-hover {
  display: none;
  transition: 0.5;
}

.company-footer .company-footer__img2:hover .in {
  transition: 0.5s;
  height: 109px;
  width: 435px;
}
.company-footer .company-footer__img2:hover .in .arrow {
  padding-left: 10px;
  transition: 0.5s;
}
.company-footer .company-footer__img2:hover .out .img-hover {
  display: block;
  transition: 0.5;
}
.company-footer .company-footer__img2:hover .out .img-nomarl {
  display: none;
  transition: 0.5s;
}
.company-footer__mobi,
.summary-footer-image__none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .company-list .company-list__header .list-box .box-right br {
    display: block;
  }
  .container {
    padding-left: 0;
  }
  .company-list__header {
    width: 100% !important;
  }
  .company-list__toggle {
    display: none;
  }
  .company-footer .company-footer__img ,.company-footer .company-footer__img2 {
    text-align: center;
  }
  .company-footer .company-footer__img img {
    max-width: 323px;
    width: 100%;
  }
  .company-footer .company-footer__img2 img {
    max-width: 426px;
    width: 100%;
  }
  .company-logo img {
    max-width: 363px;
    width: 100%;
  }
  .company-logo {
    text-align: center;
    padding-left: 41px;
    margin:  60px 0 0;
  }
  .company-banner {
    padding: 50px 41px 57px;
    text-align: center;
    margin: 0;
  }
  .company-banner .banner-1 {
    max-width: 157px;
    width: 100%;
  }
  .company-banner .banner-2 {
    max-width: 126px;
    width: 100%;
  }
  .company-banner .conpany-banner__box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .company-list .company-list__header .list-box .box-left {
    flex: 1;
    /*max-width: 68px;*/
    max-width: 78px;
  }
  .company-list .company-list__header .list-box .box-right {
    flex: 2;
  }
  .company-list .company-list__header .list-box .box-right p {
    line-height: normal;
    letter-spacing: normal;
  }
  .company-list .company-list__header .list-footer {
    margin: 15px 0;
  }
  .company-list .company-list__header .list-footer p {
    padding-bottom: 0;
  }
  
  .company-list {
    display: block;
    margin: 27px 15px;
  }
  .company-list .company-list__toggle {
    max-width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }
  .company-list .company-list__toggle h3 {
    padding: 1rem 0 1rem 1rem;
  }
  .company-footer {
    padding-top: 0;
  }
  .company-footer .company-flex {
    display: block;
    padding: 20px 40px;
    width: 100%;
    margin: 0;
  }
  .company-footer .company-flex .mbt-2 {
    padding-top: 2rem;
  }

  .pt-47 {
    display: none;
  }
  .company-twitter {
    display: flex;
    justify-content: end;
    padding: 18px 57px 46px !important;
    width: 100%;
  }
  .summary-footer-image__none {
    display: flex !important;
    margin-left: 60px;
    align-items: center;
    background: #fff;
    height: 94px;
    justify-content: center;
    border-radius: 10px 0 0 10px;
  }
  .summary-footer-image__block {
    display: none !important;
  }
  .company-footer .container-footer {
    width: 100%;
    position: relative;
  }
  .company-footer__infor {
    margin-left: 0;
  }
  .company-footer__charter {
    margin-left: 0;
  }
  .company-footer__privacy {
    margin-left: 0;
  }
  .company-footer__about {
    margin-left: 0;
  }
  .company-footer ul {
    padding-left: 15px;
  }
  .company-footer .company-flex .company-footer__service {
    width: 100%;
    margin-left: 0;
  }
  .company-footer .company-flex .list {
    width: 100%;
    padding-top: 1rem;
  }
  .company-footer .company-footer__img {
    padding: 20px 10px;
  }
  .company-footer .company-footer__img2 {
    margin: 0;
    padding: 20px 10px 0;
  }
  .pd-box2 {
    padding-bottom: 40px;
  }
  .company-list .company-list__header .list-header h3 {
    font-size: 17px;
  }
  .company-list .company-list__header .list-box .box-left > span {
    font-size: 13px !important;
  }
  .company-list .company-list__header .list-box .box-right p {
    font-size: 14px !important;
  }
  .company-list .company-list__header .list-box .unti p {
    font-size: 13px !important;
  }
  .company-footer p {
    font-size: 15px !important;
    text-shadow: 1px 1px rgba(255,255,255,0.16);
  }
  .company-footer ul li a {
    font-size: 13px !important;
  }
  .company-footer__img2 {
    display: none;
  }
  .company-footer__mobi {
    display: block;
  }
  .company-footer__mobi img {
    margin-bottom: -7px;
  }
  .company-list .company-list__header .list-footer .list-footer__summary2 {
    font-size: 11px;
  }
  .company-list .company-list__header .list-box .box-right > a {
    float: right;
    font-size: 11px;
  }
}
/* summary1 */

/* ================================================== */

/* summary2 */

.company-list .company-list__header .summary2 {
  padding-top: 47.5px;
}
.company-list .company-list__header .summary2 .summary2-content {
  padding-bottom: 15px;
}
.company-list .company-list__header .list-content.summary2 .list-content__box .content span {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1.5px;
  line-height: 1.8;
  padding-right: 11px;
  display: inline-block;
}
.company-list .company-list__header .list-content.summary2 .list-content__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
}
.company-list .company-list__header .list-footer__one {
  display: flex;
    justify-content: end;
  margin-top: 60px;
}
.company-list .company-list__header .list-footer__one p {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 1.6px;
}
.company-list .company-list__header .list-content.summary2 .list-content__box .image.text-center {
  padding-left: 5px;
}
.company-list .company-list__header .list-content.summary2 .summary2-content span {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1.6px;
  display: block;
}
.summary2-company-twitter {
  padding: 0 33px 100px;
  margin-top: -1px;
}
@media only screen and (max-width: 768px) {
  .company-list .company-list__header .list-content.summary2 .list-content__box {
    display: block;
  }
  .company-list .company-list__header .list-content.summary2 .summary2-content span {
    font-size: 14px;
  }
  .company-list .company-list__header .list-content.summary2 .list-content__box .content span {
    font-size: 14px;
  }

  .company-list .company-list__header .list-footer__one p {
    font-size: 12px;
  }
  .company-list .company-list__header .list-content.summary2 .list-content__box .image.text-center {
    margin-top: 1rem;
    padding-left: 0;
  }
  .mobi-text-dump span {
    display: contents !important;
  }
  
}
/* summary2 */

/* =================================================== */

/* summary3 */

.company-list .company-list__header .summary3 {
  padding-top: 77.5px;
  padding-left: 22px;
  max-width: 700px
}
.company-list .company-list__header .summary3 .summary3__header {
  border-bottom: 1px solid #1492e6;
}
.company-list .company-list__header .summary3 .summary3__header span {
  font-size: 18px;
  color: #1492e6;
}
.company-list .company-list__header .summary3 .summary3__header p {
  font-size: 30px;
  color: #1492e6;
  padding: 16.8px 0 26.2px 15px;
  line-height: 1.8;
  letter-spacing: 3px;
}
.company-list .company-list__header .list-main {
  padding-top: 60px;
  /* 追加(@ edited by a.u  2023.07.20) */
  line-height: 23px;
}
.company-list .company-list__header .list-main span {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1.6px;
  /* line-height: 28px;  //変更(@ edited by a.u  2023.07.20) */
}
.company-list .company-list__header .list-main .list-main__box {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  gap: 118px;
}
.company-list .company-list__header .list-main .list-main__box .content span {
  max-width: 340px;
  width: 100%;
  display: block;
}
.company-list .company-list__header .list-footer__summary3 {
  color: #333333;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 2;
}
.company-list .company-list__header .summary3-list-footer {
  margin-top: 0px;
}
.company-list .company-list__header .summary3 .list-footer__one {
  margin-top: 54px;
}
.summary3-company-twitter {
  padding: 0px 33px 100px;
  margin-top: -41px;

}
@media only screen and (max-width: 768px) {
  .company-list .company-list__header .summary3 {
    padding-left: 0;
    padding-top: 35px;
  }
  .company-list .company-list__header .summary3 .summary3__header p {
    font-size: 28px !important;
    padding-left: 0;
  }
  .company-list .company-list__header .summary3 .summary3__header span {
    font-size: 16px;
  }
  .company-list .company-list__header .list-main span {
    font-size: 14px;
  }
  .company-list .company-list__header .list-footer__summary3 {
    font-size: 12px !important;
  }
 
  .company-list .company-list__header .list-main .list-main__box .content {
    width: 100%;
  }
  .company-list .company-list__header .summary3 br {
    display: none;
  }
  .company-list .company-list__header .list-main .list-main__box {
    gap: 15px;
  }
}
/* summary3 */

/* =================================================== */

/* summary4 */
.summary4 br {
  display: none;
}
.company-list .company-list__header .summary4 {
  padding-top: 50.5px;
  padding-left: 22px;
}
.company-list .company-list__header .summary4 span {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1.6px;
}
.company-list .company-list__header .summary4 ul {
  padding-top: 58.8px;
  padding-left: 18px;
  max-width: 551px;
  width: 100%;
}
.company-list .company-list__header .summary4 ul p {
  font-size: 24px;
  color: #1492e6;
  letter-spacing: 2.6px;
  line-height: 2;
  margin-bottom: 32.2px;
}
.company-list .company-list__header .summary4 ul li {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  border-left: 2px solid #38bde8;
  padding-left: 22.5px;
  margin-left: 12px;
  letter-spacing: 1px;
  line-height: 32px;
}

.company-list .company-list__header .summary4 ul li:nth-child(3) {
  padding-top: 25px;
}
.company-list .company-list__header .summary4 ul li:nth-child(4) {
  padding-top: 25px;
}
.company-list .company-list__header .summary4 ul span {
  float: right;
  font-size: 13px;
  color: #cccccc;
  padding-top: 34px;
  letter-spacing: 1.9px;
  line-height: 3.2;
}
.company-twitter-summary4 {
  display: flex;
  justify-content: end;
  padding: 46px 33px 0px;
    margin-bottom: -49px;
  position: relative;
}
.company-twitter-summary4 img:nth-child(1) {
  margin-top: -130px;
  margin-bottom: -130px;

}
.company-twitter-summary4 img:nth-child(2) {
  position: absolute;
  bottom: 150px;
}
@media only screen and (max-width: 768px) {
  .summary4 br {
    display: block;
  }
  .company-list .company-list__header .summary4 {
    padding-left: 0;
  }
  .company-list .company-list__header .summary4 span {
    font-size: 16px;
  }
  .company-list .company-list__header .summary4 ul {
    padding-left: 0;
    padding-top: 30px;
  }
  .company-list .company-list__header .summary4 ul p {
    font-size: 24px;
    border-bottom: 2px solid #38BDE8;
  }
  .company-list .company-list__header .summary4 ul span {
    font-size: 11px;
  }
  .company-list .company-list__header .summary4 ul li {
    font-size: 17px;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
  .company-twitter-summary4 {
    display: block;
  }
  .company-twitter-summary4 img:nth-child(1) {
    position: relative;
    left: -380px;
    width: 1000px !important;
    opacity: 0.8;
    z-index: 1;
    top: -230px;
  }
  .summary4-company-list {
    margin: 0 !important;
  }
  .company-list .company-list__header .summary4 {
    padding: 35px 25px 20px;
    background: #FFF9F9;
}

  .company-list__header {
    position: relative;
    z-index: 50;
  }
  .mobi-image-4 {
    position: relative;
    margin-bottom: -302px;
  }
 
 .boring {
  display: flex;
  flex-direction: column;
  text-align: end;
    justify-content: end;
    margin-bottom: 1rem;
    margin-right: 4rem;
    gap: 31px;
    padding-bottom: 26px;
    font-size: 11px;
    color: #cccccc;
    letter-spacing: 0.32px;
    line-height: 3.2;
}
.company-list .company-list__header .summary4-list-header{
  padding: 0 25px;

}
.summary4-hr {
  margin: 0 25px;
  width: initial !important;
}
 .mw {
  display: none;
  width: 100%;
  padding-right: 60px;
 }
 .boring img {
  width: 30px;
 }
 
  .company-twitter-summary4 img:nth-child(2) {
    position: absolute;
    bottom: 76px;
    right: 19px;
  }
}
/* summary4 */

/* =================================================== */

/* summary5 */
.summary5-company-list {
  margin-right: 18px;
}
.company-list .company-list__header .summary5 {
  padding-top: 47px;
  padding-left: 22px;
}
.company-list .company-list__header .summary5 .summary5-list-footer{
  padding-top: 100.8px !important;
}

.company-list .company-list__header .summary5 .summary-p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 1.6px;
  line-height: 28px;
}
.company-list .company-list__header .summary5 .summary5-box {
  padding-top: 64.6px;
}
.company-list .company-list__header .summary5 .summary5-box.box-two {
  padding-top: 69px;
}
.company-list .company-list__header .summary5 .summary5-box span {
  font-size: 19px;
  color: #1492e6;
  line-height: 1.4;
  letter-spacing: 2.4px;
}

.company-list .company-list__header .summary5 .summary5-box hr {
  padding-top: 7px;
  border: none;
  border-bottom: 1px solid #1492e6;
}
.company-list .company-list__header .summary5 .summary5-box ul {
  width: 59.690vw;
}
.company-list .company-list__header .summary5 .summary5-box ul li {
  font-size: 18px;
  color: #000000;
  padding-top: 16px;
  display: flex;
}

.company-list .company-list__header .summary5 .summary5-box ul li {
  padding-left: 22px;
}
.company-list .company-list__header .summary5 .summary5-box ul li span {
  font-size: 16px;
  color: #000000;
  padding-left: 22px;
  line-height: 1.4;
  letter-spacing: 1.8px;
}
.summary5-company-twitter {
  margin-top: -44px;
  padding-top: 0;
  padding: 9px 32px 100px;
}
.summary5-list-footer {
  margin-top: 90px !important;
}
@media only screen and (max-width: 768px) {
  .company-list .company-list__header .summary5 .summary5-box hr {
    width: 100%;
  }
  .company-list .company-list__header .summary5 .summary5-box ul {
    width: 100%;
  }
  .company-list .company-list__header .summary5 .summary5-box ul li {
    padding-left: 0;
    font-size: 14px;
  }

  .summary5-list-footer {
    width: 100%;
  }
  .company-list .company-list__header .summary5 {
    padding-left: 0;
  }
  .company-list .company-list__header .summary5 .summary5-box span {
    font-size: 17px;
  }
  .company-list .company-list__header .summary5 .summary-p {
    font-size: 14px;
  }
  .company-list .company-list__header .summary5 .summary5-box ul li span {
    font-size: 14px;
    padding-left: 5px;
  }
  .company-list .company-list__header .summary5 .summary5-box {
    padding-top: 25px;
  }

}
/* summary5 */

/* =================================================== */

/* summary6 */
.summary6 br {
  display: none;
}
.summary6-company-list {
  margin-right: 18px !important;
}
.company-list .company-list__header .summary6 {
  padding-top: 52.5px;
}
.company-list .company-list__header .summary6 span {
  font-size: 19px;
  line-height: 1.7;
  color: #315EA9;
  padding-left: 22px;
  letter-spacing: 1.1px;
  display: block;
}

.company-list .company-list__header .summary6 .summary6-list-footer{
  padding-top: 0 !important;
  margin-top: -4px;
}
.summary6-box {
  max-width: 807.5px;
  width: 100%;
  padding-top: 91.6px;
  margin-left: -3px;
}
.summary6-box img{
  width: 100%;
}
.summary6__toggle {
  padding-left: 70.5px !important;  
}
.company-summary6-box__one {
  max-width: 761.5px;
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  /* margin: 0 auto; */
  padding: 94px 15px 25px 13px;
}
.company-summary6-box__one br{
  display: none;
}
.company-summary6-box__one .box-one__content span {
  font-size: 16px;
  line-height: 1.86;
  letter-spacing: 1.5px;
  display: block;
}
.company-summary6-box__two {
  max-width: 761.5px;
  width: 100%;
  border-bottom: 1px solid #DFDFDF;
  padding-left: 31.5px;
  /* margin: 0 auto; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-summary6-box__two .content {
  margin-top: -24px;
}
.company-summary6-box__two .image {
  margin: 12px 0 5px 0;
  max-width: 306px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.company-summary6-box__two .image .image_img {
  position: relative;
}
.company-summary6-box__two .image:hover .img_svg {
  right: -42px;
}
.company-summary6-box__two .image:hover .img_svg  svg {
  height: auto;
  width: 20px;
}
.company-summary6-box__two .image:hover .img_svg  path{
  fill: #828282;
}
.company-summary6-box__two .image img{
  width: 90px;
}
.company-summary6-box__two .image .img_svg{
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
}
.company-summary6-box__two .image .image_title{
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 1.9;
  color: #232222;
  font-weight: normal;
}
.company-summary6-box__two .image .image_desc{
  font-size: 8px;
  letter-spacing: 0.8px;
  line-height: 3.125;
  color: #AEAEAE;
}
.company-summary6-box__two span {
  font-size: 20px;
  line-height: 38px;
  letter-spacing: 4.4px;
  color: #A8A8A8;
}
.summary6-company-twitter {
  margin-top: -130px;
  padding: 29px 33px 265px;
}
.company-summary6-box__two__mobi,
.enlarge-zoom {
  display: none;
}
.summary6-company-twitter, .company-twitter{
  display: none;
}
@media only screen and (max-width: 768px) { 
  .company-summary6-box__one br{
    display: unset;
  }
  .summary6 br {
    display: block;
  }
  .summary6-box {
    width: 100%;
  }
  .summary6-box img {
    width: 100%;
  }
  /* .company-summary6-box__two .image img {
    width: 100%;
  } */
  .company-list .company-list__header .summary6 p {
    padding-left: 0;
  }
  .company-summary6-box__one {
    border: none;
  }
  .company-summary6-box__one, .company-summary6-box__two {
    max-width: 100%;
    height: auto;
    margin-left: 0;
    padding: 33px 20px;
    display: block;
    text-align: center;
  }

  .company-summary6-box__one, .company-summary6-box__two .content {
    margin-bottom: 2rem;
    text-align: start;
  }
  .summary6-company-twitter {
    margin-top: 0;
    padding-bottom: 46px;
  }
  .company-list .company-list__header .summary6 span {
    font-size: 17px;
    padding-left: 0;
    display: contents;
  }
  .company-list .company-list__header .summary6 .summary6-list-footer {
    display: flex;
    justify-content: end;
  }
  .company-summary6-box__one .box-one__content {
    text-align: start;
  }
  .company-summary6-box__one .box-one__content span {
    font-size: 14px;
    display: block !important;
  }
  .company-summary6-box__two span {
    font-size: 18px;
  }
  .company-summary6-box__one p {
    font-size: 18px;
  }
  .company-summary6-box__two p {
    font-size: 18px;
  }
  .summary6-box {
    padding-top: 40px;
  }
  .company-summary6-box__two {
    display: none;
  }
  .company-summary6-box__two__mobi {
    display: none;
    position: relative;
    padding: 25px 20px;
    margin: 0 20px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
  }
  .summary6-list-footer{
    display: none;
  }


  .company-summary6-box__two__mobi .image1 {
    position: absolute;
    top: -46px;
    left: 11px;
    background: white;
  }
  .company-summary6-box__two__mobi .image2 {
    position: absolute;
    right: 38px;
  }
  .company-summary6-box__two__mobi .image1 img {
    border: 1px solid   #D8D3D3;
    border-radius: 100%;
  }
  .company-summary6-box__two__mobi .content {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.9px;
    color: #4B4B4B;
    font-weight: 400;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E6E6E6;
  }
  .company-summary6-box__two__mobi .description {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.8px;
    color: #4B4B4B;
    font-weight: 400;
  }
  .company-summary6-box__two__mobi .description .line-text-1 {
    margin: 1rem 0;
  }
  .company-summary6-box__two__mobi .description .bold-text {
    font-size: 11px;
    line-height: 1.92;
    letter-spacing: 0.65px;
    color: #232222;
    font-weight: 400;
  }
  .company-summary6-box__two__mobi .description .nomarl-text {
    font-size: 6px;
    line-height: 3.12;
    letter-spacing: 0.65px;
    color: #AEAEAE;
    font-weight: 400;
  }
  .enlarge-zoom {
    display: block;
    position: absolute;
    right: 17px;
    bottom: 60px;
  }
  .summary6-box {
    position: relative;
  }
  .enlarge-zoom img {
    width: auto !important;
  }
}
/* summary6 */

/* ============================================ */

/* summary7 */
.summary7 br {
  display: none;
}
.company-list .company-list__header .summary7 {
  padding-top: 42.2px;
}
.company-list .company-list__header .summary7 .summary7-tag__one .pc-img {
  padding-bottom: 19px;
  max-width: 502px;
  margin: 0 auto;
}
.company-list .company-list__header .summary7 .summary7-tag__one .pc-img img {
  width: 100%;
}
.company-list .company-list__header .summary7 .summary7-tag__two img {
  padding-left: 75.2px;
  padding-bottom: 19px;
  width: 30%;
}
.company-list .company-list__header .summary7 .summary7-box__one {
  margin-left: 22px;
  margin-top: -2px;
}
.company-list .company-list__header .summary7 .summary7-box__one .box-header {
  margin-bottom: 7px;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-header span:first-child {
  font-size: 19px;
  color: #2F499E;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1.9px;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-header span:last-child {
  font-size: 14px;
  color: #333333;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7-hr {
  border-top: 1px solid #DBDBDB;
  margin-bottom: 25px;
}

.company-list .company-list__header .summary7 .summary7-box__one .summary7-description p {
  font-size: 16px;
  color: #333333;
  padding-bottom: 20px;
  line-height: 30px;
}
.company-list .company-list__header .summary7  .summary7-list {
  padding-top: 21px;
}

.company-list .company-list__header .summary7 .summary7-list .title {
  display: flex;
  align-items: center;
}
.company-list .company-list__header .summary7  .summary7-list .title .square {
  width: 10px;
  height: 10px;
  background: #BFBFBF;
  margin-right: 14.5px;
}
.company-list .company-list__header .summary7 .summary7-list .title span {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 1.7px;
  line-height: 2;
}
/* .company-list .company-list__header .summary7 .summary7-box__one .summary7-list .content {
  margin-left: 20px;
} */
.company-list .company-list__header .summary7 .summary7-box__one .summary7-list .content span {
  font-size: 14px;
  color: #333333;
  line-height: 1.7;
  letter-spacing: 1.4px;
  display: block;
  padding-left: 25px;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__one {
  display: flex;
  justify-content: end;
  width: 100%;
  margin-top: 40px;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__one .box{
  max-width: 447px;
  width: 100%;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__one .box p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__one span a {
  color: #2F499E;
  font-size: 14px;
  text-decoration: underline;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__two {
  text-align: center;
  max-width: 450px;
  width: 100%;
  margin-top: 43px;
  margin-left: 117px;
  padding: 13.5px 2px 13.5px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__two .footer__two--box {
  display: flex;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__two .footer__two--box .box--left {
  max-width: 200px;
  width: 100%;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__two .footer__two--box .box--left span {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__two .footer__two--box .box--right {
  width: 100%;
  text-align: start;
}
.company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__two .footer__two--box .box--right span {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.company-list .company-list__header .summary7 .summary7-tag__two {
  margin-left: 22px;
  margin-top: 60px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-box__two .summary7-list {
  padding-top: 8px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-box__two .summary7-list .content {
  margin-left: 17px;
    margin-top: -2px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-box__two .summary7-list .content-title{
  margin-bottom: 7px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-box__two .summary7-list .content-title ul li{
  margin-top: 5px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-box__two .summary7-list .content span {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 25px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7__box-header {
  display: flex;
  justify-content: space-between;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7__box-header span:first-child {
  font-size: 19px;
  color: #2F499E;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1.9px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7__box-header span:last-child {
  font-size: 14px;
  color: #333333;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-description {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-hr {
  border-top: 1px solid #DBDBDB;
  margin-bottom: 25px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-title span {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-title {
  /* margin-top: 25px !important; */
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-title.list ul li {
  padding-top: 30px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-content p {
  font-size: 14px;
  color: #333333;
  padding-left: 10px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-content ul {
 padding-left: 25px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-content ul .pb-25 {
  padding-bottom: 25px;
 }
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-content span {
  font-size: 14px;
  color: #333333;
  /* padding-left: 15px; */
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-content .blue-text a {
  color: #2F499E;
  padding-left: 0;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-footer {
  padding-top: 35px;
  display: flex;
  justify-content: end;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-footer span {
  font-size: 11px;
  color: #333333;
  letter-spacing: 0;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 {
  display: flex;
  justify-content: space-between;
  padding: 1px 0;
  margin-top: 30.5px;
  margin-left: 24.5px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__title {
  background: #ededed;
  padding: 19px 17px;
  max-width: 272px;
  width: 100%;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__title span {
  font-size: 15px;
  color: #62533D;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__content {
  padding: 19px 2px 19px 8px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__content p {
  letter-spacing: 1.4px;
  font-size: 14px;
  padding-right: 8px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__content .blue-text a {
  color: #2F499E;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__content ul {
  padding-left: 5px;
}
.company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__content ul li span {
  font-size: 14px;
  color: #62533D;
}
.company-list .company-list__header .summary7 .summary7-img__two {
  margin-top: 63.2px;
  display: flex;
  justify-content: end;
}
.summary7-company-twitter {
  margin-top: -100px;
  padding-bottom: 110px;
}
.summary7-mobi__img {
  display: none;
}
.dis-none {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .summary7 br {
    display: block;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two img {
    padding-left: 0;
  }
  .dis-none {
    display: flex !important;
    justify-content: end;
    margin-bottom: 1rem;
    font-size: 12px;
  }
  .dis-block {
    display: none !important;
  }
  .dis-none.list-footer.summary6-list-footer {
    font-size: 11px;
    float: right;
    color: #cccccc;
    letter-spacing: 0.32px;
    line-height: 3.2;
    margin-right: 11px;
  }
  .summary6-company-twitter {
    padding-top: 0;
  }
  .summary7-mobi__img {
    display: block;
    width: 100%;
    text-align: center;
  }
  .summary7-mobi__img img {
    width: 70% !important;
  }
  .summary7-block {
    display: none;
  }
  .company-list .company-list__header .summary7 .summary7-box__one .summary7__box-header{
    flex-wrap: wrap;
  }
  .company-list .company-list__header .summary7 .pc-img img {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .img-mobi {
    width: 70% !important;
  }
  
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7__box-header {
    flex-wrap: wrap;
  }
  .company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__two {
    padding: 13.5px 0;
    margin: 43px auto;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two {
    margin-left: 0;
  }
  .company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__two .footer__two--box .box--left span,
  .company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__two .footer__two--box .box--right span {
    font-size: 12px;
  }
  .company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__two .footer__two--box .box--left span,
  .company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__two .footer__two--box .box--right span {
    font-size: 9px;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 {
    display: inline;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__content {
    padding: 19px 0;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__title {
    max-width: 100%;
  }
  .summary7-company-twitter {
    margin-top: 0;
    padding-bottom: 46px;
  }
  .company-list .company-list__header .summary7 .summary7-tag__one .pc-img img {
    padding-left: 0;
    width: 100%;
  }
  .company-list .company-list__header .summary7 .summary7-box__one {
    margin-left: 0;
  }
  .company-list .company-list__header .summary7 .summary7-box__one .summary7-description p {
    font-size: 14px;
    padding: 0 20px 20px;
  }
  .company-list .company-list__header .summary7 .summary7-list br {
    display: none;
  }
  .company-list .company-list__header .summary7 .summary7-list .title span {
    font-size: 14px;
  }
  .company-list .company-list__header .summary7 .summary7-box__one .summary7-list .content span {
    font-size: 12px;
    padding-left: 0;
  }
  .company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__one .box p{
    font-size: 12px;
  }
  .company-list .company-list__header .summary7 .summary7-box__one .summary7__box-footer .footer__one span a {
    font-size: 12px;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7-description {
    font-size: 14px;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-title span{
    font-size: 12px;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-content p{
    font-size: 12px;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-content span {
    font-size: 12px;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7-list .content .list-content .content-footer span{
    font-size: 9px;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7-box__two .summary7-list .content span {
    font-size: 12px;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7-box__two .summary7-list .content {
    margin-left: 0;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__title span {
    font-size: 13px;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__content p {
    font-size: 12px;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__content {
    font-size: 16px;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__content ul li span {
    font-size: 12px;
  }
  .company-list .company-list__header .summary7 .summary7-img__two {
    justify-content: center;
  }
  .company-list .company-list__header .summary7 br {
    display: none;
  }
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7__footer-2 .footer-2__content ul {
    margin-top: 1rem;
  }
  .company-list .company-list__header .summary7 .summary7-list .title {
    align-items: unset;
  }
  .company-list .company-list__header .summary7 .summary7-list .title .square {
    margin-top: 9px;
  }
  .company-list .company-list__header .summary7 .summary7-box__one .summary7__box-header span:first-child,
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7__box-header span:first-child {
    font-size: 17px;
  }
  .company-list .company-list__header .summary7 .summary7-box__one .summary7__box-header span:last-child,
  .company-list .company-list__header .summary7 .summary7-tag__two .summary7__box-header span:last-child {
    font-size: 12px;
  }
  
}
/* summary7 */

/* =================================================== */

/* summary8 */

.company-list .company-list__header .summary8 {
  padding-top: 48px;
  padding-left: 19px;
}
.company-list .company-list__header .summary8 .summary-box {
  padding-bottom: 35px;
}
.company-list .company-list__header .summary8 .summary-box .title span {
  font-size: 16px;
  color: #333333;
  line-height: 35px;
  letter-spacing: 1.5px;
}
.company-list .company-list__header .summary8 .summary-box .title .line {
  width: 100%;
  height: 1px;
  border: 1px solid #DBDBDB;
  margin-top: -5px;
}
.company-list .company-list__header .summary8 .summary-box .description {
  margin-top: 3px;
}
.company-list .company-list__header .summary8 .summary-box .description span {
  font-size: 16px;
  color: #333333;
  line-height: 2.3;
  letter-spacing: 1.5px;
}
.company-list .company-list__header .summary8 .summary-box .content {
  padding-top: 13px;
}
.company-list .company-list__header .summary8 .summary-box .content span {
  font-size: 14px;
  color: #333333;
  line-height: 1.66;
  letter-spacing: 1.5px;
}
.company-list .company-list__header .summary8 .summary8-img {
  margin-left: -21px;
    margin-top: 17px;
}
.company-list .company-list__header .summary8 .summary8-img img {
  width: 100%;
}
.summary8-list-footer {
  margin-top: 90px !important;
}
.summary8-company-twitter{
  margin-top: -36px;
  padding: 0px 41px 100px;
}

@media only screen and (max-width: 768px) {
  .company-list .company-list__header .summary8 {
    padding-left: 0;
  }
  .company-list .company-list__header .summary8 .summary-box {
    padding-bottom: 30px;
  }
  .company-list .company-list__header .summary8 .summary8-img img {
    width: 100%;
  }
  .company-list .company-list__header .summary8 .summary8-img {
    margin-left: 0 !important;
  }
  .summary8-list-footer {
    margin-top: 60px !important;
  }
  .company-list .company-list__header .summary8 .summary-box .title span,
  .company-list .company-list__header .summary8 .summary-box .description span {
    font-size: 14px;
  }
  .company-list .company-list__header .summary8 .summary-box .content span {
    font-size: 11px;
  }
  .company-list .company-list__header .summary8 .summary-box .description span  {
    display: block;
  }
}
/* summary8 */

/* ================================================================ */

/* summary9 */
.company-list .company-list__header .summary9 br {
  display: none;
}
.company-list .company-list__header .summary9 {
  padding-top: 36px;
}
.company-list .company-list__header .summary9 .summary9-title{
  font-size: 16px;
  color: #333333;
  line-height: 29px;
  letter-spacing: 1.6px;
}
.company-list .company-list__header .summary9 .summary9-form {
  margin-top: 50.9px;
}
.company-list .company-list__header .summary9 .summary9-form .form-group {
  display: flex;
  /* align-items: center; */
  margin-bottom: 4px;
  width: 100%;
  position: relative;
}
.company-list .company-list__header .summary9 .summary9-form .form-group .infor {
  max-width: 220px;
  width: 100%;
  height: auto;
  padding: 7px 15px 8px 15px;
  background-color: #EDEDED;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.company-list .company-list__header .summary9 .summary9-form .form-group .infor label {
  font-size: 15px;
}
.company-list .company-list__header .summary9 .summary9-form .form-group .infor.pb-124 {
  padding-bottom: 124px;
}
.company-list .company-list__header .summary9 .summary9-form .form-group .infor .answer {
  display: none;
}
/* .company-list .company-list__header .summary9 .summary9-form .form-group .infor img:hover + .answer {
  position: absolute;
  top: -93px;
  right: -95px;
  display: block;
  width: 140px;
  height: 83px;
  border-radius: 67px;
  background-color: #7acaff;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  z-index: 2;
  color: white;
  font-family: 'meiryo', Helvetica, sans-serif;
  transition:1s;
}
.company-list .company-list__header .summary9 .summary9-form .form-group .infor img:hover + .answer::before {
  content: '';
  position: absolute;
  top: 75px;
  left: 21px;
  display: block;
  width: 43px;
  height: 21px;
  border-radius: 15px;
  background-color: #7acaff;
  transform: rotate(294deg);
  z-index: 1;
  border-bottom-left-radius: 100%;
  border-start-start-radius: 100%;
  transition: 1s;
} */
.company-list .company-list__header .summary9 .summary9-form .form-group .form-input {
  max-width: 460px;
  width: 100%;
  border: 1px solid #D4D4D4;
  margin-left: 20px;
  position: relative;
}
.company-list .company-list__header .summary9 .summary9-form .form-group .form-input select {
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  appearance:none;
  outline:0;
  box-shadow:none;
  background-image: none;
  flex: 1;
  color:#333333;
  cursor:pointer;
  padding: 7px;
  /* max-width: 460px; */
  width: 100%;
}
.company-list .company-list__header .summary9 .summary9-form .form-group .form-input select::-ms-expand {
  display: none;
}
.company-list .company-list__header .summary9 .summary9-form .form-group .form-input .select {
  /* position: relative; */
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.company-list .company-list__header .summary9 .summary9-form .form-group .form-input .select::after {
  content: '';
  position: absolute;
  background: url('../images/Component\ 377\ –\ 1.jpg');
  top: 4px;
  right: -10px;
  cursor: pointer;
  pointer-events: none;
  transition: .25s all ease;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
}
.company-list .company-list__header .summary9 .summary9-form .form-group .form-input .select:hover::after {
  color: blue;
}
.company-list .company-list__header .summary9 .summary9-form .form-group .form-input input {
  width: 100%;
  outline: none;
  padding: 7px;
  height: 100%;
  /* position: relative; */
}
.company-list .company-list__header .summary9 .summary9-form .form-group .form-input textarea {
  width: 100%;
  /* overflow-y: scroll; */
  outline: none;
  height: 140px;
  position: relative;
  margin-bottom: -7px;
  resize: vertical;
  min-height: 150px;
}
textarea::-webkit-resizer {
  border-width: 25px;
}
.wrap {
  position: relative;
}
.wrap:after {
  content:"";
  background: url('../images/scale-screen.svg');
  z-index: 1;
  opacity: 0.5;
  position: absolute;
  right: 0;
    bottom: -1px;
  width: 25px;
  pointer-events: none;
  height: 25px;
  background-repeat: no-repeat;
}
.pull-tab {
  height: 0px;
  width: 0px;
 background: url('../images/scale-screen.svg');
  position: absolute;
  bottom: 0px;
  right: -15px;
  pointer-events: none;
  z-index: 2;
}
.company-list .company-list__header .summary9 .summary9-form .form-group .form-input .img-rezine {
  position: absolute;
  bottom: 6px;
  right: 10px;
}
.company-list .company-list__header .summary9 .summary9-list {
  margin-top: 23px;
  /* padding: 15px 5px 15px 16px;  //追加(@ edited by a.u  2023.10.05 */
  padding: 15px 15px 15px 16px;
  border: 1px dotted #707070;
  max-width: 700px;
    width: 100%;
}
.company-list .company-list__header .summary9 .summary9-list .summary9-list__title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.company-list .company-list__header .summary9 .summary9-list .summary9-list__title .square {
  width: 10px;
  height: 10px;
  background: #BFBFBF;
  margin-right: 14.5px;
}
.company-list .company-list__header .summary9 .summary9-list .summary9-list__title span {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.company-list .company-list__header .summary9 .summary9-list .summary9-list__description span {
  font-size: 13px;
  color: #333333;
  line-height: 1.55;
  letter-spacing: 1.3px;
}
.company-list .company-list__header .summary9 .summary9-list .summary9-list__content{
  /* margin-top: -8px; //修正@ edited by a.u  2023.10.05 */
  margin-top: 5px;
}
.company-list .company-list__header .summary9 .summary9-list .summary9-list__content ul li {
   /* margin-bottom: -4px; //修正@ edited by a.u  2023.10.05 */
   margin-bottom: 5px;
}
.company-list .company-list__header .summary9 .summary9-list .summary9-list__content span {
  font-size: 13px;
  color: #333333;
  /* line-height: 20px;  //修正@ edited by a.u  2023.10.05 */
  height: 10px;
  letter-spacing: 1.3px;
}
.company-list .company-list__header .summary9 .summary9-list .summary9-list__content .blue-text {
  font-size: 13px;
  color: #2F499E;
  line-height: 20px;
  text-decoration: underline;
}
.company-list .company-list__header .summary9 .summary9-btn {
  max-width: 700px;
  width: 100%;
}
.company-list .company-list__header .summary9 .summary9-btn button {
  margin-top: 67px;
  padding: 15px  20px;
  border-radius: 5px;
}

/* .company-list .company-list__header .summary9 .summary9-btn .no-active{
  background: #ccc;
  cursor: default;
} */
.company-list .company-list__header .summary9 .summary9-btn button {
  background-color: #3AA7CA;
  outline: none;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1.5px;
}
.company-list .company-list__header .summary9 .summary9-footer {
  margin-top: 69px;
  margin-left: 19px;
  max-width: 700px;
    width: 100%;
    padding-right: 19px;
}
.company-list .company-list__header .summary9 .summary9-footer .summary9-footer__content {
  padding-bottom: 7px;
}
.company-list .company-list__header .summary9 .summary9-footer .summary9-footer__content span {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1.1px;
}
.summary9-list-footer {
  margin-top:26px !important;
}
.summary9-company-twitter {
  margin-top: -78px;
  padding: 0px 41px 100px;
}
.summary1-list-footer {
  display: flex;
  justify-content: end;
  margin-top: 140px;
    font-size: 13px;
    float: right;
    color: #cccccc;
    letter-spacing: 0.32px;
    line-height: 3.2;
}
@media only screen and (max-width: 768px) {
  .company-list .company-list__header .summary9 .summary9-form .form-group {
    display: block;
  }
  .company-list .company-list__header .summary9 .summary9-title p {
    font-size: 14px;
    line-height: 1.57;
  }
  .company-list .company-list__header .summary9 .summary9-form .form-group .infor label {
    font-size: 15px;
    margin-right: 10px;
  }
  .company-list .company-list__header .summary9 .summary9-form .form-group .form-input select {
    font-size: 15px;
    background: #EDEDED;
    min-width: 350px;
    padding-right: 0;   
  }
  .company-list .company-list__header .summary9 .summary9-list .summary9-list__title span {
    font-size: 14px;
  }
  .company-list .company-list__header .summary9 .summary9-list .summary9-list__description span {
    font-size: 13px;
  }
  .company-list .company-list__header .summary9 .summary9-btn button {
    font-size: 14px;
    font-weight: bold;
    width: 285px;
    height: 77px  ;
  }
  .company-list .company-list__header .summary9 .summary9-footer .summary9-footer__content span {
    font-size: 12px;
    line-height: 1.67;
  }
  .company-list .company-list__header .summary9 .summary9-form .form-group .infor {
    max-width: 100%;
    background: transparent;
    justify-content: unset;
    padding-bottom: 0px !important;
  }
  .company-list .company-list__header .summary9 .summary9-form .form-group .infor.pb-80 {
    padding-bottom: 8px;
  }
  .company-list .company-list__header .summary9 .summary9-form .form-group .form-input {
    margin: 0;
    max-width: 100%;
  }
  .company-list .company-list__header .summary9 .summary9-form .form-group .infor img:hover + .answer {
    right: 0;
  }
  .company-list .company-list__header .summary9 .summary9-form .form-group .infor img:hover + .answer::before {
    top: 72px;
    left: 91px;
    transform: rotate(230deg);
  }
  .company-list .company-list__header .summary9 .summary9-footer {
    margin-left: 0;
    padding-right: 0;
  }
  .company-list .company-list__header .summary9 .summary9-form .form-group .form-input .img-rezine {
    right: 10px;
  }
  .company-list .company-list__header .summary9 .summary9-form .form-group .form-input .select::after {
    top: 4px;
    right: -8px;
  }
  .summary1-list-footer {
    display: block;
    font-size: 11px;
  }
}
/* summary9 */
.form-vali label.error::before{
  content: '';
  background: url('../images/alert.svg');
  padding: 0px 19px;
  background-repeat: no-repeat;
  padding: 0px 15px;
  z-index: 2;
}
.form-vali label.error{
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: -49px;
  /* right: 45px !important; //変更 (@ edited by a.u  2023.7.10) */
  right: 25px !important;
  background: #E15884;
  /*font-size: 17px;//変更 (@ edited by a.u  2023.7.10) */
  font-size: 15px;
  line-height: 1.47;
  font-weight: 400;
  border-radius: 5px;
  padding: 8px 15px;
  z-index: 2;
  left: auto;
}
.form-vali label.error::after{
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #E15884;
  z-index: 1;
  bottom: -7px;
  left: 19px;
  transform: rotate(135deg);
}
label.error::before {
  content: '';
  background: url('../images/alert.svg');
  padding: 0px 19px;
  background-repeat: no-repeat;
  padding: 0px 15px;
  z-index: 2;
}
label.error {
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: -49px;
  left: 0;
  background: #E15884;
  font-size: 17px;
  line-height: 1.47;
  font-weight: 400;
  border-radius: 5px;
  padding: 8px 15px;
  z-index: 2;
}
label.error::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: #E15884;
  z-index: 1;
  bottom: -7px;
  left: 19px;
  transform: rotate(135deg);
}
.company-list .company-list__header .summary9 .summary9-form .form-group .form-input select#format.error,
.company-list .company-list__header .summary9 .summary9-form .form-group .form-input input.error,
.company-list .company-list__header .summary9 .summary9-form .form-group .form-input textarea.error
{
  display: inline-block;
  background:#FFD5D5;
}
.dis-none {
  display: none;
}
.pswp__bg {
  background-color: #fff !important;
  opacity: 1 !important;
}
.Pswp_bg image-zoom-background {
  background-color: #fff !important;
}
@media(max-width:  767px){
  .mobi-image-4:after{
    content: '';
    height: 140px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(to bottom, #FFF 0%, rgba(255,255,255,0));
    z-index: 1;
  }
}