@charset "UTF-8";
:root {
  --wht: #fff;
  --lgy: #CCCCCC;
  --llgy: #E6E6E6;
  --red: #C1272D;
  --txtBlack: #000;
  --txtNavy: #294a62;
  --txtBlue: #2E3192;
  --bgNavy: #294a62;
  --bgNavyLt: #2F6C84;
  --bgNavyFt: #2a4f66;
  --bgRed: #cc1515;
}

:root {
  --yu_gothic: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "M PLUS 1", sans-serif;
}

:root {
  --fszBase: 1.8rem;
  --fszBase_sp: 18;
}

:root {
  --fullWidth: 1600px;
  --outerWidth: 1200px;
  --inrWidth: 800px;
}

/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--yu_gothic);
  color: var(--txtBlack);
  background-color: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.75;
  font-size: var(--fszBase);
  font-weight: normal;
  letter-spacing: 0em;
  text-align: justify;
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: calc(var(--fszBase_sp) / 375 * 100vw);
  }
}
main,
header,
footer,
section {
  display: block;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: unset;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 1.4rem;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.c-btn__toTop {
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 50px;
  width: 60px;
  opacity: 0;
}
.c-btn-01 a,
.c-btn-01 label {
  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;
  background-color: var(--bgNavy);
  color: var(--wht);
  border: 1px solid var(--bgNavy);
  font-size: 2rem;
  width: 265px;
  height: 65px;
  margin: 0 auto;
  border-radius: 0px;
  position: relative;
  font-weight: bold;
}
.c-btn-01 a:hover,
.c-btn-01 label:hover {
  opacity: 1;
  color: var(--txtNavy);
  background-color: var(--wht);
  border: 1px solid var(--bgNavy);
}
.c-btn-02 a {
  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;
  background-color: var(--wht);
  color: var(--txtNavy);
  border: 1px solid var(--wht);
  font-size: 2rem;
  width: 265px;
  height: 65px;
  margin: 0 auto;
  border-radius: 0px;
  text-indent: -2em;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
}
.c-btn-02 a svg {
  position: absolute;
  content: "";
  width: 32px;
  height: 8px;
  top: 50%;
  right: 33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-02 a svg .cls-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-02 a svg .cls-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-02 a:hover {
  opacity: 1;
  color: var(--wht);
  background-color: var(--bgNavy);
  border: 1px solid var(--wht);
}
.c-btn-02 a:hover svg .cls-1 {
  fill: var(--wht);
}
.c-btn-02 a:hover svg .cls-2 {
  stroke: var(--wht);
}

@media only screen and (max-width: 768px) {
  .c-btn__toTop {
    bottom: calc(50 / 375 * 100vw);
    right: calc(50 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
  }
  .c-btn-01 a,
  .c-btn-01 label {
    font-size: calc(20 / 375 * 100vw);
    width: 100%;
    height: calc(65 / 375 * 100vw);
  }
  .c-btn-02 a:before {
    width: calc(32 / 375 * 100vw);
    height: calc(8 / 375 * 100vw);
    top: 50%;
    right: calc(60 / 375 * 100vw);
  }
}
.c-outer {
  width: calc(100% - 40px);
  max-width: var(--outerWidth);
  margin-left: auto;
  margin-right: auto;
}

.c-inner {
  width: calc(100% - 40px);
  max-width: var(--inrWidth);
  margin-left: auto;
  margin-right: auto;
}

.c-flex-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-flex-col2 > div {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.c-flex-col2 > div:nth-of-type(2n) {
  margin-right: 0;
}
.c-flex-col2 > div:nth-of-type(n + 3) {
  margin-top: 20px;
}
.c-flex-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-flex-col3 > div {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
}
.c-flex-col3 > div:nth-of-type(3n) {
  margin-right: 0;
}
.c-flex-col3 > div:nth-of-type(n + 4) {
  margin-top: 30px;
}
.c-flex-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-flex-col4 > div {
  width: calc(25% - 22.5px);
  margin-right: 30px;
}
.c-flex-col4 > div:nth-of-type(4n) {
  margin-right: 0;
}
.c-flex-col4 > div:nth-of-type(n + 5) {
  margin-top: 30px;
}
.c-flex-col5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-flex-col5 > div {
  width: calc(20% - 8px);
  margin-right: 10px;
}
.c-flex-col5 > div:nth-of-type(5n) {
  margin-right: 0;
}
.c-flex-col5 > div:nth-of-type(n + 6) {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .c-flex-col2 > div {
    width: calc(50% - 20 / 375 * 100vw * 1 / 2);
    margin-right: calc(20 / 375 * 100vw);
  }
  .c-flex-col2 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col2 > div:nth-of-type(n + 3) {
    margin-top: calc(20 / 375 * 100vw);
  }
  .c-flex-col3 > div {
    width: calc(50% - 20 / 375 * 100vw * 1 / 2);
    margin-right: calc(20 / 375 * 100vw);
  }
  .c-flex-col3 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col3 > div:nth-of-type(3) {
    margin-right: calc(20 / 375 * 100vw);
  }
  .c-flex-col3 > div:nth-of-type(n + 3) {
    margin-top: calc(20 / 375 * 100vw);
  }
  .c-flex-col4 > div {
    width: calc(50% - 20 / 375 * 100vw * 2 / 3);
    margin-right: calc(20 / 375 * 100vw);
  }
  .c-flex-col4 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col4 > div:nth-of-type(n + 3) {
    margin-top: calc(20 / 375 * 100vw);
  }
  .c-flex-col5 > div {
    width: calc(50% - 20 / 375 * 100vw * 1 / 2);
    margin-right: calc(20 / 375 * 100vw);
  }
  .c-flex-col5 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col5 > div:nth-of-type(5) {
    margin-right: calc(20 / 375 * 100vw);
  }
  .c-flex-col5 > div:nth-of-type(n + 3) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-grid-col4 {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px;
}

.fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, -webkit-transform 1s;
  transition: opacity 1.5s, transform 1s;
  transition: opacity 1.5s, transform 1s, -webkit-transform 1s;
}

.fade.fade--active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.fadeUp {
  opacity: 0;
}

.fadeUpIn {
  -webkit-animation: fadeUpIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
          animation: fadeUpIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
}

@-webkit-keyframes fadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeUpIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.fadeLft {
  opacity: 0;
}

.fadeLftIn {
  -webkit-animation: fadeLftIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
          animation: fadeLftIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
}

@-webkit-keyframes fadeLftIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes fadeLftIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.fadeRgt {
  opacity: 0;
}

.fadeRgtIn {
  -webkit-animation: fadeRgtIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
          animation: fadeRgtIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
}

@-webkit-keyframes fadeRgtIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes fadeRgtIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.fadeBtm {
  opacity: 0;
}

.fadeBtmIn {
  -webkit-animation: fadeBtmIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
          animation: fadeBtmIn 2s cubic-bezier(0.295, 0.03, 0.115, 1) 0s both;
}

@-webkit-keyframes fadeBtmIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeBtmIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.scrollMark {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scrollMarkIn {
  -webkit-animation: scrollMarkIn 1s ease 1.5s both;
  animation: scrollMarkIn 1s ease 1.5s both;
}

@-webkit-keyframes scrollMarkIn {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}

@keyframes scrollMarkIn {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}
.c-page-mv {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 40px;
  position: relative;
}
.c-page-mv:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.c-page-mv_ttl {
  position: relative;
  font-size: var(--fszMvTtl);
  color: #E6E5D3;
  text-shadow: 2px 2px 6px #000;
}
.c-page-bgBeige {
  background-color: var(--bgCol);
}
.c-page-ank__cnt {
  padding: 40px 0 70px;
}
.c-page-ank ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-page-ank ul li {
  width: calc(25% - 22.5px);
  margin-right: 30px;
  border-bottom: 1px solid var(--borderCol);
}
.c-page-ank ul li:nth-of-type(4n) {
  margin-right: 0;
}
.c-page-ank ul li:nth-of-type(n + 5) {
  margin-top: 30px;
}
.c-page-ank ul li a {
  color: var(--txtCol);
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 10px 5px;
}
.c-page-box1 {
  padding: 10px 10px 10px;
  border: 1px solid var(--borderBlk);
}
.c-page-blk1 {
  margin-top: 70px;
}
.c-page-tbl table {
  width: 100%;
  border-top: 1px solid var(--borderTbl);
  border-left: 1px solid var(--borderTbl);
}
.c-page-tbl table th,
.c-page-tbl table td {
  padding: 10px 20px;
  border-bottom: 1px solid var(--borderTbl);
  border-right: 1px solid var(--borderTbl);
}
.c-page-tbl table th {
  background-color: var(--bgTblTh);
  color: var(--wht);
  font-weight: bold;
  font-size: 18px;
}
.c-page-tbl table td {
  color: var(--txtCol);
}
.c-page-gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 29.25%;
  position: relative;
}
.c-page-gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.c-page-tgl_blk:not(:first-of-type) {
  margin-top: 30px;
}
.c-page-tgl_blk-q {
  background-color: var(--mainCol);
  color: var(--wht);
  padding: 20px 70px 20px 20px;
  cursor: pointer;
  position: relative;
}
.c-page-tgl_blk-q:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 22.5px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/common/icon_tgl.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-page-tgl_blk-q.on:before {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
          transform: translateY(-50%) rotate(180deg) !important;
}
.c-page-tgl_blk-q dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
}
.c-page-tgl_blk-q dl dt {
  font-size: var(--fszBase);
  width: 30px;
}
.c-page-tgl_blk-q dl dd {
  font-size: var(--fszBase);
  width: calc(100% - 30px);
}
.c-page-tgl_blk-a {
  background-color: var(--wht);
  color: var(--txtCol);
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.c-page-tgl_blk-a-wrap {
  padding: 20px 20px;
}
.c-page-tgl_blk-a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
}
.c-page-tgl_blk-a dl dt {
  font-size: var(--fszBase);
  width: 30px;
}
.c-page-tgl_blk-a dl dd {
  font-size: var(--fszBase);
  width: calc(100% - 30px);
}
.c-page-tab_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-page-tab_nav-item {
  padding: 1rem;
  cursor: pointer;
  background-color: #ccc;
}
.c-page-tab_nav-item.-tabActive {
  background-color: #999;
}
.c-page-tab_content-item {
  display: none;
}
.c-page-tab_content-item.-pannelActive {
  display: block;
}
.c-page-defi dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-page-defi dl dt {
  width: 100px;
  font-size: var(--fszBase);
  font-weight: bold;
}
.c-page-defi dl dd {
  width: calc(100% - 100px);
  font-size: var(--fszBase);
  padding-left: 20px;
}
.c-page-att ul li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: var(--fszAtt);
}
.c-page-att ul li:not(:first-of-type) {
  margin-top: 4px;
}
.c-page-txIm_blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-page-txIm_blk:not(:first-of-type) {
  margin-top: 30px;
}
.c-page-txIm_blk .img {
  width: 400px;
}
.c-page-txIm_blk .tArea {
  width: calc(100% - 400px);
  padding-left: 30px;
}
.c-page-txIm_blk .tArea_ttl {
  font-size: var(--fszMid);
  font-weight: bold;
}
.c-page-txIm_blk .tArea_txt {
  font-size: var(--fszBase);
}
.c-page-txIm_blk.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-page-txIm_blk.-reverse .img {
  padding-left: 30px;
}
.c-page-txIm_blk.-reverse .tArea {
  padding-left: 0;
}

.svg {
  fill: red;
  width: 30px;
}
.svg path {
  fill: red;
}
.svg:hover use {
  fill: red;
}
.svg:hover use path {
  fill: blue;
}

@media only screen and (max-width: 768px) {
  .c-page-mv {
    padding: calc(70 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
  .c-page-ank__cnt {
    padding: calc(30 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
  }
  .c-page-ank ul li {
    width: calc(50% - 20 / 375 * 100vw * 1 / 2);
    margin-right: calc(20 / 375 * 100vw);
  }
  .c-page-ank ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-page-ank ul li:nth-of-type(n + 3) {
    margin-top: calc(20 / 375 * 100vw);
  }
  .c-page-ank ul li a {
    font-size: calc(16 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(5 / 375 * 100vw);
  }
  .c-page-box1 {
    padding: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) calc(10 / 375 * 100vw);
  }
  .c-page-blk1 {
    margin-top: calc(70 / 375 * 100vw);
  }
  .c-page-tbl {
    overflow-x: scroll;
    padding-bottom: calc(20 / 375 * 100vw);
    position: relative;
  }
  .c-page-tbl__scroll {
    position: absolute;
    top: calc(50 / 375 * 100vw);
    left: calc(50 / 375 * 100vw);
    width: calc(100 / 375 * 100vw);
  }
  .c-page-tbl table {
    min-width: calc(600 / 375 * 100vw);
  }
  .c-page-tbl table th,
  .c-page-tbl table td {
    padding: calc(10 / 375 * 100vw) calc(15 / 375 * 100vw);
  }
  .c-page-tbl table th {
    font-size: calc(16 / 375 * 100vw);
  }
  .c-page-tbl table td {
    font-size: calc(13 / 375 * 100vw);
  }
  .c-page-tbl .simplebar-track.simplebar-horizontal {
    background-color: #f2f3f3;
    border-radius: 999px;
    height: calc(9 / 375 * 100vw);
  }
  .c-page-tbl .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: var(--bgTblTh);
    border-radius: calc(7 / 375 * 100vw);
    left: calc(2 / 375 * 100vw);
    right: calc(2 / 375 * 100vw);
    opacity: 1;
  }
  .c-page-gmap {
    padding-top: 25%;
  }
  .c-page-tgl_blk:not(:first-of-type) {
    margin-top: calc(20 / 375 * 100vw);
  }
  .c-page-tgl_blk-q {
    padding: calc(20 / 375 * 100vw) calc(45 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .c-page-tgl_blk-q:before {
    width: calc(20 / 375 * 100vw);
    height: calc(16 / 375 * 100vw);
    right: calc(15 / 375 * 100vw);
  }
  .c-page-tgl_blk-q dl dt {
    font-size: var(--fszBase_sp);
    width: calc(30 / 375 * 100vw);
  }
  .c-page-tgl_blk-q dl dd {
    font-size: var(--fszBase_sp);
    width: calc(100% - 30 / 375 * 100vw);
  }
  .c-page-tgl_blk-a-wrap {
    padding: calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .c-page-tgl_blk-a dl dt {
    font-size: var(--fszBase_sp);
    width: calc(30 / 375 * 100vw);
  }
  .c-page-tgl_blk-a dl dd {
    font-size: var(--fszBase_sp);
    width: calc(100% - 30 / 375 * 100vw);
  }
  .c-page-defi dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-page-defi dl:not(:first-of-type) {
    margin-top: calc(10 / 375 * 100vw);
  }
  .c-page-defi dl dt {
    width: 100%;
    font-size: var(--fszBase_sp);
  }
  .c-page-defi dl dd {
    width: 100%;
    font-size: var(--fszBase_sp);
    padding-left: 0px;
  }
  .c-page-att ul li {
    font-size: var(--fszAtt_sp);
  }
  .c-page-att ul li:not(:first-of-type) {
    margin-top: calc(4 / 375 * 100vw);
  }
  .c-page-txIm_blk {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-page-txIm_blk:not(:first-of-type) {
    margin-top: calc(50 / 375 * 100vw);
  }
  .c-page-txIm_blk .img {
    width: 100%;
  }
  .c-page-txIm_blk .tArea {
    width: 100%;
    padding-left: calc(0 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
  }
  .c-page-txIm_blk .tArea_ttl {
    font-size: var(--fszMid_sp);
  }
  .c-page-txIm_blk .tArea_txt {
    font-size: var(--fszMid_sp);
  }
  .c-page-txIm_blk.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-page-txIm_blk.-reverse .img {
    padding-left: calc(0 / 375 * 100vw);
  }
}
.c-page-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-page-dl dl dt,
.c-page-dl dl dd {
  padding: 20px 0;
}
.c-page-dl dl dt {
  font-size: 2rem;
  font-weight: bold;
  width: 16%;
  border-bottom: 2px solid var(--bgNavy);
}
.c-page-dl dl dd {
  width: 81%;
  padding: 20px;
  border-bottom: 2px solid var(--lgy);
  color: var(--txtBlack);
}
.c-page-dl dl:last-of-type dt,
.c-page-dl dl:last-of-type dd {
  border: none;
}
.c-page-dl__btn {
  margin-top: 10px;
}
.c-page-dl__btn a {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .c-page-dl dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: calc(20 / 375 * 100vw) 0;
    border-bottom: 2px solid var(--lgy);
  }
  .c-page-dl dl dt,
  .c-page-dl dl dd {
    padding: 0;
  }
  .c-page-dl dl dt {
    font-size: calc(18 / 375 * 100vw);
    width: 100%;
    border-bottom: none;
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .c-page-dl dl dd {
    width: 100%;
    padding: 0;
    border-bottom: none;
    font-size: calc(16 / 375 * 100vw);
  }
  .c-page-dl dl:last-of-type {
    border: none;
  }
}
.c-page-readmore {
  position: relative;
  padding: 0 0 75px;
}
.c-page-readmore.--2line {
  padding: 0;
}
.c-page-readmore label {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  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;
  background-color: var(--bgNavy);
  color: var(--wht);
  border: 1px solid var(--bgNavy);
  font-size: 2rem;
  width: 265px;
  height: 65px;
  margin: 0 auto;
  border-radius: 0px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 769px) {
  .c-page-readmore label:hover {
    opacity: 1;
    color: var(--txtNavy);
    background-color: var(--wht);
    border: 1px solid var(--bgNavy);
  }
}
.c-page-readmore label::before {
  content: "もっと見る";
}
.c-page-readmore input[type=checkbox]:checked ~ label::before {
  content: "元に戻す";
}
.c-page-readmore input[type=checkbox] {
  display: none;
}
.c-page-readmore-content {
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.c-page-readmore-content li:nth-of-type(n+3) {
  display: none;
}
.c-page-readmore input[type=checkbox]:checked ~ .c-page-readmore-content li:nth-of-type(n+3) {
  display: block;
}

@media only screen and (max-width: 768px) {
  .c-page-readmore {
    padding: 0 0 calc(75 / 375 * 100vw);
  }
  .c-page-readmore label {
    font-size: calc(20 / 375 * 100vw);
    width: 100%;
    height: calc(65 / 375 * 100vw);
  }
}
.c-swiper-wrap_1 {
  position: relative;
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
.c-swiper-wrap_1-pn {
  bottom: -30px !important;
}
.c-swiper-wrap_1-pn .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 999px;
  background: var(--mainCol);
  opacity: 0.5;
}
.c-swiper-wrap_1-pn .swiper-pagination-bullet-active {
  opacity: 1;
}
.c-swiper-wrap_1 .swiper-button-prev,
.c-swiper-wrap_1 .swiper-button-next {
  height: 20px;
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}
.c-swiper-wrap_1 .swiper-button-prev::after,
.c-swiper-wrap_1 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
}
.c-swiper-wrap_1 .swiper-button-prev::after {
  background-image: url(/assets/img/common/slide_prev.svg);
}
.c-swiper-wrap_1 .swiper-button-next::after {
  background-image: url(/assets/img/common/slide_next.svg);
}
.c-swiper-wrap_1 .swiper-slide img {
  height: auto;
  width: 100%;
}

.c-splide-wrap_1-splide {
  position: relative;
}
.c-splide-wrap_1-splide-wrap {
  position: relative;
}
.c-splide-wrap_1-splide-wrap .splide__arrow {
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-splide-wrap_1-splide-wrap .splide__arrow:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/common/slide_prev.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-splide-wrap_1-splide-wrap .splide__arrow svg {
  display: none;
}
.c-splide-wrap_1-splide-wrap .splide__arrow--prev {
  left: 10px;
}
.c-splide-wrap_1-splide-wrap .splide__arrow--next {
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.c-splide-wrap_1-splide .your-class-pagination {
  margin-top: 15px;
}
.c-splide-wrap_1-splide .your-class-pagination button {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: var(--mainCol);
  opacity: 0.5;
  border-radius: 999px;
}
.c-splide-wrap_1-splide .your-class-page.is-active {
  opacity: 1;
}

.c-ttl-mv {
  font-size: var(--fszMvTtl);
  color: var(--txtMv);
}
.c-ttl-1 {
  font-size: var(--fszTtl);
  text-align: center;
  padding-bottom: 20px;
}
.c-ttl-2 {
  font-size: var(--fszSubTtl);
  text-align: center;
  padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .c-ttl-mv {
    font-size: calc(var(--fszMvTtl_sp) / 375 * 100vw);
  }
  .c-ttl-1 {
    font-size: calc(var(--fszTtl_sp) / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
  .c-ttl-2 {
    font-size: calc(var(--fszSubTtl_sp) / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.c-ttl-nvbar {
  display: block;
  background: var(--bgNavy);
  color: var(--wht);
  font-size: 3rem;
  font-weight: bold;
  padding: 2px 20px;
  margin-bottom: 35px;
  border-bottom: 5px solid var(--bgNavyLt);
}

@media only screen and (max-width: 768px) {
  .c-ttl-nvbar {
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
    padding: calc(5 / 375 * 100vw) calc(15 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    border-bottom: calc(5 / 375 * 100vw) solid var(--bgNavyLt);
  }
}
.c-ttl-sidebar {
  padding-left: 20px;
  position: relative;
}
.c-ttl-sidebar::before {
  content: "";
  width: 5px;
  height: calc(100% + 5px);
  display: block;
  background: var(--bgNavy);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
  .c-ttl-sidebar {
    padding-left: calc(15 / 375 * 100vw);
    position: relative;
  }
  .c-ttl-sidebar::before {
    content: "";
    width: calc(5 / 375 * 100vw);
    height: 100%;
  }
}
.c-under-mv {
  position: relative;
}
.c-under-mv img {
  width: 100%;
  height: auto;
}
.c-under-mv__ttl {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  font-size: 5rem;
  font-weight: bold;
  color: var(--wht);
}
.c-under-mv__ttl span {
  display: block;
}
.c-under-main {
  background: #fff url(/assets/img/common/under_bg.jpg);
  background-position: center top;
  background-size: 100%;
  background-repeat: repeat-y;
  padding-bottom: 160px;
}
.c-under-breadcrumb {
  padding: 25px 0 40px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-under-breadcrumb li:not(:last-of-type)::after {
  content: "＞";
  margin: 0 10px;
}

@media only screen and (max-width: 768px) {
  .c-under-mv__ttl {
    font-size: calc(24 / 375 * 100vw);
  }
  .c-under-main {
    background: url(/assets/img/common/under_bg_sp.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: repeat-y;
    padding-bottom: calc(110 / 375 * 100vw);
  }
  .c-under-breadcrumb {
    padding: calc(15 / 375 * 100vw) 0 calc(40 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
  .c-under-breadcrumb li:not(:last-of-type)::after {
    content: "＞";
    margin: 0 calc(10 / 375 * 100vw);
  }
}
.c-under-mainblk:not(:first-of-type) {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .c-under-mainblk:not(:first-of-type) {
    margin-top: calc(50 / 375 * 100vw);
  }
}
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt1000 {
  margin-top: 1000px;
}

.u-tal {
  text-align: left;
}

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

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

.u-tal {
  text-align: left;
}

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

.u-taj {
  text-align: justify;
}

.u-tdu {
  text-decoration: underline;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-fwb {
  font-weight: bold;
}

.u-redCol {
  color: var(--txtRed);
}

@media only screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 0.6em;
  }
  .u-mt20 {
    margin-top: 1.2em;
  }
  .u-mt30 {
    margin-top: 1.8em;
  }
  .u-mt40 {
    margin-top: 2.4em;
  }
  .u-mt50 {
    margin-top: 3em;
  }
  .u-mt60 {
    margin-top: 3.6em;
  }
  .u-mt70 {
    margin-top: 4.2em;
  }
  .u-mt80 {
    margin-top: 4.8em;
  }
  .u-mt90 {
    margin-top: 5.4em;
  }
  .u-mt100 {
    margin-top: 6em;
  }
}
.l-ft {
  margin-top: 156px;
  background-color: var(--bgNavyFt);
  background-image: url(../img/common/ft_bg.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.l-ft__cnt {
  max-width: 1280px;
  margin-inline: auto;
  width: calc(100% - 30px);
  padding: 30px 0 10px;
}
.l-ft__totop {
  position: relative;
  top: -100px;
  margin-inline: auto;
  width: 143px;
  height: 143px;
  border: 1px solid var(--bgNavyFt);
  border-radius: 100vmax;
  background-color: var(--bgNavyFt);
}
.l-ft__totop a:before {
  position: absolute;
  content: "";
  width: 180px;
  height: 68px;
  top: 1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: circle(50% at 50% 100%);
  background-color: var(--bgNavyFt);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-ft__totop a svg {
  width: 30px;
  position: absolute;
  left: 50%;
  top: 27%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-ft__totop a:hover {
  opacity: 1;
}
.l-ft__totop a:hover:before {
  background-color: var(--wht);
}
.l-ft__totop a:hover svg .cls-1 {
  fill: var(--bgNavyFt);
}
.l-ft__totop a:hover svg .cls-2 {
  stroke: var(--bgNavyFt);
}
.l-ft__flex {
  margin-top: -121px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-ft__address {
  margin-top: -7px;
  padding-right: 12px;
}
.l-ft__address--pl {
  color: var(--wht);
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 12px;
}
.l-ft__address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-ft__address dl:not(:first-of-type) {
  margin-top: 3px;
}
.l-ft__address dl dt {
  color: var(--txtNavy);
  background-color: var(--wht);
  width: 60px;
  height: 25px;
  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;
  text-align: center;
  padding: 5px 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
.l-ft__address dl dd {
  width: calc(100% - 60px);
  padding-left: 10px;
  color: var(--wht);
  font-size: 1.8rem;
}
.l-ft__address dl dd a {
  color: var(--wht);
}
.l-ft__cp {
  border-top: 1px solid var(--wht);
  margin-top: 46px;
  padding: 17px 40px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-ft__cp a {
  color: var(--wht);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.l-ft__cp a img {
  position: relative;
  left: 10px;
  top: -9px;
}
.l-ft__cp p {
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--wht);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .l-ft__flex {
    position: relative;
  }
  .l-ft__logo {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .l-ft {
    margin-top: calc(95 / 375 * 100vw);
  }
  .l-ft__totop {
    top: calc(-75 / 375 * 100vw);
    margin-inline: auto;
    width: calc(87 / 375 * 100vw);
    height: calc(87 / 375 * 100vw);
  }
  .l-ft__totop a:before {
    width: calc(120 / 375 * 100vw);
    height: calc(48 / 375 * 100vw);
    display: none;
  }
  .l-ft__totop a svg {
    width: calc(18 / 375 * 100vw);
  }
  .l-ft__totop a:hover:before {
    background-color: var(--bgNavy);
  }
  .l-ft__totop a:hover svg .cls-1 {
    fill: var(--wht);
  }
  .l-ft__totop a:hover svg .cls-2 {
    stroke: var(--wht);
  }
  .l-ft__flex {
    margin-top: calc(-90 / 375 * 100vw);
    padding: 0 calc(6 / 375 * 100vw);
    display: block;
    position: relative;
  }
  .l-ft__logo {
    text-align: center;
  }
  .l-ft__logo img {
    width: 79%;
    max-width: 400px;
  }
  .l-ft__address {
    margin-top: calc(23 / 375 * 100vw);
    padding-right: 0;
  }
  .l-ft__address--pl {
    color: var(--wht);
    font-size: calc(16 / 375 * 100vw);
    font-weight: normal;
    margin-bottom: calc(16 / 375 * 100vw);
  }
  .l-ft__address dl:not(:first-of-type) {
    margin-top: calc(10 / 375 * 100vw);
  }
  .l-ft__address dl dt {
    width: calc(65 / 375 * 100vw);
    height: calc(25 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) 0;
    font-size: calc(16 / 375 * 100vw);
  }
  .l-ft__address dl dd {
    width: calc(100% - 65 / 375 * 100vw);
    padding-left: calc(13 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  .l-ft__cp {
    margin-top: calc(19 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw) calc(12 / 375 * 100vw) calc(12 / 375 * 100vw);
    display: block;
  }
  .l-ft__cp a {
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
  }
  .l-ft__cp a img {
    left: calc(6 / 375 * 100vw);
    top: calc(-5 / 375 * 100vw);
  }
  .l-ft__cp p {
    font-size: calc(13 / 375 * 100vw);
    margin-top: calc(6 / 375 * 100vw);
    letter-spacing: 0.07em;
    text-align: center;
    font-weight: normal;
  }
}
.l-hd {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: var(--wht);
  z-index: 9998;
}
.l-hd__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 0 0 51px;
}
.l-hd__logo {
  width: 221px;
}
.l-hd__logo a {
  display: block;
}
.l-hd__logo img {
  display: block;
}
.l-hd__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 221px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-hd__nav nav {
  width: auto;
  padding-right: 24px;
}
.l-hd__nav nav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-hd__nav nav ul li:not(:last-of-type) {
  margin-right: 10px;
}
.l-hd__nav nav ul li a {
  padding: 8px 16px;
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.l-hd__hb {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.l-hd__hb span {
  background-color: #000;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
}
.l-hd__hb span:nth-of-type(1) {
  top: 0;
}
.l-hd__hb span:nth-of-type(2) {
  top: 50%;
}
.l-hd__hb span:nth-of-type(3) {
  top: 100%;
}
.l-hd__mail {
  width: 100px;
  height: 80px;
}
.l-hd__mail a {
  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;
  width: 100%;
  height: 100%;
  background-color: var(--bgNavy);
}
.l-hd__mail a svg {
  width: 30px;
}
.l-hd__mail a svg .cls-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-hd__mail a:hover {
  opacity: 1;
  background-color: var(--bgRed);
}
.l-hd__mail a:hover svg .cls-1 {
  stroke: var(--wht);
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .l-hd__cnt {
    padding: 0 0 0 15px;
  }
  .l-hd__logo {
    width: 141px;
  }
  .l-hd__nav {
    width: calc(100% - 141px);
  }
  .l-hd__nav nav {
    padding-right: 8px;
  }
  .l-hd__nav nav ul li a {
    padding: 8px 4px;
    font-size: 1.3rem;
    letter-spacing: 0em;
    font-weight: 600;
  }
  .l-hd__mail {
    width: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .l-hd {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--wht);
    z-index: 9998;
    height: calc(60 / 375 * 100vw);
  }
  .l-hd__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc(10 / 375 * 100vw) 0 calc(10 / 375 * 100vw) calc(21 / 375 * 100vw);
  }
  .l-hd__logo {
    width: calc(158 / 375 * 100vw);
  }
  .l-hd__logo a {
    display: block;
  }
  .l-hd__logo img {
    display: block;
  }
  .l-hd__nav {
    width: auto;
  }
  .l-hd__nav nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    top: calc(60 / 375 * 100vw);
    left: 0;
    right: 0;
    width: 100vw;
    height: auto;
    background-color: var(--bgNavy);
    padding-right: 0;
    padding: calc(12 / 375 * 100vw) 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-hd__nav nav.on {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
  }
  .l-hd__nav nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-hd__nav nav ul li {
    padding: calc(5 / 375 * 100vw) 0;
  }
  .l-hd__nav nav ul li:not(:last-of-type) {
    margin-right: 0px;
  }
  .l-hd__nav nav ul li a {
    padding: calc(15 / 375 * 100vw) calc(10 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    color: var(--wht);
  }
  .l-hd__hb {
    width: calc(70 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    position: relative;
    cursor: pointer;
    background-color: var(--bgNavy);
  }
  .l-hd__hb span {
    background-color: var(--wht);
    width: calc(30 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-hd__hb span:nth-of-type(1) {
    top: calc(24 / 375 * 100vw);
  }
  .l-hd__hb span:nth-of-type(2) {
    top: calc(36 / 375 * 100vw);
  }
  .l-hd__hb.on span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-hd__hb.on span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .l-hd__mail {
    width: calc(70 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
  }
  .l-hd__mail a {
    background-color: var(--wht);
  }
  .l-hd__mail a svg {
    width: calc(30 / 375 * 100vw);
  }
  .l-hd__mail a svg .cls-1 {
    stroke: var(--bgNavy);
  }
}
@media screen and (max-width: 768px) and (min-width: 501px) {
  .l-hd__nav nav {
    height: 80%;
    overflow-y: scroll;
  }
  .l-ft__totop {
    top: calc(-58 / 375 * 100vw);
  }
}
.l-main {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.l-main--page {
  padding-bottom: 96px;
}
.l-main--under {
  padding-top: 80px;
  margin-bottom: -156px;
  background: var(--wht);
}

@media only screen and (max-width: 768px) {
  .l-main {
    margin-top: calc(0 / 375 * 100vw);
  }
  .l-main--under {
    padding-top: calc(58 / 375 * 100vw);
    margin-bottom: calc(-95 / 375 * 100vw);
  }
}
.p-top-mv {
  position: relative;
  height: 100vh;
}
.p-top-mv__cnt {
  height: 100%;
}
.p-top-mv__cnt .swiper-wrapper {
  height: 100% !important;
}
.p-top-mv__cnt .swiper {
  height: 100%;
  position: relative;
}
.p-top-mv__cnt .swiper:after {
  position: absolute;
  z-index: 10;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(41, 74, 98, 0.4);
}
.p-top-mv__cnt .swiper img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top-mv__ttl {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top-mv__scroll {
  position: absolute;
  z-index: 10;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 143px;
  height: 72px;
}
.p-top-mv__scroll a {
  width: 100%;
  height: 100%;
}
.p-top-mv__scroll a:before {
  position: absolute;
  content: "";
  width: 190px;
  height: 72px;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: circle(50% at 50% 100%);
  background-color: var(--wht);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-mv__scroll a svg {
  width: 52px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top-mv__scroll a svg .cls-1,
.p-top-mv__scroll a svg .cls-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-top-mv__scroll a:hover {
  opacity: 1;
}
.p-top-mv__scroll a:hover:before {
  background-color: var(--bgNavy);
}
.p-top-mv__scroll a:hover svg .cls-1 {
  fill: var(--wht);
}
.p-top-mv__scroll a:hover svg .cls-2 {
  stroke: var(--wht);
}
.p-top-man {
  background-color: var(--wht);
  background-image: url(../../assets/img/top/man_bg.svg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
.p-top-man__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 81px 0 101px;
}
.p-top-man__ld {
  position: absolute;
  width: 423px;
  background-color: var(--bgNavy);
  padding: 24px 10px 20px 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top-man__ld:before {
  position: absolute;
  content: "";
  z-index: 0;
  width: calc(50% + 50vw);
  height: 100%;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  background-color: var(--bgNavy);
}
.p-top-man__ld--ttl {
  position: relative;
  width: 230px;
}
.p-top-man__ld--txt {
  position: relative;
  font-size: 1.8rem;
  color: var(--wht);
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-top: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  hanging-punctuation: allow-end;
}
.p-top-man__iArea {
  width: 530px;
  padding-top: 6px;
  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;
}
.p-top-man__iArea--img img {
  width: 100%;
}
.p-top-man__iArea--img:first-of-type {
  width: 100%;
  margin-bottom: 70px;
}
.p-top-man__iArea--img:not(:first-of-type) {
  width: 47%;
  display: inline-block;
  margin-top: 31px;
}
.p-top-man__iArea--img:nth-of-type(3) {
  margin-left: auto;
}
.p-top-man__tArea {
  width: calc(100% - 530px);
  padding-left: 52px;
}
.p-top-man__tArea--ttl {
  font-size: 3rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-top-man__tArea--txt {
  margin-top: 15px;
  font-size: 1.8rem;
}
.p-top-man__tArea button {
  display: none;
}
.p-top-news {
  background-image: url(../img/top/news_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-top-news__cnt {
  padding: 57px 0 64px;
}
.p-top-news__box {
  background-color: var(--wht);
  padding: 72px 103px 42px;
}
.p-top-news__list {
  margin-top: 32px;
}
.p-top-news__list li:not(:first-of-type) {
  border-top: 1px solid var(--bgNavy);
}
.p-top-news__list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 0;
}
.p-top-news__list li a .date {
  display: inline-block;
  width: 140px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.p-top-news__list li a .ttl {
  width: calc(100% - 140px);
  font-size: 1.8rem !important;
  padding-right: 50px;
}
.p-top-news__list li a .ttl span {
  font-size: 1.8rem !important;
}
.p-top-news__btn {
  margin-top: 20px;
}
.p-top-rec__cnt {
  padding: 78px 0 0px;
}
.p-top-rec__ttl {
  position: relative;
}
.p-top-rec__box {
  padding: 66px 75px;
  position: relative;
  background-image: url(../img/top/rec_bg.jpg);
  background-repeat: no-repeat;
  background-size: 67%;
  background-position: 131% 19%;
  background-color: var(--bgNavy);
}
.p-top-rec__box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(42%, var(--bgNavy)), color-stop(90%, transparent), to(transparent));
  background: linear-gradient(to right, var(--bgNavy) 42%, transparent 90%, transparent 100%);
}
.p-top-rec__btn a {
  margin: 0;
  width: 240px;
  margin-top: 50px;
}

@-moz-document url-prefix() {
  .p-top-man__tArea--ttl {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .p-top-mv {
    margin-top: 0px;
  }
  .p-top-mv__ttl {
    width: 70px;
    top: 50%;
  }
  .p-top-man__iArea {
    width: 310px;
  }
  .p-top-man__iArea--img:first-of-type {
    margin-bottom: 140px;
  }
  .p-top-man__tArea {
    width: calc(100% - 310px);
  }
  .p-top-man__tArea--ttl {
    font-size: 2.4rem;
  }
  .p-top-man__tArea--txt {
    font-size: 1.5rem;
  }
  .p-top-man__ld {
    width: 253px;
    padding: 21px 10px 16px 0;
    top: 270px;
    -webkit-transform: unset;
            transform: unset;
  }
  .p-top-man__ld--ttl {
    width: 80%;
  }
  .p-top-man__ld--txt {
    font-size: 1.5rem;
    margin-top: 14px;
  }
  .p-top-news__box {
    padding: 45px 45px 45px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-mv {
    height: 100svh;
  }
  .p-top-mv__cnt .swiper img {
    width: 100%;
  }
  .p-top-mv__ttl {
    width: calc(80 / 375 * 100vw);
    text-align: center;
    max-width: 70px;
  }
  .p-top-mv__scroll {
    bottom: calc(-1 / 375 * 100vw);
    width: calc(108 / 375 * 100vw);
    height: calc(46 / 375 * 100vw);
  }
  .p-top-mv__scroll a:before {
    width: calc(116 / 375 * 100vw);
    height: calc(46 / 375 * 100vw);
  }
  .p-top-mv__scroll a svg {
    width: calc(32 / 375 * 100vw);
  }
  .p-top-man {
    background-image: none;
  }
  .p-top-man__cnt {
    display: block;
    padding: calc(30 / 375 * 100vw) 0 calc(50 / 375 * 100vw);
  }
  .p-top-man__ld {
    position: relative;
    padding-bottom: calc(20 / 375 * 100vw);
    background-color: var(--bgNavy);
    width: 100%;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-man__ld:before {
    display: none;
  }
  .p-top-man__ld--ttl {
    width: calc(32 / 375 * 100vw);
  }
  .p-top-man__ld--txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-top: 0;
    padding-right: calc(42 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.17em;
  }
  .p-top-man__iArea {
    width: 100%;
    padding-top: calc(50 / 375 * 100vw);
  }
  .p-top-man__iArea--img:first-of-type {
    margin-bottom: 0;
  }
  .p-top-man__iArea--img:not(:first-of-type) {
    margin-top: calc(20 / 375 * 100vw);
  }
  .p-top-man__tArea {
    width: 100%;
    padding-left: 0;
    padding-top: calc(45 / 375 * 100vw);
  }
  .p-top-man__tArea--ttl {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.75;
  }
  .p-top-man__tArea--txt {
    margin-top: calc(18 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    letter-spacing: 0.08em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-top-man__tArea--txt:after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(60 / 375 * 100vw);
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-man__tArea--txt.off:after {
    opacity: 0;
  }
  .p-top-man__tArea button {
    display: block;
    margin-top: calc(53 / 375 * 100vw);
    padding: calc(5 / 375 * 100vw) calc(10 / 375 * 100vw);
    background-color: var(--bgNavy);
    color: var(--wht);
    border: none;
    border-radius: 0;
    width: calc(295 / 375 * 100vw);
    margin-inline: auto;
    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;
    height: calc(65 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-man__tArea button.none {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: none;
  }
  .p-top-news__cnt {
    padding: calc(38 / 375 * 100vw) 0 calc(36 / 375 * 100vw);
  }
  .p-top-news__box {
    padding: calc(38 / 375 * 100vw) calc(20 / 375 * 100vw) calc(41 / 375 * 100vw);
  }
  .p-top-news__ttl {
    width: calc(147 / 375 * 100vw);
  }
  .p-top-news__list {
    margin-top: calc(14 / 375 * 100vw);
  }
  .p-top-news__list li a {
    padding: calc(25 / 375 * 100vw) 0;
    display: block;
  }
  .p-top-news__list li a .date {
    width: 100%;
    font-size: calc(16 / 375 * 100vw);
  }
  .p-top-news__list li a .ttl {
    font-size: calc(16 / 375 * 100vw);
    padding-right: calc(50 / 375 * 100vw);
    width: 100%;
    padding-right: 0;
    margin-top: calc(8 / 375 * 100vw);
  }
  .p-top-news__btn {
    margin-top: 0;
  }
  .p-top-rec__cnt {
    padding: calc(50 / 375 * 100vw) 0 0px;
  }
  .p-top-rec__ttl {
    margin-top: calc(211 / 375 * 100vw);
    width: calc(146 / 375 * 100vw);
  }
  .p-top-rec__box {
    padding: calc(26 / 375 * 100vw) calc(21 / 375 * 100vw) calc(40 / 375 * 100vw);
    background-position: 31% 0%;
    background-size: 121%;
  }
  .p-top-rec__box::before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(41%, var(--bgNavy)), color-stop(62%, transparent), to(transparent));
    background: linear-gradient(to top, var(--bgNavy) 41%, transparent 62%, transparent 100%);
  }
  .p-top-rec__btn a {
    margin: 0;
    width: 100%;
    margin-top: calc(30 / 375 * 100vw);
  }
}
.p-product-mainblk:not(:first-of-type) {
  margin-top: 50px;
}
.p-product-mainblk__subttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 25px;
}
.p-product-mainblk__lead {
  margin-bottom: 30px;
}
.p-product-mainblk__blk {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px 30px;
}
.p-product-mainblk__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-product-mainblk__item .-img {
  width: 42%;
}
.p-product-mainblk__item .-txtarea {
  width: 54%;
}
.p-product-mainblk__item .-txtarea h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .p-product-mainblk:not(:first-of-type) {
    margin-top: calc(50 / 375 * 100vw);
  }
  .p-product-mainblk__subttl {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .p-product-mainblk__subttl.--last {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .p-product-mainblk__lead {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .p-product-mainblk__blk {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: calc(20 / 375 * 100vw);
  }
  .p-product-mainblk__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-product-mainblk__item .-img {
    width: 43%;
  }
  .p-product-mainblk__item .-txtarea {
    width: 52%;
  }
  .p-product-mainblk__item .-txtarea h4 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(0 / 375 * 100vw);
  }
  .p-product-mainblk__item .-txtarea p {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
  }
}
.p-company-topmain dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-company-topmain dl dt,
.p-company-topmain dl dd {
  padding: 20px 0;
}
.p-company-topmain dl dt {
  font-size: 2rem;
  font-weight: bold;
  width: 16%;
  border-bottom: 2px solid var(--bgNavy);
}
.p-company-topmain dl dd {
  width: 81%;
  padding: 20px;
  border-bottom: 2px solid var(--lgy);
  color: var(--txtBlack);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-company-topmain dl:last-of-type dt,
.p-company-topmain dl:last-of-type dd {
  border: none;
}
.p-company-topmain__btn {
  width: 100%;
  margin-top: 10px;
}
.p-company-topmain__btn a {
  margin: 0;
}
.p-company-btmmain__year {
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.p-company-btmmain__year::before {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background: var(--bgNavy);
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
}
.p-company-btmmain__year:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 10px);
  border-left: 2px dashed var(--bgNavy);
  position: absolute;
  top: 50%;
  left: 10px;
}
.p-company-btmmain__year .-year {
  font-size: 4rem;
  font-weight: bold;
  color: var(--lgy);
  width: 160px;
}
.p-company-btmmain__year .-detail {
  width: calc(100% - 160px);
}
.p-company-btmmain__year .-detail__txtarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-company-btmmain__year .-detail__txtarea:not(:first-of-type) {
  margin-top: 5px;
}
.p-company-btmmain__year .-detail__txtarea .-month {
  width: 80px;
}
.p-company-btmmain__year .-detail__txtarea .-txt {
  width: calc(100% - 80px);
}

@media only screen and (max-width: 768px) {
  .p-company-topmain dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: calc(20 / 375 * 100vw) 0;
    border-bottom: 2px solid var(--lgy);
  }
  .p-company-topmain dl dt,
  .p-company-topmain dl dd {
    padding: 0;
  }
  .p-company-topmain dl dt {
    font-size: calc(18 / 375 * 100vw);
    width: 100%;
    border-bottom: none;
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .p-company-topmain dl dd {
    width: 100%;
    padding: 0;
    border-bottom: none;
    font-size: calc(16 / 375 * 100vw);
  }
  .p-company-topmain dl:last-of-type {
    border: none;
  }
  .p-company-topmain__btn {
    margin-top: calc(10 / 375 * 100vw);
  }
  .p-company-topmain__btn a {
    margin: 0 auto;
    max-width: calc(265 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .p-company-btmmain__year {
    padding-left: calc(30 / 375 * 100vw);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .p-company-btmmain__year::before {
    content: "";
    display: block;
    width: calc(20 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    border-radius: calc(5 / 375 * 100vw);
    top: calc(18 / 375 * 100vw);
    left: 0;
  }
  .p-company-btmmain__year:not(:last-of-type)::after {
    height: calc(100% + 30 / 375 * 100vw);
    top: auto;
    left: 2.5vw;
    bottom: calc(-48 / 375 * 100vw);
  }
  .p-company-btmmain__year .-year {
    font-size: calc(24 / 375 * 100vw);
    font-weight: bold;
    color: var(--lgy);
    width: calc(60 / 375 * 100vw);
  }
  .p-company-btmmain__year .-detail {
    width: calc(100% - 60 / 375 * 100vw);
  }
  .p-company-btmmain__year .-detail__txtarea {
    font-size: calc(16 / 375 * 100vw);
    margin-top: calc(7 / 375 * 100vw);
  }
  .p-company-btmmain__year .-detail__txtarea:not(:first-of-type) {
    margin-top: calc(5 / 375 * 100vw);
  }
  .p-company-btmmain__year .-detail__txtarea .-month {
    width: calc(40 / 375 * 100vw);
  }
  .p-company-btmmain__year .-detail__txtarea .-txt {
    width: calc(100% - 40 / 375 * 100vw);
    letter-spacing: 0;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-access-map {
  max-width: 800px;
  margin: 0 auto;
}
.p-access-blk {
  margin-top: 40px;
}
.p-access-blk h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
.p-access-blk__inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-access-blk__inr .-img {
  width: 42%;
}
.p-access-blk__inr .-map {
  width: 55%;
  position: relative;
}
.p-access-blk__inr .-map iframe {
  width: 100%;
  height: 100%;
}
.p-access-blk__inr .-map span {
  position: absolute;
  bottom: 0;
  right: 0;
}
.p-access-blk__inr .-map span a {
  width: 190px;
  height: 34px;
  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;
  background: var(--bgNavy);
  color: var(--wht);
  text-decoration: underline;
}
.p-access-blk__inr .-txt {
  width: 100%;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .p-access-map img {
    width: 100%;
  }
  .p-access-blk {
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-access-blk h2 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(25 / 375 * 100vw);
  }
  .p-access-blk__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-access-blk__inr .-img {
    width: 100%;
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .p-access-blk__inr .-map {
    width: 100%;
  }
  .p-access-blk__inr .-map iframe {
    aspect-ratio: 3/2.5;
  }
  .p-access-blk__inr .-map span a {
    width: calc(170 / 375 * 100vw);
    height: calc(34 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .p-access-blk__inr .-txt {
    width: 100%;
    margin-top: calc(15 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-recruit__scroll-infinity {
  margin-top: 60px;
}
.p-recruit__scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-recruit__scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.p-recruit__scroll-infinity__list--left {
  -webkit-animation: infinity-scroll-left 80s infinite linear 0.5s both;
          animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.p-recruit__scroll-infinity__item {
  width: 1750px;
}
.p-recruit__scroll-infinity__item img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-recruit__scroll-infinity {
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-recruit__scroll-infinity__list--left {
    -webkit-animation: infinity-scroll-left 100s infinite linear 0.5s both;
            animation: infinity-scroll-left 100s infinite linear 0.5s both;
  }
  .p-recruit__scroll-infinity__item {
    width: calc(1750 / 375 * 100vw);
  }
}
.p-recruit-blk__inr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44% 50px 51%;
  grid-template-columns: 44% 51%;
  gap: 0 50px;
}
.p-recruit-blk__inr h2 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-bottom: 30px;
}
.p-recruit-blk__inr .-img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.p-recruit-blk__inr .-txt {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.p-recruit-blk.--rev {
  margin-top: 100px;
}
.p-recruit-blk.--rev .p-recruit-blk__inr {
  -ms-grid-columns: 51% 44%;
  grid-template-columns: 51% 44%;
}
.p-recruit-blk.--rev .p-recruit-blk__inr h2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  max-width: 735px;
  margin-bottom: 50px;
}
.p-recruit-blk.--rev .p-recruit-blk__inr .-img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.p-recruit-blk.--rev .p-recruit-blk__inr .-txt {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
.p-recruit-imgs {
  max-width: 1300px;
  margin: 45px auto 0;
}
.p-recruit-mainblk {
  margin-top: 70px;
}
.p-recruit-mainblk__lead {
  margin-bottom: 20px;
}
.p-recruit-now {
  max-width: 800px;
  margin: 100px auto 0;
  border: 1px solid var(--red);
  padding: 25px;
  color: var(--red);
  font-weight: bold;
  text-align: center;
}
.p-recruit-now a {
  color: var(--red);
  text-decoration: underline;
}
.p-recruit-now a,
.p-recruit-now div,
.p-recruit-now span {
  font-size: 1.8rem !important;
}

@media only screen and (max-width: 768px) {
  .p-recruit-blk__inr {
    display: block;
    gap: 0;
  }
  .p-recruit-blk__inr h2 {
    width: 100%;
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .p-recruit-blk__inr .-img {
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .p-recruit-blk__inr .-img img {
    width: 100%;
    height: auto;
  }
  .p-recruit-blk__inr .-txt {
    font-size: calc(16 / 375 * 100vw);
  }
  .p-recruit-blk.--rev {
    margin-top: calc(50 / 375 * 100vw);
  }
  .p-recruit-blk.--rev .p-recruit-blk__inr h2 {
    max-width: calc(220 / 375 * 100vw);
  }
  .p-recruit-blk.--rev .p-recruit-blk__inr .-img {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .p-recruit-blk.--rev .p-recruit-blk__inr .-txt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
  .p-recruit-imgs {
    width: 100%;
    margin: calc(40 / 375 * 100vw) auto 0;
  }
  .p-recruit-mainblk {
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-recruit-mainblk__lead {
    margin-bottom: calc(0 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .p-recruit-now {
    margin: calc(40 / 375 * 100vw) auto 0;
    border: calc(1 / 375 * 100vw) solid var(--red);
    padding: calc(20 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
  }
  .p-recruit-now a,
  .p-recruit-now div,
  .p-recruit-now span {
    font-size: calc(16 / 375 * 100vw) !important;
  }
}
.p-policy-blk:not(:first-of-type) {
  margin-top: 30px;
}
.p-policy-blk h2 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.p-policy-blk ol li {
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.p-policy-blk p.-pdl {
  padding-left: 1.3em;
}
.p-policy-blk__cookie {
  margin: 30px auto;
  max-width: 900px;
  padding: 30px 50px;
  border: 1px solid var(--txtBlack);
}
.p-policy-blk__cookie h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-policy-blk__btm {
  margin-top: 30px;
}
.p-policy-blk__btm a {
  color: var(--txtBlue);
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .p-policy {
    font-size: calc(16 / 375 * 100vw);
    text-align: justify;
  }
  .p-policy-blk:not(:first-of-type) {
    margin-top: calc(30 / 375 * 100vw);
  }
  .p-policy-blk h2 {
    font-size: calc(19 / 375 * 100vw);
    font-weight: bold;
    margin-bottom: calc(5 / 375 * 100vw);
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-policy-blk ol li {
    margin-bottom: calc(5 / 375 * 100vw);
  }
  .p-policy-blk p.-pdl {
    padding-left: calc(20 / 375 * 100vw);
  }
  .p-policy-blk__cookie {
    margin: calc(30 / 375 * 100vw) auto;
    padding: calc(25 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid var(--txtBlack);
  }
  .p-policy-blk__cookie h3 {
    font-size: calc(20 / 375 * 100vw);
    margin-bottom: calc(10 / 375 * 100vw);
  }
  .p-policy-blk__btm {
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-policy-blk__btm a {
    display: block;
  }
}
.p-process-main__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-process-main__blk:not(:last-of-type) {
  margin-bottom: 50px;
}
.p-process-main__blk:not(:last-of-type)::before {
  content: "";
  width: 1px;
  height: calc(100% + 50px);
  border-left: 3px dashed var(--bgNavy);
  position: absolute;
  top: 50%;
  left: 62px;
  z-index: 0;
}
.p-process-main__blk:not(:last-of-type)::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/assets/img/process/arw.svg) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -35px;
  left: 53px;
  z-index: 0;
}
.p-process-main__blk .-time {
  width: 125px;
  height: 125px;
  border: 1px solid var(--bgNavy);
  color: var(--bgNavy);
  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;
  background: var(--wht);
  font-size: 4rem;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  margin-right: 60px;
  position: relative;
  z-index: 1;
}
.p-process-main__blk .-time small {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 5px;
}
.p-process-main__blk .-img {
  width: calc((100% - 165px) * 0.36);
}
.p-process-main__blk .-ttl {
  width: calc((100% - 165px) * 0.26);
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding: 0 10px;
  line-height: 1.4;
}
.p-process-main__blk .-txt {
  width: calc((100% - 165px) * 0.38);
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .p-process-main {
    margin-top: calc(50 / 375 * 100vw);
  }
  .p-process-main__blk {
    display: block;
  }
  .p-process-main__blk:not(:last-of-type) {
    margin-bottom: calc(50 / 375 * 100vw);
  }
  .p-process-main__blk:not(:last-of-type)::before {
    content: none;
  }
  .p-process-main__blk:not(:last-of-type)::after {
    content: none;
  }
  .p-process-main__blk .-time {
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    border: calc(1 / 375 * 100vw) solid var(--bgNavy);
    font-size: calc(32 / 375 * 100vw);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: calc(30 / 375 * 100vw);
  }
  .p-process-main__blk .-time small {
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(5 / 375 * 100vw);
  }
  .p-process-main__blk .-img {
    width: 100%;
  }
  .p-process-main__blk .-img img {
    width: 100%;
    height: auto;
  }
  .p-process-main__blk .-ttl {
    width: 100%;
    font-size: calc(20 / 375 * 100vw);
    padding: 0;
    margin: calc(15 / 375 * 100vw) 0;
    line-height: 1;
  }
  .p-process-main__blk .-txt {
    width: 100%;
    font-size: calc(16 / 375 * 100vw);
  }
}
.p-contact-direct ul {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid var(--bgNavy);
  background: var(--wht);
  padding: 30px 40px;
}
.p-contact-direct ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contact-direct ul li:not(:first-of-type) {
  margin-top: 20px;
}
.p-contact-direct ul li p {
  width: 200px;
}
.p-contact-direct ul li p img {
  width: 160px;
  height: auto;
}
.p-contact-direct ul li .-linktxt {
  width: calc(100% - 200px);
  font-size: 3rem;
  font-weight: bold;
  color: var(--bgNavy);
}
.p-contact-direct ul li .-linktxt small {
  font-size: 1.8rem;
  font-weight: normal;
  display: block;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-contact-form {
  margin-top: 50px;
}
.p-contact-form__lead {
  margin-bottom: 40px;
}
.p-contact-form__main {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid var(--bgNavy);
  padding: 10px 40px 40px;
  background: var(--wht);
}
.p-contact-form__main form#mailformpro {
  padding: 0 !important;
}
.p-contact-form__main form#mailformpro 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;
}
.p-contact-form__main form#mailformpro dl:not(:last-of-type) {
  border-bottom: 1px solid var(--bgNavy);
}
.p-contact-form__main form#mailformpro dl dt {
  background: transparent;
  width: 250px;
  padding: 25px 20px 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  font-size: 1.8rem;
  float: none;
  border-top: none;
  text-align: left;
}
.p-contact-form__main form#mailformpro dl dt span {
  width: 65px;
  height: 30px;
  font-size: 1.6rem;
  color: var(--wht);
  background: var(--red);
  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;
  line-height: 1;
}
.p-contact-form__main form#mailformpro dl dd {
  background: transparent;
  width: calc(100% - 250px);
  padding: 25px 0;
  font-size: 1.6rem;
  border-top: none;
}
.p-contact-form__main form#mailformpro dl dd input,
.p-contact-form__main form#mailformpro dl dd textarea {
  background: var(--llgy);
  padding: 15px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
  width: 100% !important;
  font-size: 1.6rem;
  max-width: unset;
}
.p-contact-form__main form#mailformpro dl dd textarea {
  max-height: 150px;
  resize: none;
}
.p-contact-form__main form#mailformpro dl .mfp_err {
  padding-left: 0;
  background-image: none;
}
.p-contact-form__main form#mailformpro dl.--txtarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-contact-form__main form#mailformpro dl.--txtarea dt {
  padding-top: 40px;
}
.p-contact-form__main form#mailformpro .p-contact-form__btn {
  padding: 0;
}
.p-contact-form__main form#mailformpro .p-contact-form__btn button {
  cursor: pointer;
  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;
  background: var(--bgNavy);
  color: var(--wht);
  border: 1px solid var(--bgNavy);
  font-size: 2rem;
  width: 265px;
  height: 65px;
  margin: 0 auto;
  border-radius: 0px;
  font-weight: bold;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 0;
  text-shadow: none;
}
@media only screen and (min-width: 769px) {
  .p-contact-form__main form#mailformpro .p-contact-form__btn button:hover {
    color: var(--bgNavy);
    background: var(--wht);
  }
}

@media only screen and (max-width: 768px) {
  .p-contact-direct ul {
    border: calc(1 / 375 * 100vw) solid var(--bgNavy);
    background: var(--wht);
    padding: calc(25 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .p-contact-direct ul li {
    display: block;
  }
  .p-contact-direct ul li:not(:first-of-type) {
    margin-top: calc(20 / 375 * 100vw);
  }
  .p-contact-direct ul li p {
    width: 100%;
  }
  .p-contact-direct ul li p img {
    width: calc(130 / 375 * 100vw);
    height: auto;
  }
  .p-contact-direct ul li .-linktxt {
    width: 100%;
    font-size: calc(24 / 375 * 100vw);
  }
  .p-contact-direct ul li .-linktxt.--mail {
    font-size: calc(20 / 375 * 100vw);
  }
  .p-contact-direct ul li .-linktxt small {
    font-size: calc(14 / 375 * 100vw);
  }
  .p-contact-form {
    margin-top: calc(40 / 375 * 100vw);
  }
  .p-contact-form__lead {
    font-size: calc(16 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .p-contact-form__main {
    border: calc(1 / 375 * 100vw) solid var(--bgNavy);
    padding: calc(15 / 375 * 100vw);
  }
  .p-contact-form__main form#mailformpro {
    padding: 0 !important;
  }
  .p-contact-form__main form#mailformpro dl {
    display: block;
    padding: calc(30 / 375 * 100vw) 0;
  }
  .p-contact-form__main form#mailformpro dl:not(:last-of-type) {
    border-bottom: calc(1 / 375 * 100vw) solid var(--bgNavy);
  }
  .p-contact-form__main form#mailformpro dl dt {
    width: 100%;
    padding: 0 0 calc(10 / 375 * 100vw) 0;
    font-size: calc(18 / 375 * 100vw);
  }
  .p-contact-form__main form#mailformpro dl dt span {
    width: calc(65 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .p-contact-form__main form#mailformpro dl dd {
    width: 100%;
    padding: 0;
    font-size: calc(16 / 375 * 100vw);
  }
  .p-contact-form__main form#mailformpro dl dd input,
  .p-contact-form__main form#mailformpro dl dd textarea {
    background: var(--llgy);
    padding: calc(15 / 375 * 100vw);
    border-radius: calc(3 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
  }
  .p-contact-form__main form#mailformpro dl dd textarea {
    max-height: calc(150 / 375 * 100vw);
  }
  .p-contact-form__main form#mailformpro dl.--txtarea dt {
    padding-top: 0;
  }
  .p-contact-form__main form#mailformpro .p-contact-form__btn {
    padding: 0;
  }
  .p-contact-form__main form#mailformpro .p-contact-form__btn button {
    border: calc(1 / 375 * 100vw) solid var(--bgNavy);
    font-size: calc(20 / 375 * 100vw);
    width: 100%;
    height: calc(65 / 375 * 100vw);
  }
}
.p-contact-thanks__btn {
  margin-top: 40px;
}
.p-contact-thanks__btn a {
  background: var(--bgNavy);
  color: var(--wht);
  border: 1px solid var(--bgNavy);
  text-indent: 0;
}
@media only screen and (min-width: 769px) {
  .p-contact-thanks__btn a:hover {
    color: var(--bgNavy);
    background: var(--wht);
    border-color: var(--bgNavy);
  }
}
/*# sourceMappingURL=style.css.map */