@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #000; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
}
section h3 {
  font-size: 1.6rem;
  color: #1d2088;
  margin: 40px auto 80px;
}
section h4 { /* mobile　font-size */
  font-size: 1.6rem;
  color: #1d2088;
}
.section-top__message {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto 133px;
  text-align: center;
}
.section-top__message_about-pe{
    margin-bottom: 380px;
}
.section-top__message h2 { /*section title*/
  font-size: 2.5rem;
  color: #1d2088;
  margin: 83px auto 50px;
  position: relative;
}
.section-top__message h2::after { /*section titleの下線*/
  content: '';
  width: 60px;
  height: 2px;
  display: inline-block;
  background-color: #399cce;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
#scroll-top {
  background-color: #999;
  opacity: 0.8;
  bottom: 20px; /*下端から*/
  padding: 10px; /*内側に余白*/
  position: fixed; /*画面の位置固定 */
  right: 30px; /*右端から*/
}
#scroll-top a {
  text-decoration: none; /*テキストの装飾をしない*/
  color: #000;
}
/*header start*/
.header {
  /* max-width:1440px;*/
  height: 83px;
  width: 100%;
  background-color: #399cce;
  position: relative;
  color: #fff;
  padding-right: 10px;
}
.logo1 {
  position: absolute;
  left: 108px;
  top: 30px;
}
.header-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*    padding-right:140px;*/
}
.nav-drawer__title {
  display: none;
}
.header-navigation__menu {
  display: flex;
  justify-content: right;
  font-size: 1.6rem;
  padding-top: 30px;
}
.header-navigation__menu ul {
  width: 100%;
}
.header-navigation__menu li {
  text-align: center;
  margin-left: 20px;
}
.header-navigation__menu a {
  text-decoration: none;
  color: #fff;
}
@media(max-width:800px) {
  .section-top__message {
    max-width: 375px;
    width: 96%;
    margin: 0 auto 133px;
    /*  margin:0 auto;*/
  }
}
/* ハンバーガアイコン start*/
@media(max-width:800px) {
  #nav-drawer {
    padding: 40px 24px 0 0;
    text-align: right;
    position: relative;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 22px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    background-color: #1d2088;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 50%;
    background-color: #fff;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(-120%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
  }
  .nav-drawer__title {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1d2088;
    margin-bottom: 46px;
  }
  .header-navigation__menu {
    display: block;
  }
  .nav-drawer__link-about {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 36px;
    text-align: left;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #1d2088;
  }
  #nav-content ul li a span {
    display: none;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
/* ハンバーガアイコン end*/
/*header end*/
/*footer start*/
.footer {
  /*  max-width:1440px;*/
  height: 251px;
  padding-top: 25px;
  background-color: #399cce;
  font-size: 1.6rem;
  line-height: 28px;
  color: #FFF;
  /*  position: relative;*/
  /* margin:0 auto;*/
}
.footer-wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*  padding-left:140px;*/
}
.logo2 {
  marginn: 0 auto;
  /*  position: absolute;*/
  top: 150px;
}
.footer-wrapper li {
  list-style: none;
  display: flex;
  padding-left: 10px;
}
.footer li a {
  color: #FFF;
  text-decoration: none;
}
/*footer end*/