.l-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 83px;
  background-color: #00419a;
  color: #ffffff;
  z-index: 10;
}
.l-header_name {
  margin-left: 50px;
}
.l-header_nameJapanese {
  display: flex;
  align-items: baseline;
}
.l-header_nameJapanese small {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
}
.l-header_nameJapanese span {
  font-size: 20px;
}
.l-header_nameEnglish {
  font-size: 10px;
}
.l-header_button {
  display: none;
}
.l-header_navigation {
  min-width: 35%;
}
.l-header_navigationGroup {
  display: flex;
  justify-content: space-around;
  padding-right: 28px;
}
.l-header_navigationLink {
  display: block;
  padding: 10px 12px;
}
.l-header_navigationLink span {
  font-size: 18px;
  font-weight: 700;
}
.l-header_navigationLink small {
  display: flex;
  justify-content: center;
  padding-top: 4px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .l-header {
    display: block;
  }
  .l-header_name {
    height: 83px;
    margin-left: 0px;
    padding-left: 22px;
    padding-top: 22px;
    background-color: #00419a;
  }
  .l-header_nameJapanese small {
    padding-left: 4px;
    padding-right: 4px;
  }
  .l-header_nameEnglish {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: 0.0;
  }
  .l-header_button {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: 20px;
    padding: 8px;
  }
  .l-header_button img {
    width: 33px;
    height: 29px;
  } 
  .l-header_navigation {
    width: 100%;
    color: #00419a;
  }
  .is-hide {
    display: none;
  }
  .is-open {
    display: block;
    background-color: #ffffff;
  }
  .l-header_navigationGroup {
    justify-content: space-between;
    padding: 0 10px;
  }
  .l-header_navigationItem {
    margin-top: 10px;
  }
}

.l-eyecatch {
  position: relative;
  height: 650px;
  padding-top: 83px;
  margin-bottom: 56px;
  background: url(../images/気球TOP.png);
  background-size: cover;
  background-origin: content-box;
}
.l-eycatch_title {
  position: absolute;
  top: 50%;
  left: 5%;
  display: inline-block;
  padding: 41px 47px 44px 44px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5em;
  color: #00419a;
  background-color: rgba(255, 255, 255, 0.95);
}
.l-eyecatch_news {
  position: absolute;
  top: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  color: #ffffff;
  background-color: #00419a;
}
.l-eyecatch_newsLink {
  display: inline;
  width: 100%;
}
.l-eyecatch_news h2 {
  font-size: 16px;
  margin: 0 47px 0 34px;
}
.l-eyecatch_news span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .l-eyecatch {
    height: 437px;
    background-position: center;
  }
  .l-eycatch_title {
    transform: translateX(-50%);
    left: 50%;
    width: 348px;
    margin: auto;
    padding: 25px 54px;
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.7);
  }
}

.l-about {
  margin-top: -83px;
  padding-top: 83px;
}
.l-about h1 {
  margin: 48px 0;
  color: #00419a;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.l-about_purpose {
  position: relative;
  overflow: hidden;
}
.l-about_purposeFirstImage {
  display: block;
  width: 600px;
  margin: 0 -50px 0 auto;
}
.l-about_purposeSecondImage {
  display: block;
  width: 630px;
  margin: -68px 47px 0 auto;
}
.l-about_purposeDescription {
  position: absolute;
  top: 20%;
  padding: 0 70px 0 48px;
  background-color: rgba(255, 255, 255, 0.95);
}
.l-about_purposeDescription h2 {
  margin: 56px 0;
  color: #00419a;
  font-size: 52px;
  font-weight: 700;
}
.l-about_purposeDescription p {
  padding-bottom: 60px;
  font-size: 18px;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .l-about h1 {
    margin: 30px 0;
    font-size: 24px;
  }
  .l-about_purposeFirstImage {
    width: 280px;
    margin-right: 0;
  }
  .l-about_purposeSecondImage {
    width: 260px;
    margin: -68px auto 0 0;
  }
  .l-about_purposeDescription {
    position: static;
    width: 100%;
    padding: 0 10px 0 16px;
  }
  .l-about_purposeDescription h2 {
    margin: 0 0 10px;
    font-size: 22px;
  }
  .l-about_purposeDescription p {
    padding-bottom: 24px;
    font-size: 12px;
  }
}

br.smartphone {
  display: none;
}
.l-about_profile {
  margin: 90px 20% 0;
}
.l-about_profile h2 {
  margin-bottom: 20px;
  color: #00419a;
  font-size: 28px;
  font-weight: 700;
}
.p-table {
  width: 100%;
}
.p-table th {
  padding: 20px 0 20px 17px;
  width: 142px;
  color: #00419a;
  border-bottom: solid 3px #00419a;
  font-size: 16px;
}
.p-table td {
  padding: 20px 0 20px 17px;
  border-bottom: solid 3px #f0f0f0;
  font-size: 16px;
}
.p-table tr:first-child th {
  border-top: solid 3px #00419a;
}
.p-table tr:first-child td {
  border-top: solid 3px #f0f0f0;
}
.l-about_profileContent h3 {
  margin: 50px 0 20px;
  color: #00419a;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
.l-about_profileContentGroup {
  display: flex;
  justify-content: space-between;
}
.l-about_profileContentItem {
  width: 188px;
  height: 243px;
  background-color: #f6f6f6;
}
.l-about_profileContentItem img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 89px;
  margin: 46px 43px 38px 56px;
}
.l-about_profileContentItem:first-child img {
  width: 69px;
  margin: 40px auto 32px;
}
.l-about_profileContentItem:last-child img {
  width: 69px;
  margin: 45px auto 37px;
}
.l-about_profileContentItem span {
  display: block;
  margin: 32px auto 42px;
  font-size: 13px;
  text-align: center;
  line-height: 1.5em;
}
.l-about_profileContent p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5em;
}
.l-about_profileMember h3 {
  margin: 38px 0 16px;
  color: #00419a;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}
.l-about_profileMemberItem {
  display: flex;
  align-items: center;
  padding: 32px 0;
  border-bottom: solid 3px #f6f6f6;
}
.l-about_profileMemberItem:first-child {
  border-top: solid 3px #f6f6f6; 
}
.l-about_profileMemberItem img {
  width: 73px;
  margin: 0 51px 0 33px;
}
.l-about_profileMemberItem span {
  font-size: 19px;
  font-weight: 700;
}
.l-about_profileMemberItem p {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.5em;
}
@media screen and (max-width:767px) {
  br.pc {
    display: none;
  }
  br.smartphone {
    display: inline;
  }
  .l-about_profile {
    margin: 42px 15px 0;
  }
  .l-about_profile h2 {
    margin-bottom: 14px;
    font-size: 17px;
  }
  .p-table th {
    padding: 11px 0 11px 9px;
    width: 24%;
    border-bottom: solid 2px #00419a;
    font-size: 13px;
  }
  .p-table td {
    padding: 11px 0 12px 10px;
    border-bottom: solid 2px #f0f0f0;
    font-size: 12px;
  }
  .p-table tr:first-child th {
    border-top: solid 2px #00419a;
  }
  .p-table tr:first-child td {
    border-top: solid 2px #f0f0f0;
  }
  .l-about_profileContent h3 {
    margin-top: 21px;
    margin-bottom: 16px;
    font-size: 16px;
    text-align: start;
  }
  .l-about_profileContentGroup {
    display: block;
  }
  .l-about_profileContentItem {
    display: flex;
    width: 100%;
    height: 99px;
    margin-bottom: 10px;
    padding: 0;
  }
  .l-about_profileContentItem img {
    width: 48px;
    margin: 28px 15px 28px 25px;
  }
  .l-about_profileContentItem:first-child img {
    width: 39px;
    margin: 23px 26px 24px 23px;
  }
  .l-about_profileContentItem:last-child img {
    width: 38px;
    margin: 28px 26px 28px 24px;
  }
  .l-about_profileContentItem span {
    display: block;
    margin: 33px 0 auto;
    text-align: start;
  }
  .l-about_profileContent p {
    margin-top: 23px;
    font-size: 14px;
  }
  .l-about_profileMember h3 {
    margin: 38px 0 8px;
    font-size: 16px;
    text-align: start;
  }
  .l-about_profileMemberItem {
    align-items: flex-start;
    padding: 0;
    border-bottom: solid 2px #f0f0f0; 
  }
  .l-about_profileMemberItem:first-child {
    border-top: solid 2px #f0f0f0; 
  }
  .l-about_profileMemberItem img {
    width: 39px;
    margin: 37px 29px 37px 21px;
  }
  .l-about_profileMemberItem:first-child img {
    width: 45px;
    margin: 30px 24px 30px 20px;
  }
  .l-about_profileMemberComent {
    margin-top: 24px;
  }
  .l-about_profileMemberItem span {
    font-size: 15px;
  }
  .l-about_profileMemberItem:last-child p {
    margin-top: 8px;
  }
}

.l-about_organization {
  margin: 81px 20% 0;
}
.l-about_organization h2 {
  margin-bottom: 19px;
  color: #00419a;
  font-size: 31px;
  font-weight: 700;
}
.l-about_organizationTable th {
  font-size: 19px;
}
.l-about_organizationTable th small {
  font-size: 16px;
  font-weight: 400;
}
.l-about_organizationTable td {
  line-height: 1.5em;
}
.l-about_organizationTable td small {
  font-size: 12px;
}
.l-about_organizationTable_center {
  display: flex;
  align-items: center;
}
.l-about_organizationAOI {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 67px;
  padding: 19px 22px 18px 18px;
  border: solid 3px #00419a;
}
.l-about_organizationAOI p {
  color: #00419a;
  font-size: 28px;
  font-weight: 700;
}
.l-about_organizationAOI img {
  width: 28px;
}
@media screen and (max-width:767px) {
  .l-about_organization {
    margin: 24px 15px 0;
  }
  .l-about_organization h2 {
    margin-bottom: 12px;
    font-size: 17px;
  }
  .l-about_organizationTable th {
    padding-left: 8px;
    font-size: 14px;
  }
  .l-about_organizationTable th small {
    margin-left: -5px;
    font-size: 10px;
    font-weight: 700;
  }
  .l-about_organizationTable td small {
    font-size: 10px;
  }
  .l-about_organizationTable_vertical {
    flex-direction: column;
    align-items: flex-start;
  }
  .l-about_organizationAOI {
    margin-top: 40px;
    padding: 11px 12px 9px 10px;
    border: solid 2px #00419a;
  }
  .l-about_organizationAOI p {
    font-size: 16px;
  }
  .l-about_organizationAOI img {
    width: 14px;
  }
}

.l-about_operator {
  margin: 63px 20% 0;
}
.l-about_operator h2 {
  color: #00419a;
  font-size: 28px;
  font-weight: 700;
}
.l-about_operatorTable {
  width: 100%;
  margin-top: 47px;
}
.l-about_operatorTable thead {
  border-bottom: solid 3px #00419a;
}
.l-about_operatorTable thead th{
  padding: 0 0 15px 22px;
  color: #00419a;
  font-size: 18px;
}
.l-about_operatorTable thead th:last-child {
  padding-left: 40px;
}
.l-about_operatorTable tr {
  border-bottom: solid 3px #00419a;
}
.l-about_operatorTable th {
  padding: 31px 0 31px 22px;
  font-size: 15px;
  line-height: 1.6em;
}
.l-about_operatorTable td {
  padding: 30px 0 30px 40px;
  font-size: 14px;
  vertical-align: middle;
}
.l-about_operatorTable a {
  text-decoration: underline;
  word-break: break-all;
}
.l-about_operatorTable a:hover {
  text-decoration: none;
  width: 20px;
}
@media screen and (max-width:767px) {
  .l-about_operator {
    margin: 30px 15px 0;
  }
  .l-about_operator h2 {
    font-size: 16px;
  }
  .l-about_operatorTable {
    margin-top: 15px;
    table-layout: fixed;
  }
  .l-about_operatorTable thead th{
    padding: 0 0 8px 9px;
    font-size: 13px;
  }
  .l-about_operatorTable thead {
    border-bottom: solid 3px #00419a;
  }
  .l-about_operatorTable tr {
    border-bottom: solid 3px #00419a;
  }
  .l-about_operatorTable th {
    padding: 15px 0 15px 7px;
    font-size: 12px;
    line-height: 2em;
  }
  .l-about_operatorTable td {
    padding: 15px 0 15px;
    font-size: 11px;
    vertical-align: middle;
  }
}

.l-contact {
  margin: -83px 20% 79px;
  padding-top: 83px;
}
.l-contact h1 {
  margin-top: 72px;
  color: #00419a;
  font-size: 35px;
  font-weight: 700;
  text-align: center; 
}
.l-contact p {
  margin: 23px 0 34px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
}
.l-contact_infomation {
  padding: 35px 35px 37px 31px;
  border: solid 3px #00419a;
}
.l-contact_infomation span {
  display: block;
  font-size: 14px;
  text-align: center;
}
.l-contact_infomationGroup {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  flex-wrap: wrap;
}
.l-contact_infomationItem {
  display: flex;
  justify-content: center;
  width: 171px;
  margin: 8px 4px 0;
  background-color: #00419a;
}
.l-contact_infomationItem img {
  width: 20px;
  margin: 13px auto 13px 13px;
}
.l-contact_infomationItem:first-child img {
  width: 21px;
  margin: 12px auto 13px 13px;
}
.l-contact_infomationItem:last-child img {
  width: 19px;
  margin: 16px auto 16px 12px;
}
.l-contact_infomationItem span {
  display: flex;
  align-items: center;
  margin-right: 16px;
  font-size: 15px;
  color: #ffffff;
}
@media screen and (max-width:767px) {
  .l-contact {
    margin: -83px 15px 40px;
  }
  .l-contact h1 {
    margin-top: 50px;
    font-size: 18px;
  }
  .l-contact p {
    margin: 15px 0 23px;
    font-size: 11px;
    line-height: 2em;
  }
  .l-contact_infomation {
    padding: 30px 19px 24px 20px;
    border: solid 3px #00419a;
  }
  .l-contact_infomation span {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
  }
  .l-contact_infomationGroup {
    display: block;
    margin-top: 23px;
  }
  .l-contact_infomationItem {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
  }
  .l-contact_infomationItem img {
    margin: 13px auto 13px 67px;
  }
  .l-contact_infomationItem:first-child img {
    margin: 12px auto 13px 68px;
  }
  .l-contact_infomationItem:last-child img {
    margin: 16px auto 16px 67px;
  }
  .l-contact_infomationItem span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    font-size: 14px;
  }
}

.l-footer {
  padding: 30px 0;
  background-color: #00419a;
  color: #ffffff;
}
.l-footer small {
  display: flex;
  justify-content: center;
  font-size: 12px;
}

/* Newsページ */
.l-news {
  margin-top: 83px;
  margin-bottom: 48px;
}
.l-news h1 {
  padding: 48px 0;
  color: #00419a;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}
.l-newsGroup {
  padding: 0 48px;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .l-news h1 {
    padding: 30px 0;
    font-size: 24px;
  }
  .l-newsGroup {
    padding: 0 10px;
    font-size: 16px;
  }
}