@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,600,700&display=swap");
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;
  box-sizing: border-box;
}

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

ol, 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;
  box-sizing: border-box;
}

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

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

textarea,
iframe {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  text-align: left;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

a:link,
a:visited {
  color: #00A600;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #00A600;
  text-decoration: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 3px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 100%;
  line-height: 1.6;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  border: 1px solid #999;
  padding: 8px;
  width: 80%;
}
@media screen and (max-width: 1024px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  input[type=date],
  textarea {
    width: 100%;
  }
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 3px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 100%;
  line-height: 1.6;
  color: #333;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 8px 23px 8px 8px;
  cursor: pointer;
  background: #FFF url(../img/icon_select.png) no-repeat 92% center;
  background-size: 13px 13px;
}

input[type=radio] {
  display: none;
}
input[type=radio] + span {
  position: relative;
  padding-left: 24px;
  margin-right: 20px;
  white-space: nowrap;
  cursor: pointer;
}
input[type=radio] + span::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 2px solid #00A600;
  border-radius: 50%;
}
input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #00A600;
  border-radius: 50%;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  color: #F00000 !important;
}

.wpcf7-response-output {
  padding: 10px !important;
  border-radius: 8px;
}

.wpcf7-spinner {
  display: none !important;
}

input::placeholder {
  color: #BBB;
}

input:-ms-input-placeholder {
  color: #BBB;
}

input::-ms-input-placeholder {
  color: #BBB;
}

.l-header {
  position: relative;
  z-index: 1000;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}

.l-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  height: 115px;
}
@media screen and (max-width: 768px) {
  .l-header-inner {
    padding: 0 15px;
    height: 60px;
  }
}

@media screen and (min-width: 769px) {
  .l-global-nav {
    display: block !important;
    background: #008000;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
}
@media screen and (max-width: 768px) {
  .l-global-nav {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-property: transform;
  }
  .l-global-nav.active {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.l-global-nav-inner {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .l-global-nav-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.l-container-fluid {
  position: relative;
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .l-container-fluid {
    padding: 30px 15px;
  }
}

.l-container {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-mainvisual {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7FC300 url(../img/bg_radiation.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .l-mainvisual {
    margin-top: 60px;
  }
}

.l-secondvisual {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7FC300 url(../img/bg_radiation.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .l-secondvisual {
    height: 80px;
    margin-top: 60px;
  }
}

.l-contact {
  padding: 0 30px;
  background: #008000;
}
@media screen and (max-width: 768px) {
  .l-contact {
    padding: 0 15px;
  }
}

.l-contact-inner {
  position: relative;
  background: #7FC300;
  margin: 0 -30px;
  padding: 60px 30px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-contact-inner {
    margin: 0 -15px;
    padding: 30px 15px;
  }
}
.l-contact-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_contact.png) no-repeat center center;
  background-size: cover;
  z-index: -1;
  opacity: 0.1;
}

.l-contact-group {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px 50px 50px;
  background: #FFF;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-contact-group {
    padding: 0 20px 20px 20px;
    border-radius: 10px;
  }
}

.l-company {
  margin-top: 60px;
  padding: 0 50px 50px 50px;
  background: #FFF;
  border: 3px solid #00A600;
  border-top: none;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-company {
    margin-top: 30px;
    padding: 0 15px 15px 15px;
    border-width: 2px;
    border-radius: 10px;
  }
}

.l-footer {
  padding: 40px 40px 135px 40px;
  background: #222;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 30px 30px 100px 30px;
  }
}

.l-contact-fixed {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  width: 100%;
  padding: 0 30px;
  background: #D4F3C2;
  transform: translateY(100px);
  transition: all 0.4s;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .l-contact-fixed {
    padding: 0;
    background: #FFF;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.1);
  }
}
.l-contact-fixed.is-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.l-contact-fixed-inner {
  max-width: 1100px;
  margin: 0 auto;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-contact-fixed-inner {
    height: 70px;
  }
}

a.c-btn-line-header {
  display: block;
  width: 160px;
  padding: 12px 15px 8px 15px;
  border-radius: 7px;
  text-decoration: none;
  white-space: nowrap;
  background: #43B64B;
  box-shadow: 0 3px 0 #34832F;
}
@media screen and (max-width: 768px) {
  a.c-btn-line-header {
    width: auto;
    padding: 6px;
    box-shadow: 0 2px 0 #34832F;
    border-radius: 5px;
  }
}
a.c-btn-line-header .text {
  display: block;
  font-size: 70%;
  line-height: 1.4;
  font-weight: 500;
  color: #43B64B;
  text-align: center;
  padding: 2px 8px;
  background: #FFF;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  a.c-btn-line-header .text {
    display: none;
  }
}
a.c-btn-line-header .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-size: 100%;
  line-height: 1;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  a.c-btn-line-header .icon {
    margin-top: 0;
    font-size: 0;
  }
}
a.c-btn-line-header .icon img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px 6px 0 0;
}
@media screen and (max-width: 768px) {
  a.c-btn-line-header .icon img {
    width: 16px;
    height: 16px;
    margin: 0;
  }
}
a.c-btn-line-header:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a.c-btn-line-header:hover {
    opacity: 1;
  }
}

a.c-btn-mail-header {
  display: block;
  width: 160px;
  padding: 12px 15px 8px 15px;
  border-radius: 7px;
  text-decoration: none;
  white-space: nowrap;
  background: #EB7800;
  box-shadow: 0 3px 0 #A96116;
}
@media screen and (max-width: 768px) {
  a.c-btn-mail-header {
    width: auto;
    padding: 6px;
    box-shadow: 0 2px 0 #A96116;
    border-radius: 5px;
  }
}
a.c-btn-mail-header .text {
  display: block;
  font-size: 70%;
  line-height: 1.4;
  font-weight: 500;
  color: #EB7800;
  text-align: center;
  padding: 2px 8px;
  background: #FFF;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  a.c-btn-mail-header .text {
    display: none;
  }
}
a.c-btn-mail-header .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-size: 100%;
  line-height: 1;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  a.c-btn-mail-header .icon {
    margin-top: 0;
    font-size: 0;
  }
}
a.c-btn-mail-header .icon img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px 6px 0 0;
}
@media screen and (max-width: 768px) {
  a.c-btn-mail-header .icon img {
    width: 16px;
    height: 16px;
    margin: 0;
  }
}
a.c-btn-mail-header:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a.c-btn-mail-header:hover {
    opacity: 1;
  }
}

a.c-btn-line-footer {
  display: block;
  width: 160px;
  padding: 12px 15px 8px 15px;
  border-radius: 7px;
  text-decoration: none;
  white-space: nowrap;
  background: #43B64B;
  box-shadow: 0 3px 0 #34832F;
}
@media screen and (max-width: 768px) {
  a.c-btn-line-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 70px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
a.c-btn-line-footer .text {
  display: block;
  font-size: 70%;
  line-height: 1.4;
  font-weight: 500;
  color: #43B64B;
  text-align: center;
  padding: 2px 8px;
  background: #FFF;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  a.c-btn-line-footer .text {
    display: none;
  }
}
a.c-btn-line-footer .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-size: 100%;
  line-height: 1;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  a.c-btn-line-footer .icon {
    flex-direction: column;
    margin-top: 0;
    font-size: 70%;
  }
}
a.c-btn-line-footer .icon img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px 6px 0 0;
}
@media screen and (max-width: 768px) {
  a.c-btn-line-footer .icon img {
    width: 30px;
    height: 30px;
    margin: 0 0 7px 0;
  }
}
a.c-btn-line-footer:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a.c-btn-line-footer:hover {
    opacity: 1;
  }
}

a.c-btn-mail-footer {
  display: block;
  width: 160px;
  padding: 12px 15px 8px 15px;
  border-radius: 7px;
  text-decoration: none;
  white-space: nowrap;
  background: #EB7800;
  box-shadow: 0 3px 0 #A96116;
}
@media screen and (max-width: 768px) {
  a.c-btn-mail-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 70px;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
a.c-btn-mail-footer .text {
  display: block;
  font-size: 70%;
  line-height: 1.4;
  font-weight: 500;
  color: #EB7800;
  text-align: center;
  padding: 2px 8px;
  background: #FFF;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  a.c-btn-mail-footer .text {
    display: none;
  }
}
a.c-btn-mail-footer .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-size: 100%;
  line-height: 1;
  font-weight: 600;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  a.c-btn-mail-footer .icon {
    flex-direction: column;
    margin-top: 0;
    font-size: 70%;
  }
}
a.c-btn-mail-footer .icon img {
  display: block;
  width: 20px;
  height: 20px;
  margin: 2px 6px 0 0;
}
@media screen and (max-width: 768px) {
  a.c-btn-mail-footer .icon img {
    width: 30px;
    height: 30px;
    margin: 0 0 7px 0;
  }
}
a.c-btn-mail-footer:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a.c-btn-mail-footer:hover {
    opacity: 1;
  }
}

a.c-btn-line {
  position: relative;
  display: block;
  padding: 17px;
  font-size: 147%;
  line-height: 1.3;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  background: #43B64B;
  box-shadow: 0 4px 0 #34832F;
}
@media screen and (max-width: 768px) {
  a.c-btn-line {
    padding: 14px;
    font-size: 131%;
  }
}
a.c-btn-line::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon_line.png) no-repeat center center/cover;
  width: 32px;
  height: 32px;
  margin: -2px 10px 0 0;
}
@media screen and (max-width: 768px) {
  a.c-btn-line::before {
    width: 28px;
    height: 28px;
  }
}
a.c-btn-line:hover {
  opacity: 0.8;
}

a.c-btn-mail {
  position: relative;
  display: block;
  padding: 17px;
  font-size: 147%;
  line-height: 1.3;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  background: #EB7800;
  box-shadow: 0 4px 0 #A96116;
}
@media screen and (max-width: 768px) {
  a.c-btn-mail {
    padding: 14px;
    font-size: 131%;
  }
}
a.c-btn-mail::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../img/icon_mail.png) no-repeat center center/cover;
  width: 29px;
  height: 29px;
  margin: -4px 10px 0 0;
}
@media screen and (max-width: 768px) {
  a.c-btn-mail::before {
    width: 25px;
    height: 25px;
  }
}
a.c-btn-mail:hover {
  opacity: 0.8;
}

.c-btn-send {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn-send {
    margin-top: 30px;
  }
}
.c-btn-send input[type=submit] {
  display: inline-block;
  width: 300px;
  padding: 17px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 131%;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  background: #00A600;
  box-shadow: 0 4px 0 #008000;
  border: 0;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-btn-send input[type=submit] {
    width: 250px;
    padding: 13px;
    font-size: 116%;
  }
}
.c-btn-send input[type=submit]:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-btn-send input[type=submit]:hover {
    opacity: 1;
  }
}

.c-grid {
  margin-bottom: 60px;
}
.c-grid::after {
  content: "";
  display: block;
  clear: both;
}
.c-grid:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-grid {
    margin-bottom: 40px;
  }
  .c-grid:last-child {
    margin-bottom: 0;
  }
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47.5%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    width: auto;
    float: none;
    margin: 0 0 30px 0;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
    margin: 0;
  }
}

.c-label-price-green {
  display: block;
  width: 80px;
  padding: 5px 10px;
  background: #00A600;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-label-price-green {
    font-size: 93%;
    width: 75px;
  }
}

.c-label-price-red {
  display: block;
  width: 80px;
  padding: 5px 10px;
  background: #F00000;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-label-price-red {
    font-size: 93%;
    width: 75px;
  }
}

.c-label-required {
  float: right;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  font-weight: normal;
  margin-top: 2px;
  padding: 6px;
  background: #F00000;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .c-label-required {
    font-size: 11px;
    padding: 4px 6px 5px 6px;
  }
}

.c-label-any {
  float: right;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  font-weight: normal;
  margin-top: 2px;
  padding: 6px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .c-label-any {
    font-size: 11px;
    padding: 4px 6px 5px 6px;
  }
}

.p-logo img {
  width: 360px;
  min-width: 360px;
}
@media screen and (max-width: 768px) {
  .p-logo img {
    width: 200px;
    min-width: 200px;
  }
}
@media screen and (max-width: 320px) {
  .p-logo img {
    width: 160px;
    min-width: 160px;
  }
}

.p-header-contact {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-header-contact {
    padding-right: 55px;
  }
}
.p-header-contact li {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-header-contact li {
    margin-left: 5px;
  }
}
.p-header-contact li:first-child {
  margin-left: 30px;
  padding: 4px 20px 0 0;
}
.p-header-contact li:first-child img {
  display: block;
  width: 280px;
  min-width: 280px;
}
@media screen and (max-width: 768px) {
  .p-header-contact li:first-child {
    display: none;
  }
}

.p-logo-footer {
  text-align: center;
}
.p-logo-footer img {
  width: 360px;
  min-width: 360px;
}
@media screen and (max-width: 768px) {
  .p-logo-footer img {
    width: 220px;
    min-width: 220px;
  }
}

.p-copyright {
  margin-top: 32px;
  text-align: center;
  line-height: 1.2;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-copyright {
    margin-top: 15px;
    font-size: 85%;
  }
}

.p-fixed-character {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-fixed-character {
    display: none;
  }
}
.p-fixed-character dt {
  margin-right: 15px;
}
.p-fixed-character dt img {
  width: 75px;
  min-width: 75px;
}
.p-fixed-character dd {
  position: relative;
  padding: 10px 18px;
  background: #FFF;
  font-size: 116%;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .p-fixed-character dd {
    padding: 8px 13px;
    font-size: 93%;
  }
}
.p-fixed-character dd br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-fixed-character dd br {
    display: inline;
  }
}
.p-fixed-character dd::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #FFF;
  border-left: 0;
}

.p-footer-contact {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-footer-contact {
    width: 100%;
    justify-content: flex-end;
  }
}
.p-footer-contact li {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-footer-contact li {
    margin-left: 0;
  }
}
.p-footer-contact li:first-child {
  margin-left: 30px;
  padding: 4px 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p-footer-contact li:first-child {
    margin-left: 0;
    padding: 0 10px;
    width: 100%;
    text-align: center;
  }
}
.p-footer-contact li:first-child img {
  width: 280px;
  min-width: 280px;
}
@media screen and (max-width: 768px) {
  .p-footer-contact li:first-child img {
    width: 185px;
    min-width: auto;
  }
}

.p-toggle {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #00A600;
  }
  .p-toggle .hamburger-icon {
    display: block;
    position: absolute;
    top: 29px;
    left: 16px;
    width: 28px;
    height: 3px;
    background: #FFF;
    transition: 0.3s;
  }
  .p-toggle .hamburger-icon::before,
  .p-toggle .hamburger-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 3px;
    background: #FFF;
    transition: 0.3s;
  }
  .p-toggle .hamburger-icon::before {
    margin-top: -11px;
  }
  .p-toggle .hamburger-icon::after {
    margin-top: 8px;
  }
  .p-toggle .close {
    background: transparent;
  }
  .p-toggle .close::before,
  .p-toggle .close::after {
    margin-top: -2px;
  }
  .p-toggle .close::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .p-toggle .close::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
@media screen and (min-width: 769px) {
  .p-global-nav {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
  }
  .p-global-nav li {
    width: 16.666%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  .p-global-nav li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .p-global-nav li a {
    display: block;
    padding: 17px 10px;
    font-size: 116%;
    line-height: 1.3;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }
  .p-global-nav li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .p-global-nav {
    width: 100%;
  }
  .p-global-nav li a {
    display: block;
    padding: 12px;
    font-size: 147%;
    font-weight: 500;
    color: #333;
    text-align: center;
    text-decoration: none;
  }
}
.p-title-catch {
  padding: 25px 10px;
}
@media screen and (max-width: 768px) {
  .p-title-catch {
    padding: 10px;
  }
}
.p-title-catch img {
  width: 1150px;
}

.p-title-center {
  margin-bottom: 60px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-title-center {
    margin-bottom: 30px;
  }
}
.p-title-center__sub {
  display: inline-block;
  font-size: 162%;
  color: #00A600;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-title-center__sub {
    font-size: 100%;
  }
}
@media screen and (max-width: 320px) {
  .p-title-center__sub {
    font-size: 93%;
  }
}
.p-title-center__sub::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 0;
  width: 3px;
  height: 36px;
  transform: rotate(-30deg);
  background: #00A600;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .p-title-center__sub::before {
    left: -18px;
    width: 2px;
    height: 22px;
  }
}
.p-title-center__sub::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0;
  width: 3px;
  height: 36px;
  transform: rotate(30deg);
  background: #00A600;
  z-index: -1;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .p-title-center__sub::after {
    right: -18px;
    width: 2px;
    height: 22px;
  }
}
.p-title-center__main {
  margin-top: 6px;
  font-size: 300%;
}
@media screen and (max-width: 768px) {
  .p-title-center__main {
    margin-top: 5px;
    font-size: 162%;
  }
}
@media screen and (max-width: 320px) {
  .p-title-center__main {
    font-size: 131%;
  }
}
.p-title-center__main em {
  font-style: normal;
  position: relative;
  z-index: 0;
}
.p-title-center__main em::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 8px;
  background: #FFE700;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-title-center__main em::before {
    bottom: 2px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .p-title-center__main small {
    font-size: 92%;
  }
}

.p-title-contact {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px 370px 25px 0;
}
@media screen and (max-width: 768px) {
  .p-title-contact {
    padding: 18px 150px 18px 0;
  }
}
@media screen and (max-width: 320px) {
  .p-title-contact {
    padding: 18px 120px 18px 0;
  }
}
.p-title-contact__text {
  font-size: 270%;
  line-height: 1.3;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-title-contact__text {
    font-size: 124%;
  }
}
.p-title-contact__text small {
  display: block;
  margin-bottom: 5px;
  font-size: 70%;
  color: #FFE700;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-title-contact__text small {
    font-size: 64%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 320px) {
  .p-title-contact__text small {
    font-size: 57%;
  }
}
.p-title-contact__character {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-title-contact__character {
    top: 10px;
  }
}
@media screen and (max-width: 320px) {
  .p-title-contact__character {
    top: 17px;
  }
}
.p-title-contact__character img {
  width: 370px;
}
@media screen and (max-width: 768px) {
  .p-title-contact__character img {
    width: 150px;
  }
}
@media screen and (max-width: 320px) {
  .p-title-contact__character img {
    width: 120px;
  }
}

.p-title-freedial {
  position: relative;
  margin: 0 -50px 50px -50px;
  padding: 15px 25px;
  background: #FFE700;
  font-size: 177%;
  line-height: 1.4;
  text-align: center;
  z-index: 0;
}
.p-title-freedial::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #FFF, #FFF 8px, transparent 8px, transparent 16px);
  z-index: -1;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .p-title-freedial {
    margin: 0 -20px 30px -20px;
    padding: 13px 20px;
    background: #FFE700;
    font-size: 116%;
    text-align: left;
  }
}

.p-title-hachimaki {
  padding: 25px 30px;
  background: #008000;
  font-size: 208%;
  line-height: 1.4;
  color: #FFF;
  text-align: center;
}
.p-title-hachimaki br {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-title-hachimaki br {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .p-title-hachimaki {
    padding: 15px;
    font-size: 131%;
  }
}

.p-title-pagename {
  font-size: 224%;
  color: #FFF;
  text-align: center;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .p-title-pagename {
    font-size: 147%;
  }
}

.p-title-company {
  margin: 0 -50px 50px -50px;
  padding: 12px 20px;
  background: #00A600;
  font-size: 147%;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-title-company {
    margin: 0 -15px 17px -15px;
    padding: 10px 15px;
    font-size: 116%;
  }
}

.p-list-service {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -4% -2%;
}
@media screen and (max-width: 768px) {
  .p-list-service {
    margin: 0 0 -4% -4%;
  }
}
.p-list-service li {
  margin: 0 0 4% 2%;
  width: 23%;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-list-service li {
    width: 46%;
    margin: 0 0 4% 4%;
    border-radius: 8px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.08);
  }
}

.p-service-image img {
  object-fit: cover;
  width: 100%;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .p-service-image img {
    height: 110px;
  }
}

.p-service {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p-service {
    padding: 15px;
  }
}
.p-service dt {
  font-size: 124%;
  line-height: 1.4;
  font-weight: 600;
  color: #00A600;
}
@media screen and (max-width: 768px) {
  .p-service dt {
    font-size: 108%;
  }
}
.p-service dd {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-service dd {
    margin-top: 10px;
    font-size: 85%;
  }
}

.p-list-price {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 -4% -4%;
}
@media screen and (max-width: 768px) {
  .p-list-price {
    display: block;
    margin: 0;
  }
}
.p-list-price li {
  margin: 0 0 4% 4%;
  padding: 0 25px 20px 25px;
  width: 29.33%;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-list-price li {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .p-list-price li {
    margin: 0 0 30px 0;
    padding: 0 20px 20px 20px;
    width: auto;
    border-radius: 8px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.08);
  }
  .p-list-price li:last-child {
    margin-bottom: 0;
  }
}

.p-price dt {
  position: relative;
  margin: 0 -25px;
  padding: 8px;
  background: #00A600;
  font-size: 177%;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  z-index: 0;
}
.p-price dt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(-45deg, #FFF, #FFF 8px, transparent 8px, transparent 16px);
  z-index: -1;
  opacity: 0.05;
}
@media screen and (max-width: 768px) {
  .p-price dt {
    font-size: 139%;
  }
}
.p-price dd.image {
  margin: 0 -25px 20px -25px;
}
.p-price dd.image img {
  object-fit: cover;
  width: 100%;
  height: 180px;
}
@media screen and (max-width: 768px) {
  .p-price dd.image img {
    height: 140px;
  }
}
.p-price dd.text {
  font-size: 116%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-price dd.text {
    font-size: 100%;
  }
}

.p-table-price {
  margin-top: 15px;
  line-height: 1.4;
}
.p-table-price th {
  padding: 0 15px 0 0;
}
.p-table-price td {
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-size: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-table-price td {
    padding: 5px 0;
  }
}
.p-table-price td img {
  height: 45px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-table-price td img {
    height: 38px;
  }
}

.p-charge {
  position: relative;
  z-index: 0;
  font-size: 216%;
  line-height: 1;
  color: #F00000;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p-charge {
    font-size: 193%;
  }
}
@media screen and (max-width: 768px) {
  .p-charge {
    font-size: 177%;
  }
}
.p-charge::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 8px;
  background: #FFE700;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-charge::before {
    height: 6px;
  }
}

.p-note-red li {
  font-size: 100%;
  text-indent: -1em;
  padding-left: 1em;
  color: #F00000;
}

.p-freedial a {
  display: block;
  background: #F2F0E8;
  padding: 30px 40px;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .p-freedial a {
    padding: 20px 20px 17px 20px;
    border-radius: 8px;
  }
}

.p-btn-contact {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .p-btn-contact {
    display: block;
  }
}
.p-btn-contact li {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-btn-contact li {
    margin-bottom: 20px;
  }
  .p-btn-contact li:last-child {
    margin-bottom: 0;
  }
}

.p-reception-hours {
  position: relative;
  margin-top: 30px;
  padding: 8px;
  background: #F2F0E8;
  font-size: 131%;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .p-reception-hours {
    margin-top: 25px;
    font-size: 108%;
  }
}
.p-reception-hours::before {
  content: "";
  position: absolute;
  margin: auto;
  top: -12px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 12px solid #F2F0E8;
  border-top: 0;
}

.p-list-problem {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -3% -3%;
}
@media screen and (max-width: 1024px) {
  .p-list-problem {
    display: block;
    margin: 0;
  }
}
.p-list-problem li {
  margin: 0 0 3% 3%;
  width: 47%;
  display: flex;
  align-items: center;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-list-problem li {
    margin: 0 0 15px 0;
    width: auto;
  }
  .p-list-problem li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-list-problem li {
    border-radius: 8px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.08);
  }
}

.p-problem-image {
  position: relative;
  width: 220px;
  min-width: 220px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-problem-image {
    width: 42%;
    min-width: 42%;
  }
}
.p-problem-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-problem-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.p-problem {
  padding: 25px;
  font-size: 116%;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-problem {
    padding: 0 15px;
    font-size: 85%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .p-problem {
    padding: 0 10px;
    font-size: 77%;
  }
}

.p-problem-message {
  max-width: 820px;
  margin: 30px auto -60px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-problem-message {
    margin: 30px 0 0 0;
  }
}
.p-problem-message__text {
  position: relative;
  margin: -25px 40px 0 0;
  padding: 30px;
  font-size: 116%;
  line-height: 1.8;
  background: #FFF;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .p-problem-message__text {
    margin: 0 15px 0 0;
    padding: 15px;
    font-size: 85%;
    line-height: 1.5;
    border-radius: 8px;
  }
}
.p-problem-message__text::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #FFF;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .p-problem-message__text::before {
    right: -12px;
    border-width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-problem-message__person {
    text-align: right;
  }
}
.p-problem-message__person img {
  width: 250px;
  min-width: 250px;
}
@media screen and (max-width: 768px) {
  .p-problem-message__person img {
    width: 120px;
    min-width: 120px;
  }
}

.p-list-reason {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -4% -4%;
}
@media screen and (max-width: 768px) {
  .p-list-reason {
    margin: 0 0 -4% -4%;
    justify-content: flex-start;
  }
}
.p-list-reason li {
  margin: 0 0 4% 4%;
  width: 29.33%;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-list-reason li {
    width: 46%;
    margin: 0 0 4% 4%;
    border-radius: 8px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.08);
  }
}

.p-reason-image img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .p-reason-image img {
    height: 110px;
  }
}

.p-reason {
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .p-reason {
    padding: 15px;
  }
}
.p-reason dt {
  font-size: 147%;
  line-height: 1.4;
  font-weight: 600;
  color: #FF6F00;
}
@media screen and (max-width: 768px) {
  .p-reason dt {
    font-size: 108%;
  }
}
.p-reason dd {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .p-reason dd {
    margin-top: 10px;
    font-size: 85%;
  }
}

.p-list-step li {
  position: relative;
  margin-bottom: 40px;
  padding: 30px 60px;
  background: #FFF;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .p-list-step li {
    margin-bottom: 30px;
    padding: 20px 15px;
    background: #FFF;
    border-radius: 8px;
  }
}
.p-list-step li::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: -25px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  border-top: 25px solid #FFF;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-list-step li::before {
    bottom: -20px;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    border-top: 20px solid #FFF;
  }
}
.p-list-step li:last-child {
  margin-bottom: 0;
}
.p-list-step li:last-child::before {
  display: none;
}

.p-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-step {
    align-items: flex-start;
  }
}
.p-step__number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 120px;
  background: #00A600;
  padding-top: 4px;
  font-size: 131%;
  line-height: 1.1;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-step__number {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 60px;
    font-size: 85%;
    margin-top: -5px;
  }
}
.p-step__number span {
  display: block;
  font-size: 200%;
  color: #FFE700;
}
@media screen and (max-width: 768px) {
  .p-step__number span {
    font-size: 170%;
  }
}
.p-step__text {
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-step__text {
    margin-left: 15px;
  }
}
.p-step__text dt {
  font-size: 177%;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-step__text dt {
    font-size: 116%;
  }
}
@media screen and (max-width: 320px) {
  .p-step__text dt {
    font-size: 108%;
  }
}
.p-step__text dd {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-step__text dd {
    font-size: 93%;
  }
}

.p-lead-review {
  margin: -25px 0 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lead-review {
    margin: -10px 0 25px 0;
    text-align: left;
  }
}

.p-list-review {
  background: #FFF;
  padding: 60px 100px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-list-review {
    padding: 20px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
  }
}
.p-list-review li {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-list-review li {
    margin-bottom: 20px;
  }
}
.p-list-review li:last-child {
  margin-bottom: 0;
}

.p-review1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.p-review1__image {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .p-review1__image {
    margin-left: 15px;
  }
}
.p-review1__image img {
  width: 150px;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .p-review1__image img {
    width: 75px;
    min-width: 75px;
  }
}
.p-review1__text {
  position: relative;
  background: #D9F3FF;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-review1__text {
    padding: 18px;
    border-radius: 10px;
  }
}
.p-review1__text::before {
  content: "";
  position: absolute;
  top: 62px;
  right: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #D9F3FF;
  border-right: 0;
}
@media screen and (max-width: 768px) {
  .p-review1__text::before {
    top: 30px;
    right: -10px;
    border-width: 10px;
  }
}
.p-review1__text dt {
  margin-bottom: 10px;
  font-size: 116%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-review1__text dt {
    margin-bottom: 5px;
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-review1__text dd {
    font-size: 85%;
  }
}

.p-review2 {
  display: flex;
  justify-content: space-between;
}
.p-review2__image {
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .p-review2__image {
    margin-right: 15px;
  }
}
.p-review2__image img {
  width: 150px;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .p-review2__image img {
    width: 75px;
    min-width: 75px;
  }
}
.p-review2__text {
  position: relative;
  background: #FFEBEC;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-review2__text {
    padding: 18px;
    border-radius: 10px;
  }
}
.p-review2__text::before {
  content: "";
  position: absolute;
  top: 62px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #FFEBEC;
  border-left: 0;
}
@media screen and (max-width: 768px) {
  .p-review2__text::before {
    top: 30px;
    left: -10px;
    border-width: 10px;
  }
}
.p-review2__text dt {
  margin-bottom: 10px;
  font-size: 116%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-review2__text dt {
    margin-bottom: 5px;
    font-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-review2__text dd {
    font-size: 85%;
  }
}

.p-table-common {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-table-common {
    font-size: 93%;
  }
}
@media screen and (max-width: 320px) {
  .p-table-common {
    font-size: 85%;
  }
}
.p-table-common th {
  padding: 15px;
  border: 1px solid #BBB;
  width: 220px;
  background: #EEE;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-table-common th {
    display: block;
    padding: 7px 12px;
    width: auto;
    text-align: left;
    margin-top: -1px;
  }
}
.p-table-common td {
  padding: 15px;
  border: 1px solid #BBB;
}
@media screen and (max-width: 768px) {
  .p-table-common td {
    display: block;
    margin-top: -1px;
    padding: 12px;
  }
}

.p-gmap {
  margin-top: 40px;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .p-gmap {
    margin-top: 15px;
    height: 230px;
  }
}

.p-table-form {
  width: 100%;
  border-top: 1px solid #E3E2DD;
}
.p-table-form th {
  padding: 25px;
  border-bottom: 1px solid #E3E2DD;
  width: 300px;
  font-size: 108%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-table-form th {
    display: block;
    padding: 0;
    border-bottom: 0;
    width: auto;
    margin-top: 20px;
  }
}
.p-table-form td {
  padding: 25px;
  border-bottom: 1px solid #E3E2DD;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-table-form td {
    display: block;
    padding: 0;
    border-bottom: 0;
    margin-top: 8px;
  }
}

.p-datetime {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-datetime {
    display: block;
  }
}
.p-datetime dt {
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-datetime dt {
    margin: 0 0 5px 0;
  }
}
.p-datetime dd {
  width: 100%;
}

@media screen and (max-width: 320px) {
  .p-list-license {
    font-size: 95%;
  }
}
.p-list-license dt {
  padding: 7px 15px;
  background: #D4F3C2;
  font-weight: 600;
  color: #008000;
}
@media screen and (max-width: 768px) {
  .p-list-license dt {
    padding: 5px 10px;
  }
}
.p-list-license dd {
  margin-bottom: 10px;
  padding: 7px 15px;
}
@media screen and (max-width: 768px) {
  .p-list-license dd {
    margin-bottom: 8px;
    padding: 5px 10px;
  }
}
.p-list-license dd:last-of-type {
  margin-bottom: 0;
}

.u-spacer {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-spacer {
    margin-top: 40px;
  }
}

.u-bgcolor-rightbeige {
  background-color: #F2F0E8;
}

.u-bgcolor-rightyellow {
  background-color: #FFFBAA;
}

.u-bgcolor-rightgreen {
  background-color: #EAFCD7;
}

@media screen and (max-width: 768px) {
  .u-anchor-home {
    position: absolute;
    top: -60px;
    left: 0;
    width: 0;
    height: 0;
  }
}

.u-anchor {
  position: absolute;
  top: -55px;
  left: 0;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .u-anchor {
    top: -59px;
  }
}

.u-color-red {
  color: #F00000;
}

.u-color-yellow {
  color: #FFE700;
}

.u-color-green {
  color: #00A600;
}

.u-freedial {
  color: #F00000 !important;
  font-weight: bold;
}

.overlay {
  display: none;
}
@media screen and (max-width: 768px) {
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
}

.u-txt-l {
  text-align: left !important;
}

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

.u-txt-r {
  text-align: right !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}