/*
Theme Name:  2024renewal
Author:  xbs Inc.
Author URI:  https://www.xbs.co.jp/
Template:  original
Version:  1.0
*/
@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------- reset */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
ul, li {
  list-style: none;
}
a, a:link, a:visited {
  color: #265280;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media all and (min-width:481px) and (max-width:1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
* {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1em;
  letter-spacing: 1px;
  color: #333333;
}
body {
  background-image: url("/wp-content/themes/2024renewal/img/bg.png")
}
#wrapper {
  width: 100%;
  text-align: center;
}
.contents {
  max-width: 1140px;
  margin: 0 auto 50px;
}
header {
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  background: #FFF;
  box-shadow: 0px 7px 6px -3px rgba(138, 138, 138, 0.65);
  z-index: 9999;
}
header nav li.current {
  background: #f0f0f0;
}
#header01 {
  background: #265280;
}
.headerContents {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
.headerContents ul {
  display: flex;
  align-items: center;
}
.headerLeft {
  padding: 15px;
}
.headerLeft .logo img {
  max-height: 60px;
}
.headerLeft .logo a, .headerLeft .logo h1 a {
  display: flex;
}
.headerLeft .logo a span {
  padding: 21px 0 0 15px;
  font-weight: 600;
  color: #007945;
  font-size: 20px;
}
.headerRight {
  display: flex;
  padding: 28px 0 0;
}
.snsBox ul li {
  padding: 0 10px 0 0;
}
.cvBtnBox a {
  color: #FFF;
  text-decoration: none;
  padding: 10px;
  z-index: 999;
}
.cvBtnBox a:link, .cvBtnBox a:visited {
  color: #FFF;
  text-decoration: none;
}
.cvBtnBox ul li {
  margin: 0 5px 0 0;
}
.cvBtnBox ul li:nth-child(1) {
  margin: 0 2px 0 0;
}
.cvBtnBox ul li:nth-child(1) a {
  background: #6492b8;
  padding: 8px 30px;
  font-size: 15px;
}
.cvBtnBox ul li:nth-child(2) a {
  background: #4e7a55;
  padding: 8px 30px;
  font-size: 15px;
}
.cvBtnBox ul li:last-child a::before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 20px;
  background-image: url(/wp-content/themes/2024renewal/img/icon_request.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -5px;
}
.cvBtnBox ul li form {
  display: flex;
  justify-content: center;
}
.cvBtnBox ul li form  input[type="text"] {
  border: none;
  padding: 8px;
  width: 180px;
}

form input[type="text"] {
  padding: 8px;
width: 70%;
}
form input[type="submit"] {
  background: #83949f;
  border: none;
  color: #fff;
  padding: 8px;
}
.btnBox {
  margin: auto;
  padding: 35px;
  width: 25%;
}
.btnBox a {
  display: block;
  padding: 15px;
  background: #ffff;
  text-align: center;
  border: #cccccc 1px solid;
}
.btnBox a:hover {
  background: #ededed;
}
/*----------------------------------------------------------- pageTitle */
#pnkz {
  padding: 176px 20px 0;
  text-align: left;
  font-size: 80%;
  max-width: 1100px;
  margin: auto;
  line-height: 1.4em;
}
#pnkz a {
  text-decoration: none;
}
#pnkz br {display: none;}

#pageTitle h1 {
    padding: 50px 0 30px;
    font-size: 26px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.4em;
}
#pageTitle h1 small {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  padding: 10px 0 0;
  font-size: 13px;
  color: #007945;
  font-weight: 400;
  letter-spacing: 3px;
}
/*----------------------------------------------------------- section */
p {
  font-size: 16px;
  line-height: 1.6em;
}
/*----------------------------------------------------------- footer */
footer {
  background: #e9e9e9;
}
#footer01 {
  display: flex;
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}
#footer02 {
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding: 10px 0 50px;
    border-top: 1px solid #606264;
}
#footer02 .footerLeft {
width: 288px;
}

.footerLeft {
    padding: 0 20px 30px 0;
    display: flex;
    align-items: baseline;
}
.footerRight {
    padding: 12px 6px 0;
}
.footerRight ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footerRight ul li {
    padding: 0 10px;
    border-right: 1px solid #333;
    margin: 0 0 20px;
}
.footerRight ul li a {
    color: #333;
    display: block;
    padding: 0 15px;
}
.footerRight ul li a:link, .footerRight ul li a:visited {
  color: #333;
}
.footerRight #f02 {
    border-bottom: 1px solid #b3b2b2;
    margin: 0 0 20px;
}

footer address {
  padding: 30px 0;
  font-style: normal;
  font-size: 80%;
  background: #265280;
  color: #ffffff;
  font-weight: 300;
}
/*----------------------------------------------------------- mobile */
@media screen and (max-width: 1280px) {
  .cvBtnBox ul li:nth-child(1) a {
    padding: 10px 15px;
  }
  .cvBtnBox ul li:nth-child(2) a {
    padding: 10px 15px;
  }
#footer01 {
    padding: 50px 20px 0;
    flex-flow: column;
}
#footer02 {
    padding: 0 20px 50px;
}
#footer02 .footerLeft {
    display: none;
}
}
/*----------------------------------------------------------- tablet */
@media screen and (max-width: 1024px) {
.cvBtnBox {
    margin: 0 25px 0 0;
}
  .cvBtnBox ul li form {
    display: none;
  }
  .headerRight {
    padding: 35px 60px 0;
  }
  form input[type="submit"] {
    padding: 10px;
  }
  #footer01 .footerLeft {
    padding: 0 20px 20px 0;
    justify-content: center;
}

}

/*----------------------------------------------------------- 940px  */

@media screen and (max-width: 940px) {
.cvBtnBox a:link, .cvBtnBox a:visited {
    white-space: nowrap;
}
}



/*----------------------------------------------------------- smartphone  */
@media screen and (max-width: 910px) {

  #pnkz {
    padding: 90px 20px 0;
  }
  .headerLeft {
    padding: 10px 5px;
  }
  .headerLeft .logo img {
    max-height: 30px;
  }
  .headerRight {
    padding: 15px 10px 0 0;
  }
  .cvBtnBox ul li:nth-child(1) a {
    padding: 5px;
    font-size: 10px;
  }
  .cvBtnBox ul li:nth-child(2) a {
    padding: 5px;
    font-size: 10px;
  }
  .contents {
    margin: 0 20px 0;
  }
#footer01 {
    padding: 20px 20px 0;
    flex-flow: column;
}
#footer02 {
    padding: 5px 20px 20px;
    flex-flow: column;
}
.footerLeft {
    justify-content: center;
  }
.footerRight ul {
    justify-content: center;
  }
.footerRight ul li {
    text-align: center;
    display: flex;
    justify-content: center;
  }
.footerRight ul li a {
    border-right: none;
    font-size: 85%;
    color: #333;
    display: block;
    padding: 0 4px;
}
#footer02 {
    justify-content: center;
}
}
/*----------------------------------------------------------- 580px  */
@media screen and (max-width: 580px) {
  .cvBtnBox ul li:nth-child(4) {
    display: none;
  }
}

/*----------------------------------------------------------- 480px  */
@media screen and (max-width: 480px) {
  .contents {
    margin: 0;
  }
.footerRight ul {
    justify-content: flex-start;
  }
.footerRight ul li {
    justify-content: flex-start;
  }
.footerRight ul li a {
    font-size: 13px;
  }
  .menu form input[type="text"] {
    width: 240px;
  }
}




:target::before {
    content:"";
    display:block;
    height:150px;       /* ���瀡�������B ����H�E⡦Aheight:3rem; ���⣁E���������ࡦ�ࡦ�ࡦB*/
    margin:-150px 0 0;  /* height���ޥ��ʥ��ͣ�E��0�� ����H�E⡦Amargin:-3rem 0 0; */
}