@charset "UTF-8";

/*---hamberger---*/
.hamburger-open {
  display: none;
  width: 66px;
  height: 66px;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 999;
  border: 1px solid #FFF;
}

.hamburger-close {
  display: flex;
  justify-content: end;
  padding: 20px;
}

.open-active {
  transform: translateX(-320px);
  transition: 0.5s;
}

/* sp-nav */
.sp-nav {
  /* display: none; */
  width: 320px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translateX(100%);
  transition: 0.5s;
}

.sp-list {
  text-align: center;
}

.sp-item {
  border-top: 1px solid #fff;
  padding: 17px;
}

.sp-item:last-child {
  border-bottom: 1px solid #fff;
}

.close-button {
  width: 40px;
  height: 40px;
}

.close-active {
  transform: translateX(0);
  transition: 0.5s;
}

@media print, screen and (max-width: 1280px) {

  /******header*******/
  .header {
    padding-right: 0;
  }

  .header-list {
    column-gap: 2rem;
  }

  /******footer*******/
  .footer-left {
    margin-left: 0;
  }

  .footer-nav {
    column-gap: 2rem;
    font-size: 1.4rem;
  }

  .footer-supplement {
    font-size: 1.4rem;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-sns {
    right: 2%;
  }

  /******fv*******/
  .fv-wrapper{
    padding-top: 0px;
  }
  .fv-image {
    aspect-ratio: 2/1;
  }

  .fv-text {
    font-size: 2rem;
    left: 2%;
  }

  /******business*******/
  .business-contents {
    padding: 0;
  }

  /******items*******/
  .items-txts {
    font-size: 1.4rem;
  }

  .items-list {
    margin-right: 1rem;
  }

  /******message*******/
  .message-txts {
    width: 100%;
  }

}

@media print, screen and (max-width: 1024px) {
  .fv-text {
    text-align: left;
  }

  .catch-text {
    font-size: 2.4rem;
  }
}

@media print, screen and (max-width: 768px) {

  /****** title *****/
  .section-title01 {
    font-size: 3rem;
  }

  .section-title01::after {
    margin-top: 20px;
    width: 50px;
  }

  .section-title01 span {
    font-size: 1.3rem;
  }

  .section-title02::after {
    display: block;
    position: static;
    width: 28%;
    margin-left: 0;
    margin-top: 20px;
  }


  /******header*******/
  .header {
    position: static;
  }

  .header-nav {
    display: none;
  }

  /*****hamberger******/
  .hamburger-open {
    display: block;
  }

  /******footer*******/
  .footer-wrapper {
    width: 100%;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-left {
    display: block;
    padding: 0 20px;
  }

  .footer-address, .footer-tel, .footer-fax {
    font-size: 1.2rem;
  }

  .footer-right {
    width: 100%;
  }

  .footer-nav {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    border: 0;
  }

  .footer-nav-item {
    padding: 20px;
    border-top: 1px solid #fff;
  }

  .footer-nav-item:last-child {
    border-bottom: 1px solid #fff;
  }

  .footer-supplement {
    flex-direction: column;
    row-gap: 10px;
  }

  .footer-sns {
    top: 4%;
    right: 7%;
    width: 60px;
    height: 60px;
  }

  .footer-copyright span {
    display: none;
  }

  /******fv*******/
  .fv {
    padding-top: 0;
  }
	
  .fv-contact {
    padding: 0px 0 40px;
  }

  .fv-image {
    aspect-ratio: 1/1;
  }

  .fv-catch {
    right: 10%;
    column-gap: 3rem;
	  position:absolute;
	  z-index: 100;
  }

  /******business*******/
  .business-contents {
    flex-direction: column;
    margin-bottom: 70px;
  }

  .business-contents:nth-of-type(2) {
    flex-direction: column;
    margin-top: 0;
  }

  .business-text {
    width: 90%;
    padding: 0;
  }

  .business-image {
    width: 100%;
  }

  /******items*******/
  .items-grid {
    grid-template-columns: repeat(2, minmax(200px, 460px));
  }

  .items-title {
    font-size: 2rem;
  }

  /******company*******/
  .company-image {
    aspect-ratio: 4/1;
  }

  .company-text span {
    display: block;
  }

  /******message*******/
  .message-inner {
    flex-direction: column;
    align-items: center;
  }

  .message-txts {
    width: 100%;
  }

  .message-image {
    width: 40%;
  }

  /******access*******/
  .access-wrapper {
    margin-bottom: 40px;
  }

  .access-map {
    aspect-ratio: 1.5/1;
  }
	
/* ===================
SP お問い合わせ
====================== */
	
.contact-image {
aspect-ratio: 4/1;
right: 0%;
}
.contact-ttl {
  left:4rem;
  }


.contact-name{
font-size: 22px;
font-weight: bold;
color: #00008b;
padding-bottom: 0.1em;
}

.contact-smallname{
font-size: 13px;
color: #00008b;
}

.form-wrap {
width: 100%;
max-width: 1100px;
margin: 0 auto 5em;
text-align: center;
padding-bottom: 0em;
}

.form-box {
width: 100%;
margin: 1em auto 1.5em;
text-align: center;
background-color: #FFFFFF;
padding-bottom: 0em;
}

.form-table {
width: 100%;
margin: 0px auto;
border-collapse: separate;
border-spacing: 10px;
padding: 0 0;
}
.form-table th {
display: block;
padding: 0em 0.8em;
line-height: 180%;
text-align: left;
vertical-align: top;
color: #222;
width: 95%;
}
.form-table td {
display: block;
padding: 0.5em 0;
line-height: 180%;
text-align: left;
vertical-align: top;
color: #222;
width: 95%;
margin: 0 auto;
}

.consent-text {
color: #4d4d4d;
vertical-align: middle;
margin-bottom: 1.5em;
}
.consent-text a{
/*font-weight: bold;*/
color: #4d4d4d;
vertical-align: middle;
margin-bottom: 1.5em;
}

.hissu{
text-align:center;
font-size:12px;
line-height:140%;
color:#FFF;
background-color:#D8070B;
display: inline-block;
padding:3px 10px 3px 10px;
margin:0px 0 0 0px;
border-radius: 5px;
}

.consent-btn {
color: #FFFFFF;
background-color: #00008b;
display: block;
padding: 10px 20px;
border-radius: 8px;
width: 240px;
margin: 0 auto;
}
	
.contact-title01 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 15px;
font-size: 22px;
}

  .contact-title01::after {
    margin-top: 20px;
    width: 50px;
  }

.sp2em {
	height: 2em;
}

/* ===================
プライバシーポリシー
====================== */
.privacy-ttl {
  left:4rem;
  }
.privacy-name{
  font-size: 2rem;
  }
  
  .privacy-smallname{
    font-size: 10px;
    color: #FFF;
    }
    .privacy-content{
      margin: 0rem auto 0rem;
    }
    .privacy-content-title,
    .privacy-content-company{
      font-size: 1.8rem;
    }





}










@media print, screen and (max-width: 414px) {

  /*****all******/
  body {
    letter-spacing: 0.01em;
    line-height: 1.6;
  }

  /*****sp-nav******/
  .sp-nav {
    width: 100%;
  }

  .section-title03 span {
    display: block;
  }

  /******fv*******/
  .fv-catch {
    column-gap: 2rem;
  }

  .catch-text {
    font-size: 1.4rem;
  }

  .fv-text {
    font-size: 1.5rem;
  }

  /******business*******/
  .business-title {
    text-align: center;
    font-size: 2.4rem;
  }

  .business-text {
    width: 100%;
  }

  .b-image02 {
    margin-top: -50px;
  }

  /******items*******/
  .items-grid {
    grid-template-columns: 1fr;
  }

  /******message*******/
  .message-title {
    font-size: 2rem;
  }

  .message-text {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }

  .message-image {
    width: 90%;
  }

  /******company*******/
  .company-image {
    aspect-ratio: 3.4/1;
  }

  /******access*******/
  .access-map {
    aspect-ratio: 1/1;
  }
}