@charset "UTF-8";
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: 'Noto Sans JP', 'YuGothic', 'Yu Gothic', Hiragino Sans, 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif; }

body {
  margin: 0px;
  padding: 0px; }

a.noborder,
a.noborder:link,
a.noborder:hover,
a.noborder:active,
a.noborder:visited,
img {
  border: 0;
  vertical-align: bottom; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

p {
  text-align: left;
  color: #444;
  line-height: 1.85; }

#wrapper {
  width: 100%;
  min-width: 1000px; }

#contents {
  width: 100%;
  overflow: hidden; }

#header {
  width: 1000px;
  margin: auto;
  position: relative;
  padding-bottom: 80px; }
  #header .pr {
    position: absolute;
    right: 10px;
    top: 10px; }
  #header .wrap {
    padding: 50px 0 0 50px; }
    #header .wrap h1 {
      margin-bottom: 30px; }
      #header .wrap h1 img {
        width: 455px; }
    #header .wrap .profile {
      display: inline-block;
      margin-right: .5em; }
      #header .wrap .profile img {
        width: 110px;
        margin-right: 1em; }
      #header .wrap .profile p {
        font-size: 10px;
        margin-top: 10px;
        line-height: 1.6; }
        #header .wrap .profile p span {
          font-size: 12px;
          padding-right: .5em; }
    #header .wrap .lead {
      width: 450px;
      font-size: 14px;
      margin-bottom: 50px; }
  #header .pc {
    position: absolute;
    right: 50px;
    top: 0;
    width: 600px;
    z-index: -1; }

.section {
  padding: 50px 0 0;
  width: 100%;
  position: relative; }
  .section:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: '';
    z-index: -4;
    background-color: #002656; }
  .section .text-wrap {
    width: 1000px;
    margin: auto;
    position: relative;
    z-index: 1; }
    .section .text-wrap p {
      color: #fff;
      width: 800px;
      margin: auto;
      padding-bottom: 1.5em;
      font-size: 15px;
      line-height: 1.85; }
    .section .text-wrap .photo img {
      display: block; }
    .section .text-wrap .right {
      float: right;
      margin: 0 0 1.5em 1.5em; }
    .section .text-wrap .left {
      float: left;
      margin: 0 1.5em 1.5em 0; }
    .section .text-wrap img {
      display: block;
      margin: auto; }
    .section .text-wrap h2 {
      text-align: center;
      margin-bottom: 40px; }
      .section .text-wrap h2 span {
        position: relative;
        padding: 15px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: inline-block; }
        .section .text-wrap h2 span::before, .section .text-wrap h2 span::after {
          position: absolute;
          top: 0;
          content: '';
          width: 20px;
          height: 100%;
          border-top: 1px solid #fff;
          border-bottom: 1px solid #fff;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        .section .text-wrap h2 span::before {
          left: 0;
          border-left: 1px solid #fff; }
        .section .text-wrap h2 span::after {
          right: 0;
          border-right: 1px solid #fff; }
  .section.top, .section.bottom {
    background-color: #002656;
    overflow: hidden; }
  .section.gray:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 800px;
    margin: 30% -30% 0;
    background: #011931;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(-20deg);
    z-index: 0; }
  .section.blue:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    margin: 0 -10% 0;
    background: #002656;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(-3deg);
    z-index: -1; }

#btm {
  padding: 50px 0;
  background-color: #002656; }
  #btm .wrap {
    width: 500px;
    margin: auto;
    position: relative; }
  #btm a {
    display: inline-block;
    width: 240px;
    height: 50px;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    float: left;
    box-sizing: border-box;
    background-color: #fff;
    font-weight: 700;
    padding: 1em 0;
    transition: .5s;
    color: #444; }
    #btm a.orng {
      background-color: #ef9447;
      color: #fff;
      float: right; }
    #btm a:hover {
      opacity: .7; }

#footer {
  width: 100%;
  box-sizing: border-box;
  min-width: 1000px;
  background-color: #000;
  text-align: center;
  padding: 20px 0 30px 0; }
  #footer a {
    display: block;
    margin: 0 auto 10px; }
  #footer p {
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    color: #fff; }

.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s ease; }
  .fade.fadein {
    opacity: 1;
    transform: translateY(0); }

.fade-right {
  opacity: 0;
  transform: translateX(20px);
  transition: 1s ease; }
  .fade-right.fadein {
    opacity: 1;
    transform: translateY(0); }

.fade-left {
  opacity: 0;
  transform: translateX(-20px);
  transition: 1s ease; }
  .fade-left.fadein {
    opacity: 1;
    transform: translateY(0); }

.fade-top {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s ease; }
  .fade-top.fadein {
    opacity: 1;
    transform: translateY(0); }

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