@charset "UTF-8";

/*****************************
  pagecommon
*****************************/
.pagehead{
  position: relative;
}
.pagehead-bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  margin-top: 132px;
  background-color: #fff;
}
.pagehead-bg::before{
  content: "";
  background: rgb(1 60 133 / 0%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .pagehead-bg{
    height: 150px;
    margin-top: 100px;
  }
}

/******************************
  ページhead
******************************/
.pagehead-ttl {
  padding: 20px;
  color: #fff;
  position: absolute;
  top: 50px;
  left: 150px;
}
.pagehead-ttl h2 {
  font-size: 22px;
  line-height: 1.2;
}
.pagehead-ttl p {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .pagehead-ttl {
    top: 50px;
    left: 50px;
  }
}

@media screen and (max-width: 820px) {
  .pagehead-ttl {
    top: 50px;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .pagehead-ttl {
    top: 25px;
    left: 10px;
  }
  .pagehead-ttl h2 {
    font-size: 14px;
  }
  .pagehead-ttl p {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .pagehead-ttl {
    top: 25px;
    left: 0px;
  }
}

/*****************************
  プラポリ
*****************************/
.page-privacy{
  margin-top: 60px;
  margin-bottom: 60px;
}
.page-privacy .pplist .pplist .ppbox{
  margin: 2rem 0;
}
.page-privacy .pplist .ttl{
  border-left: 5px solid #266400;
  color: #266400;
  font-size: 2rem;
  font-weight: bold;
  margin: 3rem 0 1rem;
  padding: .8rem 1.5rem;
}
.page-privacy .pplist .content .add{
  margin-top: 2rem;
}
.page-privacy p,
.page-privacy .pplist .content{
  line-height: 1.8;
}
.page-privacy .pplist .content ul{
  margin-top: 1rem;
  margin-left: 2rem;
}
.page-privacy .pplist .content li{
  list-style: "・";
}
@media only screen and (max-width: 767px) {
  .page-privacy .pplist .ttl{
      font-size: 1.8rem;
  }
}

/*****************************
  サイトマップ
*****************************/
.sitemap_m{
margin-bottom: 60px;
}
.sitemaplist {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
margin-top: 0px;
}
.sitemaplist li {
width: 47%;
list-style: none;
margin: 10px;
}
@media screen and (max-width: 767px) {
.sitemaplist li {
width: 100%;
list-style: none;
margin: 5px 10px;
}
}
.sitemaplist li a{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
border-color: #266400;
color: #266400;
opacity: 1;
}
.sitemaplist li a:hover{
display: block;
border: 1px solid;
padding: 10px 20px;
position: relative;
background: #266400;
color: #fff;
}
.sitemaplist li a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #266400;
}
.sitemaplist li a:hover::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff;
}
.sitemap-current a{
color: #fff !important;
border: 1px solid;
background: #266400;
}
.sitemap-current a::after {
content: ">";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #fff !important;
}
/*****************************
  フォーム コンタクトフォーム
*****************************/
.formbox{
  max-width: 800px;
  margin: 0 auto;
}
.formbox .fomin{
  background: #ffffff;
  border-top: 1px solid #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 20px 0;
}
.formbox .fomin:not(:first-of-type){
  border-top: 0;
}
.formbox .fomttl{
  font-weight: bold;
  padding: 0 1rem;
  text-align: left;
  width: 230px;
}
.formbox .fomttl span{
  background: #A42020;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: .2rem .5rem .3rem;
  width: 35px;
}
.formbox .fomcontent{
  /* background: #fff; */
  padding: 1rem;
  width: calc(100% - 230px);
}
.formbox .fomcontent span.error{
  background: none;
  margin: 0;
}
.formbox .fomcontent dl{
  margin-bottom: 1rem;
}
.formbox .fomcontent dt{
  width: 145px;
}
.formbox .fomcontent dd{
  margin-left: auto;
  width: calc(100% - 165px);
}
.formbox .input-check{
  text-align: left;
}
.formbox .input-radio .wpcf7-list-item,
.formbox .input-check .wpcf7-list-item{
  display: block;
  margin-right: 1rem;
  margin-left: 0;
}
.input-submit{
  margin: 3rem auto;
  text-align: center;
}
.formtxt{
  max-width: 500px;
  margin: 2rem auto;
  padding: 2rem 0 0;
}
.formtxt .inbox{
  margin: 2rem 0;
}
.formtxt .inbox p{
  margin-bottom: 2rem;
}

/* .formbox input,
.formbox textarea,
.formbox select,
.input-submit input{
} */
.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-txtarea textarea,
.formbox .input-select select {
  background: #f3f3f3;
  border: 1px solid #9f9f9f;
  border-radius: 3px;
  width: 100%;
}
.formbox .input-age input,
.formbox .input-num input{
  margin-right: 1rem;
  max-width: 100px;
}
.formbox .input-day:first-child{
  margin-bottom: 1rem;
}
.formbox .input-day input{
  width: calc(100% - 145px);
}

.formbox .input-txt input,
.formbox .input-num input,
.formbox .input-age input,
.formbox .input-zip input,
.formbox .input-select select {
  font-size: 1.6rem;
  height: 36px;
  padding: 0 .5rem;
}
.formbox .input-date input{
  margin: .5rem 0;
}
.formbox .input-select select{
  appearance: auto;
}
.formbox .input-txtarea textarea {
  padding: .5em;
}
.formbox .input-add{
  margin-top: 1rem;
}
.formbox .input-zip input{
  margin: 0 1rem;
  width: 100px;
}
.formbox .input-zip .subtxt{
  display: block;
  font-size: 1.4rem;
  margin-bottom: -1rem;
  text-align: right;
}

.formbox .input-submit {
  text-align: center;
  margin-top: 2em;
}
.formbox .input-submit div {
  display: inline-block;
  vertical-align: middle;
}
.formbox .input-submit input {
  height: 50px;
  padding: 0 30px;
}
.pagesec-contact{
  position: relative;
}
.pagesec-contact .inner1{
  position: relative;
}
.pagesec-contact .ttlbox1{
  margin-bottom: 2rem;
}
.pagesec-contact .firsttxt{
  margin: 0 auto ;
  max-width: 800px;
  padding: 1rem;
}
.pagesec-contact .firsttxt p{
  color: #282828;
  font-size: 1.8rem;
  font-weight: bold;
}
.pagesec-contact .txtbox{
  margin: 2rem auto ;
  max-width: 800px;
  padding: 1rem;
  position: relative;
}
.pagesec-contact .txtbox .attention{
  color: #A42020;
  font-weight: bold;
  margin-top: -1rem;
}
.pagesec-contact .txtbox .telbox{
  margin-top: 2rem;
}
.pagesec-contact .txtbox .telbox a{
  color: #003da5;
  font-size: 2.4rem;
  font-weight: bold;
}
.pagesec-contact .txtbox .telbox a i{
  margin-right: .3rem;
}
.pagesec-contact .txtbox .telbox p{
  font-weight: bold;
  margin: 0;
}

.pagesec-contact .box{
  margin-top: 2rem;
  position: relative;
  padding-top: 1rem;
}
.pagesec-contact .ppbox{
  margin: 2rem auto;
  max-width: 800px;
}
.pagesec-contact .ppbox a{
  text-decoration: underline;
}
.formblock .lastcheck{
  margin: 0 auto;
  max-width: 800px;
}
.pagesec-contact .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
form.sent .formblock,
form .sent-after,
form.sent .fomb{
  display: none;
}
form.sent .sent-after{
  display: block;
  margin: 0 auto 2rem;
  max-width: 800px;
  padding: 1rem;
  position: relative;
  text-align: center;
}
.pagesec-contact .wpcf7 form .wpcf7-response-output{
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}

.fomb {
  max-width: 300px;
  margin: 2rem auto 0;
}
.fomb input{
  background: #266400;
  border: 1px solid #266400;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 0%);
  color: #fff;
  display: inline-block;
  min-width: 180px;
  opacity: 1 !important;
  padding: .5rem 2rem ;
  position: relative;
  transition: .3s;
}
.fomb:hover input{
  background-color: #fff;
  color: #333;
}

.fomb input:disabled {
  background: #b5b5b5 !important;
  color: #ebebeb;
  border: 1px solid #b5b5b5;
  box-shadow: 6px 8px 15px rgb(0 0 0 / 30%);
}


@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .formbox .input-zip .subtxt{
    margin-bottom: 1rem;
    text-align: left;
  }
  .formbox .fomttl {
    padding: 1rem;
    text-align: left;
    width: 100%;
  }
  .formbox .fomcontent{
    padding: 1.5rem 1rem;
    width: 100%;
  }
  .contactlink .fbox{
    margin: .5rem 0;
    width: 100%;
  }
  .formbox .input-age input, .formbox .input-num input {
    margin-right: 1rem;
    max-width: 70px;
  }
  .pagesec-contact .ppbox .formpp h3 {
    font-size: 2.4rem;
  }
  .pagesec-contact .wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    text-align: left;
  }
  .pagesec-contact .txtbox,
  form.sent .sent-after{
    text-align: left;
  }

  .formbox .fomcontent dt,
  .formbox .fomcontent dd{
    width: 100%;
  }
  .formbox .input-add {
    margin: 0 0 1rem;
  }
  .pagesec-contact .formlinks li{
    margin: 0 auto;
    width: 80%;
  }
  .pagesec-contact .formlinks li a{
    border: 1px solid #0F2453;
    border-bottom: 0;
  }
  .pagesec-contact .formlinks li:last-of-type{
    border-bottom: 1px solid #0F2453;
  }
}

/*****************************
  汎用 下層section
*****************************/
.pagesec{
  margin: 30px 0;
  padding: 30px 0;
}
.pagesec-item{
  margin: 30px 0 80px;
  padding: 30px 0 80px;
}

/*****************************
  お問い合わせ
*****************************/
.pagesec-contact{
  margin: 30px 0;
  padding: 30px 0;
}
.title-type01{
  text-align: center;
  margin-bottom: 20px;
}
.title-type01 .ttl-main{
  font-size: 50px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .title-type01 .ttl-main{
    font-size: 44px;
  }
}

.title-type01 .ttl-sub{
  font-size: 20px;
  margin-bottom: -22px;
}
@media screen and (max-width: 600px) {
  .title-type01 .ttl-sub{
    font-size: 16px;
    margin-bottom: -22px;
  }
}


.title-type01 .ttl-main02{
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  .title-type01 .ttl-main02{
    font-size: 24px;
  }
}


/*****************************
  COMPANY
*****************************/
.companysec table{
  border-top: 2px dotted #c7c7c7;
  border-left: none;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.companysec table th{
  border-bottom: none;
  border-right: none;
  border-bottom: 2px dotted #c7c7c7;
  background-color: #fff;
}
.companysec table td{
  border-bottom: none;
  border-right: none;
  border-bottom: 2px dotted #c7c7c7;
}
.gmap{
  margin-top: 30px;
  border: 3px solid #e2e2e2;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .companysec table{
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .companysec table{
    border-top: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    width: 100%;
  }
  .companysec table th{
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    background-color: #e6e5e5;
  }
  .companysec table td{
    border-bottom: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
  }
}

/*****************************
  ITME
*****************************/
.itemflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.itemfbox1{
  width: 15%;
  margin-right: 30px;
  text-align: right;
}
.itemfbox2{
  width: 80%;
  display: flex;
  align-items: center;
}
.itemfbox1 img{
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 110px;
}
@media screen and (max-width: 600px) {
  .itemfbox1 img{
    width: 70px;
  }
}


.itemfbox2 h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {

}
@media only screen and (max-width: 767px) {
  .itemfbox1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .itemfbox2 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.item_btn_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.item_btn_flex li {
  padding: 5px;
  width: calc(100% / 5);
}
@media screen and (max-width: 1024px) {
  .item_btn_flex li {
    padding: 5px;
    width: calc(100% / 4);
  }
}
@media screen and (max-width: 820px) {
  .item_btn_flex li {
    padding: 5px;
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 600px) {
  .item_btn_flex li {
    padding: 5px;
    width: calc(100% / 2);
  }
}

.button_item{
  text-align: center;
}

.button_item a {
  color: #575757;
  background: #E6EBE2;
  display: inline-block;
  border: 1px solid #e6ebe2;
  font-size: 14px;
  text-align: center;
  transition: 0.3s;
  padding: 5px 10px;
  position: relative;
  box-sizing: border-box;
  border-radius: 30px;
  width: 100%;
}

.current .button_item a,.button_item a:hover {
  color: #fff;
  background: #8ABA9D;
  display: inline-block;
  border: 1px solid #e6ebe2;
  font-size: 14px;
  text-align: center;
  transition: 0.3s;
  padding: 5px 10px;
  position: relative;
  box-sizing: border-box;
  border-radius: 30px;
  width: 100%;
  opacity: 1;
}


/*****************************
  taxonomy
*****************************/
.taxonomyflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.taxonomybox1{
  width: 30%;
  margin-right: 20px;
}
.taxonomybox2{
  width: 67%;
}
.taxonomybox1 img{
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f8f8f8;
}
.number{
  position: absolute;
  top: -40px;
  right: 0;
  font-family: "montserrat", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 60px;
  z-index: -1;
  color: #cde5d7;
}
.c1{
  color: #cde5d7;
}
.c2{
  color: #cde5d7;
}
.c3{
  color: #cde5d7;
}
.c4{
  color: #CCDFEB;
}
.taxonomybox2 h3{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .number{
    font-size: 50px;
    top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .taxonomybox2 h3{
    font-size: 20px;
  }
  .taxonomybox1 {
    width: 300px;
    max-width: 100%;
    margin: 20px auto;
  }
  .taxonomybox2 {
    width: 100%;
  }
  .number{
    top: -20px;
    font-size: 40px;
  }
}
/*****************************
  RECRUIT
*****************************/
.recruittxt{
  text-align: left;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.recruittxt p{
  margin-bottom: 20px;
}

.recruitsec table {
  border-top: none;
  border-left: none;
  border-collapse: collapse;
  width: 800px;
  max-width: 100%;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .recruitsec table {
    border-top:  2px dotted #c7c7c7;
  }
}

.recruitsec table th {
  border-bottom: 2px dotted #c7c7c7;
  border-right: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  vertical-align: middle;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .recruitsec table th {
    width: 100%;
    display: block;
    padding: 5px 10px;
    background-color: #f7f7f7;
  }
}




.recruitsec table td {
  border-bottom: 2px dotted #c7c7c7;
  border-right: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .recruitsec table td {
    padding: 20px 10px;
  }
}


.recruitflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.recruitfbox{
  width: calc(100% / 3);
}
.flowbox{
  display: inline-block;
  height: 200px;
  padding: 20px;
  width: 100%;
}
.bgblack{
  background: #101010;
  color: #fff;
}
.bgblue{
  background: #013C85;
  color: #fff;
}
.bgsky{
  background: #E4E9F2;
}
.flowbox h3{
  font-size: 22px;
  text-align: center;
  border-bottom: 1px dotted #fff;
  margin-bottom: 20px;
}
.flowbox h3 span{
  margin-right: 10px;
}
.recuruitbtn{
  margin: 60px 0;
  text-align: center;
}
.recuruitbtn a{
  background: #fff;
  border: 1px solid #fff;
  color: #101010;
  padding: 6px 20px;
  transition: .5s;
}
.recuruitbtn a:hover{
  background: #3c3c3c;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .flowbox{
    height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .recruitfbox{
    width: 100%;
  }
  .flowbox{
    height: 200px;
  }
}

/*****************************
  NEWS
*****************************/
.archiveflex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.archivefbox1{
  width: 20%;
  margin-right: 20px;
}
.archivefbox2{
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .archivefbox1{
    display: none;
  }
  .archivefbox2{
    width: 100%;
  }
}

.newslinktab {
  margin-bottom: 6rem;
}
.newslinktab li {
  width: calc(20% - 10px);
}
@media screen and (max-width: 1024px) {
  .newslinktab li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .newslinktab li {
      width: calc(33% - 10px);
      margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .newslinktab li {
      width: calc(50% - 10px);
  }
}

.newslinktab a.label {
  background: #6F7070;
  border-radius: 20px;
  border: 1px solid #eee;
  display: block;
  /* font-weight: bold; */
  margin-right: 10px;
  opacity: 1 !important;
  padding: .3rem 0;
  position: relative;
  text-align: center;
}
/* .newslinktab a.label1 {
  position: relative;
}
.newslinktab a.label1::after {
  content: "";
  position: absolute;
  border-top: 10px solid #6F7070;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: 0%;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
} */

.newslinktab a.current {
  background: #101010;
  color: #fff;
}
.newslinktab a.label1:hover, .newslinktab a.label1.label_cr {
  background: #6F7070;
  color: #fff;
}
.newslinktab a.label2:hover, .newslinktab a.label2.label_cr {
  background: #1E6019;
  color: #fff;
}
.newslinktab a.label3:hover, .newslinktab a.label3.label_cr {
  background: #2C6281;
  color: #fff;
}
.newslinktab a.label4:hover, .newslinktab a.label4.label_cr {
  background: #8F323C;
  color: #fff;
}
.newslinktab a.label5:hover, .newslinktab a.label5.label_cr {
  background: #4B328F;
  color: #fff;
}

/* page-archiveページのみ存在 */
.page-archive .newslinktab a.label1::after {
  content: "";
  position: absolute;
  border-top: 10px solid #6F7070;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: 0%;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
/* page-archiveページのみ存在 */

.newslinktab a.label2.label_cr::after {
  content: "";
  position: absolute;
  border-top: 10px solid #1E6019;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: 0%;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.newslinktab a.label3.label_cr::after {
  content: "";
  position: absolute;
  border-top: 10px solid #2C6281;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: 0%;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.newslinktab a.label4.label_cr::after {
  content: "";
  position: absolute;
  border-top: 10px solid #8F323C;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: 0%;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.newslinktab a.label5.label_cr::after {
  content: "";
  position: absolute;
  border-top: 10px solid #4B328F;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-left: 0%;
  bottom: -30px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}


.archivefbox1 .title-type01{
  text-align: left;
}
.newslistbox {
  margin-bottom: 20px;
  border-bottom: 1px dotted #101010;
}
.newslistbox .cat{
  margin-left: 5px;
  font-size: 10px;
  line-height: 1;
  border: 1px solid #eee;
  background: #6F7070;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .newslistbox .cat {
    margin-left: 2px;
    font-size: 8px;
    line-height: 1;
    border: 1px solid #eee;
    background: #6F7070;
    color: #fff;
    padding: 4px 4px;
    border-radius: 15px;
    letter-spacing: 1px;
}
}

.newslistbox .cat-information{
  background: #1E6019;
}
.newslistbox .cat-point{
  background: #2C6281;
}
.newslistbox .cat-recommended{
  background: #8F323C;
}
.newslistbox .cat-newitem{
  background: #4B328F;
}
.newslistbox .cat-shopitem{
  background: #9cb841;
}
.newslistbox .cat-uncat{
  background: #000;
}

.newslistbox .ttl{
  margin-top: 4px;
}

@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
    
}
@media only screen and (max-width: 767px) {
  .archivefbox1 {
    width: 100%;
    margin-right: 0;
  }
  .page-archive .title-type01 {
    text-align: center;
  }
  .archivefbox2 {
    width: 100%;
  }
}

/* 投稿画像スタイル */
.wp-block-image img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer_logo{
  width: 150px;
  max-width: 100%;
}

.item_icon_flex{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
}
.item_icon_flex li{
  width: calc(100% / 9);
  padding: 5px;
}
@media screen and (max-width: 820px) {
  .item_icon_flex li{
    width: calc(100% / 6);
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  .item_icon_flex li{
    width: calc(100% / 4);
    padding: 5px;
  }
}


/* メガ */
.megamenu_flex{
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.megamenu_flex .megalink{
  width: calc(100%/ 9);
}
.megalink a{
  padding: 5px;
  display: block;
}


.cmnnav ul li.haschild:hover .megamenu{
  visibility: visible;
}
.megamenu{
  border-radius: 5px;
  position: absolute;
  top: 80px;
  right: 50%;
  transform: translateX(50%);
  max-width: 900px;
  width: 100%;
  height: auto;
  padding: 1.5rem 1.5rem 2rem;
  background: #fff;
  visibility: hidden;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
  z-index: 1;
}

.megamenu::before{
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  height: 90px;
  width: 100%;
}
.cmnnav ul li .megamenu a::before,
.cmnnav ul li.nowpage .megalink a:before{
  display: none;
}
.cmnnav ul li .megamenu:hover .megalink img{
  transform: scale(1);
  transition: .3s;
}

.cmnnav ul li .megamenu:hover .megalink a:hover img{
  opacity: 0.7;
}
.navlist .megalink a:hover, .navlist .nowpage .megalink a {
  border-bottom: 0px solid #339900;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
.megamenu_flex,.megamenu{
 display: none; 
}
}
/* メガEND */

.greeting_area{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}