@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------
******************************************************************************
** base
******************************************************************************
----------------------------------------------------------------------------*/
html {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  min-height: 100vh;
}

.wrap {
  border-top: 10px solid #374C80;
}

/*----------------------------------------------------------------------------
******************************************************************************
** header
******************************************************************************
----------------------------------------------------------------------------*/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  padding-right: 10px;
  padding-left: 10px;
}
header .head {
  display: flex;
  align-items: center;
}
header .head img {
  width: 80px;
}
header .title {
  margin-left: 10px;
}
header .title h1 {
  font-size: 1.8em;
}
header .title h1 a {
  display: block;
  color: #000;
  text-decoration: none;
  line-height: 1;
}
header .title h1 a span {
  display: block;
}
header .title h1 a span:first-child {
  font-size: 0.8em;
  line-height: 0.8;
}
header .title h1 a span:last-child {
  font-size: 0.6em;
}
header .title p {
  font-size: 1.3em;
  margin-top: -8px;
}
header .contact {
  font-size: 1.2em;
  font-weight: bold;
  text-align: right;
}
header .contact p {
  margin-bottom: 5px;
}
header .contact .contact_info {
  font-size: 1.1rem;
}
header .contact .contact_info a {
  display: block;
  margin-top: 0.5em;
}
header .contact .contact_info a:visited, header .contact .contact_info a:link {
  line-height: 1;
  text-decoration: none;
  color: #000;
}
header .contact .contact_info a span {
  font-size: 0.8em;
}
header .contact .contact_info .tel::before,
header .contact .contact_info .mail::before {
  font-family: FontAwesome;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 0.7em;
}
header .contact .contact_info .tel::before {
  content: "\f095";
}
header .contact .contact_info .mail::before {
  content: "\f0e0";
}

/*----------------------------------------------------------------------------
******************************************************************************
** global nav
******************************************************************************
----------------------------------------------------------------------------*/
nav, .nav_ft {
  background-color: #374C80;
}
nav ul, .nav_ft ul {
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 4px 0;
}
nav ul li, .nav_ft ul li {
  position: relative;
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  border-left: 1px solid #fff;
}
nav ul li:nth-last-child(1), .nav_ft ul li:nth-last-child(1) {
  border-right: 1px solid #fff;
}
nav ul li a, .nav_ft ul li a {
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 10px 0;
  text-align: center;
  font-size: 1.3em;
  transition: all 0.3s;
  line-height: 1.2;
}
nav ul li a:visited, nav ul li a:link, .nav_ft ul li a:visited, .nav_ft ul li a:link {
  color: #fff;
  text-decoration: none;
}
nav ul li a:hover, .nav_ft ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
nav ul li:hover .sub-menu, .nav_ft ul li:hover .sub-menu {
  display: block;
  animation: nav_active 1s ease 0s 1 alternate;
}
nav ul li .sub-menu, .nav_ft ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  transition: All 0.5s ease;
}
nav ul li .sub-menu > li, .nav_ft ul li .sub-menu > li {
  position: relative;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
nav ul li .sub-menu > li > a, .nav_ft ul li .sub-menu > li > a {
  background-color: #374C80;
  color: #fff;
  display: block;
  padding: 10px;
  font-size: 1.1em;
  text-decoration: none;
}
nav ul li .sub-menu > li > a:hover, .nav_ft ul li .sub-menu > li > a:hover {
  background-color: #374C80;
  opacity: 0.8;
}
nav ul li .sub-menu > li.current a, .nav_ft ul li .sub-menu > li.current a {
  background-color: #374C80;
  opacity: 0.8;
}

.nav_ft ul li a {
  font-size: 0.8em;
}

@keyframes nav_active {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*----------------------------------------------------------------------------
******************************************************************************
** main image
******************************************************************************
----------------------------------------------------------------------------*/
.main_img img {
  width: 100%;
}

/*----------------------------------------------------------------------------
******************************************************************************
** index
******************************************************************************
----------------------------------------------------------------------------*/
.main {
  display: flex;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
}
.main .main_area {
  width: 70%;
  margin-bottom: 70px;
  padding-right: 15px;
}
.main .main_area .about_area .about {
  position: relative;
}
.main .main_area .about_area .about h2 {
  position: absolute;
  width: 150px;
  height: 160px;
  text-align: center;
  background: #374C80;
  top: -120px;
  color: #fff;
  padding-top: 110px;
  font-size: 1.4em;
  letter-spacing: 1px;
}
.main .main_area .about_area .about .waku {
  border: 10px solid #dddddd;
  padding: 40px 30px;
  font-size: 1.3em;
  margin: 60px 0 50px 40px;
}
.main .main_area .about_area .about p {
  padding: 5px 0;
}
.main .main_area .link_list {
  margin-bottom: 20px;
}
.main .main_area .link_list img {
  width: 100%;
  height: 100%;
}
.main .news_area {
  width: 30%;
  padding-left: 15px;
}
.main .news_area h2 {
  margin-top: 50px;
  font-size: 1.6em;
  border-bottom: 6px solid #374C80;
}
.main .news_area .news_list {
  margin-bottom: 30px;
}
.main .news_area .news_list .news_box {
  border-bottom: 1px dotted #374C80;
  padding: 20px 5px 20px 5px;
  font-size: 1.1em;
}
.main .news_area .news_list .news_box time::before {
  font-family: FontAwesome;
  content: "\f017";
  font-size: 0.8em;
  margin-right: 2px;
}
.main .news_area .news_list .news_box .news_title {
  padding: 5px 10px;
}
.main .news_area .news_more {
  width: 80%;
  margin: 0 auto 20px;
}
.main .news_area .news_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  background: #374C80;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: all 0.5s ease;
}
.main .news_area .news_more a:hover {
  background-color: #374C80;
  opacity: 0.8;
}

/*----------------------------------------------------------------------------
******************************************************************************
** page
******************************************************************************
----------------------------------------------------------------------------*/
.page .main_area {
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
}
.page .main_area h1 {
  padding: 20px 0;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
.page .main_area h2 {
  margin: 20px 0 10px;
  padding-left: 8px;
  font-size: 1.4em;
  border-bottom: 1px dotted #374C80;
  border-left: 4px solid #374C80;
  letter-spacing: 1px;
}
.page .main_area h3 {
  margin: 20px 0 10px;
  padding-left: 8px;
  font-size: 1.3em;
  border-left: 3px solid #444;
  letter-spacing: 1px;
}
.page .main_area h4 {
  position: relative;
  margin: 20px 0 10px;
  padding-left: 25px;
  font-size: 1.2em;
  letter-spacing: 1px;
}
.page .main_area h4::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: #666;
}
.page .main_area p {
  padding-top: 5px;
  font-size: 1.1em;
  line-height: 2;
}

/*----------------------------------------------------------------------------
******************************************************************************
** news archive
******************************************************************************
----------------------------------------------------------------------------*/
.news_list .news_box {
  border-bottom: 1px dotted #374C80;
  padding: 20px 5px 20px 5px;
  font-size: 1.1em;
}
.news_list .news_box time::before {
  font-family: FontAwesome;
  content: "\f017";
  font-size: 0.8em;
  margin-right: 2px;
}
.news_list .news_box .news_title {
  padding: 5px 10px;
}

/*----------------------------------------------------------------------------
******************************************************************************
** pager
******************************************************************************
----------------------------------------------------------------------------*/
.pager {
  margin: 40px 0;
}
.pager .pager_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pager .pager_list .page-numbers {
  border: 1px solid #374C80;
  border-radius: 5px;
  color: #374C80 !important;
  display: block;
  font-size: 1rem;
  margin: 0 2px;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  width: 2.4rem;
  transition: all 0.5s ease;
}
.pager .pager_list .page-numbers:not(.dots):hover, .pager .pager_list .page-numbers.current {
  background: #374C80;
  color: #FFF !important;
}
.pager .pager_list .page-numbers.dots {
  border-color: #374C80;
}

/*----------------------------------------------------------------------------
******************************************************************************
** footer
******************************************************************************
----------------------------------------------------------------------------*/
footer {
  height: 60px;
  margin-top: auto;
  background: #374C80;
}
footer p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  text-align: center;
}

/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** SPスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 579px) {
  header {
    display: block;
    margin: 10px;
  }
  header .head {
    width: calc(100% - 18vw);
    margin-bottom: 10px;
  }
  header .head img {
    width: 40px;
  }
  header .head .title {
    line-height: 2;
  }
  header .head .title h1 {
    font-size: 1.2em;
  }
  header .head .title p {
    font-size: 0.9em;
  }
  header .contact {
    display: none;
    font-size: 1.1em;
    text-align: left;
  }
  header .contact p {
    display: none;
  }
  header .contact .contact_info {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  nav {
    position: fixed;
    top: 0;
    right: -70%;
    z-index: 100;
    overflow-x: none;
    overflow-y: auto;
    width: 70%;
    height: calc(100% + 500px);
    padding-bottom: 500px;
    background: #333;
    color: #fff;
    transition: All 0.5s ease;
  }
  nav ul {
    position: relative !important;
    display: block;
    padding: 0;
  }
  nav ul > li {
    width: 100%;
    height: auto;
    border: none !important;
  }
  nav ul > li:nth-last-child(1) {
    border: none;
  }
  nav ul > li > a {
    position: relative;
    display: block;
    height: auto;
    padding: 1em 1em 1em 1.5em;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  nav ul > li > a:hover, nav ul > li > a.current {
    background-color: rgba(0, 0, 0, 0.2);
  }
  nav ul > li > a::after {
    content: attr(data-text);
    display: block;
  }
  nav ul > li > a img {
    display: none;
  }
  nav ul > li .sub-menu > li a {
    display: block;
    padding: 1em 1em 1em 2em;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  nav ul > li .sub-menu > li a:hover, nav ul > li .sub-menu > li a.current {
    background-color: #374C80;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
  }
  nav ul > li .sub-menu > li .sub-menu > li > a {
    display: block;
    padding: 1em 1em 1em 3em;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  nav ul > li .sub-menu > li .sub-menu > li > a:hover, nav ul > li .sub-menu > li .sub-menu > li > a.current {
    background-color: #374C80;
    box-shadow: 0 0 4px rgba(255, 0, 0, 0.2);
  }
  .nav_ft ul {
    flex-wrap: wrap;
  }
  .nav_ft ul li {
    border-left: none;
  }
  .nav_ft ul li a {
    font-size: 0.8em;
  }
  .sp_nav_open {
    right: 0 !important;
  }
  .sp_nav_trigger {
    cursor: pointer;
    z-index: 1000;
    position: fixed !important;
    top: 30px;
    right: 15px;
    margin-top: -5px;
    width: 36px;
    height: 24px;
  }
  .sp_nav_trigger span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #374C80;
    border-radius: 4px;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .sp_nav_trigger span:nth-of-type(1) {
    top: 0;
  }
  .sp_nav_trigger span:nth-of-type(2) {
    top: 10px;
  }
  .sp_nav_trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .sp_nav_trigger::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    content: "MENU";
    display: block;
    width: 100%;
    padding-top: 20px;
    color: #374C80;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s;
  }
  .sp_nav_trigger.sp_active::after {
    content: "CLOSE";
    bottom: -25px;
    color: #fff;
  }
  .sp_nav_trigger.sp_active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
    background: #fff;
  }
  .sp_nav_trigger.sp_active span:nth-of-type(2) {
    opacity: 0;
    background: #fff;
  }
  .sp_nav_trigger.sp_active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
    background: #fff;
  }
  .main {
    display: block;
  }
  .main .main_area {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .main .main_area .about_area .about h2 {
    height: 50px;
    top: -30px;
    padding-top: 10px;
  }
  .main .main_area .about_area .about .waku {
    margin: 10px;
    padding: 20px;
  }
  .main .main_area .about_area .about .waku p {
    padding: 0;
    font-size: 0.8em;
  }
  .main .main_area .link_list {
    margin: 20px;
  }
  .main .news_area {
    width: 100%;
    padding: 10px;
  }
  .main .news_area h2 {
    margin-top: 20px;
  }
  footer p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */