@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;900&display=swap");
section {
  /*transform: rotate(0.05deg);*/ }

@media screen and (min-width: 769px) {
  .GlovalNavBlock.is-fixed2 {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2; } }
/*html, body, h1, h2, h3, h4, h5, h6, li, dl, dt, dd, input, p, span, a, caption, th, td, figure {
  font-family: 'M PLUS 1p', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}*/
.LpContents section h1, .LpContents section h2, .LpContents section h3, .LpContents section h4, .LpContents section h5, .LpContents section h6, .LpContents section li, .LpContents section dl, .LpContents section dt, .LpContents section dd, .LpContents section input, .LpContents section p, .LpContents section span, .LpContents section a, .LpContents section caption, .LpContents section th, .LpContents section td, .LpContents section figure {
  font-family: 'M PLUS 1p', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased; }

.block {
  box-sizing: border-box; }

._blue {
  display: none !important; }

._yellow {
  display: none !important; }

._black {
  display: none !important; }

.-blue ._white {
  display: none !important; }
.-blue ._blue {
  display: block !important; }

.-yellow ._white {
  display: block !important; }
.-yellow ._yellow {
  display: block !important; }

.-black ._white {
  display: none !important; }
.-black ._black {
  display: block !important; }

.frame {
  background-image: url(../images/frame_border.png), url(../images/frame_border.png), url(../images/frame_border.png), url(../images/frame_border.png);
  background-position: 10px 0, 100% 10px, 10px 100%, 0 10px;
  background-repeat: no-repeat;
  background-size: calc( 100% - 20px ) 4px, 4px calc( 100% - 20px ), calc( 100% - 20px ) 4px, 4px calc( 100% - 20px ); }
  @media screen and (max-width: 768px) {
    .frame {
      background-position: 6px 0, 100% 6px, 6px 100%, 0 6px;
      background-repeat: no-repeat;
      background-size: calc( 100% - 12px ) 2px, 2px calc( 100% - 12px ), calc( 100% - 12px ) 2px, 2px calc( 100% - 12px ); } }

.-blue .frame {
  background-image: url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png);
  background-color: #00387d; }

.-black .frame {
  background-image: url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png);
  background-color: #000; }

.label {
  background-image: url(../images/head_points.png);
  background-image: image-set(url(../images/head_points.png) 1x, url(../images/head_points@2x.png) 2x);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 7px;
  color: #2E4F8A;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: .2em;
  padding-top: 20px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .label {
      background-size: auto 4px;
      font-size: 1.3rem;
      padding-top: 10px; } }

.head {
  padding-top: 30px; }
  @media screen and (max-width: 768px) {
    .head {
      padding-top: 20px; } }
  .head span {
    background-color: #fff;
    border: solid 4px #002C69;
    box-sizing: border-box;
    color: #002C69;
    display: inline-block;
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: .2em;
    line-height: 35px;
    margin-top: -4px;
    padding: 10px 15px; }
    @media screen and (max-width: 768px) {
      .head span {
        border-width: 2px;
        font-size: 2.4rem;
        margin-top: -2px;
        padding: 5px 10px; } }
    @media screen and (max-width: 320px) {
      .head span {
        font-size: 2.0rem; } }

.-large .label {
  font-size: 3.45rem; }
.-large .head span {
  font-size: 5.25rem;
  line-height: 53px; }

.-small .label {
  font-size: 1.73rem; }
.-small .head span {
  font-size: 2.62rem;
  line-height: 26px; }

.-blue .label {
  color: #fff; }
.-blue .head span {
  background-color: #00387d;
  border-color: #fff;
  color: #fff; }

.-yellow .label {
  background-image: url(../images/head_points-blue.png);
  background-image: image-set(url(../images/head_points-blue.png) 1x, url(../images/head_points-blue@2x.png) 2x);
  color: #000; }
.-yellow .head span {
  background-color: #ffcb3e;
  color: #000; }

.-black .label {
  color: #fff; }
.-black .head span {
  background-color: #000;
  border-color: #fff;
  color: #fff; }

.button {
  border: solid 2px #002C69;
  border-radius: 50px;
  color: #002C69;
  display: inline-block;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: .2em;
  padding: 13px 0;
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-decoration: none;
  transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  width: calc( 100% - 60px ); }
  @media screen and (max-width: 768px) {
    .button {
      border-width: 1px;
      font-size: 1.5rem;
      padding: 7px 12px;
      width: auto; } }
  .button:hover {
    background-color: #002C69;
    color: #fff; }

.-large .button {
  font-size: 3rem; }

.-small .button {
  font-size: 1.5rem; }

.-blue .button {
  border-color: #fff !important; }
  .-blue .button:hover {
    background-color: #fff;
    color: #00387d !important; }

.-yellow .button {
  border-color: #000;
  color: #000 !important; }
  .-yellow .button:hover {
    background-color: #000;
    color: #fff !important; }

.-black .button {
  border-color: #fff; }
  .-black .button:hover {
    background-color: #fff;
    color: #000 !important; }

.ColorLightBlue1 {
  background-color: #daedf5;
  z-index: -1; }

.-blue .ColorLightBlue1 {
  background-color: #00387d; }

.-yellow .ColorLightBlue1 {
  background-color: #ffcb3e; }

.-black .ColorLightBlue1 {
  background-color: #000; }

.ColorLightBlue2 {
  background-color: #b8e2f2;
  padding-top: 130px;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .ColorLightBlue2 {
      padding-top: 50px; } }

.-blue .ColorLightBlue2 {
  background-color: #00387d; }

.-yellow .ColorLightBlue2 {
  background-color: #ffcb3e; }

.-black .ColorLightBlue2 {
  background-color: #000; }

.ColorWhite {
  background-color: #fff;
  padding-top: 130px;
  z-index: -1; }
  @media screen and (max-width: 768px) {
    .ColorWhite {
      padding-top: 50px; } }

.-blue .ColorWhite {
  background-color: #00387d; }

.-yellow .ColorWhite {
  background-color: #ffcb3e; }

.-black .ColorWhite {
  background-color: #000; }

.MainVisualBlock {
  background-image: url(../images/main_visual_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding: 80px 30px 200px;
  text-align: center;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .MainVisualBlock {
      padding: 40px 20px 100px; } }
  .MainVisualBlock__head {
    color: #fff;
    font-size: 6.2rem;
    font-weight: 700;
    letter-spacing: .05em;
    margin: 0 auto;
    max-width: 970px;
    position: static;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .MainVisualBlock__head {
        font-size: 3rem; } }
  .MainVisualBlock__picture {
    display: inline-block;
    padding-top: 50px; }
    .MainVisualBlock__picture img {
      height: auto;
      max-width: 633px;
      width: 100%; }
  .MainVisualBlock__text {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 970px;
    padding-top: 50px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .MainVisualBlock__text {
        font-size: 1.5rem;
        padding-top: 30px; } }

.-large .MainVisualBlock__head {
  font-size: 9.3rem; }
.-large .MainVisualBlock__text {
  font-size: 3rem; }

.-small .MainVisualBlock__head {
  font-size: 4.65rem; }
.-small .MainVisualBlock__text {
  font-size: 1.5rem; }

/* _top.scss */
.HighlightBlock {
  margin-right: 5px;
  margin-left: 5px; }
  @media screen and (min-width: 769px) {
    .HighlightBlock {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-left: auto;
      margin-right: auto;
      width: 1000px; } }

.HighlightBlock__img {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 17px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 17px; }
  @media screen and (min-width: 769px) {
    .HighlightBlock__img {
      margin-bottom: 24px;
      padding-bottom: 0;
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 26px;
      text-align: center;
      width: 100%; }
      .HighlightBlock__img > img.pc {
        display: inline;
        width: 100%; } }

.HighlightBlock {
  background-color: #fff;
  margin: -150px auto 0;
  max-width: 925px;
  width: calc( 100% - 60px );
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .HighlightBlock {
      margin: -70px auto 0;
      width: calc( 100% - 40px ); } }
  .HighlightBlock .frame {
    padding: 30px 15px 15px; }
    @media screen and (max-width: 768px) {
      .HighlightBlock .frame {
        padding: 15px 10px 10px; } }
    .HighlightBlock .frame img {
      height: auto;
      width: 100%; }

.-blue .HighlightBlock .frame,
.-black .HighlightBlock .frame {
  background-image: url(../images/frame_border.png), url(../images/frame_border.png), url(../images/frame_border.png), url(../images/frame_border.png);
  background-color: #fff; }

.YouTubeBlock {
  padding: 100px 30px 0;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .YouTubeBlock {
      padding: 50px 20px 0; } }
  .YouTubeBlock iframe {
    height: auto;
    max-width: 920px;
    width: 100%; }

.AboutGPIFBlock {
  background-image: url(../images/about_gpif_image.png);
  background-image: image-set(url(../images/about_gpif_image.png) 1x, url(../images/about_gpif_image@2x.png) 2x);
  background-position: right 20px;
  background-repeat: no-repeat;
  background-size: calc( 100% - 380px ) auto;
  margin: 130px auto 0;
  max-width: 925px;
  padding-bottom: 130px;
  width: calc( 100% - 60px ); }
  @media screen and (max-width: 768px) {
    .AboutGPIFBlock {
      background: none;
      margin: 50px auto 0;
      padding-bottom: 50px;
      width: calc( 100% - 40px ); } }
  .AboutGPIFBlock__image {
    display: none;
    padding-top: 30px; }
    @media screen and (max-width: 768px) {
      .AboutGPIFBlock__image {
        display: inline-block; } }
    .AboutGPIFBlock__image img {
      height: auto;
      width: 100%; }
  .AboutGPIFBlock__content {
    display: flex;
    justify-content: space-between;
    padding-top: 50px; }
    @media screen and (max-width: 768px) {
      .AboutGPIFBlock__content {
        flex-wrap: wrap;
        padding-top: 0; } }
  .AboutGPIFBlock__list {
    background-color: #fff;
    text-align: center;
    width: calc( 100% / 3 - 25px ); }
    @media screen and (max-width: 768px) {
      .AboutGPIFBlock__list {
        margin-top: 30px;
        text-align: left;
        width: 100%; } }
    .AboutGPIFBlock__list .frame {
      box-sizing: border-box;
      height: 100%;
      padding: 20px 30px 100px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .AboutGPIFBlock__list .frame {
          padding: 10px 30px 30px; } }
    .AboutGPIFBlock__list__icon {
      display: inline-block;
      text-align: center;
      width: 100%; }
      .AboutGPIFBlock__list__icon img {
        height: auto;
        margin: 0 auto;
        width: 83px; }
    .AboutGPIFBlock__list__head {
      color: #2E4F8A;
      font-size: 2.3rem;
      font-weight: 700;
      line-height: 1.7;
      padding-top: 20px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .AboutGPIFBlock__list__head {
          padding-top: 10px; } }
    .AboutGPIFBlock__list__text {
      color: #002C69;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.7;
      padding-top: 30px;
      text-align: justify; }
      @media screen and (max-width: 768px) {
        .AboutGPIFBlock__list__text {
          font-size: 1.2rem;
          padding-top: 10px; } }
    @media screen and (max-width: 768px) {
      .AboutGPIFBlock__list__button {
        position: static;
        margin: 20px auto 0 0;
        text-align: center; } }

.-large .AboutGPIFBlock__list__head {
  font-size: 3.45rem; }
.-large .AboutGPIFBlock__list__text {
  font-size: 2.25rem; }

.-small .AboutGPIFBlock__list__head {
  font-size: 1.73rem; }
.-small .AboutGPIFBlock__list__text {
  font-size: 1.12rem; }

.-blue .AboutGPIFBlock__list__head {
  color: #fff; }
.-blue .AboutGPIFBlock__list__text {
  color: #fff; }

.-yellow .AboutGPIFBlock__list {
  background-color: #ffcb3e; }
  .-yellow .AboutGPIFBlock__list__head {
    color: #000; }
  .-yellow .AboutGPIFBlock__list__text {
    color: #000; }

.-black .AboutGPIFBlock__list__head {
  color: #fff; }
.-black .AboutGPIFBlock__list__text {
  color: #fff; }

.ImportantThreeBlock {
  background-image: url(../images/important_three_image.png);
  background-image: image-set(url(../images/important_three_image.png) 1x, url(../images/important_three_image@2x.png) 2x);
  background-position: right 20px;
  background-repeat: no-repeat;
  background-size: calc( 100% - 390px ) auto;
  margin: 0 auto;
  max-width: 925px;
  padding-bottom: 130px;
  width: calc( 100% - 60px ); }
  @media screen and (max-width: 768px) {
    .ImportantThreeBlock {
      background: none;
      padding-bottom: 50px;
      width: calc( 100% - 40px ); } }
  .ImportantThreeBlock__image {
    display: none;
    padding-top: 30px; }
    @media screen and (max-width: 768px) {
      .ImportantThreeBlock__image {
        display: inline-block; } }
    .ImportantThreeBlock__image img {
      height: auto;
      width: 100%; }
  .ImportantThreeBlock__text {
    color: #002C69;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.7;
    padding-top: 70px;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      .ImportantThreeBlock__text {
        font-size: 1.5rem;
        padding-top: 30px; } }
  .ImportantThreeBlock__list {
    background-color: #fff;
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .ImportantThreeBlock__list {
        margin-top: 20px; } }
    .ImportantThreeBlock__list .frame {
      align-items: center;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      min-height: 105px;
      padding: 15px 25px; }
      @media screen and (max-width: 768px) {
        .ImportantThreeBlock__list .frame {
          flex-wrap: wrap;
          padding: 20px 0; } }
    .ImportantThreeBlock__list__number {
      width: 75px; }
      @media screen and (max-width: 768px) {
        .ImportantThreeBlock__list__number {
          text-align: center;
          width: 100%; } }
      .ImportantThreeBlock__list__number img {
        height: auto;
        width: 50px; }
    .ImportantThreeBlock__list__text {
      color: #002C69;
      font-size: 1.5rem;
      font-weight: 500;
      line-height: 1.7;
      text-align: justify;
      width: calc( 100% - 75px ); }
      @media screen and (max-width: 768px) {
        .ImportantThreeBlock__list__text {
          margin: 0 auto;
          padding-top: 20px;
          width: calc( 100% - 60px ); } }

.-large .ImportantThreeBlock__text {
  font-size: 3rem; }
.-large .ImportantThreeBlock__list__text {
  font-size: 2.25rem; }

.-small .ImportantThreeBlock__text {
  font-size: 1.5rem; }
.-small .ImportantThreeBlock__list__text {
  font-size: 1.13rem; }

.-blue .ImportantThreeBlock__text {
  color: #fff; }
.-blue .ImportantThreeBlock__list__text {
  color: #fff; }

.-yellow .ImportantThreeBlock__text {
  color: #000; }
.-yellow .ImportantThreeBlock__list {
  background-color: #ffcb3e; }
  .-yellow .ImportantThreeBlock__list__text {
    color: #000; }

.-black .ImportantThreeBlock__text {
  color: #fff; }
.-black .ImportantThreeBlock__list__text {
  color: #fff; }

.OperationSystemBlock {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 925px;
  padding-bottom: 130px;
  width: calc( 100% - 60px ); }
  @media screen and (max-width: 768px) {
    .OperationSystemBlock {
      padding-bottom: 50px;
      width: calc( 100% - 40px ); } }
  .OperationSystemBlock__heads {
    width: 416px; }
  .OperationSystemBlock__text {
    color: #002C69;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 1.7;
    margin-right: 0;
    margin-left: auto;
    padding-top: 60px;
    text-align: justify;
    width: calc( 100% - 466px ); }
    @media screen and (max-width: 768px) {
      .OperationSystemBlock__text {
        font-size: 1.5rem;
        padding-top: 20px;
        width: 100%; } }
    .OperationSystemBlock__text span {
      background-image: url(../images/operation_system_text_underline.png);
      background-image: image-set(url(../images/operation_system_text_underline.png) 1x, url(../images/operation_system_text_underline@2x.png) 2x);
      background-position: left bottom;
      background-repeat: repeat-x;
      background-size: 5px;
      font-weight: 900;
      padding-bottom: 4px; }
      @media screen and (max-width: 768px) {
        .OperationSystemBlock__text span {
          background-size: 3px;
          padding-bottom: 2px; } }
  .OperationSystemBlock__content {
    background-color: #fff;
    background-image: url(../images/frame_border.png), url(../images/frame_border.png);
    background-position: 10px 0, 10px 100%;
    background-repeat: no-repeat;
    background-size: calc( 100% - 20px ) 4px, calc( 100% - 20px ) 4px;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 40px 50px 4px;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .OperationSystemBlock__content {
        background-position: 6px 0, 6px 100%;
        background-size: calc( 100% - 12px ) 2px, calc( 100% - 12px ) 2px;
        margin-top: 30px;
        padding: 30px 30px 30px; } }
    .OperationSystemBlock__content__head {
      background-image: url(../images/operation_system_head_underline.png);
      background-image: image-set(url(../images/operation_system_head_underline.png) 1x, url(../images/operation_system_head_underline@2x.png) 2x);
      background-position: center 100%;
      background-repeat: no-repeat;
      background-size: 100% 10px;
      color: #2E4F8A;
      display: inline-block;
      font-size: 3.5rem;
      font-weight: 700;
      letter-spacing: .2em;
      line-height: 1.4;
      padding: 0 5px 15px; }
      @media screen and (max-width: 768px) {
        .OperationSystemBlock__content__head {
          font-size: 2.4rem;
          background-size: 100% 6px; } }
    .OperationSystemBlock__content__text {
      color: #002C69;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.7;
      padding-top: 40px; }
      @media screen and (max-width: 768px) {
        .OperationSystemBlock__content__text {
          font-size: 1.3rem;
          padding-top: 30px;
          text-align: justify; } }
      .OperationSystemBlock__content__text span {
        font-weight: 900; }
    .OperationSystemBlock__content__lists {
      display: flex;
      justify-content: space-between;
      padding-top: 50px; }
      @media screen and (max-width: 768px) {
        .OperationSystemBlock__content__lists {
          flex-wrap: wrap;
          padding-top: 0; } }
    .OperationSystemBlock__content__list {
      background-color: #fff;
      text-align: center;
      width: calc( 100% / 3 - 25px ); }
      @media screen and (max-width: 768px) {
        .OperationSystemBlock__content__list {
          margin-top: 30px;
          width: 100%; } }
      .OperationSystemBlock__content__list .frame {
        background-image: url(../images/frame_border.png), url(../images/frame_border.png), url(../images/frame_border.png);
        background-position: 10px 0, 100% 10px, 0 10px;
        background-repeat: no-repeat;
        background-size: calc( 100% - 20px ) 4px, 4px calc( 100% - 20px ), 4px calc( 100% - 20px );
        box-sizing: border-box;
        height: 100%;
        padding: 20px 30px 100px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .OperationSystemBlock__content__list .frame {
            background-image: url(../images/frame_border.png), url(../images/frame_border.png), url(../images/frame_border.png), url(../images/frame_border.png);
            background-position: 6px 0, 100% 6px, 6px 100%, 0 6px;
            background-repeat: no-repeat;
            background-size: calc( 100% - 12px ) 2px, 2px calc( 100% - 12px ), calc( 100% - 12px ) 2px, 2px calc( 100% - 12px );
            padding: 10px 30px 30px;
            text-align: left; } }
      .OperationSystemBlock__content__list__icon {
        display: inline-block;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .OperationSystemBlock__content__list__icon {
            width: 100%; } }
        .OperationSystemBlock__content__list__icon img {
          height: auto;
          margin: 0 auto;
          width: 83px; }
      .OperationSystemBlock__content__list__head {
        color: #2E4F8A;
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 1.7;
        padding-top: 20px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .OperationSystemBlock__content__list__head {
            padding-top: 10px; } }
        @media screen and (max-width: 320px) {
          .OperationSystemBlock__content__list__head {
            font-size: 2.0rem; } }
      .OperationSystemBlock__content__list__text {
        color: #002C69;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.7;
        padding-top: 30px;
        text-align: justify; }
        @media screen and (max-width: 768px) {
          .OperationSystemBlock__content__list__text {
            font-size: 1.2rem;
            padding-top: 10px; } }
      .OperationSystemBlock__content__list__button {
        position: absolute;
        left: 25px;
        bottom: 30px;
        width: calc( 100% - 50px ); }
        @media screen and (max-width: 768px) {
          .OperationSystemBlock__content__list__button {
            position: static;
            margin: 20px auto 0 0;
            width: auto; } }
    .OperationSystemBlock__content__data {
      padding-top: 50px;
      padding-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .OperationSystemBlock__content__data {
          padding-top: 30px;
          padding-bottom: 0;
          text-align: left; } }
      .OperationSystemBlock__content__data picture {
        display: block;
        text-align: center; }
        .OperationSystemBlock__content__data picture img {
          height: auto;
          margin: 0 auto;
          max-width: 615px;
          width: 100%; }
      .OperationSystemBlock__content__data__button {
        background-color: #002C69;
        border: solid 2px #002C69;
        color: #fff;
        margin: 50px auto 0;
        max-width: 192px;
        position: static;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .OperationSystemBlock__content__data__button {
            margin: 30px auto 0;
            text-align: center;
            width: auto; } }
        .OperationSystemBlock__content__data__button:hover {
          background-color: #fff;
          color: #002C69; }

.-large .OperationSystemBlock__heads {
  width: 606px; }
.-large .OperationSystemBlock__text {
  font-size: 3rem;
  padding-top: 30px;
  width: 100%; }
.-large .OperationSystemBlock__content__head {
  font-size: 5.25rem; }
.-large .OperationSystemBlock__content__text {
  font-size: 2.4rem; }
.-large .OperationSystemBlock__content__list__head {
  font-size: 3.45rem; }
.-large .OperationSystemBlock__content__list__text {
  font-size: 2.25rem; }

.-small .OperationSystemBlock__text {
  font-size: 1.5rem; }
.-small .OperationSystemBlock__content__head {
  font-size: 2.63rem; }
.-small .OperationSystemBlock__content__text {
  font-size: 1.2rem; }
.-small .OperationSystemBlock__content__list__head {
  font-size: 1.73rem; }
.-small .OperationSystemBlock__content__list__text {
  font-size: 1.13rem; }

.-blue .OperationSystemBlock__text {
  color: #fff; }
.-blue .OperationSystemBlock__content {
  background-color: #00387d;
  background-image: url(../images/frame_border-white.png), url(../images/frame_border-white.png); }
  .-blue .OperationSystemBlock__content__head {
    color: #fff; }
  .-blue .OperationSystemBlock__content__text {
    color: #fff; }
  .-blue .OperationSystemBlock__content__list .frame {
    background-image: url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png); }
  .-blue .OperationSystemBlock__content__list__head {
    color: #fff; }
  .-blue .OperationSystemBlock__content__list__text {
    color: #fff; }
  .-blue .OperationSystemBlock__content__data__button {
    background-color: #fff;
    color: #00387d !important; }
    .-blue .OperationSystemBlock__content__data__button:hover {
      background-color: #00387d;
      color: #fff !important; }

.-yellow .OperationSystemBlock__text {
  color: #000; }
.-yellow .OperationSystemBlock__content {
  background-color: #ffcb3e; }
  .-yellow .OperationSystemBlock__content__head {
    color: #000; }
  .-yellow .OperationSystemBlock__content__text {
    color: #000; }
  .-yellow .OperationSystemBlock__content__list {
    background-color: #ffcb3e; }
    .-yellow .OperationSystemBlock__content__list__head {
      color: #000; }
    .-yellow .OperationSystemBlock__content__list__text {
      color: #000; }
  .-yellow .OperationSystemBlock__content__data__button {
    background-color: #000;
    color: #fff !important; }
    .-yellow .OperationSystemBlock__content__data__button:hover {
      background-color: #ffcb3e;
      color: #000 !important; }

.-black .OperationSystemBlock__text {
  color: #fff; }
.-black .OperationSystemBlock__content {
  background-color: #000;
  background-image: url(../images/frame_border-white.png), url(../images/frame_border-white.png); }
  .-black .OperationSystemBlock__content__head {
    color: #fff; }
  .-black .OperationSystemBlock__content__text {
    color: #fff; }
  .-black .OperationSystemBlock__content__list .frame {
    background-image: url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png); }
  .-black .OperationSystemBlock__content__list__head {
    color: #fff; }
  .-black .OperationSystemBlock__content__list__text {
    color: #fff; }
  .-black .OperationSystemBlock__content__data__button {
    background-color: #fff;
    color: #000 !important; }
    .-black .OperationSystemBlock__content__data__button:hover {
      background-color: #000;
      color: #fff !important; }

.MoreAdvancedBlock {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 925px;
  padding-bottom: 130px;
  width: calc( 100% - 60px ); }
  @media screen and (max-width: 768px) {
    .MoreAdvancedBlock {
      padding-bottom: 50px;
      width: calc( 100% - 40px ); } }
  .MoreAdvancedBlock__head span {
    background-color: #daedf5; }
    @media screen and (max-width: 768px) {
      .MoreAdvancedBlock__head span {
        font-size: 2.15rem;
        letter-spacing: .1em; } }
    @media screen and (max-width: 320px) {
      .MoreAdvancedBlock__head span {
        font-size: 1.75rem; } }
  .MoreAdvancedBlock__icons {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .MoreAdvancedBlock__icons {
        flex-wrap: wrap;
        padding-top: 10px; } }
    @media screen and (max-width: 768px) {
      .MoreAdvancedBlock__icons picture {
        padding-top: 20px;
        width: calc( 100% / 3 - 25px ); } }
    @media screen and (max-width: 320px) {
      .MoreAdvancedBlock__icons picture {
        width: calc( 100% / 3 - 20px ); } }
    .MoreAdvancedBlock__icons picture img {
      height: auto;
      width: 100%; }
  .MoreAdvancedBlock__text {
    color: #002C69;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .1em;
    padding-top: 50px;
    text-align: justify;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .MoreAdvancedBlock__text {
        font-size: 1.5rem;
        padding-top: 30px; } }
    .MoreAdvancedBlock__text span {
      background-image: url(../images/more_advanced_text_underline.png);
      background-image: image-set(url(../images/more_advanced_text_underline.png) 1x, url(../images/more_advanced_text_underline@2x.png) 2x);
      background-position: left bottom;
      background-repeat: repeat-x;
      background-size: 5px;
      font-weight: 900;
      overflow: visible;
      padding-bottom: 3px; }
      @media screen and (max-width: 768px) {
        .MoreAdvancedBlock__text span {
          background-size: 3px;
          padding-bottom: 2px; } }
  .MoreAdvancedBlock__button {
    margin: 50px auto 0 0;
    max-width: 192px;
    position: static;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .MoreAdvancedBlock__button {
        margin-top: 30px;
        width: auto; } }
  .MoreAdvancedBlock__youtube {
    padding: 50px 0 0;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .MoreAdvancedBlock__youtube {
        padding: 30px 0 0; } }
    .MoreAdvancedBlock__youtube iframe {
      height: auto;
      max-width: 625px;
      width: 100%; }
  .MoreAdvancedBlock__figure {
    padding: 50px 0 0;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .MoreAdvancedBlock__figure {
        padding: 30px 0 0; } }
    .MoreAdvancedBlock__figure img {
      height: auto;
      max-width: 625px;
      width: 100%; }
  .MoreAdvancedBlock__table {
    padding-top: 30px;
    width: 100%; }
    .MoreAdvancedBlock__table dl {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .MoreAdvancedBlock__table dl {
          margin-top: 10px; } }
      .MoreAdvancedBlock__table dl dt {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-right: 20px;
        min-height: 150px;
        width: 200px; }
        @media screen and (max-width: 768px) {
          .MoreAdvancedBlock__table dl dt {
            margin-right: 10px;
            min-height: 80px;
            width: 100px; } }
      .MoreAdvancedBlock__table dl dd {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        min-height: 150px;
        width: calc( 100% - 200px - 20px ); }
        @media screen and (max-width: 768px) {
          .MoreAdvancedBlock__table dl dd {
            min-height: 80px;
            width: calc( 100% - 100px - 10px ); } }
    .MoreAdvancedBlock__table__label {
      border: solid 1px #2E4F8A;
      border-radius: .7rem;
      padding: 20px 0;
      text-align: center;
      width: 20%; }
      @media screen and (max-width: 768px) {
        .MoreAdvancedBlock__table__label {
          padding: 10px 0; } }
      .MoreAdvancedBlock__table__label p {
        width: 100%; }
        .MoreAdvancedBlock__table__label p:nth-child(1) {
          color: #2E4F8A;
          font-size: 1.5rem;
          font-weight: 700;
          letter-spacing: .1em; }
          .MoreAdvancedBlock__table__label p:nth-child(1) span {
            font-size: 2.5rem;
            font-weight: 700; }
          @media screen and (max-width: 768px) {
            .MoreAdvancedBlock__table__label p:nth-child(1) {
              font-size: 1rem; }
              .MoreAdvancedBlock__table__label p:nth-child(1) span {
                font-size: 1.5rem; } }
        .MoreAdvancedBlock__table__label p:nth-child(2) {
          color: #2E4F8A;
          font-size: 2.5rem;
          font-weight: 700;
          letter-spacing: .1em;
          padding-top: 30px; }
          @media screen and (max-width: 768px) {
            .MoreAdvancedBlock__table__label p:nth-child(2) {
              font-size: 1.5rem;
              padding-top: 15px; } }
    .MoreAdvancedBlock__table__items {
      border: solid 1px #2E4F8A;
      border-radius: .7rem;
      padding: 10px 30px; }
      @media screen and (max-width: 768px) {
        .MoreAdvancedBlock__table__items {
          padding: 0 15px; } }
      .MoreAdvancedBlock__table__items.brand {
        background-color: #38AAE0;
        border: none; }
      .MoreAdvancedBlock__table__items ul li, .MoreAdvancedBlock__table__items p {
        color: #2E4F8A;
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .MoreAdvancedBlock__table__items ul li, .MoreAdvancedBlock__table__items p {
            font-size: 1.2rem; } }
      .MoreAdvancedBlock__table__items p {
        color: #fff; }
    .MoreAdvancedBlock__table__index {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-right: 20px;
      width: 170px; }
      @media screen and (max-width: 768px) {
        .MoreAdvancedBlock__table__index {
          margin-right: 10px;
          width: 85px; } }
      .MoreAdvancedBlock__table__index p {
        align-items: center;
        background-color: #38AAE0;
        border-radius: .7rem;
        box-sizing: border-box;
        color: #fff;
        display: flex;
        font-size: 2.2rem;
        font-weight: 500;
        height: calc( 50% - 20px );
        line-height: 1.7;
        margin-top: 20px;
        padding: 0 20px;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .MoreAdvancedBlock__table__index p {
            font-size: 1.2rem;
            height: calc( 50% - 10px );
            margin-top: 10px;
            padding: 0 10px; } }
    .MoreAdvancedBlock__table__brand {
      box-sizing: border-box;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: calc( 100% - 170px - 20px ); }
      @media screen and (max-width: 768px) {
        .MoreAdvancedBlock__table__brand {
          width: calc( 100% - 85px - 10px ); } }
  .MoreAdvancedBlock__table2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .MoreAdvancedBlock__link {
    padding-top: 50px;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .MoreAdvancedBlock__link {
        padding-top: 30px; } }
    .MoreAdvancedBlock__link__text {
      color: #002C69;
      font-size: 2.1rem;
      font-weight: 500;
      line-height: 1.7;
      letter-spacing: 0.1em;
      padding-top: 50px;
      text-align: justify;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .MoreAdvancedBlock__link__text {
          font-size: 1.5rem;
          padding-top: 30px; } }
      .MoreAdvancedBlock__link__text a {
        color: #38AAE0;
        text-decoration: underline; }
        .MoreAdvancedBlock__link__text a:hover {
          text-decoration: none; }
    .MoreAdvancedBlock__link__back {
      padding-top: 50px;
      text-align: center; }
      .MoreAdvancedBlock__link__back a {
        color: #002C69;
        display: inline-block;
        font-size: 2.1rem;
        font-weight: 500; }
        .MoreAdvancedBlock__link__back a:hover {
          text-decoration: none; }
        @media screen and (max-width: 768px) {
          .MoreAdvancedBlock__link__back a {
            font-size: 1.5rem; } }
    .MoreAdvancedBlock__link__button {
      background-color: #002C69;
      background-image: url(../images/more_advanced_link_icon.png);
      background-image: image-set(url(../images/more_advanced_link_icon.png) 1x, url(../images/more_advanced_link_icon@2x.png) 2x);
      background-position: calc( 100% - 20px ) center;
      background-repeat: no-repeat;
      background-size: 20px;
      box-sizing: border-box;
      color: #fff !important;
      display: inline-block;
      font-size: 1.5rem;
      font-weight: 700;
      margin: 0 auto;
      margin-top: 30px;
      padding: 20px 70px 20px 30px;
      text-decoration: none;
      width: auto; }
      @media screen and (max-width: 768px) {
        .MoreAdvancedBlock__link__button {
          background-position: calc( 100% - 15px ) center;
          background-size: 15px;
          font-size: 1.2rem;
          margin-top: 15px;
          padding: 10px 35px 10px 15px;
          width: 100%; } }

.MoreAdvancedSection {
  padding-top: 70px; }
  @media screen and (max-width: 768px) {
    .MoreAdvancedSection {
      padding-top: 30px; } }
  .MoreAdvancedSection .MoreAdvancedBlock__content {
    background-color: #daedf5;
    background-image: url(../images/frame_border.png), url(../images/frame_border.png);
    background-position: 10px 0, 10px 100%;
    background-repeat: no-repeat;
    background-size: calc( 100% - 20px ) 4px, calc( 100% - 20px ) 4px;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 40px 50px 4px;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .MoreAdvancedSection .MoreAdvancedBlock__content {
        background-position: 6px 0, 6px 100%;
        background-size: calc( 100% - 12px ) 2px, calc( 100% - 12px ) 2px;
        margin-top: 30px;
        padding: 30px 30px 4px; } }
    .MoreAdvancedSection .MoreAdvancedBlock__content__head {
      background-image: url(../images/operation_system_head_underline.png);
      background-image: image-set(url(../images/operation_system_head_underline.png) 1x, url(../images/operation_system_head_underline@2x.png) 2x);
      background-position: center 100%;
      background-repeat: no-repeat;
      background-size: 100% 10px;
      color: #2E4F8A;
      display: inline-block;
      font-size: 3.5rem;
      font-weight: 700;
      letter-spacing: .1em;
      line-height: 1.4;
      margin-top: 70px;
      padding: 0 5px 15px; }
      .MoreAdvancedSection .MoreAdvancedBlock__content__head:nth-child(1) {
        margin-top: 0; }
      .MoreAdvancedSection .MoreAdvancedBlock__content__head.head_1 {
        background-image: url(../images/operation_system_head_underline1.png);
        background-image: image-set(url(../images/operation_system_head_underline1.png) 1x, url(../images/operation_system_head_underline1@2x.png) 2x); }
      .MoreAdvancedSection .MoreAdvancedBlock__content__head.head_2 {
        background-image: url(../images/operation_system_head_underline2.png);
        background-image: image-set(url(../images/operation_system_head_underline2.png) 1x, url(../images/operation_system_head_underline2@2x.png) 2x); }
      .MoreAdvancedSection .MoreAdvancedBlock__content__head.head_3 {
        background-image: url(../images/operation_system_head_underline3.png);
        background-image: image-set(url(../images/operation_system_head_underline3.png) 1x, url(../images/operation_system_head_underline3@2x.png) 2x); }
      @media screen and (max-width: 768px) {
        .MoreAdvancedSection .MoreAdvancedBlock__content__head {
          font-size: 2.4rem;
          background-size: 100% 6px;
          margin-top: 40px; } }
    .MoreAdvancedSection .MoreAdvancedBlock__content__text {
      color: #002C69;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.7;
      padding-top: 40px; }
      @media screen and (max-width: 768px) {
        .MoreAdvancedSection .MoreAdvancedBlock__content__text {
          font-size: 1.3rem;
          padding-top: 30px;
          text-align: left; } }
      .MoreAdvancedSection .MoreAdvancedBlock__content__text span {
        font-weight: 900; }
        .MoreAdvancedSection .MoreAdvancedBlock__content__text span em {
          font-style: normal; }
          @media screen and (max-width: 768px) {
            .MoreAdvancedSection .MoreAdvancedBlock__content__text span em {
              letter-spacing: -.03em; } }
    .MoreAdvancedSection .MoreAdvancedBlock__content__lists {
      display: flex;
      justify-content: space-between;
      padding-top: 50px; }
      @media screen and (max-width: 768px) {
        .MoreAdvancedSection .MoreAdvancedBlock__content__lists {
          flex-wrap: wrap;
          padding-top: 0; } }
    .MoreAdvancedSection .MoreAdvancedBlock__content__list {
      background-color: #fff;
      text-align: center;
      width: calc( 100% / 3 - 25px ); }
      @media screen and (max-width: 768px) {
        .MoreAdvancedSection .MoreAdvancedBlock__content__list {
          margin-top: 30px;
          width: 100%; } }
      .MoreAdvancedSection .MoreAdvancedBlock__content__list .frame {
        background-image: url(../images/frame_border.png), url(../images/frame_border.png), url(../images/frame_border.png);
        background-position: 10px 0, 100% 10px, 0 10px;
        background-repeat: no-repeat;
        background-size: calc( 100% - 20px ) 4px, 4px calc( 100% - 20px ), 4px calc( 100% - 20px );
        box-sizing: border-box;
        height: 100%;
        padding: 20px 30px 100px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .MoreAdvancedSection .MoreAdvancedBlock__content__list .frame {
            background-image: url(../images/frame_border.png), url(../images/frame_border.png), url(../images/frame_border.png), url(../images/frame_border.png);
            background-position: 6px 0, 100% 6px, 6px 100%, 0 6px;
            background-repeat: no-repeat;
            background-size: calc( 100% - 12px ) 2px, 2px calc( 100% - 12px ), calc( 100% - 12px ) 2px, 2px calc( 100% - 12px );
            padding: 10px 30px 30px;
            text-align: left; } }
      .MoreAdvancedSection .MoreAdvancedBlock__content__list__icon {
        display: inline-block;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .MoreAdvancedSection .MoreAdvancedBlock__content__list__icon {
            width: 100%; } }
        .MoreAdvancedSection .MoreAdvancedBlock__content__list__icon img {
          height: auto;
          margin: 0 auto;
          width: 83px; }
      .MoreAdvancedSection .MoreAdvancedBlock__content__list__head {
        color: #2E4F8A;
        font-size: 2.3rem;
        font-weight: 700;
        line-height: 1.7;
        padding-top: 20px;
        text-align: left; }
        @media screen and (max-width: 768px) {
          .MoreAdvancedSection .MoreAdvancedBlock__content__list__head {
            padding-top: 10px; } }
        @media screen and (max-width: 320px) {
          .MoreAdvancedSection .MoreAdvancedBlock__content__list__head {
            font-size: 2.0rem; } }
      .MoreAdvancedSection .MoreAdvancedBlock__content__list__text {
        color: #002C69;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.7;
        padding-top: 30px;
        text-align: justify; }
        @media screen and (max-width: 768px) {
          .MoreAdvancedSection .MoreAdvancedBlock__content__list__text {
            font-size: 1.2rem;
            padding-top: 10px; } }
      .MoreAdvancedSection .MoreAdvancedBlock__content__list__button {
        position: absolute;
        left: 25px;
        bottom: 30px;
        width: calc( 100% - 50px ); }
        @media screen and (max-width: 768px) {
          .MoreAdvancedSection .MoreAdvancedBlock__content__list__button {
            position: static;
            margin: 20px auto 0 0;
            width: auto; } }
    .MoreAdvancedSection .MoreAdvancedBlock__content__data {
      padding-top: 50px;
      padding-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .MoreAdvancedSection .MoreAdvancedBlock__content__data {
          padding-top: 30px;
          padding-bottom: 0;
          text-align: left; } }
      .MoreAdvancedSection .MoreAdvancedBlock__content__data picture {
        display: block;
        text-align: center; }
        .MoreAdvancedSection .MoreAdvancedBlock__content__data picture img {
          height: auto;
          margin: 0 auto;
          max-width: 615px;
          width: 100%; }
      .MoreAdvancedSection .MoreAdvancedBlock__content__data__button {
        background-color: #002C69;
        border: solid 2px #002C69;
        color: #fff;
        margin: 50px auto 0;
        max-width: 192px;
        position: static;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .MoreAdvancedSection .MoreAdvancedBlock__content__data__button {
            margin: 30px auto 0;
            text-align: center;
            width: auto; } }
        .MoreAdvancedSection .MoreAdvancedBlock__content__data__button:hover {
          background-color: #fff;
          color: #002C69; }
  .MoreAdvancedSection .MoreAdvancedBlock__figure {
    display: inline-block;
    padding: 50px 0; }
    @media screen and (max-width: 768px) {
      .MoreAdvancedSection .MoreAdvancedBlock__figure {
        padding: 30px 0; } }
    .MoreAdvancedSection .MoreAdvancedBlock__figure img {
      margin: 0 auto; }

.-large .MoreAdvancedBlock__text {
  font-size: 3rem; }
.-large .MoreAdvancedBlock__table__label p:nth-child(1) {
  font-size: 2.25rem; }
  .-large .MoreAdvancedBlock__table__label p:nth-child(1) span {
    font-size: 3.75rem; }
.-large .MoreAdvancedBlock__table__label p:nth-child(2) {
  font-size: 3.75rem; }
.-large .MoreAdvancedBlock__table__items ul li, .-large .MoreAdvancedBlock__table__items p {
  font-size: 3.3rem; }
.-large .MoreAdvancedBlock__table__index {
  width: 190px; }
  .-large .MoreAdvancedBlock__table__index p {
    font-size: 3.3rem;
    line-height: 1.4;
    padding: 10px 5px; }
.-large .MoreAdvancedBlock__table__brand {
  width: calc( 100% - 190px - 20px ); }
.-large .MoreAdvancedBlock__content__head {
  font-size: 5.25rem; }
.-large .MoreAdvancedBlock__content__text {
  font-size: 2.4rem; }
.-large .MoreAdvancedBlock__link__text {
  font-size: 3.15rem; }
.-large .MoreAdvancedBlock__link__button {
  font-size: 2.25rem; }

.-small .MoreAdvancedBlock__text {
  font-size: 1.5rem; }
.-small .MoreAdvancedBlock__table__label p:nth-child(1) {
  font-size: 1.13rem; }
  .-small .MoreAdvancedBlock__table__label p:nth-child(1) span {
    font-size: 1.88rem; }
.-small .MoreAdvancedBlock__table__label p:nth-child(2) {
  font-size: 1.88rem; }
.-small .MoreAdvancedBlock__table__items ul li, .-small .MoreAdvancedBlock__table__items p {
  font-size: 1.65rem; }
.-small .MoreAdvancedBlock__table__index p {
  font-size: 1.65rem; }
.-small .MoreAdvancedBlock__content__head {
  font-size: 2.625rem; }
.-small .MoreAdvancedBlock__content__text {
  font-size: 1.2rem; }
.-small .MoreAdvancedBlock__link__text {
  font-size: 1.575rem; }
.-small .MoreAdvancedBlock__link__button {
  font-size: 1.13rem; }

.-blue .MoreAdvancedBlock__text {
  color: #fff; }
.-blue .MoreAdvancedBlock__table__label {
  border-color: #fff; }
  .-blue .MoreAdvancedBlock__table__label p:nth-child(1) {
    color: #fff; }
    .-blue .MoreAdvancedBlock__table__label p:nth-child(1) span {
      color: #fff; }
  .-blue .MoreAdvancedBlock__table__label p:nth-child(2) {
    color: #fff; }
.-blue .MoreAdvancedBlock__table__items {
  border-color: #fff; }
  .-blue .MoreAdvancedBlock__table__items ul li, .-blue .MoreAdvancedBlock__table__items p {
    color: #fff; }
.-blue .MoreAdvancedBlock__content {
  background-color: #00387d;
  background-image: url(../images/frame_border-white.png), url(../images/frame_border-white.png); }
  .-blue .MoreAdvancedBlock__content__head {
    color: #fff; }
  .-blue .MoreAdvancedBlock__content__text {
    color: #fff; }
.-blue .MoreAdvancedBlock__link__text {
  color: #fff; }
  .-blue .MoreAdvancedBlock__link__text a {
    color: #38AAE0 !important; }
.-blue .MoreAdvancedBlock__link__button {
  background-color: #fff;
  background-image: url(../images/more_advanced_link_icon-blue.png);
  background-image: image-set(url(../images/more_advanced_link_icon-blue.png) 1x, url(../images/more_advanced_link_icon-blue@2x.png) 2x);
  color: #00387d !important; }

.-yellow .MoreAdvancedBlock__text {
  color: #000; }
.-yellow .MoreAdvancedBlock__table__label p:nth-child(1) {
  color: #000; }
.-yellow .MoreAdvancedBlock__table__label p:nth-child(2) {
  color: #000; }
.-yellow .MoreAdvancedBlock__table__items ul li, .-yellow .MoreAdvancedBlock__table__items p {
  color: #000; }
.-yellow .MoreAdvancedBlock__table__items.brand ul li, .-yellow .MoreAdvancedBlock__table__items.brand p {
  color: #fff; }
.-yellow .MoreAdvancedBlock__content {
  background-color: #ffcb3e; }
  .-yellow .MoreAdvancedBlock__content__head {
    color: #000; }
  .-yellow .MoreAdvancedBlock__content__text {
    color: #000; }
.-yellow .MoreAdvancedBlock__link__text {
  color: #000; }
  .-yellow .MoreAdvancedBlock__link__text a {
    color: #38AAE0 !important; }
.-yellow .MoreAdvancedBlock__link__button {
  background-color: #000; }

.-black .MoreAdvancedBlock__text {
  color: #fff; }
.-black .MoreAdvancedBlock__table__label {
  border-color: #fff; }
  .-black .MoreAdvancedBlock__table__label p:nth-child(1) {
    color: #fff; }
    .-black .MoreAdvancedBlock__table__label p:nth-child(1) span {
      color: #fff; }
  .-black .MoreAdvancedBlock__table__label p:nth-child(2) {
    color: #fff; }
.-black .MoreAdvancedBlock__table__items {
  border-color: #fff; }
  .-black .MoreAdvancedBlock__table__items ul li, .-black .MoreAdvancedBlock__table__items p {
    color: #fff; }
.-black .MoreAdvancedBlock__content {
  background-color: #000;
  background-image: url(../images/frame_border-white.png), url(../images/frame_border-white.png); }
  .-black .MoreAdvancedBlock__content__head {
    color: #fff; }
  .-black .MoreAdvancedBlock__content__text {
    color: #fff; }
.-black .MoreAdvancedBlock__link__text {
  color: #fff; }
  .-black .MoreAdvancedBlock__link__text a {
    color: #38AAE0 !important; }
.-black .MoreAdvancedBlock__link__button {
  background-color: #fff;
  background-image: url(../images/more_advanced_link_icon-blue.png);
  background-image: image-set(url(../images/more_advanced_link_icon-blue.png) 1x, url(../images/more_advanced_link_icon-blue@2x.png) 2x);
  color: #00387d !important; }

html {
  overflow-x: hidden;
  height: 100vh; }

body {
  height: 100vh;
  position: relative; }

.modal {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 100vh;
  justify-content: center;
  position: fixed;
  left: 0;
  top: -200%;
  width: 100%;
  z-index: 3; }
  .modal.-open {
    display: flex;
    animation-name: fadein;
    animation-duration: .6s;
    animation-timing-function: ease-out;
    animation-delay: .6s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
    top: 0; }
  .modal__bg {
    background: #002c69;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1; }
  .modal__inner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    margin: 0 auto;
    padding: 0 0 50px;
    width: 100%; }
  .modal__slider {
    width: 100%; }
  .modal .swiper-wrapper {
    height: 100vh;
    text-align: center;
    width: 100%; }
  .modal .swiper-slide {
    box-sizing: border-box;
    height: 100vh;
    margin: 0 auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto !important;
    padding: 0 30px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .modal .swiper-slide {
        padding: 0 20px; } }
    .modal .swiper-slide__bg {
      cursor: pointer;
      height: 100vh;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      z-index: -1; }
  .modal__title, .modal__content, .modal__prevnext {
    background-image: url(../images/transparent.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  .modal__title {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    margin: 50px auto 0;
    max-width: 1000px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .modal__title {
        margin: 30px auto 0; } }
  .modal__label {
    border: solid 2px #fff;
    border-right: none;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: .1em;
    justify-content: flex-start;
    padding: 15px 10px 15px 25px;
    position: relative;
    white-space: nowrap; }
    @media screen and (max-width: 768px) {
      .modal__label {
        border-width: 1px;
        font-size: 1.2rem;
        padding: 10px 0 10px 10px; } }
    .modal__label:nth-child(2) {
      border-left: none;
      padding-left: 50px; }
      @media screen and (max-width: 768px) {
        .modal__label:nth-child(2) {
          padding-left: 30px; } }
    .modal__label span {
      background-image: url(../images/triangle_border-toright.png);
      background-image: image-set(url(../images/triangle_border-toright.png) 1x, url(../images/triangle_border-toright@2x.png) 2x);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: cover;
      display: inline-block;
      height: calc( 100% + 4px );
      position: absolute;
      top: -2px;
      right: -34px;
      width: 36px; }
      @media screen and (max-width: 768px) {
        .modal__label span {
          height: calc( 100% + 2px );
          top: -1px;
          right: -20px;
          width: 20px; } }
  .modal__head {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.7;
    padding-left: 60px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .modal__head {
        font-size: 1.6rem;
        padding-left: 30px; } }
  .modal__content {
    margin: 30px auto 0;
    max-width: 1000px;
    width: 100%; }
    .modal__content .frame {
      background-image: url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png);
      padding: 30px 25px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .modal__content .frame {
          padding: 20px 15px; } }
  .modal__text {
    color: #fff;
    font-size: 2.0rem;
    line-height: 1.7;
    margin-top: 15px;
    margin-bottom: 40px;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      .modal__text {
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 15px; } }
    .modal__text span {
      font-weight: 700; }
  .modal__figure {
    display: inline-block;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .modal__figure.pc {
        display: none; } }
    .modal__figure.sp {
      display: none; }
      @media screen and (max-width: 768px) {
        .modal__figure.sp {
          display: inline-block; } }
    .modal__figure img {
      height: auto;
      width: 100%; }
    .modal__figure iframe {
      border: none;
      width: 100%; }
    .modal__figure p {
      color: #fff;
      font-size: 0.7rem;
      font-weight: 300;
      line-height: 1.7;
      padding-top: 10px;
      text-align: justify; }
  .modal__figure_text {
    color: #fff;
    font-size: 1rem;
    line-height: 1.7;
    padding-top: 15px;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      .modal__figure_text {
        padding-top: 5px; } }
  .modal__link {
    background-image: url(../images/modal_link_icon.png);
    background-image: image-set(url(../images/modal_link_icon.png) 1x, url(../images/modal_link_icon@2x.png) 2x);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 26px;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    line-height: 30px;
    margin-top: 25px;
    min-height: 30px;
    padding-right: 50px;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      .modal__link {
        background-size: 20px;
        font-size: 1.5rem;
        line-height: 29px;
        margin-top: 15px;
        padding-right: 30px; } }
  .modal__prevnext {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto 0;
    max-width: 1000px;
    width: 100%; }
  .modal__prev, .modal__next {
    display: flex;
    height: 48px;
    justify-content: flex-end;
    margin: 30px 0 0 auto;
    padding-right: 28px;
    text-decoration: none;
    width: calc( 100% / 2 - 20px ); }
    @media screen and (max-width: 1024px) {
      .modal__prev, .modal__next {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .modal__prev, .modal__next {
        margin-top: 15px;
        padding-right: 20px; } }
    .modal__prev__head, .modal__next__head {
      align-items: center;
      border: solid 1px #fff;
      box-sizing: border-box;
      color: #fff;
      display: flex;
      font-size: 1.5rem;
      font-weight: 700;
      height: 48px;
      justify-content: flex-end;
      padding: 8px 18px;
      width: calc( 100% - 163px ); }
      .modal__prev__head p, .modal__next__head p {
        line-height: 1.4;
        text-align: left; }
      @media screen and (max-width: 768px) {
        .modal__prev__head, .modal__next__head {
          font-size: 1.2rem;
          height: 35px;
          padding: 0 10px;
          width: calc( 100% - 95px ); } }
    .modal__prev__label, .modal__next__label {
      align-items: center;
      background-color: #fff;
      color: #2E4F8A;
      display: flex;
      height: 48px;
      justify-content: flex-start;
      font-size: 2rem;
      font-weight: 700;
      letter-spacing: .1em;
      padding: 0 5px 0 15px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .modal__prev__label, .modal__next__label {
          font-size: 1.1rem;
          height: 35px;
          padding: 10px 0 10px 10px; } }
      .modal__prev__label span, .modal__next__label span {
        background-image: url(../images/triangle_fill-toright.png);
        background-image: image-set(url(../images/triangle_fill-toright.png) 1x, url(../images/triangle_fill-toright@2x.png) 2x);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: cover;
        display: inline-block;
        height: 100%;
        position: absolute;
        top: 0;
        right: -27px;
        width: 28px; }
        @media screen and (max-width: 768px) {
          .modal__prev__label span, .modal__next__label span {
            right: -20px;
            width: 20px; } }
  .modal__prev {
    justify-content: flex-start;
    margin: 30px auto 0 0;
    padding-right: 0;
    padding-left: 28px; }
    @media screen and (max-width: 768px) {
      .modal__prev {
        margin-top: 15px;
        padding-left: 20px; } }
    .modal__prev__head {
      justify-content: flex-start; }
      .modal__prev__head p {
        text-align: left; }
    .modal__prev__label {
      padding: 0 15px 0 5px; }
      @media screen and (max-width: 768px) {
        .modal__prev__label {
          padding: 10px 10px 10px 0; } }
      .modal__prev__label span {
        background-image: url(../images/triangle_fill-toleft.png);
        background-image: image-set(url(../images/triangle_fill-toleft.png) 1x, url(../images/triangle_fill-toleft@2x.png) 2x);
        background-position: left center;
        right: auto;
        left: -27px; }
        @media screen and (max-width: 768px) {
          .modal__prev__label span {
            left: -20px; } }
  .modal__close {
    cursor: pointer;
    padding-top: 30px;
    text-align: center;
    width: 100%; }
    .modal__close p {
      background-image: url(../images/modal_close_icon.png);
      background-image: image-set(url(../images/modal_close_icon.png) 1x, url(../images/modal_close_icon@2x.png) 2x);
      background-position: right center;
      background-repeat: no-repeat;
      background-size: 20px;
      color: #fff;
      display: inline-block;
      font-size: 1.8rem;
      font-weight: 700;
      line-height: 20px;
      margin: 30px auto 50px;
      padding-right: 40px;
      text-decoration: none; }
    @media screen and (max-width: 768px) {
      .modal__close {
        padding: 0 0 100px; } }

.modal_figure {
  position: relative; }
  .modal_figure img {
    width: auto; }

.swiper-slide .modal__content .modal__figure {
  position: relative; }
  .swiper-slide .modal__content .modal__figure__touch {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    left: calc( 100% / 2 - 47.5px );
    top: calc( 100% / 2 - 47.5px );
    height: 95px;
    width: 95px; }
    .swiper-slide .modal__content .modal__figure__touch img {
      height: 95px;
      width: 95px; }
  .swiper-slide .modal__content .modal__figure iframe {
    height: 250px; }

.AboutGPIFModal1 .modal__content .modal__figure iframe {
  height: 245px; }

.about_gpif_modal1_figure img {
  height: 235px; }

.AboutGPIFModal2 .modal__content .modal__figure iframe {
  height: 382px; }

.about_gpif_modal2_figure img {
  height: 372px; }

.AboutGPIFModal3 .modal__content .modal__figure iframe {
  height: 512px; }

.about_gpif_modal3_figure img {
  height: 502px; }

.OperationSystemModal1 .modal__content .modal__figure iframe {
  height: 257px; }

.operation_system_modal1_figure img {
  height: 247px; }

.OperationSystemModal2 .modal__content .modal__figure iframe {
  height: 296px; }

.operation_system_modal2_figure img {
  height: 286px; }

.OperationSystemModal3 .modal__content .modal__figure iframe {
  height: 329px; }

.operation_system_modal3_figure img {
  height: 319px; }

.OperationSystemModal1 .modal__prevnext .modal__prev__head,
.OperationSystemModal1 .modal__prevnext .modal__next__head,
.OperationSystemModal2 .modal__prevnext .modal__prev__head,
.OperationSystemModal2 .modal__prevnext .modal__next__head,
.OperationSystemModal3 .modal__prevnext .modal__prev__head,
.OperationSystemModal3 .modal__prevnext .modal__next__head {
  width: calc( 100% - 196px ); }
  @media screen and (max-width: 768px) {
    .OperationSystemModal1 .modal__prevnext .modal__prev__head,
    .OperationSystemModal1 .modal__prevnext .modal__next__head,
    .OperationSystemModal2 .modal__prevnext .modal__prev__head,
    .OperationSystemModal2 .modal__prevnext .modal__next__head,
    .OperationSystemModal3 .modal__prevnext .modal__prev__head,
    .OperationSystemModal3 .modal__prevnext .modal__next__head {
      width: calc( 100% - 107px ); } }
.OperationSystemModal1 .modal__head span,
.OperationSystemModal2 .modal__head span,
.OperationSystemModal3 .modal__head span {
  display: block;
  font-size: 2.0rem;
  font-weight: 700; }
  @media screen and (max-width: 768px) {
    .OperationSystemModal1 .modal__head span,
    .OperationSystemModal2 .modal__head span,
    .OperationSystemModal3 .modal__head span {
      font-size: 1.2rem; } }
@media screen and (max-width: 768px) {
  .OperationSystemModal1 .modal__title,
  .OperationSystemModal2 .modal__title,
  .OperationSystemModal3 .modal__title {
    flex-wrap: wrap; }
  .OperationSystemModal1 .modal__head,
  .OperationSystemModal2 .modal__head,
  .OperationSystemModal3 .modal__head {
    padding-top: 10px;
    padding-left: 0;
    width: 100%; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.-large .modal__label {
  font-size: 3.75rem; }
  .-large .modal__label span {
    height: calc( 100% + 4px );
    right: -40px;
    width: 40px; }
.-large .modal__head {
  font-size: 3.75rem; }
.-large .modal__text {
  font-size: 3.5rem; }
.-large .modal__figure p {
  font-size: 1.85rem; }
.-large .modal__link {
  font-size: 3.5rem; }
.-large .modal__prev, .-large .modal__next {
  height: 90px;
  padding-right: 51px;
  width: 100%; }
  .-large .modal__prev__head, .-large .modal__next__head {
    font-size: 3rem;
    height: 90px;
    width: calc( 100% - 270px ); }
  .-large .modal__prev__label, .-large .modal__next__label {
    font-size: 3.5rem;
    height: 90px; }
    .-large .modal__prev__label span, .-large .modal__next__label span {
      right: -51px;
      width: 51px; }
.-large .modal__prev {
  padding-right: 0;
  padding-left: 51px; }
  .-large .modal__prev__label span {
    left: -51px; }
.-large .modal__close a {
  font-size: 2.7rem; }
.-large .OperationSystemModal1 .modal__prevnext .modal__next__head,
.-large .OperationSystemModal1 .modal__prevnext .modal__prev__head,
.-large .OperationSystemModal2 .modal__prevnext .modal__next__head,
.-large .OperationSystemModal2 .modal__prevnext .modal__prev__head,
.-large .OperationSystemModal3 .modal__prevnext .modal__next__head,
.-large .OperationSystemModal3 .modal__prevnext .modal__prev__head {
  width: calc( 100% - 335px ); }

.-small .modal__label {
  font-size: 1.88rem; }
.-small .modal__head {
  font-size: 1.88rem; }
.-small .modal__text {
  font-size: 1.5rem; }
.-small .modal__figure p {
  font-size: 0.92rem; }
.-small .modal__link {
  font-size: 1.5rem; }
.-small .modal__prev__head, .-small .modal__next__head {
  font-size: 1.13rem; }
.-small .modal__prev__label, .-small .modal__next__label {
  font-size: 1.5rem; }
.-small .modal__close a {
  font-size: 1.35rem; }

.-blue .modal__content .frame {
  background: none;
  background-image: url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png);
  background-position: 10px 0, 100% 10px, 10px 100%, 0 10px;
  background-repeat: no-repeat;
  background-size: calc( 100% - 20px ) 4px, 4px calc( 100% - 20px ), calc( 100% - 20px ) 4px, 4px calc( 100% - 20px ); }
  @media screen and (max-width: 768px) {
    .-blue .modal__content .frame {
      background-position: 6px 0, 100% 6px, 6px 100%, 0 6px;
      background-repeat: no-repeat;
      background-size: calc( 100% - 12px ) 2px, 2px calc( 100% - 12px ), calc( 100% - 12px ) 2px, 2px calc( 100% - 12px ); } }

.-yellow .modal__bg {
  background: rgba(255, 203, 62, 0.95); }
.-yellow .modal__content .frame {
  background-image: url(../images/frame_border.png), url(../images/frame_border.png), url(../images/frame_border.png), url(../images/frame_border.png); }
.-yellow .modal__label {
  border-color: #002C69;
  color: #002C69; }
  .-yellow .modal__label span {
    background-image: url(../images/triangle_border-toright-blue.png);
    background-image: image-set(url(../images/triangle_border-toright-blue.png) 1x, url(../images/triangle_border-toright-blue@2x.png) 2x); }
.-yellow .modal__head {
  color: #002C69; }
.-yellow .modal__text {
  color: #002C69; }
.-yellow .modal__figure p {
  color: #002C69; }
.-yellow .modal__figure_text {
  color: #002C69; }
.-yellow .modal__link {
  background-image: url(../images/modal_link_icon-blue.png);
  background-image: image-set(url(../images/modal_link_icon-blue.png) 1x, url(../images/modal_link_icon-blue@2x.png) 2x);
  color: #002C69 !important; }
.-yellow .modal__prev__head, .-yellow .modal__next__head {
  border-color: #002C69;
  color: #002C69; }
.-yellow .modal__prev__label, .-yellow .modal__next__label {
  background-color: #002C69;
  color: #fff; }
  .-yellow .modal__prev__label span, .-yellow .modal__next__label span {
    background-image: url(../images/triangle_fill-toright-blue.png);
    background-image: image-set(url(../images/triangle_fill-toright-blue.png) 1x, url(../images/triangle_fill-toright-blue@2x.png) 2x); }
.-yellow .modal__prev__label span {
  background-image: url(../images/triangle_fill-toleft-blue.png);
  background-image: image-set(url(../images/triangle_fill-toleft-blue.png) 1x, url(../images/triangle_fill-toleft-blue@2x.png) 2x); }
.-yellow .modal__close a {
  background-image: url(../images/modal_close_icon-blue.png);
  background-image: image-set(url(../images/modal_close_icon-blue.png) 1x, url(../images/modal_close_icon-blue@2x.png) 2x);
  color: #002C69 !important; }

.-black .modal__bg {
  background-color: rgba(0, 0, 0, 0.95); }
.-black .modal__content .frame {
  background: none;
  background-image: url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png), url(../images/frame_border-white.png);
  background-position: 10px 0, 100% 10px, 10px 100%, 0 10px;
  background-repeat: no-repeat;
  background-size: calc( 100% - 20px ) 4px, 4px calc( 100% - 20px ), calc( 100% - 20px ) 4px, 4px calc( 100% - 20px ); }
  @media screen and (max-width: 768px) {
    .-black .modal__content .frame {
      background-position: 6px 0, 100% 6px, 6px 100%, 0 6px;
      background-repeat: no-repeat;
      background-size: calc( 100% - 12px ) 2px, 2px calc( 100% - 12px ), calc( 100% - 12px ) 2px, 2px calc( 100% - 12px ); } }
