@charset "UTF-8";
/* ///////////////////////////////////////////////

　サイト全般のスタイル
　header,footer,modules

/////////////////////////////////////////////// */
/*
  FONT
----------------------------------------------- */
html {
  font-size: 1px;
}
@media (max-width: 960px) {
  html {
    font-size: .85px;
  }
}

body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16rem;
  letter-spacing: .03em;
}

p {
  line-height: 1.8;
}

li, dt, dd, th, td, address {
  line-height: 1.6;
}

a {
  color: #333;
}
a:hover {
  text-decoration: none;
}

input, select, textarea {
  font-size: 16rem;
  font-family: 'Noto Sans JP', sans-serif;
}

/*
  LAYOUT
----------------------------------------------- */
body.show_menu {
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
}

.contents_wrap {
  margin-left: 250px;
}
@media (max-width: 960px) {
  .contents_wrap {
    margin: 70px 0 0;
  }
}

/*
  HEADER
----------------------------------------------- */
#header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
}
#header .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/common/bg-logo.png") no-repeat center top/100%;
  height: 164px;
  padding-bottom: 15px;
}
#header .logo a {
  display: block;
  width: 206px;
  height: 79px;
  background: url("../images/common/logo.png") no-repeat center;
  text-indent: -9999px;
}
@media (max-width: 960px) {
  #header {
    bottom: inherit;
    width: 100%;
    height: 65px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    background: #f88220;
    box-shadow: 0 5px 0 #fddfc5;
  }
  #header .logo {
    height: inherit;
    padding: 0;
  }
  #header .logo a {
    width: 186px;
    height: 50px;
    background-image: url("../images/common/logo-sp.png");
    background-size: 100%;
  }
}

/*
  BUTTON MENU
----------------------------------------------- */
#btnMenu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all .2s;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
}
#btnMenu span {
  width: 30px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  transition: all .2s;
}
#btnMenu span + span {
  margin-top: 6px;
}
#btnMenu::after {
  margin-top: 4px;
  content: "メニュー";
  color: #fff;
  font-size: 8px;
  font-weight: bold;
}
#btnMenu.active span:nth-child(1) {
  transform: translateY(8px) rotate(-135deg);
}
#btnMenu.active span:nth-child(2) {
  opacity: 0;
}
#btnMenu.active span:nth-child(3) {
  transform: translateY(-8px) rotate(135deg);
}
#btnMenu.active::after {
  content: "閉じる";
}
@media (max-width: 960px) {
  #btnMenu {
    display: flex;
  }
}

/*
  MENU
----------------------------------------------- */
#menu {
  margin: 40px 20px;
}
@media (max-width: 960px) {
  #menu {
    margin: 0;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: all .4s;
  }
  #menu.active {
    opacity: 1;
    pointer-events: inherit;
  }
}
#menu .gnav {
  margin: 0 -10px;
}
#menu .gnav > li.nav1 {
  display: none;
}
#menu .gnav > li ul {
  display: none;
}
#menu .gnav a {
  display: block;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 960px) {
  #menu .gnav {
    margin: 20px 0 0;
  }
  #menu .gnav > li {
    border-bottom: 1px solid #ccc;
  }
  #menu .gnav > li.nav1 {
    display: block;
  }
  #menu .gnav > li ul {
    display: none;
    margin: 0 20px;
  }
  #menu .gnav > li ul li {
    border-bottom: 1px solid #ccc;
  }
  #menu .gnav > li ul li:last-child {
    border: none;
  }
  #menu .gnav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
  }
  #menu .gnav a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #f88220;
  }
  #menu .gnav .nav_parent::after {
    content: "\f067";
  }
  #menu .gnav .nav_parent.active::after {
    content: "\f068";
  }
  #menu .gnav .nav_chaild a {
    padding: 10px 0;
    font-weight: normal;
    background: #fff !important;
    color: #333 !important;
  }
  #menu .gnav .nav_chaild a::after {
    color: #ccc;
  }
}
#menu .buttons {
  margin-top: 60px;
}
#menu .buttons li {
  border-radius: 12px;
  padding: 3px;
  margin-top: 15px;
}
#menu .buttons li a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  background: #fff;
  border-radius: 9px;
}
#menu .buttons li i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  margin-right: 10px;
}
#menu .buttons li:nth-child(1) {
  background: linear-gradient(to right, #f88220, #e14211);
}
#menu .buttons li:nth-child(2) {
  background: linear-gradient(to right, #4f90e9, #2255c7);
}
@media (max-width: 960px) {
  #menu .buttons {
    margin: 40px 0;
  }
  #menu .buttons li {
    margin: 15px auto 0;
    max-width: 220px;
  }
  #menu .buttons li a {
    position: relative;
    justify-content: center;
  }
  #menu .buttons li i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
  }
}

/*
  CONTACT
----------------------------------------------- */
#bottom_contact {
  background: #e8705a;
  max-width: 600px;
  margin: 120px auto 0;
  padding: 30px 10px;
  text-align: center;
  color: #fff;
}
#bottom_contact h3 {
  font-size: 26rem;
  font-weight: bold;
}
#bottom_contact p {
  margin: .8em 0 1.5em;
}
#bottom_contact .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 50px;
  width: 280px;
  height: 60px;
  margin: 30px auto 0;
  color: #fff;
  font-size: 20rem;
}
#bottom_contact .btn i {
  margin-right: 10px;
  font-size: 16rem;
}
@media (max-width: 960px) {
  #bottom_contact {
    margin: 60px auto 0;
  }
  #bottom_contact i img {
    transform: scale(0.8);
  }
  #bottom_contact .btn {
    width: 240px;
    height: 45px;
    margin: 20px auto 0;
  }
}
@media (max-width: 640px) {
  #bottom_contact {
    margin: 60px 20px 0;
  }
}

/*
  FOOTER
----------------------------------------------- */
#footer {
  position: relative;
  padding-left: calc(50% - 480px);
  padding-right: calc(50% - 480px);
  margin-top: 120px;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f5f5f5;
}
@media screen and (max-width: 1250px) {
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  #footer {
    margin-top: 70px;
    padding-bottom: 30px;
  }
}
#footer .banners {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
#footer .banners li {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
}
#footer .banners li img {
  width: 100%;
}
@media (max-width: 960px) {
  #footer .banners {
    margin: 0 -10px;
  }
  #footer .banners li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  #footer .banners li {
    width: 50%;
  }
}
#footer .navi {
  display: flex;
  margin: 30px -30px 60px;
}
#footer .navi > ul {
  width: 33.333%;
  padding: 0 30px;
}
#footer .navi > ul > li {
  border-top: 1px solid #ccc;
}
#footer .navi > ul > li > a {
  display: inline-block;
  padding: .8em 0;
  text-decoration: none;
  font-weight: bold;
}
#footer .navi > ul > li > a:hover {
  text-decoration: underline;
}
#footer .navi > ul > li ul {
  margin-top: -.5em;
}
#footer .navi > ul > li ul a {
  display: inline-block;
  padding: .2em 0;
  font-size: 14rem;
  text-decoration: none;
}
#footer .navi > ul > li ul a:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  #footer .navi {
    margin: 30px 0 40px;
    flex-direction: column;
  }
  #footer .navi > ul {
    width: 100%;
    padding: 0;
  }
  #footer .navi > ul > li > a {
    display: block;
    padding: .8em 0 1.4em;
  }
  #footer .navi > ul > li ul {
    margin: -1.0em 0 1em;
  }
  #footer .navi > ul > li ul a {
    display: block;
    padding: .4em 0;
  }
}
#footer .site_info {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ccc;
  padding-top: 40px;
  font-size: 14rem;
}
#footer .site_info a {
  text-decoration: none;
}
#footer .site_info a:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  #footer .site_info {
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
  }
  #footer .site_info .copyright {
    margin-top: 1.5em;
  }
}
#footer .pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8b8584;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 960px) {
  #footer .pagetop {
    bottom: 20px;
  }
}

/*
  PARTS
----------------------------------------------- */
/* button */
.btn {
  display: inline-block;
  backface-visibility: hidden;
  text-decoration: none;
  transition: opacity .2s;
}
.btn:hover {
  text-decoration: none;
  opacity: .8;
}
.btn:hover img {
  opacity: 1;
}
.btn.large {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 60px;
  margin: 0 auto;
  background: #f5f5f5;
  border-radius: 8px;
  font-size: 14rem;
}
.btn.large i {
  margin-right: 10px;
  color: #f88220;
}
@media (max-width: 960px) {
  .btn.large {
    width: 240px;
  }
}

/* カテゴリー一覧 */
.categories {
  display: flex;
}
.categories li {
  margin-right: 20px;
}
.categories a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  height: 25px;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 12rem;
}
.categories .active a {
  border-color: #f88220;
}
@media (max-width: 960px) {
  .categories li {
    margin-right: 10px;
  }
}

/* お知らせ一覧 */
.news_lists li {
  display: flex;
  line-height: 1.4;
}
.news_lists li + li {
  margin-top: 20px;
}
.news_lists li > span {
  display: flex;
  align-items: center;
  height: 25px;
}
.news_lists li .date {
  width: 115px;
  font-size: 12rem;
}
.news_lists li .category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 25px;
  border: 1px solid #ccc;
  border-radius: 50px;
  font-size: 12rem;
}
.news_lists li .title {
  width: calc(100% - 205px);
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .news_lists li {
    flex-wrap: wrap;
  }
  .news_lists li .date {
    width: 100px;
  }
  .news_lists li .title {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
    text-decoration: none;
    text-overflow: inherit;
    white-space: inherit;
  }
}

/* ぱんくず */
.breadcrumb {
  background: #ededed;
  display: flex;
  align-items: center;
  height: 60px;
  padding: 0 20px;
}
.breadcrumb > * {
  font-size: 14rem;
}
.breadcrumb > *:not(.home) {
  position: relative;
  padding-left: 22px;
  margin-left: 15px;
}
.breadcrumb > *:not(.home)::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "＞";
  font-size: 10rem;
}
.breadcrumb a {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .breadcrumb {
    height: auto;
    display: block;
    line-height: 1.5;
    padding: 4px 20px;
  }
  .breadcrumb .home img {
    transform: scale(0.8);
  }
}

/* ページタイトル */
.pagettl {
  padding-left: calc(50% - 480px);
  padding-right: calc(50% - 480px);
  background: #fafafa;
  height: 180px;
  padding-top: 80px;
  margin-bottom: 40px;
  font-size: 40rem;
  font-weight: bold;
  line-height: 1.1;
}
.pagettl.type2{
  padding-top: 40px;
}
.pagettl.type2 span{
  display: block;
  font-size: 60%;
  font-weight: initial;
  margin-bottom: 12px;
}
@media screen and (max-width: 1250px) {
  .pagettl {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 960px) {
  .pagettl {
    display: flex;
    align-items: center;
    height: 120px;
    padding-top: 0px;
  }
  .pagettl.type2{
    display: block;
    padding-top: 20px;
  }
}

/* タイトル */
.h2 {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
  font-size: 26rem;
  font-weight: bold;
  line-height: 1.4;
}
.h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 21%;
  height: 4px;
  background: linear-gradient(to right, #f88220, #e14211);
}

.h3 {
  position: relative;
  margin-bottom: 1.4em;
  padding-left: 20px;
  font-size: 20rem;
  font-weight: bold;
  line-height: 1.4;
}
.h3::before {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left top;
  width: 30px;
  height: 4px;
  content: "";
  background: linear-gradient(to right, #f88220, #e14211);
}
@media (max-width: 960px) {
  .h3 {
    padding-left: 15px;
  }
  .h3::before {
    width: 25px;
  }
}

/* 上付き */
sup{
  font-size: 60%;
}

/* aタグ 別ウィンドウ */
.blank{
  font-size: 80%;
  margin: 4px;
}