@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP/NotoSansJP-VF.woff2") format("woff2-variations"), url("../fonts/NotoSansJP/NotoSansJP-VF.woff") format("woff-variations");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  src: url("../fonts/NotoSerifJP/NotoSerifJP-VF.woff2") format("woff2-variations"), url("../fonts/NotoSerifJP/NotoSerifJP-VF.woff") format("woff-variations");
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Black.woff2") format("woff2"), url("../fonts/ZenKakuGothicNew/ZenKakuGothicNew-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --pt-c-primary: #013D64;
  --pt-c-secondary: #F24D06;
  --pt-c-blk: #272728;
  --pt-c-red: #df0505;
  --pt-c-wht: #fff;
  --pt-c-gray: #707070;
  --pt-tc: #212121;
  --pt-tc-em: #E56207;
  --pt-tc-dark: #222;
  --pt-bg-mute: #F7F5F2;
  --pt-bdc: #d0d0d0;
  --pt-bd: 1px solid var(--pt-bdc);
  --pt-ff: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  --pt-ff-min: "Noto Serif JP", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --pt-ff-go: "Zen Kaku Gothic New", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  --pt-headerH: 60px;
  --pt-ico-arr: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='14' viewBox='0 0 12 14'%3E%3Cpath fill='%23fff' d='m11.015 7-5.916 6.494H.985L6.901 7 .985.506h4.114Z'/%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  :root {
    --pt-headerH: 76px;
  }
}

:where(button) {
  all: unset;
}

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  background: transparent;
  background-repeat: no-repeat;
  mask-repeat: no-repeat;
  letter-spacing: var(--pt-ls, 0.072em);
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

:where(html) {
  font-size: 62.5%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  scroll-padding-top: var(--pt-headerH);
}

:where(main, img, svg, video, canvas, audio, iframe, embed, object, figure, summary) {
  display: block;
}

:where(img, svg, figure, iframe) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(img, svg) {
  vertical-align: top;
}

:where(h1, h2, h3, h4, h5, h6) {
  font: inherit;
  line-height: 1.5;
  overflow-wrap: break-word;
}

:where(a) {
  color: inherit;
  text-decoration: none;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
:where(a):active, :where(a):hover, :where(a):focus {
  outline-width: 0;
}

:where(ul, ol) {
  list-style: none;
}

:where(dt, em, i) {
  font-weight: inherit;
  font-style: normal;
}

:where(blockquote, q) {
  quotes: none;
}

:where(blockquote:before, blockquote:after, q:before, q:after) {
  content: "";
  content: none;
}

:where(table) {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: inherit;
  text-indent: 0;
  word-break: break-all;
}

:where(th, td) {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

:where(input, button, textarea, select, optgroup, option) {
  border-radius: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  word-spacing: inherit;
  -webkit-appearance: none;
  appearance: none;
}
:where(input, button, textarea, select, optgroup, option):focus {
  outline: none;
}

:where(button, label[for], select, option, [role=button], [aria-controls], [role=option], [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(button, [type=button], [type=submit], [type=reset]) {
  -webkit-touch-callout: none;
  user-select: none;
}

:where(:disabled),
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

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

:where(body) {
  position: relative;
  min-width: 320px;
  overflow-x: hidden;
  background-color: var(--pt-c-wht);
  color: var(--pt-tc);
  font-family: var(--pt-ff);
  font-size: 1.3rem;
  line-height: 1.77;
}
@media (min-width: 768px) {
  :where(body) {
    font-size: 1.4rem;
    line-height: 1.72;
  }
}

@media (any-hover: hover) {
  :where(a, button) {
    transition: 0.3s ease;
    transition-property: opacity;
    will-change: opacity;
  }
  :where(a, button):hover {
    opacity: 0.7;
    transition: 0.3s ease;
  }
}

.fadeInUp {
  opacity: 0;
  transform: translateY(60px);
  transition: 1.2s;
}

.img-animation_left {
  animation: img-opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  animation: img-animation 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.img-animation_left {
  animation: img-opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  position: relative;
}

.img-animation_left:before {
  animation: img-animation_left 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-animation_left {
  100% {
    transform: translateX(-100%);
  }
}
.contents {
  padding: 76px 0 0;
  overflow: hidden;
}
@media (max-width: 767.8px) {
  .contents {
    padding: 60px 0 0;
  }
}

/*------------------------------------------
	枠内にfitするimg
------------------------------------------*/
.js-objectfit, .js-objectfitLink {
  overflow: hidden;
}
.js-objectfit img, .js-objectfitLink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*	hoverで拡大するimg
------------------------------------------*/
.js-objectfitLink {
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .js-objectfitLink img {
    transition: all 0.3s ease-in-out;
  }
  .js-objectfitLink:hover img {
    transform: scale(1.05);
  }
}

/*------------------------------------------
	inner
------------------------------------------*/
.cmnInner01 {
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767.8px) {
  .cmnInner01 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.cmnInner02 {
  width: 100%;
  max-width: 1245px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767.8px) {
  .cmnInner02 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.cmnInner03 {
  width: 100%;
  max-width: 930px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767.8px) {
  .cmnInner03 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/*------------------------------------------
	btn
------------------------------------------*/
.cmnBtn01 {
  color: #fff;
  font-weight: 500;
  background-image: linear-gradient(to right, #4CAF50 0%, #009688 80%, #009688 100%);
  transition: all 0.3s ease-in-out;
}
.cmnBtn01 a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmnBtn01.is-white {
  color: #009688;
  background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.83) 100%);
}
.cmnBtn01.is-black {
  background: #141417;
}
@media (min-width: 768px) {
  .cmnBtn01 a:hover {
    opacity: 1;
    background: #009688;
  }
  .cmnBtn01.is-white a:hover {
    color: #fff;
    background: #141417;
  }
}
@media (max-width: 767.8px) {
  .cmnBtn01 a.is-white a:hover {
    display: none;
  }
}

/*------------------------------------------
	tit
------------------------------------------*/
.cmnTit01 {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.5;
}
.cmnTit01.is-white {
  color: #fff;
}
@media (max-width: 767.8px) {
  .cmnTit01 {
    font-size: 20px;
  }
}

.cmnTit02 {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 23px;
  border-bottom: 2px solid var(--pt-c-red);
}
@media (max-width: 767.8px) {
  .cmnTit02 {
    font-size: 15px;
    padding-bottom: 11px;
    border-width: 1px;
  }
}

.cmnTit03 {
  font-size: 22px;
  font-weight: 500;
  padding: 2px 0 2px 24px;
  border-left: 6px solid var(--pt-c-red);
}
@media (max-width: 767.8px) {
  .cmnTit03 {
    font-size: 16px;
    padding: 0 0 0 11px;
    border-width: 3px;
  }
}

/*------------------------------------------
	txt
------------------------------------------*/
.cmnLead01 {
  max-width: 650px;
  margin: 0 auto;
}
.cmnLead01.is-white {
  color: #fff;
}
@media (max-width: 767.8px) {
  .cmnLead01 {
    width: 90%;
    max-width: none;
  }
}

/*------------------------------------------
	.js-more
------------------------------------------*/
@media (max-width: 767.8px) {
  .js-more-content li:nth-of-type(n + 11) {
    display: none;
  }
  .is-hidden {
    display: none;
  }
  .js-more-btn {
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100%;
    max-width: 325px;
    height: 60px;
    margin: 50px auto 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--pt-c-blk);
    position: relative;
  }
  .js-more-btn:before, .js-more-btn:after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    margin: auto;
    transition: all 0.3s ease-in-out;
  }
  .js-more-btn:after {
    transform: rotate(90deg);
  }
}
.btnR {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.5em;
  position: relative;
  width: 100%;
  max-width: var(--pt-btn-maw, 347px);
  min-height: var(--pt-btn-mih, auto);
  margin-left: auto;
  margin-right: auto;
  padding: var(--pt-btn-pad, 0.9em 10px 0.8em);
  background-color: var(--pt-btn-bgc, var(--pt-c-secondary));
  border-radius: var(--pt-btn-bdrs, 500px);
  box-shadow: var(--pt-btn-bxsh, 0px 6px 0px rgba(0, 0, 0, 0.16));
  color: var(--pt-c-wht);
  font-size: var(--pt-btn-fz, clamp(1.6285rem, 5.0891vw, 2rem));
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .btnR {
    max-width: var(--pt-btn-maw, 654px);
    min-height: var(--pt-btn-mih, 4.2667em);
    padding: var(--pt-btn-pad, 0.7333em 10px);
    font-size: var(--pt-btn-fz, clamp(2rem, 0.952rem + 2.6667vw, 3rem));
    line-height: 1.4;
  }
}
.btnR::before, .btnR::after {
  content: "";
}
.btnR::after {
  aspect-ratio: 12 / 14;
  justify-self: end;
  width: 8px;
  background-color: currentColor;
  mask-image: var(--pt-ico-arr);
  mask-size: contain;
  mask-position: center;
}
@media (min-width: 768px) {
  .btnR::after {
    width: 12px;
    justify-self: center;
  }
}

.cookie-consent {
  z-index: 99999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  box-sizing: border-box;
  visibility: hidden;
}
@media (max-width: 600px) {
  .cookie-consent {
    flex-direction: column;
  }
}
.cookie-consent.is-show {
  visibility: visible;
}
.cookie-consent a {
  color: #fff !important;
}

.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
}
.cookie-agree:hover {
  cursor: pointer;
}

.cc-hide1 {
  display: none;
}

.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@media (max-width: 600px) {
  .cookie-text {
    margin-bottom: 1em;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.ctnr {
  box-sizing: content-box;
  max-width: var(--pt-ctnr-maw, 1260px);
  margin-left: auto;
  margin-right: auto;
  padding-right: var(--pt-ctnr-pad, 5.0891%);
  padding-left: var(--pt-ctnr-pad, 5.0891%);
}
@media (min-width: 768px) {
  .ctnr {
    padding-right: var(--pt-ctnr-pad, 3.9063%);
    padding-left: var(--pt-ctnr-pad, 3.9063%);
  }
}
@media (min-width: 768px) {
  .ctnr\@m- {
    box-sizing: content-box;
    max-width: var(--pt-ctnr-maw, 1260px);
    margin-left: auto;
    margin-right: auto;
    padding-right: var(--pt-ctnr-pad, 3.9063%);
    padding-left: var(--pt-ctnr-pad, 3.9063%);
  }
}
@media (max-width: 767.8px) {
  .ctnr\@s {
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    padding-right: var(--pt-ctnr-pad, 5.0891%);
    padding-left: var(--pt-ctnr-pad, 5.0891%);
  }
}
.ctnr--s {
  --pt-ctnr-maw: 1203px;
}
.ctnr--l {
  --pt-ctnr-maw: 1366px;
}
@media (max-width: 767.8px) {
  .ctnr--ctrl {
    --pt-ctnr-maw: 480px;
  }
}
@media (max-width: 767.8px) {
  .ctnr--xs\@s {
    --pt-ctnr-pad: 7.6336%;
  }
}
@media (max-width: 767.8px) {
  .ctnr--s\@s {
    --pt-ctnr-pad: 6.3613%;
  }
}
@media (max-width: 767.8px) {
  .ctnr--l\@s {
    --pt-ctnr-pad: 3.8168%;
  }
}

.header {
  --pt-header-logoW: 200px;
  padding: 0 0 0 20px;
  width: 100%;
  height: 76px;
  height: var(--pt-headerH);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.8px) {
  .header {
    --pt-header-logoW: 100px;
    padding: 0 57px 0 15px;
  }
}
.header__left {
  width: var(--pt-header-logoW);
  display: flex;
  align-items: center;
}
.header__logo {
  width: 100%;
}
@media (max-width: 767.8px) {
  .header .headerFree {
    width: 110px;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 0 auto;
  }
  .header .headerFree a {
    height: 40px;
  }
}

/*	.nav
============================================================================================================*/
/*	pc
------------------------------------------*/
@media (min-width: 768px) {
  .nav {
    margin: 0 0 0 auto;
    display: block;
    opacity: 1;
  }
  .nav .list {
    display: flex;
  }
  .nav .list .item {
    color: #333;
    font-weight: bold;
    text-align: center;
  }
  .nav .list .item a {
    height: 76px;
    padding: 0 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav .list .item.is-free {
    color: #fff;
    width: 180px;
  }
}

/*	sp
------------------------------------------*/
@media (max-width: 767.8px) {
  .nav {
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 50px;
    margin: auto;
    position: fixed;
    z-index: 9991;
    overflow-y: scroll;
    background: #212326;
    -ms-overflow-style: none;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav .navInner {
    height: 100%;
    padding: 175px 50px 50px;
    overflow: scroll;
  }
  .nav .navLogo {
    position: absolute;
    top: 17px;
    left: 15px;
  }
  .nav .navLogo img {
    width: 100px;
  }
  .nav .list {
    border-top: 1px solid #343639;
  }
  .nav .list .item {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid #343639;
  }
  .nav .list .item a {
    height: 53px;
    display: flex;
    align-items: center;
    background: url("../img/common/ico_arrow01.svg") no-repeat right 9px center;
    background-size: 15px;
  }
  .nav .list .item.is-free {
    margin-top: 30px;
  }
  .nav .list .item.is-free a {
    height: 60px;
    background-image: none;
  }
  .nav .btnClose {
    cursor: pointer;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    color: #999;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #212326;
  }
  .nav .btnClose span {
    padding: 0 0 0 18px;
    background: url("../img/common/ico_close01.svg") no-repeat left center;
    background-size: 10px;
  }
}

.navBtn {
  cursor: pointer;
  width: 50px;
  height: 60px;
  top: 0;
  right: 0;
  position: fixed;
  text-align: center;
  z-index: 9992;
  border: none;
  transition: all 0.5s ease-in-out;
}
.navBtn a {
  height: 100%;
  display: block;
}
.navBtn,
.navBtn span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.navBtn span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background: #1e2932;
}
.navBtn span:nth-of-type(1) {
  top: 27px;
}
.navBtn span:nth-of-type(2) {
  bottom: 27px;
}
.navBtn.is-close span {
  background: #fff;
}
.navBtn.is-close span:nth-of-type(1) {
  transform: translateY(3px) rotate(-45deg);
}
.navBtn.is-close span:nth-of-type(2) {
  transform: translateY(-2px) rotate(45deg);
}

.main {
  padding-top: var(--pt-headerH);
}
.header.is-initial ~ .main {
  --pt-headerH: var(--pt-headerH-tall);
}

.footer {
  background: url("../img/common/bg_footer01.jpg") no-repeat center;
  background-size: cover;
}
.footer .footerMsg {
  padding: 55px 0 50px;
  background: rgba(223, 5, 5, 0.75);
}
.footer .footerMsg .img {
  display: block;
  width: 100%;
  max-width: 519px;
  margin: 0 auto;
}
.footer .footerMsg .btn {
  width: 100%;
  max-width: 402px;
  font-size: 16px;
  margin: 0 auto;
}
.footer .footerMsg .btn a {
  height: 94px;
}
.footer .footerInfo {
  padding: 49px 0 20px;
  background: rgba(33, 35, 38, 0.9);
}
.footer .footerLogo {
  float: left;
}
.footer .footerLogo img {
  width: 120px;
}
.footer .footerSns {
  float: right;
  display: flex;
  margin: -2px 0 32px auto;
}
.footer .footerSns .item {
  margin-right: 18px;
}
.footer .footerSns .item:last-of-type {
  margin-right: 0;
}
.footer .footerSns .item img {
  width: 18px;
}
.footer .footerNav {
  clear: both;
  display: flex;
  justify-content: center;
  margin: 0 auto 18px;
}
.footer .footerNav .item {
  color: #999;
  font-weight: 500;
}
.footer .footerNav .item a {
  display: block;
  padding: 0 13px;
}
.footer .footerNav .item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer .footerNav .item.is-external span {
  padding: 0 17px 0 0;
  background: url("../img/common/ico_link01.png") no-repeat right center;
  background-size: 13px;
}
.footer .copyright {
  color: #797979;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767.8px) {
  .footer {
    background-size: auto 272px;
    background-position: center top;
  }
  .footer .footerMsg {
    height: 272px;
    padding: 55px 0 10px;
  }
  .footer .footerMsg .img {
    max-width: 260px;
    margin-bottom: 7px;
  }
  .footer .footerMsg .btn {
    max-width: 210px;
    font-size: 13px;
  }
  .footer .footerMsg .btn a {
    height: 50px;
  }
  .footer .footerInfo {
    padding: 30px 0 20px;
    background: #212326;
  }
  .footer .footerLogo img {
    width: 110px;
  }
  .footer .footerSns {
    margin-bottom: 31px;
  }
  .footer .footerSns .item {
    margin-right: 14px;
  }
  .footer .footerNav {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .footer .footerNav .item {
    width: 50%;
    font-weight: normal;
  }
  .footer .footerNav .item a {
    padding: 5px 5px 5px 0;
  }
  .footer .copyright {
    color: rgba(158, 158, 158, 0.5);
    font-size: 12px;
  }
}

.fBnr__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

:root {
  --pt-headerH-tall: 55px;
}
@media (min-width: 768px) {
  :root {
    --pt-headerH-tall: 100px;
  }
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

/*------------------------------------------
	.news
------------------------------------------*/
.news_bg {
  background-color: var(--pt-c-primary);
}

.news_wrap {
  width: 88%;
  height: 110px;
  padding: 20px 0;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news_wrap {
    width: 100%;
    padding: 20px;
  }
}
.news_txt {
  position: relative;
  padding: 10px;
  border: 2px solid #f5d20e;
  border-radius: 3px;
  display: block;
  color: #f5d20e;
}
@media (min-width: 768px) {
  .news_txt {
    padding: 20px;
  }
}
.news_txt .news_close_btn {
  position: absolute;
  right: 20px;
  border: none;
  color: #f5d20e;
  cursor: pointer;
}
@media (max-width: 767.8px) {
  .news_txt .news_close_btn {
    right: 10px;
    top: 60%;
  }
}

/*------------------------------------------
	.header
------------------------------------------*/
.header__mid, .header__btn {
  display: none;
}
.header.is-initial {
  --pt-headerH: var(--pt-headerH-tall);
  --pt-header-logoW: 150px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) clamp(66px, 25.2964%, 118px);
  gap: 0 min(18.5px, 4.9275%);
  position: absolute;
  padding: 0 0 0 3.5623%;
  background-color: var(--pt-c-primary);
}
@media (min-width: 768px) {
  .header.is-initial {
    grid-template-columns: auto minmax(0, 1fr) clamp(90px, 31.0935%, 118px);
  }
}
@media (min-width: 768px) {
  .header.is-initial {
    --pt-header-logoW: clamp(180px, 128.6666666667px + 6.684vw, 257px);
    grid-template-columns: auto minmax(0, 1fr) max(140px, 14.5313%);
    gap: 0 max(20px, 1.6979%);
    padding-left: 2.6042%;
  }
}
@media (min-width: 1366px) {
  .header.is-initial {
    padding-left: 5.0781%;
  }
}
.header.is-initial.tempo_top {
  top: 110px;
}
@media (max-width: 767.8px) {
  .header.is-initial.tempo_top {
    top: 110px;
  }
}
.header.is-initial .header__logoImg {
  filter: brightness(0) invert(1);
}
.header.is-initial .headerFree,
.header.is-initial .navBtn {
  display: none;
}
.header.is-initial .header__mid {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .header.is-initial .header__mid {
    gap: 4.5198%;
  }
}
.header.is-initial .header__30sec {
  width: 100%;
  max-width: 70px;
}
@media (min-width: 768px) {
  .header.is-initial .header__30sec {
    max-width: 120px;
    max-width: clamp(90px, 70px + 2.6042vw, 120px);
  }
}
.header.is-initial .header__p {
  font-size: clamp(1.6rem, 0.9333rem + 0.8681vw, 2.6rem);
  line-height: 1.4;
}
.header.is-initial .header__btn {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  place-items: center;
  height: 100%;
  background-color: var(--pt-c-wht);
  border: 1px solid currentColor;
  font-size: clamp(1.2214rem, 3.8168vw, 1.5rem);
  font-weight: bold;
}
@media (min-width: 768px) {
  .header.is-initial .header__btn {
    font-size: clamp(1.7rem, 1.2333rem + 0.6076vw, 2.4rem);
  }
}
@media (min-width: 960px) {
  .header.is-initial .header__btn {
    padding-right: 2.509%;
  }
}
.header.is-initial .header__btn::before, .header.is-initial .header__btn::after {
  content: "";
  display: block;
}
.header.is-initial .header__btn::after {
  aspect-ratio: 12 / 14;
  width: 0.5em;
  background-color: currentColor;
  mask-image: var(--pt-ico-arr);
  mask-position: center;
  mask-size: contain;
}
@media (min-width: 768px) {
  .header.is-initial .nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .header .nav .list .item.is-free {
    display: none;
  }
}
@media (max-width: 767.8px) {
  .header {
    border-bottom: none !important;
  }
  .header .headerFree {
    display: none;
  }
}

.hMV {
  display: grid;
  grid-template-columns: minmax(0, 1fr) min(1850px, 100%) minmax(0, 1fr);
  font-family: var(--pt-ff-go);
}
@media (min-width: 768px) {
  .hMV {
    grid-template-columns: minmax(0, 1fr) calc(100% - 70px) minmax(0, 1fr);
  }
}
.hMV__vis, .hMV__body {
  grid-area: 1/1/2/4;
}
.hMV__vis {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 291px 207px 303px;
}
@media (min-width: 768px) {
  .hMV__vis {
    grid-template-columns: minmax(0, 1fr) minmax(600px, 39.4375%) minmax(0, 1fr);
    grid-template-rows: 850px;
    align-items: start;
  }
}
.hMV__vis::before, .hMV__vis::after {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
}
@media (min-width: 768px) {
  .hMV__vis::before, .hMV__vis::after {
    height: 830px;
  }
}
.hMV__vis::before {
  background-image: url(../img/home/mv02-s.webp);
}
@media (min-width: 768px) {
  .hMV__vis::before {
    clip-path: polygon(0 0, 100% 0, calc(100% - 170px) 100%, 0 100%);
    grid-area: 1/1/2/2;
    background-image: url(../img/home/mv02.webp);
  }
}
.hMV__vis::after {
  background-image: url(../img/home/mv03-s.webp);
}
@media (min-width: 768px) {
  .hMV__vis::after {
    clip-path: polygon(170px 0, 100% 0, 100% 100%, 0 100%);
    grid-area: 1/3/2/4;
    background-image: url(../img/home/mv03.webp);
  }
}
.hMV__visMid {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .hMV__visMid {
    grid-area: 1/1/2/4;
  }
}
.hMV__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hMV__body {
  display: grid;
}
@media (min-width: 768px) {
  .hMV__body {
    grid-area: 1/2/2/3;
    grid-template-columns: 100%;
  }
}
@media (max-width: 767.8px) {
  .hMV__body {
    grid-template-rows: auto minmax(0, 1fr);
  }
}
.hMV__catch {
  padding: 9px 5px 0;
  font-size: clamp(1.0178rem, 3.1807vw, 1.25rem);
  font-weight: 900;
  --pt-ls: 0.03em;
  line-height: 1.429;
}
.hMV__inr {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto auto minmax(0, 1fr);
  gap: 24.8px 0;
  position: relative;
  padding: 19px 3.6896% 0;
}
@media (min-width: 768px) {
  .hMV__inr {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 55.8824% minmax(0, 1fr);
    gap: 4.9529% 30px;
    padding: 0 40px 0 46px;
  }
}
.hMV__inr::before, .hMV__inr::after {
  content: "";
  display: block;
  position: absolute;
  width: 14.8677%;
  height: 112.5px;
  pointer-events: none;
  border-color: currentColor;
}
@media (min-width: 768px) {
  .hMV__inr::before, .hMV__inr::after {
    width: 40.3243%;
    height: 222px;
  }
}
.hMV__inr::before {
  top: 13px;
  left: 19.5px;
  border-width: 1px 0 0 1px;
}
@media (min-width: 768px) {
  .hMV__inr::before {
    top: 24px;
    left: 0;
  }
}
.hMV__inr::after {
  bottom: 21.5px;
  right: 19.5px;
  border-width: 0 1px 1px 0;
}
@media (min-width: 768px) {
  .hMV__inr::after {
    bottom: 29px;
    right: 0;
  }
}
.hMV__p {
  font-size: clamp(2.0356rem, 6.3613vw, 2.5rem);
  --pt-ls: 0.05em;
  line-height: 1.52;
}
@media (min-width: 768px) {
  .hMV__p {
    width: 52px;
    font-size: 4rem;
    line-height: 1.077;
  }
}
@media (min-width: 960px) {
  .hMV__p {
    font-size: 5.2rem;
  }
}
@media (max-width: 767.8px) {
  .hMV__p {
    align-self: center;
    text-align: center;
  }
}
.hMV__p--1 {
  padding-top: 28px;
}
@media (min-width: 768px) {
  .hMV__p--1 {
    grid-area: 1/1/3/2;
    padding-top: 45px;
  }
}
.hMV__p--2 {
  padding-bottom: 13px;
}
@media (min-width: 768px) {
  .hMV__p--2 {
    grid-area: 1/3/3/4;
    align-self: end;
    padding-bottom: 81.5px;
  }
}
@media (min-width: 768px) {
  .hMV__ttl {
    grid-area: 1/2/2/3;
    align-self: end;
  }
}
.hMV__ttlImg {
  width: 100%;
  max-width: 338px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .hMV__ttlImg {
    max-width: 740px;
  }
}
.hMV__btn {
  --pt-btn-maw: 279px;
  --pt-btn-mih: 62px;
  --pt-btn-pad: 5px 14px;
  --pt-btn-bxsh: 0px 1px 0px #933d18;
  --pt-btn-fz: 1.6rem;
  margin-top: auto;
}
@media (min-width: 768px) {
  .hMV__btn {
    --pt-btn-maw: 484px;
    --pt-btn-mih: 3.9104em;
    --pt-btn-fz: clamp(1.6rem, 0.7616rem + 2.1333vw, 2.4rem);
    grid-area: 2/2/3/3;
    margin-top: 0;
  }
}

/*------------------------------------------
	求人スライダー
------------------------------------------*/
.job {
  padding-top: 80px;
}
.job__slider {
  margin-bottom: 10px;
}
.job__tit {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 20px;
  font-size: 24px;
}
@media (max-width: 767.8px) {
  .job__tit {
    font-size: 18px;
  }
}
.job__txt {
  text-align: center;
}
.job__body {
  background: #fff;
  box-shadow: 0 0 25px rgba(54, 54, 54, 0.3);
  padding: 20px 0;
  margin: 35px 15px;
  min-height: 320px;
}
.job__name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 20px;
}
.job__sub-name {
  font-size: 13px;
  font-weight: bold;
  background-color: #f7f7f7;
  padding: 10px 20px;
  line-height: 1;
  margin-bottom: 8px;
}
.job__text {
  padding: 0 20px;
}
.job__item {
  margin-bottom: 20px;
}
.job .btn {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 767.8px) {
  .job .btn {
    max-width: 325px;
  }
}
.job .btn a {
  height: 70px;
}
@media (max-width: 767.8px) {
  .job .btn a {
    height: 60px;
  }
}

/*------------------------------------------
	.hInfo
------------------------------------------*/
.hInfo {
  padding: 60px 0 100px;
}
@media (min-width: 768px) {
  .hInfo {
    padding-bottom: 80px;
  }
}
.hInfo .box {
  position: relative;
}
@media (min-width: 768px) {
  .hInfo .box {
    padding-top: 70px;
  }
}
.hInfo .inner {
  position: relative;
  z-index: 2;
}
.hInfo .bgBox {
  height: 376px;
  width: calc(100% - 100px);
  position: absolute;
  top: 0;
}
.hInfo .titBox {
  width: calc(100% + 50px);
  margin: 0 auto -40px -25px;
  color: #fff;
}
@media (min-width: 768px) {
  .hInfo .titBox {
    width: 47%;
    margin: 0 0 57px;
  }
}
@media (max-width: 767.8px) {
  .hInfo .titBox {
    padding: 42px 40px 75px;
  }
}
.hInfo .titBox .tit {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .hInfo .titBox .tit {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.hInfo .btn {
  width: 100%;
  max-width: 325px;
  font-weight: bold;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hInfo .btn {
    max-width: 500px;
  }
}
.hInfo .btn a {
  height: 60px;
}
@media (min-width: 768px) {
  .hInfo .btn a {
    height: 70px;
  }
}

.hInfo01 {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .hInfo01 {
    padding-bottom: 77px;
  }
}
@media (max-width: 767.8px) {
  .hInfo01 .titBox {
    background: url("../img/home/bg01.jpg") no-repeat center;
    background-size: cover;
  }
}
.hInfo01 .list {
  margin: 0 auto 28px;
}
@media (min-width: 768px) {
  .hInfo01 .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
.hInfo01 .item {
  width: 100%;
  padding: 20px 29px 26px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .hInfo01 .item {
    width: 31%;
    padding: 40px 35px 43px;
  }
}
@media (max-width: 767.8px) {
  .hInfo01 .item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.hInfo01 .img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto 11px;
}
@media (min-width: 768px) {
  .hInfo01 .img {
    max-width: 220px;
    margin-bottom: 25px;
  }
}
.hInfo01 .tit {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .hInfo01 .tit {
    font-size: 18px;
  }
}

.hInfo02 .bgBox {
  right: 0;
}
.hInfo02 .titBox {
  margin-right: 0;
  margin-left: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .hInfo02 .titBox {
    text-align: right;
  }
}
@media (max-width: 767.8px) {
  .hInfo02 .titBox {
    background: url("../img/home/bg02.jpg") no-repeat center;
    background-size: cover;
  }
}
.hInfo02 .subWrap {
  margin-bottom: 27px;
  padding: 32px 30px 25px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .hInfo02 .subWrap {
    margin-bottom: 50px;
    padding: 70px 70px 67px;
  }
}
.hInfo02 .lead {
  text-align: center;
  font-weight: bold;
}
.hInfo02 .sub01 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .hInfo02 .sub01 {
    margin-bottom: 50px;
  }
}
.hInfo02 .sub01 .lead {
  font-size: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .hInfo02 .sub01 .lead {
    font-size: 24px;
    margin-bottom: 54px;
  }
}
.hInfo02 .sub01 .list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 33px 20px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .hInfo02 .sub01 .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .hInfo02 .sub01 .list {
    margin-bottom: 21px;
  }
}
@media (min-width: 800px) {
  .hInfo02 .sub01 .list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.hInfo02 .sub01 .img {
  width: 100%;
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
}
.hInfo02 .sub01 .tit {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  .hInfo02 .sub01 .tit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
  }
}
.hInfo02 .sub02 .lead {
  font-size: 14px;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .hInfo02 .sub02 .lead {
    font-size: 18px;
    margin-bottom: 36px;
  }
}
.hInfo02 .sub02 .logoList {
  width: 95%;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .hInfo02 .sub02 .logoList {
    margin-bottom: 30px;
  }
}
.hInfo02 .sub02 .txt {
  color: #666;
  font-size: 11px;
}
@media (min-width: 768px) {
  .hInfo02 .sub02 .txt {
    font-size: 13px;
  }
}

/*------------------------------------------
	利用者の声
------------------------------------------*/
.hVoice {
  padding: 70px 0 80px;
}
.hVoice .secTit {
  margin-bottom: 52px;
}
.hVoice .boxWrap {
  margin-bottom: 62px;
}
.hVoice .box {
  width: 90%;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hVoice .box:nth-of-type(even) .img {
  order: 2;
}
.hVoice .box:last-of-type {
  margin-bottom: 0;
}
.hVoice .box .img {
  width: 200px;
}
.hVoice .box .txtBox {
  padding: 33px 48px;
  width: calc(100% - 255px);
  background: #f7f7f7;
  border-radius: 6px;
  position: relative;
}
.hVoice .box .txtBox:before, .hVoice .box .txtBox:after {
  content: "";
  display: block;
  background: url("../img/common/ico_chon01.png") no-repeat center;
  background-size: contain;
  width: 34px;
  height: 24px;
  position: absolute;
}
.hVoice .box .txtBox:before {
  top: -15px;
  left: 15px;
}
.hVoice .box .txtBox:after {
  right: 15px;
  bottom: -15px;
  transform: scale(-1, -1);
}
.hVoice .box .tit {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 11px;
}
.hVoice .btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.hVoice .btn-line {
  text-decoration: underline;
  text-align: center;
}
.hVoice .btn a {
  height: 70px;
}
.hVoice .btn a:last-of-type {
  margin-top: 50px;
}
@media (max-width: 767.8px) {
  .hVoice {
    padding: 55px 0 60px;
  }
  .hVoice .secTit {
    margin-bottom: 26px;
  }
  .hVoice .boxWrap {
    margin-bottom: 40px;
  }
  .hVoice .box {
    width: 100%;
    display: block;
  }
  .hVoice .box .img {
    display: block;
    width: 135px;
    margin: 0 auto 20px;
  }
  .hVoice .box .txtBox {
    width: 100%;
    padding: 23px 23px;
  }
  .hVoice .box .txtBox:before, .hVoice .box .txtBox:after {
    width: 24px;
    height: 20px;
  }
  .hVoice .box .txtBox:before {
    top: -10px;
    left: 8px;
  }
  .hVoice .box .txtBox:after {
    right: 8px;
    bottom: -10px;
  }
  .hVoice .box .tit {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .hVoice .btn {
    max-width: 325px;
  }
  .hVoice .btn a {
    height: 60px;
  }
}

/*------------------------------------------
	.hFlow
------------------------------------------*/
.hFlow {
  padding: 72px 0 80px;
  background: #f7f7f7;
}
.hFlow .secTit {
  margin-bottom: 50px;
}
.hFlow .list {
  width: 100%;
  max-width: 1015px;
  padding-bottom: 90px;
  margin: 0 auto 33px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hFlow .list .item {
  width: 43.5%;
  position: relative;
}
.hFlow .list .item:before {
  content: "";
  display: block;
  background: url("../img/common/ico_arrow03.png") no-repeat center;
  background-size: contain;
  width: 70px;
  height: 39px;
  position: absolute;
}
.hFlow .list .item:nth-of-type(even) {
  padding-bottom: 330px;
  transform: translateY(90px);
}
.hFlow .list .item:nth-of-type(even) .img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.hFlow .list .item:nth-of-type(n + 3) {
  margin-top: 115px;
}
.hFlow .list .item:nth-of-type(1):before {
  top: 145px;
  right: -102px;
}
.hFlow .list .item:nth-of-type(2):before {
  transform: scale(-1, 1);
  bottom: -35px;
  left: -95px;
}
.hFlow .list .item:nth-of-type(3):before {
  bottom: 78px;
  right: -103px;
  transform: scale(1, -1) rotate(-43deg);
}
.hFlow .list .item:last-of-type:before {
  content: none;
}
.hFlow .list .item .img {
  width: 100%;
  display: block;
  margin: 0 auto 18px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.hFlow .list .item .tit {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 7px;
}
.hFlow .btn {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.hFlow .btn a {
  height: 70px;
}
@media (max-width: 767.8px) {
  .hFlow {
    padding: 60px 0 62px;
  }
  .hFlow .secTit {
    margin-bottom: 25px;
  }
  .hFlow .list {
    padding-bottom: 0;
    margin-bottom: 36px;
  }
  .hFlow .list .item {
    width: calc(100% - 60px);
    margin: 0 auto 37px 0 !important;
  }
  .hFlow .list .item:before {
    background-image: url("../img/common/ico_arrow04.png");
    width: 17px;
    height: 35px;
  }
  .hFlow .list .item:nth-of-type(even) {
    padding-bottom: 0;
    transform: none;
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .hFlow .list .item:nth-of-type(even) .img {
    position: static;
  }
  .hFlow .list .item:last-of-type {
    margin-bottom: 0 !important;
  }
  .hFlow .list .item:nth-of-type(1):before {
    top: auto;
    bottom: -54px;
    left: 17px;
    right: auto;
  }
  .hFlow .list .item:nth-of-type(2):before {
    bottom: -59px;
    left: auto;
    right: 12px;
  }
  .hFlow .list .item:nth-of-type(3):before {
    transform: none;
    bottom: -62px;
    left: 16px;
    right: auto;
  }
  .hFlow .list .item .img {
    margin-bottom: 13px;
  }
  .hFlow .list .item .tit {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .hFlow .btn {
    max-width: 325px;
  }
  .hFlow .btn a {
    height: 60px;
  }
}

/*------------------------------------------
	まだ、転職を考えていない方へ
------------------------------------------*/
.hYet {
  padding-bottom: 70px;
  background: #f7f7f7;
}
.hYet__vid {
  margin-bottom: 53px;
}
@media (min-width: 768px) {
  .hYet__vid {
    margin-bottom: 90px;
  }
}
.hYet__vid > * {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}
.hYet .secTit {
  margin-bottom: 26px;
}
.hYet .lead {
  margin-bottom: 55px;
}
.hYet .list {
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.hYet .list .item {
  width: 31%;
  padding: 39px 40px 42px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.hYet .list .item .img {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto 24px;
}
.hYet .list .item .tit {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 8px;
}
.hYet .btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.hYet .btn a {
  height: 70px;
}
@media (max-width: 767.8px) {
  .hYet {
    padding: 55px 0 60px;
  }
  .hYet .secTit {
    margin-bottom: 15px;
  }
  .hYet .lead {
    margin-bottom: 36px;
  }
  .hYet .list {
    margin-bottom: 26px;
    display: block;
  }
  .hYet .list .item {
    width: 100%;
    padding: 19px 27px 27px;
    margin: 0 auto 21px;
  }
  .hYet .list .item:last-of-type {
    margin-bottom: 0;
  }
  .hYet .list .item .img {
    max-width: 140px;
    margin-bottom: 9px;
  }
  .hYet .list .item .tit {
    font-size: 15px;
    text-align: center;
  }
  .hYet .btn {
    max-width: 325px;
  }
  .hYet .btn a {
    height: 60px;
  }
}

/*------------------------------------------
	.hLinks
------------------------------------------*/
.hLinks {
  padding: 50px 0;
}
.hLinks .list {
  display: flex;
  justify-content: space-between;
}
.hLinks .list .item {
  width: 48%;
  border: 2px solid #212121;
}
.hLinks .list .item a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 30px 45px 30px 36px;
}
.hLinks .list .item a:hover {
  opacity: 1;
}
.hLinks .list .item a:hover .more {
  background-position: right center;
}
.hLinks .list .item .img {
  width: 120px;
  margin: -13px 50px 0 0;
}
.hLinks .list .item .tit {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.hLinks .list .item .txt {
  margin-bottom: 15px;
}
.hLinks .list .item .more {
  display: table;
  font-weight: bold;
  padding: 0 35px 0 0;
  background: url("../img/common/ico_arrow05.svg") no-repeat 95% center;
  background-size: 22px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.8px) {
  .hLinks .list {
    display: block;
  }
  .hLinks .list .item {
    width: 100%;
    margin: 0 auto 20px;
  }
  .hLinks .list .item:last-of-type {
    margin-bottom: 0;
  }
  .hLinks .list .item a {
    padding: 25px 18px;
  }
  .hLinks .list .item .img {
    width: 70px;
    margin: 6px 18px 0 0;
  }
  .hLinks .list .item .tit {
    font-size: 13px;
  }
  .hLinks .list .item .txt {
    margin-bottom: 15px;
  }
  .hLinks .list .item .more {
    font-size: 11px;
    padding-right: 21px;
    background-size: 13px;
  }
}

/*------------------------------------------
	.footer
------------------------------------------*/
.footer {
  background: none;
  background-color: var(--pt-c-primary);
}

.fBnr {
  --pt-ctnr-maw: 1808px;
  padding: 40px 0 83px;
}
@media (min-width: 768px) {
  .fBnr {
    padding: 100px 0 58px;
  }
}
@media (max-width: 767.8px) {
  .fBnr {
    --pt-ctnr-pad: 5.598%;
  }
}
.fBnr__vis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 3.7249%;
}
@media (min-width: 768px) {
  .fBnr__vis {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 1.7699%;
  }
}
.fBnr__vis > * {
  aspect-ratio: 168 / 87;
  max-width: 100%;
  min-height: 87px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fBnr__vis > * {
    aspect-ratio: 428 / 222;
    min-height: 222px;
    border-radius: 50px;
  }
}
.fBnr__btn {
  max-width: 260px;
  font-size: 14px;
  margin: 37px auto 0;
}
@media (min-width: 768px) {
  .fBnr__btn {
    margin-top: 75px;
  }
}
.fBnr__btn a {
  height: 60px;
}

@media (max-width: 767.8px) {
  .footerMsg {
    height: 72vw;
    padding: 34vw 0 0;
  }
  .footerMsg .img {
    max-width: none;
    width: 51%;
    margin-bottom: 15vw;
  }
  .footerMsg .btn {
    width: 56%;
    min-width: 210px;
    max-width: none;
    box-shadow: none;
  }
  .footerMsg .btn a {
    height: 50px;
  }
}
/*============================================================================================================
	2021/08 追記
============================================================================================================*/
.d-b {
  display: block;
}

.d-ib, .wbr {
  display: inline-block;
}

.pos-r {
  position: relative;
}

.al-c {
  margin-left: auto;
  margin-right: auto;
}

.ov-h {
  overflow: hidden;
}

.bg-wht {
  background-color: var(--pt-c-wht);
}

.bg-primary {
  background-color: var(--pt-c-primary);
}

.bg-mute {
  background-color: var(--pt-bg-mute);
}

.tc {
  color: var(--pt-tc);
}

.tc-wht {
  color: var(--pt-c-wht);
}

.tc-primary {
  color: var(--pt-c-primary);
}

.tc-secondary {
  color: var(--pt-c-secondary);
}

.palt {
  font-feature-settings: "palt";
}

.halt {
  font-feature-settings: "halt";
}

.ff-min,
.is-serif {
  font-family: var(--pt-ff-min);
}

.ff-go {
  font-family: var(--pt-ff-go);
}

.fwM {
  font-weight: 500;
}

.fwB {
  font-weight: 700;
}

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

.ls0 {
  letter-spacing: 0;
}

.visuallyhidden,
.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  word-spacing: none;
  border: 0;
}
@media (max-width: 767.8px) {
  .visuallyhidden\@s,
  .vh\@s {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    word-spacing: none;
    border: 0;
  }
}

@media (min-width: 768px) {
  .-s,
  .show\@s,
  .sp {
    display: none;
  }
}

@media (max-width: 767.8px) {
  .m-,
  .hide\@s,
  .pc {
    display: none;
  }
}
