@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  サイト全体共通css
=================================================================== */
/*----------------------------------------------------------------------------------
		 								body、リンク色etc
------------------------------------------------------------------------------------*/
/* pc sp */
@media only screen and (min-width: 870px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 869px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
}
/* style */
.fw-b {
  font-weight: bold;
}

.ta-c {
  text-align: center !important;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

/* 基本リンク色 */
a {
  text-decoration: none;
  cursor: pointer;
  color: #344337;
  transition: all 0.5s ease;
}

a:hover {
  opacity: 0.65;
  transition: all 0.5s ease;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #344337;
  background-color: #f9f3e9;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.03em;
  overflow: hidden;
}

main {
  padding-top: 80px;
}
@media only screen and (max-width: 869px) {
  main {
    padding-top: 50px;
  }
}

/*----------------------------------------------------------------------------------
		 								cvBar 
------------------------------------------------------------------------------------*/
.cvBar {
  z-index: 90;
  position: fixed;
  inset: auto auto 0 0;
  display: none;
  width: 100%;
}
@media only screen and (max-width: 869px) {
  .cvBar {
    display: flex;
  }
}
.cvBar .cvBar_dl {
  width: 50%;
}
.cvBar .cvBar_dl a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #fff;
  background-color: #ff5438;
  font-size: 10px;
  font-weight: 700;
}
.cvBar .cvBar_dl a img {
  margin-left: 5px;
}
.cvBar .cvBar_contact {
  width: 50%;
}
.cvBar .cvBar_contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
}

/*----------------------------------------------------------------------------------
		 								header 
------------------------------------------------------------------------------------*/
#header {
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #344337;
}
@media only screen and (max-width: 869px) {
  #header {
    height: 50px;
  }
}
#header a {
  color: #fff;
}
#header .header_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  width: 300px;
  height: 17px;
}
@media only screen and (max-width: 979px) {
  #header .header_logo {
    width: 250px;
  }
}
@media only screen and (max-width: 869px) {
  #header .header_logo {
    width: 218px;
    left: 20px;
  }
}
#header .header_logo a {
  display: inline-block;
}
#header .header_logo img {
  width: 100%;
  vertical-align: top;
}
#header .globalNavi {
  position: absolute;
  top: 0;
  right: 243px;
  bottom: 0;
  height: 35px;
  display: flex;
  margin: auto;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #header .globalNavi {
    right: 210px;
  }
}
@media only screen and (max-width: 869px) {
  #header .globalNavi {
    position: static;
    margin-top: 50px;
    display: block;
    text-align: center;
  }
}
#header .globalNavi li {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 979px) {
  #header .globalNavi li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 869px) {
  #header .globalNavi li {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
}
#header .globalNavi li a {
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
}
@media only screen and (max-width: 979px) {
  #header .globalNavi li a {
    padding: 8px 8px;
  }
}
@media only screen and (max-width: 869px) {
  #header .globalNavi li a {
    color: #fff;
  }
}
@media only screen and (max-width: 869px) {
  #header .globalNavi li:nth-child(4) a {
    padding: 8px 20px;
    color: #fff;
    background-color: #ff5438;
  }
}
#header .globalNavi li:last-child {
  margin-left: 12px;
}
@media only screen and (max-width: 869px) {
  #header .globalNavi li:last-child {
    margin-left: 0;
  }
}
#header .globalNavi li:last-child a {
  padding: 8px 20px;
  color: #fff;
  border: solid 1px #fff;
  background-color: #ff5438;
}
@media only screen and (max-width: 979px) {
  #header .globalNavi li:last-child a {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 869px) {
  #header .globalNavi li:last-child a {
    color: #344337;
    background-color: #fff;
  }
}

.contactBtn {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 80px;
  color: #a15e28;
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  .contactBtn {
    width: 190px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 869px) {
  .contactBtn {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    display: none;
  }
}

.studio-contact {
  display: none;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  .studio-contact {
    display: none;
  }
}
@media only screen and (max-width: 869px) {
  .studio-contact {
    display: block;
    border: 0;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 8;
  }
  .studio-contact .telNum {
    width: 50%;
    float: left;
    background-color: #fff;
    color: #000;
    padding: 15px 0;
    font-weight: bold;
    font-size: 15px;
  }
  .studio-contact .mailBtn {
    width: 50%;
    float: left;
    background-color: #ed2d25;
    padding: 15px 0;
    font-weight: bold;
    font-size: 15px;
  }
  .studio-contact .mailBtn a {
    color: #fff;
  }
}

/*----------------------------------------------------------------------------------
		 								footer 
------------------------------------------------------------------------------------*/
#commonLinkSec {
  background-color: #252525;
  padding: 120px 20px 148px;
}
@media only screen and (max-width: 869px) and (max-width: 869px) {
  #commonLinkSec {
    padding: 80px 0 0;
  }
}
#commonLinkSec h5 {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: center;
}
#commonLinkSec ul {
  display: flex;
  width: 1088px;
  margin: 20px auto 0;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec ul {
    display: block;
    width: 100%;
  }
}
#commonLinkSec ul li {
  width: 33.3%;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec ul li {
    width: 100%;
  }
}
#commonLinkSec ul li img {
  width: 100%;
}

.footer {
  margin: 0;
  padding: 76px 50px 25px;
  background-color: #545252;
  color: #ffffff;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  .footer {
    padding: 60px 50px 80px;
  }
}
@media only screen and (max-width: 869px) {
  .footer {
    padding: 40px 30px 130px;
  }
}
@media only screen and (max-width: 869px) {
  .footer.contact_footer {
    padding: 25px 30px 90px;
  }
}
.footer .footer__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__nav {
    display: block;
    padding: 0;
  }
}
.footer .footer__nav .footer__office {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__nav .footer__office {
    display: block;
  }
}
.footer .footer__nav .footer__office li {
  margin: 0;
  padding: 0 15px;
  border-right: #ffffff solid 3px;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__nav .footer__office li {
    margin: 0;
    padding: 0;
    border-right: none;
    border-bottom: #ffffff solid 2px;
  }
}
.footer .footer__nav .footer__office li:first-child {
  border-left: #ffffff solid 3px;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__nav .footer__office li:first-child {
    border-left: none;
  }
}
.footer .footer__nav .footer__office li a {
  color: #ffffff;
  letter-spacing: 1px;
  letter-spacing: 0.15em;
  font-weight: 700;
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 959px) {
  .footer .footer__nav .footer__office li a {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer__nav .footer__office li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 374px) {
  .footer .footer__nav .footer__office li a {
    letter-spacing: normal;
    font-size: 14px;
  }
}
.footer .footer__about {
  margin: 0 auto;
  padding: 30px 0 0;
  max-width: 814px;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about {
    padding: 50px 0 0;
  }
}
.footer .footer__about .footer__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex {
    display: block;
  }
}
.footer .footer__about .footer__flex .footer__logo {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media print, screen and (max-width: 959px) {
  .footer .footer__about .footer__flex .footer__logo img {
    width: 120px;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__logo {
    margin: 0 0 30px;
    text-align: center;
  }
}
.footer .footer__about .footer__flex .footer__operating {
  margin: 0;
  padding: 0;
  width: calc(100% - 198px);
}
@media print, screen and (max-width: 959px) {
  .footer .footer__about .footer__flex .footer__operating {
    width: calc(100% - 160px);
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating {
    width: auto;
  }
}
.footer .footer__about .footer__flex .footer__operating dl {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 17px;
  padding: 0;
  letter-spacing: normal;
}
@media print, screen and (max-width: 959px) {
  .footer .footer__about .footer__flex .footer__operating dl {
    display: block;
  }
}
.footer .footer__about .footer__flex .footer__operating dl dt {
  /*text-decoration:underline;*/
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
@media print, screen and (max-width: 959px) {
  .footer .footer__about .footer__flex .footer__operating dl dt {
    margin: 0 0 17px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating dl dt {
    margin: 0 0 9px;
    text-align: center;
  }
}
.footer .footer__about .footer__flex .footer__operating dl dd {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.footer .footer__about .footer__flex .footer__operating dl dd span {
  padding: 0 0 0 15px;
  font-weight: 500;
  font-size: 11px;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating dl dd span {
    display: block;
    padding: 0;
  }
}
@media print, screen and (max-width: 959px) {
  .footer .footer__about .footer__flex .footer__operating dl dd {
    margin: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating dl dd {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6em;
  }
}
.footer .footer__about .footer__flex .footer__operating p {
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 13px;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating p {
    margin: 0 0 40px;
    line-height: 1.8em;
  }
}
.footer .footer__about .footer__flex .footer__operating .footer__links {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 60px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating .footer__links {
    display: block;
    margin: 0 0 30px;
    text-align: center;
  }
}
.footer .footer__about .footer__flex .footer__operating .footer__links .footer__companyLinks {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 0;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating .footer__links .footer__companyLinks {
    align-items: flex-start;
    justify-content: center;
    margin: 0 0 50px;
    width: 100%;
  }
}
.footer .footer__about .footer__flex .footer__operating .footer__links .footer__companyLinks li {
  margin: 0 15px;
  padding: 0;
  line-height: 0;
}
.footer .footer__about .footer__flex .footer__operating .footer__links .footer__companyLinks li img {
  width: auto;
  height: 40px;
}
@media print, screen and (max-width: 959px) {
  .footer .footer__about .footer__flex .footer__operating .footer__links .footer__companyLinks li img {
    height: 34px;
  }
}
.footer .footer__about .footer__flex .footer__operating .footer__links .footer__snsLinks {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating .footer__links .footer__snsLinks {
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
}
.footer .footer__about .footer__flex .footer__operating .footer__links .footer__snsLinks li {
  margin: 0 0 0 30px;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .footer .footer__about .footer__flex .footer__operating .footer__links .footer__snsLinks li {
    margin: 0 8px;
  }
}
.footer .footer__about .footer__flex .footer__operating .footer__links .footer__snsLinks li a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.footer .footer__about .footer__copyright {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
.footer .footer__about .footer__copyright a {
  display: inline-block;
  padding: 0 10px 0 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
}

.plan-wrapper {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
  z-index: 50;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  .plan-wrapper {
    width: 300px;
  }
}
@media only screen and (max-width: 869px) {
  .plan-wrapper {
    width: 300px;
    bottom: 10px;
    right: 3%;
    max-width: 55%;
  }
}
.plan-wrapper .plan-bnr {
  border-radius: 10px;
}
.plan-wrapper .plan-bnr .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5);
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  cursor: pointer;
}
@media only screen and (max-width: 869px) {
  .plan-wrapper .plan-bnr .close-btn {
    width: 24px;
    height: 24px;
    font-size: 17px;
  }
}
.plan-wrapper .plan-bnr a {
  display: block;
}
.plan-wrapper .fix-img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: 10px;
}/*# sourceMappingURL=common.css.map */