@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-SemiBold.woff2") format("woff2"), url("../font/Inter-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/ShipporiMincho-SemiBold.woff2") format("woff2"), url("../font/ShipporiMincho-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
html {
  font-size: 2.56vw;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 780px) {
  html {
    font-size: 10px;
  }
}

section {
  overflow: hidden;
}

picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

.wrap {
  background: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  font-display: swap;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 780px) {
  .wrap {
    max-width: 390px;
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.15);
  }
}

main {
  flex: 1;
  width: 100%;
}

section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 3rem;
}

.mincho {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-display: swap;
}

.font-en {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-display: swap;
}

.bold {
  font-weight: 700;
}

.strong1 {
  font-weight: bold;
  color: #00829C;
  background: linear-gradient(to bottom, transparent 70%, #FFF893 70%);
}

.strong2 {
  font-weight: bold;
  background: linear-gradient(to bottom, transparent 70%, #FFF893 70%);
}

.strong3 {
  font-weight: bold;
  color: #00829C;
}

.body_text {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}

.note {
  font-size: 1rem;
  font-weight: normal;
}
.note a {
  text-decoration: underline;
}

.mt-5 {
  margin-top: 0.5rem;
}

.mt-10 {
  margin-top: 1rem;
}

.mt-15 {
  margin-top: 1.5rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-40 {
  margin-top: 4rem;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.orange {
  color: #EB5E00;
}

.blue {
  color: #00829C;
}

.center {
  text-align: center;
}

h2, h3, h4, h5 {
  font-weight: bold;
}

.section_title {
  background: #EFFDFF;
  padding: 1.5rem 2rem 1.5rem 2.8rem;
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
}
.section_title .sub {
  font-size: 1.4rem;
}
.section_title::before {
  content: "";
  display: block;
  background: #00829C;
  height: 100%;
  width: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
}

.cta_btn_wrap {
  text-align: center;
}
.cta_btn_wrap .cta_bubble {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.5rem;
}
.cta_btn_wrap .cta_bubble::before, .cta_btn_wrap .cta_bubble::after {
  content: "";
  display: block;
  background: #333;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  left: -1rem;
  bottom: 0;
  transform: rotate(-30deg);
}
.cta_btn_wrap .cta_bubble::after {
  left: auto;
  right: -1rem;
  transform: rotate(30deg);
}
.cta_btn_wrap .cta_bubble .font-en {
  font-size: 1.8rem;
}

.cta_btn {
  display: block;
  width: 100%;
  height: 6rem;
  border-radius: 0.5rem;
  background: linear-gradient(to bottom, #FF9640, #FF5A0E);
  box-shadow: 0 0.4rem 0 #cb4300;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.cta_btn p {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  position: relative;
  color: #fff;
}
.cta_btn p .small {
  font-size: 1.2rem;
}
.cta_btn::before {
  content: "";
  background: url(../img/arrow_white.svg) no-repeat center/contain;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%) rotate(-90deg);
}

#fv {
  position: relative;
}
#fv::before {
  content: "PR";
  border: solid 0.1rem #888;
  padding: 0.3rem 1rem;
  font-size: 1rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
#fv h1 {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-size: 2.4rem;
}

#intro .about_shiraishi {
  background: #EFFDFF;
  padding: 2rem;
}
#intro .about_shiraishi h2 {
  font-size: 2rem;
  text-align: center;
  letter-spacing: -0.05em;
}
#intro .about_shiraishi dl {
  display: grid;
  grid-template-columns: 35% 65%;
  width: 100%;
  font-size: 1.2rem;
}
#intro .about_shiraishi dl dt {
  background: #00829C;
  border-bottom: solid 0.1rem #fff;
  text-align: center;
  color: #fff;
  padding: 0.8rem;
  height: 100%;
}
#intro .about_shiraishi dl dd {
  border-bottom: solid 0.1rem #ccc;
  background: #fff;
  padding: 0.8rem;
  height: 100%;
}
#intro .about_shiraishi dl dd .font-en {
  font-size: 1.6rem;
}
#intro .minute {
  font-size: 1.8rem;
}
#intro .writer_wrap {
  background: #F5F7F8;
  padding: 0 2rem 2rem;
  text-align: center;
}
#intro .writer_wrap .label {
  display: inline-block;
  background: #006088;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0.8rem 4rem;
}
#intro .writer_wrap .top {
  gap: 1.5rem;
}
#intro .writer_wrap .top img {
  width: 7.5rem;
}
#intro .writer_wrap .top p {
  flex: 1;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.3;
}
#intro .writer_wrap .bottom {
  margin-top: 1.3rem;
  padding-top: 1.3rem;
  border-top: solid 0.1rem #aaa;
}
#intro .writer_wrap .bottom .body_text {
  font-size: 1.2rem;
}

#brand-summary .accordion_wrap .box {
  padding: 2rem;
  font-size: 1.1rem;
  border: solid 0.1rem #ccc;
}

#toc h2 {
  font-size: 2rem;
  position: relative;
}
#toc h2::before {
  content: "";
  display: block;
  background: #ccc;
  width: 28.2rem;
  height: 0.1rem;
  position: absolute;
  right: 0;
  top: 50%;
}
#toc ul {
  margin-top: 1rem;
}
#toc ul li {
  padding-left: 2rem;
  position: relative;
}
#toc ul li + li {
  margin-top: 1rem;
}
#toc ul li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #00829C;
}
#toc ul li a {
  font-size: 1.4rem;
  text-decoration: underline;
  line-height: 1.6;
}

#point .top_anchor {
  gap: 1rem;
}
#point .top_anchor a {
  width: calc((100% - 2rem) / 3);
  background: #006088;
  height: 8.2rem;
  gap: 0.5rem;
}
#point .top_anchor li {
  text-align: center;
}
#point .top_anchor li .mincho {
  font-size: 1rem;
  color: #B2E1F4;
}
#point .top_anchor li .text {
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
}
#point .point_list .point_list_item h3 {
  background: #00829C;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}
#point .point_list .point_list_item h3 .mincho {
  font-size: 1.2rem;
}
#point .point_list .point_list_item h3 .text {
  font-weight: bold;
  font-size: 1.6rem;
}
#point .point_list .point_list_item .content {
  padding: 2rem;
  border: solid 0.1rem #00829C;
}
#point .point_list .point_list_item .content .voice_wrap li {
  gap: 1.7rem;
}
#point .point_list .point_list_item .content .voice_wrap li picture {
  width: 7rem;
}
#point .point_list .point_list_item .content .voice_wrap li .bubble {
  background: #F5F7F8;
  flex: 1;
  border-radius: 0.5rem;
  padding: 1.6rem 0;
  position: relative;
}
#point .point_list .point_list_item .content .voice_wrap li .bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 98%;
  margin-top: -1rem;
  border: 1rem solid transparent;
  border-right: 1rem solid #F5F7F8;
}
#point .point_list .point_list_item .content .voice_wrap li .bubble p {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
#point .point_list .point_list_item .content .voice_wrap li:nth-child(2) .bubble::before {
  right: auto;
  left: 98%;
  border-right: none;
  border-left: 1rem solid #F5F7F8;
}
#point .point_list .point_list_item .content .price_list {
  gap: 1.5rem;
}
#point .point_list .point_list_item .content .price_list li {
  width: calc((100% - 1.5rem) / 2);
  background: #EFFDFF;
  padding: 1.8rem;
  text-align: center;
  font-size: 1.4rem;
}
#point .point_list .point_list_item .content .price_list li .font-en {
  font-size: 2.2rem;
}
#point .point_list .point_list_item .content .circle_list {
  gap: 1.3rem;
}
#point .point_list .point_list_item .content .circle_list li {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 999px;
  background: #006088;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about_shiraishi .about_shiraishi_list .about_shiraishi_list_item h3 {
  background: #006088;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
}
#about_shiraishi .about_shiraishi_list .about_shiraishi_list_item h3 .mincho {
  font-size: 1.2rem;
}
#about_shiraishi .about_shiraishi_list .about_shiraishi_list_item h3 .text {
  font-size: 1.6rem;
  font-weight: bold;
}
#about_shiraishi .about_shiraishi_list .about_shiraishi_list_item .content {
  background: #F3FAFC;
  padding: 2rem;
}
#about_shiraishi .about_shiraishi_list .about_shiraishi_list_item .content.p-0 {
  padding: 0;
}
#about_shiraishi .about_shiraishi_list .about_shiraishi_list_item .content .after-service_wrap {
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
#about_shiraishi .about_shiraishi_list .about_shiraishi_list_item .content .after-service_wrap li {
  width: calc((100% - 2rem) / 3);
  text-align: center;
}
#about_shiraishi .about_shiraishi_list .about_shiraishi_list_item .content .after-service_wrap li p {
  font-size: 1rem;
  margin-top: 0.5rem;
  line-height: 1.3;
}

#voice .splide .splide__slide {
  padding: 2rem;
  background: #F5F7F8;
}
#voice .splide .splide__slide .top {
  gap: 1.5rem;
}
#voice .splide .splide__slide .top img {
  width: 9rem;
}
#voice .splide .splide__slide .top .right_wrap {
  flex: 1;
}
#voice .splide .splide__slide .top .right_wrap .star {
  justify-content: flex-start;
  gap: 0.5rem;
}
#voice .splide .splide__slide .top .right_wrap .star img {
  width: 8.5rem;
}
#voice .splide .splide__slide .top .right_wrap .star .font-en {
  font-size: 1.2rem;
  color: #EB5E00;
}
#voice .splide .splide__slide .top .right_wrap p {
  font-size: 1.2rem;
  line-height: 1.3;
}
#voice .splide .splide__slide .body_text {
  padding-top: 1.3rem;
  margin-top: 1.3rem;
  border-top: solid 0.1rem #ccc;
  font-size: 1.2rem;
}
#voice .splide__arrow--next {
  right: -1em;
}
#voice .splide__arrow--prev {
  left: -1em;
}

#campaign {
  padding-bottom: 4rem;
}
#campaign .accordion_wrap .box {
  font-size: 1.2rem;
  padding-top: 2rem;
  line-height: 1.8;
}

footer {
  background: #eee;
  position: relative;
  width: 100%;
  font-size: 1.2rem;
  padding-top: 2rem;
}
footer ul {
  gap: 3rem;
  position: relative;
  z-index: 3;
}
footer ul li a {
  text-decoration: underline;
}
footer .info {
  margin: 1rem 2rem;
  font-size: 1rem;
}
footer .keywords {
  margin: 0rem 2rem 2rem;
  font-size: 1rem;
}
footer .copyright {
  width: 100%;
  background: #000;
  height: 3.5rem;
  color: #fff;
}

table {
  margin-top: 2rem;
}
table th, table td {
  border: solid 0.1rem #EFFDFF;
}
table thead tr th {
  background: #EFFDFF;
  color: #006088;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  text-align: center;
  padding: 0.5rem;
}
table tbody tr th {
  width: 2.3rem;
  background: #EFFDFF;
  vertical-align: middle;
}
table tbody tr th figure {
  width: 1rem;
  margin: 0 auto;
}
table tbody tr td {
  padding: 0.4rem;
}
table tbody tr td .table_ring {
  position: relative;
}
table tbody tr td .table_ring::before {
  content: "";
  background: url(../img/search.svg) no-repeat center/contain;
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}
.modal.modal_big picture {
  width: 37rem;
}
.modal .modal-box {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 2rem;
  width: 33rem;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 1001;
}
.modal .modal-box .modalClose {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  font-size: 3rem;
  color: #333;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: color 0.3s;
}
.modal .modal-box .modalClose:hover {
  color: #00829C;
}
.modal .modal-box .mincho {
  font-size: 2.4rem;
  text-align: center;
  color: #333;
  margin-bottom: 2rem;
}
.modal .modal-box .mincho .small {
  font-size: 1.6rem;
}
.modal .modal-box .cta_btn {
  margin-top: 2rem;
}
.modal .modal-box .google-maps iframe {
  width: 29rem;
  height: 15rem;
}
.modal .modal-box .info_wrap .top {
  margin-top: 2rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  color: #006088;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid #006088;
  margin-bottom: 1.5rem;
}
.modal .modal-box .info_wrap dl {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 0.5rem;
}
.modal .modal-box .info_wrap dl dt {
  background: #f4f1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0.5rem;
}
.modal .modal-box .info_wrap dl dd {
  width: 75%;
  line-height: 1.3;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.area_wrap {
  width: 100%;
  font-size: 1.2rem;
}

.accordion {
  background: #f0f0f0;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #ccc;
}
.accordion::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.15rem solid currentColor;
  border-right: 0.15rem solid currentColor;
  transform: rotate(135deg);
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -0.6rem;
  transition: transform 0.3s;
}
.accordion.active::after {
  transform: rotate(-45deg);
  margin-top: -0.2rem;
}

.box {
  display: none;
  background: #fff;
}
.box.open {
  display: block;
}

.accordion_2 {
  background: #f9f9f9;
  color: #006088;
  border-bottom: 0.1rem solid #eee;
}

.box_2 {
  display: none;
  background: #fff;
  border-bottom: 0.1rem solid #ccc;
  padding: 1rem 0;
}
.box_2.open {
  display: block;
}
.box_2 .note {
  margin-top: 0.8rem;
  text-align: center;
}

.pc_flex button {
  width: 100%;
  background: #00829C;
  color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  text-align: left;
  cursor: pointer;
  text-align: center;
  border-radius: 0.5rem;
  position: relative;
}
.pc_flex button + button {
  margin-top: 1rem;
}
.pc_flex button::before {
  content: "";
  background: url(../img/search_white.svg) no-repeat center/contain;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.pc_flex button .small {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 0.3rem;
  line-height: 1.3;
}/*# sourceMappingURL=style.css.map */