@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  font-size: 16px;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
header
------------------------------------------------- */
@media (min-width: 768px) {
  #header.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 5;
    background-color: white;
  }
}
#header {
  position: relative;
  background-color: #fff;
  width: 100%;
}
#header .top {
  position: relative;
  padding-left: 15px;
  padding-right: 30px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .topgnavlink {
  display: none;
}
@media (max-width: 1179px) {
  #header .top {
    padding-left: 10px;
    padding-right: 20px;
    height: 90px;
  }
  #header .logo img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #header .top {
    height: 60px;
    padding-right: 60px;
  }
  #header .logo {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #header .logo img {
    max-height: 50px;
    min-width: 0px;
    width: auto;
  }
}

#gnav > ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
#gnav > ul > li {
  position: relative;
  transition: all 0.5s ease-out;
  margin-left: 30px;
}
#gnav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
#gnav > ul > li > a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: #231815;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  flex-direction: column;
}
#gnav > ul > li > a:hover {
  opacity: 0.6;
}
#gnav > ul > li > a span {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 7px;
  font-size: 13px;
  letter-spacing: 0.03em;
  border-top: 1px solid;
}
#gnav > ul > li ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-out;
  z-index: 1;
}
#gnav > ul > li ul li a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media (max-width: 1179px) {
  #gnav > ul > li {
    margin-left: 15px;
  }
  #gnav > ul > li > a {
    font-size: 15px;
  }
  #gnav > ul > li > a span {
    padding-top: 3px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #gnav > ul {
    flex-direction: column;
  }
  #gnav > ul > li {
    flex-grow: 0;
    margin-left: 0px;
  }
  #gnav > ul > li > a {
    color: #fff;
    flex-direction: row;
    gap: 15px;
  }
  #gnav > ul > li > a span {
    width: auto;
    border: none;
    padding-top: 0;
    font-size: 15px;
  }
  #gnav > ul > li ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
  }
  #gnav > ul > li ul li {
    border-bottom: 0px;
    border-top: 1px solid #000;
  }
}

/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 1599px) {
  #pagetop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #pagetop {
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  padding-bottom: 30px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  color: #fff;
}
#footer .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .top .inner {
  padding-top: 80px;
  margin-bottom: 160px;
  display: flex;
}
#footer .top .center {
  flex: 1;
  max-width: 180px;
  background-image: url(../images/footer-border.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 40px;
}
#footer .top h2 {
  font-size: 34px;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.2;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}
#footer .top h2 small {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #fff;
}
#footer .top .telblock {
  font-size: 16px;
  letter-spacing: 0.08em;
}
#footer .top .telblock .telset {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 24px;
}
#footer .top .telblock .telset .tel {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.08em;
}
#footer .top .telblock .telset .tel a {
  font-weight: 400;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #fff;
}
#footer .top .telblock .telset .tel a:hover {
  opacity: 0.6;
}
#footer .top .telblock .telset .tel small {
  font-size: 30px;
  letter-spacing: 0.08em;
}
#footer .bottom .contents {
  margin-bottom: 65px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
#footer .logo {
  margin-bottom: 30px;
}
#footer .logo a {
  transition: all 0.5s ease-out;
}
#footer .logo a:hover {
  opacity: 0.6;
}
#footer .text {
  font-size: 14px;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
}
#footer #copyright {
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.058em;
}
#footer .links {
  margin-top: 25px;
  margin-bottom: 40px;
}
#footer .links ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
#footer .links a {
  transition: all 0.5s ease-out;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-right: 25px;
  padding-left: 5px;
  border-bottom: solid 1px #fff;
  background-image: url(../images/f-links-arrow.png);
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 13px;
}
#footer .links a:hover {
  opacity: 0.6;
}
#footer .privacy {
  text-align: right;
}
#footer .privacy a {
  transition: all 0.5s ease-out;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 400;
}
#footer .privacy a:hover {
  opacity: 0.6;
}
#footer #fnav > ul {
  display: flex;
  justify-content: flex-end;
  gap: 5px 30px;
  flex-wrap: wrap;
}
#footer #fnav > ul > li > a {
  transition: all 0.5s ease-out;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 400;
}
#footer #fnav > ul > li > a:hover {
  opacity: 0.6;
}
#footer #fnav > ul > li > a span {
  display: none;
}
#footer #fnav > ul > li ul li a {
  transition: all 0.5s ease-out;
  text-decoration: none;
}
#footer #fnav > ul > li ul li a:hover {
  opacity: 0.6;
}
@media (max-width: 1179px) {
  #footer .top .inner {
    padding-top: 60px;
    margin-bottom: 80px;
  }
  #footer .top .center {
    max-width: 120px;
    min-width: 80px;
  }
  #footer .top h2 {
    font-size: 28px;
  }
  #footer .top h2 small {
    margin-top: 5px;
    font-size: 15px;
  }
  #footer .top .telblock {
    font-size: 14px;
  }
  #footer .top .telblock .telset {
    margin-top: 5px;
    flex-wrap: wrap;
    gap: 10px;
  }
  #footer .top .telblock .telset .tel {
    font-size: 30px;
  }
  #footer .top .telblock .telset .tel small {
    font-size: 20px;
  }
  #footer .links {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #footer .links a {
    font-size: 15px;
  }
  #footer #fnav > ul {
    gap: 5px 15px;
  }
  #footer #fnav > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #footer .logo {
    text-align: center;
  }
  #footer .top {
    text-align: center;
  }
  #footer .top .inner {
    padding-top: 50px;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: center;
  }
  #footer .top .center {
    display: none;
  }
  #footer .top h2 {
    margin-bottom: 20px;
  }
  #footer .top .telblock .telset {
    display: block;
  }
  #footer .bottom .contents {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  #footer .links {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  #footer .links ul {
    justify-content: center;
  }
  #footer #fnav > ul {
    gap: 5px 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  #footer .privacy {
    text-align: center;
  }
}

/* ----------------------------------------------
contactbnr
------------------------------------------------- */
.contactbnr {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 80px;
  display: flex;
  font-family: YuMincho, "Yu Mincho", serif;
}
.contactbnr .document,
.contactbnr .visitor {
  flex: 1;
  height: 140px;
}
.contactbnr .document a,
.contactbnr .visitor a {
  transition: all 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 24px;
  line-height: 1.4;
}
.contactbnr .document a:hover,
.contactbnr .visitor a:hover {
  opacity: 0.6;
}
.contactbnr .document a small,
.contactbnr .visitor a small {
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
}
.contactbnr .document a {
  background: url(../images/contactbnr-btn-arrow.png) no-repeat center right 46px/27px, url(../images/contactbnr-bg1.png) no-repeat center/cover;
}
.contactbnr .visitor a {
  background: url(../images/contactbnr-btn-arrow.png) no-repeat center right 46px/27px, url(../images/contactbnr-bg2.png) no-repeat center/cover;
}
@media (min-width: 768px) {
  .contactbnr .visitor:not(.docunone) {
    border-left: none !important;
  }
}
@media (max-width: 1179px) {
  .contactbnr .document,
  .contactbnr .visitor {
    height: 120px;
  }
  .contactbnr .document a,
  .contactbnr .visitor a {
    font-size: 22px;
    background-position: center right 30px, center;
    background-size: 24px, cover;
  }
  .contactbnr .document a small,
  .contactbnr .visitor a small {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .contactbnr {
    display: block;
  }
  .contactbnr .document,
  .contactbnr .visitor {
    width: 100%;
    height: 100px;
  }
  .contactbnr .document a,
  .contactbnr .visitor a {
    font-size: 18px;
    background-position: center right 18px, center;
    background-size: 18px, cover;
  }
  .contactbnr .document a small,
  .contactbnr .visitor a small {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .contactbnr .visitor:not(.docunone) {
    border-top: none !important;
  }
}
@media (max-width: 500px) {
  .contactbnr .document,
  .contactbnr .visitor {
    height: 80px;
  }
  .contactbnr .document a,
  .contactbnr .visitor a {
    font-size: 16px;
    background-position: center right 16px, center;
    background-size: 16px, cover;
  }
  .contactbnr .document a small,
  .contactbnr .visitor a small {
    font-size: 12px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-bottom: 80px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  overflow: hidden;
}
#news .inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
#news .contents {
  flex: 1;
}
#news article {
  display: flex;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: solid 1px #dcdcdc;
}
#news article + article {
  margin-top: 50px;
}
#news article a {
  transition: all 0.5s ease-out;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
}
#news article a:hover {
  opacity: 0.6;
}
#news article .image {
  margin-right: 20px;
  flex-shrink: 0;
  width: 190px;
  height: 100px;
}
#news article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#news article .txtbox {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
}
#news article .cate {
  margin-right: 30px;
  flex-shrink: 0;
  width: 160px;
  height: 40px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.08em;
  color: #fff;
}
#news article time {
  display: block;
  height: 40px;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 40px;
}
#news article .title {
  margin-top: 15px;
  width: 100%;
  font-size: 16px;
  line-height: 1.75;
}
@media (max-width: 1179px) {
  #news article {
    padding-bottom: 20px;
  }
  #news article + article {
    margin-top: 40px;
  }
  #news article .image {
    margin-right: 15px;
    width: 150px;
    height: 80px;
  }
  #news article .cate {
    margin-right: 20px;
    width: 120px;
    height: 30px;
    font-size: 14px;
  }
  #news article time {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  #news article .title {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  #news .inner {
    display: block;
  }
  #news article {
    padding-bottom: 15px;
  }
  #news article + article {
    margin-top: 30px;
  }
  #news article .image {
    margin-right: 10px;
    width: 100px;
    height: 80px;
  }
  #news article .cate {
    margin-right: 15px;
    width: 100px;
    font-size: 13px;
  }
  #news article time {
    font-size: 15px;
  }
  #news article .title {
    font-size: 15px;
  }
}/*# sourceMappingURL=style.css.map */