@charset "UTF-8";

/* ユーティリティー */

body {
  color: #040000;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 1.76;
  background-color:#f1f1f1;
  -webkit-text-size-adjust: 100%;
  /*font-feature-settings: "palt";*/
  position: relative;
  /*overflow:hidden;*/
}
/*
Regular 400,
Medium 500,
SemiBold 600,
Bold 700,
*/


body.mvfix {
  overflow: visible;
}

body.fixed {
  overflow-y: hidden;
}

main {
  overflow-x: clip;
}
article {
  position:relative;
}
 

/*背景*/
.bg_wrap {
  position:relative;
}
.bg_wrap::before {
    content:"";
    width:100%;
    height:100%;
    display:block;
    background-position:center top;
    background-size:100% auto;
    position:absolute;
    top:0;
    left:0;
}
.bg_ichimatsu::before {
    background-image:url(../imgs/common/bg_ichimatsu.png);
    background-repeat:repeat-y;
    mix-blend-mode: screen;
    z-index:-1;
}

.bg_shippou::before {
    background-image:url(../imgs/common/bg_shippou.png);
    background-repeat:repeat-y;
    /*mix-blend-mode: screen;*/
    z-index:-1;
}
.bg_shippou2::before {
    background-image:url(../imgs/common/bg_shippou2.png);
    background-repeat:repeat-y;
    z-index:-1;
}
.bg_white::before {
  background-color:#fff;
  mix-blend-mode: screen;
  height:100%;
  z-index:-2;
}
.bg_white-btm::before {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 57%);
  mix-blend-mode: screen;
  height:60%;
  top:auto;
  bottom:0;
  z-index:-1;
}
.bg_glay {
  background-color:#f1f1f1;
}



a {
  color: #000;
  zoom: 1;
  text-decoration: none;
  transition: opacity 0.7s;
  display: block;
}

a:hover {
  /*opacity: 0.8;*/
}


.fmin {
  font-family: source-han-serif-jp-subset, sans-serif;
  font-weight:600;
}
/*
SemiBold 600,
Bold 700,
*/


img {
  width: 100%;
  height: auto;
}

a.sptel {
  cursor: default;
  pointer-events: none;
}

.nolink {
  pointer-events: none;
  cursor: default;
}

.sp {
  display: none;
}

img[src*="_sp"] {
  display: none;
}

.spbr {
  display: none;
}
.b-640 {
    display:none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.img_cnt {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.img_cvr {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.inner-1300 {
  width: 90vw;
  max-width: 1300px;
  margin: 0 auto;
}
.inner-1200 {
  width: 83.33vw;
  max-width: 1200px;
  margin: 0 auto;
}

.blk {
  padding: max(100px,6.94vw) 0;
}

/* -------------------------------------
header
------------------------------------- */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
header.fixed {
  position: fixed;
  background-color: rgba(255,255,255,0.7);
  box-shadow: rgba(000, 000, 000, 0.12) 2px 2px 6px 3px;
}

header #head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:20px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding:20px 0;
  transition:all 0.3s;
}
header.fixed #head {
  padding:10px 0;
}
header #head .head_top {
  width: 22%;
  max-width:314px;
  min-width:200px;
}
header #head .head_top #logo {
  width: 100%;
  max-width:314px;
}
header #head .head_top #logo a {
  display:flex;
  align-items:center;
}


/*header #head .head_top #logo .on {
  display:none;
}


header.fixed #head .head_top #logo .on {
  display:block;
}
header.fixed #head .head_top #logo .off {
  display:none;
}

header.active #head .head_top #logo .on {
  display:none;
}
header.active #head .head_top #logo .off {
  display:block;
}*/

header nav {
  padding-right:30px;
  transition: all 0.4s;
}
header.fixed #head nav {
  padding: 10px 0;
}
header.fixed #head nav #gnav {
  justify-content:center;
}

header nav #gnav {
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  justify-content: flex-end;
}


header nav #gnav .navbk {
  display: flex;
  flex-wrap:wrap;
  gap:16px;
  position:relative;
  z-index:3;
}

header nav #gnav li a span {
  padding-left:1.5em;
  position:relative;
  z-index:1;
}
header nav #gnav li a span:before {
  content:"";
  display:block;
  width:4.2px;
  height:4.2px;
  border-radius:50%;
  background-color:#040000;
  position:absolute;
  top:50%;
  left:0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index:0;
}
header nav #gnav li:first-child a span:before {
  display:none;
}


/*下層ページとスマホ時のロゴ表示*/
header .hdr_logo_blk {
  width:230px;
  margin:0 auto;
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index: 2;
}
header.active .hdr_logo_blk {
  position:static;
}
header.fixed .hdr_logo_blk {
  display:none;
}
header.active .hdr_logo_blk {
  display:block;
}
header .hdr_logo_blk .hdr_logo {
  width:230px;
  height:135px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:clip;
}
header .hdr_logo_blk .hdr_logo:before {
  content:"";
  display:block;
  width:100%;
  aspect-ratio:1 /1;
  background-color:#fff;
  border-radius:50%;
  position:absolute;
  bottom:0;
}
header .hdr_logo_blk .hdr_logo img {
  width:105px;
  height:auto;
  position:relative;
  z-index: 2;
}




header .head_top a#menu_btn {
  display: none;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  transition: all 0.4s;
}

header .head_top a#menu_btn,
header .head_top a#menu_btn span {
  display: inline-block;
  transition: all 0.4s;
}

header .head_top a#menu_btn {
  display: none;
  width: 49px;
  height: 49px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}

header .head_top a#menu_btn span {
  width: 36px;
  height: 3px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #013268;
  position: absolute;
  left: 0;
  right: 0;
}

header .head_top a#menu_btn span:nth-of-type(1) {
  top: 13px;
}

header .head_top a#menu_btn span:nth-of-type(2) {
  top: 24px;
}

header .head_top a#menu_btn span:nth-of-type(3) {
  top: 34px;
}



header .head_top a#menu_btn.active span:nth-of-type(1) {
  transform: translateY(11px) rotate(-330deg);
}

header .head_top a#menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}

header .head_top a#menu_btn.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(330deg);
}


/* -------------------------------------
splash
------------------------------------- */
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
}

#splash_logo {
  width: 6.94vw;
  max-width: 100px;
  min-width:78px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}


.btn_contact {
  color:#fff;
  font-size:18px;
  text-align:center;
  width:90%;
  max-width:347px;
  padding:18px 15px;
  margin:0 auto;
  background-color:#006837;
  border:1px solid #c9c9c9;
  border-radius:35px;
}





/* -------------------------------------
footer
------------------------------------- */
footer {
  padding-top:52px;
}
footer .ftr_wrap {
  width:95%;
  max-width:1316px;
  padding:48px 0;
  margin:0 auto;
  background-color: #fff;
}
footer .ftr_in {
  display:flex;
  justify-content:space-around;
}
footer .ftr_in #ftr_logo {
  display:flex;
  align-items:center;
  justify-content:center;
  width:40%;
}
footer .ftr_in #ftr_logo img {
  max-width:255px;
}
footer .ftr_in .office_blk {
  display:flex;
  align-items:center;
  justify-content:center;
  width:31%;
  padding:36px 15px;
  border-left:1px solid #e5e5e4;
}
footer .ftr_in .office_blk .office_blk_in {
  display:flex;
  flex-direction:column;
  gap:20px;
  max-width:312px;
}
.office_blk .office_name {
  
}
.office_blk .office_name span {
  font-size:12px;
  display:inline-block;
}
.office_blk dl {
}
.office_blk dt {
}
.office_blk dd {
}
.office_blk .add span {
  display:inline-block;
}
.office_blk .gmap {
  text-decoration:underline;
}

footer .ftr_in .fnav {
  display:flex;
  align-items:center;
  justify-content:center;
  width:29%;
  padding:0 15px;
  border-left:1px solid #e5e5e4;
}
.fnav_list {
  display:flex;
  flex-direction:column;
  gap:12px;
}
.fnav_list li a span {
  padding-left:1.5em;
  position:relative;
  z-index:1;
}
.fnav_list li a span:before {
  content:"";
  display:block;
  width:4.2px;
  height:4.2px;
  border-radius:50%;
  background-color:#040000;
  position:absolute;
  top:50%;
  left:0;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index:0;
}



#cp {
  color:#221714;
  font-size:11px;
  text-align:center;
  padding:20px 10px;
}

#totop {
  max-width: 120px;
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  z-index: 2;
}



.inv_mov {
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.tl_yb {
  transform: translate(0, 60px);
}

.tl_yt {
  transform: translate(0, -60px);
}

.tl_xl {
  transform: translate(-60px, 0);
}

.tl_xr {
  transform: translate(60px, 0);
}

.tl_rol {
  transform: rotate(-10deg);
}

.tl_ror {
  transform: rotate(10deg);
}
.tl_xt {
  transform: rotateX(180deg);
}
/*.tl_yt {
  transform: rotateY(180deg);
}*/

.mov {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
  transition: opacity 1s, transform 1s;
}

.mov.delay100 {
  transition-delay: 100ms;
}

.mov.delay200 {
  transition-delay: 200ms;
}

.mov.delay300 {
  transition-delay: 300ms;
}

.mov.delay400 {
  transition-delay: 400ms;
}

.mov.delay500 {
  transition-delay: 500ms;
}
.mov.delay600 {
  transition-delay: 600ms;
}
.mov.delay700 {
  transition-delay: 700ms;
}

/* -------------------------------------
404 Not found
------------------------------------- */
.notfound {
  text-align: center;
  padding: 250px 0;
}
.notfound .page {
  padding-left: 0;
}

.notfound .ttl {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}

.notfound p {
  font-size: 16px;
  margin-bottom: 15px;
}

.notfound p strong {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}

.notfound a {
  text-decoration: underline;
  display: inline-block;
}
.notfound #toppage {
  display:none;
}


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

}

@media screen and (max-width: 1260px) {
header nav {
    padding-right: 0;
}
}

@media screen and (max-width: 1100px) {
header nav #gnav li:first-child a span:before {
  display:block;
}  
}

@media screen and (max-width: 1060px) {
/* -------------------------------------
header
------------------------------------- */
header #head {
  align-items: flex-start;
}
}

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


/* -------------------------------------
header
------------------------------------- */
header nav {
    width: calc(100% - 240px);
}


#toppage a {
  font-size:clamp(16px,1.9vw,19px);
}


/* -------------------------------------
footer
------------------------------------- */
/*footer {
    text-align: center;
    padding: max(70px,10vw) 0 40px;
}*/

}

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

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

}

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

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

.sp {
    display: block;
}

/* -------------------------------------
header
------------------------------------- */
  header.fixed {
    /*background-color: transparent;
    box-shadow: none;*/
    min-height:72px;
  }
  header.active {
    position:relative;
    top:0;
    bottom:0;
  }
  header.fixed #head {
    padding: 20px 0;
    }
  header #head {
    width:100%;
    z-index: 5;
  }
  header #head .head_top {
    width:100%;
    max-width:100%;
    padding:20px 15px;
    position: fixed;
    top: 0;
    z-index:5;
  }
  
header #head .head_top #logo {
  width: 45%;
  max-width:200px;
}
  
  
  
  /*header.active #head .head_top #logo {
    width:200px;
    margin:0 auto;
    position:absolute;
    left:0;
    right:0;
    top:80vh;
  }*/
  
  header .head_top a#menu_btn {
    display: block;
  }
  header #head nav {
    display: none;
    width: 100%;
    max-width:100%;
    height: 100vh;
    padding: 70px 0 60px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -20;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  header.active #head nav {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    width:100%;
    padding-top:70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
  }
  
  header nav #gnav {
    display:block;
  }
   
  header nav #gnav .navbk {
    flex-direction: column;
    margin: 0 auto;
    padding-top:30px;
    max-width: 200px;
  }
  
#toplan {
  /*flex-direction:column;
  width:25%;
  max-width:130px;*/
}

/* -------------------------------------
footer
------------------------------------- */
footer .ftr_in {
    flex-wrap: wrap;
}
footer .ftr_in #ftr_logo {
    width: 100%;
    padding-bottom:20px;
}
footer .ftr_in .office_blk {
    width: 60%;
    border:none;
    padding: 0 15px;
}
footer .ftr_in .office_blk .office_blk_in {
  line-height:1.4;
  gap:10px;
}
footer .ftr_in .fnav {
    width: 40%;
}
.fnav_list {
    gap: 8px;
}


}

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

@media screen and (max-width: 640px) {
  img[src*="_sp"] {
    display: block;
  }

  img[src*="_pc"] {
    display: none;
  }


  a.sptel {
    cursor: pointer;
    pointer-events: auto;
  }
  
  .n-640 {
    display:none;
  }
  .b-640 {
    display:block;
  }

.blk {
  padding: max(35px,8.6vw) 0;
}




}

@media screen and (max-width: 600px) {
/* -------------------------------------
footer
------------------------------------- */
footer .ftr_in {
    flex-direction:column;
}
footer .ftr_in .office_blk {
  text-align:center;
    width: 100%;
    padding: 0 10px;
}

footer .ftr_in .fnav {
    display:none;
}

#totop {
  max-width: 100px;
  bottom: 12vw;
}


}

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

}

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

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



}

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

}

@media screen and (min-width: 769px) {
  header #head nav {
    display:block!important;
  }
}
