html,
body {
  font-family: 'Noto Sans JP', sans-serif;
  overflow-x: hidden;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover {
  opacity: 0.6;
}

body {
  background-color: #FFFBC6;
  color: #583E14;
}

@media only screen and (max-width: 320px) {
  body {
    zoom: 0.93;
  }
}

.fontEn {
  font-family: 'Montserrat', sans-serif;
}

h2 {
  text-align: center;
  font-size: 46px;
  font-weight: 900;
  padding: 50px 0 20px 0;
}

@media only screen and (max-width: 800px) {
  h2 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 560px) {
  h2 {
    font-size: 24px;
    padding-top: 20px;
  }
}

h2 span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
}

@media only screen and (max-width: 560px) {
  h2 span {
    font-size: 13px;
  }
}

.annotation {
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}

@media screen and (min-width: 560px) {
  .br-sp {
    display: none;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 560px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.header {
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 3px 30px #0000001A;
          box-shadow: 0px 3px 30px #0000001A;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1180px) {
  .header {
    height: 70px;
  }
}

.logo_area {
  padding-left: 32px;
  padding-top: 25px;
}

@media (max-width: 1180px) {
  .logo_area {
    padding-left: 15px;
    padding-top: 17px;
  }
}

@media (max-width: 1180px) {
  .logo_area img {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 550px) {
  .logo_area img {
    width: 160px;
    height: auto;
  }
}

@media (max-width: 320px) {
  .logo_area img {
    width: 130px;
    height: auto;
    margin-top: 5px;
  }
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav ul {
  padding-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav ul li {
  margin-right: 50px;
}

nav ul li a {
  color: #DB576C;
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

nav .contact_area a {
  display: block;
  color: #fff;
  background-color: #DB576C;
  background-image: url(../img/icon-header-mail.svg);
  background-repeat: no-repeat;
  background-position: 30px center;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 900;
  padding: 35.5px 35px 35.5px 83px;
}

@media (max-width: 1180px) {
  nav .contact_area a {
    display: none;
  }
}

.sm_area {
  display: none;
}

@media (max-width: 1180px) {
  .sm_area {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm_area .contact_area {
    background-color: #DB576C;
    width: 85px;
    text-align: center;
  }
  .sm_area .contact_area a {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -0.01em;
  }
  .sm_area .contact_area a img {
    display: block;
    width: 35px;
    padding-right: 3px;
    height: auto;
    margin: 15px auto 8px auto;
  }
}

@media (max-width: 1180px) {
  .hamburger {
    position: relative;
    width: 85px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    background: #F8F4F4;
  }
}

.hamburger_label {
  color: #D2000F;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-top: 45px;
  padding: 0 25px;
}

.hamburger span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  left: 28px;
  text-align: center;
  background: #D2000F;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 15px;
}

.hamburger span:nth-child(2) {
  top: 25px;
}

.hamburger span:nth-child(3) {
  top: 35px;
}

.hamburger.active span:nth-child(1) {
  top: 28px;
  left: 27px;
  background: #D2000F;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 28px;
  background: #D2000F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1180px) {
  nav.globalMenuSp {
    color: #DB576C;
    text-align: center;
    width: 100%;
    display: none;
    margin-top: 70px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  nav.globalMenuSp ul {
    width: 100%;
    display: block;
    background-color: #fff;
    padding-top: 0;
  }
  nav.globalMenuSp ul li {
    padding: 0 20px;
    text-align: left;
    width: 100%;
    -webkit-transition: .4s all;
    transition: .4s all;
    border-bottom: 2px solid #DB576C;
  }
  nav.globalMenuSp ul li:last-child {
    border-bottom: none;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: #DB576C;
    padding: 1em 0;
    text-decoration: none;
  }
  nav.globalMenuSp.active {
    display: block;
    color: #DB576C;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
  }
}



.contact {
  background-color: #F298A6;
}

.contact h2 {
  color: #fff;
}

.contact h2 span {
  opacity: 0.53;
}

.contact p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media only screen and (max-width: 560px) {
  .contact p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 320px) {
  .contact p {
    letter-spacing: 0em;
  }
}

.contact-btn {
  margin-top: 38px;
  text-align: center;
}

@media only screen and (max-width: 560px) {
  .contact-btn {
    margin-top: 18px;
  }
}

.contact-btn a {
  width: 668px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 40px 40px 0;
  display: block;
  color: #DB576C;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 0.05em;
  background-image: url(../img/btn-mousikomi-arrow.svg);
  background-repeat: no-repeat;
  background-position: 93.5% center;
}

@media only screen and (max-width: 800px) {
  .contact-btn a {
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: 92% center;
  }
}

@media only screen and (max-width: 560px) {
  .contact-btn a {
    width: 80%;
    font-size: 16px;
    border-radius: 10px;
    padding: 15px 20px;
    background-size: 17px 16px;
    background-position: 96% center;
  }
}

.contact-btn a:hover {
  opacity: 0.7;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

@media only screen and (max-width: 560px) {
  #page-top {
    right: 15px;
  }
}

#page-top a {
  background: #77C3E0;
  text-decoration: none;
  color: #fff;
  width: 45px;
  height: 45px;
  padding: 13.5px;
  text-align: center;
  display: block;
  border-radius: 50%;
  opacity: 0.9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#page-top a:hover {
  opacity: .5;
}

footer {
  position: relative;
  margin: auto;
  padding-bottom: 20px;
  background-image: url(../img/bg-footer.jpg);
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  background-position: right top;
  background-size: 100%;
}

@media (max-width: 1180px) {
  footer {
    background-size: 120%;
    background-position: -20px bottom;
  }
}

@media (max-width: 960px) {
  footer {
    background-size: 140%;
    background-position: -20px bottom;
  }
}

@media (max-width: 550px) {
  footer {
    background-size: 160%;
    background-position: -20px -55px;
    padding-bottom: 10px;
  }
}

@media (max-width: 320px) {
  footer {
    background-size: 180%;
    background-position: -20px -40px;
  }
}

footer .footer_logoarea {
  padding: 130px 0 80px 0;
}

@media only screen and (max-width: 800px) {
  footer .footer_logoarea {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 560px) {
  footer .footer_logoarea {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}

footer .footer_logoarea a {
  display: block;
}

footer .footer_logoarea a img {
  width: 390px;
  height: auto;
}

@media only screen and (max-width: 800px) {
  footer .footer_logoarea a img {
    margin-top: 20px;
    width: 40%;
  }
}

@media only screen and (max-width: 560px) {
  footer .footer_logoarea a img {
    margin-top: 20px;
    width: 45%;
  }
}

@media only screen and (max-width: 560px) {
  footer .footer_joycal_logoarea img {
    width: 35%;
    height: auto;
  }
}

footer .footer_menu {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 560px) {
  footer .footer_menu {
    margin: 15px 0 10px;
		flex-wrap: wrap;
		padding-bottom: 10px;
  }
	footer .footer_menu li:last-child{
		width: calc(100% - 30px);
	}
	footer .footer_menu li:last-child a{
		width: 100%;
		margin-top: 20px;
	}
}

footer .footer_menu li a {
  color: #fff;
  background-image: url(../img/icon-otherlink.png);
  background-repeat: no-repeat;
  background-position: right 8px;
  background-size: 15px;
  padding-right: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
/* 
footer .footer_menu li:first-child a {
  margin-right: 35px;
} */

@media only screen and (max-width: 560px) {
  footer .footer_menu li a {
    width: 150px;
    font-size: 80%;
    letter-spacing: 0;
    display: block;
    text-align: center;
    padding: 6px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 10px;
    background-image: url(../img/icon-otherlink-b.png);
    background-position: 90% 52%;
    background-size: 10px;
  }
  footer .footer_menu li:first-child a {
    margin-right: 15px;
  }
  footer .footer_menu li:last-child a {
    padding-right: 15px;
  }
}

footer small {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

@media only screen and (max-width: 560px) {
  footer small {
    font-size: 65%;
  }
}

@media only screen and (max-width: 560px) {
  .scrollable {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 560px) {
  .scrollable img {
    width: 480px;
  }
}

@media only screen and (max-width: 560px) {
  .teigaku-sp img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 320px) {
  .teigaku-sp img {
    width: 260px;
  }
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 100;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
/*# sourceMappingURL=style.css.map */

/* 無料相談　注意書き */
.contact_notes{
	text-align: center;
	background-color: #F298A6;
	border-radius: 10px;
	width: 90%;
	margin: 0 auto 30px;
	padding: 30px;
}
.contact_notes p{
	color: #fff;
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 0px;
}
.contact_notes p .brPc{display: none;}

.contact .contact_notes{
	width: 85%;
	padding: 25px;
	border: 3px solid #fff;
	margin-top: 20px;
}
.contact .contact_notes p{
	font-size: 14px;
	letter-spacing: 1px;
}
@media (max-width: 320px){
	.contact_notes{
		padding: 20px;
	}
	.contact_notes p{
		font-size: 19px;
	}
}
@media (min-width: 768px){
	.contact .contact_notes p{
		font-size: 18px;
	}
}
@media (min-width: 960px){
	.contact_notes p .brPc{display: inline;}
	.contact_notes{
		width: 960px;
		padding: 50px 0px;
	}
	.contact_notes p{
		font-size: 24px;
		letter-spacing: 2px;
		line-height: 2;
	}
	.contact .contact_notes{
		width: 900px;
		margin-top: 40px;
	}
	.contact .contact_notes p{
		font-size: 24px;
	}
}

