@charset "utf-8";
/*
Theme Name: konishi-sougou
Description: original theme
version： 1.0.0
*/
/* COMMON
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  position: relative;
  overflow-x: hidden;
  color: var(--navy);
  line-height: 1.75;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}
.en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
:root {
  --white: #fff;
  --navy: #202f54;
}
main {
  position: relative;
  z-index: 1;
}
.wrapper {
  overflow: hidden;
}
a {
  color: inherit;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: inherit;
}
a.textLink {
  text-decoration: underline;
  opacity: 0.88;
}
a.textLink:hover {
  opacity: 1;
}
a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.container {
  max-width: 960px;
  width: 90%;
  margin: auto;
}
.invisible {
  visibility: hidden;
}
.hidden_pc {
  display: none;
}
.hidden_sp {
  display: block;
}
.hidden_sp.inline {
  display: inline-block;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.grid {
  display: grid;
}
@media (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
    cursor: auto;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.3rem;
    letter-spacing: 1px;
  }
  .hidden_pc {
    display: block;
  }
  .hidden_sp {
    display: none;
  }
}

/* HEADER
-------------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--navy);
  color: var(--white);
  z-index: 100;
}
header a {
  opacity: 0.96;
}
header a:hover {
  opacity: 0.64;
}
header .logo {
  position: absolute;
  left: 20px;
  width: 241px;
}
header .logo a {
  justify-content: center;
  align-items: center;
}
.hamburger {
  display: none;
}
header .headWrap {
  position: relative;
  align-items: center;
  justify-content: flex-end;
}
header .global-nav {
  width: calc(100% - 600px);
}
header .global-nav ul {
  justify-content: center;
  align-items: center;
  height: 88px;
}
header .global-nav li {
  position: relative;
  color: var(--white);
  width: 20%;
}
header .global-nav li.navNews {
  display: none;
}
header .global-nav li:first-child:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: var(--white);
  content: '';
}
header .global-nav li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: var(--white);
  content: '';
}
header .global-nav li a {
  display: block;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
}
header .contact {
  padding: 0 15px 0 40px;
  align-items: center;
  text-align: right;
  max-width: 280px;
  line-height: 1.2;
  letter-spacing: 1px;
}
header .contact span {
  font-size: 1.4rem;
}
header .contact a {
  font-size: 1.8rem;
}
header .contact strong {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
}
@media (max-width: 1200px) {
  header .logo {
    width: 170px;
  }
  header .global-nav {
    width: calc(100% - 450px);
  }
  header .global-nav li a {
    font-size: 1rem;
  }
  header .contact {
    padding: 0 15px 0 30px;
    max-width: 230px;
  }
  header .contact span {
    font-size: 1.2rem;
  }
  header .contact a {
    font-size: 1.5rem;
  }
  header .contact strong {
    font-size: 1rem;
  }
}
@media (max-width: 900px) {
  header .logo {
    width: 120px;
  }
  header .global-nav {
    width: calc(100% - 350px);
  }
  header .global-nav li a {
    font-size: 0.9rem;
  }
  header .contact {
    padding: 0 15px 0 20px;
    max-width: 200px;
  }
  header .contact span {
    font-size: 1rem;
  }
  header .contact a {
    font-size: 1.4rem;
  }
  header .contact strong {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  header {
    height: 60px;
  }
  header a {
    opacity: 1;
  }
  header .headWrap {
    margin-top: 10px;
    width: calc(100% - 60px);
  }
  header .logo {
    width: 180px;
  }
  header .global-nav {
    position: fixed;
    right: 0;
    top: 60px;
    padding: 60px 0;
    width: 100%;
    height: 100vh;
    background: var(--navy);
    z-index: 100;
    overflow-y: auto;
    display: none;
  }
  .hamburger {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    cursor: pointer;
    z-index: 300;
    transition: all 0.5s ease-in-out;
  }
  header .global-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  header .global-nav li {
    width: 100%;
  }
  header .global-nav li.navNews {
    display: block;
  }
  header .global-nav li a {
    padding: 20px;
    letter-spacing: 2px;
    text-align: left;
    font-size: 1.6rem;
  }
  header .global-nav li::after {
    top: auto;
    width: 100%;
    height: 1px;
    content: '';
  }
  header .global-nav li:first-child:before {
    content: none;
  }
  header .contact {
    padding: 5px;
  }
  header .contact span,
  header .contact strong {
    display: none;
  }
  header .contact a {
    font-size: 0;
    width: 30px;
    height: 30px;
    background: url(img/common/ico_tel.svg) no-repeat center / contain;
  }
  .hamburger__line {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: 35px;
    height: 2px;
    background-color: var(--white);
    border-radius: 10px;
    transition: all 0.6s;
  }
  .hamburger__line--1 {
    top: 20px;
  }
  .hamburger__line--2 {
    top: 30px;
  }
  .hamburger__line--3 {
    top: 40px;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    display: block;
  }
  .nav-open .black-bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 30px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 30px;
  }
}
/* common style
-------------------------------------------------------------- */
.styleH1 {
  padding: 160px 0;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 6px;
}
.styleH2 {
  padding-bottom: 80px;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 6px;
}
.styleH3 {
  padding-bottom: 30px;
  font-size: 2.4rem;
  letter-spacing: 4px;
}
.btn a {
  display: block;
  padding: 20px;
  margin: auto;
  border: 1px solid var(--navy);
  background: var(--white);
  text-align: center;
  max-width: 280px;
  font-size: 1.8rem;
  line-height: 1;
  opacity: 0.8;
}
.btn a:hover {
  background: var(--navy);
  color: var(--white);
  opacity: 1;
}
#sv {
  margin-top: 88px;
}
@media (max-width: 767px) {
  .styleH1 {
    padding: 10px 0 30px;
    font-size: 2.4rem;
    letter-spacing: 3px;
  }
  .styleH2 {
    padding-bottom: 20px;
    font-size: 2rem;
    letter-spacing: 3px;
  }
  .styleH3 {
    padding-bottom: 10px;
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .btn a {
    padding: 12px;
    max-width: 90%;
    font-size: 1.5rem;
  }
  #sv {
    margin-top: 60px;
  }
}

/* archive
-------------------------------------------------------------- */
#newsList .postArea {
  padding: 80px 0;
}
#newsList .postArea li {
  padding: 40px 0;
  border-bottom: 1px solid rgba(32, 47, 84, 0.4);
}
#newsList .postArea li:last-child {
  border: none;
}
#newsList .postArea li .date {
  padding-bottom: 15px;
}
#newsList .postArea li.none {
  text-align: center;
}
.archiveYear .ttl {
  margin-bottom: 30px;
}
.yearList {
  gap: 40px;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #newsList .postArea {
    padding: 50px 0 0;
  }
  #newsList .postArea li {
    padding: 20px 0 10px;
  }
  #newsList .postArea li .date {
    padding-bottom: 10px;
  }
  .archiveYear .ttl {
    margin-bottom: 20px;
  }
  .yearList {
    gap: 30px;
  }
}
/* single
-------------------------------------------------------------- */
#newsSingle .ttlheader h1 {
  text-align: left;
}
#newsSingle .ttlheader .date {
  margin-bottom: 30px;
  font-weight: 500;
}
.freetxt figure {
  margin-bottom: 30px;
  text-align: center;
}
.freetxt a {
  text-decoration: underline;
  word-break: break-all;
  opacity: 0.88;
}
.freetxt a:hover {
  opacity: 1;
}
.freetxt p {
  margin-bottom: 30px;
}
.freetxt blockquote {
  background: #efefef;
  padding: 20px;
}
.freetxt .aligncenter {
  display: block;
  margin: 0 auto;
}
.freetxt .alignleft {
  float: left;
}
.freetxt .alignright {
  float: right;
}
.freetxt ul,
.freetxt ol {
  margin: 0 20px;
}
.freetxt ul li {
  list-style: square;
  margin-bottom: 15px;
}
.freetxt ol li {
  list-style: decimal;
  margin-bottom: 15px;
}
.freetxt h1 {
  margin-bottom: 30px;
}
.freetxt h2 {
  margin-bottom: 30px;
  color: var(--navy);
}
.freetxt h3 {
  padding: 10px;
  margin-bottom: 30px;
  border-left: 5px solid var(--navy);
  border-bottom: 1px solid var(--navy);
  line-height: 1.4;
}
.freetxt table {
  width: 100%;
}
.freetxt table th {
  padding: 10px 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  background-color: #e0e0e0;
  border: 1px solid #ccc;
}
.freetxt table td {
  padding: 10px 15px;
  border: 1px solid #ccc;
}
.freetxt .youtube {
  margin-bottom: 20px;
}
.freetxt .youtube iframe {
  width: 100%;
  height: 550px;
}
@media (max-width: 1200px) {
  #newsSingle .ttlheader .date::after {
    left: -20%;
    width: calc(15% + 50px);
  }
}
@media (max-width: 767px) {
  #newsSingle .ttlheader h1 {
    padding-bottom: 30px;
  }
  .freetxt figure {
    margin-bottom: 20px;
  }
  .freetxt h2 {
    margin-bottom: 30px;
  }
  .freetxt h3 {
    margin-bottom: 30px;
  }
}

/* ページネーション
-------------------------------------------------------------- */
.paging {
  position: relative;
  padding: 60px 0 0;
}
.paging .container {
  position: relative;
  justify-content: center;
  max-width: 280px;
  overflow: hidden;
}
.paging .btn.back {
  margin-bottom: 20px;
  width: 100%;
}
.paging .next,
.paging .prev {
  justify-content: center;
  width: 50%;
  line-height: 1;
}
.paging .next a,
.paging .prev a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
  opacity: .88;
}
.paging .next a:hover,
.paging .prev a:hover {
  opacity: 1;
}
.pagination {
  position: relative;
  padding: 60px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
}
.pagination .nav-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 200px;
  max-width: 1020px;
  width: 90%;
}
a.page-numbers,
.pagination .current {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  padding: 2px;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(32, 47, 84, 0.4);
  line-height: 1;
}
.pagination .current,
a.page-numbers:hover {
  border-bottom: 1px solid transparent;
  opacity: 1;
}
a.page-numbers.prev,
a.page-numbers.next {
  display: none;
}
@media (max-width: 767px) {
  .paging {
    padding: 30px 0 0;
  }
  .paging .container {
    max-width: 100%;
    overflow: hidden;
  }
  .paging .btn.back {
    width: 100%;
  }
  .paging .next,
  .paging .prev {
    width: 40%;
  }
  .paging .next a,
  .paging .prev a {
    gap: 5px;
  }
  .paging .next img,
  .paging .prev img {
    width: 6px;
  }
  .pagination {
    padding: 30px 0;
  }
  .pagination .nav-links {
    padding: 0 60px;
  }
  a.page-numbers,
  .pagination .current {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
  }
  a.next,
  a.prev {
    margin: 0;
    width: 50px;
    height: 30px;
    font-size: 0;
  }
  a.next::before,
  a.prev::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 30px;
  }
  a.next::after,
  a.prev::after {
    width: 10px;
    height: 11px;
  }
  a.next::after {
    right: 15px;
  }
  a.prev::after {
    left: 15px;
  }
}

/* access
-------------------------------------------------------------- */
#access {
  margin-top: 150px;
}
#access .accessWrap {
  position: relative;
  aspect-ratio: 1920 / 821;
}
#access .map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#access .pin {
  position: absolute;
  top: 51.5%;
  left: 52.8%;
  transform: translate(-50%, -100%);
  width: min(120px, calc(100vw * 120 / 1920));
  z-index: 2;
}
#access .pin img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #access {
    margin-top: 50px;
  }
  #access .accessWrap {
    aspect-ratio: 750 / 640;
  }
  #access .pin {
    top: 52%;
    left: 50.3%;
    width: min(120px, calc(100vw * 120 / 750));
  }
}
/* footer
-------------------------------------------------------------- */
footer {
  padding: 50px 0 80px;
}
footer .flogo {
  width: 201px;
}
footer nav {
  margin-bottom: 60px;
  padding-bottom: 80px;
  width: calc(100% - 320px);
  border-bottom: 1px solid var(--navy);
}
footer nav .flex {
  justify-content: flex-start;
  gap: 60px 30px;
  max-width: 600px;
}
footer nav li {
  width: calc(33.33% - 30px);
}
footer nav li a {
  opacity: 0.88;
}
footer nav li a:hover {
  text-decoration: underline;
  opacity: 1;
}
footer .infoArea {
  width: calc(100% - 320px);
}
footer .infoArea ul {
  gap: 0 30px;
  justify-content: flex-start;
}
footer .copy {
  padding-top: 60px;
  width: 201px;
  font-size: 1.4rem;
}
/*page-top*/
#Pagetop {
  padding: 60px 0;
  text-align: center;
}
#Pagetop img {
  cursor: pointer;
}
@media (max-width: 767px) {
  footer {
    padding: 0 8% 30px;
  }
  footer .flogo {
    width: 100%;
    text-align: center;
  }
  footer nav {
    margin: 50px 0;
    padding-bottom: 40px;
    width: 100%;
  }
  footer nav .flex {
    gap: 30px 20px;
  }
  footer nav li {
    width: calc(50% - 10px);
  }
  footer .infoArea {
    width: 100%;
  }
  footer .infoArea ul {
    margin-top: 15px;
    gap: 5px;
  }
  footer .copy {
    padding-top: 40px;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    order: 4;
  }
  /*page-top*/
  #Pagetop {
    padding: 50px 0 40px;
  }
  #Pagetop img {
    width: 20px;
  }
}

/* 404
-------------------------------------------------------------- */
.post-password-form {
  margin: 200px auto 100px;
  max-width: 1100px;
  width: 90%;
}
#errormsg {
  margin-bottom: 100px;
}
#errormsg p {
  margin-bottom: 30px;
  text-align: center;
}
#errormsg .btn a {
  margin: auto;
  max-width: 300px;
}
@media (max-width: 767px) {
  #errormsg {
    margin-bottom: 50px;
  }
  #errormsg p {
    margin-bottom: 20px;
    text-align: left;
  }
  #errormsg .btn a {
    max-width: 250px;
  }
}
