@charset "UTF-8";
@import url("global.css");
#pagetitle_full {
  width: 100%;
  height: 670px;
  position: relative;
}
#pagetitle_full #pagetitle {
  height: 670px;
  color: #fff;
  margin-bottom: 0;
}
#pagetitle_full #pagetitle .title .ja {
  color: #fff;
}
#pagetitle_full #pagetitle .title .ja b {
  font-size: 70%;
  display: block;
}
#pagetitle_full #pagetitle #breadcrumbs {
  bottom: 40px;
}
#pagetitle_full #pagetitle #breadcrumbs a, #pagetitle_full #pagetitle #breadcrumbs strong {
  color: #fff;
}
#pagetitle_full .topimage {
  width: 100%;
  height: 670px;
}
#pagetitle_full .topimage::before, #pagetitle_full .topimage::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
#pagetitle_full .topimage::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 40%, rgba(0, 0, 0, 0.4));
}
#pagetitle_full .topimage::after {
  background: rgba(34, 34, 34, 0.1);
}

.system {
  --hamidashi: min(70px,4.5vw);
  background-color: #F2F0EC;
  padding-block: 70px 90px;
  margin-bottom: 100px;
}
.system .sectitle {
  color: #132240;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 70px;
}
.system .sectitle span {
  display: block;
  font-size: 22px;
}
.system .sectitle strong {
  display: block;
  font-size: 36px;
}
.system .inner {
  margin-inline: calc( -1 * var(--hamidashi) );
  text-align: center;
}
.system .main {
  background-color: #fff;
  padding: 60px var(--hamidashi) 70px;
  margin-bottom: 110px;
}
.system .main .title {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  gap: 20px;
  margin-bottom: 60px;
  font-size: min(30px,2.6vw);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
.system .main .title::before, .system .main .title::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #6B6B6B;
  display: block;
}
.system .main .title br {
  display: none;
}
.system .main ul.list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 70px;
}
.system .main ul.list li {
  line-height: 1.4;
  color: #132240;
  font-size: 18px;
  font-weight: 700;
}
.system .main ul.list li .image {
  display: block;
  margin-bottom: 10px;
  aspect-ratio: 1 / 1;
}
.system .main ul.list li:nth-of-type(even) {
  margin-top: min(60px,5vw);
}
.system .main .text {
  font-size: min(20px,1.8vw);
  font-weight: 700;
  max-width: 1040px;
  margin-inline: auto;
  border-top: #B4975A 1px solid;
  padding-top: 45px;
  word-break: keep-all;
}
.system .timing {
  display: flex;
  gap: min(90px,4vw);
  margin-bottom: 40px;
}
.system .timing dl {
  flex: 1;
  background-color: #fff;
  padding: 1px max(var(--hamidashi),40px) 60px;
  font-weight: 700;
}
.system .timing dl dt {
  position: relative;
  background-color: #132240;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  width: 250px;
  margin: -26px auto 60px;
  border-radius: 100px;
  padding-block: 3px;
}
.system .timing dl dd {
  margin-top: 40px;
  background-color: #F2F0EC;
  padding: 20px;
}
.system .timing dl dd .title {
  font-size: 22px;
  margin-bottom: 10px;
}
.system .timing dl dd .present {
  color: #B4975A;
  line-height: 1.1;
  font-size: 20px;
}
.system .timing dl dd .present span {
  display: block;
  font-size: 1.5em;
}
.system .timing dl dd .present strong {
  letter-spacing: 0;
  padding-right: 3px;
  font-size: 2.3em;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  vertical-align: -3px;
}
@media (max-width: 1400px) {
  .system {
    --hamidashi: 2.5vw;
  }
}

.sec_qa {
  border: #dcdcdc 1px solid;
  background-color: #f9f9f9;
  padding: 20px;
}
.sec_qa .title {
  background-color: #fff;
  padding: 15px 25px;
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 700;
}
.sec_qa dl {
  border-bottom: #6B6B6B 1px dashed;
  padding: 25px 10px;
  margin-inline: 5px;
  line-height: 1.5;
}
.sec_qa dl:last-of-type {
  border: none;
}
.sec_qa dl dt {
  display: flex;
  font-size: 110%;
  font-weight: 700;
  margin-bottom: 6px;
}
.sec_qa dl dt::before {
  content: "Q.";
  flex-shrink: 0;
  width: 40px;
  display: inline-block;
  color: #6B6B6B;
}
.sec_qa dl dd {
  display: flex;
}
.sec_qa dl dd::before {
  content: "A.";
  flex-shrink: 0;
  font-weight: 700;
  font-size: 110%;
  width: 40px;
  display: inline-block;
  color: #6B6B6B;
}

.linkbutton {
  max-width: 750px;
  margin: 90px auto 40px;
}
.linkbutton a {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  background-color: #132240;
  color: #fff;
  position: relative;
  height: 160px;
}
.linkbutton a:hover::after {
  opacity: .5;
  filter: none;
  translate: 10px 0;
}
.linkbutton a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%, 10% 50%);
  transition: all 0.5s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0s;
  backface-visibility: hidden;
  opacity: 0;
  filter: blur(10px);
}
.linkbutton a .image {
  width: 50%;
}
.linkbutton a .text {
  flex-grow: 1;
  align-content: center;
  padding-left: 60px;
  font-weight: 600;
  line-height: 1.5;
}
.linkbutton a .text span {
  display: block;
}
.linkbutton a .text strong {
  display: block;
  font-size: min(26px,4vw);
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint ( 1600px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #pagetitle_full {
    height: 500px;
  }
  #pagetitle_full #pagetitle {
    height: 500px;
  }
  #pagetitle_full .topimage {
    height: 500px;
  }

  .system {
    padding-block: 70px;
    margin-bottom: 80px;
  }
  .system .sectitle {
    margin-bottom: 50px;
  }
  .system .sectitle span {
    font-size: 19px;
  }
  .system .sectitle strong {
    font-size: 32px;
  }
  .system .inner {
    margin-inline: -3vw;
  }
  .system .main {
    padding: 60px 5vw;
    margin-bottom: 60px;
  }
  .system .main .title {
    margin-bottom: 40px;
    font-size: min(28px,3vw);
  }
  .system .main .title::before, .system .main .title::after {
    width: 40px;
  }
  .system .main ul.list {
    gap: 10px;
    margin-bottom: 50px;
  }
  .system .main ul.list li {
    font-size: min(16px,1.8vw);
    letter-spacing: 0;
  }
  .system .main .text {
    font-size: min(20px,2vw);
    padding-top: 40px;
  }
  .system .timing {
    gap: 3vw;
    margin-bottom: 40px;
  }
  .system .timing dl {
    padding: 1px 4vw 40px;
  }
  .system .timing dl dt {
    font-size: 22px;
    width: 200px;
    margin: -22px auto 40px;
  }
  .system .timing dl dd {
    margin-top: 30px;
    padding: 25px 0 30px;
  }
  .system .timing dl dd .title {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 5px;
  }
  .system .timing dl dd .present {
    font-size: 18px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #pagetitle_full {
    height: 480px;
  }
  #pagetitle_full #pagetitle {
    height: 480px;
  }
  #pagetitle_full #pagetitle #breadcrumbs {
    bottom: 10px;
  }
  #pagetitle_full #pagetitle p:not([class]) {
    font-size: 11px;
  }
  #pagetitle_full #pagetitle p:not([class]) br {
    display: none;
  }
  #pagetitle_full .topimage {
    height: 480px;
  }

  .system {
    padding-block: 50px;
    margin-bottom: 60px;
  }
  .system .sectitle {
    margin-bottom: 30px;
  }
  .system .sectitle span {
    font-size: 15px;
  }
  .system .sectitle strong {
    font-size: 26px;
  }
  .system .inner {
    margin-inline: -1vw;
  }
  .system .main {
    padding: 50px 5vw;
    margin-bottom: 60px;
  }
  .system .main .title {
    gap: 15px;
    margin-bottom: 30px;
    font-size: min(20px,4.1vw);
  }
  .system .main .title::before, .system .main .title::after {
    width: 30px;
  }
  .system .main .title br {
    display: inline;
  }
  .system .main ul.list {
    flex-wrap: wrap;
    gap: 3%;
    margin-bottom: 40px;
  }
  .system .main ul.list li {
    font-size: min(16px,3vw);
    width: 48%;
  }
  .system .main ul.list li:nth-of-type(even) {
    margin-top: 6vw;
  }
  .system .main .text {
    font-size: inherit;
    text-align: left;
    font-weight: 500;
    padding-top: 30px;
    word-break: normal;
  }
  .system .timing {
    display: block;
    margin-bottom: 40px;
  }
  .system .timing dl {
    padding: 1px 5vw 30px;
    margin-top: 50px;
  }
  .system .timing dl dt {
    font-size: 18px;
    width: 200px;
    margin: -20px auto 30px;
    padding-block: 3px;
  }
  .system .timing dl dd {
    margin-top: 20px;
    padding: 25px 0 30px;
  }
  .system .timing dl dd .title {
    font-size: 15px;
    letter-spacing: inherit;
    margin-bottom: 5px;
  }
  .system .timing dl dd .present {
    font-size: 15px;
  }
  .system .timing dl dd .present strong {
    font-size: 2em;
  }

  .sec_qa {
    padding: 4vw;
  }
  .sec_qa dl {
    padding: 20px 5px;
    margin-inline: 5px;
  }
  .sec_qa dl dt::before {
    width: 25px;
  }
  .sec_qa dl dd::before {
    width: 25px;
  }

  .linkbutton {
    margin: 40px auto 20px;
  }
  .linkbutton a {
    border-radius: 5px;
    height: 110px;
  }
  .linkbutton a::after {
    display: none;
  }
  .linkbutton a .text {
    padding: 20px 0 20px 5vw;
  }
  .linkbutton a .text span {
    font-size: 13px;
  }
  .linkbutton a .text strong {
    font-size: min(20px,4.5vw);
  }
}

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