@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

html,
body {
  height: 100%;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  color: #333;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: YakuHanJP, dnp-shuei-gothic-gin-std, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  line-height: 1.75;
  letter-spacing: 0.04em;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
}

p,
figure,
dt,
dd {
  padding: 0;
  margin: 0;
}

body.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a.link {
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

section {
  position: relative;
}

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
  caret-color: transparent;
  pointer-events: none;
}

label {
  cursor: pointer;
}

input {
  margin: 0;
  padding: 0;
}

input[type=text] {
  font-size: 16px;
}

input[type=checkbox],
input[type=radio] {
  all: revert; /* リセットされた UA スタイルを復元 */
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

strong {
  font-weight: 600;
}

small {
  font-size: 70%;
}

span,
small {
  font-weight: inherit;
}

sup,
sub {
  font-size: 1.1rem;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .tel {
    pointer-events: none;
  }
}
@media print {
  body {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none;
  }
  .pc_none {
    display: none;
  }
}
.none {
  display: none !important;
}

.event-none {
  pointer-events: none;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

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

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

/**/
@media screen and (min-width: 1401px) {
  .pcWidth_none {
    display: none;
  }
}
@media all and (min-width: 1201px) {
  .sp_only,
  .tab_only {
    display: none !important;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sp_only {
    display: none !important;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
.c-main {
  color: #f7f8f8;
}

.c-main2 {
  color: #000;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-red {
  color: #dc143c;
}

.c-blue {
  color: #0067c0;
}

.c-green {
  color: #4db56a;
}

.c-yellow {
  color: #f8b400;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #ddd;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

.u-bg__white {
  background-color: #ffffff;
}
.u-bg__black {
  background-color: #000000;
}
.u-bg__gray {
  background-color: #dddddd;
}
.u-bg__gray--light {
  background-color: #eeeeee;
}
.u-bg__gray--dark {
  background-color: #cccccc;
}

.u-grade__blue {
  background: -webkit-gradient(linear, left top, right top, from(#002878), to(#1450b4));
  background: linear-gradient(to right, #002878, #1450b4);
}

.u-grade__green {
  background: -webkit-gradient(linear, left top, right top, from(#00adba), to(#78c8b4));
  background: linear-gradient(to right, #00adba, #78c8b4);
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.--col1 {
  width: 100%;
}

.--col2 {
  width: 50%;
}

.--col3 {
  width: 33.3333333333%;
}

.--col4 {
  width: 25%;
}

.grid {
  display: grid;
}
@media screen and (min-width: 768px) {
  .grid.--grid2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .grid.--grid3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid.--grid4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .grid.--grid4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* margin
-------------------------------------------------------*/
.mt5 {
  margin-top: 5px;
  margin-top: 0.7352941176vw;
}
@media screen and (min-width: 768px) {
  .mt5 {
    margin-top: 5px;
  }
}

.mb5 {
  margin-bottom: 5px;
  margin-bottom: 0.7352941176vw;
}
@media screen and (min-width: 768px) {
  .mb5 {
    margin-bottom: 5px;
  }
}

.mt10 {
  margin-top: 10px;
  margin-top: 1.4705882353vw;
}
@media screen and (min-width: 768px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mb10 {
  margin-bottom: 10px;
  margin-bottom: 1.4705882353vw;
}
@media screen and (min-width: 768px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.mt15 {
  margin-top: 15px;
  margin-top: 2.2058823529vw;
}
@media screen and (min-width: 768px) {
  .mt15 {
    margin-top: 15px;
  }
}

.mb15 {
  margin-bottom: 15px;
  margin-bottom: 2.2058823529vw;
}
@media screen and (min-width: 768px) {
  .mb15 {
    margin-bottom: 15px;
  }
}

.mt20 {
  margin-top: 20px;
  margin-top: 2.9411764706vw;
}
@media screen and (min-width: 768px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mb20 {
  margin-bottom: 20px;
  margin-bottom: 2.9411764706vw;
}
@media screen and (min-width: 768px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mt25 {
  margin-top: 25px;
  margin-top: 3.6764705882vw;
}
@media screen and (min-width: 768px) {
  .mt25 {
    margin-top: 25px;
  }
}

.mb25 {
  margin-bottom: 25px;
  margin-bottom: 3.6764705882vw;
}
@media screen and (min-width: 768px) {
  .mb25 {
    margin-bottom: 25px;
  }
}

.mt30 {
  margin-top: 30px;
  margin-top: 4.4117647059vw;
}
@media screen and (min-width: 768px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mb30 {
  margin-bottom: 30px;
  margin-bottom: 4.4117647059vw;
}
@media screen and (min-width: 768px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mt35 {
  margin-top: 35px;
  margin-top: 5.1470588235vw;
}
@media screen and (min-width: 768px) {
  .mt35 {
    margin-top: 35px;
  }
}

.mb35 {
  margin-bottom: 35px;
  margin-bottom: 5.1470588235vw;
}
@media screen and (min-width: 768px) {
  .mb35 {
    margin-bottom: 35px;
  }
}

.mt40 {
  margin-top: 40px;
  margin-top: 5.8823529412vw;
}
@media screen and (min-width: 768px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mb40 {
  margin-bottom: 40px;
  margin-bottom: 5.8823529412vw;
}
@media screen and (min-width: 768px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mt45 {
  margin-top: 45px;
  margin-top: 6.6176470588vw;
}
@media screen and (min-width: 768px) {
  .mt45 {
    margin-top: 45px;
  }
}

.mb45 {
  margin-bottom: 45px;
  margin-bottom: 6.6176470588vw;
}
@media screen and (min-width: 768px) {
  .mb45 {
    margin-bottom: 45px;
  }
}

.mt50 {
  margin-top: 50px;
  margin-top: 7.3529411765vw;
}
@media screen and (min-width: 768px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mb50 {
  margin-bottom: 50px;
  margin-bottom: 7.3529411765vw;
}
@media screen and (min-width: 768px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mt55 {
  margin-top: 55px;
  margin-top: 8.0882352941vw;
}
@media screen and (min-width: 768px) {
  .mt55 {
    margin-top: 55px;
  }
}

.mb55 {
  margin-bottom: 55px;
  margin-bottom: 8.0882352941vw;
}
@media screen and (min-width: 768px) {
  .mb55 {
    margin-bottom: 55px;
  }
}

.mt60 {
  margin-top: 60px;
  margin-top: 8.8235294118vw;
}
@media screen and (min-width: 768px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mb60 {
  margin-bottom: 60px;
  margin-bottom: 8.8235294118vw;
}
@media screen and (min-width: 768px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mt65 {
  margin-top: 65px;
  margin-top: 9.5588235294vw;
}
@media screen and (min-width: 768px) {
  .mt65 {
    margin-top: 65px;
  }
}

.mb65 {
  margin-bottom: 65px;
  margin-bottom: 9.5588235294vw;
}
@media screen and (min-width: 768px) {
  .mb65 {
    margin-bottom: 65px;
  }
}

.mt70 {
  margin-top: 70px;
  margin-top: 10.2941176471vw;
}
@media screen and (min-width: 768px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mb70 {
  margin-bottom: 70px;
  margin-bottom: 10.2941176471vw;
}
@media screen and (min-width: 768px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mt75 {
  margin-top: 75px;
  margin-top: 11.0294117647vw;
}
@media screen and (min-width: 768px) {
  .mt75 {
    margin-top: 75px;
  }
}

.mb75 {
  margin-bottom: 75px;
  margin-bottom: 11.0294117647vw;
}
@media screen and (min-width: 768px) {
  .mb75 {
    margin-bottom: 75px;
  }
}

.mt80 {
  margin-top: 80px;
  margin-top: 11.7647058824vw;
}
@media screen and (min-width: 768px) {
  .mt80 {
    margin-top: 80px;
  }
}

.mb80 {
  margin-bottom: 80px;
  margin-bottom: 11.7647058824vw;
}
@media screen and (min-width: 768px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mt85 {
  margin-top: 85px;
  margin-top: 12.5vw;
}
@media screen and (min-width: 768px) {
  .mt85 {
    margin-top: 85px;
  }
}

.mb85 {
  margin-bottom: 85px;
  margin-bottom: 12.5vw;
}
@media screen and (min-width: 768px) {
  .mb85 {
    margin-bottom: 85px;
  }
}

.mt90 {
  margin-top: 90px;
  margin-top: 13.2352941176vw;
}
@media screen and (min-width: 768px) {
  .mt90 {
    margin-top: 90px;
  }
}

.mb90 {
  margin-bottom: 90px;
  margin-bottom: 13.2352941176vw;
}
@media screen and (min-width: 768px) {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mt95 {
  margin-top: 95px;
  margin-top: 13.9705882353vw;
}
@media screen and (min-width: 768px) {
  .mt95 {
    margin-top: 95px;
  }
}

.mb95 {
  margin-bottom: 95px;
  margin-bottom: 13.9705882353vw;
}
@media screen and (min-width: 768px) {
  .mb95 {
    margin-bottom: 95px;
  }
}

.mt100 {
  margin-top: 100px;
  margin-top: 14.7058823529vw;
}
@media screen and (min-width: 768px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mb100 {
  margin-bottom: 100px;
  margin-bottom: 14.7058823529vw;
}
@media screen and (min-width: 768px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

/* padding
-------------------------------------------------------*/
.pt5 {
  padding-top: 5px;
  padding-top: 0.7352941176vw;
}
@media screen and (min-width: 768px) {
  .pt5 {
    padding-top: 5px;
  }
}

.pb5 {
  padding-bottom: 5px;
  padding-bottom: 0.7352941176vw;
}
@media screen and (min-width: 768px) {
  .pb5 {
    padding-bottom: 5px;
  }
}

.pt10 {
  padding-top: 10px;
  padding-top: 1.4705882353vw;
}
@media screen and (min-width: 768px) {
  .pt10 {
    padding-top: 10px;
  }
}

.pb10 {
  padding-bottom: 10px;
  padding-bottom: 1.4705882353vw;
}
@media screen and (min-width: 768px) {
  .pb10 {
    padding-bottom: 10px;
  }
}

.pt15 {
  padding-top: 15px;
  padding-top: 2.2058823529vw;
}
@media screen and (min-width: 768px) {
  .pt15 {
    padding-top: 15px;
  }
}

.pb15 {
  padding-bottom: 15px;
  padding-bottom: 2.2058823529vw;
}
@media screen and (min-width: 768px) {
  .pb15 {
    padding-bottom: 15px;
  }
}

.pt20 {
  padding-top: 20px;
  padding-top: 2.9411764706vw;
}
@media screen and (min-width: 768px) {
  .pt20 {
    padding-top: 20px;
  }
}

.pb20 {
  padding-bottom: 20px;
  padding-bottom: 2.9411764706vw;
}
@media screen and (min-width: 768px) {
  .pb20 {
    padding-bottom: 20px;
  }
}

.pt25 {
  padding-top: 25px;
  padding-top: 3.6764705882vw;
}
@media screen and (min-width: 768px) {
  .pt25 {
    padding-top: 25px;
  }
}

.pb25 {
  padding-bottom: 25px;
  padding-bottom: 3.6764705882vw;
}
@media screen and (min-width: 768px) {
  .pb25 {
    padding-bottom: 25px;
  }
}

.pt30 {
  padding-top: 30px;
  padding-top: 4.4117647059vw;
}
@media screen and (min-width: 768px) {
  .pt30 {
    padding-top: 30px;
  }
}

.pb30 {
  padding-bottom: 30px;
  padding-bottom: 4.4117647059vw;
}
@media screen and (min-width: 768px) {
  .pb30 {
    padding-bottom: 30px;
  }
}

.pt35 {
  padding-top: 35px;
  padding-top: 5.1470588235vw;
}
@media screen and (min-width: 768px) {
  .pt35 {
    padding-top: 35px;
  }
}

.pb35 {
  padding-bottom: 35px;
  padding-bottom: 5.1470588235vw;
}
@media screen and (min-width: 768px) {
  .pb35 {
    padding-bottom: 35px;
  }
}

.pt40 {
  padding-top: 40px;
  padding-top: 5.8823529412vw;
}
@media screen and (min-width: 768px) {
  .pt40 {
    padding-top: 40px;
  }
}

.pb40 {
  padding-bottom: 40px;
  padding-bottom: 5.8823529412vw;
}
@media screen and (min-width: 768px) {
  .pb40 {
    padding-bottom: 40px;
  }
}

.pt45 {
  padding-top: 45px;
  padding-top: 6.6176470588vw;
}
@media screen and (min-width: 768px) {
  .pt45 {
    padding-top: 45px;
  }
}

.pb45 {
  padding-bottom: 45px;
  padding-bottom: 6.6176470588vw;
}
@media screen and (min-width: 768px) {
  .pb45 {
    padding-bottom: 45px;
  }
}

.pt50 {
  padding-top: 50px;
  padding-top: 7.3529411765vw;
}
@media screen and (min-width: 768px) {
  .pt50 {
    padding-top: 50px;
  }
}

.pb50 {
  padding-bottom: 50px;
  padding-bottom: 7.3529411765vw;
}
@media screen and (min-width: 768px) {
  .pb50 {
    padding-bottom: 50px;
  }
}

.pt55 {
  padding-top: 55px;
  padding-top: 8.0882352941vw;
}
@media screen and (min-width: 768px) {
  .pt55 {
    padding-top: 55px;
  }
}

.pb55 {
  padding-bottom: 55px;
  padding-bottom: 8.0882352941vw;
}
@media screen and (min-width: 768px) {
  .pb55 {
    padding-bottom: 55px;
  }
}

.pt60 {
  padding-top: 60px;
  padding-top: 8.8235294118vw;
}
@media screen and (min-width: 768px) {
  .pt60 {
    padding-top: 60px;
  }
}

.pb60 {
  padding-bottom: 60px;
  padding-bottom: 8.8235294118vw;
}
@media screen and (min-width: 768px) {
  .pb60 {
    padding-bottom: 60px;
  }
}

.pt65 {
  padding-top: 65px;
  padding-top: 9.5588235294vw;
}
@media screen and (min-width: 768px) {
  .pt65 {
    padding-top: 65px;
  }
}

.pb65 {
  padding-bottom: 65px;
  padding-bottom: 9.5588235294vw;
}
@media screen and (min-width: 768px) {
  .pb65 {
    padding-bottom: 65px;
  }
}

.pt70 {
  padding-top: 70px;
  padding-top: 10.2941176471vw;
}
@media screen and (min-width: 768px) {
  .pt70 {
    padding-top: 70px;
  }
}

.pb70 {
  padding-bottom: 70px;
  padding-bottom: 10.2941176471vw;
}
@media screen and (min-width: 768px) {
  .pb70 {
    padding-bottom: 70px;
  }
}

.pt75 {
  padding-top: 75px;
  padding-top: 11.0294117647vw;
}
@media screen and (min-width: 768px) {
  .pt75 {
    padding-top: 75px;
  }
}

.pb75 {
  padding-bottom: 75px;
  padding-bottom: 11.0294117647vw;
}
@media screen and (min-width: 768px) {
  .pb75 {
    padding-bottom: 75px;
  }
}

.pt80 {
  padding-top: 80px;
  padding-top: 11.7647058824vw;
}
@media screen and (min-width: 768px) {
  .pt80 {
    padding-top: 80px;
  }
}

.pb80 {
  padding-bottom: 80px;
  padding-bottom: 11.7647058824vw;
}
@media screen and (min-width: 768px) {
  .pb80 {
    padding-bottom: 80px;
  }
}

.pt85 {
  padding-top: 85px;
  padding-top: 12.5vw;
}
@media screen and (min-width: 768px) {
  .pt85 {
    padding-top: 85px;
  }
}

.pb85 {
  padding-bottom: 85px;
  padding-bottom: 12.5vw;
}
@media screen and (min-width: 768px) {
  .pb85 {
    padding-bottom: 85px;
  }
}

.pt90 {
  padding-top: 90px;
  padding-top: 13.2352941176vw;
}
@media screen and (min-width: 768px) {
  .pt90 {
    padding-top: 90px;
  }
}

.pb90 {
  padding-bottom: 90px;
  padding-bottom: 13.2352941176vw;
}
@media screen and (min-width: 768px) {
  .pb90 {
    padding-bottom: 90px;
  }
}

.pt95 {
  padding-top: 95px;
  padding-top: 13.9705882353vw;
}
@media screen and (min-width: 768px) {
  .pt95 {
    padding-top: 95px;
  }
}

.pb95 {
  padding-bottom: 95px;
  padding-bottom: 13.9705882353vw;
}
@media screen and (min-width: 768px) {
  .pb95 {
    padding-bottom: 95px;
  }
}

.pt100 {
  padding-top: 100px;
  padding-top: 14.7058823529vw;
}
@media screen and (min-width: 768px) {
  .pt100 {
    padding-top: 100px;
  }
}

.pb100 {
  padding-bottom: 100px;
  padding-bottom: 14.7058823529vw;
}
@media screen and (min-width: 768px) {
  .pb100 {
    padding-bottom: 100px;
  }
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt {
    padding-top: 120px;
    padding-top: 12vw;
  }
}

.section--pt_xs {
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_xs {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_xs {
    padding-top: 50px;
    padding-top: 5vw;
  }
}

.section--pt_sm {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_sm {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_sm {
    padding-top: 85px;
    padding-top: 8.5vw;
  }
}

.section--pt_lg {
  padding-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_lg {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_lg {
    padding-top: 150px;
    padding-top: 15vw;
  }
}

.section--pt_xl {
  padding-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pt_xl {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--pt_xl {
    padding-top: 200px;
    padding-top: 20vw;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb {
    padding-bottom: 120px;
    padding-bottom: 12vw;
  }
}

.section--pb_xs {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_xs {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_xs {
    padding-bottom: 50px;
    padding-bottom: 5vw;
  }
}

.section--pb_sm {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_sm {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_sm {
    padding-bottom: 85px;
    padding-bottom: 8.5vw;
  }
}

.section--pb_lg {
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_lg {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_lg {
    padding-bottom: 150px;
    padding-bottom: 15vw;
  }
}

.section--pb_xl {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--pb_xl {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--pb_xl {
    padding-bottom: 200px;
    padding-bottom: 20vw;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt {
    margin-top: 120px;
    margin-top: 12vw;
  }
}

.section--mt_xs {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_xs {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_xs {
    margin-top: 50px;
    margin-top: 5vw;
  }
}

.section--mt_sm {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_sm {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_sm {
    margin-top: 85px;
    margin-top: 8.5vw;
  }
}

.section--mt_lg {
  margin-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_lg {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_lg {
    margin-top: 150px;
    margin-top: 15vw;
  }
}

.section--mt_xl {
  margin-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mt_xl {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--mt_xl {
    margin-top: 200px;
    margin-top: 20vw;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb {
    margin-bottom: 120px;
    margin-bottom: 12vw;
  }
}

.section--mb_xs {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_xs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_xs {
    margin-bottom: 50px;
    margin-bottom: 5vw;
  }
}

.section--mb_sm {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_sm {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_sm {
    margin-bottom: 85px;
    margin-bottom: 8.5vw;
  }
}

.section--mb_lg {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_lg {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_lg {
    margin-bottom: 150px;
    margin-bottom: 15vw;
  }
}

.section--mb_xl {
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .section--mb_xl {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .section--mb_xl {
    margin-bottom: 200px;
    margin-bottom: 20vw;
  }
}

.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 767px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

.u-zoomLink a {
  display: block;
}
@media screen and (min-width: 1001px) {
  .u-zoomLink a figure img {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .u-zoomLink a:hover figure img {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.u-zoomLink a figure {
  overflow: hidden;
  background-color: #fff;
}
.u-zoomLink a figure img {
  width: 100%;
}

.breadcrumb {
  color: #fff;
  background-color: #333333;
  padding-left: 20px;
}
.breadcrumb__list {
  padding-top: 6px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .breadcrumb__list {
    padding-top: 2px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
}
.breadcrumb__item {
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item {
    font-size: 1rem;
  }
}
.breadcrumb__item a {
  position: relative;
  color: #fff;
  font-weight: normal;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  font-weight: 300;
  position: relative;
  top: -1px;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}

.breadcrumb__bottom {
  color: #fff;
  background-color: #f7f8f8;
}

.c-globalNav {
  position: fixed;
  inset: 64px 0 auto 0; /* below header on mobile */
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  z-index: 1100;
}
.c-globalNav__list {
  display: grid;
  gap: 0.5rem;
  padding: 1rem;
}
.c-globalNav__item a {
  display: block;
  padding: 0.75rem 1rem;
  border-radius: 6px;
}
.c-globalNav__item a:hover {
  background: #f7f7f9;
}
@media screen and (min-width: 768px) {
  .c-globalNav {
    position: static;
    -webkit-transform: none;
            transform: none;
    border: 0;
    background: transparent;
  }
  .c-globalNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    padding: 0;
  }
  .c-globalNav__item a {
    padding: 0.5rem 0.75rem;
  }
}
.c-globalNav {
  /* open state toggled by header class */
}
.l-header.is-open .c-globalNav {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-navToggle {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-navToggle {
    display: none;
  }
}
.c-navToggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #dddddd;
  position: relative;
}
.c-navToggle__bar:not(:last-child) {
  margin-bottom: 4px;
}

.c-logo {
  font-weight: 700;
}

/*
-------------------------------------------------------*/
.c-wrap {
  width: calc(100% - 60px);
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .c-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-heading .c-heading__eng {
  line-height: 1.2;
}
.c-heading.--center {
  text-align: center;
}
.c-heading.--left {
  text-align: left;
}
.c-heading.--right {
  text-align: right;
}

.c-heading.--section {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section {
    padding-bottom: 20px;
  }
}
.c-heading.--section .c-heading__eng {
  width: 70%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.c-heading.--section .c-heading__copy {
  font-size: 1.4444444444em;
  font-weight: 600;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section .c-heading__copy {
    font-size: 1.1666666667em;
  }
}
.c-heading.--section .c-heading__txt {
  font-size: 1.375em;
  letter-spacing: 0.05em;
}
.c-heading.--section.--mt {
  position: relative;
  margin-top: -120px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section.--mt {
    margin-top: -64px;
    padding-bottom: 17px;
  }
}
.c-heading.--section.--mt .c-heading__copy {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-heading.--section.--mt .c-heading__copy {
    margin-top: 20px;
  }
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Poppins", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-mincho {
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.font-tsukushi {
  font-family: "fot-tsukuaoldmin-pr6n", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/* title
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 4.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__xl3 {
    font-size: 4.14rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xl3 {
    font-size: 3.68rem;
  }
}

.txt__xl2 {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__xl2 {
    font-size: 3.24rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xl2 {
    font-size: 2.88rem;
  }
}

.txt__xl {
  font-size: 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__xl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xl {
    font-size: 2.4rem;
  }
}

.txt__lg2 {
  font-size: 2.7rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__lg2 {
    font-size: 2.43rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__lg2 {
    font-size: 2.16rem;
  }
}

.txt__lg {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__lg {
    font-size: 2.34rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__lg {
    font-size: 2.08rem;
  }
}

.txt__md2 {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__md2 {
    font-size: 1.98rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__md2 {
    font-size: 1.76rem;
  }
}

.txt__md {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__md {
    font-size: 1.62rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__md {
    font-size: 1.44rem;
  }
}

.txt__base {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__base {
    font-size: 1.44rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__base {
    font-size: 1.28rem;
  }
}

.txt__sm {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__sm {
    font-size: 1.26rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__sm {
    font-size: 1.12rem;
  }
}

.txt__xs {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .txt__xs {
    font-size: 1.17rem;
  }
}
@media screen and (max-width: 767px) {
  .txt__xs {
    font-size: 1.04rem;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.2rem !important;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .capt {
    font-size: 1rem !important;
  }
}
.capt_s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .capt_s {
    font-size: 1.1rem;
  }
}

.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__0 {
  letter-spacing: 0;
}

.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

.pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pageTitle {
    height: 190px;
  }
}
.pageTitle::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.pageTitle img {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTitle .ttl__data {
  position: relative;
  z-index: 5;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .pageTitle .ttl__data {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    bottom: -20px;
  }
}
.pageTitle .ttl__data::before {
  font-size: 8rem;
  color: #fff;
  background: none;
  margin-bottom: 40px;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data::before {
    font-size: 5.2rem;
    margin-bottom: 15px;
  }
}
.pageTitle .ttl__data::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .pageTitle .ttl__data::after {
    width: 40px;
    bottom: 33px;
  }
}
/* グラデーション
-------------------------------------------------------*/
.grade--txt {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade--data {
  color: #f7f8f8;
}
.grade--data::before {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  margin-left: auto;
  margin-right: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl__underline {
  position: relative;
  border-bottom: 5px solid #f6f6f6;
}
.ttl__underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}

.ttl__underline--center {
  text-align: center;
}
.ttl__underline--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* 矢印の共通パーツ
-------------------------------------------------------*/
.c-arrow {
  padding-right: 0.5em;
}
.c-arrow::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.list__square {
  list-style: square;
}
.list__square li {
  list-style: inside;
}

.list__circle {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.list__circle li {
  position: relative;
  padding-left: 1em; /* マーカー分のスペースだけ確保 */
}
.list__circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em; /* テキストの中央に揃える */
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%; /* 丸にする */
  background: black; /* マーカー色 */
}

.list__before {
  list-style: none;
}
.list__before li {
  position: relative;
}
.list__before li::before {
  content: "▪";
  display: block;
  position: absolute;
  left: -1em;
  color: #ddd;
}

.list__check li {
  font-weight: 600;
  position: relative;
  padding-left: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 2.2rem;
}
.list__check li + li {
  margin-top: 1em;
}
.list__check li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/common/arrow_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* color
-------------------------------------------------------*/
.list__blue ul li {
  background-color: #f2f8fd;
  padding: 30px;
}
.list__blue ul li .ttl {
  color: #f7f8f8;
  text-align: center;
}
.list__blue ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

.list__gray ul li {
  min-height: 240px;
  background-color: #f7f7f7;
  padding: 20px;
}
.list__gray ul li .img {
  width: 90%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.list__gray ul li .ttl {
  color: #f7f8f8;
  text-align: center;
}
.list__gray ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

table {
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 768px) {
  table {
    width: 100%;
  }
}
table th {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.table-scroll table th,
.table-scroll table td {
  position: relative;
  font-weight: 400;
  padding: 65px 0 20px 0;
  text-align: left;
}
.table-scroll table th::before,
.table-scroll table td::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93%;
  height: 1px;
  margin: auto;
}
.table-scroll table th {
  width: 20%;
  min-width: 130px;
}
.table-scroll table th::before {
  background-color: #000;
}
.table-scroll table td::before {
  background-color: #ccc;
}
.table-scroll table .head {
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .table-scroll table .fixed {
    position: sticky;
    left: 0;
    height: 100%;
  }
  .table-scroll table .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
  }
}

.table-col table th,
.table-col table td {
  padding: 20px 40px;
  border: none;
}
.table-col table th {
  width: 30%;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .table-col table th,
  .table-col table td,
  .table-col table tr {
    display: block;
    width: 100%;
  }
  .table-col table th {
    width: 100%;
  }
  .table-col table td {
    padding-top: 0;
  }
}

.table-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b5b1b1;
}
.table-dl dt,
.table-dl dd {
  padding: 24px 0;
}
.table-dl dt {
  width: 30%;
}
.table-dl dd {
  width: 70%;
}
.table-dl {
  /* sp */
}
@media only screen and (max-width: 767px) {
  .table-dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-orient: vertical;
  }
  .table-dl dt,
  .table-dl dd {
    width: 100%;
  }
  .table-dl dd {
    padding-top: 0;
  }
}

figcaption {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  figcaption {
    font-size: 1rem;
  }
}

/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  padding: 4px 8px;
  margin: auto;
}
.figure figcaption.capt_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.figure.reverse figcaption {
  position: absolute;
  left: 0;
  right: 0;
}

/* figure_capt
-------------------------------------------------------*/
.figure_capt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure_capt figcaption {
  margin-top: 4px;
  text-align: right;
  letter-spacing: 0.07em;
}

.figure__frame__stripe::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-width: 10px;
  border-image-slice: 10;
  border-image-repeat: round;
  border-style: solid;
}

.figure__frame__photo::before, .figure__frame__photo::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.figure__frame__photo::before {
  top: -10px;
  right: -10px;
  border-top: 30px solid #053e62;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid #053e62;
}
.figure__frame__photo::after {
  bottom: -10px;
  left: -10px;
  border-top: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 30px solid #053e62;
  border-left: 30px solid #053e62;
  border-right: 30px solid rgba(0, 0, 0, 0);
}

.figure__frame__photo2::before, .figure__frame__photo2::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 70px;
  height: 25px;
  background-color: #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.figure__frame__photo2::before {
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #aaa;
}
.figure__frame__photo2::after {
  bottom: -10px;
  right: -25px;
  border-top: 1px solid #aaa;
}

.figure__frame__shadow::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
}

.figure__frame__shadow2::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
}

.formWrap .flex li {
  margin-bottom: 5px;
}

/* form input
--------------------------------------------------------------------------------*/
.cp_ipselect,
select,
textarea,
input {
  border-radius: 5px;
  -webkit-transition: 0.3em;
  transition: 0.3em;
}

input[type=text],
textarea,
select {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 0.8em;
  padding-left: 0.8em;
}
@media screen and (max-width: 767px) {
  input[type=text],
  textarea,
  select {
    max-width: 220px;
  }
}

input[type=text],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #bbb;
}

input[type=text]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 7px #006cb6;
          box-shadow: 0 0 7px #006cb6;
  border: 1px solid #006cb6;
}

textarea {
  width: 100%;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder {
  color: #aaa;
}

input[type=reset],
input[type=button],
.btnBack {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  background-color: #858585;
  color: #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=reset]:hover,
input[type=button]:hover,
.btnBack:hover {
  background-color: #333 !important;
}

input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}

.btnBack {
  background-color: #858585 !important;
}

@media screen and (max-width: 767px) {
  textarea,
  input {
    max-width: 90%;
  }
}
/*=======================================================================

 fotm design

========================================================================*/
.c-input-label {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-input-label__radio {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.c-input-label__checkbox {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

/* ボタン
-------------------------------------------------------*/
.c-button__wrap {
  width: 75%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.c-button {
  position: relative;
  color: #fff;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1666666667em;
  font-weight: 600;
  line-height: 1.3076923077;
  text-decoration: none;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-button {
    font-size: 1em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1001px) {
  .c-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button:hover {
    background-color: #f7f8f8;
  }
}

.c-button.--arrow-right a {
  padding-right: 30px;
}
.c-button.--arrow-right a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url(../../images/common/arrow/arrow_btn_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-button.--arrow-right a:after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}

.c-button.--arrow-bottom a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-button.--arrow-bottom a:after {
  margin-top: 10px;
  content: "";
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  width: 3vw;
  height: 30px;
  height: 3vw;
  background-image: url(../../images/common/arrow/arrow_btn_bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-button.--arrow-bottom a:after {
    margin-top: 5px;
  }
}

.l-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(380px, 100%);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-header {
    width: 100%;
  }
}
.l-header .l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .logo {
  width: 145px;
  padding-left: 10px;
  padding-top: 7px;
}
.l-header .logo a {
  display: block;
}
.l-header .sp_menu__wrap {
  padding: 10px;
}
.l-header .sp_menu {
  width: 46px;
  background-color: #fff;
}
.l-header .sp_menu a {
  display: block;
}
@media (any-hover: hover) {
  .l-header .sp_menu a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-header .sp_menu a:hover {
    opacity: 0.4;
  }
}

.page-renovation .sp_menu,
.page-reform .sp_menu {
  background-color: transparent;
}
.page-renovation .sp_menu.is-active,
.page-reform .sp_menu.is-active {
  background-color: #fff;
}
.page-renovation .sp_menu a,
.page-reform .sp_menu a {
  display: block;
}

.page-renovation_form .l-header,
.page-reform_form .l-header {
  height: 70px;
  background-color: #fff;
}
.page-renovation_form .sp_menu a,
.page-reform_form .sp_menu a {
  display: block;
}
.page-renovation_form .l-main,
.page-reform_form .l-main {
  margin-top: 70px;
}

.l-wrapper {
  background-attachment: fixed;
  display: block;
  overflow-x: hidden;
  background-image: url(../../img/common/bg-pc.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 1800px) {
  .l-wrapper {
    background-image: url(../../img/common/bg-pc__width.jpg);
  }
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    background-image: none;
  }
}
.l-wrapper:before, .l-wrapper:after {
  content: "";
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 60px);
  height: calc(100% - 60px);
}
.l-wrapper:before {
  background-color: rgba(90, 76, 68, 0.7);
  mix-blend-mode: multiply;
}
.l-wrapper:after {
  border: 1px solid #bea037;
}

.l-wrapper__inner {
  z-index: 5;
  position: relative;
  width: min(380px, 100%);
  margin-inline: auto;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  background-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .l-wrapper__inner {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 420px) {
  .l-wrapper__inner {
    width: 100%;
  }
}

.l-main {
  display: block;
  background-color: #fff;
  min-height: 70vh;
}

.l-content__left,
.l-content__right {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc((100% - 380px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-content__left,
  .l-content__right {
    display: none;
  }
}
.l-content__left .content,
.l-content__right .content {
  padding-block: 30px;
}
.l-content__left .content a,
.l-content__right .content a {
  display: block;
}
@media (any-hover: hover) {
  .l-content__left .content a,
  .l-content__right .content a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-content__left .content a:hover,
  .l-content__right .content a:hover {
    opacity: 0.4;
  }
}

.l-content__left {
  left: 0;
}
.l-content__left .content {
  margin-left: 30px;
}
.l-content__left .pc-left__logo {
  width: min(340px, 100%);
  margin-inline: auto;
  margin-bottom: 90px;
}
@media screen and (max-height: 800px) {
  .l-content__left .pc-left__logo {
    width: min(290px, 100%);
    margin-bottom: 0px;
  }
}
.l-content__left .pc-left__renovation,
.l-content__left .pc-left__reform {
  width: min(302px, 100%);
  background-color: #fff;
  margin-inline: auto;
  margin-top: 20px;
}
@media screen and (max-height: 800px) {
  .l-content__left .pc-left__renovation,
  .l-content__left .pc-left__reform {
    width: min(270px, 100%);
  }
}
.l-content__right {
  right: 0;
}
.l-content__right .content {
  margin-right: 30px;
}
.l-content__right .pc-right__request {
  width: min(336px, 100%);
  margin-inline: auto;
  background-color: #fff;
}
.l-content__right .pc-right__request a {
  display: block;
}
@media (any-hover: hover) {
  .l-content__right .pc-right__request a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-content__right .pc-right__request a:hover {
    opacity: 0.4;
  }
}

.pc-banner {
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
}

.l-footer {
  text-align: center;
}
.l-footer .l-footer__inner {
  background-color: #f5f5f5;
  padding-block: 30px 30px;
}
.l-footer .logo {
  width: 72%;
  margin-inline: auto;
}
.l-footer .l-footer-btn {
  width: 134px;
  margin-inline: auto;
  margin-block: 15px 30px;
}
.l-footer .l-footer-btn a {
  display: block;
  line-height: 1;
}
@media (any-hover: hover) {
  .l-footer .l-footer-btn a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .l-footer .l-footer-btn a:hover {
    background-color: #fff;
  }
}
.l-footer .l-footer-nav {
  margin-top: 15px;
}
.l-footer .l-footer-nav .l-footer-nav__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 7px;
  font-size: 1.3rem;
  font-weight: 500;
}
.l-footer .l-footer-nav .l-footer-nav__item a {
  padding-block: 0.4em;
}
@media (any-hover: hover) {
  .l-footer .l-footer-nav .l-footer-nav__item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-footer .l-footer-nav .l-footer-nav__item a:hover {
    opacity: 0.4;
  }
}

.copyright {
  font-size: 0.9rem;
  color: #999999;
  background-color: #fff;
  padding-block: 8px;
  text-align: center;
}
.p-process__wrap {
  background-color: #5a4c44;
  padding-top: 35px;
}
.p-process__wrap .p-process {
  background-color: #ffffff;
  padding: 15px 30px 40px;
  text-align: center;
}
.p-process__wrap .p-process .p-process-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-process__wrap .p-process .p-process-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 15px;
}
.p-process__wrap .p-process .icon {
  width: 38px;
}
.p-process__wrap .p-process .txt {
  color: #222222;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.5rem;
}
.p-process__wrap .p-process__arrow {
  padding: 2px 0 2px 13px;
  text-align: left;
}
.p-process__wrap .p-process__arrow-icon {
  width: 14px;
  height: auto;
}
.p-process__wrap .p-process-note {
  padding-block: 17px 17px;
  text-align: center;
}
.p-process__wrap .p-process-note .p-process-note__txt {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
}

.sec-header {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
.sec-header .sec-header__jp {
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.15;
  color: #a07d19;
  background: -webkit-gradient(linear, left top, left bottom, from(#a07d19), to(#5a4c44));
  background: linear-gradient(to bottom, #a07d19, #5a4c44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec-header .sec-header__en {
  font-family: "Poppins", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 1.3rem;
  color: #a07d19;
  letter-spacing: 0.1em;
}

.top-mv .mv > div {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.top-mv .mv .mv__copy {
  top: 10.7296137339%;
  width: 61%;
}
.top-mv .mv .mv__logo {
  top: 27.1816881259%;
  width: 85%;
}
.top-mv .mv .mv__txt {
  top: 66.5236051502%;
  width: 100%;
}
.top-mv .mv .mv__txt p {
  font-weight: bold;
  color: #fff;
  line-height: 2.0625;
  text-align: center;
  letter-spacing: 0.07em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}
.top-mv .mv .mv__txt p + p {
  margin-top: 1em;
}

.top-about {
  text-align: center;
  padding-block: 40px 40px;
}
.top-about .copy {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  color: #5a4c44;
}
.top-about .ttl {
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5833333333;
  margin-top: 0.3em;
}

.about-txt__grade {
  color: #a07d19;
  background: -webkit-gradient(linear, left top, left bottom, from(#a07d19), to(#5a4c44));
  background: linear-gradient(to bottom, #a07d19, #5a4c44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-block {
  position: relative;
  background-color: #ebf2f2;
  margin-top: 27px;
}
.about-block:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -12px;
  width: 1px;
  height: 24px;
  background-color: #bea037;
}
.about-block .about-block__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5555555556;
  color: #fff;
  padding-block: 12px 14px;
}
.about-block .about-block__txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7857142857;
  padding-block: 15px;
}
.top-point {
  background-image: url(../../img/common/bg-ichimatsu.png);
  background-repeat: repeat;
  background-position: top center;
  padding-block: 35px 80px;
}
.top-point:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 230px;
  height: calc(100% - 90px);
  background-color: #fff;
}

.sec-header,
.c-wrap {
  position: relative;
  z-index: 2;
}

.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}

.point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 8px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.point__item .img {
  width: 68px;
}
.point__item .txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 25px;
  letter-spacing: 0.07em;
}

.top-column {
  padding-block: 45px 60px;
}
.top-column .sec-header .sec-header__jp {
  letter-spacing: -0.1em;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.column .column-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column .column-block a {
  display: block;
}
@media (any-hover: hover) {
  .column .column-block a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .column .column-block a:hover {
    opacity: 0.4;
  }
}
.column .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .column .ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.column .arrow {
  width: 19px;
}

.lower-mv .mv > div {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  color: #fff;
  text-align: center;
}
.lower-mv .mv .mv__txt {
  top: 31.4735336195%;
  width: 100%;
}
.lower-mv .mv .mv__txt .ttl {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.07em;
}
.lower-mv .mv .mv__txt .txt {
  font-size: 1.6rem;
  line-height: 2.375;
}

.kameiten__ttl {
  margin-bottom: 50px;
}

.kameiten__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.kameiten__logo .kameiten__logo__item a {
  display: block;
}
@media (any-hover: hover) {
  .kameiten__logo .kameiten__logo__item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .kameiten__logo .kameiten__logo__item a:hover {
    opacity: 0.4;
  }
}

.kameiten__txt {
  font-size: 1.3rem;
  line-height: 1.9230769231;
  text-align: center;
  margin-top: 40px;
}

.kameiten__btn {
  margin-top: 75px;
}

.category-block {
  position: relative;
  width: 94.7368421053%;
  margin-inline: auto;
}
.category-block + .category-block {
  margin-top: 30px;
}

.category__txt {
  position: absolute;
  top: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(280px, 100%);
  margin-inline: auto;
  color: #fff;
  letter-spacing: 0.07em;
}
.category__txt .ttl {
  position: relative;
  font-family: dnp-shuei-mincho-pr6n, "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 2.9rem;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.category__txt .ttl .icon {
  width: 39px;
  position: absolute;
  top: -3.5px;
  left: -51px;
}
.category__txt .txt {
  font-size: 1.4rem;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}
.category__txt .img {
  overflow: hidden;
  border-radius: 5px;
}

.inc-request {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 3px solid #bea037;
  border-bottom: 3px solid #bea037;
}
.inc-request .navi__item a {
  display: block;
  text-align: center;
  padding-block: 20px 20px;
  color: #fff;
}
@media (any-hover: hover) {
  .inc-request .navi__item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .inc-request .navi__item a:hover {
    opacity: 0.4;
  }
}
.inc-request .navi__item .ttl {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.4;
}
.inc-request .navi__item .txt {
  font-size: 1.15rem;
  line-height: 1.5;
  font-weight: bold;
  margin-block: 0.6em 1em;
}
.inc-request .navi__item .btn {
  width: 70%;
  margin-inline: auto;
}
.slider__wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; /* チラ見せしつつ、画面外のはみ出しをカット */
}

/* --- スライダー本体とチラ見せ設定 --- */
.slider {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  /* スライダー初期化完了後にJSから付与 */
}
.slider.is-ready {
  opacity: 1;
}
.slider {
  /* ★右側（次）のスライドだけをチラ見せする設定 */
}
.slider .slick-list {
  padding-right: 40px !important; /* 数値を大きくすると次のスライドの見える量が増えます */
  padding-left: 10px !important;
}
.slider {
  /* 各スライドアイテム */
}
.slider .slide-item {
  margin: 0 10px; /* 左右10pxずつ（合計20px）の余白 */
  outline: none;
}
.slider .slide-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.slider .slide-item .btn {
  display: block;
  width: 72.2891566265%;
  margin-inline: auto;
  margin-block: 25px 15px;
}
@media (any-hover: hover) {
  .slider .slide-item .btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .slider .slide-item .btn:hover {
    opacity: 0.4;
  }
}

/* --- コントローラー全体のレイアウト --- */
.slider-controls {
  width: 96%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  gap: 10px;
}

/* 矢印（疑似要素で表現） */
.slider-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.slider-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}
.slider-arrow.prev-arrow::before {
  left: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg); /* 左向き < */
}
.slider-arrow.next-arrow::before {
  right: 50%;
  -webkit-transform: translate(30%, -50%) rotate(45deg);
          transform: translate(30%, -50%) rotate(45deg); /* 右向き > */
}
.slider-arrow.slick-disabled {
  opacity: 0.1;
  cursor: default;
}

/* コントロールバーの親要素（310px固定） */
.slider-dots {
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Slickが自動生成する ul 要素 */
}
.slider-dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; /* 310pxいっぱいに広げる */
  list-style: none;
  margin: 0;
  padding: 15px 0;
  position: relative;
  /* 土台の細い線（枚数に応じて自動で等分伸縮） */
}
.slider-dots ul li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  /* タップ・クリック判定の拡張エリア */
}
.slider-dots ul li button {
  font-size: 0;
  border: none;
  background: none;
  width: 100%;
  height: 40px;
  position: absolute;
  top: -19px;
  left: 0;
  cursor: pointer;
  outline: none;
}

/* ★GSAPで動かすアクティブバー（Magic Line） */
.active-magic-line {
  position: absolute;
  top: 16px; /* ulのpadding-topを考慮して中心に配置 */
  left: 0;
  width: 0; /* 初期値（JavaScript側で自動計算して上書き） */
  height: 3px; /* アクティブ時の太さ */
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.funds {
  position: relative;
  margin-top: -3px;
  width: 94.7368421053%;
  margin-inline: auto;
  background-color: #fff;
  padding: 30px 20px 40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
}
.funds .funds__ttl {
  font-size: 1.8rem;
}
.funds .funds-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-top: 10px;
}
.funds .funds-list__item {
  position: relative;
}
.funds .funds-list__item.--full {
  grid-column: span 2;
}
.funds .funds-list__item a {
  display: block;
}
@media (any-hover: hover) {
  .funds .funds-list__item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .funds .funds-list__item a:hover {
    opacity: 0.4;
  }
}

.renovation-mv .mv__txt .ttl {
  text-shadow: 0px 0px 15px rgb(0, 0, 0);
}
.renovation-mv .mv__txt .txt {
  margin-top: 3.2em;
}

.renovation-kameiten {
  padding-inline: 0px;
  padding-block: 50px 60px;
}
.renovation-slider {
  background-color: #002878;
  padding-block: 45px 40px;
}
.renovation-slider .slider {
  cursor: pointer;
}
.renovation-category {
  overflow: hidden;
  background-color: #f0ede4;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* --- 全体コンテナ --- */
.reform-mv .mv__txt {
  text-shadow: 0px 0px 7px rgb(123, 92, 9), 0px 0px 7px rgb(123, 92, 9);
}
.reform-mv .mv__txt .txt {
  margin-top: 4.4em;
}

.reform-kameiten {
  padding-inline: 0px;
  padding-block: 50px 60px;
}
.reform-slider {
  background-color: #00adba;
  padding-block: 45px 40px;
}
.reform-slider .slider {
  cursor: pointer;
}
.reform-category {
  overflow: hidden;
  background-color: #f0ede4;
  padding-top: 40px;
  padding-bottom: 40px;
}
/* --- 全体コンテナ --- */
.page-form .l-header {
  height: 70px;
  background-color: rgba(255, 255, 255, 0.9);
}
.page-form .l-main {
  padding-top: 70px;
}
.page-form.--renovation .p-form__title {
  color: #003789;
}
.page-form.--renovation .p-form__heading {
  background-color: #003789;
}
.page-form.--renovation .p-form__label:has(.p-form__input:checked) {
  border-color: #003789;
  background-color: #f4f8ff;
}
.page-form.--renovation .p-form__input[type=radio]:checked + .p-form__text::before {
  background-color: #003789;
  border-color: #003789;
}
.page-form.--renovation .p-form__input[type=radio]:checked + .p-form__text::after {
  background-color: #fff;
}
.page-form.--renovation .p-form__input[type=checkbox]:checked + .p-form__text::before {
  background-color: #003789;
  border-color: #003789;
}
.page-form.--renovation .p-form__input[type=checkbox]:checked + .p-form__text::after {
  border-color: #fff;
}
.page-form.--reform .p-form__title {
  color: #00adba;
}
.page-form.--reform .p-form__heading {
  background-color: #00adba;
}
.page-form.--reform .p-form__label:has(.p-form__input:checked) {
  border-color: #00adba;
  background-color: #f0fbfc;
}
.page-form.--reform .p-form__input[type=radio]:checked + .p-form__text::before {
  background-color: #00adba;
  border-color: #00adba;
}
.page-form.--reform .p-form__input[type=radio]:checked + .p-form__text::after {
  background-color: #fff;
}
.page-form.--reform .p-form__input[type=checkbox]:checked + .p-form__text::before {
  background-color: #00adba;
  border-color: #00adba;
}
.page-form.--reform .p-form__input[type=checkbox]:checked + .p-form__text::after {
  border-color: #fff;
}

.p-form {
  width: 100%;
  line-height: 1;
}
.p-form p {
  line-height: 1.6;
}
.p-form__title {
  background-color: #f4f3ed;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  padding: 38px 0;
  margin: 0;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-form__group {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.p-form__heading {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 16px 16px;
  margin: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.p-form__sub-group {
  margin-top: 0;
}
.p-form__sub-heading {
  background-color: #f5f5f5;
  color: #333;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 12px 16px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-form__sub-heading img {
  width: 32px;
  height: auto;
}
.p-form__items {
  position: relative;
  margin: 16px 0px;
}
@media screen and (max-width: 767px) {
  .p-form__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-form__label {
  position: relative;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding-inline: 10px 0px;
  padding-bottom: 1px;
  height: 60px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
.p-form__label.--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.p-form__label:not(.--block) {
  width: calc(50% - 6px);
}
.p-form .p-form__input {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.p-form .p-form__input[type=radio] + .p-form__text::before {
  border-radius: 50%;
}
.p-form .p-form__input[type=radio] + .p-form__text::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 9px;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-form .p-form__input[type=radio]:checked + .p-form__text::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.p-form .p-form__input[type=checkbox] + .p-form__text::before {
  border-radius: 4px;
}
.p-form .p-form__input[type=checkbox] + .p-form__text::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent;
  top: 48%;
  left: 9px;
  -webkit-transform: translate(-50%, -55%) rotate(45deg) scale(0);
          transform: translate(-50%, -55%) rotate(45deg) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-form .p-form__input[type=checkbox]:checked + .p-form__text::after {
  -webkit-transform: translate(-50%, -55%) rotate(45deg) scale(1);
          transform: translate(-50%, -55%) rotate(45deg) scale(1);
}
.p-form__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #333;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  position: relative;
  padding-left: 24px;
  min-height: 20px;
}
.p-form__text br {
  display: block;
}
.p-form__text img {
  width: 24px;
  height: auto;
}
.p-form__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s, border-color 0.2s;
  transition: background-color 0.2s, border-color 0.2s;
}
.p-form__text::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-form__input-text {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 8px;
  padding: 12px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-form__input-text {
    font-size: min(2.3529411765vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .p-form__input-text {
    font-size: 4.4444444444vw;
  }
}
.p-form__input-text {
  color: #333;
}
.p-form__input-text::-webkit-input-placeholder {
  color: #b3b3b3;
}
.p-form__input-text::-moz-placeholder {
  color: #b3b3b3;
}
.p-form__input-text:-ms-input-placeholder {
  color: #b3b3b3;
}
.p-form__input-text::-ms-input-placeholder {
  color: #b3b3b3;
}
.p-form__input-text::placeholder {
  color: #b3b3b3;
}
.p-form__input-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-form__input-text-wrap.--postal {
  padding-left: 16px;
}
.p-form__input-text-wrap.--postal .p-form__postal-mark {
  margin-right: 8px;
  color: #333;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-form__input-text-wrap.--postal .p-form__postal-mark {
    font-size: min(2.3529411765vw, 1.6rem);
  }
}
@media screen and (max-width: 767px) {
  .p-form__input-text-wrap.--postal .p-form__postal-mark {
    font-size: 4.4444444444vw;
  }
}
.p-form__input-text-wrap.--postal .p-form__input-text {
  border: none;
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-form__actions {
  text-align: center;
  padding: 24px 16px 40px;
}
.p-form .c-form__buttons {
  position: relative;
  width: 100%;
  max-width: 180px;
  margin-inline: auto;
}
.p-form .c-form__buttons::after {
  z-index: 2;
  content: "→";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  color: #fff;
  font-weight: normal;
}
.p-form .p-form__btn {
  max-width: 100%;
}
.p-form__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #c19a3b;
  color: #fff;
  border: none;
  padding: 15px;
  font-weight: bold;
  font-size: 1.5rem;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
}
.p-form__address-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.p-form__address-row:last-child {
  margin-bottom: 0;
}
.p-form__address-row + .p-form__address-row {
  margin-top: 0.5em;
}
.p-form__address-row .p-form__input-text-wrap {
  margin-bottom: 0;
}

.p-form__title, .p-form__heading, .p-form__sub-heading {
  position: relative;
  margin-inline: -30px;
  padding-left: 30px;
}

.p-form__title {
  padding-left: 0;
}

.form__submit {
  font-size: 1.5rem;
}
.form__submit .form__submit__txt {
  position: relative;
  margin-inline: -30px;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}
.form__submit a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .form__submit a:hover {
    text-decoration: none;
  }
}

.formError {
  top: 0px !important;
}

.p-form__items .formError {
  top: 5px !important;
  left: 0 !important;
}

.page-contact.--confirm .p-form__items {
  line-height: 1.6;
}

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

.confirm-heading__jp {
  font-size: 1.8rem;
  line-height: 1.8;
}

.confirm-heading__txt {
  font-size: 1.5rem;
}

.page-contact.--finish p {
  line-height: 1.9;
}
.page-contact.--finish .txt__note__border {
  width: 90%;
  margin-inline: auto;
  padding: 1em 1.5em;
  border: 1px solid #ccc;
}
.page-contact.--finish .txt__note__border .c-read {
  font-size: 88%;
  line-height: 1.75;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}

@media screen and (min-width: 768px) {
  .page-renovation .l-header .logo,
  .page-reform .l-header .logo {
    display: none;
  }
  .page-renovation .sp_menu__wrap,
  .page-reform .sp_menu__wrap {
    margin-left: auto;
  }
}

.txt-grade__gold {
  color: #a07d19;
  background: -webkit-gradient(linear, left top, left bottom, from(#a07d19), to(#5a4c44));
  background: linear-gradient(to bottom, #a07d19, #5a4c44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-grade__blue {
  color: #1450b4;
  background: -webkit-gradient(linear, left top, left bottom, from(#1450b4), to(#002878));
  background: linear-gradient(to bottom, #1450b4, #002878);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt-grade__green {
  color: #78c8b4;
  background: -webkit-gradient(linear, left top, left bottom, from(#78c8b4), to(#00adba));
  background: linear-gradient(to bottom, #78c8b4, #00adba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn__request {
  width: 83%;
  margin-inline: auto;
}
.btn__request a {
  display: block;
}
@media (any-hover: hover) {
  .btn__request a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn__request a:hover {
    opacity: 0.4;
  }
}

.btn__request__wrap {
  padding-inline: 0px;
  padding-block: 50px 60px;
}

.formErrorContent {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */