@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #333;
  line-height: 1.65;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  transition: all .3s;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, picture {
  display: block;
}

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

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

header {
  width: 100%;
  height: 81px;
  position: relative;
  z-index: 10;
  background: #FFF;
}
@media screen and (max-width: 940px) {
  header {
    height: 50px;
  }
}
header .header {
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 940px) {
  header .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 50px;
    background: #FFF;
  }
}
header .header .site-name {
  display: flex;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  padding: 0 100px 0 40px;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 60px) 100%, 0% 100%);
}
@media screen and (max-width: 1070px) {
  header .header .site-name {
    padding: 0 80px 0 20px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 940px) {
  header .header .site-name {
    width: calc(100% - 50px);
  }
}
header .header .site-name .logo {
  display: grid;
  grid-template-columns: 156px 1fr;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1070px) {
  header .header .site-name .logo {
    grid-template-columns: calc(156px * 0.8) 1fr;
  }
}
header .header .site-name .logo .name {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width: 1070px) {
  header .header .site-name .logo .name {
    font-size: calc(14px * 0.8);
  }
}
@media screen and (max-width: 940px) {
  header .header .site-name .logo .name {
    white-space: nowrap;
  }
}
header .header nav {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 940px) {
  header .header nav {
    width: 100vw;
    height: 100svh;
    position: fixed;
    top: 50px;
    left: 0;
    background: #000;
    padding: 0 15px;
    translate: 0 -130vh;
    transition: all .3s;
  }
}
header .header nav .navi-list {
  display: flex;
  gap: 30px;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 1175px) {
  header .header nav .navi-list {
    gap: 15px;
  }
}
@media screen and (max-width: 1070px) {
  header .header nav .navi-list {
    gap: 10px;
  }
}
@media screen and (max-width: 940px) {
  header .header nav .navi-list {
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}
header .header nav .navi-list .list {
  height: 100%;
  display: flex;
  align-items: center;
}
header .header nav .navi-list .list.sp-navi {
  display: none;
}
@media screen and (max-width: 940px) {
  header .header nav .navi-list .list.sp-navi {
    display: flex;
  }
}
@media screen and (max-width: 940px) {
  header .header nav .navi-list .list {
    color: #FFF;
    height: 50px;
    border-bottom: 1px solid #FFF;
  }
  header .header nav .navi-list .list:nth-of-type(3) {
    grid-column: 1/3;
    border-bottom: none;
    height: 50px;
  }
  header .header nav .navi-list .list:nth-of-type(3) .btn {
    height: 50px;
  }
  header .header nav .navi-list .list:nth-of-type(7), header .header nav .navi-list .list:nth-of-type(6), header .header nav .navi-list .list:nth-of-type(5), header .header nav .navi-list .list:nth-of-type(4) {
    border-bottom: none;
    height: 35px;
  }
  header .header nav .navi-list .list:nth-of-type(7) .btn, header .header nav .navi-list .list:nth-of-type(6) .btn, header .header nav .navi-list .list:nth-of-type(5) .btn, header .header nav .navi-list .list:nth-of-type(4) .btn {
    height: 35px;
  }
  header .header nav .navi-list .list:nth-of-type(8) {
    grid-column: 1/3;
  }
  header .header nav .navi-list .list:nth-of-type(8) .btn {
    height: 35px;
  }
  header .header nav .navi-list .list:nth-of-type(8) .btn br {
    display: none;
  }
  header .header nav .navi-list .list:nth-of-type(17) {
    display: none;
  }
}
header .header nav .navi-list .list .btn {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 940px) {
  header .header nav .navi-list .list .btn {
    color: #FFF;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
  }
}
header .header nav .navi-list .list .btn.line2 span {
  color: #fff;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  header .header nav .navi-list .list .btn.line2 span {
    line-height: 1.2;
  }
}
header .header nav .navi-list .list .btn.under {
  font-size: 14px;
  display: grid;
  grid-template-columns: 12px 1fr;
  align-items: center;
  font-weight: 500;
  gap: 2px;
}
header .header nav .navi-list .list .btn.under:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #FFF;
}
@media screen and (max-width: 940px) {
  header .header nav .navi-list .list.mail {
    position: absolute;
    left: 0;
    top: calc(100svh - 100px);
    width: 100vw;
    height: 50px;
  }
}
header .header nav .navi-list .list.mail .btn {
  width: 80px;
  height: 100%;
  background: #0048CF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 940px) {
  header .header nav .navi-list .list.mail .btn {
    width: 100%;
  }
}

footer {
  background: url(../img/common/footer_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 73px 40px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 40px 15px;
  }
}
footer .copy,
footer .keyword,
footer .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: #8A8A8A;
}
@media screen and (max-width: 768px) {
  footer .copy,
  footer .keyword,
  footer .text {
    font-size: 13px;
  }
}
footer .keyword {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  footer .keyword {
    margin-top: 20px;
  }
}
footer .f-title {
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  line-height: 1.7;
}
footer .f-title + * {
  margin-top: 20px;
}
footer .copy {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  footer .copy {
    margin-top: 20px;
  }
}
footer .footer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .footer {
    flex-direction: column;
  }
}
footer .footer .f-top {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  footer .footer .f-top {
    max-width: 100%;
    order: 2;
  }
}
footer .footer .site-name {
  display: flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer .site-name {
    justify-content: center;
    margin-top: 75px;
  }
}
footer .footer .site-name + * {
  margin-top: 30px;
}
footer .footer .site-name .logo {
  display: grid;
  grid-template-columns: 156px 1fr;
  align-items: center;
  gap: 14px;
}
footer .footer .site-name .logo .name {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
}
footer .footer .navi-area {
  display: flex;
  gap: 40px;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  footer .footer .navi-area {
    max-width: 100%;
    order: 1;
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}
footer .footer .navi-area .navi-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  footer .footer .navi-area .navi-list {
    display: contents;
  }
  footer .footer .navi-area .navi-list:nth-of-type(1) .list:nth-of-type(3) {
    grid-column: 1/3;
    border-bottom: none;
    height: 35px;
  }
  footer .footer .navi-area .navi-list:nth-of-type(1) .list:nth-of-type(7), footer .footer .navi-area .navi-list:nth-of-type(1) .list:nth-of-type(6), footer .footer .navi-area .navi-list:nth-of-type(1) .list:nth-of-type(5), footer .footer .navi-area .navi-list:nth-of-type(1) .list:nth-of-type(4) {
    border-bottom: none;
    height: 35px;
  }
  footer .footer .navi-area .navi-list:nth-of-type(1) .list:nth-of-type(8) {
    grid-column: 1/3;
  }
  footer .footer .navi-area .navi-list:nth-of-type(1) .list:nth-of-type(8) .btn br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer .footer .navi-area .navi-list .list {
    border-bottom: 1px solid #FFF;
  }
}
footer .footer .navi-area .navi-list .list .btn {
  font-size: 15px;
  color: #FFF;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  footer .footer .navi-area .navi-list .list .btn {
    display: flex;
    align-items: center;
    height: 50px;
  }
}
footer .footer .navi-area .navi-list .list .btn.line2 span {
  color: #fff;
  line-height: 1.5;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  footer .footer .navi-area .navi-list .list .btn.line2 span {
    line-height: 1.2;
  }
}
footer .footer .navi-area .navi-list .list .btn.under {
  font-size: 14px;
  display: grid;
  grid-template-columns: 12px 1fr;
  align-items: center;
  font-weight: 500;
  gap: 2px;
}
footer .footer .navi-area .navi-list .list .btn.under:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #FFF;
}
footer .footer-contents {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  footer .footer-contents {
    margin-top: 28px;
  }
}

section .container {
  padding: 0 40px;
}
@media screen and (max-width: 1060px) {
  section .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  section .container {
    padding: 0 15px;
  }
}

.pagenation {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pagenation .wp-pagenavi {
  display: flex;
  gap: 5px;
}
.pagenation .wp-pagenavi .pages {
  display: none;
}
.pagenation .wp-pagenavi .previouspostslink,
.pagenation .wp-pagenavi .first,
.pagenation .wp-pagenavi .nextpostslink,
.pagenation .wp-pagenavi .last,
.pagenation .wp-pagenavi .current,
.pagenation .wp-pagenavi .page {
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  border: 1px solid #D1D1D1;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .pagenation .wp-pagenavi .previouspostslink,
  .pagenation .wp-pagenavi .first,
  .pagenation .wp-pagenavi .nextpostslink,
  .pagenation .wp-pagenavi .last,
  .pagenation .wp-pagenavi .current,
  .pagenation .wp-pagenavi .page {
    width: 9.5vw;
    height: 9.5vw;
  }
}
.pagenation .wp-pagenavi .current {
  color: #FFF;
  background: #707070;
}

.news-list {
  border-top: 1px solid #333;
  margin-top: 50px;
}
.news-list .list .btn {
  display: grid;
  grid-template-columns: 125px 1fr;
  align-items: center;
  padding: 30px 0 25px;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .news-list .list .btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
  }
}
.news-list .list .btn .date {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .news-list .list .btn .date {
    font-size: clamp(13px, 1.8vw, 16px);
  }
}
.news-list .list .btn .headline {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news-list .list .btn .headline {
    font-size: clamp(14px, 2vw, 16px);
    display: grid;
    grid-template-columns: 1fr 18px;
    align-items: center;
    width: 100%;
  }
  .news-list .list .btn .headline:after {
    content: "";
    display: block;
    width: 18px;
    height: 9px;
    background: url(../img/common/icon_a.svg) no-repeat left top;
    background-size: cover;
  }
}

.menu--btn {
  width: 50px;
  height: 50px;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  background: #FFF;
}
@media screen and (max-width: 940px) {
  .menu--btn {
    display: flex;
  }
}
.menu--btn .bar {
  width: 16px;
  height: 2px;
  background: #333;
  transition: all .3s;
}

.menu--open header .header nav {
  translate: 0 0;
}
.menu--open .menu--btn .bar {
  width: 16px;
  height: 2px;
}
.menu--open .menu--btn .bar:nth-of-type(1) {
  translate: 0 7px;
  rotate: 45deg;
}
.menu--open .menu--btn .bar:nth-of-type(2) {
  opacity: 0;
}
.menu--open .menu--btn .bar:nth-of-type(3) {
  translate: 0 -7px;
  rotate: -45deg;
}

/* responsive */
@media screen and (min-width: 769px) {
  .pcHide {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spHide {
    display: none !important;
  }
}

/* モーダルウインドウ */

.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:10;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1000px;
	width: 90%;
}
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
}

/*# sourceMappingURL=style.css.map */
