.underFirstView {
  width: 100%;
  height: 400px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .underFirstView {
    height: 300px;
  }
}
.underFirstView__link {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  right: 42px;
  bottom: 25px;
  background-color: #003086;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 14px 86px 14px 23px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .underFirstView__link {
    right: 17px;
    bottom: 18px;
    font-size: 12px;
    padding: 8px 27px 8px 13px;
  }
}
.underFirstView__link:hover {
  opacity: 0.6;
}
.underFirstView__link::after {
  content: "";
  display: inline-block;
  width: 61px;
  height: 6px;
  position: absolute;
  right: 23px;
  bottom: 21px;
  -webkit-transform: skewX(60deg);
  transform: skewX(60deg);
  border-bottom: solid 1px #fff;
  border-right: solid 2px #fff;
  -webkit-transition:
    border-bottom 0.3 ease,
    border-right 0.3 ease;
  transition:
    border-bottom 0.3 ease,
    border-right 0.3 ease;
}
@media screen and (max-width: 768px) {
  .underFirstView__link::after {
    width: 34px;
    height: 3px;
    right: 16px;
    bottom: 12px;
  }
}
.underFirstView__link__en {
  display: block;
  width: 100%;
  height: auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .underFirstView__link__en {
    font-size: 11px;
    margin-top: 0;
  }
}

.pageAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  width: 100%;
  height: auto;
}
.pageAnchor__item {
  display: block;
  width: 25%;
  height: auto;
  min-height: 129px;
  margin-right: 3px;
  color: #fff;
  background-color: #0079ca;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 29px 36px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pageAnchor__item {
    min-height: 100px;
    margin-right: 1px;
    padding: 13px 5px;
    font-size: 12px;
    text-align: center;
  }
}
.pageAnchor__item:hover {
  opacity: 0.6;
}
.pageAnchor__item:last-child {
  margin-right: 0;
}
.pageAnchor__item::after {
  content: "";
  display: block;
  width: 20px;
  height: 9px;
  background-image: url(../images/service/01/iconArrowBottom.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pageAnchor__item::after {
    width: 18px;
    height: 8px;
  }
}
.pageAnchor__item > span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .pageAnchor__item > span {
    font-size: 9px;
    letter-spacing: 0.07em;
    margin-top: 2px;
  }
}
.pageAnchor__item--col2 {
  width: 50%;
}
.pageAnchor__item--col3 {
  width: 33.3%;
}
.pageAnchor__item--col4 {
  width: 25%;
}
.fadeIn {
  opacity: 1;
}
.scrollFadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: 1s;
  transition: 1s;
}
.scrollFadeIn.animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.titleArea {
  margin-top: 100px !important;
}
.footer {
  margin-top: 130px !important;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 65px !important;
  }
}
.vision {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .vision {
    padding-top: 45px;
  }
}
.vision .titleArea {
  margin-top: 0 !important;
}
.vision__logo {
  width: 190px;
  height: auto;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .vision__logo {
    width: 120px;
    margin-top: 30px;
  }
}
.vision__text {
  width: 880px;
  max-width: 92%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 2.5em;
  letter-spacing: 0.035em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  color: #413e3e;
}
@media screen and (max-width: 768px) {
  .vision__text {
    font-size: 16px;
    text-align: left;
    line-height: 2em;
    margin-top: 35px;
  }
}
.advise {
  margin-top: 120px;
  padding: 110px 0;
  background-color: #f1f7fb;
  position: relative;
}
@media screen and (max-width: 768px) {
  .advise {
    margin-top: 20px;
    padding: 50px 0 25px 0;
  }
}
.advise .titleArea {
  margin-top: 0 !important;
}
.advise__inner {
  width: 960px;
  max-width: 92%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .advise__inner {
    margin-top: 30px;
  }
}
.advise__title {
  width: 300px;
  height: 50px;
  background-color: #003086;
  color: #fff;
  margin-top: 95px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.advise__title::before {
  content: "";
  width: 26px;
  height: 26px;
  background-color: #f1f7fb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: -13px;
  left: -13px;
}
.advise__title::after {
  content: "";
  width: 26px;
  height: 26px;
  background-color: #f1f7fb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -13px;
  right: -13px;
}
.advise__title--second {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .advise__title--second {
    margin-top: 70px;
  }
}
@media screen and (max-width: 768px) {
  .advise__title {
    width: 100%;
    height: 48px;
    margin-top: 30px;
    font-size: 18px;
  }
}
.advise__subTitle {
  width: 300px;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  color: #0079ca;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .advise__subTitle {
    width: 100%;
    font-size: 18px;
  }
}
.advise__subTitle span {
  width: 220px;
  display: inline-block;
  background-color: #f1f7fb;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .advise__subTitle span {
    width: 70%;
  }
}
.advise__subTitle::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0079ca;
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
}
.advise__subTitle--first {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .advise__subTitle--first {
    margin-top: 37px;
  }
}
.advise__subTitle--second {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .advise__subTitle--second {
    margin-top: 35px;
  }
}
.advise__subTitle--third {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .advise__subTitle--third {
    margin-top: 40px;
  }
}
.advise__mainText {
  font-size: 22px;
  line-height: 2.5em;
  letter-spacing: 0.035em;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .advise__mainText {
    font-size: 16px;
    text-align: left;
    line-height: 2em;
    text-align: left;
  }
}
.advise__text {
  font-size: 18px;
  line-height: 1.95em;
  letter-spacing: 0.035em;
  text-align: center;
  margin-top: 20px;
  color: #413e3e;
}
@media screen and (max-width: 768px) {
  .advise__text {
    font-size: 15px;
    text-align: left;
  }
}
.advise__text--last {
  margin-top: 40px;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .advise__text--last {
    margin-top: 30px;
    line-height: 2em;
  }
}
.mind {
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .mind {
    padding-top: 55px;
  }
}
.mind .titleArea {
  margin-top: 0 !important;
}
.mind__inner {
  width: 1000px;
  max-width: 92%;
  margin: 90px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .mind__inner {
    margin: 30px auto 0 auto;
  }
}
.mind__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mind__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.mind__row--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .mind__row--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.mind__row + .mind__row {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .mind__row + .mind__row {
    margin-top: 40px;
  }
}
.mind__no {
  font-size: 42px;
  letter-spacing: 0.03em;
  font-family: "Shippori Mincho B1", serif;
  color: #0079ca;
  font-weight: 700;
  position: relative;
  margin-right: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mind__no {
    font-size: 30px;
    margin-right: 0;
  }
}
.mind__no::after {
  content: "";
  display: block;
  margin: auto;
  width: 43px;
  height: 2px;
  background-color: #0079ca;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .mind__no::after {
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .mind__textArea {
    margin-top: 22px;
  }
}
.mind__textArea--col {
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .mind__textArea--col {
    margin-top: 22px;
  }
}
.mind__catch {
  font-size: 26px;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .mind__catch {
    font-size: 20px;
    line-height: 1.8em;
    text-align: center;
  }
}
.mind__remarks {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mind__remarks {
    font-size: 16px;
    line-height: 2em;
  }
}
.label {
  width: 50px;
  position: absolute;
  top: 0;
  left: 70px;
}
@media screen and (max-width: 768px) {
  .label {
    width: auto;
    position: relative;
    top: unset;
    left: unset;
    margin-top: 30px;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.label__bar {
  width: 1px;
  height: 160px;
  background-color: #000;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .label__bar {
    width: 60px;
    height: 1px;
    margin: unset;
  }
}
.label__bar::after {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 50px;
  border: 1px solid #a58b36;
  position: absolute;
  bottom: -16px;
  left: -18px;
}
@media screen and (max-width: 768px) {
  .label__bar::after {
    width: 16px;
    height: 16px;
    border: 2px solid #a58b36;
    top: -7.5px;
    bottom: unset;
    left: unset;
    right: -7px;
  }
}
.label__text {
  font-size: 30px;
  letter-spacing: 0.12em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-family: "Shippori Mincho", serif;
  margin: 30px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .label__text {
    font-size: 12px;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    margin: 0 0 0 14px;
    position: relative;
    top: 1px;
  }
}
.president {
  width: 100%;
  margin-top: 110px;
  padding: 125px 0 140px 0;
  background-color: #f1f7fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .president {
    margin-top: 40px;
    padding: 40px 0 30px 0;
  }
}
.president__inner {
  width: 955px;
  max-width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .president__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.president__inner--reverse {
  width: 955px;
  max-width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .president__inner--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.president__textArea {
  width: calc(100% - 315px - 120px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .president__textArea {
    width: 100%;
  }
}
.president__title {
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .president__title {
    font-size: 20px;
    text-align: center;
  }
}
.president__titleEn {
  font-size: 20px;
  line-height: 1em;
  letter-spacing: 0.12em;
  font-family: "Shippori Mincho", serif;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .president__titleEn {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }
}
.president__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.5em;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .president__text {
    width: 85%;
    font-size: 15px;
    line-height: 2em;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.president__name {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 80px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .president__name {
    width: 85%;
    font-size: 16px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.president__imgWrap {
  width: 315px;
  height: 395px;
}
@media screen and (max-width: 768px) {
  .president__imgWrap {
    width: 225px;
    height: 270px;
    margin-top: 25px;
  }
}
.companyImg {
  width: 100%;
  height: 400px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .companyImg {
    height: 300px;
    margin-top: 30px;
  }
}
.company__table {
  width: 1000px;
  max-width: 92%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .company__table {
    width: 92%;
    max-width: unset;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  .company .titleArea {
    margin-top: 45px !important;
  }
}
.company__row {
  border-bottom: 1px solid #8d8b8b;
}
.company__row:first-child {
  border-top: 1px solid #8d8b8b;
}
.company__head {
  width: 270px;
  padding: 32px 85px;
  font-size: 16px;
  color: #413e3e;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company__head {
    width: 130px;
    padding: 18px 25px 0 25px;
    font-size: 14px;
  }
}
.company__data {
  padding: 25px 0;
  font-size: 16px;
  color: #413e3e;
  line-height: 2.1em;
  letter-spacing: 0.2em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .company__data {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1.5em;
    padding: 8px 25px 12px 25px;
  }
}
.titleArea {
  width: 880px;
  max-width: 92%;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .titleArea {
    margin-top: 50px;
  }
}
.titleArea__title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .titleArea__title {
    font-size: 20px;
  }
}
.titleArea__titleEn {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1em;
  letter-spacing: 0.12em;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .titleArea__titleEn {
    font-size: 12px;
    margin-top: 10px;
  }
}
.titleArea__text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .titleArea__text {
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 40px;
  }
}
.fiduciary_duty_linkArea {
  letter-spacing: 0.06em;
}
.fiduciary_duty_linkArea .pdf {
  margin: 100px auto 50px;
  border-bottom: 1px solid #afafaf;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
@media screen and (max-width: 768px) {
  .fiduciary_duty_linkArea .pdf {
    margin: 45px auto 20px;
  }
}
.fiduciary_duty_linkArea .pdf .pdf__item {
  width: 100%;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.8em;
  border-top: 1px solid #afafaf;
  padding: 0 60px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 768px) {
  .fiduciary_duty_linkArea .pdf .pdf__item {
    font-size: 16px;
    line-height: 1.5;
    padding: 18px 20px;
    min-height: auto;
  }
}
.fiduciary_duty_linkArea .pdf .pdf__item:hover {
  background-color: #f1f7fb;
}
.cmn_inner {
  width: 1000px;
  max-width: 92%;
  margin: 90px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .cmn_inner {
    margin: 30px auto 0 auto;
  }
}
.cmn_linkColor {
  color: #3179c4;
}
.cmn_mt30 {
  margin-top: 30px;
}
