@charset "UTF-8";
/*
normalize
BASE
LAYOUT
MODULE
STATUS

header
pan
footer
loading

about
contact
index
project
 pagenavi

HOVER
REMODAL
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
ul, ol {
  padding: 0;
  list-style: none;
}
/*****************************************************
BASE*/ :root {
  --main-color: #003f71;
  --second-color: #516e9f;
  --third-color: #eaf4f5;
  --sub-color: #f3f3f3;
  --txt-color: #202020;
  --link-color: #202020;
  --title-color: #003f71;
  --gnav-color: #202020;
  --line-color: #DDD4D4;
  --size-ex-high: 160px;
  --size-high: 120px;
  --size-ex-mid: 104px;
  --size-mid: 80px;
  --size-low: 56px;
  --size-48: 48px;
  --size-ex-low: 32px;
  /* sp 70%	*/
  --size-rate: 0.7;
	
	--transition-ease-out:0.2s ease-out;
	--leading-trim: calc((1em - 1lh) / 2);
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  color: var(--txt-color);
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "sans-serif";
  width: 100%;
  position: relative;
  line-height: 2;
  letter-spacing: .1em;
  overflow-x: hidden;
  font-weight: 400;
  background-color: #fff;
}
a:link, a:visited {
  color: var(--main-color);
  text-decoration: none;
  transition: color var(--transition-ease-out);
}
a:link:hover {
  color: var(--second-color);
}
a[href^="tel:"] {
  pointer-events: none;
}
p {
  margin-bottom: 2em;
}
p:last-child {
  margin-bottom: 0;
}
h1, h2, h3, h4 {
  font-weight: 500;
  letter-spacing: .05em;
  font-size: 0;
  margin: 0;
  padding: 0;
}
picture {
  display: block;
  max-width: 100%;
  height: auto;
}
picture img,img, svg, video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
source {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.strng {
  font-weight: 600;
}
/*****************************************************
LAYOUT*/
.l-w-100 {
  width: 100%;
  max-width: 100%;
}
.l-w-master {
  width: 90%;
}
.l-w-mid {
  width: 80%;
  /*  max-width: 1024px;*/
}
.l-w-narrow {
  width: 67%
}
.l-w-50 {
  width: 50%;
}
.l-w-64 {
  width: 64%;
  max-width: 760px;
}
.l-w-60 {
  width: 60%;
}
.l-w-48 {
  width: 48%;
}
.l-w-40 {
  width: 40%;
  max-width: 728px;
}
.l-w-30 {
  width: 30%;
}
.l-w-28 {
  width: 28%;
  max-width: 312px;
}
.l-w-master {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  max-width: 1265px;
  position: relative;
}
.l-flex-wrp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-flex-wrp-c {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-flex-wrp-s {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
/*****************************************************
SIDE*/
.item-space{
    margin-left: 3.3em;
    display: inline-block;
}
.mgn-side-auto {
  margin-left: auto;
  margin-right: auto
}
.pd-side {
  padding-left: 5%;
  padding-right: 5%;
}
.mgn-right-12 {
  margin-right: 12%
}
/*****************************************************
MARGIN*/
.mgn-ex-high {
  margin-top: var(--size-ex-high);
  margin-bottom: var(--size-ex-high);
}
.mgn-high {
  margin-top: var(--size-high);
  margin-bottom: var(--size-high);
}
.mgn-ex-mid {
  margin-top: var(--size-ex-mid);
  margin-bottom: var(--size-ex-mid);
}
.mgn-mid {
  margin-top: var(--size-mid);
  margin-bottom: var(--size-mid);
}
.mgn-low {
  margin-top: var(--size-low);
  margin-bottom: var(--size-low);
}
.mgn-ex-low {
  margin-top: var(--size-ex-low);
  margin-bottom: var(--size-ex-low);
}
/*****************************************************
MARGIN BOTTOM*/
.mgn-bottom-ex-higher {
  margin-bottom: var(--size-ex-higher);
}
.mgn-bottom-ex-high {
  margin-bottom: var(--size-ex-high);
}
.mgn-bottom-high {
  margin-bottom: var(--size-high);
}
.mgn-bottom-ex-mid {
  margin-bottom: var(--size-ex-mid);
}
.mgn-bottom-mid {
  margin-bottom: var(--size-mid) !important;
}
.mgn-bottom-low {
  margin-bottom: var(--size-low);
}
.mgn-bottom-ex-low {
  margin-bottom: var(--size-ex-low) !important;
}
.mgn-bottom-3em {
  margin-bottom: 4em !important;
}
.mgn-bottom-1em {
  margin-bottom: 1.25em !important;
}
.mgn-bottom-05em {
  margin-bottom: .75em !important;
}
/*****************************************************
MARGIN TOP*/
.mgn-top-ex-high {
  margin-top: var(--size-ex-high) !important;
}
/*****************************************************
PADDING*/
.pd-ex-high {
  padding-top: var(--size-ex-high);
  padding-bottom: var(--size-ex-high);
}
.pd-high {
  padding-top: var(--size-high);
  padding-bottom: var(--size-high);
}
.pd-ex-mid {
  padding-top: var(--size-ex-mid);
  padding-bottom: var(--size-ex-mid);
}
.pd-mid {
  padding-top: var(--size-mid);
  padding-bottom: var(--size-mid);
}
.pd-low {
  padding-top: var(--size-low);
  padding-bottom: var(--size-low);
}
.pd-ex-low {
  padding-top: var(--size-ex-low);
  padding-bottom: var(--size-ex-low);
}
/*****************************************************
PADDING BOTTOM*/
.pd-bottom-ex-high {
  padding-bottom: var(--size-ex-high);
}
.pd-bottom-high {
  padding-bottom: var(--size-high);
}
.pd-bottom-ex-mid {
  padding-bottom: var(--size-ex-mid);
}
.pd-bottom-mid {
  padding-bottom: var(--size-mid);
}
.pd-bottom-low {
  padding-bottom: var(--size-low);
}
.pd-bottom-ex-low {
  padding-bottom: var(--size-ex-low);
}
/*****************************************************
PADDING TOP*/
.pd-top-ex-high {
  padding-top: var(--size-ex-high);
}
.pd-top-high {
  padding-top: var(--size-high);
}
.pd-top-ex-mid {
  padding-top: var(--size-ex-mid);
}
.pd-top-mid {
  padding-top: var(--size-mid);
}
.pd-top-low {
  padding-top: var(--size-low);
}
.pd-top-ex-low {
  padding-top: var(--size-ex-low);
}
@media not all and (min-width: 769px) {
  .l-flex-wrp {
    flex-wrap: wrap;
  }
  .l-w-50, .l-w-64, .l-w-60, .l-w-48, .l-w-40,.l-w-30, .l-w-28 {
    width: 100%;
    max-width: 100%
  }
  .l-w-mid, .l-w-narrow {
    width: 100%;
    max-width: 100%;
  }
  /*****************************************************
MARGIN*/
  .mgn-ex-high {
    margin-top: calc(var(--size-ex-high) * var(--size-rate));
    margin-bottom: calc(var(--size-ex-high) * var(--size-rate));
  }
  .mgn-high {
    margin-top: calc(var(--size-high)*var(--size-rate));
    margin-bottom: calc(var(--size-high)*var(--size-rate));
  }
  .mgn-ex-mid {
    margin-top: calc(var(--size-ex-mid)*var(--size-rate));
    margin-bottom: calc(var(--size-ex-mid)*var(--size-rate));
  }
  .mgn-mid {
    margin-top: calc(var(--size-mid)*var(--size-rate));
    margin-bottom: calc(var(--size-mid)*var(--size-rate));
  }
  .mgn-low {
    margin-top: calc(var(--size-low)*var(--size-rate));
    margin-bottom: calc(var(--size-low)*var(--size-rate));
  }
  .mgn-ex-low {
    margin-top: calc(var(--size-ex-low)*var(--size-rate));
    margin-bottom: calc(var(--size-ex-low)*var(--size-rate));
  }
  /*****************************************************
MARGIN BOTTOM*/
  .mgn-bottom-ex-high {
    margin-bottom: calc(var(--size-ex-high) * var(--size-rate));
  }
  .mgn-bottom-high {
    margin-bottom: calc(var(--size-high) * var(--size-rate));
  }
  .mgn-bottom-ex-mid {
    margin-bottom: calc(var(--size-ex-mid) * var(--size-rate));
  }
  .mgn-bottom-mid,
	.mgn-bottom-mid-sp{
    margin-bottom: calc(var(--size-ex-mid) * var(--size-rate));
  }
  .mgn-bottom-low {
    margin-bottom: calc(var(--size-low) * var(--size-rate));
  }
  .mgn-bottom-ex-low,
	.mgn-bottom-ex-low-sp{
    margin-bottom: calc(var(--size-ex-low) * var(--size-rate));
  }
  /*****************************************************
PADDING*/
  .pd-ex-high {
    padding-top: calc(var(--size-ex-high) * var(--size-rate));
    padding-bottom: calc(var(--size-ex-high) * var(--size-rate));
  }
  .pd-high {
    padding-top: calc(var(--size-high) * var(--size-rate));
    padding-bottom: calc(var(--size-high) * var(--size-rate));
  }
  .pd-ex-mid {
    padding-top: calc(var(--size-ex-mid) * var(--size-rate));
    padding-bottom: calc(var(--size-ex-mid) * var(--size-rate));
  }
  .pd-mid {
    padding-top: calc(var(--size-mid) * var(--size-rate));
    padding-bottom: calc(var(--size-mid) * var(--size-rate));
  }
  .pd-low {
    padding-top: calc(var(--size-low) * var(--size-rate));
    padding-bottom: calc(var(--size-low) * var(--size-rate));
  }
  .pd-ex-low {
    padding-top: calc(var(--size-ex-low) * var(--size-rate));
    padding-bottom: calc(var(--size-ex-low) * var(--size-rate));
  }
  /*****************************************************
PADDING BOTTOM*/
  .pd-bottom-ex-high {
    padding-bottom: calc(var(--size-ex-high) * var(--size-rate));
  }
  .pd-bottom-high {
    padding-bottom: v calc(var(--size-high) * var(--size-rate));
  }
  .pd-bottom-ex-mid {
    padding-bottom: calc(var(--size-ex-mid) * var(--size-rate));
  }
  .pd-bottom-mid {
    padding-bottom: calc(var(--size-mid) * var(--size-rate));
  }
  .pd-bottom-low {
    padding-bottom: calc(var(--size-low) * var(--size-rate));
  }
  .pd-bottom-ex-low {
    padding-bottom: calc(var(--size-ex-low) * var(--size-rate));
  }
  /*****************************************************
PADDING TOP*/
  .pd-top-ex-high {
    padding-top: calc(var(--size-ex-high) * var(--size-rate));
  }
  .pd-top-high {
    padding-top: calc(var(--size-high) * var(--size-rate));
  }
  .pd-top-ex-mid {
    padding-top: calc(var(--size-ex-mid) * var(--size-rate));
  }
  .pd-top-mid {
    padding-top: calc(var(--size-mid) * var(--size-rate));
  }
  .pd-top-low {
    padding-top: calc(var(--size-low) * var(--size-rate));
  }
  .pd-top-ex-low {
    padding-top: calc(var(--size-ex-low) * var(--size-rate));
  }
  /*****************************************************
SIDE*/
  .mgn-left-20 {
    margin-left: 0;
    margin-bottom: 56px;
  }
  .pd-side-sp, .pd-side-sp {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/*****************************************************
MODULE*/
.title-ex-large {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: .1em;
  color: var(--main-color);
}
.title-large {
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: .1em;
}
.title-middle {
  font-size: 1.5rem;
  color: var(--main-color);
  font-weight: 500;
}
.title-small {
  font-size: 1rem;
  color: var(--main-color);
  font-weight: 500;
  line-height: 1.75;
}
.title-ex-small {
  font-size: 1.5rem;
  line-height: 1;
}
.title-ex-small a {
  color: var(--txt-color) !important
}
.title-ex-small a:hover {
  color: var(--link-color) !important;
}
.title-bold {
  font-size: inherit;
}
.title-normal {
  font-size: 1.4rem;
}
.title-color {
  color: var(--main-color);
}
.outline-table {
  border-top: 1px solid var(--main-color);
}
.outline-table tr td {
  border-bottom: 1px solid var(--main-color);
  padding: 1.4em 0;
}
.outline-table-hdr {
  width: 30%;
  font-weight: 700;
  vertical-align: top;
}
.table-header {
  font-weight: 400;
  width: 24%;
}
.outline-table table tr td {
  border: 0;
  padding: 0;
}
a.btn {
  -webkit-appearance: none;
  line-height: 1.4;
  text-align: center;
  padding: 1.4em 2em;
  display: inline-block;
  cursor: pointer;
  background-color: var(--main-color);
  font-size: .875rem;
  max-width: 480px;
  border-radius: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: var(--transition-ease-out);
  overflow: hidden;
  border: none;
}
a.btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: var(--main-color);
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform var(--transition-ease-out);
  overflow: hidden;
}
a.btn::after {
  content: "";
  width: 10px;
  height: 7px;
  background-repeat: no-repeat;
  position: absolute;
  right: 24px;
  top: 50%;
  transition: transform ease .2s;
  transform: translateY(-30%);
}
a.btn:hover {
  background-color: var(--txt-color);
  color: #fff;
}
a.btn:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
a.btn-frm {
  border: 1px solid #20202080;
  color: var(--txt-color);
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: none;
}
a.btn-frm:hover {
  border: 1px solid #20202080;
  color: #fff !important;
  text-decoration: none;
  background-color: var(--main-color) !important;
}
.btn-background {
  border: none;
  border-radius: 4px;
  background-color: #fff !important;
  color: var(--main-color) !important;
}
.btn-background-back {
  background: #CACACA;
  color: #202020 !important;
}
.btn-50 {
  width: calc(50% - 8px);
  margin: 0 2px;
}
.btn-background:hover {
  background-color: var(--link-color);
  color: #fff !important;
}
.btn-white {
  background-color: #fff !important;
  color: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
}
.btn-white:hover {
  color: #fff !important;
}
.btn-width {
  width: 100%;
  max-width: 480px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.btn-block {
  display: block;
}
.float-l {
  float: left;
}
.float-r-sp {
  float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.float-r {
  float: right;
}
.border-top {
  border-top: 1px solid var(--line-color);
}
.border-bottom {
  border-bottom: 1px solid var(--line-color);
}
.border-top-bottom {
  border-top: 1px solid var(--line-color);
  border-bottom: 1px solid var(--line-color);
}
.border-left {
  border-left: 1px solid var(--line-color);
}
.txt-c, .txt-c-to-l {
  text-align: center;
}
.txt-l, .txt-l-to-c {
  text-align: left;
}
.txt-r {
  text-align: right;
}
.txt-u {
  text-decoration: underline !important;
}
.txt-main-color {
  color: var(--main-color);
}
.txt-line-height-1 {
  line-height: 1
}
.link-underline-dotted {
  border-bottom: 1px dotted #000;
}
.leading-trim{
	margin-top:var(--leading-trim);
}
.txt-lead {
  font-size: 1.125rem;
	margin-top:var(--leading-trim);
}
.txt-small {
  font-size: .875rem;
}
.txt-dark {
  color: var(--txt-color) !important;
}
.bg-f {
  background-color: #fff;
}
.bg-f3 {
  background-color: #f3f3f3;
}
.bg-fa {
  background-color: #fafafa;
}
.no-pc {
  display: none;
}
.no-sp {
  display: block;
}
.list-dot{/*イストク*/
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
}
.lst-dot {
  list-style-type: none;
}
.lst-dot li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #202020;
  border-radius: 50%;
  position: relative;
  top: 0;
  margin-right: 1em;
}
.lst-mun {
  list-style-type: decimal;
  padding-left: 1.4em;
}
@media not all and (min-width: 769px) {
  .bnr-with-img.l-w-48 {
    margin-bottom: 32px;
  }
  .title-large {
    font-size: 2rem;
  }
  .line-ver {
    height: 104px;
  }
  .title-ex-large, .title-ex-large-sub {
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .no-pc {
    display: block;
  }
  .no-sp {
    display: none !important;
  }

  .txt-l-to-c {
    text-align: center;
  }
  .txt-c-to-l {
    text-align: left;
  }
  .float-l, .float-r {
    float: none;
  }
  .outline-table tr td {
    display: block;
  }
  .outline-table tr td.outline-table-hdr {
    border: none;
    padding-bottom: 0;
    width: 100%;
  }
  .bnr-img {
    width: 100%;
  }
  .bnr-img img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 0;
  }
  .bnr-txt {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom-left-radius: 30px;
  }
  .btn-50 {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .btn-frm {
    line-height: 1.75;
  }
  .btn-width {
    max-width: 100%;
    width: 100%;
  }
  .btn-background-back {
    margin-top: 8px;
  }
}
/*****************************************************
HERO ******************************************************/
.hero {
  width: 100%;
  height: 100vh;
  background-color: var(--main-color);
  display: grid;
  place-items: center;
  position: relative;
}
.hero .logo {
	width: 60vh;
 max-width: 80%;
 height: auto;
}

.hero-news-wrp{
 position: absolute;
 bottom: 2vh;
 left: 5%;
 background-color: rgba(255,255,255,.3);
 color: #fff;
 line-height: 1.8;
	border: 1px solid #fff;
	border-radius: 4px;
 padding: 1em;
 font-size: .875rem;
 max-width: 360px;
 transition: background-color, border-radius var(--transition-ease-out);
}
.hero-news-wrp a{
 color: #fff!important;
}
.hero-news-wrp:hover{
 border-radius: 12px;
 background-color: rgba(255,255,255,.8);
 color: var(--main-color);
 cursor: pointer
}
.hero-news-wrp a:hover{
 color: var(--main-color)!important;
}
.hero-news-img{
 width: 25%;
 aspect-ratio:1 / 1;
 overflow: hidden;
 border-radius: 50%;
}
.hero-news-img img{
 object-fit: cover;
 width: 100%;
 height: 100%;
}
.hero-news-meta{
 width: 70%;
}

.page-link {
  color: #fff;
  font-size: .875rem;
  position: absolute;
/* transform-origin: 0 100%;*/
  bottom: 5vh;
 right: 0;


  z-index: 10;
  transform: rotate(-90deg);
  
  transition: bottom var(--transition-ease-out);
}
.page-link a {
  color: #fff;
}
.page-link:hover {
  bottom: 24px;
}
.page-link a:hover {
  color: #fff;
}
.title-txt {
  display: block;
  max-width: 72%;
}
.spec-ttl {
  vertical-align: top;
  white-space: nowrap;
	padding-right: 1em !important;
 flex-wrap: 600
}
.mov-wrp {
  width: 100%;
  aspect-ratio: 16/9;
}
.mov-wrp iframe {
  width: 100%;
  height: 100%;
}
@media not all and (min-width: 769px) {
  .spec-table.outline-table td {
    padding: .75em 0;
    width: 100%;
  }
  .spec-table.outline-table td.spec-ttl {
    padding-bottom: 0;
    border-bottom: none;
    font-weight: 500;
    color: var(--main-color);
  }
  .title-txt {
    max-width: 90%;
  }
  .hero .logo {
   width: 80%;
    height: auto;
  }
 .page-link{
  display: none;
 }
}
/*****************************************************
HDR ******************************************************/
.page-hdr {
  background-color: var(--main-color);
  width: 100%;
  height: 64px;
  display: grid;
  place-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
.page-hdr .logo {
  width: 48px;
  height: 48px;
}
.page-body {
  margin-top: var(--size-low);
  padding-top: var(--size-low)
}
.page-title {
  text-align: center;
  margin-bottom: var(--size-low);
  color: var(--main-color);
  font-weight: 600;
}

/*****************************************************
SPLIDE ******************************************************/
.splide-wrp {
  /*
	width: 200%;
	margin-left: -50%;
*/
}
.splide__track {
  margin-bottom: 1em;
}
.splide__pagination__page {
  background-color: #E3DADA;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  margin-inline: 4px;
	transform: scale(1);
	transition: transform var(--transition-ease-out);
	cursor: pointer;
}
.splide__pagination__page.is-active {
  background-color: var(--main-color);
	transform: scale(1.2);
}

/*****************************************************
PAGE ******************************************************/
.page-section {
  padding-block: var(--size-low);
  border-bottom: 1px dotted var(--line-color);
}
.page-section:first-child {
  padding-block: 0 var(--size-low);
}
.page-section.lead-txt p{
 font-size: 1.125rem;
	margin-top:var(--leading-trim);
}
.add-txt i {
  margin-right: .5em;
  font-weight: 700;
}
.add-txt-sns{
	margin-top: 1em;
	font-size: 1.5rem;
}

@media not all and (min-width: 769px) {
    .page-body {
  padding-top: var(--size-ex-low)
}
    .page-title {
        margin-bottom: var(--size-ex-low);
    }
    .page-section {
  padding-block: var(--size-ex-low);
}
.page-section:first-child {
  padding-block: 0 var(--size-ex-low);
}
    #exhibition .page-section:last-child{
        border: none;
        padding-block: 0;
    } 
    .open-factory-img{
    margin-bottom: 1em
}
}
/*****************************************************
INDEX ******************************************************/
/*右側へ要素を広げる（2カラム）*/
.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 10%;
}
.column-outside-left img {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
/*右側へ要素を広げる（2カラム）*/
.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 5%;
}
.column-outside-right img {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}

@media not all and (min-width: 769px) {
	  .without-frm,
	.column-outside-right{
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
		flex: auto;
  }
}
/*****************************************************
MAKER ******************************************************/

.index-maker-thumb{
	aspect-ratio: 5 / 4;
	overflow: hidden;
	border: 2px solid transparent;
}
.index-maker-thumb:hover{
	border: 2px solid var(--main-color);
}
.card .index-maker-thumb img{
	margin-bottom: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all var(--transition-ease-out);
	
}
.card .index-maker-thumb img:hover{
	transform: scale(1.1);
	 
}

.maker-description, .maker-link {
  font-size: .875rem;
}
.maker-description {
  margin-top: -2em;
}
.maker-link {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.maker-link i {
  margin-right: 1em;
}
.card-container {
  margin: 0 auto;
  width: 80%;
/*  max-width: 1012px;*/
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  /*	grid-template-columns: auto auto auto;*/
  column-gap: 4%;
  row-gap: 80px;
}
.card-container-talk {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 1.5em;
}


.card-talk {
  grid-row: span 3;
}
.card img {
  margin-bottom: 1em;
}
.card .title-middle,
.page-body .title-middle{/*メーカーページの小見出し*/
  line-height: 1.5;
}
.scroll-table {
  overflow-x: auto;
  padding-bottom: 12px;
  -webkit-overflow-scrolling: touch;
}
.scroll-table::-webkit-scrollbar, .plan-news-list-wrp::-webkit-scrollbar {
  height: 12px;
}
.scroll-table::-webkit-scrollbar-track, .plan-news-list-wrp::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.scroll-table::-webkit-scrollbar-thumb, .plan-news-list-wrp::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border: none;
}
.index-event-table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 820px;
}
.index-event-table td, .index-event-table th {
  border: 1px solid var(--main-color);
  padding: 1em;
}
.table-hdr-maker, .event-table-event {
  white-space: nowrap;
}
.table-hdr-event {
  width: 20%;
}
.index-event-table td {
  font-size: .9375rem;
}
.index-event-table th {
  text-align: center;
  font-weight: 700;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1rem;
}
.index-event-table th:last-child {
  border-right: 1px solid var(--main-color);
}
.event-table-border-bottom {
  border-bottom: 1px solid var(--main-color) !important;
}
.event-table-hdr {
  background-color: var(--main-color);
}
.event-table-maker-name {
  background-color: var(--second-color);
  white-space: nowrap;
  font-weight: 700;
}
.event-table-event {
  font-weight: 700;
  background-color: var(--third-color);
}
.event-detail-link a {
  font-size: .8125rem;
  color: #fff;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: .24em 1em;
}
.event-detail-link a:hover {
  color: var(--main-color);
  background-color: var(--third-color);
}
@media not all and (min-width: 769px) {
  .column-outside-left img, .column-outside-right img {
    border-radius: 0;
  }
  .card-container {
    width: 90%;
  }
  .card img {
    margin-bottom: .5em;
  }
}
/****************************************************
PAN*/
.pan-list {
  line-height: 1;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: .8125rem;
}
.pan-list li {
  display: inline;
}
.pan-list li:before {
  content: " / ";
}
.pan-list li:first-child:before {
  content: "";
}
@media not all and (min-width: 769px) {
  .pan-list {
    line-height: 1.4;
  }
  .cont-wrp {
    margin-bottom: 160px;
    margin-top: 60px;
  }
  .category-panel-showroom img {
    object-fit: cover;
    height: 268px;
  }
}

/*****************************************************
CARD MED / ENTRY */
.card-md-wrp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6.666%;
  row-gap: 80px;
  margin: 0 auto;
  align-items: stretch;
}
.card-md-wrp .item figure {
  margin-bottom: 32px;
  border-radius: 50%;
	aspect-ratio: 1 / 1;
  overflow: hidden;
}
.card-md-wrp .item figure img {
	  object-fit: cover;
    width: 100%;
    height: 100%;
}
.entry-date {
  font-size: .8125rem;
	display: block;
}
.post-categories{
 font-size: .8125rem;
}
.post-categories li{
 display: inline;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  font-size: .875rem;
  line-height: 1;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin-inline:1em;
  white-space: nowrap;
  padding: 0;
  border: 0;
}
.wp-pagenavi a:hover {
  color: var(--main-color) !important;
  font-weight: 400;
  text-decoration: none;
}
.wp-pagenavi span.pages {
  margin-right: 1em;
  border: none;
  background: none;
  text-decoration: none;
  display: none;
}
.wp-pagenavi a.last {
  margin-left: 1em;
  border: none;
}
.nextpostslink,
.previouspostslink{
 display: inline-block;
 width: 11px;
 height: 13px;
}
.wp-pagenavi span.current {
    font-weight: normal;
    color: var(--main-color);
}

.pager{
 font-size: .8125rem;
}

.pager-prev::before{
    content: url(https://kitemitemii.com/cms/wp-content/uploads/2025/08/arrow-left-small.svg);
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
	margin-right: .5em;
}

.pager-next::after{
    content: url(https://kitemitemii.com/cms/wp-content/uploads/2025/08/arrow-right-small.svg);
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
	margin-left: .5em;
}
span.pager-prev::before,
span.pager-next::after{
	content: '';
}
@media not all and (min-width: 769px) {
  .card-md-wrp {
    grid-template-columns: 1fr;
    gap: 0;
    row-gap: 32px;
    margin-bottom: 32px;
  }
  .card-md-wrp .item {
    border-top: 1px solid var(--line-color);
    padding-top: 32px;
    display: flex;
    align-items: flex-start;
    gap: 6.55%;
  }
  .card-md-wrp .item figure {
    flex: 0 0 30%;
    margin-bottom: 0;
  }
  .card-md-wrp .item .card-meta {
    flex: 1;
    min-width: 0;
  }
}
/*****************************************************
FOOTER*/
.ftr {
  background-color: #fff;
  color: var(--main-color);
  font-size: 1rem;
  padding-top: 88px;
  padding-bottom: 88px;
}
.ftr a {
  color: var(--main-color);
}
.ftr-logo {
  width: 80px;
}
.ftr-sns {
  font-size: 1.4rem;
  line-height: 1;
}
.btn-up {
  transform: rotate(-90deg);
  position: absolute;
  right: 5%;
  top: -10px;
}
@media not all and (min-width: 769px) {
  .ftr {
    padding-top: 72px;
  }
  .ftr-hdr, .ftr-nav {
    width: 100%;
  }
  .ftr-hdr {
    margin-bottom: 32px;
  }
  .ftr-nav {
    margin-bottom: 32px;
  }
  .ftr-nav .l-flex-wrp {
    display: block;
  }
}
/****************************************************
LOADING****************************************/
.loading-wrp {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: var(--main-color);
  background-size: 100%;
  top: 0;
  left: 0;
}
.loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: .75rem !important;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.loader {
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /*
  background: var(--main-color);
  background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0) 42%);
*/
  background-image: url("../images/uzu.svg") center center no-repeat;
  position: relative;
  animation: load 1s infinite linear;
  transform: translateZ(0);
  opacity: 1;
}
.loader:before {
  width: 50%;
  height: 50%;
  /*  background: #fff;*/
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  /*  background: var(--main-color);*/
  width: 96%;
  height: 96%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg) scale(1.2);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg) scale(0);
  }
}
@media not all and (min-width: 769px) {
  a.btn {
    width: 100%;
  }
}
/**********************************************************************************************************
box-4****************************************/
.card-4 {
  width: 23%;
}
.card-4.card-4-inline {
  display: inline-block;
  float: none;
  vertical-align: top
}
.card-4-img {
  margin-bottom: 1em;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  border-radius: 16px;
}
.card-4-img img {
  transition: all var(--transition-ease-out);
}
.card-4-img img:hover {
  transform: scale(1.1);
}
@media not all and (min-width: 769px) {

  .card-4 .title-small {
    font-size: .875rem;
  }
}
/**********************************************************************************************************
CARD-3 トップページ登壇者　flex****************************************/
.card-3 {
  width: 30%;
}
.card-3.card-3-inline {
  display: inline-block;
  float: none;
  vertical-align: top
}
.card-3 img {
  transition: all var(--transition-ease-out);
  border-radius: 50%;
}
.card-3 img:hover {
  transform: scale(1.1);
}

/**********************************************************************************************************
CARD-5 メーカー個別ページのサムネイル float****************************************/
.card-5 {
  width: 18.45%;
  float: left;
  margin-right: 1.777%;
  margin-bottom: var(--size-ex-low)
}
.card-5:nth-child(5n) {
  margin-right: 0
}
.card-img {
  overflow: hidden;
  margin-bottom: .25em;
  border: 2px solid transparent;
}
.card-img:hover {
  border: 2px solid var(--main-color);
}
.card-img a img {
  transition: all .2s ease-out;
}
.card-img a img:hover {
  transform: scale(1.1);
}
.add-map{/*個別ページGoogle Maps*/
        aspect-ratio:5/4;
    }
.add-map iframe{
        width: 100%;
        height: 100%;
    }
@media not all and (min-width: 769px) {
  .card-3,
    .card-4,
    .card-5 {
    width: 47.5%;
  }
  .card-3:last-child {
    width: 100%;
  }
  .card-3:last-child img {
    width: 47.5%;
  }
  .card-3:nth-child(1),
    .card-3:nth-child(2),
    .card-4:nth-child(1),
    .card-4:nth-child(2) {
    margin-bottom: 80px;
  }
  .card-3 .title-small {
    font-size: .875rem;
  }
    .card-5,
    .card-5:nth-child(5n){
        margin-right: 5%;
}
    .card-5:nth-child(even){
        margin-right: 0;
    }
    
    .add-map{
        aspect-ratio:1/1;
    }
    
}
/**********************************************************************************************************
Sponsorship******************************************************/

.sponsor-wrp{
	display: grid;
  grid-template-columns: repeat(auto-fit, 15.05%);
  justify-content: start;
  grid-gap: 1.9305%;
}

a.sponsor,
div.sponsor{
  background-color: #fff;
  color: var(--main-color);
  font-size: .8125rem;
  line-height: 1.8;
  text-align: center;
  aspect-ratio: 1 / 1;
  display: grid;
  place-content: center;
	place-items: center;
  border: 1px solid #fff;
  transition: border var(--transition-ease-out);
  padding: 1em;
}

a.sponsor:hover {
  border: 2px solid var(--main-color);
}
@media not all and (min-width: 769px) {
	.sponsor-wrp{
  grid-template-columns: repeat(auto-fit, 31.172%);
		grid-gap: 1% 2.849%;
	}
a.sponsor,
div.sponsor{
    font-size: .8125rem;
		padding: .5em;
  }
}
/**********************************************************************************************************
募集******************************************************/
#bosyu {
  background-color: var(--main-color);
  color: #fff;
}
#bosyu .title-ex-large {
  color: #fff;
}
/**********************************************************************************************************
DRAWER******************************************************/
.btn-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index: calc(infinity);
  background-color: var(--main-color);
  transition: all var(--transition-ease-out);
}
.btn-drawer-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 32px;
  background: rgba(255, 255, 255, 0);
  transition: all var(--transition-ease-out);
}
.btn-drawer-line::before, .btn-drawer-line::after {
  content: "";
  height: 2px;
  width: 32px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: inherit;
}
.btn-drawer-line::before {
  top: -6px;
}
.btn-drawer-line::after {
  top: 6px;
}
.open .drawer-menu {
  transition: all .5s;
  visibility: visible;
  opacity: 1;
}
.open .btn-drawer {
  border-color: #fff
}
.open .btn-drawer-line {
  background-color: transparent;
}
.open .btn-drawer-line::before, .open .btn-drawer-line::after {
  top: 0;
  background: #fff
}
.open .btn-drawer-line::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .btn-drawer-line::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.drawer-menu {
  position: fixed;
  display: grid;
  place-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 102;
  color: #fff;
  padding: 3em 0;
  overflow: auto;
}
.drawer-menu ul {
  padding: 0;
  list-style-type: none
}
.drawer-list-item {
  width: 100%;
  line-height: 1;
  margin-bottom: .75em;
}
.drawer-list-item-btn{
	margin-block: 1em;
}
.drawer-list-item a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all var(--transition-ease-out);
  padding: .4em 0;
}
.drawer-child-title{
  display: flex;
  align-items: center; /* 垂直中心 */
	margin-bottom: .5em
}
.drawer-child-title:after {
  border-top: 1px solid;
  content: "";
  width: 5em; /* 線の長さ */
	margin-left: 1em;
	
}
.drawer-list-child {
  margin-top: 1em;
}
.drawer-list-item-child a {
  margin-left: 1em;
  height: 2.2em;
}
.drawer-list-item a:hover {
  transform: translateY(-5px);
  transition: all var(--transition-ease-out);
  color: #fff !important;
}
.drawer-list-item li.txt-small {
  line-height: 1.75;
}
.drawer-sns a{
  font-size: 1.4rem;
	display: inline-block;
  margin-right: .5em;
}
.drawer-list-item.txt-small {
  line-height: 1.4;
}
/**********************************************************************************************************
HOVER******************************************************/
@media (hover: hover) {
  a:hover {
    color: var(--txt-color);
  }
  a.link-arrow:hover {
    color: #fff;
  }
  .gnavi-list a:hover {
    color: #9DB1BC;
  }
  .page:hover, .nextpostslink:hover, .previouspostslink:hover, .extend:hover {
    color: var(--txt-color);
    opacity: 1;
  }
}
@media (hover: none) {
  a:active {
    color: var(--txt-color);
  }
  a.link-arrow:active {
    color: #fff;
  }
  .gnavi-list a:active {
    color: #9DB1BC;
  }
  .page:active, .nextpostslink:active, .previouspostslink:active, .extend:active {
    color: var(--txt-color);
    opacity: 1;
  }
}