@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
html {
  scroll-behavior: auto !important;
}

/* Color
------------------------------------------------------------ */
/* Easing
------------------------------------------------------------ */
/* Font
------------------------------------------------------------ */
/* Reset
------------------------------------------------------------ */
*, *:before, *:after {
  box-sizing: border-box;
}

/* Namespace
------------------------------------------------------------ */
.js-switching { /* js用予約語 */ }

.js-100vh { /* js用予約語 */ }

.src { /* js用予約語 */ }

.onload-in { /* js用予約語 */ }

.late-in { /* js用予約語 */ }

.late-anim { /* js用予約語 */ }

.late-in-group { /* js用予約語 */ }

.accordion--btn { /* js用予約語 */ }

.accordion--btn--target { /* js用予約語 */ }

.accordion--body { /* js用予約語 */ }

.none--justify { /* 予約語 */ }

.none--scroll { /* 予約語 */ }

/* Id & Class
------------------------------------------------------------ */
#__bs_notify__ {
  display: none !important;
}

.abs {
  position: absolute;
}

.hide {
  visibility: hidden;
}

.show {
  visibility: visible;
}

.bold {
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.cs {
  pointer-events: none;
}

.align--right {
  text-align: right;
}

.align--center {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.table-cell {
  display: table;
}

.table-cell .cell {
  display: table-cell;
}

.fit {
  width: 100%;
}

a.cs {
  pointer-events: none;
}

.none--justify {
  text-align: left !important;
}

/* float
------------------------------------------------------------ */
.float {
  display: block;
}

.float:before, .float:after {
  content: " ";
  display: table;
}

.float:after {
  clear: both;
}

/* flexbox
------------------------------------------------------------ */
.flex {
  display: block;
  display: flex;
  flex-wrap: wrap;
}

.flex {
  flex-wrap: wrap;
}

.flex > * {
  justify-content: flex-start;
}

.flex-dl {
  display: flex;
  flex-wrap: wrap;
}

/* Position
------------------------------------------------------------ */
/* Text
------------------------------------------------------------ */
/* Transition
------------------------------------------------------------ */
/* Decoration
------------------------------------------------------------ */
/* Original
------------------------------------------------------------ */
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.6%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--lv1 {
  position: relative;
  z-index: 2;
  text-align: center;
  transform: translateY(5%);
  margin-bottom: -5%;
}
.heading--lv1 .main {
  display: block;
  font-size: 4rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.heading--lv1 .sub {
  display: block;
  margin-top: 15px;
}
.heading--lv1 .sub .text {
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px 8px;
  background: #063675;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.heading--lv2 {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  padding-top: 165px;
  text-align: center;
}
.heading--lv2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 217px;
  height: 165px;
  background: url(../img/base/deco_h2.png) no-repeat center/100% auto !important;
}
.heading--lv2 .main {
  display: block;
  font-size: 3.2rem;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
  background: linear-gradient(90deg, #063675 0%, #68788D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.heading--lv2 .sub {
  display: block;
  margin-top: 30px;
  font-size: 2.2rem;
  line-height: 1.6em;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}
.heading--lv3 {
  margin-bottom: 70px;
}
.heading--lv3[data-align=center] {
  text-align: center;
}
.heading--lv3 .sub {
  display: block;
}
.heading--lv3 .sub .text {
  display: inline-block;
  vertical-align: bottom;
  padding: 5px 10px 8px;
  background: #063675;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.heading--lv3 .main {
  display: block;
  margin-top: 10px;
  font-size: 2.8rem;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}
.heading--lv4 > * {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background: #F1F0EE;
}
.heading--lv4 > *:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #063675;
}
.heading--lv4 > * {
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.heading--lv5 {
  margin-bottom: 70px;
}
.heading--lv5[data-align=center] {
  text-align: center;
}
.heading--lv5 .sub {
  display: block;
}
.heading--lv5 .sub .text {
  display: inline-block;
  vertical-align: bottom;
  padding: 5px 10px 8px;
  background: #fff;
  border: 1px solid #063675;
  border-radius: 999px;
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
}
.heading--lv5 .main {
  display: block;
  margin-top: 10px;
  font-size: 2.8rem;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}

@media only screen and (max-width: 767px) {
  .heading--lv1 {
    transform: translateY(10%);
    margin-bottom: -10%;
  }
  .heading--lv1 .main {
    font-size: 2.6rem;
    line-height: 1em;
  }
  .heading--lv1 .sub {
    margin-top: 10px;
  }
  .heading--lv1 .sub .text {
    font-size: 1.3rem;
    line-height: 1em;
  }
  .heading--lv2 {
    margin-bottom: 30px;
    padding-top: 99px;
    text-align: center;
  }
  .heading--lv2:before {
    width: 130.2px;
    height: 99px;
  }
  .heading--lv2 .main {
    font-size: 2.2rem;
    line-height: 1.4em;
  }
  .heading--lv2 .sub {
    margin-top: 15px;
    font-size: 1.6rem;
    line-height: 1.6em;
  }
  .heading--lv3 {
    margin-bottom: 30px;
  }
  .heading--lv3 .sub .text {
    font-size: 1.3rem;
    line-height: 1em;
  }
  .heading--lv3 .main {
    margin-top: 5px;
    font-size: 2.2rem;
    line-height: 1.5em;
  }
  .heading--lv4 > * {
    padding: 5px 15px;
    font-size: 1.5rem;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  .heading--lv5 {
    margin-bottom: 30px;
  }
  .heading--lv5 .sub .text {
    font-size: 1.3rem;
    line-height: 1em;
  }
  .heading--lv5 .main {
    margin-top: 5px;
    font-size: 2.2rem;
    line-height: 1.5em;
  }
}
.button[data-pattern="01"] {
  position: relative;
  display: block;
  padding-bottom: 15px;
  width: 300px;
  border-bottom: 1px solid #063675;
  text-align: center;
}
.button[data-pattern="01"] .icon {
  position: absolute;
  top: 0;
  left: 30px;
}
.button[data-pattern="01"] .text {
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
}
.button[data-pattern="02"] {
  position: relative;
  display: block;
  padding: 0 25px 0 50px;
  width: 100%;
  height: 50px;
  background: linear-gradient(135deg, #063675 0%, #68788d 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.button[data-pattern="02"] .icon {
  width: 16px;
  height: 16px;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
}
.button[data-pattern="02"] .text {
  transform: translateY(-0.2em);
  margin-bottom: -0.2em;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}

@media screen and (min-width: 768px) {
  a {
    transition: all 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-delay: 0s;
  }
  a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 767px) {
  .button[data-pattern="01"] {
    padding-bottom: 10px;
    width: 200px !important;
  }
  .button[data-pattern="01"] .icon {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: auto;
    margin-right: 5px;
  }
  .button[data-pattern="01"] .text {
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  .button[data-pattern="02"] {
    padding: 0 25px;
    width: 100%;
    height: 40px;
  }
  .button[data-pattern="02"] .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
  }
  .button[data-pattern="02"] .text {
    transform: translateY(-0.25em);
    margin-bottom: -0.25em;
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.header {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
}
.header-bar {
  position: relative;
  margin: auto;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-bar__logo {
  display: block;
  width: 100px;
  height: inherit;
}
.header-bar__logo a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}
.header-bar__logo a img {
  width: 100%;
}
.header-bar__nav {
  gap: 0 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.header-bar__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 30px;
}
.header-bar__item a {
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.header-bar__action {
  margin-left: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 15px;
}
.header-bar__button {
  padding: 0 20px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.header-bar__button[data-type=mail] {
  border: 1px solid #fff;
}
.header-bar__button[data-type=mail] .icon {
  width: 16px;
  height: 16px;
}
.header-bar__button[data-type=mail] .icon img {
  vertical-align: top;
}
.header-bar__button[data-type=line] {
  background: linear-gradient(135deg, #063675 0%, #68788d 100%);
}
.header-bar__button[data-type=line] .icon {
  width: 30px;
  height: 30px;
}
.header-bar__button[data-type=line] .icon img {
  vertical-align: top;
}
.header-bar__button .icon {
  margin-right: 10px;
}
.header-bar__button .icon img {
  width: 100%;
}
.header-bar__button p {
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}

@media only screen and (max-width: 767px) {
  .header {
    padding: 0 10px;
  }
  .header-bar {
    min-width: 100%;
    width: 100%;
    height: 100px;
  }
  .header-bar__logo {
    width: 80px;
  }
  .header-bar__logo a {
    width: 80px;
    height: 80px;
  }
  .header-bar__nav {
    padding-right: 0;
  }
  .header-bar__list {
    display: none;
  }
  .header-bar__action {
    display: none;
  }
}
.bottom-contact {
  padding: 50px 0;
  background: url(../img/base/cmn_contact_bg.jpg) no-repeat center;
  background-size: cover !important;
}
.bottom-contact__wrapper {
  padding: 50px 150px;
  background: linear-gradient(135deg, rgba(6, 54, 117, 0.95) 0%, rgba(104, 120, 141, 0.95) 100%);
}
.bottom-contact__contents .heading--lv3 {
  margin-bottom: 0 !important;
}
.bottom-contact__contents .heading--lv3 .main {
  color: #fff !important;
}
.bottom-contact__contents .h3-sub {
  margin-top: 25px;
}
.bottom-contact__contents .h3-sub p {
  color: #fff;
  text-align: center;
}
.bottom-contact__list {
  margin-top: 50px;
  justify-content: center;
  gap: 30px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.bottom-contact__list > li {
  padding: 20px 15px 25px;
  height: 150px;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
}
.bottom-contact__list > li > * p {
  text-align: center;
}
.bottom-contact__list > li .icon img {
  width: 30px;
}
.bottom-contact__list > li .title {
  margin-top: 15px;
}
.bottom-contact__list > li .title p {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
}
.bottom-contact__list > li .text {
  margin-top: 20px;
}
.bottom-contact__list > li .text.size-up p {
  font-size: 2rem;
}
.bottom-contact__list > li .text p {
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

.footer-bar {
  padding: 100px 0;
  background: #fff;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #1C1E21;
  margin-top: 15px;
  padding-top: 15px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  width: 100px;
  margin-bottom: 35px;
}
.footer-bar__address {
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1C1E21;
  font-family: "Zen Old Mincho", serif;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  width: 620px;
  gap: 20px 30px;
}
.footer-bar__item a {
  font-size: 1.5rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1C1E21;
  font-family: "Zen Old Mincho", serif;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1C1E21;
  font-family: "Zen Old Mincho", serif;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1C1E21;
  font-family: "Zen Old Mincho", serif;
}

@media only screen and (max-width: 767px) {
  .bottom-contact {
    padding: 30px 0;
  }
  .bottom-contact__wrapper {
    padding: 25px 25px;
  }
  .bottom-contact__contents .h3-sub {
    margin-top: 15px;
  }
  .bottom-contact__contents .h3-sub p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .bottom-contact__list {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 15px 0;
  }
  .bottom-contact__list > li {
    padding: 20px 15px 25px;
    width: 100%;
  }
  .bottom-contact__list > li .title {
    margin-top: 10px;
  }
  .bottom-contact__list > li .title p {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  .bottom-contact__list > li .text {
    margin-top: 15px;
  }
  .bottom-contact__list > li .text.size-up p {
    font-size: 1.8rem;
  }
  .bottom-contact__list > li .text p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  .footer-bar {
    padding: 50px 0 30px;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
  }
  .footer-bar__logo {
    width: 80px;
    margin-bottom: 20px;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.3rem;
  }
  .footer-bar__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #063675;
  border-radius: 8px;
  cursor: pointer;
  z-index: 1000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100svh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__header {
  display: flex;
  padding: 10px;
  box-sizing: border-box;
}
.drawer-on__logo {
  width: 80px;
}
.drawer-on__inner {
  padding: 0 15px;
  box-sizing: border-box;
}
.drawer-on__item {
  display: flex;
}
.drawer-on__item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link {
  display: flex;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}
.drawer-on__group {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.drawer-on__sns {
  width: 25px;
}
.drawer-on__button {
  margin-top: 20px;
}
.drawer-on__button--line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  background: linear-gradient(135deg, #063675 0%, #68788d 100%);
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--line .icon {
  width: 25px;
}
.drawer-on__button--line .text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__button--mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 60px;
  border: 1px solid #063675;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-on__button--mail .icon, .drawer-on__button--mail .text {
  color: #063675;
}
.drawer-on__button--mail .text {
  font-size: 1.5rem;
  font-weight: 500;
}
.drawer-on__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 15px 20px;
  margin-top: 20px;
}
.drawer-on__tel .link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.drawer-on__tel .link .text {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-on__tel .caption {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
  box-sizing: border-box;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #063675;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

main {
  position: relative;
  overflow: hidden;
}
main [class*=__inner] {
  z-index: 1;
  position: relative;
}

section {
  position: relative;
}

.bi.bi-arrow-right-square[data-color=blue] {
  color: #063675 !important;
}
.bi.bi-arrow-right-square[data-color=gray] {
  color: #B8BCC1 !important;
}
.bi.bi-arrow-right-square[data-color=white] {
  color: #fff !important;
}

.works-column__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 25px 2.9%;
}
.works-column__list .works-column__item {
  position: relative;
  width: 31.4%;
  background: #fff;
  border-bottom: 1px solid #B8BCC1;
}
.works-column__list .works-column__item--inner {
  padding: 20px 20px 50px;
  width: 100%;
}
.works-column__list .works-column__item .tags {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.works-column__list .works-column__item .tags .tag {
  padding: 0 15px;
  height: 33px;
  border: 1px solid #063675;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.works-column__list .works-column__item .tags .tag p {
  font-size: 1.3rem;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
}
.works-column__list .works-column__item .title {
  margin-top: 15px;
}
.works-column__list .works-column__item .title p {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
}
.works-column__list .works-column__item .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.cmn-background__br, .cmn-background__tl {
  position: relative;
}
.cmn-background__br:before, .cmn-background__tl:before {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
}
.cmn-background__br:before {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/base/cmn_article_bg_br.png) no-repeat bottom right/1172px 973px;
}
.cmn-background__tl:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/base/cmn_article_bg_tl.png) no-repeat top left/1172px 973px;
}

@media only screen and (max-width: 767px) {
  .works-column__list {
    padding: 0 20px;
    gap: 20px 4%;
  }
  .works-column__list .works-column__item {
    width: 48%;
  }
  .works-column__list .works-column__item--inner {
    padding: 15px 15px 35px;
  }
  .works-column__list .works-column__item .tags .tag {
    padding: 0 10px;
    height: 25px;
  }
  .works-column__list .works-column__item .tags .tag p {
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 0;
  }
  .works-column__list .works-column__item .title {
    margin-top: 10px;
  }
  .works-column__list .works-column__item .title p {
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: 0em;
  }
  .works-column__list .works-column__item .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .cmn-background__br:before, .cmn-background__tl:before {
    background-size: 352px 292px !important;
  }
}
/* body.page-child
============================================================ */
body.page-child article {
  position: relative;
  padding-top: 120px;
}
body.page-child section:nth-of-type(n+2) {
  margin-top: 240px;
}
body.page-child.choose .fv-column__inner {
  background: url(../img/pages/choose/choose_fv.jpg) no-repeat center;
}
body.page-child.residence .fv-column__inner {
  background: url(../img/pages/residence/residence_fv.jpg) no-repeat center;
}
body.page-child.corporate .fv-column__inner {
  background: url(../img/pages/corporate/corporate_fv.jpg) no-repeat center;
}
body.page-child.works .fv-column__inner {
  background: url(../img/pages/works/works_fv.jpg) no-repeat center;
}
body.page-child.news .fv-column__inner {
  background: url(../img/pages/other/news_fv.jpg) no-repeat center;
}
body.page-child.contact .fv-column__inner {
  background: url(../img/pages/other/contact_fv.jpg) no-repeat center;
}
body.page-child.complete .fv-column__inner {
  background: url(../img/pages/other/complete_fv.jpg) no-repeat center;
}
body.page-child.privacy .fv-column__inner {
  background: url(../img/pages/other/privacy_fv.jpg) no-repeat center;
}
body.page-child.site .fv-column__inner {
  background: url(../img/pages/other/site_fv.jpg) no-repeat center;
}
body.page-child.notfound .fv-column__inner {
  background: url(../img/pages/other/notfound_fv.jpg) no-repeat center;
}
body.page-child .fv-column__inner {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/500;
  background-size: cover !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.page-child .fv-column__inner:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}
body.page-child .page-head__inner p {
  text-align: center;
}
body.page-child .page-head__title {
  margin-bottom: 40px;
}
body.page-child .page-head__title h2 {
  font-size: 4rem;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
body.page-child .page-head__text p {
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
body.page-child .page-head__video {
  margin-top: 80px;
  aspect-ratio: 1080/607;
  background: #dcdcdc;
}
body.page-child [class*=column__list][data-col="2"] [class*=column__item]:nth-of-type(n+2) {
  margin-top: 80px;
}
body.page-child [class*=column__list][data-col="2"] [class*=column__item] {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 3.8%;
}
body.page-child [class*=column__list][data-col="2"] [class*=column__item] .ph {
  width: 37%;
}
body.page-child [class*=column__list][data-col="2"] [class*=column__item] .ph img {
  width: 100%;
}
body.page-child [class*=column__list][data-col="2"] [class*=column__item] .text-set {
  width: 59.2%;
}
body.page-child [class*=column__list][data-col="2"] [class*=column__item]:nth-of-type(odd) .ph {
  order: 1;
}
body.page-child [class*=column__list][data-col="2"] [class*=column__item]:nth-of-type(odd) .text-set {
  order: 2;
}
body.page-child [class*=column__list][data-col="2"] [class*=column__item]:nth-of-type(even) .ph {
  order: 2;
}
body.page-child [class*=column__list][data-col="2"] [class*=column__item]:nth-of-type(even) .text-set {
  order: 1;
}
body.page-child .cmn-flow {
  margin-top: 120px !important; /* override */
  padding: 120px 0 100px;
  background: #F1F0EE;
}
body.page-child .cmn-flow:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #F1F0EE 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #F1F0EE 50.5%) no-repeat top right/50% 100%;
}
body.page-child .cmn-flow .heading--lv2 {
  margin-bottom: 90px !important;
}
body.page-child .cmn-flow__list ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
body.page-child .cmn-flow__list ul > li {
  padding: 20px 20px;
  width: 33.333%;
  background: #fff;
  border-left: 1px solid #B8BCC1;
}
body.page-child .cmn-flow__list .shoulder {
  padding: 15px;
  background: #063675;
}
body.page-child .cmn-flow__list .shoulder p {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
body.page-child .cmn-flow__list .title {
  margin-top: 20px;
}
body.page-child .cmn-flow__list .title p {
  font-size: 2.2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
body.page-child .cmn-flow__list .title p span.small {
  font-size: 1.6rem;
}
body.page-child .cmn-flow__list .text {
  margin-top: 20px;
}
body.page-child .cmn-faq {
  margin-top: 140px !important;
}
body.page-child .cmn-faq__list ul > li:first-of-type {
  padding-top: 0;
}
body.page-child .cmn-faq__list ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #B8BCC1;
}
body.page-child .cmn-faq__list .faq__q .dt, body.page-child .cmn-faq__list .faq__a .dt {
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.page-child .cmn-faq__list .faq__q .dt p, body.page-child .cmn-faq__list .faq__a .dt p {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0;
}
body.page-child .cmn-faq__list .faq__q .dd, body.page-child .cmn-faq__list .faq__a .dd {
  padding-left: 25px;
  width: calc(100% - 54px);
}
body.page-child .cmn-faq__list .faq__q {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body.page-child .cmn-faq__list .faq__q .dt {
  background: #F1F0EE;
}
body.page-child .cmn-faq__list .faq__q .dt p {
  color: #063675;
}
body.page-child .cmn-faq__list .faq__q .dd p {
  font-weight: 700;
}
body.page-child .cmn-faq__list .faq__a {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.page-child .cmn-faq__list .faq__a .dt {
  background: #063675;
}
body.page-child .cmn-faq__list .faq__a .dt p {
  color: #fff;
}
body.page-child .cmn-faq .button {
  margin: 100px auto 0;
}
body.page-child .cmn-relation {
  margin-top: 120px !important; /* override */
  padding: 120px 0 100px;
  background: #F1F0EE;
}
body.page-child .cmn-relation:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #F1F0EE 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #F1F0EE 50.5%) no-repeat top right/50% 100%;
}
body.page-child .cmn-relation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 40px;
}
body.page-child .cmn-relation ul > li {
  min-width: 300px;
}

@media only screen and (max-width: 767px) {
  /* body.page-child
  ============================================================ */
  body.page-child article {
    padding-top: 60px;
  }
  body.page-child section:nth-of-type(n+2) {
    margin-top: 100px;
  }
  body.page-child .fv-column__inner {
    aspect-ratio: 750/450;
  }
  body.page-child .page-head__title {
    margin-bottom: 25px;
  }
  body.page-child .page-head__title h2 {
    font-size: 2.2rem;
    line-height: 1.4em;
    letter-spacing: 0;
  }
  body.page-child .page-head__text p {
    font-size: 1.5rem;
    line-height: 1.8em;
    letter-spacing: 0.02em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  body.page-child .page-head__video {
    margin-top: 30px;
  }
  body.page-child [class*=column__list][data-col="2"] [class*=column__item]:nth-of-type(n+2) {
    margin-top: 50px;
  }
  body.page-child [class*=column__list][data-col="2"] [class*=column__item] {
    gap: 25px 0;
  }
  body.page-child [class*=column__list][data-col="2"] [class*=column__item] .ph {
    width: 100%;
    text-align: center;
  }
  body.page-child [class*=column__list][data-col="2"] [class*=column__item] .ph img {
    width: 60%;
  }
  body.page-child [class*=column__list][data-col="2"] [class*=column__item] .text-set {
    width: 100%;
  }
  body.page-child [class*=column__list][data-col="2"] [class*=column__item]:nth-of-type(odd) .ph {
    order: 2;
  }
  body.page-child [class*=column__list][data-col="2"] [class*=column__item]:nth-of-type(odd) .text-set {
    order: 1;
  }
  body.page-child [class*=column__list][data-col="2"] [class*=column__item]:nth-of-type(even) .ph {
    order: 2;
  }
  body.page-child [class*=column__list][data-col="2"] [class*=column__item]:nth-of-type(even) .text-set {
    order: 1;
  }
  body.page-child .cmn-flow {
    margin-top: 60px !important; /* override */
    padding: 30px 0 50px;
  }
  body.page-child .cmn-flow:before {
    position: absolute;
    top: -40px;
    left: 0;
    height: 40px;
  }
  body.page-child .cmn-flow .heading--lv2 {
    margin-bottom: 50px !important;
  }
  body.page-child .cmn-flow__list ul > li {
    padding: 15px 15px;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #B8BCC1;
  }
  body.page-child .cmn-flow__list .shoulder {
    padding: 10px;
  }
  body.page-child .cmn-flow__list .shoulder p {
    font-size: 1.5rem;
    line-height: 1em;
  }
  body.page-child .cmn-flow__list .title {
    margin-top: 15px;
  }
  body.page-child .cmn-flow__list .title p {
    font-size: 1.8rem;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  body.page-child .cmn-flow__list .title p span.small {
    font-size: 1.5rem;
  }
  body.page-child .cmn-flow__list .text {
    margin-top: 10px;
  }
  body.page-child .cmn-faq {
    margin-top: 70px !important;
  }
  body.page-child .cmn-faq__list ul > li {
    padding: 20px 0;
  }
  body.page-child .cmn-faq__list .faq__q .dt, body.page-child .cmn-faq__list .faq__a .dt {
    width: 44px;
    height: 44px;
  }
  body.page-child .cmn-faq__list .faq__q .dt p, body.page-child .cmn-faq__list .faq__a .dt p {
    font-size: 1.6rem;
    line-height: 1em;
  }
  body.page-child .cmn-faq__list .faq__q .dd, body.page-child .cmn-faq__list .faq__a .dd {
    padding-left: 15px;
    width: calc(100% - 44px);
  }
  body.page-child .cmn-faq .button {
    margin: 50px auto 0;
  }
  body.page-child .cmn-relation {
    margin-top: 60px !important; /* override */
    padding: 30px 0 50px;
  }
  body.page-child .cmn-relation:before {
    position: absolute;
    top: -40px;
    left: 0;
    height: 40px;
  }
  body.page-child .cmn-relation ul {
    gap: 20px 0;
  }
  body.page-child .cmn-relation ul > li {
    margin: auto;
    min-width: auto;
    width: 80%;
  }
}
body.top .fv-column {
  position: relative;
  aspect-ratio: 1920/900;
  background: url(../img/pages/top/top_fv.jpg) no-repeat center/cover !important;
}
body.top .fv-column:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 41.6666666667%;
  aspect-ratio: 800/900;
  background: url(../img/pages/top/top_fv_deco.png) no-repeat bottom right/cover !important;
}
body.top .fv-column__inner {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
body.top .fv-column__set {
  padding-bottom: 120px;
}
body.top .fv-column__set .h1 {
  display: inline-block;
  padding: 10px 10px;
  background: #fff;
}
body.top .fv-column__set .h1 h1 {
  font-size: 4.2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
}
body.top .fv-column__set .title {
  margin-top: 45px;
}
body.top .fv-column__set .title p {
  font-size: 3.2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
body.top .fv-column__set .text {
  margin-top: 25px;
}
body.top .fv-column__set .text p {
  color: #fff;
}
body.top .top-service .button, body.top .top-choose .button, body.top .top-corporate .button, body.top .top-residence .button, body.top .top-works .button, body.top .top-message .button, body.top .top-about .button {
  margin: 80px auto 0;
  width: 300px;
}
body.top .top-service {
  margin-top: 120px;
}
body.top .top-service__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
body.top .top-service__item:nth-of-type(n+2) {
  border-left: 1px solid #fff;
}
body.top .top-service__item {
  padding: 30px 0;
  min-height: 200px;
  width: 33.333%;
  background: #063675;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.top .top-service__item p {
  color: #fff;
  text-align: center;
}
body.top .top-service__item .title {
  margin-bottom: 20px;
}
body.top .top-service__item .title p {
  font-size: 2.2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
}
body.top .top-service__message {
  position: relative;
  margin-top: 80px;
}
body.top .top-service__message:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 405px;
  height: 355px;
  background: url(../img/pages/top/top_illust_01.png) no-repeat top left/100% auto !important;
}
body.top .top-service__message .title p {
  font-size: 4rem;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
}
body.top .top-service__message .title span {
  position: relative;
  color: #fff;
}
body.top .top-service__message .title span:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 95%;
  height: 120%;
  background: #063675;
}
body.top .top-service__message .text {
  margin-top: 40px;
}
body.top .top-service__message .text p {
  font-size: 1.8rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
body.top .top-choose {
  margin-top: 120px !important; /* override */
  padding: 120px 0 100px;
  background: #F1F0EE;
}
body.top .top-choose:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #F1F0EE 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #F1F0EE 50.5%) no-repeat top right/50% 100%;
}
body.top .top-choose__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
body.top .top-choose__item {
  padding: 30px 30px;
  width: 33.333%;
  background: #fff;
  border-left: 1px solid #B8BCC1;
}
body.top .top-choose__item .num {
  width: 100px;
  height: 100px;
  background: #063675;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.top .top-choose__item .num p {
  font-size: 3.2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
body.top .top-choose__item .title {
  margin-top: 25px;
}
body.top .top-choose__item .title p {
  font-size: 2.2rem;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
}
body.top .top-choose__item .text {
  margin-top: 30px;
}
body.top .top-corporate {
  margin-top: 120px;
  padding: 0 0 100px;
}
body.top .top-corporate .heading--lv2 {
  margin-bottom: 90px !important;
}
body.top .top-corporate__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
body.top .top-corporate__list .col__left {
  width: 45.3%;
}
body.top .top-corporate__list .col__left .ph img {
  width: 100%;
}
body.top .top-corporate__list .col__right {
  padding-left: 80px;
  width: 54.7%;
}
body.top .top-corporate__list .col__right ul > li:nth-of-type(n+2) {
  margin-top: 35px;
}
body.top .top-corporate__list .col__right ul > li {
  position: relative;
  padding-left: 2em;
}
body.top .top-corporate__list .col__right .check {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  font-size: 16px;
  color: #063675;
  font-weight: 700;
}
body.top .top-corporate__list .col__right .button {
  margin-left: 0;
}
body.top .top-residence {
  padding-top: 120px;
  border-top: 1px solid #B8BCC1;
}
body.top .top-residence__list ul {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px 6.4%;
}
body.top .top-residence__list ul > li {
  width: 46.8%;
}
body.top .top-residence__list a {
  position: relative;
  display: block;
  height: 100%;
  border-bottom: 1px solid #B8BCC1;
}
body.top .top-residence__list a .text-set {
  padding: 40px 30px 35px;
}
body.top .top-residence__list a .title p {
  font-size: 2.2rem;
  line-height: 1.6em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
}
body.top .top-residence__list a .text {
  margin-top: 15px;
}
body.top .top-residence__list a .icon {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
body.top .top-works {
  margin-top: 120px !important; /* override */
  padding: 120px 0 100px;
  background: #F1F0EE;
}
body.top .top-works:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #F1F0EE 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #F1F0EE 50.5%) no-repeat top right/50% 100%;
}
body.top .top-works .heading--lv2 {
  margin-bottom: 90px !important;
}
body.top .top-works__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 3.2%;
}
body.top .top-works__item {
  width: 31.2%;
}
body.top .top-works .shoulder {
  padding: 15px 0;
  background: #063675;
}
body.top .top-works .shoulder p {
  font-size: 2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
body.top .top-works .text-set {
  padding: 30px 45px;
  background: #fff;
  border-bottom: 1px solid #B8BCC1;
}
body.top .top-works .text-set p {
  text-align: center;
}
body.top .top-works .text-set .author {
  margin-top: 10px;
}
body.top .top-works .text-set .author p {
  font-size: 1.4rem;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.02em;
}
body.top .top-works__item .thumbnail {
  aspect-ratio: 680/432;
  background: url(../img/pages/works/works_no-img.jpg) no-repeat center/cover;
}
body.top .top-message {
  padding: 100px 0;
  background: linear-gradient(135deg, #68788d 0%, #063675 100%);
}
body.top .top-message__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body.top .top-message .col__left {
  width: 21.8%;
}
body.top .top-message .col__right {
  padding-left: 80px;
  width: 78.2%;
}
body.top .top-message .title p {
  font-size: 3rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
body.top .top-message .text,
body.top .top-message .name {
  margin-top: 50px;
}
body.top .top-message .text p,
body.top .top-message .name p {
  color: #fff;
}
body.top .top-about {
  padding-top: 120px;
  padding-bottom: 100px;
}
body.top .top-about__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body.top .top-about .col__left {
  margin-right: 4%;
  width: 56.6%;
}
body.top .top-about .col__left ul > li {
  padding: 25px 35px 25px 0;
  border-bottom: 1px solid #B8BCC1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body.top .top-about .col__left ul .dt {
  padding-left: 25px;
  width: 210px;
}
body.top .top-about .col__left ul .dt p {
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
}
body.top .top-about .col__left ul .dd {
  width: calc(100% - 210px);
}
body.top .top-about .col__right {
  width: 39.4%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.top .top-about .col__right .heading--lv3 {
  margin-bottom: 20px !important;
}
body.top .top-about .col__right .phone p {
  font-size: 4.2rem;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
body.top .top-about .col__right .text {
  margin-top: 15px;
}
body.top .top-about .col__right .text p {
  text-align: center;
}
body.top .top-about .col__right .header-bar__action {
  margin-top: 40px;
  margin-left: 0 !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 15px;
}
body.top .top-about .col__right .header-bar__action .header-bar__button {
  height: 45px !important;
}
body.top .top-about .col__right .header-bar__action .header-bar__button p {
  font-size: 1.6rem !important;
  letter-spacing: 0 !important;
}
body.top .top-about .col__right .header-bar__action .header-bar__button[data-type=mail] {
  border-color: #063675 !important;
}
body.top .top-about .col__right .header-bar__action .header-bar__button[data-type=mail] p {
  color: #063675 !important;
}
body.top .top-about .col__right .header-bar__action .header-bar__button[data-type=line] .icon {
  width: 20px !important;
  height: 20px !important;
}

@media only screen and (max-width: 767px) {
  body.top .fv-column {
    aspect-ratio: 750/1090;
  }
  body.top .fv-column:before {
    width: 66.6666666667%;
    aspect-ratio: 500/1090;
  }
  body.top .fv-column__set {
    padding-bottom: 30px;
  }
  body.top .fv-column__set .h1 h1 {
    font-size: 2rem;
    line-height: 1.4em;
    letter-spacing: 0;
  }
  body.top .fv-column__set .title {
    margin-top: 25px;
  }
  body.top .fv-column__set .title p {
    font-size: 2rem;
    line-height: 1em;
    letter-spacing: 0;
  }
  body.top .fv-column__set .text {
    margin-top: 15px;
  }
  body.top .top-service .button, body.top .top-choose .button, body.top .top-corporate .button, body.top .top-residence .button, body.top .top-works .button, body.top .top-message .button, body.top .top-about .button {
    margin-top: 50px;
  }
  body.top .top-service {
    margin-top: 60px;
  }
  body.top .top-service__list {
    padding: 0 20px;
  }
  body.top .top-service__item {
    padding: 20px 0;
    min-height: 100px;
    width: 100%;
  }
  body.top .top-service__item:nth-of-type(n+2) {
    border-top: 1px solid #fff;
    border-left: none;
  }
  body.top .top-service__item .title {
    margin-bottom: 15px;
  }
  body.top .top-service__item .title p {
    font-size: 1.8rem;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  body.top .top-service__message {
    margin-top: 50px;
    padding: 0 20px 150px 20px;
  }
  body.top .top-service__message:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 202.5px;
    height: 177.5px;
  }
  body.top .top-service__message .title p {
    font-size: 2.6rem;
    line-height: 1.5em;
    letter-spacing: 0;
  }
  body.top .top-service__message .title span:before {
    height: 100%;
  }
  body.top .top-service__message .text {
    margin-top: 25px;
  }
  body.top .top-service__message .text p {
    font-size: 1.4rem;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  body.top .top-choose {
    margin-top: 60px !important; /* override */
    padding: 30px 0 50px;
  }
  body.top .top-choose:before {
    position: absolute;
    top: -40px;
    left: 0;
    height: 40px;
  }
  body.top .top-choose {
    margin-top: 50px !important;
  }
  body.top .top-choose__list {
    padding: 0 20px;
  }
  body.top .top-choose__item {
    padding: 20px 20px;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #B8BCC1;
  }
  body.top .top-choose__item .num {
    width: 50px;
    height: 50px;
  }
  body.top .top-choose__item .num p {
    font-size: 2.2rem;
    line-height: 1em;
    letter-spacing: 0.02em;
  }
  body.top .top-choose__item .title {
    margin-top: 15px;
  }
  body.top .top-choose__item .title p {
    font-size: 1.6rem;
    line-height: 1.6em;
    letter-spacing: 0.02em;
  }
  body.top .top-choose__item .text {
    margin-top: 15px;
  }
  body.top .top-corporate {
    margin-top: 60px;
    padding: 0 0 50px;
  }
  body.top .top-corporate .heading--lv2 {
    margin-bottom: 30px !important;
  }
  body.top .top-corporate__list {
    padding: 0 20px;
  }
  body.top .top-corporate__list .col__left {
    width: 100%;
  }
  body.top .top-corporate__list .col__right {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }
  body.top .top-corporate__list .col__right ul > li:nth-of-type(n+2) {
    margin-top: 25px;
  }
  body.top .top-corporate__list .col__right .button {
    margin-left: auto;
    margin-right: auto;
  }
  body.top .top-residence {
    padding-top: 30px;
  }
  body.top .top-residence__list {
    padding: 0 20px;
  }
  body.top .top-residence__list ul {
    gap: 30px 0;
  }
  body.top .top-residence__list ul > li {
    width: 100%;
  }
  body.top .top-residence__list a .text-set {
    padding: 15px 0 40px;
  }
  body.top .top-residence__list a .title p {
    font-size: 1.6rem;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  body.top .top-residence__list a .text {
    margin-top: 5px;
  }
  body.top .top-residence__list a .icon {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  body.top .top-works {
    margin-top: 60px !important; /* override */
    padding: 30px 0 50px;
  }
  body.top .top-works:before {
    position: absolute;
    top: -40px;
    left: 0;
    height: 40px;
  }
  body.top .top-works .heading--lv2 {
    margin-bottom: 50px !important;
  }
  body.top .top-works__list {
    padding: 0 20px;
    gap: 30px 0;
  }
  body.top .top-works__item {
    width: 100%;
  }
  body.top .top-works .shoulder {
    padding: 10px 0;
  }
  body.top .top-works .shoulder p {
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0;
  }
  body.top .top-works .text-set {
    padding: 20px 20px;
  }
  body.top .top-works .text-set .author {
    margin-top: 5px;
  }
  body.top .top-works .text-set .author p {
    font-size: 1.2rem;
    line-height: 1em;
    letter-spacing: 0;
  }
  body.top .top-message {
    padding: 40px 0;
  }
  body.top .top-message__list {
    padding: 0 20px;
  }
  body.top .top-message .col__left {
    order: 2;
    padding: 0 25%;
    width: 100%;
  }
  body.top .top-message .col__right {
    order: 1;
    margin-bottom: 30px;
    padding-left: 0;
    width: 100%;
  }
  body.top .top-message .title p {
    font-size: 2rem;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  body.top .top-message .text,
  body.top .top-message .name {
    margin-top: 30px;
  }
  body.top .top-about {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  body.top .top-about__list {
    padding: 0 20px;
  }
  body.top .top-about .col__left {
    margin-right: 0;
    width: 100%;
  }
  body.top .top-about .col__left ul > li:first-of-type {
    padding-top: 0 !important;
  }
  body.top .top-about .col__left ul > li {
    padding: 20px 0;
    border-bottom: 1px solid #B8BCC1;
  }
  body.top .top-about .col__left ul .dt {
    margin-bottom: 10px;
    padding-left: 0;
    width: 100%;
  }
  body.top .top-about .col__left ul .dt p {
    font-size: 1.6rem;
    line-height: 1em;
  }
  body.top .top-about .col__left ul .dd {
    width: 100%;
  }
  body.top .top-about .col__right {
    margin-top: 30px;
    padding: 20px 0 30px;
    width: 100%;
  }
  body.top .top-about .col__right .phone p {
    font-size: 2.8rem;
    line-height: 1em;
    letter-spacing: 0.02em;
  }
  body.top .top-about .col__right .header-bar__action {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 0;
  }
}
/* .top-column
-------------------------------------------------------------------------------- */
.top-column {
  padding: 100px 0 0;
  border-top: 1px solid #B8BCC1;
}
.top-column__inner {
  position: relative;
}
.top-column__list {
  display: flex;
  justify-content: stretch !important;
  gap: 5.6%;
}
.top-column__item {
  display: flex;
  width: 29.6%;
  border-bottom: 1px solid #B8BCC1;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  aspect-ratio: 380/250;
  background: url(../img/pages/top/top_no-img.jpg) no-repeat center/cover;
}
.top-column__item .text-set {
  padding: 30px 30px;
}
.top-column__item .title {
  flex-grow: 1;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .caption {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 1.8em;
  letter-spacing: 0.03em;
}
.top-column__item .time {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0.03em;
  color: #B8BCC1;
  text-align: right;
}
.top-column .button[data-pattern="01"] {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 50px 0 0;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .text-set {
    padding: 0 0 15px;
  }
  .top-column__item .title {
    margin-top: 5px;
    font-size: 1.6rem;
  }
  .top-column__item .caption {
    margin-top: 5px;
    font-size: 1.4rem;
  }
  .top-column__item .time {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .top-column .button[data-pattern="01"] {
    position: relative;
    margin: 50px auto 0;
  }
}
/* .top-news
-------------------------------------------------------------------------------- */
.top-news {
  position: relative;
  margin: 100px 0 0;
  background: #fff;
}
.top-news:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 16.7%;
  height: 100%;
  background: #F1F0EE;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 100px 100px;
  background: #F1F0EE;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 760px;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #063675;
  padding: 20px 0;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 95%;
}
.top-news__item .time {
  font-size: 1.6rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #063675;
}
.top-news__item .title {
  font-size: 1.6rem;
  line-height: 1.8em;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #1C1E21;
}
.top-news .button[data-pattern="01"] {
  position: absolute;
  bottom: 100px;
  left: 100px;
  width: calc(100% - 960px - 30px);
}

@media only screen and (max-width: 767px) {
  .top-news {
    margin: 50px 0 0;
  }
  .top-news:before {
    width: 100%;
  }
  .top-news__inner {
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px 0;
  }
  .top-news__list {
    margin: 0 auto;
    width: 90%;
  }
  .top-news__item:nth-of-type(1) .link {
    padding-top: 0 !important;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .top-news__item .wrapper {
    gap: 8px;
    width: 90%;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top-news .button[data-pattern="01"] {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: auto;
    margin: 50px auto 0;
  }
}
body.choose [class*=column__list] .text-set[data-pattern="01"] .title-num {
  padding-top: 15px;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
body.choose [class*=column__list] .text-set[data-pattern="01"] .title-num__sub {
  width: 100px;
  height: 100px;
  background: #063675;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.choose [class*=column__list] .text-set[data-pattern="01"] .title-num__sub p {
  font-size: 3.2rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
body.choose [class*=column__list] .text-set[data-pattern="01"] .title-num__main {
  padding-left: 30px;
  width: calc(100% - 100px);
}
body.choose [class*=column__list] .text-set[data-pattern="01"] .title-num__main p {
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
}
body.choose [class*=column__list] .text-set[data-pattern="01"] .title-sub p {
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
body.choose [class*=column__list] .text-set[data-pattern="01"] .text {
  margin-top: 25px;
}
body.choose [class*=column__list] .text-set[data-pattern="01"] .text p {
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  body.choose [class*=column__list] .text-set[data-pattern="01"] .title-num {
    padding-top: 0;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  body.choose [class*=column__list] .text-set[data-pattern="01"] .title-num__sub {
    width: 50px;
    height: 50px;
  }
  body.choose [class*=column__list] .text-set[data-pattern="01"] .title-num__sub p {
    font-size: 2.2rem;
    line-height: 1em;
    letter-spacing: 0;
  }
  body.choose [class*=column__list] .text-set[data-pattern="01"] .title-num__main {
    padding-left: 15px;
    width: calc(100% - 50px);
  }
  body.choose [class*=column__list] .text-set[data-pattern="01"] .title-num__main p {
    font-size: 1.8rem;
    line-height: 1.4em;
    letter-spacing: 0.05em;
  }
  body.choose [class*=column__list] .text-set[data-pattern="01"] .title-sub p {
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  body.choose [class*=column__list] .text-set[data-pattern="01"] .text {
    margin-top: 15px;
  }
  body.choose [class*=column__list] .text-set[data-pattern="01"] .text p {
    font-size: 1.5rem;
    line-height: 1.7em;
    letter-spacing: 0.02em;
  }
}
body.residence [class*=column__list] .text-set[data-pattern="02"] .title__main p {
  font-size: 2.6rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
}
body.residence [class*=column__list] .text-set[data-pattern="02"] .title__sub p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
body.residence [class*=column__list] .text-set[data-pattern="02"] .unit-list {
  margin-top: 40px;
}
body.residence [class*=column__list] .text-set[data-pattern="02"] .unit:nth-of-type(n+2) {
  margin-top: 30px;
}
body.residence [class*=column__list] .text-set[data-pattern="02"] .unit .h4 {
  margin-bottom: 15px;
}
body.residence [class*=column__list] .text-set[data-pattern="02"] .unit ul > li {
  position: relative;
  padding-left: 1.1em;
}
body.residence [class*=column__list] .text-set[data-pattern="02"] .unit ul > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  body.residence [class*=column__list] .text-set[data-pattern="02"] .title__main p {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  body.residence [class*=column__list] .text-set[data-pattern="02"] .title__sub p {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
  body.residence [class*=column__list] .text-set[data-pattern="02"] .unit-list {
    margin-top: 25px;
  }
  body.residence [class*=column__list] .text-set[data-pattern="02"] .unit:nth-of-type(n+2) {
    margin-top: 30px;
  }
  body.residence [class*=column__list] .text-set[data-pattern="02"] .unit .h4 {
    margin-bottom: 10px;
  }
}
body.corporate .page-head__service {
  margin-top: 80px;
}
body.corporate .page-head__service .title {
  padding: 10px 0;
  background: linear-gradient(135deg, #063675 0%, #68788d 100%);
}
body.corporate .page-head__service .title p {
  font-size: 2.6rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
body.corporate .page-head__service ul {
  padding: 20px 20px 50px;
  background: #F1F0EE;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 35px 0;
}
body.corporate .page-head__service ul > li {
  padding-right: 35px;
  width: 50%;
}
body.corporate .page-head__service ul p {
  text-align: justify;
  text-justify: inter-ideograph;
}
body.corporate .page-head__service .title-sub {
  position: relative;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 20px;
}
body.corporate .page-head__service .title-sub:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #063675;
}
body.corporate .page-head__service .title-sub p {
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
body.corporate .page-head__service .text {
  margin-top: 15px;
  padding-left: 20px;
}
body.corporate [class*=column__list] .text-set[data-pattern="03"] .shoulder {
  position: relative;
  padding: 15px 25px;
  background: #F1F0EE;
}
body.corporate [class*=column__list] .text-set[data-pattern="03"] .shoulder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #063675;
}
body.corporate [class*=column__list] .text-set[data-pattern="03"] .shoulder p {
  font-size: 1.8rem;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
body.corporate [class*=column__list] .text-set[data-pattern="03"] .title {
  margin: 40px 0;
}
body.corporate [class*=column__list] .text-set[data-pattern="03"] .title p {
  font-size: 2.6rem;
  line-height: 2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
}

@media only screen and (max-width: 767px) {
  body.corporate .page-head__service {
    margin-top: 40px;
  }
  body.corporate .page-head__service .title p {
    font-size: 1.8rem;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  body.corporate .page-head__service ul {
    padding: 15px 15px 30px;
    gap: 25px 0;
  }
  body.corporate .page-head__service ul > li {
    padding-right: 0;
    width: 100%;
  }
  body.corporate .page-head__service .title-sub {
    padding-left: 15px;
  }
  body.corporate .page-head__service .title-sub p {
    font-size: 1.6rem;
    line-height: 1em;
    letter-spacing: 0.05em;
  }
  body.corporate .page-head__service .text {
    margin-top: 10px;
    padding-left: 15px;
  }
  body.corporate [class*=column__list] .text-set[data-pattern="03"] .shoulder {
    padding: 10px 20px;
  }
  body.corporate [class*=column__list] .text-set[data-pattern="03"] .shoulder p {
    font-size: 1.5rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }
  body.corporate [class*=column__list] .text-set[data-pattern="03"] .title {
    margin: 30px 0 20px;
  }
  body.corporate [class*=column__list] .text-set[data-pattern="03"] .title p {
    font-size: 2rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }
}
body.works.category-top .works-tabs {
  margin-bottom: 80px;
}
body.works.category-top .works-tabs__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 30px;
}
body.works.category-top .works-tabs__item.current {
  background: #063675;
}
body.works.category-top .works-tabs__item.current p {
  color: #fff;
}
body.works.category-top .works-tabs__item {
  display: block;
  padding: 0 30px;
  height: 55px;
  background: #fff;
  border: 1px solid #063675;
  border-radius: 999px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
body.works.category-top .works-tabs__item p {
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #063675;
  font-family: "Zen Old Mincho", serif;
}
body.works.detail .works-column__detail {
  margin-top: 80px;
}
body.works.detail .works-column__detail .h4 {
  margin-bottom: 30px;
}
body.works.detail .works-column__detail--request, body.works.detail .works-column__detail--solution {
  padding: 20px;
}
body.works.detail .works-column__detail--request {
  background: #F1F0EE;
}
body.works.detail .works-column__detail--solution {
  margin-top: 80px;
  background: #fff;
  border: 1px solid #B8BCC1;
}
body.works.detail .works-gallery {
  margin-top: 120px !important; /* override */
  padding: 120px 0 100px;
  background: #F1F0EE;
}
body.works.detail .works-gallery:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 50%, #F1F0EE 50.5%) no-repeat top left/50% 100%, linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #F1F0EE 50.5%) no-repeat top right/50% 100%;
}
body.works.detail .works-gallery__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px 2%;
}
body.works.detail .works-gallery__item {
  width: 32%;
  aspect-ratio: 680/432;
  background: url(../img/pages/works/works_no-img.jpg) no-repeat center/cover;
  border: 1px solid #B8BCC1;
}
body.works.detail .works-gallery .button {
  margin: 100px auto 0;
}

.works-column__item .thumbnail {
  width: 100%;
  aspect-ratio: 680/432;
  background: url(../img/pages/works/works_no-img.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  body.works.category-top .works-tabs {
    margin-bottom: 50px;
  }
  body.works.category-top .works-tabs__list {
    gap: 15px 15px;
  }
  body.works.category-top .works-tabs__item {
    padding: 0 15px;
    height: 35px;
  }
  body.works.category-top .works-tabs__item p {
    font-size: 1.3rem;
    line-height: 1em;
    letter-spacing: 0.02em;
  }
  body.works.detail .works-column__detail {
    margin-top: 50px;
  }
  body.works.detail .works-column__detail .h4 {
    margin-bottom: 15px;
  }
  body.works.detail .works-column__detail--request, body.works.detail .works-column__detail--solution {
    padding: 15px;
  }
  body.works.detail .works-column__detail--solution {
    margin-top: 50px;
  }
  body.works.detail .works-gallery {
    margin-top: 60px !important; /* override */
    padding: 30px 0 50px;
  }
  body.works.detail .works-gallery:before {
    position: absolute;
    top: -40px;
    left: 0;
    height: 40px;
  }
  body.works.detail .works-gallery__list {
    padding: 0 20px;
    gap: 20px 4%;
  }
  body.works.detail .works-gallery__item {
    width: 48%;
  }
  body.works.detail .works-gallery .button {
    margin: 50px auto 0;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0 !important;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #063675;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #063675;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}/*# sourceMappingURL=style.css.map */