.block-common-application {
  position: relative;
}

.block-common-application .application-right {
  position: relative;
}

.block-common-application .application-wrapper {
  position: relative;
  background: #e9f5ff;
}

.block-common-application .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-common-application .content-wrapper {
  position: relative;
  z-index: 2;
}

@media print, (min-width: 768px) {
  .block-common-application {
    padding-bottom: 218px;
  }

  .block-common-application .wrapper {
    display: -ms-flexbox;
    display: flex;
    width: unset;
  }

  .block-common-application .application-left {
    width: 260px;
    width: calc(50vw - 413px);
    padding-top: 118px;
  }

  .block-common-application .application-right {
    -ms-flex: 1;
    flex: 1;
    width: calc(50vw + 413px);
    padding: 107px 0 162px;
  }

  .block-common-application .application-right::before {
    content: "";
    display: block;
    position: absolute;
    top: -121px;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 91px;
    background-color: #fff;
  }

  .block-common-application .application-wrapper {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 202px;
  }

  .block-common-application .anchor-link {
    font-size: 0.16rem;
    line-height: 2.125;
  }

  .block-common-application .anchor-link::before {
    width: 6px;
    height: 6px;
  }

  .block-common-application .anchor-link::after {
    width: 8px;
    height: 10px;
  }

  .block-common-application .content-wrapper {
    width: 845px;
    margin: 0 auto;
    padding-left: 20px;
  }

  .block-common-application .content-wrapper:not(:last-child) {
    margin-bottom: 79px;
  }
}

@media only screen and (max-width: 767.98px) {
  .block-common-application {
    padding: 0.33rem 0 0.7rem;
    border-bottom-right-radius: 0.6rem;
    background: #fff;
  }

  .block-common-application .application-left {
    padding: 0 0.1rem;
  }

  .block-common-application .application-right {
    padding: 0.43rem 0.15rem;
  }

  .block-common-application .content-wrapper:not(:last-child) {
    margin-bottom: 0.66rem;
  }
}

@media (min-width: 767.98px) and (max-width: 1415px) {
  .block-common-application .application-left {
    width: 300px;
  }

  .block-common-application .application-right {
    width: 1040px;
  }
}

.anchor-link {
  position: relative;
}

.anchor-link .anchor-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.anchor-link .anchor-list li {
  position: relative;
}

.anchor-link .anchor-list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  background: url(../img/common/common_ico_05.svg) 100%/contain no-repeat;
}

.anchor-link .anchor-item {
  position: relative;
  z-index: 1;
  border: 0.02rem solid #009fe8;
  border-radius: 1rem;
  color: #009fe8;
  font-weight: 700;
  line-height: 1.65;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .anchor-link {
    position: sticky;
    top: 118px;
  }

  .anchor-link .wrapper {
    width: 1240px;
  }

  .anchor-link .anchor-list {
    padding-right: 37px;
  }

  .anchor-link .anchor-list li {
    width: 223px;
    margin-left: auto;
  }

  .anchor-link .anchor-list li::after {
    top: calc(50% + 1px);
    right: 15px;
    width: 10px;
    height: 10px;
    transition: opacity 0.3s, filter 0.3s;
  }

  html:not(.is-touchable) .anchor-link .anchor-list li:hover .anchor-item {
    border: 0.02rem solid #0b1116;
    color: #0b1116;
  }

  html:not(.is-touchable) .anchor-link .anchor-list li:hover::after {
    filter: brightness(0);
  }

  .anchor-link .anchor-list li:not(:last-child) {
    margin-bottom: 12px;
  }

  .anchor-link .anchor-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 40px;
    padding: 4px 25px 4px 15px;
    transition: border 0.3s, color 0.3s;
    font-size: 0.14rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .anchor-link .anchor-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .anchor-link .anchor-list li {
    display: -ms-flexbox;
    display: flex;
  }

  .anchor-link .anchor-list li::after {
    right: 0.1rem;
    width: 0.12rem;
    height: 0.1rem;
  }

  .anchor-link .anchor-item {
    min-height: 0.4rem;
    padding: 0.08rem 0.12rem 0.06rem 0;
    font-size: 0.14rem;
    text-align: center;
  }
}

.table-common {
  border-top: 0.01rem solid #d4d4d4;
}

.table-common .table-title {
  color: #009fe8;
}

.table-common .table-title,
.table-common .table-content {
  font-size: 0.16rem;
  line-height: 1.75;
}

.table-common .table-title .is-blue,
.table-common .table-content .is-blue {
  color: #009fe8;
}

.table-common .table-content {
  font-weight: 400;
}

.table-common .table-wrapper {
  border-bottom: 0.01rem solid #d4d4d4;
}

.table-common ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.table-common p {
  margin-bottom: 0;
}

@media print, (min-width: 768px) {
  .table-common .table-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 33px 0 34px;
  }

  .table-common .table-title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 190px;
    padding-right: 20px;
  }

  .table-common ul.is-margin {
    margin-bottom: 28px;
  }
}

.section-corporate-profile {
  background: #e9f5ff;
}

.section-corporate-profile .is-phone {
  color: #0b1116;
}

.section-corporate-profile .content-title {
  font-size: 0.26rem;
  line-height: 1.5;
}

.section-corporate-profile .title-content {
  font-weight: 400;
}

.section-corporate-profile .title-content.is-small {
  line-height: 1.75;
}

.section-corporate-profile .title-content a.is-phone {
  color: #0b1116;
}

.section-corporate-profile .content-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.section-corporate-profile .content-image {
  overflow: auto;
  border-radius: 0.08rem;
}

.section-corporate-profile .is-decoration {
  background: url(../img/common/decoration_ico_14.png) top left/0.05rem auto repeat;
}

@media print, (min-width: 768px) {
  .section-corporate-profile {
    padding-top: 77px;
  }

  .section-corporate-profile .title-common-primary .title-english {
    margin-bottom: 7px;
    font-size: 0.14rem;
  }

  .section-corporate-profile .keyvisual-text {
    padding-top: 22px;
  }

  .section-corporate-profile .keyvisual-wrapper {
    margin-bottom: 75px;
  }

  .section-corporate-profile .anchor-item {
    padding-right: 40px;
    padding-left: 26px;
  }

  .section-corporate-profile .anchor-list li::after {
    right: 23px;
  }

  .section-corporate-profile .content-title {
    margin-bottom: 52px;
    padding: 0 6px;
  }

  .section-corporate-profile .application-right {
    padding: 106px 0 174px;
  }

  .section-corporate-profile .application-right::before {
    border-radius: 100px;
  }

  .section-corporate-profile .table-common {
    margin-left: 6px;
  }

  .section-corporate-profile .table-common .table-wrapper {
    padding: 29px 0 30px;
  }

  .section-corporate-profile .content-wrapper:not(:last-child) {
    margin-bottom: 147px;
  }

  .section-corporate-profile .content-gallery {
    margin: 0 -7px 69px;
    padding-left: 6px;
  }

  .section-corporate-profile .gallery-item {
    width: 263px;
    height: 213px;
    margin: 0 7px 14px;
  }

  .section-corporate-profile .content-text {
    margin-top: -6px;
    margin-bottom: 60px;
    padding-left: 6px;
  }

  .section-corporate-profile .content-image {
    margin: -5px 1px 77px 6px;
  }

  .section-corporate-profile .block-common-application {
    padding-bottom: 202px;
  }
}

@media only screen and (max-width: 767.98px) {
  .section-corporate-profile {
    padding-top: 0.54rem;
  }

  .section-corporate-profile .title-common-primary .title-english {
    margin-bottom: -0.06rem;
  }

  .section-corporate-profile .keyvisual-wrapper {
    margin-bottom: 0.21rem;
  }

  .section-corporate-profile .keyvisual-text {
    padding-top: 0.3rem;
    padding-bottom: 0.41rem;
  }

  .section-corporate-profile .block-common-application {
    padding: 0.28rem 0 0.69rem;
    border-radius: 0;
  }

  .section-corporate-profile .anchor-list {
    margin: 0 -0.04rem;
    padding: 0 0.05rem;
  }

  .section-corporate-profile .anchor-list li {
    margin: 0 0.04rem 0.13rem;
  }

  .section-corporate-profile .anchor-list li::after {
    right: 0.19rem;
  }

  .section-corporate-profile .anchor-list .anchor-item {
    width: 1.66rem;
    padding: 0.08rem 0.3rem 0.06rem;
  }

  .section-corporate-profile .application-right {
    padding-top: 0.44rem;
  }

  .section-corporate-profile .content-title {
    margin-bottom: 0.32rem;
  }

  .section-corporate-profile .table-wrapper {
    padding: 0.19rem 0 0.22rem;
  }

  .section-corporate-profile .title-content.is-modify {
    line-height: 1.5;
  }

  .section-corporate-profile .content-wrapper:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .section-corporate-profile .content-wrapper:nth-child(2) {
    margin-bottom: 0.33rem;
  }

  .section-corporate-profile .content-gallery {
    margin: 0 -0.03rem 0.43rem;
  }

  .section-corporate-profile .gallery-item {
    width: 1.09rem;
    margin: 0 0.03rem;
  }

  .section-corporate-profile .content-text {
    margin: -0.1rem 0 0.41rem;
  }

  .section-corporate-profile .content-image {
    margin: -0.01rem 0 0.54rem;
  }
}

.content-history-list {
  position: relative;
}

.content-history-list dl {
  display: -ms-flexbox;
  display: flex;
}

.content-history-list dl:last-child dt::after {
  display: none;
}

.content-history-list dt {
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #009fe8;
  font-family: Roboto, sans-serif;
}

.content-history-list dt::before,
.content-history-list dt::after {
  content: "";
  display: block;
  position: absolute;
}

.content-history-list dt::before {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background: #009fe8;
}

.content-history-list dt::after {
  width: 0.03rem;
  height: 100%;
  background: url(../img/common/decoration_ico_10.png) 100%/contain repeat;
}

.content-history-list dd span {
  position: relative;
}

@media print, (min-width: 768px) {
  .content-history-list {
    margin-bottom: 206px;
    padding: 0 6px;
  }

  .content-history-list dl:not(:last-child) dt,
  .content-history-list dl:not(:last-child) dd {
    padding-bottom: 41px;
  }

  .content-history-list dt {
    -ms-flex-align: center;
    align-items: center;
    width: 128px;
    padding-right: 60px;
    font-size: 0.18rem;
    line-height: 1.8333333333;
  }

  .content-history-list dt::before {
    top: 16px;
    right: 34.5px;
    width: 14px;
    height: 14px;
    border: 1.18px solid #fff;
  }

  .content-history-list dt::after {
    top: 23px;
    right: 40px;
  }

  .content-history-list dd {
    font-size: 0.16rem;
    line-height: 2.0625;
  }

  .content-history-list dd span {
    top: -2px;
  }
}

@media only screen and (max-width: 767.98px) {
  .content-history-list::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0.18rem;
    bottom: 0;
    left: 0.57rem;
    width: 0.03rem;
    background: url(../img/corporate/decoration_line_01.png) top -0.04rem left/100% auto repeat-y;
  }

  .content-history-list dl {
    position: relative;
  }

  .content-history-list dl:last-child::after {
    content: "";
    position: absolute;
    top: 0.18rem;
    bottom: -0.01rem;
    left: 0.56rem;
    width: 0.05rem;
    background: #fff;
  }

  .content-history-list dt {
    width: 0.8rem;
  }

  .content-history-list dt::before {
    top: 0.14rem;
    right: 0.16rem;
    width: 0.11rem;
    height: 0.11rem;
    border: 0.02rem solid #fff;
  }

  .content-history-list dt::after {
    display: none;
  }

  .content-history-list dd {
    margin-top: -0.01rem;
    padding-right: 0.01rem;
    padding-bottom: 0.35rem;
  }
}

.content-office-list {
  border-top: 0.01rem solid #d4d4d4;
  border-bottom: 0.01rem solid #d4d4d4;
}

.content-office-list .is-tel {
  color: #0b1116;
  text-decoration: none;
}

.content-office-list .info-address {
  display: block;
  position: relative;
}

.content-office-list .button-map {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #009fe8;
  font-weight: 500;
}

.content-office-list .button-map::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.26s ease, transform 0.3s ease;
  background: url(../img/common/common_ico_05.svg) 100%/cover no-repeat;
}

.content-office-list .table-wrapper:not(:last-child) {
  border-bottom: 0.01rem solid #d4d4d4;
}

.content-office-list .title-info {
  font-size: 0.14rem;
  line-height: 1.7142857143;
}

.content-office-list .table-content {
  font-weight: 400;
}

.content-office-list .info-phone {
  position: relative;
}

@media print, (min-width: 768px) {
  .content-office-list {
    margin: 0 7px;
  }

  .content-office-list .table-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 33px 11px 32px 19px;
  }

  .content-office-list .table-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 235px;
    padding-right: 20px;
    font-size: 0.18rem;
  }

  .content-office-list .table-content {
    position: relative;
    -ms-flex: 1;
    flex: 1;
    padding-right: 80px;
    font-size: 0.14rem;
  }

  .content-office-list .title-info {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 350px;
  }

  .content-office-list .button-map {
    top: calc(50% + 1px);
    margin-bottom: 5px;
    padding-right: 25px;
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }

  .content-office-list .button-map::before {
    width: 15px;
    height: 12px;
  }

  html:not(.is-touchable) .content-office-list .button-map:hover {
    opacity: 0.7;
  }

  html:not(.is-touchable) .content-office-list .button-map:hover::before {
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
  }

  .content-office-list .content-image {
    width: 816px;
    margin: -5px 0 77px 6px;
    border-radius: 10px;
  }

  .content-office-list .info-phone {
    top: -2px;
  }
}

@media only screen and (max-width: 767.98px) {
  .content-office-list .table-title {
    margin-bottom: 0.01rem;
    font-size: 0.2rem;
  }

  .content-office-list .table-wrapper {
    position: relative;
    padding: 0.17rem 0.6rem 0.21rem 0;
  }

  .content-office-list .button-map {
    padding-top: 0.05rem;
    padding-right: 0.19rem;
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }

  .content-office-list .button-map::before {
    top: calc(50% + 0.03rem);
    right: -0.01rem;
    width: 0.15rem;
    height: 0.12rem;
  }

  .content-office-list .table-content {
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
}
