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

.fc-black {
  color: #000;
}

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

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

body {
  -webkit-font-smoothing: antialiased;
  color: #000;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
}

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

/*----------------------------------------------------------------------------------
		 								header 
------------------------------------------------------------------------------------*/
#header {
  z-index: 3;
  position: fixed;
  width: 100%;
  height: 65px;
  background-color: #fff;
}
#header a {
  color: #fff;
}
#header .header_logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  width: 147px;
  height: 50px;
}
@media only screen and (max-width: 869px) {
  #header .header_logo {
    z-index: 9999;
    width: 130px;
    height: 44px;
  }
}
#header .header_logo img {
  width: 100%;
}
#header .header_tel {
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  top: 21px;
  right: 100px;
}
@media only screen and (max-width: 869px) {
  #header .header_tel {
    right: 80px;
  }
}
#header .header_tel a {
  color: #0a1a67;
}
#header .globalNavi {
  position: absolute;
  top: -3px;
  right: 256px;
  bottom: 0;
  height: 17px;
  display: flex;
  margin: auto;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #header .globalNavi {
    right: 305px;
  }
}
@media only screen and (max-width: 869px) {
  #header .globalNavi {
    position: static;
    margin-top: 50px;
    display: block;
    text-align: center;
  }
}
#header .globalNavi li {
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #header .globalNavi li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 869px) {
  #header .globalNavi li {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
}
#header .globalNavi li a {
  color: #000;
}
#header .globalNavi li + li {
  margin-left: 38px;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  #header .globalNavi li + li {
    margin-left: 17px;
  }
}
@media only screen and (max-width: 869px) {
  #header .globalNavi li + li {
    margin-left: 0;
  }
}
#header .globalNavi li.h-tel {
  color: #0a1a67;
  text-align: center;
  font-size: 15px;
}

.downloadBtn {
  z-index: 9;
  position: fixed;
  top: 0;
  right: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 45px;
  color: #fff;
  background-color: #008c63;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.15em;
  margin: 10px 25px 0 0;
  border-radius: 40px;
  font-weight: bold;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  .downloadBtn {
    width: 140px;
    font-size: 12px;
    right: 125px;
  }
}
@media only screen and (max-width: 869px) {
  .downloadBtn {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 13px;
    display: none;
  }
}
.downloadBtn .tablet-br {
  display: none;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  .downloadBtn .tablet-br {
    display: block;
  }
}

.contactBtn {
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 65px;
  color: #fff;
  background-color: #0a1a67;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 870px) and (max-width: 1139px) {
  .contactBtn {
    width: 135px;
    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: #cbb052;
    color: #fff;
    padding: 15px 0;
    font-weight: bold;
    font-size: 14px;
  }
  .studio-contact .telNum a {
    color: #fff;
  }
  .studio-contact .mailBtn {
    width: 50%;
    float: left;
    background-color: #0a1a67;
    padding: 15px 0;
    font-weight: bold;
    font-size: 14px;
  }
  .studio-contact .mailBtn a {
    color: #fff;
  }
}

/*----------------------------------------------------------------------------------
		 								footer 
------------------------------------------------------------------------------------*/
#commonLinkSec {
  background-color: #252525;
  padding: 30px 20px 20px;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec {
    padding: 5px 0 0;
  }
}
#commonLinkSec .commonLinkSec_inner {
  max-width: 1088px;
  margin: 20px auto 0;
}
#commonLinkSec .commonLinkSec_box {
  padding: 50px 0 78px;
}
#commonLinkSec .commonLinkSec_box + .commonLinkSec_box {
  border-top: solid 1px #fff;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec .commonLinkSec_box {
    padding: 30px 0 55px;
  }
}
#commonLinkSec h5 {
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  text-align: center;
}
#commonLinkSec .nearListWrap {
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec .nearListWrap {
    width: calc(100% - 20px);
    margin: 40px auto 0;
  }
}
#commonLinkSec .nearListWrap .nearList_ttl {
  margin-top: -3px;
  font-size: 14px;
  letter-spacing: 0.15em;
}
#commonLinkSec .nearListWrap .nearList_ttl span {
  display: block;
  margin-top: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec .nearListWrap .nearList_ttl span {
    font-size: 20px;
  }
}
#commonLinkSec .nearListWrap .nearList_link {
  margin-top: 35px;
}
#commonLinkSec .nearListWrap .nearList_link a {
  border: solid 2px #fff;
  padding: 7px 24px;
  color: #fff;
  font-size: 17px;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec .nearListWrap .nearList_link a {
    padding: 7px 15px;
    font-size: 15px;
  }
}
#commonLinkSec .nearList_info {
  width: 190px;
  color: #fff;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec .nearList_info {
    width: 40%;
    margin: 0 5% 0 0;
  }
}
#commonLinkSec .nearList {
  display: flex;
  gap: 0 5px;
  width: calc(100% - 190px);
}
@media only screen and (max-width: 869px) {
  #commonLinkSec .nearList {
    display: block;
    width: 50%;
  }
}
#commonLinkSec .nearList li {
  width: 33.3%;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec .nearList li {
    width: 100%;
  }
}
#commonLinkSec .nearList li img {
  width: 100%;
}
#commonLinkSec .relatedList {
  display: flex;
  margin-top: 40px;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec .relatedList {
    display: block;
    width: 100%;
  }
}
#commonLinkSec .relatedList li {
  width: 33.3%;
}
@media only screen and (max-width: 869px) {
  #commonLinkSec .relatedList li {
    width: 100%;
  }
}
#commonLinkSec .relatedList li img {
  width: 100%;
}

#footer {
  box-sizing: border-box;
  width: 100%;
  padding: 85px 20px 80px;
  color: #fff;
  background-color: #000;
}
@media only screen and (max-width: 869px) {
  #footer {
    padding: 100px 20px 86px;
  }
}
#footer .footer_inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 869px) {
  #footer .footer_inner {
    display: block;
  }
}
#footer .footer_left {
  position: relative;
  width: calc(100% - 384px);
}
@media only screen and (max-width: 869px) {
  #footer .footer_left {
    margin-top: 98px;
    width: 100%;
  }
}
#footer .footer_right {
  width: 384px;
}
@media only screen and (max-width: 869px) {
  #footer .footer_right {
    width: 100%;
  }
}
#footer .footer_logo {
  width: 132px;
}
#footer .footer_logo img {
  width: 100%;
}
#footer .footer_adress {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 869px) {
  #footer .footer_adress {
    margin-top: 30px;
  }
}
#footer .footer_left_bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
#footer .footer_snsList {
  display: inline-flex;
}
#footer .footer_snsList li i {
  font-size: 24px;
  color: #fff;
}
#footer .footer_snsList li:first-child {
  position: relative;
  top: -3px;
  margin-right: 21px;
}
#footer .footer_snsList li:first-child img {
  width: 22px;
}
#footer .footer_snsList li:last-child {
  position: relative;
  top: -3px;
  margin-left: 21px;
}
#footer .footer_snsList li:last-child img {
  width: 22px;
}
#footer .footer_privacy {
  margin-left: 21px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
#footer .footer_privacy a {
  color: #fff;
  text-decoration: underline;
}
#footer .footer_copyRight {
  margin-top: 28px;
  font-size: 12px;
  letter-spacing: 0.1em;
  opacity: 0.5;
}
#footer .footer_copyRight sub {
  font-size: 18px;
}
#footer .footer_management span {
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 15px;
  padding: 0 10px;
  font-size: 13px;
}
#footer .footer_company {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#footer .footer_company img {
  width: 100px;
  margin-right: 21px;
}
#footer .footer_info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #fff;
}
#footer .footer_info dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#footer .footer_info dl dt {
  width: 75px;
  padding: 2px 0;
}
#footer .footer_info dl dd {
  width: calc(100% - 75px);
  padding: 2px 0;
}
#footer .footer_info dl dd a {
  color: #fff;
  text-decoration: underline;
}

.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 */