/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  min-width: 800px;
  font-family: "Noto sans JP";
}

@media screen and (max-width: 767px) {
  body {
    max-width: 100%;
    width: 100%;
    min-width: auto;
    width: 100%;
  }
}
.Serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 700 !important;
}

.headerSP {
  display: none;
}

@media screen and (max-width: 767px) {
  .headerSP {
    display: block;
  }
  .headerSP_SP {
    width: 100%;
    min-width: 100%;
  }
}
.header {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  height: 405px;
  background-image: url(img/pp_main_pic.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .header {
    display: none;
  }
}
.header__mask {
  position: absolute;
  max-width: 80%;
  width: 80%;
  height: 330px;
  background-color: rgba(255, 255, 255, 0.6980392157);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .header__mask {
    display: none;
  }
}
.header__caption {
  position: absolute;
  top: 55%;
  left: 76%;
  z-index: 10;
}
.header__text {
  position: absolute;
  max-width: 703px;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #dc3e38;
  text-align: center;
  line-height: 48px;
  font-weight: 900;
  z-index: 10;
}
.header__text_first {
  font-size: 2rem;
  line-height: 1.6;
}
.header__text_second {
  font-size: 5.2rem;
  line-height: 1.4;
}
.header__text_third {
  font-size: 3.3em;
  line-height: 1.29;
}
.header__text_huge {
  font-size: 4.58rem;
  line-height: 1.29em;
}
.header__text_fourth {
  font-size: 3.3rem;
  line-height: 1.29em;
}

.pointCardGroup {
  margin: 0 auto;
  max-width: 800px;
  min-width: 800px;
  width: 100%;
  height: 550px;
  background-color: rgba(211, 211, 211, 0.2);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .pointCardGroup {
    max-width: 100%;
    min-width: auto;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
.pointCardGroup__header {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pointCardGroup__header {
    margin-bottom: 10px;
  }
}
.pointCardGroup__header .pointCardGroup__title {
  font-size: 1.75rem;
  font-weight: 600;
  white-space: nowrap;
  padding-top: 40px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .pointCardGroup__header .pointCardGroup__title {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding-top: 10px;
  }
}
.pointCardGroup__list {
  display: grid;
  grid-template-columns: repeat(3, 240px);
  justify-content: center;
  gap: 25px 15px;
}
@media screen and (max-width: 767px) {
  .pointCardGroup__list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    min-width: 100%;
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 10px;
    place-items: center;
  }
}
@media screen and (max-width: 767px) {
  .pointCardGroup__list span {
    font-size: 1.5rem;
    line-height: 1.5;
    width: 100%;
    max-width: 100%;
  }
}
.pointCardGroup__unit {
  width: 240px;
  height: 180px;
  overflow: hidden;
  border-radius: 30px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .pointCardGroup__unit {
    height: 110px;
    width: 95%;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .pointCardGroup__unit span {
    line-height: 1.5;
    text-align: center;
    font-size: 1rem;
  }
}
.pointCardGroup__unit__point {
  text-align: center;
  margin-top: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .pointCardGroup__unit__point {
    margin-top: 5px;
  }
}
.pointCardGroup__unit__point_redUpperCase {
  font-size: 1.625rem;
  color: #DC3E38;
  font-weight: 600;
}
.pointCardGroup__unit__point_regularCharacter {
  font-size: 1.4rem;
  color: #333333;
  font-weight: 600;
}
.pointCardGroup__unit_top {
  width: 100%;
  height: 50px;
  background-color: #DC3E38;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pointCardGroup__unit_top {
    height: 25px;
  }
}
.pointCardGroup__unit_top span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 600;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .pointCardGroup__unit_top span {
    font-size: 0.875rem;
  }
}

.pricingTable {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pricingTable {
    padding-bottom: 0px;
  }
}
.pricingTable .tatoeba {
  width: 90%;
  min-width: 750px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .pricingTable .tatoeba {
    display: none;
  }
}
.pricingTable__heading {
  width: 249px;
  height: 70px;
  margin-top: 60px;
  margin: 60px auto 0;
  position: relative;
  border-radius: 10px;
  border: 3px solid #292D78;
}
@media screen and (max-width: 767px) {
  .pricingTable__heading {
    width: 120px;
    height: 50px;
    margin-top: 20px;
    min-width: 120px;
  }
}
.pricingTable__heading_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  line-height: 1.25;
}
.pricingTable__heading_text .wrapper_top {
  font-size: 2rem;
  font-weight: 600;
  color: #292D78;
}
@media screen and (max-width: 767px) {
  .pricingTable__heading_text .wrapper_top {
    font-size: 1.2rem;
  }
}
.pricingTable__heading_text .wrapper_foot {
  font-size: 1rem;
  font-weight: 400;
  color: #292D78;
}
@media screen and (max-width: 767px) {
  .pricingTable__heading_text .wrapper_foot {
    font-size: 0.7rem;
  }
}
.pricingTable .base {
  text-align: center;
  margin-top: 30px;
}
.pricingTable .base .basic {
  font-size: 2rem;
  font-weight: 600;
  color: #333333;
}
.pricingTable .base .yen {
  font-size: 2rem;
  font-weight: 600;
  color: #D8127E;
}
.pricingTable .base .price {
  font-size: 4rem;
  font-weight: 600;
  color: #D8127E;
}
@media screen and (max-width: 767px) {
  .pricingTable .base .basic {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .pricingTable .base .yen {
    font-size: 1.2rem;
    font-weight: 600;
    color: #D8127E;
  }
  .pricingTable .base .price {
    font-size: 2.4rem;
    font-weight: 600;
    color: #D8127E;
  }
}
.pricingTable .discription {
  text-align: center;
  margin-bottom: 20px;
}
.pricingTable .discription .top {
  color: #D8127E;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}
.pricingTable .discription .bottom {
  line-height: 1.5;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .pricingTable .discription .top {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8;
  }
  .pricingTable .discription .bottom {
    line-height: 1.5;
    font-size: 0.75rem;
  }
}
.pricingTable__lead {
  max-width: 750px;
  min-width: 750px;
  height: auto;
  border-radius: 50px;
  margin: 16px auto 0 auto;
  display: flex;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .pricingTable__lead {
    display: block;
    padding-top: 10px;
    width: 95%;
    min-width: 290px;
    margin: 0 auto;
    text-align: center;
  }
}
.pricingTable__lead_basic {
  font-size: 1rem;
  flex-wrap: nowrap;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .pricingTable__lead_basic {
    font-size: 1rem;
    padding: 0;
  }
}
.pricingTable__lead_yenMark {
  font-weight: 900;
  font-size: 2.5rem;
  color: #FFF005;
}
@media screen and (max-width: 767px) {
  .pricingTable__lead_yenMark {
    font-size: 1rem;
    padding: 0;
  }
}
.pricingTable__lead_price {
  font-size: 2.5rem;
  font-weight: 900;
  color: #FFF005;
}
@media screen and (max-width: 767px) {
  .pricingTable__lead_price {
    font-size: 2rem;
    padding: 0;
  }
}
.pricingTable__leadColum {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .pricingTable__leadColum {
    text-align: center;
    padding: 0;
    margin-top: 15px;
    padding: 0;
  }
}
.pricingTable__leadColum_top {
  font-size: 2.625rem;
  font-weight: 600;
  color: #FFF005;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .pricingTable__leadColum_top {
    font-size: 1.5rem;
  }
}
.pricingTable__leadColum_bottom {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.5;
}
.pricingTable__sample1 {
  max-width: 1280px;
}

.sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_img {
    display: block;
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;
  }
}

.unitPrice {
  max-width: 800px;
  border: 5px solid #D8127E;
  margin: 70px auto 70px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .unitPrice {
    width: 95%;
    min-width: 90%;
    margin: 50px auto 10px;
    border: 1px solid #D8127E;
  }
}
.unitPrice__tittle {
  font-size: 2rem;
  display: inline-block;
  border: 1px solid #D8127E;
  border-radius: 50px;
  width: 200px;
  height: 50px;
  text-align: center;
  color: #333333;
  background: #FFFFFF;
  line-height: 1.5;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .unitPrice__tittle {
    font-size: 1.5rem;
    line-height: 1.5;
    height: 40px;
    top: -20px;
    width: 150px;
  }
}
.unitPrice__container {
  display: flex;
  width: 50%;
  height: 104px;
  justify-content: center;
  margin-top: 48px;
  min-width: 350px;
}
@media screen and (max-width: 767px) {
  .unitPrice__container_top {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .unitPrice__container {
    min-width: 100%;
    width: 100%;
    margin-top: 20px;
    height: auto;
  }
}
.unitPrice__container_a3 {
  position: relative;
  z-index: 1;
}
.unitPrice__container_a3 .backgroundYellow {
  position: absolute;
  width: 90%;
  height: 120%;
  background-color: #FFF005;
  z-index: -1;
  top: -15%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .unitPrice__container_a3 .backgroundYellow {
    width: 97%;
    height: 110%;
    max-width: 370px;
  }
}
.unitPrice__container_a3 img {
  width: 60px;
  height: 40px;
  position: absolute;
  top: -40%;
  left: 7%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .unitPrice__container_a3 img {
    display: none;
  }
}
.unitPrice__size {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .unitPrice__size {
    position: relative;
  }
}
.unitPrice__size img {
  display: none;
}
@media screen and (max-width: 767px) {
  .unitPrice__size img {
    display: block;
    position: absolute;
    width: 40px;
    height: auto;
    top: -28px;
    left: -10px;
  }
}
.unitPrice__size_top {
  font-size: 1.75rem;
  line-height: 1.25;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .unitPrice__size_top {
    font-size: 1.3rem;
  }
}
.unitPrice__size_bottom {
  font-size: 2.75rem;
  line-height: 1.25;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .unitPrice__size_bottom {
    font-size: 2.2rem;
  }
}
.unitPrice__size_topOnde {
  font-size: 0.75rem;
  line-height: 1.25;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .unitPrice__size_topOnde {
    font-size: 0.58rem;
  }
}
.unitPrice__size_bottomOnde {
  font-size: 3.5rem;
  line-height: 1.4;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .unitPrice__size_bottomOnde {
    font-size: 2.6rem;
  }
}
.unitPrice__category {
  display: flex;
  flex-direction: column;
}
.unitPrice__category_gross {
  font-size: 1.75rem;
  color: #D8127E;
  border: 1px solid #D8127E;
  border-radius: 10px;
  line-height: 1.25;
  margin: 0 0 0.875rem 1.1875rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .unitPrice__category_gross {
    font-size: 1.3rem;
  }
}
.unitPrice__category_matt {
  font-size: 1.75rem;
  color: #ffffff;
  border-radius: 10px;
  line-height: 1.25;
  background-color: #D8127E;
  margin: 0 0 0.875rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .unitPrice__category_matt {
    font-size: 1.3rem;
  }
}
.unitPrice__price {
  display: flex;
  flex-direction: column;
  font-weight: 600;
}
.unitPrice__price_top {
  font-size: 2.25rem;
  color: #D8127E;
  margin: 0 0 0.875rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .unitPrice__price_top {
    font-size: 1.7rem;
  }
}
.unitPrice__price_bottom {
  font-size: 2.25rem;
  color: #D8127E;
  margin: 0 0 0.875rem 1.1875rem;
}
@media screen and (max-width: 767px) {
  .unitPrice__price_bottom {
    font-size: 1.7rem;
  }
}
.unitPrice__description_top {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  margin-top: 1em;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .unitPrice__description_top {
    font-size: 1rem;
  }
}
.unitPrice__description_bottom {
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .unitPrice__description_bottom {
    font-size: 0.8rem;
  }
}

.contact {
  max-width: 800px;
  background: rgba(211, 211, 211, 0.2);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact {
    width: 100%;
  }
}
.contact__tittle {
  padding-top: 60px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.75rem;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .contact__tittle {
    font-size: 1.5rem;
    padding-top: 20px;
  }
}
.contact__tittle_border {
  position: absolute;
  width: 95%;
  height: 2px;
  background: #000;
  top: 102%;
}
.contact__description {
  margin-top: 2.875rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__description {
    margin-top: 10px;
  }
}
.contact__description_top {
  font-size: 1.5rem;
  font-weight: 600;
  color: #DC3E38;
}
@media screen and (max-width: 767px) {
  .contact__description_top {
    font-size: 1rem;
  }
}
.contact__description_middle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .contact__description_middle {
    font-size: 1rem;
  }
}
.contact__description_tel {
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .contact__description_tel {
    font-size: 1.5rem;
  }
}
.contact__description img {
  width: 51px;
  height: 68px;
  position: absolute;
  top: 52%;
  left: 20%;
}
@media screen and (max-width: 767px) {
  .contact__description img {
    left: 12%;
    top: 80%;
    width: 30px;
    height: auto;
  }
}
.contact__formOuter {
  width: 77%;
  background: #ffffff;
  margin: 0 auto;
  border-radius: 30px;
  text-align: left;
  padding: 0 64px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact__formOuter {
    width: 90%;
    max-width: 90%;
    padding: 0;
    margin-top: 10px;
  }
}
.contact__formUnder {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #DC3E38;
  margin-top: 42px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact__formUnder {
    font-size: 0.8rem;
    margin-bottom: 15px;
    margin-top: 15px;
  }
}
.contact__column {
  width: 857px;
  display: block;
  margin: 0 auto;
}

.wpcf7 {
  width: 80%;
  min-width: 90%;
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.5;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wpcf7 {
    font-size: 0.8rem;
    padding-top: 10px;
    padding-bottom: 0;
    line-height: 1.2;
  }
}
.wpcf7 .wpcf7-form-control {
  width: 100%;
}
.wpcf7 .wpcf7-text {
  width: 100%;
  color: #333333;
}
.wpcf7 .wpcf7-textarea {
  resize: none;
}
.wpcf7 .wpcf7-submit {
  width: 35%;
  display: block;
  margin: 0 auto;
  border-radius: 30px;
  border: none;
  font-weight: 400;
  background-color: #F88901;
  color: #333333;
  padding: 12px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1.125rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.7);
  transition: color box-shadow 0.3s ease;
  font-family: "Noto serif JP", serif;
  font-weight: 700;
}
.wpcf7 .wpcf7-submit:hover {
  color: #ffffff;
  font-weight: 600;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .wpcf7 .wpcf7-submit {
    font-size: 0.7rem;
  }
}

.wpcf7-email {
  width: 80%;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 24px;
}

.required-mark {
  color: #DC3E38;
}

.br767 {
  display: none;
}
@media screen and (max-width: 767px) {
  .br767 {
    display: block;
  }
}

.google {
  color: #333333;
  font-size: 0.75rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

.chartDiagram {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .chartDiagram {
    width: 100%;
  }
}
.chartDiagram img {
  display: block;
  margin: auto;
  width: 100%;
}

.description {
  width: 100%;
  background: rgba(211, 211, 211, 0.2);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .description {
    text-align: center;
  }
}
.description .link {
  text-align: center;
}
.description a {
  padding-top: 5px;
  display: inline-block;
}
.description p {
  text-align: center;
  font-size: 0.625rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .description p {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .description {
    width: 100%;
  }
}
.description__companyName {
  max-width: 800px;
  font-size: 2rem;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  letter-spacing: 0.6em;
  white-space: nowrap;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .description__companyName {
    width: 100%;
    padding-top: 20px;
    font-size: 1.2rem;
    padding-bottom: 10px;
  }
}
.description .information {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  padding-bottom: 116px;
}
@media screen and (max-width: 767px) {
  .description .information {
    padding-bottom: 0;
  }
}
.description .information .office {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.6;
  font-weight: 600;
  border-bottom: 1px solid #333333;
  align-items: center;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .description .information .office {
    display: block;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.description .information .office__name {
  width: 192px;
  font-size: 1.25rem;
  white-space: nowrap;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .description .information .office__name {
    display: block;
    margin: 0 auto;
    font-size: 1.1rem;
    padding-right: 0;
  }
}
.description .information .office__tel {
  margin: 0;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .description .information .office__tel {
    font-size: 0.9rem;
  }
}
.description .information .office__address {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .description .information .office__address {
    font-size: 0.9rem;
  }
}
.description .information .office__postalCode {
  font-size: 1.125rem;
  margin-right: 0.5em;
}
@media screen and (max-width: 767px) {
  .description .information .office__postalCode {
    font-size: 0.9rem;
    margin-right: 0;
  }
}
.description img {
  width: 228px;
  height: 121.6px;
  display: block;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .description img {
    width: 160px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.footer {
  position: relative;
  max-width: 800px;
  height: 100px;
  background-color: #dc3e38;
}
@media screen and (max-width: 767px) {
  .footer {
    width: 100%;
    height: 40px;
  }
}
.footer__copyright {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 400;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.7rem;
  }
}
.footer .sitePolicy {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}

.privacy-policy {
  max-width: 800px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .privacy-policy {
    max-width: 500x;
  }
  .privacy-policy h2 {
    font-size: 0.875rem;
  }
  .privacy-policy p {
    font-size: 0.5rem;
  }
}
.privacy-policy h1 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .privacy-policy h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.privacy-policy h2 {
  font-size: 1rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .privacy-policy h2 {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}
.privacy-policy p {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy p {
    font-size: 0.625rem;
  }
}
.privacy-policy ul {
  list-style: none;
}
@media screen and (max-width: 767px) {
  .privacy-policy ul {
    font-size: 0.625rem;
  }
}
.privacy-policy .back {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .privacy-policy .back {
    font-size: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */