@charset "UTF-8";
/*ヘッダー*/
#header {
  position: fixed;
  top: 15px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1000px;
  height: 70px;
  line-height: 70px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 100; }
  #header h1 {
    text-indent: -9999px;
    overflow: hidden;
    height: 0; }
  #header #h_logo {
    float: left;
    width: 20%;
    padding-left: 20px; }
  #header #gnav {
    float: right;
    width: 70%; }
    #header #gnav ul {
      flex-wrap: nowrap;
      justify-content: space-between;
      display: flex; }
      #header #gnav ul li {
        text-align: center; }
        #header #gnav ul li a {
          display: inline-block;
          font-size: clamp(12px, 1vw, 13px); }
          #header #gnav ul li a:hover {
            color: #0285e1; }
  #header #nav-toggle, #header #nav-toggle span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer; }
  #header #sp-contact {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #0285e1;
    top: 0;
    right: 50px;
    z-index: 2;
    line-height: 45px;
    text-align: center; }
  #header #nav-toggle {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #1f2048;
    top: 0;
    right: 0;
    z-index: 2; }
    #header #nav-toggle span {
      position: absolute;
      background: #fff;
      width: 30px;
      height: 2px;
      left: 0;
      right: 0;
      margin: auto; }
      #header #nav-toggle span:nth-of-type(1) {
        top: 15px; }
      #header #nav-toggle span:nth-of-type(2) {
        top: 0;
        bottom: 0; }
      #header #nav-toggle span:nth-of-type(3) {
        bottom: 15px; }
  #header .open #nav-toggle span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg); }
  #header .open #nav-toggle span:nth-of-type(2) {
    opacity: 0; }
  #header .open #nav-toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg); }
  #header #sp_menu {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    height: 50px; }
    #header #sp_menu .sp_logo {
      line-height: 50px;
      padding-left: 20px; }
  #header #sp_nav {
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 1;
    width: 200px;
    background-color: rgba(31, 32, 72, 0.97);
    overflow: scroll; }
    #header #sp_nav #sp_navInner {
      padding: 30px 25px;
      width: 200px;
      overflow: hidden;
      overflow-y: scroll; }
    #header #sp_nav li a {
      display: block;
      text-align: left;
      text-decoration: none;
      color: #fff;
      padding: 20px;
      border-bottom: solid 1px #7d7ea8; }

@media screen and (max-width: 767px) {
  #gnav ul li a {
    padding: 0 10px; }

  #header {
    top: 0;
    height: 50px;
    line-height: 50px; }
    #header #sp_menu {
      display: block;
      line-height: 1; }
    #header #pc_menu {
      display: none; } }
/*----------------------------------------------------
	メインビジュアル
----------------------------------------------------*/
#main_visual {
  width: 100%;
  height: 100vh;
  max-height: 980px;
  background: url("../img/main_visual.jpg") no-repeat top right;
  background-size: cover; }

@media screen and (max-width: 767px) {
  #main_visual {
    background: url("../img/main_visual_sp.jpg") no-repeat center center;
    background-size: cover;
    height: 450px; } }
/*----------------------------------------------------
	フッター
----------------------------------------------------*/
#container {
  min-height: 100vh;
  position: relative;
  /*←相対位置*/
  padding-bottom: 39px;
  /*←footerの高さ*/
  box-sizing: border-box;
  /*←全て含めてmin-height:100vhに*/ }

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }
  #footer .copyright {
    padding: 10px 0;
    background-color: #1f2048;
    border-top: 1px solid #7d7ea8;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center; }

/*----------------------------------------------------
	共通デザイン
----------------------------------------------------*/
.bold {
  font-weight: 700; }

.key {
  color: #0285e1; }

a.link_key {
  color: #0285e1;
  text-decoration: underline; }

a.link_key:hover {
  text-decoration: none; }

.sp-onry {
  display: none; }

.title_style01 {
  margin-bottom: 40px;
  font-size: 42px;
  font-size: 4.2rem;
  text-align: center;
  font-weight: 700; }
  .title_style01 span {
    color: #0285e1;
    font-size: 20px;
    font-size: 2rem;
    display: block; }

.title_style02 {
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  border-bottom: solid 1px #ccc;
  position: relative; }
  .title_style02:before {
    display: block;
    content: "";
    width: 80px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #0285e1; }

.pagetitle {
  padding: 150px 0 100px;
  background: #f4f4f4;
  text-align: center; }
  .pagetitle h2 {
    font-size: 47px;
    font-size: 4.7rem;
    font-weight: 800; }

.pankuzu_list {
  padding: 5px 0;
  display: flex; }
  .pankuzu_list .pankuzu_item {
    font-size: 14px;
    font-size: 1.4rem; }
    .pankuzu_list .pankuzu_item a {
      color: #0285e1;
      text-decoration: underline; }
  .pankuzu_list .pankuzu_item:before {
    content: "　>　";
    vertical-align: middle; }
  .pankuzu_list .pankuzu_item.home:before {
    content: ""; }

@media screen and (max-width: 767px) {
  .title_style01 {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem; }
    .title_style01 span {
      font-size: 12px;
      font-size: 1.2rem; }

  .title_style02 {
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-size: 24px;
    font-size: 2.4rem; }

  .pagetitle {
    padding: 100px 0 50px; }
    .pagetitle h2 {
      font-size: 32px;
      font-size: 3.2rem; }

  .sp-onry {
    display: block; } }
#news {
  background-color: #1f2048;
  color: #fff; }
  #news .title_style01 span {
    color: #fff; }
  #news .news_list li a {
    display: flex;
    padding: 15px 40px;
    background: url("../img/arrow.svg") no-repeat right 30px center;
    background-size: 7px;
    background-color: #fff;
    color: #1f2048;
    border-radius: 10px; }
    #news .news_list li a .date {
      width: 120px; }
    #news .news_list li a .title {
      color: #0072c4; }

@media screen and (max-width: 767px) {
  #news .news_list li a {
    display: block;
    padding: 10px 20px;
    background-size: 6px;
    background-position: right 15px center;
    border-radius: 10px; }
    #news .news_list li a .date {
      width: 100%;
      margin-bottom: 2px; } }
#activity {
  background-color: #f2f2f2; }
  #activity .activity_list {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 40px 30px 40px;
    border-radius: 10px; }
    #activity .activity_list li {
      width: 45%;
      margin-bottom: 10px; }
      #activity .activity_list li:before {
        content: "● ";
        color: #0072c4; }

@media screen and (max-width: 767px) {
  #activity .activity_list {
    padding: 20px 20px 15px 20px; }
    #activity .activity_list li {
      width: 100%;
      margin-bottom: 5px; }
      #activity .activity_list li:nth-child(2) {
        order: 4; }
      #activity .activity_list li:nth-child(4) {
        order: 5; } }
#ad_link {
  background-color: #e5e5e5; }
  #ad_link p a {
    text-decoration: underline;
    color: #0285e1; }

#contact {
  background-color: #1f2048;
  color: #fff; }
  #contact .title_style01 span {
    color: #fff; }
  #contact table {
    max-width: 800px;
    margin: 0 auto;
    border-top: none; }
    #contact table th, #contact table td {
      border-bottom: none; }
    #contact table th {
      width: 30%;
      text-align: right !important; }
    #contact table .privacy_box {
      background-color: #383963;
      padding: 10px;
      height: 180px;
      overflow: scroll;
      margin: 8px 0;
      border-radius: 5px; }
      #contact table .privacy_box dt {
        font-weight: 600;
        margin-bottom: 5px; }
      #contact table .privacy_box p, #contact table .privacy_box dd {
        margin-bottom: 20px; }
    #contact table textarea {
      height: auto;
      line-height: 1.5;
      min-height: 200px;
      resize: vertical; }
    #contact table input[type=text], #contact table input[type=email], #contact table input[type=tel], #contact table textarea {
      width: 100%;
      vertical-align: middle;
      line-height: 30px;
      height: 36px;
      border: 1px solid #ccc;
      padding: 6px 1.2%;
      background-color: #fff;
      font-size: 100%;
      border-radius: 3px; }

@media screen and (max-width: 767px) {
  #contact table th {
    width: 100%;
    text-align: left !important;
    padding: 10px 0 0 10px; }
  #contact table .mgt20 {
    margin-top: 0 !important; } }
#ad {
  padding-bottom: 140px !important; }
  #ad ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #ad ul li {
      width: 32%; }
      #ad ul li a {
        display: block;
        padding: 20px 20px;
        border-bottom: 1px solid #ccc;
        font-size: 17px;
        font-size: 1.7rem;
        color: #0285e1; }
        #ad ul li a:hover {
          background-color: #0285e1;
          color: #fff;
          border-bottom: 1px solid #0285e1; }

@media screen and (max-width: 767px) {
  #ad {
    padding-bottom: 80px !important; }
    #ad ul li {
      width: 48%; }
      #ad ul li a {
        padding: 10px 5px;
        font-size: 14px;
        font-size: 1.4rem; } }
