@charset "UTF-8";
/*#################################
	サイト内共通
#################################*/
/*#################################
	サイト内共通
#################################*/
body {
   font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
  color: #231815;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  /*color: #231815;*/
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none;
 /* color: #231815;*/
}

p {
  margin: 0;
}

h1,
h3,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/*#################################
	共通クラス
#################################*/
/*#################################
	ヘッダー
#################################*/
body.home header {
  overflow: hidden;
}
body.home header .h-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  body.home header .h-inner {
    padding: 15px 0 15px 15px;
    max-width: 100%;
  }
}
body.home header .h-inner .logo {
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  body.home header .h-inner .logo {
    width: 200px;
    max-width: 100%;
  }
}
body.home header .h-inner .h-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.home header .h-inner .h-nav {
    display: none;
  }
}
body.home header .h-inner .h-nav:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
/*  background-color: #171c61;*/
  top: 0;
  left: 0;
  z-index: -1;
}
body.home header .h-inner .h-nav li {
  font-size: 20px;
  padding: 10px 30px;
}
@media screen and (max-width: 991px) {
  body.home header .h-inner .h-nav li {
    font-size: 18px;
    padding: 10px 10px;
  }
}
body.home header .h-inner .h-nav li a {
  color: #333333;
}

.drawer-nav {
  background-color: #E3E3E3;
  padding-top: 20px;
  text-align: center;
  z-index: 999;
}
.drawer-nav .logo {
  padding-bottom: 30px;
}
.drawer-nav .logo__img {
  max-width: 70%;
}
.drawer-nav .drawer-menu .drawer-menu-item {
  color: #077089;
  font-weight: bold;
}
.drawer-nav .drawer-menu .drawer-menu-item:hover {
  text-decoration: none;
}

.drawer-hamburger {
  position: absolute;
  z-index: 999;
}
.drawer-hamburger:focus {
  outline: none;
}

.drawer-open .drawer-hamburger {
  position: fixed;
}
.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  background-color: #077089;
}

.drawer-hamburger-icon {
  background-color: transparent !important;
  margin-top: 5px;
}

.drawer-hamburger-icon:before {
  top: 0;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #077089;
}

/* ページTOPへもどるボタン */
.btn_pagetop_wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .btn_pagetop_wrap {
    display: block;
  }
}
#btn_pagetop {
  display: none;
  z-index: 99;
  background: #505050;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  position: fixed;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  border: 1px solid white;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1em;
}

@media screen and (max-width: 767px) {
  #btn_pagetop {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
#btn_pagetop:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  #btn_pagetop:hover {
    opacity: 1;
  }
}
#btn_pagetop i {
  line-height: 1em;
}
.foot {
	padding: 30px 15px;
	color: #fff;
	background-color: #86B6C2;
}
.foot a {
  text-decoration: none;
  color: #fff;
}

.foot a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

/*footer {
  border-top: 1px solid black;
	background-color: #666;
  padding: 30px 15px 50px;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 30px;
  }
}*/
footer .f-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 1199px) {
  footer .f-inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  footer .f-inner {
    display: block;
  }
}
footer .f-inner .f-left {
  width: 370px;
}
@media screen and (max-width: 991px) {
  footer .f-inner .f-left {
    width: 100%;
  }
}
footer .f-inner .f-left__txt-1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  footer .f-inner .f-left__txt-1 {
    font-size: 21px;
  }
}
footer .f-inner .f-left__txt-2 {
  padding-top: 5px;
  padding-bottom: 10px;
}
footer .f-inner .f-left a {
  display: inline-block;
  color: white !important;
  padding: 5px;
  width: 150px;
  max-width: 100%;
  text-align: center;
}
footer .f-inner .f-right {
  width: calc(100% - 370px);
}
@media screen and (max-width: 991px) {
  footer .f-inner .f-right {
    width: 100%;
    margin-top: -5%;
  }
}
@media screen and (max-width: 767px) {
  footer .f-inner .f-right {
    display: none;
  }
}
footer .f-inner .f-right .f-nav-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 10px;
}
footer .f-inner .f-right .f-nav-1 li {
  padding: 0 5% 0 25px;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: bold;
	color: #fff;
}
footer .f-inner .f-right .f-nav-1 li:last-child {
  padding-right: 0;
}
footer .f-inner .f-right .f-nav-1 li:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  height: 7px;
  width: 15px;
  display: block;
}
footer .f-inner .f-right .f-nav-1 li span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
footer .f-inner .f-right .f-nav-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 25px;
}
footer .f-inner .f-right .f-nav-2 li {
  font-size: 14px;
  margin-left: 5%;
}
footer .f-inner .f-right .f-nav-2 li:first-child {
  margin-left: 0;
}
/*フッターここまで*/
main .page-ttl {
  background-color: #333;
}
main .page-ttl h1 {
  color: white;
  padding: 10px 0 15px;
  line-height: 1;
  font-size: 34px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  main .page-ttl h1 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 0;
  }
}
main .sec-ttl {
  overflow: hidden;
	padding: 0;
	margin: 0;
}
main .sec-ttl h3 {
  position: relative;
  font-size: 34px;
  color: #077089;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main .sec-ttl h3 {
    font-size: 26px;
    margin-left: 50px;
  }
}
main .sec-ttl h3:before {
  position: absolute;
  width: 120px;
  height: 30px;
  background-color: #C7C7C7;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-105%);
          transform: translateY(-50%) translateX(-105%);
}
@media screen and (max-width: 767px) {
  main .sec-ttl h3:before {
    height: 10px;
    top: calc(50% + 3px);
  }
}