@charset "utf-8";


/* Base Settings
---------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-style: normal;
}
a {
  transition: all .3s;
}
figure {
  margin: 0;
}
img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}
p,h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
ul,ol,dl {
  list-style-type: none;
}
table,tr,th,td {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  font-family: YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","Hiragino Kaku Gothic ProN","HiraKakuPro-W3","メイリオ",Meiryo,Verdana,sans-serif;
}


/* Common Settings
---------------------------------------------------------------*/

/* Layouts */
.bodyInner {
  padding: 20px 20px 0 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}
.pageConts {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  flex: 1 auto;
}
.pageContsInner:not(:last-child),
.contsWrap:not(:last-child) {
  margin-bottom: 4.5rem;
}

/* Text layouts */
.dsp-iln-blk {
  display: inline-block;
}
.with-heading {
  display: flex;
}
p:not(:last-child) {
  margin-bottom: 1rem;
}

/* Buttons */
.btnArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.stdBtn {
  text-decoration: none;
  color: #fff;
  font-size: .85rem;
  width: 13rem;
  height: 2.5rem;
  border: 1px solid;
  border-radius: 5px;
  display: grid;
  place-items: center;
}
.stdBtn.btnGreen {
  background-color: #8dc63f;
  border-color: #8dc63f;
}
.stdBtn.btnPink {
  background-color: #f5989d;
  border-color: #f5989d;
}
.stdBtn:hover {
  background-color: #fff;
}
.stdBtn.btnGreen:hover {
  color: #8dc63f;
}
.stdBtn.btnPink:hover {
  color: #f5989d;
}
.stdBtn > span {
  white-space: nowrap;
}

/* Fonts */
h1 {
  font-size: clamp(1.25rem, 3vw, 1.5rem);
}
h2 {
  font-size: clamp(1rem, 3vw, 1.125rem);
}
h3 {
  font-size: clamp(0.9rem, 3vw, 1.05rem);
}
h4,h5,h6 {
  font-size: clamp(0.85rem, 3vw, 1rem);
}
.pageMainTtl {
  color: #008c00;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 1rem;
}
.contsTtl {
  font-weight: bold;
}
p {
  font-size: clamp(0.85rem, 3vw, 1rem);
}
th, td {
  font-size: clamp(0.75rem, 3vw, 1rem);
}
.sumiKakko-noWrap {
  position: relative;
}
.sumiKakko-noWrap::before {
  content: '【';
}
.sumiKakko-noWrap::after {
  content: '】';
}


/* Header
---------------------------------------------------------------*/
.siteName > a {
  text-decoration: none;
}


/* Footer
---------------------------------------------------------------*/
.ftrBtm {
  padding: 20px 0;
  margin-top: 3rem;
}
.copyRight {
  display: block;
  font-size: .75rem;
  text-align: center;
}

/* Common Address */
.contactInfo .contsTtl {
  text-align: center;
}
.commonAddr {
  border: 1px solid #3cb371;
  width: fit-content;
  padding: 1.5em 1.25em;
  margin: 0 auto;
  font-size: clamp(0.85rem, 3vw, 1rem);
}
.addr-item > .itemHead {
  margin-right: 1em;
}
.addr-item > .itembody > span:first-of-type {
  margin-right: .25em;
}


/* index page
---------------------------------------------------------------*/
.sideLinks a > img {
  width: auto;
}


/* keychain page
---------------------------------------------------------------*/
.overview-1 .media {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  margin-bottom: 4rem;
}
.overview-1 .contsWrap figure {
  max-width: 520px;
  margin: auto;
}
.overview-1 .contsTtl,
.overview-2 .contsTtl,
.overview-3 .contsTtl {
  text-align: center;
  margin-bottom: .75em;
}
.overview-2 .generalList {
  display: flex;
  flex-direction: column;
  gap: 3vw;
  margin-bottom: 1.5em;
}
.overview-2 .contsImg-caption {
  font-size: clamp(0.9rem, 3vw, 1.05rem);
  font-weight: bold;
}
.overview-3 .flow {
  margin-bottom: 3em;
}
.overview-3 .flowInner:not(:last-child) {
  padding-bottom: 100px;
  position: relative;
}
.overview-3 .flowInner:not(:last-child)::after {
  content: '';
  display: block;
  background-color: #00b0f0;
  width: 60px;
  height: 60px;
  clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0) rotate(90deg);
}
.overview-3 .flowInner-img > img,
.overview-3 .contsImg > img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.overview-3 table {
  white-space: nowrap;
  border: 2px solid #000;
  margin: 0 auto;
}
.overview-3 th,
.overview-3 td {
  border: 1px solid #000;
  padding: .25em 1em;
}
.overview-3 table.projectSystem-1 > tbody th {
  text-align: left;
}
.overview-3 table.projectSystem-2 > thead {
  background-color: #e2efda;
}
.overview-3 .contsTtl {
  text-align: center;
}

@media (min-width: 576px) {



}

@media (min-width: 768px) {

  .overview-1 .media {
    flex-direction: row;
    align-items: center;
  }
  .overview-1 .media > * {
    width: 50%;
  }
  .overview-2 .generalList {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .overview-2 .generalList > * {
    max-width: 450px;
  }
  .overview-3 .flow {
    display: flex;
  }
  .overview-3 .flow > * {
    width: 50%;
  }
  .overview-3 .flowInner:not(:last-child) {
    padding-bottom: 0;
    padding-right: 100px;
  }
  .overview-3 .flowInner:not(:last-child)::after {
    bottom: calc(50% + 1em);
    left: auto;
    right: 18px;
    transform: translate(0, 50%) rotate(0deg);
  }

}

@media (max-width:888px) {
  .overview-3 .contsWrap {
    overflow-x: scroll;
  }
}

@media (max-width:575.98px) {
  .overview-3 table .tablet-fixed {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #f0f0f0;
  }
  .overview-3 table .tablet-fixed::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 2px solid #000;
    border-right: 1px solid #000;
  }
}


/* houkan ( and childrens ) page
---------------------------------------------------------------*/
.siteName-houkan {
  text-decoration: none;
}