@charset "UTF-8";
/* CSS Document */
.com_info {
  display: flex;
  padding: 94px 0 0;
  justify-content: space-between;
}

.com_data {
  width: 336px;
  max-width: 100%;
}

.com_data {
  font-size: 1.6rem;
  line-height: 1.5;
}

.com_data dt {
  font-weight: bold;
  color: #006cc9;
}

.com_data dd {
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 20px;
  margin-bottom: 30px;
}

.com_data dd a {
  color: #000;
}

.profile {
  width: 505px;
  max-width: 100%;
  position: relative;
  padding: 0 0 0 45px;
}

.profile .box:first-of-type {
  width: 205px;
}

.profile .p_name {
  font-weight: bold;
  border-left: 1px solid #006cc9;
  font-size: 1.6rem;
  padding: 3px 0 0 12px;
  margin-bottom: 16px;
}

.profile .p_from {
  font-size: 1.4rem;
  border-bottom: 1px solid #dbdbdb;
  padding: 0 0 4px;
  margin-bottom: 16px;
}

.profile .p_histroy {
  font-size: 1.3rem;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 33px;
}

.profile .p_histroy dt {
  width: 70px;
}

.profile .p_histroy dd {
  width: calc(100% - 70px);
}

.profile .p_photo {
  width: 240px;
  position: absolute;
  top: 0;
  right: 0px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
}

.profile .p_photo .sp {
  display: none;
}

.profile .box:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
}

.profile .box01 {
  width: 243px;
  height: 243px;
  background-color: #006cc9;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.22;
  position: relative;
}

.profile .box01 span {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.access {
  padding: 55px 0 0;
}

.access .flex {
  align-items: center;
  flex-direction: row-reverse;
}

.ggmap_out {
  width: 515px;
  max-width: 100%;
}

.ggmap_out .ggmap {
  padding-bottom: 68%;
}

.access .flex .acc_data {
  width: calc(100% - 515px);
  padding: 0 0 0 44px;
}

.acc_data .acc_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #006cc9;
  margin-bottom: 14px;
}

.acc_data .acc_address {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

.acc_data .acc_txt01 {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 15px;
}

.acc_data .acc_txt01 a {
  color: #000;
  text-decoration: underline;
}

.acc_data .acc_txt01 a:hover {
  text-decoration: blink;
}

/*------------------------------ tab ------------------------------*/
@media screen and (max-width: 925px) {
  .com_info {
    display: block;
  }
  .com_data {
    margin: auto;
    width: 465px;
  }
  .profile {
    margin: auto;
    padding: 0;
    width: 465px;
  }
  .access .flex {
    flex-direction: column;
  }
  .access .flex .acc_data {
    padding: 0 0 0 0;
    margin: auto auto 40px;
    width: 375px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .com_info {
    padding: 0;
  }
  .com_data {
    padding: 14vw 5% 0;
  }
  .com_data dd:last-of-type {
    border-bottom: none;
  }
  .profile {
    padding: 20px 0 0;
  }
  .profile .box:first-of-type {
    width: 100%;
    padding: 0 5%;
  }
  .profile .p_histroy {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .profile .box01 {
    display: none;
  }
  .profile .p_photo {
    position: static;
    box-shadow: none;
    width: 100%;
  }
  .profile .p_photo .pc {
    display: none;
  }
  .profile .p_photo .sp {
    display: block;
  }
  .access {
    padding: 10vw 5% 0;
  }
  .acc_data .acc_ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.company_container {
  padding: 60px 0 0;
}

@media only screen and (max-width: 767px) {
  .company_container {
    padding-top: 40px;
  }
}
.company_heading {
  position: relative;
  color: #006cc9;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

.company_heading span {
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
}

.company_heading span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 19px;
  margin: auto;
  background-color: rgba(0, 108, 201, 0.1);
}

.company_lead {
  margin-top: 18px;
  text-align: center;
  font-size: 1.6rem;
}

.company_lead span {
  font-weight: bold;
}

.company_header {
  border-bottom: 1px solid #006cc9;
  padding-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .company_header {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.company_parallel_detail {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 70px 0 0;
}

@media only screen and (max-width: 767px) {
  .company_parallel_detail {
    display: block;
    margin: 30px 5% 0;
  }
}
.company_parallel_detail__figure {
  flex: 0 1 54.7619%;
}

.company_parallel_detail__figure img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .company_parallel_detail__figure {
    width: 100%;
  }
}
.company_parallel_detail__content {
  flex: 0 1 39.88095%;
}

@media only screen and (max-width: 767px) {
  .company_parallel_detail__content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .company_parallel_detail__content .com_data {
    padding-right: 0;
    padding-left: 0;
  }
}
.company_parallel_staff {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
  border-top: 1px solid #006cc9;
  padding: 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .company_parallel_staff {
    display: block;
    margin: 22px 5% 0;
  }
}
.company_header + .company_parallel_staff {
  border-top: 0;
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .company_header + .company_parallel_staff {
    margin-top: 30px;
  }
}
.company_parallel_staff:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}

.company_parallel_staff:nth-of-type(2n) {
  flex-direction: row;
}

.company_parallel_staff__figure {
  flex: 0 1 39.88095%;
}

.company_parallel_staff__figure img {
  display: block;
  width: 100%;
}

.company_parallel_staff__content {
  flex: 0 1 54.7619%;
}

@media only screen and (max-width: 767px) {
  .company_parallel_staff__content {
    margin: 20px 0 0;
  }
}
.company_staff_heading {
  border-left: 1px solid #006cc9;
  padding: 5px 0 5px 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.company_staff_heading small, .company_staff_heading span {
  font-size: 1.4rem;
  font-weight: normal;
}

.company_staff_heading small {
  display: block;
  margin: 0 0 10px;
}

.company_staff_heading span {
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: baseline;
}

.company_staff_text {
  margin: 13px 0 0;
  font-size: 1.4rem;
}

.company_staff_bio {
  border: 1px solid #DBDBDB;
  border-width: 1px 0;
  padding: 15px 0;
}

.company_staff_bio dl {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  font-size: 1.4rem;
}

.company_staff_bio dl li, .company_staff_bio dl dt, .company_staff_bio dl dd {
  display: block;
  margin: 0;
  padding: 0;
}

.company_staff_bio dl dd {
  margin: 0 0 0 16px;
}

.company_staff_description {
  margin: 30px 0 0;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .company_staff_description {
    margin: 30px 5% 0;
  }
}
.company_thumbnails {
  margin: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  .company_thumbnails {
    margin: 40px 5% 0;
  }
}
.company_thumbnails ul {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .company_thumbnails ul {
    display: block;
  }
}
.company_thumbnails li {
  flex: 0 1 30%;
  display: block;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .company_thumbnails li {
    margin: 30px 0 0;
  }
}
.company_thumbnails li img {
  display: block;
  width: 100%;
}

.company_thumbnails li span {
  display: block;
  margin: 30px 0 0;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .company_thumbnails li span {
    margin-top: 20px;
  }
}
.company_parallel_access {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  .company_parallel_access {
    display: block;
    margin: 30px 5% 0;
  }
}
.company_parallel_access__figure {
  flex: 0 1 61.30952%;
}

.company_parallel_access__figure iframe {
  width: 100%;
  height: 350px;
}

@media only screen and (max-width: 767px) {
  .company_parallel_access__figure iframe {
    height: 277px;
  }
}
.company_parallel_access__content {
  flex: 0 1 33.69048%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .company_parallel_access__content {
    display: block;
    margin: 40px 0 0;
  }
}
.company_access_text {
  margin: 0;
  font-size: 1.6rem;
}

.company_access_sub_text {
  margin: 20px 0 0;
  font-size: 1.2rem;
}

.company_access_sub_text a {
  color: black;
  text-decoration: underline;
}

.company_access_sub_text a:hover {
  text-decoration: none;
}

/* 東京・横浜ページ */
#company .wrap.inn {
  padding-top: 120px;
  padding-bottom: 110px;
}
#company .page_ttl {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #company .wrap.inn {
    padding: 10vw 20px 0;
  }
  #company .page_ttl {
    letter-spacing: 0;
  }
}

.company_introduction {
  display: flex;
  margin-bottom: 50px;
}
.company_introduction > div {
  width: 50%;
}
.company_introduction .txt {
  padding: 20px 0 20px 30px;
}
.company_introduction .txt h2 {
  color: #006cc9;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 45px;
}
.company_introduction .txt p {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .company_introduction {
    display: block;
  }
  .company_introduction > div {
    width: 100%;
  }
  .company_introduction .txt {
    padding: 25px 0 0;
  }
  .company_introduction .txt h2 {
    margin-bottom: 20px;
  }
}
.company_cta {
  padding: 33px 30px 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  background: url("../images/company/img_company_bg@2x.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 60px;
}
.company_cta li {
  width: calc((100% - 10px) / 2);
}
.company_cta li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: linear-gradient(90deg, #006bc7, #008dde);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 10px;
  height: 100%;
}
.company_cta li a:hover {
  background: linear-gradient(90deg, #2894e0, #18a5ec);
  opacity: 1;
}
.company_cta li:nth-child(1) a {
  position: relative;
  gap: 18px;
}
.company_cta li:nth-child(1) a::before {
  content: "";
  width: 24px;
  height: 19px;
  background: url("../images/icon_mail.png") no-repeat center;
  background-size: contain;
}
.company_cta li:nth-child(2) a {
  position: relative;
  gap: 13px;
}
.company_cta li:nth-child(2) a::before {
  content: "全国\a対応";
  width: 43.5px;
  height: 43.5px;
  background: #f8763c;
  border-radius: 50%;
  font-size: 11px;
  white-space: pre;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.company_cta li:nth-child(3) {
  width: 100%;
}
.company_cta li:nth-child(3) a {
  padding: 16px 0 17px;
  gap: 14px;
}
.company_cta li:nth-child(3) a::before {
  content: "";
  width: 17px;
  height: 25px;
  background: url("../images/icon_tel_w.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .company_cta {
    padding: 17px 12px 18.5px;
    gap: 7.5px 10px;
  }
  .company_cta li a {
    font-size: 13px;
    padding: 15px 10px;
  }
  .company_cta li:nth-child(1) a::before {
    width: 18.5px;
    height: 19.5px;
  }
  .company_cta li:nth-child(2) a {
    position: relative;
  }
  .company_cta li:nth-child(2) a::before {
    position: absolute;
    top: -14px;
    right: -10px;
    width: 34px;
    height: 34px;
    font-size: 10px;
  }
  .company_cta li:nth-child(3) a {
    padding: 15px 10px;
  }
  .company_cta li:nth-child(3) a::before {
    width: 15px;
    height: 20px;
  }
}
.company_link {
  display: flex;
  gap: 6px;
  margin-bottom: 75px;
}
.company_link li {
  width: calc((100% - 24px) / 5);
}
.company_link li a {
  width: 100%;
  color: #0b78ce;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  padding: 28px 10px 32px;
  position: relative;
  display: inline-block;
  border: 1px solid #0b78ce;
  transition: 0.5s all;
}
.company_link li a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #0b78ce;
  border-right: 2px solid #0b78ce;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  transition: 0.5s all;
}
.company_link li a:hover {
  opacity: 1;
  background: #0b78ce;
  color: #fff;
}
.company_link li a:hover::after {
  border-color: #fff;
  bottom: 10px;
}
@media screen and (max-width: 767px) {
  .company_link {
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .company_link li {
    width: calc((100% - 5px) / 2);
  }
  .company_link li a {
    padding: 18px 10px 21px;
  }
  .company_link li a::after {
    bottom: 6px;
  }
  .company_link li a:hover::after {
    bottom: 4px;
  }
}
.company_anchor {
  padding-top: 85px;
  margin-top: -85px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .company_anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}
.company_btn {
  text-align: center;
}
.company_btn a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #006cc9;
  width: 540px;
  padding: 23.5px 20px;
  border-radius: 6px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .company_btn {
    padding: 0 20px;
  }
  .company_btn a {
    width: 100%;
    font-size: 18px;
    padding: 21px 10px 18px;
    border-radius: 12px;
  }
}
.company_contents {
  margin-top: 36px;
}
.company_contents:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #006cc9;
}
@media screen and (max-width: 767px) {
  .company_contents {
    margin-top: 25px;
  }
}
.company_money .list {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: #e5f0f9;
  margin-bottom: 30px;
  position: relative;
}
.company_money .list::before, .company_money .list::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.company_money .list::before {
  width: 40px;
  height: 8px;
  background: linear-gradient(90deg, #f8763c, #f9b856);
}
.company_money .list::after {
  height: 40px;
  width: 8px;
  background: linear-gradient(90deg, #f88f46, #f89e4c);
}
.company_money .list > div {
  width: 50%;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 29px 10px 36px;
}
.company_money .list > div span {
  line-height: 1.2;
  background: linear-gradient(90deg, #006cc9, #009be7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.company_money .list > div span:nth-of-type(1) {
  font-size: 22px;
}
.company_money .list > div span:nth-of-type(2) {
  font-size: 66px;
}
.company_money .list > div span:nth-of-type(3) {
  font-size: 24px;
}
.company_money .list > div span:nth-of-type(4) {
  font-size: 20px;
}
.company_money .list > div span:nth-of-type(5) {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .company_money .list {
    gap: 10px;
    padding: 10px;
  }
  .company_money .list::before {
    width: 20px;
    height: 4px;
  }
  .company_money .list::after {
    height: 20px;
    width: 4px;
  }
  .company_money .list > div {
    border-radius: 10px;
    padding: 18.5px 10px 13px;
  }
  .company_money .list > div span:nth-of-type(1) {
    font-size: 12px;
  }
  .company_money .list > div span:nth-of-type(2) {
    font-size: 36px;
  }
  .company_money .list > div span:nth-of-type(3) {
    font-size: 13px;
  }
  .company_money .list > div span:nth-of-type(4) {
    font-size: 10.5px;
  }
  .company_money .list > div span:nth-of-type(5) {
    font-size: 16px;
  }
}
.company_staff {
  overflow: hidden;
}
.company_staff figure {
  display: inline-block;
  float: right;
  margin: 0 0 20px 30px;
  width: 350px;
}
.company_staff figcaption {
  font-size: 1.6rem;
  text-align: right;
  margin-top: 5px;
  font-weight: bold;
}
.company_staff p {
  font-size: 16px;
  font-weight: 500;
}
.company_staff p:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company_staff img {
    float: none;
    margin: 0 auto 30px;
    width: 100%;
  }
  .company_staff p {
    line-height: 1.5;
  }
  .company_staff p:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
.company_access .iframe {
  width: 100%;
  height: 240px;
  margin-bottom: 50px;
}
.company_access .address {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.company_access .address dl {
  width: calc((100% - 30px) / 2);
  font-size: 16px;
  padding-bottom: 35px;
  border-bottom: 1px solid #dce0eb;
}
.company_access .address dl:nth-of-type(3) {
  width: 100%;
  padding-bottom: 0;
  border-bottom: 0;
}
.company_access .address dt {
  font-weight: 700;
  color: #006cc9;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .company_access {
    margin-top: 40px;
  }
  .company_access .iframe {
    height: 200px;
    margin-bottom: 40px;
  }
  .company_access .iframe iframe {
    width: 100%;
    height: 100%;
  }
  .company_access .address dl {
    width: 100%;
    padding-bottom: 30px;
  }
}
.company_faq {
  margin-top: 70px;
}
.company_faq dl:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 45px;
  border-bottom: 1px solid #dce0eb;
}
.company_faq dt, .company_faq dd {
  padding-left: 52px;
  position: relative;
}
.company_faq dt::before, .company_faq dd::before {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 34.5px;
  height: 34.5px;
  font-size: 17px;
  outline-width: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.company_faq dt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 27px;
}
.company_faq dt::before {
  content: "Q";
  background: #006cc9;
  color: #fff;
}
.company_faq dd {
  font-size: 16px;
}
.company_faq dd::before {
  content: "A";
  background: #f4f4f4;
  color: #006cc9;
}
@media screen and (max-width: 767px) {
  .company_faq {
    margin-top: 35px;
  }
  .company_faq dl:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.company_partner {
  max-width: 600px;
}
.company_partner li {
  font-size: 1.6rem;
  font-weight: 700;
}