html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', futura-pt, sans-serif;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  color: #333;
  background: #FEF9EF;
}

ul {
  padding-left: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

a {
  color: #fff;
  text-decoration: none;
}

h1 {
  padding-top: 160px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.6rem;
  text-align: center;
}

.contents_area {
  width: 757px;
  margin: 56px auto 120px;
}

.contents_area > p, .contents_area h2, .contents_area span {
  font-size: 1.6rem;
  line-height: 2.7rem;
  letter-spacing: 0.05em;
}

.contents_area > h2 {
  font-weight: 700;
  margin-top: 40px;
}

.contents_area > span {
  margin-top: 40px;
  display: block;
  text-align: center;
}

.pc_header {
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 1;
  width: 100%;
  background: #fff;
}

.pc_header .header_content {
  width: 1140px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
  color: #333;
}

.pc_header img {
  margin-right: 80px;
  width: 100px;
  height: 51px;
}

.pc_header nav {
  margin-right: auto;
}

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

.pc_header nav ul li {
  margin-right: 33px;
}

.pc_header nav ul li:last-child {
  margin-right: 0;
}

.pc_header nav ul .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #333;
  text-align: center;
}

.pc_header nav ul .menu span:first-child {
  margin-bottom: 5.5px;
  font-family: futura-pt;
  font-weight: 300;
}

.pc_header nav ul .menu span:last-child {
  font-size: 1rem;
}

.pc_header .cntact_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.4rem;
  font-family: futura-pt;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-right: 16px;
}

.pc_header .cntact_number > img {
  margin-right: 8px;
}

.pc_header .line_btn {
  font-weight: 500;
  padding: 14px 45px;
  background: #06C755;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 0px #0D6933;
          box-shadow: 0px 4px 0px #0D6933;
  cursor: pointer;
}

.pc_header .line_btn:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.sp_header {
  display: none;
}

.sp_header .menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
}

.sp_header .menu-btn span {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #333;
  position: absolute;
}

.sp_header .menu-btn span:before, .sp_header .menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #333;
  position: absolute;
}

.sp_header .menu-btn span:before {
  bottom: 8px;
}

.sp_header .menu-btn span:after {
  top: 8px;
}

.sp_header #menu-btn-check {
  display: none;
}

.sp_header #menu-btn-check:checked ~ .menu-btn {
  background-color: #D8692A;
}

.sp_header #menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

.sp_header #menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}

.sp_header #menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #fff;
}

.sp_header #menu-btn-check:checked ~ .menu-content {
  top: 0 !important;
  visibility: visible;
}

.sp_header .menu_bar {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 0 12px 25px;
  background-color: #fff;
  z-index: 70;
}

.sp_header .menu_bar > a > img {
  width: 72px;
  height: 36px;
}

.sp_header .menu-content {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  visibility: collapse;
  top: -100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  background: #D8692A;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: scroll;
}

.sp_header .menu-content ul {
  text-align: center;
  padding-top: 106px;
}

.sp_header .menu-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  text-align: center;
}

.sp_header .menu-content ul li a span:first-child {
  margin-bottom: 5.5px;
  font-family: futura-pt;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3.1rem;
}

.sp_header .menu-content ul li a span:last-child {
  font-size: 1.4rem;
  line-height: 2rem;
  padding-bottom: 48px;
}

footer {
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
  padding: 24px 0 40px;
  background: #DCDCDC;
  text-align: center;
}

footer img {
  display: block;
  width: 265px;
  height: 135px;
  margin: 0 auto 42px;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

footer ul li {
  margin: 0 16px;
}

footer ul a {
  color: #333 !important;
}

@media (max-width: 1200px) {
  .pc_header {
    display: none;
  }
  .sp_header {
    display: block;
  }
  .contents_area {
    width: calc((375 - 50) / 375 * 100%);
  }
}
/*# sourceMappingURL=privacyPolicy.css.map */