/* ------------------------------
 width: all
------------------------------ */
header {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: transparent !important;
}
header.scrolled {
  background-color: rgba(22, 54, 99, 0.5) !important;
}

main section.s01 .wrapper {
  position: relative;
}
main section.s01 .wrapper h2 {
  width: 778px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -203px auto 0;
  z-index: 10000;
}
main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .scroll {
  width: 54px;
  display: block;
  position: absolute;
  left: 63px;
  bottom: 20px;
}
main section.s01 .wrapper .scroll img {
  width: 100%;
  display: block;
}
main section.s01 .wrapper .container {
  width: 24px;
  height: 24px;
  position: absolute;
  display: block;
  text-decoration: none;
  color: #000;
  bottom: 100px;
  left: 70px;
}
main section.s01 .wrapper .container:hover {
  opacity: 1;
}
main section.s01 .wrapper .chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
  z-index: 10000;
}
main section.s01 .wrapper .chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}
main section.s01 .wrapper .chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}
main section.s01 .wrapper .chevron:before,
main section.s01 .wrapper .chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
main section.s01 .wrapper .chevron:before {
  left: 0;
  -webkit-transform: skew(0deg, 30deg);
          transform: skew(0deg, 30deg);
}
main section.s01 .wrapper .chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skew(0deg, -30deg);
          transform: skew(0deg, -30deg);
}
@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  67% {
    opacity: 1;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
            transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
main section.s01 .wrapper .text {
  display: block;
  margin-top: 75px;
  margin-left: -40px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 1;
  -webkit-animation: pulse 2s linear alternate infinite;
          animation: pulse 2s linear alternate infinite;
  z-index: 10000;
  position: relative;
}
@-webkit-keyframes pulse {
  to {
    opacity: 1;
  }
}
@keyframes pulse {
  to {
    opacity: 1;
  }
}
main section.s01 .wrapper .sliderbox {
  width: 100%;
  margin: 0 auto;
}
main section.s01 .wrapper .sliderbox .slider {
  width: 100% !important;
  margin: 0 auto;
}
main section.s01 .wrapper .sliderbox .slider .slide {
  overflow: hidden;
  position: relative;
}
main section.s01 .wrapper .sliderbox .slider .slide p {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 10px;
  line-height: 14px;
  z-index: 10000;
}
main section.s01 .wrapper .sliderbox .slider .slide p.black {
  color: #000;
}
main section.s01 .wrapper .sliderbox .slider .slide .photo {
  height: 100vh;
}
main section.s01 .wrapper .sliderbox .slider .slide .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
main section.s01 .wrapper .sliderbox .add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}
main section.s01 .wrapper .sliderbox .slick-dots {
  bottom: 30px;
  text-align: right;
  padding-right: 40px;
}
main section.s01 .wrapper .sliderbox .slick-dots li {
  width: 60px;
  margin: 0;
}
main section.s01 .wrapper .sliderbox .slick-dots li button:before {
  width: 18px;
  height: 18px;
  border-radius: 30px;
  display: block;
  background-color: #fff;
  opacity: 1 !important;
  font-size: 0 !important;
}
main section.s01 .wrapper .sliderbox .slick-dots li.slick-active button:before {
  background-color: #808080;
  opacity: 1 !important;
}
main section.s01 .wrapper .newsbox {
  width: calc(50% + 220px);
  position: absolute;
  bottom: 120px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.77);
  z-index: 100000;
  padding: 15px 0;
}
main section.s01 .wrapper .newsbox dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .newsbox dl dt {
  width: 175px;
  height: 44px;
  border-right: 1px solid #808080;
  text-align: center;
  font-size: 38px;
  line-height: 38px;
  padding-top: 2px;
}
main section.s01 .wrapper .newsbox dl dd {
  width: calc(100% - 175px);
}
main section.s01 .wrapper .newsbox dl dd a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
main section.s01 .wrapper .newsbox dl dd a .date {
  width: 180px;
  color: #0071af;
  font-size: 18px;
  text-align: center;
}
main section.s01 .wrapper .newsbox dl dd a .txt {
  width: calc(100% - 180px);
  color: #333;
  font-size: 18px;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-right: 20px;
}
main section.s02 {
  position: relative;
}
main section.s02 .idpoint {
  position: absolute;
  top: -140px;
  left: 0;
  width: 1px;
  height: 1px;
}
main section.s02 .wrapper .msg01 {
  width: 597px;
  display: block;
  margin-top: 5px;
}
main section.s02 .wrapper .txtbox {
  width: 1200px;
  margin: 70px auto 0;
}
main section.s02 .wrapper .txtbox h3 {
  font-size: 31px;
}
main section.s02 .wrapper .txtbox p {
  font-size: 18px;
  line-height: 50px;
  margin-top: 10px;
}
main section.s03 {
  margin-top: 100px;
}
main section.s03 .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1px 0;
}
main section.s03 .wrapper ul li {
  width: 33.3333333333%;
  background-size: cover;
  background-position: center center;
}
main section.s03 .wrapper ul li.li01 {
  background-image: url(../images/tp0301.jpg);
}
main section.s03 .wrapper ul li.li02 {
  margin-top: 50px;
  background-image: url(../images/tp0302.jpg);
}
main section.s03 .wrapper ul li.li03 {
  margin-top: 100px;
  background-image: url(../images/tp0303.jpg);
}
main section.s03 .wrapper ul li a {
  display: block;
  height: 600px;
  text-decoration: none;
  position: relative;
}
main section.s03 .wrapper ul li a:hover {
  opacity: 1;
}
main section.s03 .wrapper ul li a:hover .txtbox .t01 {
  background-color: #0071af;
  color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s03 .wrapper ul li a .txtbox {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -40px auto 0;
}
main section.s03 .wrapper ul li a .txtbox .t01 {
  font-size: 26px;
  text-align: center;
  color: #333;
  line-height: 26px;
  background-color: #fff;
  width: 262px;
  padding: 15px 0;
  margin: 0 auto;
}
main section.s03 .wrapper ul li a .txtbox .t02 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-top: 7px;
}
main section.s04 {
  margin-top: 40px;
}
main section.s04 .wrapper .dl01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s04 .wrapper .dl01 dt {
  width: calc(50% - 300px);
  height: 393px;
  background-image: url(../images/tp0401.jpg);
  background-size: cover;
  background-position: center center;
}
main section.s04 .wrapper .dl01 dd {
  width: calc(50% + 300px);
  padding-left: 70px;
}
main section.s04 .wrapper .dl01 dd .msg01 {
  width: 755px;
  display: block;
}
main section.s04 .wrapper .dl01 dd h4 {
  font-size: 30px;
  margin-top: 10px;
}
main section.s04 .wrapper .dl01 dd p {
  font-size: 18px;
  line-height: 36px;
  margin-top: 20px;
}
main section.s04 .wrapper .dl02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
main section.s04 .wrapper .dl02 dt {
  width: calc(50% - 75px);
  height: 606px;
  background-image: url(../images/tp0403.jpg);
  background-size: cover;
  background-position: center center;
}
main section.s04 .wrapper .dl02 dd {
  width: calc(50% + 75px);
  padding-left: 80px;
}
main section.s04 .wrapper .dl02 dd .t03 {
  color: #0071af;
  font-size: 30px;
}
main section.s04 .wrapper .dl02 dd .t04 {
  font-size: 20px;
  line-height: 130%;
  margin-top: 5px;
}
main section.s04 .wrapper .dl02 dd .t04 + .t03 {
  margin-top: 40px;
}
main section.s06 {
  margin-top: 100px;
}
main section.s06 .msg_en {
  width: 1000px;
  display: block;
}
main section.s06 .wrapper {
  width: 1200px;
  margin: 30px auto 0;
}
main section.s06 .wrapper h5 {
  font-size: 36px;
  font-weight: bold;
  color: #0071af;
}
main section.s06 .wrapper .t01 {
  font-size: 18px;
  line-height: 38px;
  margin-top: 60px;
}
main section.s06 .wrapper .t02 {
  background-color: #0071af;
  width: 152px;
  line-height: 18px;
  font-size: 18px;
  padding: 8px 0;
  text-align: center;
  color: #fff;
  margin-top: 18px;
}
main section.s06 .wrapper .t03 {
  font-size: 18px;
  line-height: 38px;
  margin-top: 10px;
  padding-left: 15px;
}
main section.s06 .wrapper .t04 {
  font-size: 23px;
  line-height: 38px;
  color: #0071af;
  margin-top: 30px;
}
main section.s06 .wrapper .tablebox {
  margin-top: 30px;
}
main section.s06 .wrapper .tablebox table {
  width: 100%;
}
main section.s06 .wrapper .tablebox table tr:first-child th {
  text-align: center;
}
main section.s06 .wrapper .tablebox table tr:first-child th:nth-child(1) {
  width: 215px;
  background-color: #fff;
  border: none;
}
main section.s06 .wrapper .tablebox table tr:first-child th:nth-child(2) {
  width: 400px;
}
main section.s06 .wrapper .tablebox table tr:first-child th:nth-child(3) {
  width: 195px;
}
main section.s06 .wrapper .tablebox table tr:first-child th:nth-child(4) {
  width: 195px;
}
main section.s06 .wrapper .tablebox table tr:first-child th:nth-child(5) {
  width: 195px;
}
main section.s06 .wrapper .tablebox table tr td,
main section.s06 .wrapper .tablebox table tr th {
  font-size: 18px;
  line-height: 150%;
  border: 1px solid #bfbfbf;
  vertical-align: top;
  padding: 17px 30px;
}
main section.s06 .wrapper .tablebox table tr td.tac,
main section.s06 .wrapper .tablebox table tr th.tac {
  text-align: center;
}
main section.s06 .wrapper .tablebox table tr th {
  background-color: #0071af;
  color: #fff;
  vertical-align: top;
}
main section.s05 {
  margin-top: 100px;
  background-color: #7d98ce;
  padding: 100px 0 130px;
}
main section.s05 .wrapper {
  width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #8c8c8c;
  padding: 120px 120px 100px;
}
main section.s05 .wrapper h5 {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
}
main section.s05 .wrapper h5 img {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  margin-top: -67px;
}
main section.s05 .wrapper ul {
  margin-top: 30px;
}
main section.s05 .wrapper ul li {
  border-bottom: 1px solid #7d98ce;
  padding: 40px 0;
}
main section.s05 .wrapper ul li:last-child {
  border: none;
  padding-bottom: 0;
}
main section.s05 .wrapper ul li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s05 .wrapper ul li dl dt {
  width: 292px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s05 .wrapper ul li dl dt img {
  width: 100%;
  display: block;
}
main section.s05 .wrapper ul li dl dd {
  width: calc(100% - 292px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 60px;
}
main section.s05 .wrapper ul li dl dd .t01 {
  font-size: 28px;
}
main section.s05 .wrapper ul li dl dd .t02 {
  font-size: 14px;
  line-height: 200%;
  margin-top: 10px;
}
main section.s05 .btn01 {
  width: 375px;
  display: block;
  margin: 70px auto 0;
}
main section.s05 .btn01 img {
  width: 100%;
  display: block;
}

footer {
  margin-top: 0;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 .wrapper {
    position: relative;
  }
  main section.s01 .wrapper h2 {
    width: 335px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -90px auto 0;
    z-index: 100000;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .scroll {
    width: 54px;
    display: block;
    position: absolute;
    left: 63px;
    bottom: 20px;
  }
  main section.s01 .wrapper .scroll img {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .container {
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    text-decoration: none;
    color: #000;
    bottom: 100px;
    left: 70px;
  }
  main section.s01 .wrapper .container:hover {
    opacity: 1;
  }
  main section.s01 .wrapper .container {
    width: 24px;
    height: 24px;
    bottom: 80px;
    left: 20px;
    position: absolute;
    display: block;
    text-decoration: none;
  }
  main section.s01 .wrapper .container:hover {
    opacity: 1;
  }
  main section.s01 .wrapper .chevron {
    position: absolute;
    width: 20px;
    height: 5px;
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
            transform: scale3d(0.5, 0.5, 0.5);
    -webkit-animation: move 3s ease-out infinite;
            animation: move 3s ease-out infinite;
  }
  main section.s01 .wrapper .chevron:first-child {
    -webkit-animation: move 3s ease-out 1s infinite;
            animation: move 3s ease-out 1s infinite;
  }
  main section.s01 .wrapper .chevron:nth-child(2) {
    -webkit-animation: move 3s ease-out 2s infinite;
            animation: move 3s ease-out 2s infinite;
  }
  main section.s01 .wrapper .chevron:before,
  main section.s01 .wrapper .chevron:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
  }
  main section.s01 .wrapper .chevron:before {
    left: 0;
    -webkit-transform: skew(0deg, 30deg);
            transform: skew(0deg, 30deg);
  }
  main section.s01 .wrapper .chevron:after {
    right: 0;
    width: 50%;
    -webkit-transform: skew(0deg, -30deg);
            transform: skew(0deg, -30deg);
  }
  @-webkit-keyframes move {
    25% {
      opacity: 1;
    }
    33% {
      opacity: 1;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
    }
    67% {
      opacity: 1;
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
              transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  @keyframes move {
    25% {
      opacity: 1;
    }
    33% {
      opacity: 1;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
    }
    67% {
      opacity: 1;
      -webkit-transform: translateY(40px);
              transform: translateY(40px);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
              transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
  }
  main section.s01 .wrapper .text {
    display: block;
    margin-top: 65px;
    margin-left: -10px;
    font-size: 10px;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-animation: pulse 2s linear alternate infinite;
            animation: pulse 2s linear alternate infinite;
    text-align: center;
  }
  main section.s01 .wrapper .text span {
    overflow: hidden;
    display: inline-block;
    width: 1px;
    height: 1px;
  }
  @-webkit-keyframes pulse {
    to {
      opacity: 1;
    }
  }
  @keyframes pulse {
    to {
      opacity: 1;
    }
  }
  main section.s01 .wrapper .sliderbox {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper .sliderbox .slider {
    width: 100% !important;
    margin: 0 auto;
  }
  main section.s01 .wrapper .sliderbox .slider .slide {
    overflow: hidden;
    position: relative;
  }
  main section.s01 .wrapper .sliderbox .slider .slide p {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 10px;
    line-height: 14px;
    z-index: 10000;
  }
  main section.s01 .wrapper .sliderbox .slider .slide p.black {
    color: #000;
  }
  main section.s01 .wrapper .sliderbox .slider .slide .photo {
    height: 100vh;
    height: 100dvh;
  }
  main section.s01 .wrapper .sliderbox .slider .slide .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
  @-webkit-keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
  }
  @keyframes zoomUp {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      -webkit-transform: scale(1.15);
              transform: scale(1.15);
    }
  }
  main section.s01 .wrapper .sliderbox .add-animation {
    -webkit-animation: zoomUp 10s linear 0s normal both;
            animation: zoomUp 10s linear 0s normal both;
  }
  main section.s01 .wrapper .sliderbox .slick-dots {
    bottom: 30px;
    text-align: right;
    padding-right: 40px;
  }
  main section.s01 .wrapper .sliderbox .slick-dots li {
    width: 60px;
    margin: 0;
  }
  main section.s01 .wrapper .sliderbox .slick-dots li button:before {
    width: 18px;
    height: 18px;
    border-radius: 30px;
    display: block;
    background-color: #fff;
    opacity: 1 !important;
    font-size: 0 !important;
  }
  main section.s01 .wrapper .sliderbox .slick-dots li.slick-active button:before {
    background-color: #808080;
    opacity: 1 !important;
  }
  main section.s01 .wrapper .newsbox {
    width: calc(100% - 70px);
    position: absolute;
    bottom: 40px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.77);
    z-index: 100000;
    padding: 10px 0;
  }
  main section.s01 .wrapper .newsbox dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s01 .wrapper .newsbox dl dt {
    width: 80px;
    height: 20px;
    border-right: 1px solid #808080;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    padding-top: 2px;
  }
  main section.s01 .wrapper .newsbox dl dd {
    width: calc(100% - 80px);
  }
  main section.s01 .wrapper .newsbox dl dd a {
    display: block;
    padding-left: 10px;
  }
  main section.s01 .wrapper .newsbox dl dd a .date {
    width: 100%;
    color: #0071af;
    font-size: 12px;
    line-height: 12px;
    text-align: left;
    padding-top: 1px;
  }
  main section.s01 .wrapper .newsbox dl dd a .txt {
    width: 100%;
    color: #333;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-right: 10px;
    margin-top: 5px;
  }
  main section.s02 {
    position: relative;
  }
  main section.s02 .idpoint {
    position: absolute;
    top: -55px;
    left: 0;
    width: 1px;
    height: 1px;
  }
  main section.s02 .wrapper .msg01 {
    width: 335px;
    display: block;
    margin-top: 5px;
  }
  main section.s02 .wrapper .txtbox {
    width: 100%;
    padding: 0 20px;
    margin: 30px auto 0;
  }
  main section.s02 .wrapper .txtbox h3 {
    font-size: 20px;
  }
  main section.s02 .wrapper .txtbox p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 6px;
  }
  main section.s03 {
    margin-top: 50px;
  }
  main section.s03 .wrapper ul {
    display: block;
    padding: 1px 0;
  }
  main section.s03 .wrapper ul li {
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin: 0 !important;
  }
  main section.s03 .wrapper ul li.li01 {
    background-image: url(../images/tp0301.jpg);
  }
  main section.s03 .wrapper ul li.li02 {
    margin-top: 50px;
    background-image: url(../images/tp0302.jpg);
  }
  main section.s03 .wrapper ul li.li03 {
    margin-top: 100px;
    background-image: url(../images/tp0303.jpg);
  }
  main section.s03 .wrapper ul li a {
    display: block;
    height: 150px;
    text-decoration: none;
    position: relative;
  }
  main section.s03 .wrapper ul li a:hover {
    opacity: 1;
  }
  main section.s03 .wrapper ul li a:hover .txtbox .t01 {
    background-color: #0071af;
    color: #fff;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s03 .wrapper ul li a .txtbox {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -20px auto 0;
  }
  main section.s03 .wrapper ul li a .txtbox .t01 {
    font-size: 18px;
    text-align: center;
    color: #333;
    line-height: 18px;
    background-color: #fff;
    width: 200px;
    padding: 12px 0;
    margin: 0 auto;
  }
  main section.s03 .wrapper ul li a .txtbox .t02 {
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 7px;
  }
  main section.s04 {
    margin-top: 50px;
  }
  main section.s04 .wrapper .dl01 {
    display: block;
  }
  main section.s04 .wrapper .dl01 dt {
    width: 100%;
    height: auto;
    background-image: none;
    padding: 0 20px;
  }
  main section.s04 .wrapper .dl01 dt img {
    width: 100%;
  }
  main section.s04 .wrapper .dl01 dd {
    width: 100%;
    padding: 30px 20px;
  }
  main section.s04 .wrapper .dl01 dd .msg01 {
    width: 335px;
    max-width: 100%;
    display: block;
  }
  main section.s04 .wrapper .dl01 dd h4 {
    font-size: 20px;
    margin-top: 5px;
  }
  main section.s04 .wrapper .dl01 dd p {
    font-size: 14px;
    line-height: 27px;
    margin-top: 25px;
  }
  main section.s04 .wrapper .dl02 {
    display: block;
    margin-top: 20px;
    padding: 0 20px;
  }
  main section.s04 .wrapper .dl02 dt {
    width: 100%;
    height: auto;
    background-image: none;
  }
  main section.s04 .wrapper .dl02 dt img {
    width: 100%;
  }
  main section.s04 .wrapper .dl02 dd {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  main section.s04 .wrapper .dl02 dd .t03 {
    color: #0071af;
    font-size: 20px;
  }
  main section.s04 .wrapper .dl02 dd .t04 {
    font-size: 14px;
    line-height: 190%;
    margin-top: 5px;
  }
  main section.s04 .wrapper .dl02 dd .t04 + .t03 {
    margin-top: 20px;
  }
  main section.s06 {
    margin-top: 50px;
  }
  main section.s06 .msg_en {
    width: 340px;
    display: block;
  }
  main section.s06 .wrapper {
    width: 100%;
    padding: 0 20px;
    margin: 15px auto 0;
  }
  main section.s06 .wrapper h5 {
    font-size: 24px;
    font-weight: bold;
    color: #0071af;
  }
  main section.s06 .wrapper .t01 {
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
  }
  main section.s06 .wrapper .t02 {
    background-color: #0071af;
    width: 120px;
    line-height: 14px;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    margin-top: 20px;
  }
  main section.s06 .wrapper .t03 {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    padding-left: 15px;
  }
  main section.s06 .wrapper .t04 {
    font-size: 18px;
    line-height: 38px;
    color: #0071af;
    margin-top: 20px;
  }
  main section.s06 .wrapper .tablebox {
    margin-top: 20px;
  }
  main section.s06 .wrapper .tablebox table {
    width: 100%;
  }
  main section.s06 .wrapper .tablebox table tr:first-child th {
    text-align: center;
    vertical-align: middle;
  }
  main section.s06 .wrapper .tablebox table tr:first-child th:nth-child(1) {
    width: 90px;
    background-color: #fff;
    border: none;
  }
  main section.s06 .wrapper .tablebox table tr:first-child th:nth-child(2) {
    width: auto;
  }
  main section.s06 .wrapper .tablebox table tr:first-child th:nth-child(3) {
    width: 50px;
    padding: 10px 0;
  }
  main section.s06 .wrapper .tablebox table tr:first-child th:nth-child(4) {
    width: 50px;
    padding: 10px 0;
  }
  main section.s06 .wrapper .tablebox table tr:first-child th:nth-child(5) {
    width: 50px;
    padding: 10px 0;
  }
  main section.s06 .wrapper .tablebox table tr td,
  main section.s06 .wrapper .tablebox table tr th {
    font-size: 13px;
    line-height: 150%;
    border: 1px solid #bfbfbf;
    vertical-align: top;
    padding: 10px 10px;
  }
  main section.s06 .wrapper .tablebox table tr td.tac,
  main section.s06 .wrapper .tablebox table tr th.tac {
    text-align: center;
  }
  main section.s06 .wrapper .tablebox table tr th {
    background-color: #0071af;
    color: #fff;
    vertical-align: top;
  }
  main section.s05 {
    margin-top: 50px;
    background-color: #7d98ce;
    padding: 50px 20px 70px;
  }
  main section.s05 .wrapper {
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 6px;
    border: 1px solid #8c8c8c;
    padding: 50px 20px 50px;
  }
  main section.s05 .wrapper h5 {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }
  main section.s05 .wrapper h5 img {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    margin-top: -27px;
  }
  main section.s05 .wrapper ul {
    margin-top: 30px;
  }
  main section.s05 .wrapper ul li {
    border-bottom: 1px solid #7d98ce;
    padding: 15px 0;
  }
  main section.s05 .wrapper ul li:last-child {
    border: none;
    padding-bottom: 0;
  }
  main section.s05 .wrapper ul li dl {
    display: block;
  }
  main section.s05 .wrapper ul li dl dt {
    width: 200px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }
  main section.s05 .wrapper ul li dl dt img {
    width: 100%;
    display: block;
  }
  main section.s05 .wrapper ul li dl dd {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0px;
    margin-top: 10px;
  }
  main section.s05 .wrapper ul li dl dd .t01 {
    font-size: 20px;
  }
  main section.s05 .wrapper ul li dl dd .t02 {
    font-size: 14px;
    line-height: 170%;
    margin-top: 5px;
  }
  main section.s05 .btn01 {
    width: 275px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s05 .btn01 img {
    width: 100%;
    display: block;
  }
  footer {
    margin-top: 0;
  }
}