@charset "UTF-8";
/* [ load ] */
#header-top {
  border-bottom: none !important;
}

.l-top-section {
  padding: 50px 0 70px;
  border-bottom: 1px dotted #7d7d7d;
}

@media screen and (max-width: 600px) {
  .l-top-section {
    padding: 25px 0 35px;
  }
}
#g-nav {
  margin-top: 0;
}
#g-nav a.nav-top {
  background: #fffd7c !important;
}

#main {
  position: relative;
  height: 600px;
  overflow: hidden;
}
#main-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#main-bg {
  height: 100%;
  width: auto;
}
#main-bg img {
  height: 135%;
  max-width: 1200px;
}
#main-bg video {
  display: none;
}
#main .main-report-btn {
  display: none;
}
#main-content-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
#main-content-text:before {
  display: none;
}
#main-in {
  position: relative;
}
#main h1 {
  font-size: 13px;
  top: 180px;
  left: 0;
  width: 82%;
  line-height: 1.9em;
  position: absolute;
  right: 0;
  margin: auto;
  color: #006bbb;
}
#main h1 span {
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  #main {
    height: 700px;
  }
  #main h1 {
    top: 155px;
    font-size: 29px;
  }
  #main h1 span {
    margin-bottom: 0;
  }
  #main h1 br {
    display: none;
  }
  #main-content-text:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(radial, 0% 50%, 0, 0% 50%, 241, color-stop(1, #006bbb), color-stop(0, #e4e4e4));
    background: -webkit-radial-gradient(0% 50%, circle, #e4e4e4, #006bbb);
    background: -moz-radial-gradient(0% 50%, circle, #e4e4e4, #006bbb);
    background: -o-radial-gradient(0% 50%, circle, #e4e4e4, #006bbb);
    background: -ms-radial-gradient(0% 50%, circle, #e4e4e4, #006bbb);
    background: radial-gradient(circle at 0% 50%, #e4e4e4, #006bbb);
  }
  #main .main-report-btn {
    display: block;
    font-size: 11px;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 420px;
    background: url("../image/report-bg.png") center center no-repeat;
  }
  #main-bg {
    height: 100%;
    width: auto;
  }
  #main-bg img {
    display: none;
  }
  #main-bg video {
    display: block;
    width: 1800px;
    min-width: 100%;
  }
}
.main-news {
  background: rgba(0, 107, 187, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
}
.main-news .col.s12.clearfix {
  display: flex;
}
.main-news .news-item {
  padding: 12.5px 0;
  margin-right: 10px;
}
.main-news .news-item:first-child {
  border-right: 1px #83a6c3 dashed;
  padding-right: 10px;
}
.main-news .news-item:nth-child(3) {
  display: none;
}
.main-news .news-item:last-child {
  margin-left: auto;
}
.main-news h2 {
  font-size: 9px;
  margin: 0;
  line-height: 35px;
}
.main-news time {
  display: block;
  font-size: 10px;
  line-height: 1.2em;
  background: #006bbb;
  width: 35px;
  height: 35px;
  padding: 5px;
  margin: 0;
}
.main-news .news-info, .main-news .news-item-arrow {
  overflow: hidden;
  font-size: 9px;
  margin: 0;
  line-height: 35px;
  height: 35px;
  color: white;
}


.main-news .news-item-arrow {
  width: 40px;
  float: right !important;
  display: block;
  padding-right: 15px;
  background: url("../image/news-more.png") no-repeat right center;
}

@media screen and (min-width: 600px) {
  .main-news .news-item {
    padding: 25px 0;
    margin-right: 15px;
  }
  .main-news .news-item:first-child {
    padding-right: 15px;
  }
  .main-news .news-item:nth-child(3) {
    display: block;
  }
  .main-news h2 {
    font-size: 18px;
    line-height: 50px;
  }
  .main-news time {
    font-size: 14px;
    line-height: 1em;
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .main-news .news-title {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 100px;
    margin: 10px 0;
    background: white;
    color: #006bbb;
    font-size: 12px;
    font-weight: bold;
    font-family: "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
  }
  .main-news .news-info, .main-news .news-item-arrow {
    font-size: 18px;
    margin: 0;
    line-height: 50px;
    height: 50px;
  }
  .main-news .news-item-arrow {
    font-size: 12px;
    width: 50px;
    float: right !important;
    color: white;
    display: block;
    padding-right: 15px;
    background: url("../image/news-more.png") no-repeat right;
  }
}
#mainNav {
  height: auto;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}
#mainNav li {
  border-left: 1px solid #e4e4e4;
}
#mainNav a {
  color: #00036c;
  font-weight: bold;
  font-family: "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
}
#mainNav .row {
  margin: 0;
}

@media screen and (max-width: 992px) {
  #mainNav li:nth-child(1), #mainNav li:nth-child(2) {
    border-bottom: 1px solid #e4e4e4;
  }
}
@media screen and (max-width: 600px) {
  #mainNav li:nth-child(3) {
    border-bottom: 1px solid #e4e4e4;
  }
}
#top-mission h3.l-title {
  margin: 0 0 17px;
  font-size: 12px;
  padding-left: 20px;
  background: url("../image/flag.png") no-repeat left 2px;
}
#top-mission h2.l-title {
  margin: 5px 0;
  line-height: 28px;
}
#top-mission p {
  font-size: 12px;
  line-height: 28px;
}

@media screen and (min-width: 600px) {
  #top-mission h3.l-title {
    margin: 0 0 30px;
    font-size: 18px;
    padding-left: 30px;
    background: url("../image/flag.png") no-repeat left 9px;
  }
  #top-mission h2.l-title {
    font-size: 28px;
    line-height: 55px;
  }
  #top-mission p {
    line-height: 55px;
    font-size: 17px;
  }
}
#top-know {
  background: #fcfcfc;
}
#top-know .top-know-about {
  font-size: 16px;
  line-height: 2.25em;
  margin-bottom: 40px;
}

.top-know-flex {
  display: flex;
}
.top-know-flex .mr {
  margin-right: 2%;
}

.top-know-topics {
  width: 15%;
  font-size: 5px;
  margin: 2% 0 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.top-know-topics .bg-yellow {
  background: #fffd7c;
}
.top-know-topics .writing-rup {
  position: relative;
}
.top-know-topics .writing-slr {
  font-family: "Georgia", Helvetica, Arial, FreeSans, san-serif;
}

h3.top-know-title {
  width: 15%;
  color: #00036c;
  border: 2px solid #00036c;
  padding-top: 5px;
  box-sizing: border-box;
  font-size: 10px;
  text-align: center;
  margin: 0;
}
h3.top-know-title span {
  display: block;
  margin: 5px auto 0;
  font-size: 12px;
  line-height: 1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.top-know-img {
  width: 33%;
}
.top-know-img img {
  vertical-align: middle;
  width: 100%;
}

.top-know-factor {
  box-sizing: content-box;
  width: calc(33% - 20px);
  padding: 10px;
  color: white;
  text-align: left !important;
}
.top-know-factor p {
  font-size: 10px;
  font-weight: bold;
  font-family: "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
  line-height: 1.5em;
  margin: 20px 0 0;
}
.top-know-factor img {
  width: 50%;
  max-width: 110px;
}
.top-know-factor-one {
  background: #00036c;
  background-color: #00036c;
  position: relative;
  text-align: center;
  line-height: 20px;
}
.top-know-factor-one:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #00036c transparent transparent transparent;
  z-index: 0;
}
.top-know-factor-one:after {
  left: 102%;
  bottom: 50%;
  border-width: 9px 0 9px 9px;
  border-color: transparent transparent transparent #00036c;
}
.top-know-factor-two {
  background: #006bbb;
  background-color: #006bbb;
  position: relative;
  text-align: center;
  line-height: 20px;
}
.top-know-factor-two:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #006bbb transparent transparent transparent;
  z-index: 0;
}
.top-know-factor-two:after {
  left: 0;
  bottom: 50%;
  border-width: 9px 9px 9px 0;
  border-color: transparent #006bbb transparent transparent;
}

@media screen and (min-width: 500px) {
  h3.top-know-title span {
    font-size: 16px;
  }

  .top-know-factor p {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) {
  .top-know-factor p {
    font-size: 18px;
  }
}
@media screen and (min-width: 800px) {
  .top-know-flex {
    display: flex;
  }
  .top-know-flex .mr {
    margin-right: 2%;
  }

  h3.top-know-title {
    padding-top: 20px;
    width: 9%;
  }
  h3.top-know-title span {
    font-size: 20px;
  }

  .top-know-topics {
    font-size: 10px;
    width: 9%;
  }

  .top-know-factor {
    width: calc(39% - 80px);
    padding: 40px;
  }
  .top-know-factor p {
    font-size: 24px;
  }

  .top-know-img {
    width: 39%;
  }
}
@media screen and (min-width: 1000px) {
  h3.top-know-title {
    font-size: 14px;
  }
  h3.top-know-title span {
    margin-top: 20px;
    font-size: 28px;
  }

  .top-know-topics {
    font-size: 14px;
  }

  .top-know-factor p {
    font-size: 30px;
  }
}
#top-story h2 {
  padding: 10px 0 60px;
  margin-bottom: 0;
  background: url("../image/darwin.png") no-repeat center bottom;
  background-size: contain;
}
#top-story ol {
  margin: 0;
}
#top-story li {
  display: flex;
  float: right;
  background: -webkit-gradient(radial, 0% 50%, 0, 0% 50%, 241, color-stop(1, #fff), color-stop(0.5, #f4faff), color-stop(0, #fff));
  background: -webkit-radial-gradient(0% 50%, circle, #fff 0%, #f4faff 50%, #fff 100%);
  background: -moz-radial-gradient(0% 50%, circle, #fff 0%, #f4faff 50%, #fff 100%);
  background: -o-radial-gradient(0% 50%, circle, #fff 0%, #f4faff 50%, #fff 100%);
  background: -ms-radial-gradient(0% 50%, circle, #fff 0%, #f4faff 50%, #fff 100%);
  margin-bottom: 4px;
}
#top-story .story-step {
  width: 50px;
  margin-right: 10px;
}
#top-story p {
  font-size: 8px;
  padding: 0;
  margin: 0;
}
#top-story h3 {
  margin: 0;
  width: 50px;
  color: #006bbb;
  font: bold 8px "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
  line-height: 20px;
  background: url("../image/story-line.png") no-repeat 20px center;
}
#top-story li:first-child {
  float: left;
}
#top-story li:nth-child(2) {
  width: calc(100% - 6%);
}
#top-story li:nth-child(3) {
  width: calc(100% - 12%);
}
#top-story li:nth-child(4) {
  width: calc(100% - 18%);
}
#top-story li:nth-child(5) {
  width: calc(100% - 24%);
}

@media screen and (min-width: 600px) {
  #top-story p {
    font-size: 16px;
  }
  #top-story h2 {
    padding: 50px 0 150px;
  }
  #top-story li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 0;
  }
  #top-story li:first-child .story-step img {
    vertical-align: top;
    margin-top: 10px;
  }
  #top-story .story-step {
    width: 100px;
    margin-right: 20px;
  }
  #top-story .story-step img {
    vertical-align: middle;
  }
  #top-story h3 {
    font: bold 26px "Georgia", "FOT-セザンヌ Pro DB", YakuHanJP, Helvetica, Arial, FreeSans, san-serif;
    line-height: 80px;
    padding-left: 0;
    padding-right: 30px;
    width: 130px;
    background: url("../image/story-line.png") no-repeat 90px center;
  }
}
#top-important {
  padding: 140px 0 50px;
  background: url("../image/important-bg.png") no-repeat top center, #f4faff;
  background-size: cover;
}

.top-important-box {
  background: #00036c;
  text-align: center;
  padding: 30px 60px;
  color: white;
}
.top-important-box h2 {
  margin-top: 0;
}
.top-important-box p {
  padding: 20px;
  background: white;
  color: #00036c;
}

@media screen and (max-width: 600px) {
  #top-important {
    padding: 70px 0 25px;
  }

  .top-important-box {
    background: transparent;
    padding: 0;
  }
  .top-important-box h2 {
    color: #00036c;
  }
  .top-important-box p {
    padding: 10px;
    background: #00036c;
    color: white;
    font-size: 12px;
  }
}
#about-view {
  overflow: hidden;
  padding: 50px 0 70px;
  position: relative;
}
#about-view:before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(radial, 0% 50%, 0, 0% 50%, 241, color-stop(1, #006bbb), color-stop(0.48, #166b8c), color-stop(0, #00036c));
  background: -webkit-radial-gradient(0% 50%, circle, #00036c 0%, #166b8c 48%, #006bbb 100%);
  background: -moz-radial-gradient(0% 50%, circle, #00036c 0%, #166b8c 48%, #006bbb 100%);
  background: -o-radial-gradient(0% 50%, circle, #00036c 0%, #166b8c 48%, #006bbb 100%);
  background: -ms-radial-gradient(0% 50%, circle, #00036c 0%, #166b8c 48%, #006bbb 100%);
  background: radial-gradient(circle at 0% 50%, #00036c 0%, #166b8c 48%, #006bbb 100%);
}
#about-view .about-view-bg {
  position: absolute;
  top: 2px;
  width: 100%;
  height: 490px;
  background-size: cover;
}
#about-view .about-view-bg.left {
  right: 53%;
  background: url("../image/viewpoint-bg-left.jpg") top right no-repeat;
}
#about-view .about-view-bg.right {
  left: 47%;
  background: url("../image/viewpoint-bg-right.jpg") top left no-repeat;
}
#about-view .about-view-point {
  padding: 0 20px;
  height: 350px;
  position: relative;
}
#about-view .about-view-point.left {
  padding-right: 30px;
}
#about-view .about-view-point.right {
  padding-left: 30px;
}
#about-view h3 {
  font-size: 24px;
  margin: 30px 0;
  color: #00036c;
}
#about-view span {
  color: #006bbb;
}
#about-view p {
  line-height: 1.875em;
}
#about-view a {
  position: absolute;
  bottom: 0;
  right: 80px;
  padding: 10px 50px 10px 20px;
  background-image: url("../image/news-more.png");
  background-position: 70px center;
  color: white;
  background-repeat: no-repeat;
  background-color: #006bbb;
}

@media screen and (max-width: 600px) {
  #about-view {
    padding: 0;
    background: none;
  }
  #about-view span {
    font-size: 16px;
  }
  #about-view h3 {
    font-size: 16px;
    margin: 20px 0;
  }
  #about-view p {
    font-size: 10px;
  }
  #about-view .about-view-bg {
    display: none;
  }
  #about-view .about-view-point {
    padding: 25px 0.75em 60px !important;
    background: url("../image/viewPoint-bg-col1.png") 100% top/cover repeat;
    width: 100%;
    height: auto;
  }
  #about-view .about-view-point:before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(radial, 0% 50%, 0, 0% 50%, 241, color-stop(1, #006bbb), color-stop(0.48, #166b8c), color-stop(0, #00036c));
    background: -webkit-radial-gradient(0% 50%, circle, #00036c 0%, #166b8c 48%, #006bbb 100%);
    background: -moz-radial-gradient(0% 50%, circle, #00036c 0%, #166b8c 48%, #006bbb 100%);
    background: -o-radial-gradient(0% 50%, circle, #00036c 0%, #166b8c 48%, #006bbb 100%);
    background: -ms-radial-gradient(0% 50%, circle, #00036c 0%, #166b8c 48%, #006bbb 100%);
    background: radial-gradient(circle at 0% 50%, #00036c 0%, #166b8c 48%, #006bbb 100%);
  }
  #about-view .about-view-point.left {
    padding-right: 0;
  }
  #about-view .about-view-point.right {
    padding-left: 0;
  }
  #about-view a {
    font-size: 10px;
    bottom: 20px;
    right: 20px;
    padding: 5px 40px 5px 10px;
    background-position: 50px center;
    background-size: 5px;
  }
}
#contact-link {
  padding: 30px 10px 30px;
}

@media screen and (min-width: 600px) {
  #contact-link {
    display: block;
    padding: 40px 85px 70px;
  }
}
