@charset "UTF-8";

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

body {
  color: #282828;
  font-family: zen-kaku-gothic-new, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1.76;
  -webkit-text-size-adjust: 100%;
  /*font-feature-settings: "palt";*/
  position: relative;
  /*overflow:hidden;*/
}
/*
Regular 400,
Medium 500,
Bold 700,
Black 900,
*/

.pst {
  font-family: posterama-2001, sans-serif;
}
/*
SemiBold 600,
Bold 700,
Black 800,
*/

.corp {
  font-family: corporate-logo-ver2, sans-serif;
}
/*
Medium 500,
Bold 700,
*/

.bran {
  font-family: brandon-grotesque, sans-serif;
  font-weight: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;
}
.bg_bl {
  background-color:#004fb1;
}
.bg_bg {
  background-color:#ede5d5;
}
.bg_yel {
  background-color:#ffd526;
}
.secblk {
  padding:50px 0;
}
.sec_wrap {
  /*width: 93vw;
  max-width:1350px;
  margin: 0 auto;*/
  padding:57px 0;
  background-color:#fff;
  border-top:4px solid #004fb2;
  border-bottom: 2px solid #c2e0f4;
}
.bcol_pk {
  border-top-color:#e04382;
  border-bottom-color: #f5c8da;
}
.bcol_yel {
  border-top-color:#ffd526;
  border-bottom-color: #ffeca0;
}

.inner-1350 {
  width: 93vw;
  max-width: 1350px;
  margin: 0 auto;
}
.inner-1260 {
    width: 90vw;
    max-width: 1260px;
  margin: 0 auto;
}
.inner-1180 {
  width: 82vw;
  max-width: 1180px;
  margin: 0 auto;
}
.inner-1000 {
  width: 80vw;
  max-width: 1000px;
  margin: 0 auto;
}

.btn_blk {
  width:100%;
  padding-top:60px;
}
.morebtn {
  color:#004fb1;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:200px;
  height:52px;
  margin:0 auto;
  background-color:#ffd526;
  border-radius:26px;
  transition:all 0.3s;
}
.morebtn:hover {
  color:#ffd526;
  background-color:#004fb1;
}
.morebtn.blbtn {
  color:#fff;
  background-color:#004fb1;
}
.morebtn.blbtn:hover {
  color:#004fb1;
  background-color:#c2e0f4;
}



.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;
}


/* -------------------------------------
group
------------------------------------- */
.group_list {
  max-width:880px;
  margin:0 auto;
}
.group_list .imgbk {
    display:flex;
    align-items:center;
    justify-content:center;
    aspect-ratio:278 / 209;
}
.group_list .imgbk .group_icon {
    width:40%;
    max-width:84px;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.1));
}
.group_list >* p {
  color:#004fb1;
  line-height:1.2;
}
.group_list .company-kabu {
  display:inline-block;
}
.group_list .area_txt {
  color:#6896d1;
  font-size:12px;
  line-height:1.6;
  display:block;
  padding-top:5px;
}


/* -------------------------------------
content_list
------------------------------------- */
.content_list {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:40px 22px;
}
.content_list >* {
  text-align:center;
  width:100%;
  max-width:278px;
}
.content_list .imgbk {
  aspect-ratio:278 / 208;
  margin-bottom:10px;
  border:1px solid #c1dff3;
  border-radius:30px;
  overflow:clip;
  position:relative;
}
.content_list .imgbk:before {
  content:"";
  display:block;
  width:44.6%;
  aspect-ratio:1 / 1;
  border-radius:50%;
  background-color:#c1dff3;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.4s ease;
  z-index:-1;
}  
.content_list li:hover .imgbk:before {
  transform: translate(-50%, -50%) scale(3);
}


.sec__head .secttl {
  color:#004fb1;
  text-align:center;
  margin-bottom:44px;
}
.sec__head .secttl .en {
    font-size: 37px;
    font-family: posterama-2001, sans-serif;
    font-weight: 800;
    line-height:1;
    margin-bottom: 3px;
    padding: 0 2px;
}
.sec__head .secttl .ja {
  font-size:13px;
  line-height:1;
  display:block;
}



/* -------------------------------------
contact
------------------------------------- */
#contact {
  padding:84px 0 135px;
}
.contec_list {
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:27px;
  max-width:1008px;
  margin:0 auto;
}
.contec_list-item {
  width:calc((100% - 54px)/3);
  min-width:317px;
  background-color:#fff;
  border:1px solid #cdeafc;
  border-radius:10px;
}
.contec_list-item >* {
  color:#004fb1;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:10px;
  padding:25px 19px;
}
.contec_list-item .imgbk {
  width:47px;
}
.contec_list-item .cont_txt {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contec_list-item .cont_txt >* {
  line-height:1;
}
.contec_list-item .tel_txt-ja {
  font-size:12px;
}
.contec_list-item .tel_txt-num {
  font-size:30px;
}
.contec_list-item .txt-ja {
  font-size:21px;
}
.contec_list-item .txt-en {
  font-size:13px;
}

.sns_blk {
  display:flex;
  justify-content:center;
  gap:15px;
  max-width:150px;
  padding-top:40px;
  margin:0 auto;
}
.sns_blk .sns_item {
  max-width:40px;
}

.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) {

}

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

}

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

}

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

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


}

@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;
}

/* -------------------------------------
content_list
------------------------------------- */
.content_list {
    gap: 35px 20px;
}
.content_list >* {
  width:calc((100% - 20px)/2);
}



}

@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) {
.news_listItem a {
    padding: 20px 10px;
}



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


}

@media screen and (max-width: 500px) {
body {
  font-size: 14px;
}

}

@media screen and (max-width: 400px) {
.spbr {
  display: block;
}


.contec_list-item >* {
    gap: 10px;
    padding: 20px 15px;
}
.contec_list-item .imgbk {
    width: 35px;
}
.contec_list-item .tel_txt-num {
    font-size: clamp(26px,7.75vw,31px);
}



}
@media screen and (max-width: 380px) {
.contec_list-item {
    min-width: 100%;
}



}

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

}

@media screen and (min-width: 769px) {

}
