@charset "UTF-8";

.under-link {
  background-image: linear-gradient(120deg, rgba(149, 225, 235, 1), rgba(25, 79, 154, 1));
}

.under-link-inner {
  max-width: 1400px;
  width: 80%;
  margin: auto;
}

.under-link-list {
  display: flex;
  gap: 4%;
  padding: 38px 0 26px;
}

@media screen and (max-width: 767px) {
  .under-link-list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .under-link-list_item {
    margin: 0 0 16px;
  }
}

.under-link-list_item-link {
  text-align: center;
}

.under-link-list_item-link_img {
  position: relative;
  overflow: hidden;
  margin: 0 0 16px;
}

.under-link-list_item-link_img img {
  transition: all .3s;
}

.under-link-list_item-link:hover .under-link-list_item-link_img img {
  transform: scale(1.2);
}

@media screen and (max-width: 767px) {
  .under-link-list_item-link_img {
    margin: 0 0 10px;
  }
}

.under-link-list_item-link_arrow {
  position: absolute;
  width: 58px;
  height: 58px;
  border-radius: 10px 0 0;
  background-image: linear-gradient(45deg, rgba(149, 225, 235, 1), rgba(25, 79, 154, 1));
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 999px) {
  .under-link-list_item-link_arrow {
    width: 38px;
    height: 38px;
  }
}

.under-link-list_item-link_arrow::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 15px;
  background: url(../img/top/arrow-white.svg) no-repeat center center/cover;
  bottom: calc(50% - 7px);
  right: calc(50% - 9px);
}

@media screen and (max-width: 999px) {
  .under-link-list_item-link_arrow::before {
    width: 12px;
    height: 10px;
    bottom: calc(50% - 6px);
    right: calc(50% - 5px);
  }
}

.under-link-list_item-link_global {
  display: flex;
  gap: 6%;
  justify-content: center;
}

.under-link-list_item-link_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1180px) {
  .under-link-list_item-link_ttl {
    font-size: 1.4rem;
  }
}

/*----------------------------------------------------
お知らせ用css
----------------------------------------------------*/
#news {
  padding: 70px 0 100px;
}

@media screen and (max-width: 767px) {
  #news {
    padding: 46px 0 42px;
  }
}

.news_inner {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.topics-categories {
  display: flex;
  justify-content: end;
  margin: 0 0 16px;
}

.sp-categories {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-categories {
    display: none;
  }

  .sp-categories {
    display: block;
    width: 100%;
  }
}

.topics-categories_link {
  padding: 5px 25px 5px 20px;
  font-size: 12px;
  color: #004280;
  border: solid 1px #004280;
  border-radius: 34px;
  transition: all .3s;
}

.topics-categories_link:hover {
  color: #fff;
  background: #004280;
}

@media screen and (max-width: 767px) {
  .topics-categories_link {
    font-size: 1rem;
    display: inline-block;
  }
}

/* .topics-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.topics-categories ul li {
  padding: 5px 25px 5px 20px;
  font-size: 12px;
  color: #004280;
  border: solid 1px #004280;
  border-radius: 34px;
  transition: all .3s;
}

.topics-categories ul li:hover,
.topics-categories ul .active_cat {
  color: #fff;
  background: #004280;
}

.topics-categories ul li:hover {
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .topics-categories ul li {
    font-size: 1rem;
  }
} */

.news_content {
  display: flex;
  gap: 5%;
}

@media screen and (max-width: 767px) {
  .news_content {
    flex-wrap: wrap;
  }
}

.news_ttl {
  writing-mode: vertical-rl;
  font-weight: bold;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .news_ttl {
    writing-mode: unset;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 48px;
  }
}

.news_ttl p {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .news_ttl p {
    width: 100%;
  }
}

.news_ttl h3 {
  font-size: 8rem;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  background-image: linear-gradient(30deg, rgba(25, 79, 154, 1), rgba(149, 225, 235, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .news_ttl h3 {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .news_ttl h3 {
    font-size: 4.3rem;
  }
}

.news_list {
  padding: 30px 15px;
  border-top: solid 1px #B7B7B7;
}

.news_list:last-child {
  border-bottom: solid 1px #B7B7B7;
}

.news_list a {
  display: flex;
}

@media screen and (max-width: 767px) {
  .news_list a {
    flex-wrap: wrap;
  }
}

.news_list a .date,
.news_list a .catch01 {
  flex-shrink: 0;
}

.news_list a .date {
  margin: 0 18px 0 0;
}

@media screen and (max-width: 767px) {
  .news_list a .date {
    font-size: 1.6rem;
  }
}

.news_list a .catch01 .tag_list .tag {
  font-size: 12px;
  padding: 4px 14px;
  color: #fff;
  border: solid 1px #004280;
  border-radius: 34px;
  background: #004280;
  margin: 0 38px 0 0;
}

@media screen and (max-width: 767px) {
  .news_list a .catch01 {
    margin: 0 0 14px;
  }
}

.news_list a .catch02 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
  .news_list a .catch02 {
    width: 100%;
  }
}

.news_list a .catch02 .news_content {
  overflow: hidden;
  text-overflow: ellipsis;
}

/*----------------------------------------------------
Aboutus用css
----------------------------------------------------*/
#published {
  padding: 116px 0 0;
  background: url(../img/top/about-bg.jpg) no-repeat top center/1905px;
}

.about-company {
  max-width: 930px;
  width: 95%;
  margin: 0 auto 100px;
  display: flex;
  gap: 10%;
  /* color: #fff; */
}

@media screen and (max-width: 767px) {
  .about-company {
    flex-wrap: wrap;
  }
}

.about_ttl {
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 8rem;
  line-height: 1;
  flex-shrink: 0;
  background-image: linear-gradient(30deg, rgba(25, 79, 154, 1), rgba(149, 225, 235, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .about_ttl {
    writing-mode: unset;
    margin: 0 0 14px;
  }
}

@media screen and (max-width: 500px) {
  .about_ttl {
    font-size: 4.4rem;
  }
}

.about-company_catch {
  font-size: 5.5rem;
  font-weight: bold;
  margin: 0 0 26px;
}

@media screen and (max-width: 999px) {
  .about-company_catch {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 500px) {
  .about-company_catch {
    font-size: 2.5rem;
  }
}

.about-company_txt {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 40px;
}

@media screen and (max-width: 999px) {
  .about-company_txt {
    font-size: 1.6rem;
  }
}

.about-company_info {
  width: 100%;
}

.about-company_info tr {
  width: 100%;
  display: flex;
  padding: 28px 0;
  border-bottom: solid 1px #B2B2B2;
}

@media screen and (max-width: 500px) {
  .about-company_info tr {
    flex-wrap: wrap;
  }
}

.about-company_info th {
  width: 25%;
}

@media screen and (max-width: 500px) {
  .about-company_info th {
    width: 100%;
  }
}

.about-company_info td {
  width: 75%;
}

@media screen and (max-width: 500px) {
  .about-company_info td {
    width: 100%;
  }
}

.about-company_info tr:last-child {
  border-bottom: unset;
}

/*----------------------------------------------------
私たちの強み用css
----------------------------------------------------*/
.about-strengths {
  max-width: 1500px;
  width: 95%;
  margin: auto;
  border-radius: 60px;
  background: #F7F7F5;
  padding: 84px 0 100px;
  position: relative;
}

.about-strengths-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  margin: 0 auto 20px;
  gap: 4%;
}

.about-strengths-ttl h3 {
  font-size: 8rem;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  background-image: linear-gradient(30deg, rgba(149, 225, 235, 1), rgba(25, 79, 154, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 999px) {
  .about-strengths-ttl h3 {
    width: 100%;
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-strengths-ttl h3 {
    font-size: 5rem;
  }
}

.about-strengths-ttl_bar {
  display: block;
  width: 1px;
  height: 76px;
  background: #000;
}

@media screen and (max-width: 999px) {
  .about-strengths-ttl_bar {
    width: 76px;
    height: 1px;
    order: 2;
  }
}

.about-strengths-ttl p {
  font-size: 3.5rem;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .about-strengths-ttl p {
    width: 100%;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .about-strengths-ttl p {
    font-size: 3.5rem;
  }
}

.about-strengths-ttl_sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 90%;
  margin: 0 auto 50px;
  gap: 9%;
}

.about-strengths-ttl_name {
  font-size: 27px;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .about-strengths-ttl_name {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about-strengths-ttl_name {
    font-size: 2.3rem;
  }
}

.about-strengths-ttl_num {
  font-size: 6.2rem;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .about-strengths-ttl_num {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .about-strengths-ttl_num {
    font-size: 4.8rem;
  }
}

.about-strengths_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 68px;
}

@media screen and (max-width: 767px) {
  .about-strengths_list {
    margin: 0 0 40px;
  }
}

.about-strengths_list-item {
  display: flex;
  width: calc(100% / 3);
}

@media screen and (max-width: 1180px) {
  .about-strengths_list-item {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 767px) {
  .about-strengths_list-item {
    width: 100%;
    min-height: 180px;
  }
}

.about-strengths_list-item {
  border-top: solid 1px #C1C1C1;
  border-right: solid 1px #C1C1C1;
}

.about-strengths_list-item:nth-child(3),
.about-strengths_list-item:nth-child(6) {
  border-right: unset;
}

.about-strengths_list-item:nth-child(4),
.about-strengths_list-item:nth-child(5),
.about-strengths_list-item:nth-child(6) {
  border-bottom: solid 1px #C1C1C1;
}

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

  .about-strengths_list-item:nth-child(2),
  .about-strengths_list-item:nth-child(4),
  .about-strengths_list-item:nth-child(6) {
    border-right: unset;
  }

  .about-strengths_list-item:nth-child(3) {
    border-right: solid 1px #C1C1C1;
  }

  .about-strengths_list-item:nth-child(4) {
    border-bottom: unset;
  }
}

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

  .about-strengths_list-item {
    border-right: unset;
  }

  .about-strengths_list-item:nth-child(3) {
    border-right: unset;
  }

  .about-strengths_list-item:nth-child(5) {
    border-bottom: unset;
  }

  .about-strengths_list-item:last-child {
    border-bottom: solid 1px #C1C1C1;
  }
}

.about-strengths_list-item-num {
  flex-shrink: 0;
}

.about-strengths_list-item-num span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 0 0 10px;
  font-size: 3.3rem;
  font-family: "termina", sans-serif;
  font-weight: 500;
  color: #fff;
  background-image: linear-gradient(45deg, rgba(25, 79, 154, 1), rgba(149, 225, 235, 1));
}

@media screen and (max-width: 767px) {
  .about-strengths_list-item-num span {
    width: 60px;
    height: 60px;
    font-size: 2.7rem;
  }
}

.about-strengths_list-item-txt {
  padding: 50px;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .about-strengths_list-item-txt {
    padding: 28px 28px 28px 16px;
    font-size: 1.8rem;
  }
}

.cmpp {
  max-width: 930px;
  width: 90%;
  margin: auto;
  padding: 0 9%;
  border-left: solid 1px #707070;
  border-right: solid 1px #707070;
}

@media screen and (max-width: 500px) {
  .cmpp {
    padding: 0 5%;
  }
}

.cmpp-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 14px;
}

.cmpp-content {
  display: flex;
  gap: 5%;
}

@media screen and (max-width: 500px) {
  .cmpp-content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.cmpp-content-txt {
  font-size: 1.4rem;
}

@media screen and (max-width: 500px) {
  .cmpp-content-txt {
    margin: 0 0 50px;
  }
}

.cmpp-content-img {
  flex-shrink: 0;
}

/*----------------------------------------------------
数字で見るコンテントエドネット用css
----------------------------------------------------*/
.achievements {
  padding: 300px 0 0;
  background: #11386B;
  color: #fff;
  margin: -180px 0 0;
}

@media screen and (max-width: 767px) {
  .achievements {
    padding: 170px 0 0;
    margin: -110px 0 0;
  }
}

.achievements-inner {
  width: 95%;
  margin: auto;
}

.achievements-ttl {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 90px;
}

@media screen and (max-width: 767px) {
  .achievements-ttl {
    margin: 0 auto 45px;
  }
}

.achievements-ttl h4 {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .achievements-ttl h4 {
    font-size: 2.6rem;
  }
}

.achievements-ttl p {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .achievements-ttl p {
    font-size: 1.6rem;
  }
}

.achievements-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

.achievements-list-item {
  text-align: center;
  width: calc(100% / 5);
}

@media screen and (max-width: 1180px) {
  .achievements-list-item {
    width: calc(100% / 3);
  }

  .achievements-list-item:nth-child(4),
  .achievements-list-item:nth-child(5) {
    margin: 80px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .achievements-list-item {
    width: calc(100% / 2);
  }

  .achievements-list-item:nth-child(3),
  .achievements-list-item:nth-child(4),
  .achievements-list-item:nth-child(5) {
    margin: 80px 0 0;
  }
}

@media screen and (max-width: 500px) {
  .achievements-list-item {
    width: 100%;
  }

  .achievements-list-item:nth-child(2),
  .achievements-list-item:nth-child(3),
  .achievements-list-item:nth-child(4),
  .achievements-list-item:nth-child(5) {
    margin: 80px 0 0;
  }
}

.achievements-list_icon {
  margin: 0 0 12px;
}

.achievements-list_num {
  font-size: 5rem;
  font-family: "termina", sans-serif;
  font-weight: 500;
}

/*----------------------------------------------------
サービス用css
----------------------------------------------------*/
#service {
  background: #11386B;
  padding: 190px 0 210px;
}

@media screen and (max-width: 767px) {
  #service {
    padding: 110px 0 80px;
  }
}

.service-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1400px;
  width: 90%;
  margin: 0 auto 54px;
  gap: 4%;
}

.service-ttl h3 {
  font-size: 8rem;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  background-image: linear-gradient(30deg, rgba(149, 225, 235, 1), rgba(25, 79, 154, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 999px) {
  .service-ttl h3 {
    width: 100%;
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  .service-ttl h3 {
    font-size: 5rem;
  }
}

.service-ttl_bar {
  display: block;
  width: 1px;
  height: 76px;
  background: #fff;
}

@media screen and (max-width: 999px) {
  .service-ttl_bar {
    width: 76px;
    height: 1px;
    order: 2;
  }
}

.service-ttl p {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .service-ttl p {
    width: 100%;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .service-ttl p {
    font-size: 3.5rem;
  }
}

.service-list {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
}

@media screen and (max-width: 767px) {
  .service-list {
    width: 100%;
  }
}

.service-list_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.service-list_item-img {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .service-list_item-img {
    width: 100%;
  }
}

.service-list_item-img img {
  height: 100%;
  object-fit: cover;
}

.service-list_item-con {
  width: 55%;
  padding: 40px 34px 45px 60px;
  background: #fff;
  border-radius: 0 30px 0 0;
  display: flex;
  position: relative;
  gap: 2%;
}

@media screen and (max-width: 1299px) {
  .service-list_item-con {
    flex-wrap: wrap;
    padding: 40px 70px 45px 60px;
  }
}

@media screen and (max-width: 767px) {
  .service-list_item-con {
    width: 100%;
    border-radius: 0;
    padding: 30px 40px 30px 10px;
  }
}

.service-list_item-ttl h4 {
  font-size: 4.4rem;
  color: #004B91;
  margin: 0 0 15px;
}

@media screen and (max-width: 1000px) {
  .service-list_item-ttl h4 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .service-list_item-ttl h4 {
    margin: 0;
  }
}

.service-list_item-ttl p {
  font-size: 2.6rem;
  margin: 0 0 46px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .service-list_item-ttl p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .service-list_item-ttl p {
    margin: 0 0 24px;
  }
}

.service-list_item-txt {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 36px;
}

@media screen and (max-width: 1000px) {
  .service-list_item-txt {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .service-list_item-txt {
    margin: 0 0 22px;
  }
}

.service-list_item-point {
  list-style: disc;
  font-weight: bold;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 1299px) {
  .service-list_item-point {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .service-list_item-point {
    font-size: 1.2rem;
  }
}

.service-list_item-btn {
  flex-shrink: 0;
  display: flex;
  align-items: end;
}

@media screen and (max-width: 1299px) {
  .service-list_item-btn {
    width: 100%;
    justify-content: end;
  }
}

@media screen and (max-width: 1299px) {
  .service-list_item-btn {
    justify-content: center;
  }
}

.service-list_item-btn a {
  display: block;
  padding: 24px 118px 24px 48px;
  background-image: linear-gradient(45deg, rgba(101, 201, 253, 1), rgba(50, 118, 227, 1));
  color: #fff;
  border-radius: 40px;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 1530px) {
  .service-list_item-btn a {
    padding: 24px 90px 24px 30px;
  }
}

@media screen and (max-width: 767px) {
  .service-list_item-btn a {
    padding: 18px 86px 18px 26px;
  }
}

.service-list_item-btn a::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/top/pdf-arrow.svg) no-repeat top center/cover;
  top: calc(50% - 15px);
  right: 10%;
}

.service-list_item-name {
  font-family: "termina", sans-serif;
  font-size: 1.8rem;
  color: #A0BDE3;
  writing-mode: vertical-rl;
  position: absolute;
  top: 46px;
  right: 40px;
}

@media screen and (max-width: 1000px) {
  .service-list_item-name {
    right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .service-list_item-name {
    top: 30px;
  }
}

/*----------------------------------------------------
掲載実績のリンク用css
----------------------------------------------------*/
#about {
  padding: 68px 0 0;
  margin: 0 0 20px;
}

.published-inner {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto 100px;
}

.published-ttl {
  font-size: 3.5rem;
  font-weight: bold;
  margin: 0 0 20px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .published-ttl {
    font-size: 2.2rem;
  }
}

.published-kinds {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.published-kind {
  width: 30%;
  border-radius: 8px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  margin: 0 0 28px;
}

.published-kind_link {
  transition: all .3s;
}

.published-kind_link:hover {
  opacity: .7;
}

@media screen and (max-width: 1449px) {
  .published-kinds {
    gap: 6%;
  }

  .published-kind {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .published-kinds {
    gap: unset;
  }

  .published-kind {
    width: 100%;
  }
}

.published-kind_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  padding: 24px 20px;
  background: #fff;
}

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

  .published-kind_link {
    padding: 20px 18px;
  }
}

.published-kind_name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.published-kind_name span {
  width: 58px;
  height: 58px;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
  color: #fff;
  background-image: linear-gradient(45deg, rgba(25, 79, 154, 1), rgba(149, 225, 235, 1));
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

  .published-kind_name span {
    width: 48px;
    height: 48px;
    font-size: 2rem;
  }
}

.published-kind_name p {
  font-size: 1.8rem;
  font-weight: bold;
}

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

  .published-kind_name p {
    font-size: 1.4rem;
  }
}

.published-kinds_arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(45deg, rgba(25, 79, 154, 1), rgba(149, 225, 235, 1));
}

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

  .published-kinds_arrow {
    width: 28px;
    height: 28px;
  }
}

/*----------------------------------------------------
海外拠点用css
----------------------------------------------------*/
#global {
  padding: 220px 0 95px;
  background: url(../img/top/global_bg.jpg) no-repeat top center/1905px;
  position: relative;
}

@media screen and (max-width: 500px) {
  #global {
    padding: 50px 0 95px;
    background: url(../img/top/global_bg.jpg) no-repeat top center/1500px;
  }
}

#global::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  bottom: 0;
  left: 0;
  z-index: 0;
}

.global-inner {
  max-width: 1260px;
  width: 95%;
  margin: auto;
  position: relative;
}

.global-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 20px;
  gap: 4%;
}

.global-ttl h3 {
  font-size: 8rem;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  background-image: linear-gradient(30deg, rgba(149, 225, 235, 1), rgba(25, 79, 154, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 999px) {
  .global-ttl h3 {
    width: 100%;
    order: 0;
  }
}

@media screen and (max-width: 767px) {
  .global-ttl h3 {
    font-size: 5rem;
  }
}

.global-ttl_bar {
  display: block;
  width: 1px;
  height: 76px;
  background: #000;
}

@media screen and (max-width: 999px) {
  .global-ttl_bar {
    width: 76px;
    height: 1px;
    order: 2;
  }
}

.global-ttl p {
  font-size: 3.5rem;
  font-weight: bold;
}

@media screen and (max-width: 999px) {
  .global-ttl p {
    width: 100%;
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .global-ttl p {
    font-size: 3.5rem;
  }
}

.global-base {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 56px;
  margin: 0 0 220px;
}

@media screen and (max-width: 767px) {
  .global-base {
    gap: unset;
    margin: 0 0 72px;
  }
}

.global-base_count {
  font-size: 4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .global-base_count {
    width: 100%;
    font-size: 2.5rem;
    margin: 0 0 18px;
  }
}

.global-site_link {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 18px 56px 18px 64px;
  border-radius: 50px;
  background-image: linear-gradient(45deg, rgba(101, 201, 253, 1), rgba(50, 118, 227, 1));
}

@media screen and (max-width: 767px) {
  .global-site_link {
    gap: 20px;
    padding: 12px 34px 12px 40px;
  }
}

.global-site_link p {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .global-site_link p {
    font-size: 1.4rem;
  }

  .global-site_link-icon {
    width: 10px;
  }
}

.japan-base {
  display: flex;
  flex-wrap: wrap;
}

.japan-base_info {
  width: calc(100% / 2);
}

.japan-base_info:nth-child(2) {
  padding: 0 0 0 6%;
  border-left: solid 1px #707070;
}

@media screen and (max-width: 767px) {
  .japan-base_info {
    padding: 0 0 25px;
    width: 100%;
  }

  .japan-base_info:nth-child(2) {
    border-top: solid 1px #707070;
    border-left: unset;
    padding: 25px 0 0;
  }
}

.japan-base_info_name {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 15px;
}

.japan-base_info_address {
  font-size: 1.8rem;
  margin: 0 0 15px;
}

.japan-base_info_tel {
  font-size: 2rem;
}

/*----------------------------------------------------
Q&A用css
----------------------------------------------------*/
#qa {
  padding: 100px 0 0;
  background: #F7F7F5;
}

@media screen and (max-width: 500px) {
  #qa {
    padding: 60px 0 0;
    background: #F7F7F5;
  }
}

.qa-inner {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.qa-ttl h3 {
  font-size: 8rem;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  background-image: linear-gradient(30deg, rgba(149, 225, 235, 1), rgba(25, 79, 154, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 20px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .qa-ttl h3 {
    font-size: 5rem;
    margin: 0 0 16px;
  }
}

.qa-ttl p {
  font-size: 2.3rem;
  font-weight: bold;
  margin: 0 0 32px;
}

.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #FFF;
  padding: 18px 45px 18px 20px;
  margin: 10px 0 0;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}

@media screen and (max-width: 767px) {
  .accordion-header {
    gap: 20px;
    padding: 20px 45px 20px 15px;
  }
}

.accordion-header span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-image: linear-gradient(45deg, rgba(149, 225, 235, 1), rgba(25, 79, 154, 1));
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .accordion-header span {
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
  }
}

.accordion-header p {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .accordion-header p {
    font-size: 1.8rem;
  }
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 24px;
  height: 5px;
  margin: auto;
  background: #151E2F;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  background-color: #FFF;
  padding: 18px 45px 18px 115px;
  font-size: 1.8rem;
  border-top: solid 1px #707070;
}

@media screen and (max-width: 767px) {
  .accordion-content {
    padding: 20px 45px 20px 85px;
  }
}

/* hover */
.accordion-header:hover {
  background-color: #F2F2F2;
}

/*----------------------------------------------------
お問い合わせフォーム用css
----------------------------------------------------*/
#contact {
  padding: 160px 0 132px;
  background: #F7F7F5;
}

@media screen and (max-width: 500px) {
  #contact {
    padding: 80px 0 40px;
  }
}

.contact-inner {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.contact-ttl {
  margin: 0 auto 20px;
}

.contact-ttl h3 {
  font-size: 8rem;
  font-family: "termina", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  background-image: linear-gradient(30deg, rgba(149, 225, 235, 1), rgba(25, 79, 154, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .contact-ttl h3 {
    font-size: 5rem;
  }
}

.contact-ttl p {
  font-size: 2.3rem;
  font-weight: bold;
}

.contact_content-txt {
  font-size: 2rem;
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  .contact_content-txt {
    font-size: 1.8rem;
    margin: 0 0 30px;
  }
}

/*----------------------------------------------------
css
----------------------------------------------------*/
.a_link {
  clear: both;
  display: block;
  width: 326px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .a_link {
    width: 90%;
  }
}

.a_link a {
  width: 100%;
  padding: 26px 0;
  background: #004280;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background-size: 200% 100%;
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(137, 188, 207) 50%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgb(137, 188, 207)));
  background-image: linear-gradient(to right, transparent 50%, rgb(137, 188, 207) 50%);
  -webkit-transition: background-position 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.6s ease 0s, background-color 0.6s ease;
  transition: background-position 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.6s ease 0s, background-color 0.6s ease;
}

@media screen and (max-width: 767px) {
  .a_link a {
    padding: 20px 0;
  }
}

.a_link a span {
  font-family: canada-type-gibson, sans-serif;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .a_link a span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.a_link a:hover {
  background-color: #89bccf;
  background-position: -100% 100%;
}

.head_right,
.head_left {
  position: relative;
  z-index: 10;
  line-height: 1;
  letter-spacing: 3px;
  font-family: canada-type-gibson, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 125px;
  font-size: 12.5rem;
  color: #fff;
}

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

  .head_right,
  .head_left {
    font-size: 60px;
    font-size: 6rem;
  }
}

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

  .head_right,
  .head_left {
    font-size: 40px;
    font-size: 4rem;
  }
}

.head_right .small,
.head_left .small {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-style: normal;
  font-size: 25px;
  font-size: 2.5rem;
}

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

  .head_right .small,
  .head_left .small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

  .head_right .small,
  .head_left .small {
    display: block;
  }
}

.head_right .an,
.head_left .an {
  font-weight: 500;
  color: #004280;
}

.head_right {
  width: 95%;
  text-align: right;
}

.head_right .small {
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .head_right .small {
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
}

.head_left {
  width: 95%;
  float: right;
  text-align: left;
}

.head_left .small {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .head_left .small {
    display: block;
    margin-left: 0;
    margin-top: 8px;
  }
}