.topmain {
  height: 600px;
  background: url(../img/bg_main.jpg) no-repeat top center;
  background-size: 100% auto;
  position: relative; }
  @media screen and (max-width: 812px) {
    .topmain {
      height: 250px;
      background-size: cover; } }
  .topmain img {
    position: absolute;
    top: 186px;
    right: 0;
    left: 0;
    margin: auto; }
    .topmain img.img_pc {
      width: 94%;
      max-width: 975px; }
      @media screen and (max-width: 812px) {
        .topmain img.img_pc {
          display: none; } }
    .topmain img.img_sp {
      display: none; }
      @media screen and (max-width: 812px) {
        .topmain img.img_sp {
          display: block;
          width: 80%;
          top: 0;
          bottom: 0; } }

#message {
  position: relative;
  width: 92%;
  max-width: 1200px;
  height: 760px;
  margin: 0 auto;
  background-color: #0056a7;
  margin-top: -178px;
  margin-bottom: 100px; }
  @media screen and (max-width: 812px) {
    #message {
      margin-top: 0;
      width: 100%;
      padding: 30px 4% 40px;
      height: auto; } }
  #message img {
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 600px;
    width: 50%; }
    @media screen and (max-width: 812px) {
      #message img {
        position: static;
        display: block;
        margin-bottom: 15px;
        width: 80%; } }
  #message .txtwrap {
    width: 50%;
    max-width: 510px;
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff; }
    @media screen and (max-width: 812px) {
      #message .txtwrap {
        position: static;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        width: 100%; } }
    #message .txtwrap .ttl01 {
      text-align: left;
      padding-bottom: 35px; }
      @media screen and (max-width: 812px) {
        #message .txtwrap .ttl01 {
          text-align: center; } }
    #message .txtwrap h3 {
      font-size: 2.2rem;
      font-weight: bold;
      padding-bottom: 10px; }
      @media screen and (max-width: 812px) {
        #message .txtwrap h3 {
          text-align: center; } }
    #message .txtwrap .txt {
      line-height: 1.8;
      padding-bottom: 20px; }
      @media screen and (max-width: 812px) {
        #message .txtwrap .txt {
          padding-bottom: 40px; } }
    #message .txtwrap .name {
      font-weight: bold;
      text-align: right;
      line-height: 1.8; }
      #message .txtwrap .name span {
        font-size: 1.8rem; }

.topcontent01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 812px) {
    .topcontent01 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .topcontent01 .ttl01 {
    padding-bottom: 40px;
    text-align: left; }
    @media screen and (max-width: 812px) {
      .topcontent01 .ttl01 {
        padding-bottom: 20px;
        text-align: center; } }
    .topcontent01 .ttl01 .eng {
      font-size: 4.2rem;
      letter-spacing: 2px; }
      @media screen and (max-width: 812px) {
        .topcontent01 .ttl01 .eng {
          font-size: 2.0rem; } }
  .topcontent01 .imgwrap {
    max-width: 550px;
    width: 50%; }
    @media screen and (max-width: 812px) {
      .topcontent01 .imgwrap {
        width: 100%;
        padding-bottom: 15px; } }
    .topcontent01 .imgwrap img {
      max-width: 500px;
      width: 95%; }
      @media screen and (max-width: 812px) {
        .topcontent01 .imgwrap img {
          width: 100%; } }
  .topcontent01 .textwrap {
    max-width: 550px;
    width: 50%; }
    @media screen and (max-width: 812px) {
      .topcontent01 .textwrap {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%; } }
    .topcontent01 .textwrap .txt {
      line-height: 1.8; }

#corporate {
  padding-bottom: 63px; }
  @media screen and (max-width: 812px) {
    #corporate {
      padding-bottom: 30px; } }
  #corporate .imgwrap {
    text-align: right; }

#business {
  padding-bottom: 70px; }
  @media screen and (max-width: 812px) {
    #business {
      padding-bottom: 35px; } }
  #business .subttl {
    font-weight: bold;
    font-size: 1.6rem;
    color: #0056a7;
    padding-bottom: 5px; }
    @media screen and (max-width: 812px) {
      #business .subttl {
        font-size: 1.5rem; } }
  #business .txt {
    padding-bottom: 20px; }

.topcontent02 .ttl01 {
  text-align: center; }

#company {
  padding: 100px 0;
  background-image: url(../img/bg_stripe_blue.png), url(../img/img_company.png);
  background-repeat: repeat , no-repeat;
  background-size: auto , cover; }
  @media screen and (max-width: 812px) {
    #company {
      padding: 50px 0; } }
  #company .ttl01 {
    padding-bottom: 40px; }
    @media screen and (max-width: 812px) {
      #company .ttl01 {
        padding-bottom: 20px; } }

#voice {
  padding: 100px 0;
  background-image: url(../img/bg_stripe_white.png), url(../img/img_voice.jpg);
  background-repeat: repeat , no-repeat;
  background-size: auto , cover; }
  @media screen and (max-width: 812px) {
    #voice {
      padding: 50px 0 40px; } }
  #voice .ttl01 {
    padding-bottom: 75px; }
    @media screen and (max-width: 812px) {
      #voice .ttl01 {
        padding-bottom: 38px; } }
  #voice .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 40px; }
    @media screen and (max-width: 812px) {
      #voice .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 10px; } }
    #voice .list .item {
      width: 32%;
      max-width: 340px;
      background-color: #fff;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 812px) {
        #voice .list .item {
          width: 100%;
          max-width: none;
          margin-bottom: 20px; } }
      #voice .list .item a {
        display: block;
        height: 100%;
        border-bottom: solid 2px #0056a7; }
        @media screen and (max-width: 812px) {
          #voice .list .item a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border-bottom: none; } }
      @media screen and (max-width: 812px) {
        #voice .list .item .img {
          width: 45%;
          background-size: cover;
          background-position: top center;
          background-repeat: no-repeat;
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none; } }
      #voice .list .item .img.voice01 {
        background-image: url(../img/img_voice_03.jpg); }
      #voice .list .item .img.voice02 {
        background-image: url(../img/img_voice_02.jpg); }
      #voice .list .item .img.voice03 {
        background-image: url(../img/img_voice_01.jpg); }
      #voice .list .item .img img {
        width: 100%;
        height: 240px;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center top;
           object-position: center top;
        font-family: 'object-fit: cover; object-position: top;'; }
        @media screen and (max-width: 812px) {
          #voice .list .item .img img {
            display: none; } }
      #voice .list .item .ttl {
        position: absolute;
        top: -20px;
        right: 15px;
        font-size: 3.0rem;
        color: #0056a7;
        font-weight: 900;
        z-index: 2; }
        @media screen and (max-width: 812px) {
          #voice .list .item .ttl {
            display: none; } }
        #voice .list .item .ttl .number {
          font-size: 4.0rem; }
      #voice .list .item .txt {
        padding: 23px 18px;
        background-color: #fff; }
        @media screen and (max-width: 812px) {
          #voice .list .item .txt {
            padding: 15px 10px; } }
        #voice .list .item .txt .detail {
          font-size: 1.2rem;
          color: #666;
          padding-bottom: 15px; }
          @media screen and (max-width: 812px) {
            #voice .list .item .txt .detail {
              font-size: 1rem;
              padding-bottom: 10px; } }
        #voice .list .item .txt .discription {
          font-size: 1.6rem;
          font-weight: bold;
          line-height: 1.8;
          color: #0056a7;
          padding-bottom: 15px; }
          @media screen and (max-width: 812px) {
            #voice .list .item .txt .discription {
              font-size: 1.4rem;
              line-height: 1.5;
              padding-bottom: 10px; } }
        #voice .list .item .txt .name {
          font-size: 1.8rem;
          color: #000; }
          @media screen and (max-width: 812px) {
            #voice .list .item .txt .name {
              font-size: 1.6rem; } }

#qa {
  padding-top: 99px; }
  @media screen and (max-width: 812px) {
    #qa {
      padding-top: 50px; } }
  #qa .ttl01 {
    padding-bottom: 40px; }
    @media screen and (max-width: 812px) {
      #qa .ttl01 {
        padding-bottom: 20px; } }
  #qa .item:not(:last-child) {
    margin-bottom: 30px; }
  #qa .item h3 {
    background-color: #d1e1ef;
    color: #0056a7;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 30px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.8;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 812px) {
      #qa .item h3 {
        font-size: 1.4rem;
        padding: 15px 50px 15px 10px; } }
    #qa .item h3 .question {
      font-size: 2.6rem;
      padding-right: 14px; }
    #qa .item h3 .icon {
      display: block;
      width: 30px;
      height: 30px;
      background-color: #0056a7;
      position: absolute;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-width: 812px) {
        #qa .item h3 .icon {
          right: 10px; } }
      #qa .item h3 .icon:before {
        content: '';
        width: 12px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      #qa .item h3 .icon:after {
        content: '';
        width: 12px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: all .5s ease;
        transition: all .5s ease; }
    #qa .item h3.on .icon:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  #qa .item .txt {
    display: none;
    background-color: #f4f4f4;
    padding: 20px 25px;
    font-size: 1.6rem;
    line-height: 1.8; }
    @media screen and (max-width: 812px) {
      #qa .item .txt {
        padding: 15px 10px;
        font-size: 1.4rem; } }

.table01 {
  border-top: solid 1px #cccccc;
  width: 100%; }
  @media screen and (max-width: 812px) {
    .table01 {
      border-top: none; } }
  .table01 th, .table01 td {
    border-bottom: solid 1px #cccccc;
    padding: 25px 20px;
    vertical-align: middle;
    line-height: 1.8; }
    @media screen and (max-width: 812px) {
      .table01 th, .table01 td {
        display: block;
        border-bottom: none;
        padding: 15px 10px;
        width: 100%; } }
  .table01 th {
    width: 15%;
    max-width: 160px;
    font-weight: bold;
    text-align: center;
    background-color: #f4f4f4; }
    @media screen and (max-width: 812px) {
      .table01 th {
        max-width: none;
        width: 100%; } }

#guideline {
  padding-top: 107px; }
  @media screen and (max-width: 812px) {
    #guideline {
      padding-top: 50px; } }
  #guideline .ttl01 {
    padding-bottom: 45px; }
    @media screen and (max-width: 812px) {
      #guideline .ttl01 {
        padding-bottom: 25px; } }

#photo {
  padding-top: 100px;
  margin-bottom: 40px; }
  @media screen and (max-width: 812px) {
    #photo {
      padding-top: 50px; } }
  #photo .ttl01 {
    padding-bottom: 40px; }
    @media screen and (max-width: 812px) {
      #photo .ttl01 {
        padding-bottom: 20px; } }
  #photo .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #photo .list .item {
      max-width: 340px;
      width: 32%;
      position: relative;
      line-height: 0;
      margin-bottom: 40px;
      overflow: hidden; }
      @media screen and (max-width: 812px) {
        #photo .list .item {
          max-width: none;
          width: 49%;
          overflow: auto;
          margin-bottom: 20px; } }
      #photo .list .item img {
        width: 100%; }
      #photo .list .item .caption {
        width: 100%;
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 15px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #fff;
        background-color: rgba(0, 85, 166, 0.6);
        position: absolute;
        bottom: -40px;
        left: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; }
        @media screen and (max-width: 812px) {
          #photo .list .item .caption {
            position: static;
            line-height: 1em;
            background-color: transparent;
            color: #000;
            padding: 0; } }
      #photo .list .item:hover .caption {
        bottom: 0; }
      #photo .list .item:hover a {
        opacity: 1; }

.fancybox-thumbs__list a:before {
  border: 6px solid #0056a7 !important; }

.fancybox-progress {
  background: #0056a7 !important; }
