@charset "UTF-8";
.c-anchor__item {
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}

.c-anchor__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}

.c-anchor__link:hover > * {
  opacity: 1;
}

.c-anchor__link:hover .c-anchor__link__text {
  text-decoration: underline;
}

.c-anchor__link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1428571429;
  font-size: 1.4em;
  color: #fff;
}

.c-anchor__link__text::before {
  content: "";
  margin-right: 5px;
  border-top: 7px solid #457bc3;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.p-maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 15px;
  height: 95px;
  border: 1px solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  font-size: 2.1em;
  color: #fff;
}

.p-maintitle::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 10px;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-maintitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.07);
  mix-blend-mode: multiply;
}

.p-lead {
  line-height: 1.7142857143;
  margin: 0 15px 40px;
  text-align: justify;
  font-size: 1.4em;
  color: #fafafa;
}

.p-lead::before, .p-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.p-lead::before {
  margin-bottom: calc(-0.4946428571em + 2px);
}

.p-lead::after {
  margin-top: calc(-0.4946428571em + 2px);
}

.p-anchor__link {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-anchor__link::after {
  content: attr(data-eng);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: din-2014, sans-serif;
  font-size: 1em;
  color: #457bc3;
}

.p-logo {
  padding: 30px 0 40px;
}

.p-maintitle::before {
  width: 254px;
  height: 30px;
  background-image: url(../../img/pc/about_maintitle_bg.png);
}

.p-anchor {
  margin-bottom: 80px;
}

.p-anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-anchor__item {
  -ms-flex-preferred-size: calc((100% - 3px) / 4);
  flex-basis: calc((100% - 3px) / 4);
  background: rgba(69, 123, 195, 0.4);
}

.p-anchor__item + .p-anchor__item {
  margin-left: 1px;
}

.p-anchor__link {
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 92px 7px 7px;
  height: 134px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-anchor__link::before {
  -webkit-transition: background 0.15s linear;
  transition: background 0.15s linear;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
}

.p-anchor__link:hover::before {
  background: rgba(255, 255, 255, 0.2);
}

.p-anchor__link::after {
  text-align: right;
}

.p-anchor__link__text {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.p-anchor .feature .p-anchor__link {
  background-image: url(../../img/pc/about_anchor_feature_bg.jpg);
}

.p-anchor .mechanism .p-anchor__link {
  background-image: url(../../img/pc/about_anchor_mechanism_bg.jpg);
}

.p-anchor .literature .p-anchor__link {
  background-image: url(../../img/pc/about_anchor_literature_bg.jpg);
}

.p-anchor .license .p-anchor__link {
  background-image: url(../../img/pc/about_anchor_license_bg.jpg);
}

.p-box {
  margin-bottom: 80px;
}

.p-box__title {
  margin-bottom: 50px;
  padding: 0 0 3px 15px;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #fff;
}

.p-box__title__text {
  display: block;
  line-height: 71px;
  font-size: 2.1em;
}

.p-box__title__lead {
  display: block;
  line-height: 44px;
  font-size: 1.3em;
  color: #9fa0a0;
}

.p-box.p-feature .p-box__title {
  background-image: url(../../img/pc/about_feature_title_bg.png);
}

.p-box.p-mechanism .p-box__title {
  background-image: url(../../img/pc/about_mechanism_title_bg.png);
}

.p-box.p-literature .p-box__title {
  background-image: url(../../img/pc/about_literature_title_bg.png);
}

.p-box.p-license .p-box__title {
  background-image: url(../../img/pc/about_license_title_bg.png);
}

.p-contents__title {
  line-height: 1.2777777778;
  font-size: 1.8em;
}

.p-contents__text {
  line-height: 1.5714285714;
  font-size: 1.4em;
  color: #9fa0a0;
}

.p-contents__text a {
  text-decoration: underline;
  color: #a0bcdf;
}

.p-feature__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 170.5px;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
  background-position: right 0;
  background-repeat: no-repeat;
}

.p-feature__contents:last-child {
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}

.p-feature__contents__title {
  margin-bottom: 13.5px;
  color: #457bc3;
}

.p-feature__contents__text {
  width: 452px;
}

.p-feature__contents.no1 {
  background-image: url(../../img/pc/about_feature_bg1.png);
}

.p-feature__contents.no2 {
  background-image: url(../../img/pc/about_feature_bg2.png);
}

.p-feature__contents.no3 {
  background-image: url(../../img/pc/about_feature_bg3.png);
}

.p-feature__contents.no4 {
  background-image: url(../../img/pc/about_feature_bg4.png);
}

.p-feature__contents.no5 {
  background-image: url(../../img/pc/about_feature_bg5.png);
}

.p-mechanism__list {
  margin-bottom: 35px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}

.p-mechanism__item + .p-mechanism__item::before {
  content: "";
  display: block;
  margin: 17px auto;
  width: 0;
  border-top: 12px solid rgba(255, 255, 255, 0.3);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.p-mechanism__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px;
  height: 208px;
  background-position: right 292px top 0;
  background-repeat: no-repeat;
  background-color: rgba(180, 201, 231, 0.2);
}

.p-mechanism__contents__title {
  margin-bottom: 13.5px;
  padding-top: 25.5px;
  width: 332px;
  color: #457bc3;
}

.p-mechanism__contents__text {
  width: 332px;
  text-align: justify;
}

.p-mechanism__contents__pic {
  overflow: hidden;
  text-align: right;
}

.p-mechanism__subcontents {
  *zoom: 1;
}

.p-mechanism__subcontents:after {
  content: "";
  display: table;
  clear: both;
}

.p-mechanism__subcontents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8em;
  color: #fafafa;
  margin-bottom: 18px;
}

.p-mechanism__subcontents__title::before {
  content: "";
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #457bc3;
}

.p-mechanism__subcontents__title::before {
  margin-right: 6px;
}

.p-mechanism__subcontents__movie {
  float: left;
}

.p-mechanism__subcontents__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 15px;
  height: 306px;
  text-align: justify;
  line-height: 1.6666666667;
  font-size: 1.2em;
  color: #9fa0a0;
}

.p-literature__table {
  width: 100%;
  table-layout: fixed;
}

.p-literature__table th,
.p-literature__table td {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
}

.p-literature__table th {
  padding: 13px 18px;
  width: 50%;
  background: rgba(180, 201, 231, 0.2);
  font-size: 1.4em;
  color: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-literature__table td {
  padding: 9px 13px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
  line-height: 1.6666666667;
  font-size: 1.2em;
  color: #9fa0a0;
}

.p-literature__table td > * {
  margin-bottom: 8px;
  line-height: 1.1666666667;
  font-family: din-2014, sans-serif, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.p-literature__table td > *:last-child {
  margin: 0;
}

.p-literature__table td .title {
  color: #457bc3;
}

.p-literature__table td .paper a {
  text-decoration: underline;
  color: #a0bcdf;
}

.p-license__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 15px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.3);
}

.p-license__contents__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8em;
  color: #fafafa;
  margin-bottom: 21px;
}

.p-license__contents__title::before {
  content: "";
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #457bc3;
}

.p-license__contents__title::before {
  margin-right: 6px;
}

.p-license__contents__text {
  width: 452px;
  text-align: justify;
}

.p-license__contents__text .emphasis {
  color: #457bc3;
}

.p-license__contents__link {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 20px;
  width: 452px;
}

.p-license__contents__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0043aa), to(#001c65));
  background: linear-gradient(to bottom, #0043aa, #001c65);
  font-size: 1.4em;
  color: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-license__contents__link a:hover {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0.7;
}

.p-license__contents__link a::before {
  content: "";
  margin-right: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
}

.p-license__contents__link a {
  width: 171px;
}

.p-license__contents__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.p-license__contents__pic figcaption {
  text-align: justify;
  line-height: 1.5;
  font-size: 1.2em;
}

.p-license .no1 {
  padding-top: 0;
}

.p-license .no1 .p-license__contents__text {
  margin-bottom: 26px;
}

.p-license .no1 .p-license__contents__pic {
  position: relative;
  padding: 25px 0 5px 25px;
  width: 100%;
  background: rgba(180, 201, 231, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-license .no1 .p-license__contents__pic .pic1 {
  position: absolute;
  right: -27px;
  bottom: -42px;
}

.p-license .no1 .p-license__contents__pic .pic2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-license .no1 .p-license__contents__pic .pic2 figcaption {
  margin: 0 0 24px 20px;
  color: #457bc3;
}

.p-license .no2 {
  height: 258px;
}

.p-license .no2 figcaption {
  margin-top: 7px;
  width: 163px;
  color: #9fa0a0;
}

.p-license .no2 figcaption::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 14px;
  height: 11px;
  background: url(../../img/pc/about_license_pic2_bg.png) 0 0 no-repeat;
}

.p-license .no3 {
  height: 198px;
}


/*# sourceMappingURL=about.css.map */
