/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/

* {
  margin: 0;
  letter-spacing: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP";
}

html {
  color: #222;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  word-break: break-all;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
  overflow-x: hidden;
}

body {
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  min-height: 100vh;
}

html,
body {
  height: 100%;
}

body > footer {
  position: sticky;
  top: 100vh;
}

.inner-block {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  width: 100%;
}

img {
  border: 0;
  vertical-align: top;
}

p {
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

input,
select,
textarea,
button {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font: inherit;
}


select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

main {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

dl,
dt,
dd {
  padding: 0;
}

.sp {
  display: none !important;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}



/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/

.c-top-ttl__main{
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

.c-top-ttl__item{
  margin-top:50px;
  font-size: 2.5rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  text-align:center;
  border-bottom:4px solid #222;
  padding-bottom:30px;
}
.triangle{
  width: 0;
  height: 0;
  margin:0 auto;
  border-top: 25px solid black;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  text-align:center;
}

.txt-c{text-align:center;}
.txt-l{text-align:left;}
.txt-r{text-align:right;}

.f80{font-size:80%;}
.f90{font-size:90%;}
.f110{font-size:110%;}
.f120{font-size:120%;}
.f130{font-size:130%;}

.mb30{margin-bottom:30px;}
.pb30{padding-bottom:30px;}


.c-conts {
  /*padding-block: 160px;*/
}

.c-conts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 24px;
}

.c-conts__item {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-conts__item:hover {
  opacity: 0.8;
}

.c-contact__items{
 margin:0 auto;
 margin-top:30px;
  width:80%;
  height:auto;
  display:flex;
  justify-content:center;
  gap:24px; 
}

.c-contact__items li{
  width:50%;
  height:auto;
}

.c-contact__item {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-contact__item:hover {
  opacity: 0.8;
}


.image-container {
  display: flex; 
  flex-wrap: wrap; 
  gap: 10px;
}

.image-item {
  box-sizing: border-box; 
  padding: 10px; 
  text-align:center;
  font-size:120%;
  text-decoration:underline;
  line-height:105%;
}

.image-item img {
  display: block;
  width: 62%;
  height: auto;
  text-align:center;
  margin:0 auto;
}

.image-item {
    flex: 1 0 calc(20% - 10px); /* 5列になるように幅を設定 (gapを考慮) */
}

.prd-container {
  margin:0 auto;
  margin-top:30px;
  display: flex; 
  flex-wrap: wrap; 
  gap: 40px;
justify-content: space-between;
}

.prd-item {
  box-sizing: border-box; 
  padding: 2px 0 10px 0; 
  text-align:center;
  font-size:120%;
  line-height:105%;
 border:5px solid #dcc295;
}

.prd-item img {
  display: block;
  width: 82%;
  height: auto;
  text-align:center;
  margin:0 auto;
}

.prd-item {
    /*flex-basis: calc(33.333% - 20px); */
     flex-basis: calc(32% - 20px);
}

.ttl-u-dot{margin:0 auto;text-align:center;width:20%;}

.exp-sec {
 width:100%;
 margin:0 auto;
  background-color: #fffef6;
}

.box02{width:100%;margin:0 auto;display: flex;
      justify-content: center; }

/*.box02:after{ content: "";
 clear: both;
 height: 0;
 display: block;
 visibility: hidden;}
*/

.box02-item{width:40%;margin:0 auto;display:block;
/*float:left;text-align:center;
position: relative;  
background-size:contain;
background-position:center;
background-position: 60% 0;*/
}
.box02-item-in {}
.box02-ttl{font-size:2.6em;font-weight:bold;padding:20px 0 10px 0;}
.box02-img01{margin:0 auto; padding:0 0 10px 0;width:50%;}
.box02-item-in p{font-size:1.8em;}

.satei-box{width:60%;margin:0 auto;display: flex;
      justify-content: center;padding-bottom:60px;}
.satei-box-item{text-align:center;
      justify-content: center;}
.satei-box-item p{font-size:1.5em;font-weight:bold;}
.box02-img02{margin:0 auto; padding:0;width:50%;}


.box-kaitori-wrap{width:100%;margin:0 auto;display: flex;
  justify-content: center;justify-content: space-between;
  /*align-items: center;*/}

.box-kaitori{width:30%;text-align: center;}
.box-kaitori p{text-align: left;padding-top:20px;}
.kaitori-en{font-size:1.9em; line-height:180%;}
.kaitori-no{font-size:2.0em;}
.kaitori-btn{margin-top:10px;margin-bottom:15px;padding-top:5px;padding-bottom:20px;background:url(../img/asset214.svg) no-repeat;
background-size:100%;
background-position:center;}
.kaitori-btn span{font-size:1.8em;font-weight:bold;padding-bottom:30px !important;}

.license-box{width:100%;margin:0 auto;display: flex;
  justify-content: center;justify-content: space-between; gap:10px;
  align-items: center;}
.license-box02{width:60%;margin:0 auto;display: flex;
}

.license-item{width:30%;margin-top:40px;text-align: center;font-size:1.3em;line-height:100% !important;}
.license-item img{width:90%;text-align: center;}

.license-item02{width:60%;margin-top:40px;text-align: center;font-size:1.3em;line-height:100% !important;}
.license-item02 img{width:90%;text-align: center;}

.map-wrap{width:98%;margin:0 auto;}
.map-wrap:after{ content: ""; clear: both; height: 0; display: block; visibility: hidden;}
.map-left{width:40%;float:left; text-align:center;}
.map-left p{line-height:110%; padding-bottom:20px;}
.map-icon img{width:20%; margin:0 auto;text-align:center;}
.map-right{width:55%;float:right;}

.shop-wrap{width:98%;margin:0 auto;}
.map-wrap:after{ content: ""; clear: both; height: 0; display: block; visibility: hidden;}
.shop-left{width:55%;float:left; text-align:center;}
.shop-left p{line-height:110%; padding-bottom:20px;}
.shop-icon img{width:20%; margin:0 auto;text-align:center;}
.shop-right{width:40%;float:right;}

.shop-table{width:100%;}
.shop-table th{width:30%;padding:8px 0;border-bottom:3px solid #bf9d0d;text-align:center;font-size:110%;}
.shop-table td{padding:8px 0;border-bottom:3px solid #bf9d0d;text-align:left;font-size:100%;}


.shop-table-in{width:100%;}
.shop-table-in td{width:30%; border:none;}
.shop-table-in img{width:40%; text-align:center;}


.l-inner100p {
  max-width: 100%;
  width: 100%;
  margin-inline: auto;
}
.l-inner98p {
  max-width: 98%;
  padding-inline: 4px;
  width: 100%;
  margin-inline: auto;
}
.l-inner90p {
  max-width: 92%;
  padding-inline: 14px;
  width: 100%;
  margin-inline: auto;
}
.l-inner80p {
  max-width: 82%;
  padding-inline: 14px;
  width: 100%;
  margin-inline: auto;
}
.l-inner50p {
  max-width: 52%;
  padding-inline: 14px;
  width: 100%;
  margin-inline: auto;
}

.l-inner1200 {
  max-width: 1248px;
  padding-inline: 24px;
  width: 100%;
  margin-inline: auto;
}

.l-inner1000 {
  max-width: 1048px;
  padding-inline: 24px;
  width: 100%;
  margin-inline: auto;
}

.l-container--sub {
  margin-top: 86px;
}

.p-headerTop {
  position: fixed;
  z-index: 100;
  height: 107px;
  width: 100%;
}

.p-header__inner {
  height: 100%;
  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-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: flex-top;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: top;
}

.p-header__logo img {
  /*width: 200px; */
  width: 80px !important;
}

.p-headerTop__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-headerTop__listLink {
  color: #fff;
  width: 210px;
  padding-block: 23px;
  display: block;
  text-align: center;
  border: 1px solid #fff;
}

.LinkColor--new {
  background-color: #436c55;
}

.LinkColor--career {
  background-color: #c1a955;;
}

.p-headerSub {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

.p-headerSub .p-header__logo a img {
  /*width: clamp(150px, 15.8227848101vw, 200px); */
  width: clamp(100px, 10.8333vw, 200px);
}

.p-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header__logo a img {
  /*width: 200px; */
  width: 110px;
}

.p-header__link {
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 1.1867088608vw;
  font-size: clamp(0.75rem, 1.2658227848vw, 1rem);
  white-space: nowrap;
}

.p-header__link--entory {
  padding-inline: 1.582278481vw;
  padding-block: 27px;
  color: #fff;
}

/*
.p-header__humMenu {
  display: none;
}

.js-Overlay {
  display: none;
}
*/

  .p-header__button {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 150;
    height: 46px;
    padding-inline: 10px 10px;
    /*background-color: #436c55;*/
background-color: #555;
  }

  .js-ButtonIsOpen .p-header__buttonLineTop {
    -webkit-transform: translateY(10.5px) rotate(45deg);
    transform: translateY(10.5px) rotate(45deg);
  }

  .js-ButtonIsOpen .p-header__buttonLineMedium {
    opacity: 0;
  }

  .js-ButtonIsOpen .p-header__buttonLineBottom {
    -webkit-transform: translateY(-10.5px) rotate(-45deg);
    transform: translateY(-10.5px) rotate(-45deg);
  }

  .p-header__buttonLineTop {
    position: absolute;
    top: 12px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .p-header__buttonLineMedium {
    width: 26px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .p-header__buttonLineBottom {
    position: absolute;
    bottom: 12px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .p-header__humMenu {
    overflow: auto;
    display: block;
    position: fixed;
    top: 70px;
    width: 50%;
    margin-inline: auto;
    height: 90vh;
    background-color: #fff;
    padding: 16px 24px;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right:0%;
  }

  .js-MenuIsOpen {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .p-header__humList {
    padding-block: 8px;
    padding-left: 5px;
    border-bottom: 1px solid #ccc;
  }

  .p-header__humLink,
  .p-header__humLabel {
    /*font-size: 0.875rem;*/
font-size: 0.975rem;
  }

  .p-header__humLink {
    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;
    width: 100%;
  }

  .p-header__humLink::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    /*background-color: #436c55;*/
background-color: #555;
  }

  .p-header__humLink::after {
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .p-header__humLabel {
    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;
    width: 100%;
  }

  .p-header__humLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    /*background-color: #436c55;*/
background-color: #555;
  }

  .p-header__humLabel::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    /*background-color: #436c55;*/
background-color: #222;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .p-header__humLabel.js-MenuIsDrop::after {
    content: none;
  }

  .p-header__humAcordion {
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .p-header__humEntry {
    margin-top: 24px;
  }

  .p-header__humEntryList + .p-header__humEntryList {
    margin-top: 10px;
  }

  .p-header__humEntryLink {
    margin-inline: auto;
    color: #fff;
    width: 210px;
    padding-block: 16px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
  }

  .js-Overlay {
/*
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
*/
  }

  .p-header__humAcordion.js-Menu-ItemIsOpen {
    height: auto;
  }


.js-OverlayIsOpen {
  visibility: visible;
  opacity: 1;
}

.IsScrollAllowed {
  overflow: hidden;
}

.p-footer {
  background: #fff;
  text-align:center;
}

  .p-footer__top {
    text-align: center;
  }
.p-footer__inner {
  padding-block: 64px 80px;
}



.p-top-navigation {
  padding-block: 24px;
  position: relative;
  margin-top:-100px;
  z-index:100;
}

.p-top-navigation__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top-navigation__list:hover .p-top-navigation__dropdownLists {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

.p-top-navigation__list a {
  color: #222;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 10px 40px;
  background:#fff;
  opacity:0.7;
  text-decoration:underline;
}

.p-top-navigation__dropdownLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
  padding-block: 20px;
  position: absolute;
  left: 0;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms;
  transition: 300ms;
  background-color: #222;
}

.p-top-navigation__dropdownTitle {
  margin-right: 50px;
  color: #fff;
}

.p-top-navigation__dropdownList a {
  color: #fff;
}

.p-top-message {
  position: relative;
  background: url(../img/asset2.svg) ;
  background-position: center;
background-repeat: space;
}
.p-top-message__inner {
  padding-block: 72px 96px;
}


.p-top-message__title {
  color: #000d7d;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
text-shadow: 1px 2px 3px #808080;
}

.p-top-message__text {
  margin-top: 40px;
  line-height: 2;
  text-align: center;
  color: #000d7d;
  font-size: 1.3rem;
text-shadow: 1px 2px 3px #808080;
}

.p-top-mv .swiper {
  width: 100%;
  height: 100%;
  z-index:-999;
}

.p-top-mv .swiper-slide {
  width: 100%;
  height: 100%;
}

.p-top-mv .swiper-img {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}

.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 7s linear 0s 1 normal both;
  animation: zoomUp 7s linear 0s 1 normal both;
}

.float-box {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 30px 0;
  text-align: left;
}
.float-box:after {
  content: "";
  display: block;
  clear: both;
}
.float-left {
  float: left;
  margin-right: 30px;
  text-align: left;
}
.float-right {
  float: right;
  margin-left: 30px;
  text-align: right;
}

.red{
 color:#ff0000;
}
.komemark{
 color:#ff0000;
}


.txt-b {
  font-weight: bold;
}

.number {
  margin-top: 0px;
  margin-left: 0.1em;
  margin-bottom: 15px;
  padding: 0;
}
.number dt {
  width: 1em;
}
.number dd {
  margin: -1.6em 0 0 1.5em;
}


.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.pt40 {
  padding-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.width320 {
  max-width: 320px;
  width: 100%;
}

.txt-l{text-align:left;}



@media only screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
  }
/*
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
*/
  }
}

@media only screen and (min-width: 769px) { 
.p-header__button{display:none;}

}

#pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 5500;
  display: block;
  width: 42px;
  height:42px;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 0;
  transition: .5s;
}
#pagetop.visible {
  opacity: 1;
  pointer-events: auto;
}
#pagetop span {
  position: absolute;
  top: 16px;
  left: 11px;
  display: block;
  width:18px;
  height:18px;
  content:"";
  border-top:3px solid #ffffff;
  border-right:3px solid #ffffff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

@media screen and (max-width: 992px) {
  .p-headerTop__navi {
    display: none;
  }



  .p-headerSub {
    height: 86px;
  }

  .p-header__inner {
    height: 100%;
  }

  .p-header__navi {
    display: none;
  }

  .p-header__button {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 150;
    height: 46px;
    padding-inline: 10px 10px;
    /*background-color: #436c55;*/
background-color: #555;
  }

  .p-header__buttonLineTop {
    position: absolute;
    top: 12px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .p-header__buttonLineMedium {
    width: 26px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .p-header__buttonLineBottom {
    position: absolute;
    bottom: 12px;
    width: 26px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .p-header__humMenu {
    overflow: auto;
    display: block;
    position: fixed;
    top: 70px;
    width: 90%;
    margin-inline: auto;
    height: 90vh;
    background-color: #fff;
    padding: 16px 24px;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .js-MenuIsOpen {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .p-header__humList {
    padding-block: 8px;
    padding-left: 5px;
    border-bottom: 1px solid #ccc;
  }

  .p-header__humLink,
  .p-header__humLabel {
    font-size: 0.875rem;
  }

  .p-header__humLink {
    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;
    width: 100%;
  }

  .p-header__humLink::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: #555;
  }

  .p-header__humLink::after {
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .p-header__humLabel {
    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;
    width: 100%;
  }

  .p-header__humLabel::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: #555

  .p-header__humLabel::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #555;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .p-header__humLabel.js-MenuIsDrop::after {
    content: none;
  }

  .p-header__humAcordion {
    overflow: hidden;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }

  .p-header__humEntry {
    margin-top: 24px;
  }

  .p-header__humEntryList + .p-header__humEntryList {
    margin-top: 10px;
  }

  .p-header__humEntryLink {
    margin-inline: auto;
    color: #fff;
    width: 210px;
    padding-block: 16px;
    display: block;
    text-align: center;
    border: 1px solid #fff;
  }

  .js-Overlay {
    display: block;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .p-header__humAcordion.js-Menu-ItemIsOpen {
    height: auto;
  }


}

@media screen and (max-width: 768px) {

  .box2 ul {
    flex-direction: column;
  }

  .inner-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sp {
    display: block !important;
  }
/*
  a[href^="tel:"] {
    pointer-events: none;
  }
*/
  a,
  a::before,
  a::after,
  button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  body {
    font-size: 0.75rem;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  input[type="submit"] {
    -webkit-text-size-adjust: 100%;
  }

  input,
  select,
  textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }

  .c-top-title__main {
    font-size: 2rem;
  }

  .c-top-title__sub {
    font-size: 0.75rem;
  }

.c-contact__items{
 margin:0 auto;
 margin-top:30px;
  width:100%;
  height:auto;
  display:block;
/*
  justify-content:center;
  gap:24px; 
*/
}

.c-contact__items li{
  width:70%;
  margin:0 auto;
  height:auto;
  margin-bottom:30px;
}

.c-contact__item {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-contact__item:hover {
  opacity: 0.8;
}

.c-top-ttl__main{
  font-size: 3rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

.c-top-ttl__item{
  margin-top:50px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  text-align:center;
  border-bottom:4px solid #222;
  padding-bottom:30px;
}
.triangle{
  width: 0;
  height: 0;
  margin:0 auto;
  border-top: 25px solid black;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  text-align:center;
}

  .c-recruit {
    padding-block: 64px;
  }

  .c-recruit .l-inner1000 {
    padding-inline: 8px;
  }

  .c-recruit__items {
    gap: 16px;
  }

  .l-inner1200 {
    padding-inline: 16px;
  }

  .l-inner1000 {
    padding-inline: 16px;
  }

  .p-header__logo a img {
   margin:0; padding:0;
    width: 14% !important;
  }


  .p-footer__inner {
    padding-block: 48px 40px;
  }

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

  .p-footer__logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }


  .p-footer__copyright {
    text-align: center;
    margin-top: 24px;
  }



  .p-top-navigation {
    display: none;
  }
  /*
  .p-top-message::after {
    width: 304px;
    height: 274px;
  }
  */
  .p-top-message__inner {
    padding-block: 20px 48px;
  }

  .p-top-message__title {
  padding:20px 0;
  color: #000d7d;
  font-size: 1.5rem;
  line-height:120%;
  font-weight: 700;
  text-align: center;
text-shadow: 1px 2px 3px #808080;
  }

  .p-top-message__text {
  margin-top: 40px;
  text-align: center;
  color: #000d7d;
  font-size: 0.7rem;
  line-height:120%;
text-shadow: 1px 2px 3px #808080;
  }

  .p-top-mv .swiper-img {
    height: 430px;
   z-index:-999;
  }



  .box2 {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px; 
    /*margin-bottom: 30px;*/
  }
  .box2:after {
    content: "";
    display: block;
    clear: both;
  }
  .box2 li {
    width: 98%;
    height: auto;
    float: none;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .box2 li:nth-child(2n) {
    width: 98%;
    height: auto;
    float: none;
    margin: 0 auto;
  }



.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.pt40 {
  padding-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}


  .p-job-list__nav {
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-job-list__navLink {
    width: 120px;
    font-size: 0.875rem;
    padding-block: 4px;
    flex: 1 0 calc(50% - 24px);
    max-width: calc(50% - 24px);
  }


.txt-l{text-align:left;}


.img-sp-logo{width:60%;}

.image-item {
 flex: 1 0 calc(33.33% - 10px); /* 3列になるように幅を設定 (gapを考慮) */
}

.ttl-u-dot{margin:0 auto;text-align:center;width:20%;}

.txt-c{text-align:center;}
.txt-l{text-align:left;}
.txt-r{text-align:right;}

.f110{font-size:110%;}
.f120{font-size:120%;}
.f130{font-size:130%;}

.mb30{margin-bottom:30px;}
.pb30{padding-bottom:30px;}

.prd-container {
  margin:0 auto;
  margin-top:30px;
  display: flex; 
  flex-wrap: wrap; 
  gap: 20px;
justify-content: space-between;
}

.prd-item {
  box-sizing: border-box; 
  padding: 2px 0 10px 0; 
  text-align:center;
  font-size:120%;
  line-height:105%;
 border:5px solid #dcc295;
}

.prd-item img {
  display: block;
  width: 82%;
  height: auto;
  text-align:center;
  margin:0 auto;
}

  .prd-item {
    /* 2列表示のため、横幅を2分の1にする */
    /* gapの分を考慮して計算: 100% / 2 - gap(2つ) */
    flex-basis: calc(49% - 10px);
}
/*
.box02{width:100%;margin:0 auto;display: flex;
      justify-content: center;column-gap: 20px; }
*/

.box02{width:100%;margin:0 auto;display: block;padding-left:5%; }

.box02-item{width:100%;margin:0 auto;display:block;
background:url(../img/asset220.svg) no-repeat;
text-align:center;
position: relative;  
background-size:contain;
background-position:1% 0;
margin-bottom:30px !important;
}
.box02-item-in {width:100%;padding-right:5%;}
.box02-ttl{font-size:2.2em;font-weight:bold;padding:10px 0 2px 0;}
.box02-img01{margin:0 auto; padding:0 0 2px 0;width:100%;}
.box02-item-in p{font-size:1.9em;}

.satei-box{width:80%;margin:0 auto;display: flex;
      justify-content: center;padding-bottom:60px;}
.satei-box-item{text-align:center;
      justify-content: center;}
.satei-box-item p{font-size:1.6em;font-weight:bold;}
.box02-img02{margin:0 auto; padding:0;width:70%;}




.box-kaitori-wrap{display:block;width:100%;margin:0 auto;/*display: flex; */
  /*justify-content: center;justify-content: space-between; */
  /*align-items: center;*/}

.box-kaitori{width:80%;text-align: center;margin:0 auto;}
.box-kaitori p{font-size:1.2em;text-align: left;padding-top:20px;}
.kaitori-en{font-size:1.9em; line-height:180%;padding-top:30px;}
.kaitori-no{font-size:2.0em;}
.kaitori-btn{margin-top:10px;margin-bottom:15px;padding-top:10px;padding-bottom:26px;background:url(../img/asset214.svg) no-repeat;
background-size:100%;
background-position:center;}
.kaitori-btn span{font-size:2em;font-weight:bold;padding-bottom:30px !important;}


.license-box{width:100%;margin:0 auto;display: flex;
  justify-content: center;justify-content: space-between; gap:10px;
  align-items: center;}
.license-box02{width:60%;margin:0 auto;display: flex;
}

.license-item{width:30%;margin-top:40px;text-align: center;font-size:1.3em;line-height:100% !important;}
.license-item img{width:90%;text-align: center;}

.license-item02{width:60%;margin-top:40px;text-align: center;font-size:1.3em;line-height:100% !important;}
.license-item02 img{width:90%;text-align: center;}


.map-wrap{width:94%;margin:0 auto;}
.map-wrap:after{ content: ""; clear: both; height: 0; display: block; visibility: hidden;}
.map-left{width:100%;float:none;margin:0 auto; margin-bottom:20px;text-align:center;}
.map-left p{line-height:110%; padding-bottom:20px;line-height:120%;}
.map-icon img{width:20%; margin:0 auto;margin:0 auto;text-align:center;}
.map-right{width:100%;float:none;margin-bottom:30px;}

.shop-wrap{width:94%;margin:0 auto;}
.map-wrap:after{ content: ""; clear: both; height: 0; display: block; visibility: hidden;}
.shop-left{width:100%;margin:0 auto;float:none; text-align:center;}
.shop-left p{line-height:110%; padding-bottom:20px;}
.shop-icon img{width:100%; margin:0 auto;text-align:center;}
.shop-right{width:100%;float:none; margin:0 auto;margin-top:20px;}

.shop-table{width:100%;}
.shop-table th{width:30%;padding:8px 0;border-bottom:3px solid #bf9d0d;text-align:center;font-size:120%;}
.shop-table td{padding:8px 0;border-bottom:3px solid #bf9d0d;text-align:left;font-size:120%;}


.shop-table-in{width:100%;}
.shop-table-in td{width:30%; border:none;}
.shop-table-in img{width:40%; text-align:center;}

.l-inner98p{width:90%;}
.p-top-message {
  position: relative;
  background: url(../img/asset2.svg) ;
  background-position: center;
background-repeat: space;
}


  /*# sourceMappingURL=style.css.map */
}



