@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

body {
  color: #333;
}

html {
  font-size: 16px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1250px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.6;
  }
}

section {
  overflow-x: hidden;
}

header {
  padding: 0.4375rem 0.9375rem 0.5625rem;
}
@media screen and (min-width: 768px) {
  header {
    padding: 0.84375rem 0.9375rem;
  }
}

.header__inner {
  gap: 0.6875rem;
  background-color: white;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    gap: 0;
    align-items: center;
  }
}

.header-logo {
  max-width: 10.75rem;
}
@media screen and (min-width: 768px) {
  .header-logo {
    max-width: 12.5rem;
  }
}

.header-tel {
  width: 100%;
  max-width: 10.9375rem;
  align-items: center;
  padding: 0.4375rem 0.25rem 0.4375rem 0.625rem;
  background-color: #0C4DA1;
  border-radius: 10px;
  gap: 0.3125rem;
  box-shadow: 2px 2px #01285B;
}
.header-tel__img {
  max-width: 1.0625rem;
}

.header-tel__text {
  font-weight: 700;
  line-height: 1;
}

.header-tel__toptext {
  font-size: 0.625rem;
  letter-spacing: 0.03em;
}

.header-tel__numtext {
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}

footer {
  padding: 13%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  margin-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 4.375rem;
    margin-bottom: 0;
  }
}

.footer-info {
  width: 100%;
  color: #fff;
}

.footer-name {
  text-align: center;
  font-size: 3.7vw;
}
@media screen and (min-width: 768px) {
  .footer-name {
    font-size: 1.25rem;
  }
}

.footer-addres {
  text-align: center;
  font-size: 3.2vw;
  margin-top: 2%;
}
@media screen and (min-width: 768px) {
  .footer-addres {
    justify-content: center;
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
}

.footer-rinc {
  margin: 4.5% auto 0;
  width: 85%;
}
@media screen and (min-width: 768px) {
  .footer-rinc {
    margin-top: 1.25rem;
    justify-content: center;
  }
}

.footer-rinc li {
  padding: 0rem 0;
}

.footer-rinc li a {
  padding: 0rem 0.875rem;
  font-size: 2.8vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer-rinc li a {
    font-size: 1rem;
  }
}

.footer-rinc li:nth-child(n+2) {
  border-left: 1px solid #fff;
}
.copyright {
  margin-top: 5%;
  font-size: 3.2vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.section-title {
  font-family: "M PLUS 1", sans-serif;
  padding-bottom: 0.25rem;
}

.section-title h2 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.5rem;
  font-size: 6.85vw;
  text-align: center;
  display: inline-block;
  background: linear-gradient(to bottom, rgba(255, 242, 177, 0), rgba(255, 242, 177, 0) 60.9%, #fff2b1 61%, #fff2b1 100%);
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    background: linear-gradient(to bottom, rgba(255, 242, 177, 0), rgba(255, 242, 177, 0) 74.9%, #fff2b1 75%, #fff2b1 100%);
    font-size: 2.25rem;
  }
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 50;
  background-color: #FEE617;
  padding: 0.375rem 1rem 0.4375rem;
}
@media screen and (min-width: 768px) {
  .fixed-btn {
    padding: 0.75rem 1rem;
    width: 28.75rem;
  }
}

.fixed-btn__btnarea {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fixed-btn__btnarea {
    justify-content: left;
  }
}

.line-btn {
  background-color: #06C755;
  border-radius: 15px;
  padding: 0.4375rem 0.3125rem 0.375rem 0.4375rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: min(3.14vw, 20px);
  box-shadow: 2px 3px #07AD4B;
  aspect-ratio: 109/62;
}
@media screen and (min-width: 768px) {
  .line-btn {
    padding: 0.75rem 0.375rem;
    width: 7.5rem;
    font-size: 0.875rem;
    aspect-ratio: 90/60;
  }
}

.line-btn img {
  width: 36%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .line-btn img {
    width: 3.125rem;
  }
}

.tel-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0.5625rem;
  background-color: #0C4DA1;
  color: #fff;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-radius: 15px;
  box-shadow: 2px 3px #01285B;
  aspect-ratio: 228/62;
}
@media screen and (min-width: 768px) {
  .tel-btn {
    padding: 0.5rem 0.75rem;
  }
}

.tel-btn img {
  width: 13%;
}
@media screen and (min-width: 768px) {
  .tel-btn img {
    width: 2.8125rem;
  }
}

.tel-btn__texts {
  width: 100%;
  font-weight: 700;
}

.tel-btn__texts .top {
  line-height: 1.3;
  font-size: 2.6vw;
  font-size: min(2.6vw, 18px);
}
@media screen and (min-width: 768px) {
  .tel-btn__texts .top {
    font-size: 0.9375rem;
  }
}

.tel-btn__texts .btm {
  line-height: 1;
  font-size: min(5.7vw, 32px);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .tel-btn__texts .btm {
    font-size: 1.875rem;
  }
}

.fixed-btn__btmtext {
  width: 95%;
  max-width: 25rem;
  margin: 3% auto 0;
}
@media screen and (min-width: 768px) {
  .fixed-btn__btmtext {
    font-size: 0.875rem;
  }
}

.test {
  font-size: 1rem;
  color: red;
}
@media screen and (min-width: 768px) {
  .test {
    font-size: 1.5625rem;
    color: blue;
  }
}

.bb {
  text-decoration: underline;
  font-weight: 700;
}

.b-y {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #fef28e 60%);
}

.shousai4 th {
  background-color: #EEEEEE;
  padding: 17px 22px;
}

/*___________________ フォーム _____________________*/
/* フォーム */
.shousai3 {
  background-color: rgba(255, 255, 255, 0.5);
  width: 830px;
  /*font-size: 27px;
  line-height: 38px;*/
  border-collapse: collapse;
  border-spacing: 0;
  border: #cccccc solid 2px;
  margin: 0 auto 40px;
}

.shousai3 th {
  background-color: #EEE;
  /*width: 186px;
  font-size: 1em;
  font-weight: bold;
  white-space: nowrap;*/
  word-break: break-all;
  text-align: left;
  vertical-align: top;
  padding: 17px 22px;
  border: #cccccc solid 1px;
}

.shousai3 td {
  /*width:460px;
  font-size:1.0em;*/
  text-align: left;
  vertical-align: top;
  border: #cccccc solid 1px;
  padding: 17px 15px 25px 25px;
}

.shousai4 {
  background-color: rgba(255, 255, 255, 0.5);
  width: 830px;
  /*font-size: 27px;
  line-height: 38px;*/
  border-collapse: collapse;
  border-spacing: 0;
  border: #cccccc solid 2px;
  margin: 0 auto 20px;
}

.shousai4 th {
  background-color: #EEE;
  width: 186px;
  /*font-size: 1em;
  font-weight: bold;*/
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  padding: 17px 22px;
  border: #cccccc solid 1px;
}

.shousai4 td {
  width: 460px;
  /*font-size:1.0em;*/
  font-size: 100%;
  text-align: left;
  vertical-align: top;
  border: #cccccc solid 1px;
  padding: 17px 15px;
}

.textfld {
  width: 760px;
  height: 245px;
  font-size: 25px;
  border: solid 2px #aaa;
  padding: 0px 10px;
}

.require {
  font-weight: bold;
  color: #FF0000;
}

.inputTextLong {
  width: 475px;
  height: 55px;
  font-size: 25px;
  border: solid 3px #2787E6;
  padding: 0px 10px;
}

.btn {
  width: 820px;
  height: auto;
  margin: 0px auto 20px; /**/
  display: block;
}

.kome {
  background-color: #f7f7f7;
  width: 780px;
  height: 50px;
  font-size: 18px;
  line-height: 32px;
  padding: 15px 30px;
  margin: 0px auto 40px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
  display: block;
}

.kome span {
  text-align: center;
  display: block;
}

.hinichi {
  width: 706px;
  margin: 0px auto 20px;
  overflow: hidden;
  display: block;
}

form input[type=radio] {
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(2, 2);
  margin-left: 15px;
  margin-top: 10px;
  margin-right: 15px;
}

form input[type=radio]:checked + .radio01::after {
  opacity: 1;
}

form input[type=checkbox] {
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(2, 2);
  margin-left: 15px;
  margin-top: 10px;
  margin-right: 15px;
}

form input[type=checkbox]:checked + .radio01::after {
  opacity: 1;
}

/*___________________ フォーム _____________________*/
/* 画像ぷるぷる */
.animate72, .a-option72, .a-btnsub72 {
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
}

a.a-btn {
  position: relative;
  display: inline-block;
  margin: auto;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a.a-btn img {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

img.a-main {
  width: 100%;
  position: relative;
  z-index: 54;
}

a.shover:hover * {
  animation-name: none !important;
}
@keyframes animate72 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(2deg);
  }
  60% {
    transform: rotate(-1deg);
  }
  70% {
    transform: rotate(3deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.animate72 {
  animation-name: animate72;
}

.a-btn72 {
  padding-left: 0% !important;
}

.a-option72 {
  top: 0% !important;
}

.a-option72 {
  width: 20% !important;
}

.a-btn72 {
  max-width: 100% !important;
}

.animate72, .a-btnsub72, .a-option72 {
  animation-duration: 1s !important;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -moz-animation-duration: 1s !important;
}

@keyframes animate1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.animate72 {
  position: fixed;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .animate72 {
    width: 215px;
    border: 30px;
    left: 30px;
  }
}

.bannar {
  width: 100%;
  background-image: url("../img/bannar-bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 2rem 0 2.625rem;
}
@media screen and (min-width: 768px) {
  .bannar {
    padding: 2.5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .bannar .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .bannar-no1 {
    max-width: 34.375rem;
  }
}

.bannar-btn {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .bannar-btn {
    margin-top: 0;
    width: 100%;
    max-width: 34.375rem;
  }
}

.bannar2 {
  overflow: initial;
}

.bannar2-top {
  padding: 3.5% 0 4.5%;
  background-color: #FC8401;
}
@media screen and (min-width: 768px) {
  .bannar2-top {
    padding: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .bannar2-toptexts {
    justify-content: center;
  }
}

.bannar2-toptexts__text .label {
  padding: 0 0.375rem 0 0.6875rem;
  background-color: #fff;
  color: #000;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-size: 3.3vw;
  line-height: 1.6666666667;
  display: inline-block;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .bannar2-toptexts__text .label {
    padding: 0.125rem 0.75rem;
    font-size: 0.875rem;
  }
}

.bannar2-toptexts__text h3 {
  font-weight: 900;
  letter-spacing: 0.18em;
  font-size: 5.8vw;
  line-height: 0.9090909091;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .bannar2-toptexts__text h3 {
    font-size: 1.625rem;
  }
}

.bannar2-toptexts__text h3 span {
  display: block;
  margin-top: 0.875rem;
  font-size: 8.5vw;
  line-height: 0.625;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .bannar2-toptexts__text h3 span {
    font-size: 2.25rem;
  }
}

.bannar2-top__img {
  width: 27%;
  margin-top: -7%;
  margin-right: -2%;
}
@media screen and (min-width: 768px) {
  .bannar2-top__img {
    width: 7.5rem;
    margin-top: -3.75rem;
  }
}

.bannar2-btnarea {
  margin-top: 1%;
}
@media screen and (min-width: 768px) {
  .bannar2-btnarea {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }
}

.bannar2-btn {
  border-radius: 15px;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .bannar2-btn {
    padding: 0.9375rem;
  }
}

.bannar2-btn.tel {
  padding: 0.625rem 1.125rem 0.625rem;
  background-color: #0C4DA1;
  box-shadow: 4.75px 4px #01285B;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .bannar2-btn.tel {
    padding: 0.9375rem 1.125rem 0.9375rem;
  }
}

.bannar2-btn.line {
  padding: 0.875rem 1.125rem 0.9375rem 1.4375rem;
  background-color: #06C755;
  box-shadow: 4.75px 4px #07AD4B;
  gap: 0.5rem;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  .bannar2-btn.line {
    padding: 1.125rem 1.125rem 1.125rem 1.625rem;
    margin-top: 0;
  }
}

.bannar2-btn.tel .bannar2-btn__img {
  width: 10.5%;
}
@media screen and (min-width: 768px) {
  .bannar2-btn.tel .bannar2-btn__img {
    width: 2rem;
  }
}

.bannar2-btn.line .bannar2-btn__img {
  width: 16%;
}
@media screen and (min-width: 768px) {
  .bannar2-btn.line .bannar2-btn__img {
    width: 3.125rem;
  }
}

.bannar2-btn.tel .bannar2-btn__text {
  font-weight: 700;
}
.bannar2-btn.tel .tel__toptext {
  line-height: 1.3;
  font-size: 3.8vw;
}
@media screen and (min-width: 768px) {
  .bannar2-btn.tel .tel__toptext {
    font-size: 1rem;
  }
}

.bannar2-btn.tel .tel__numtext {
  line-height: 1;
  font-size: 9.5vw;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .bannar2-btn.tel .tel__numtext {
    font-size: 2.25rem;
  }
}

.line-text {
  line-height: 1.3;
  font-size: 6.4vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .line-text {
    font-size: 2rem;
  }
}

.bannar2-btm {
  background-image: url("../img/bannar2-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 8% 3% 6%;
}
@media screen and (min-width: 768px) {
  .bannar2-btm {
    padding: 4.375rem 0.9375rem;
  }
}

.bannar2 .section-title h2 {
  font-family: "Noto Serif", serif;
}
.bannar2-btm__img {
  margin-top: 6%;
}
@media screen and (min-width: 768px) {
  .bannar2-btm__img {
    width: 100%;
    max-width: 43.75rem;
    margin: 1.5rem auto 0;
  }
}

.menu {
  padding: 13% 0;
}
@media screen and (min-width: 768px) {
  .menu {
    padding: 4.375rem 0;
  }
}

.menu-list {
  margin-top: 9%;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .menu-list {
    margin-top: 2.8125rem;
    padding: 0;
  }
}

.menu-list-top {
  text-align: center;
  font-weight: 500;
  font-size: 3.2vw;
  color: #000;
}
@media screen and (min-width: 768px) {
  .menu-list-top {
    font-size: 1.25rem;
  }
}

.menu-list ul {
  margin-top: 9%;
}
@media screen and (min-width: 768px) {
  .menu-list ul {
    max-width: 62.5rem;
    margin: 2.8125rem auto 0;
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.menu-list__item {
  background-color: #FFF2B1;
  border: 1px solid #FEE617;
  border-radius: 5px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .menu-list__item {
    width: calc(50% - 1rem);
  }
}

.menu-list__item:nth-child(n+2) {
  margin-top: 3.9%;
}
@media screen and (min-width: 768px) {
  .menu-list__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.menu-list__bgtext {
  color: #FFED97;
  font-family: "M PLUS 1", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 24vw;
  top: -0.5rem;
  right: 0rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .menu-list__bgtext {
    top: -0.8125rem;
    font-size: 7.5rem;
  }
}

.menu-list__content {
  align-items: center;
  padding: 0.9375rem 1.6875rem 0.875rem;
  gap: 3.25rem;
}
@media screen and (min-width: 768px) {
  .menu-list__content {
    padding: 1.25rem 1.875rem;
    gap: 1.5rem;
  }
}

.menu-list__img {
  width: 31%;
}
@media screen and (min-width: 768px) {
  .menu-list__img {
    width: 4.6875rem;
  }
}

.menu-list__text {
  font-weight: 700;
  line-height: 1.3;
  font-size: 4.2vw;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .menu-list__text {
    font-size: 1.5rem;
  }
}

.menu-list__text::before {
  content: "";
  display: block;
  width: 14%;
  aspect-ratio: 1/1;
  background-image: url("../img/arrow.png");
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .menu-list__text::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.menu-list2 .menu-list__text::before {
  display: none;
}

.problem {
  padding: 12% 0 13.5%;
  background-color: #F1F0F0;
}
@media screen and (min-width: 768px) {
  .problem {
    padding: 4.375rem 0;
  }
}

.problem .section-title h2 {
  background: initial;
}

.problem-contents {
  margin-top: 4%;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .problem-contents {
    margin-top: 2rem;
    justify-content: center;
  }
}

.problem-img {
  width: 31%;
}
@media screen and (min-width: 768px) {
  .problem-img {
    width: 12.5rem;
  }
}

.problem-list {
  width: 69%;
  padding-left: 3%;
}
@media screen and (min-width: 768px) {
  .problem-list {
    padding: 0 0rem 0 1.25rem;
    width: 100%;
    max-width: 56.25rem;
  }
}

@media screen and (min-width: 768px) {
  .problem-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}

.problem-list__item {
  align-items: center;
  gap: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .problem-list__item {
    width: calc(50% - 0.5rem);
    gap: 0.625rem;
  }
}

.problem-list__item:nth-child(n+2) {
  margin-top: 4%;
}
@media screen and (min-width: 768px) {
  .problem-list__item:nth-child(n+2) {
    margin-top: 0rem;
  }
}

.problem-list__check {
  width: 9%;
}
@media screen and (min-width: 768px) {
  .problem-list__check {
    width: 1.625rem;
  }
}

.problem-list__text {
  font-size: 3.4vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .problem-list__text {
    font-size: 1.5rem;
  }
}

.sos {
  padding: 5% 0;
}
@media screen and (min-width: 768px) {
  .sos {
    padding: 2.5rem 0 5rem;
  }
}

.sos-content {
  background-color: #F1F0F0;
  padding: 0 0.9375rem 12%;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .sos-content {
    padding-bottom: 3.75rem;
  }
}

.sos-title {
  font-weight: 700;
  text-align: center;
}

.bg-text {
  line-height: 1;
  color: #E8E8E8;
  font-size: 34vw;
}
@media screen and (min-width: 768px) {
  .bg-text {
    font-size: 11.25rem;
  }
}

.sos-title h2 {
  font-family: "M PLUS 1", sans-serif;
  line-height: 1.3;
  font-size: 6.85vw;
  top: 31%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sos-title h2 {
    font-size: 2.25rem;
    top: 3.125rem;
  }
}

.sos-card {
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  .sos-card {
    max-width: 43.75rem;
    margin: 2.8125rem auto 0;
  }
}

.sos-card__title {
  margin-top: 4%;
  gap: 0.1875rem;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .sos-card__title {
    margin-top: 1rem;
    gap: 0.5rem;
  }
}

.sos-card__atention {
  width: 9%;
}
@media screen and (min-width: 768px) {
  .sos-card__atention {
    width: 3.75rem;
  }
}

.sos-card__title h3 {
  font-weight: 700;
  font-size: 5.3vw;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sos-card__title h3 {
    font-size: 2.25rem;
  }
}

.sos-card__text {
  margin-top: 7.5%;
  line-height: 1.3;
  font-size: 3.7vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .sos-card__text {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.promice {
  padding-bottom: 13%;
}
@media screen and (min-width: 768px) {
  .promice {
    padding-bottom: 4.375rem;
  }
}

.promice-title {
  max-width: 43.75rem;
  margin: 0 auto;
}
.promice-list {
  margin-top: 11.5%;
}
@media screen and (min-width: 768px) {
  .promice-list {
    max-width: 62.5rem;
    margin: 5.625rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .promice-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3.75rem 3rem;
  }
}

@media screen and (min-width: 768px) {
  .promice-list__item {
    width: calc(50% - 1.5rem);
  }
}

.promice-list__item:nth-child(n+2) {
  margin-top: 11%;
}
@media screen and (min-width: 768px) {
  .promice-list__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.promice-list__btm {
  margin-top: 5%;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .promice-list__btm {
    margin-top: 0.75rem;
  }
}

.promice-list__item:nth-child(2n) .promice-list__btm {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .promice-list__top {
    display: flex;
    align-items: flex-end;
  }
}

@media screen and (min-width: 768px) {
  .promice-list__item:nth-of-type(4) .promice-list__top {
    height: 6.5625rem;
  }
}

.promice-list__img {
  width: 33%;
}
@media screen and (min-width: 768px) {
  .promice-list__img {
    width: 10rem;
  }
}

.promice-list__text {
  color: #000;
  font-size: 3.8vw;
  width: calc(67% - 0.5rem);
}
@media screen and (min-width: 768px) {
  .promice-list__text {
    font-size: 1.125rem;
    width: calc(100% - 10rem);
  }
}

.promice-btm {
  margin-top: 8%;
  text-align: right;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .promice-btm {
    max-width: 62.5rem;
    margin: 1.5rem auto 0;
    font-size: 1rem;
  }
}

.flow {
  padding: 13% 0;
  background-color: #FFF9DE;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 4.375rem 0;
  }
}

.flow-list {
  margin-top: 6%;
}
@media screen and (min-width: 768px) {
  .flow-list {
    margin-top: 2.25rem;
  }
}

.flow-list ul {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .flow-list ul {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
  }
}

.flow-list ul::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 90%;
  background-image: url("../img/flow-line.png");
  background-size: cover;
  background-repeat: repeat-y;
  background-position: top;
  background-repeat: no-repeat;
  position: absolute;
  top: 5%;
  left: 10.5%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .flow-list ul::before {
    top: 1.875rem;
    left: 50%;
    aspect-ratio: 422/3.8;
    transform: translateX(-50%);
    background-image: url("../img/flow-line2.png");
    background-size: contain;
    width: 56.25rem;
  }
}

.flow-list__item {
  display: flex;
  gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .flow-list__item {
    display: block;
    width: 13.75rem;
  }
}

.flow-list__item:nth-child(n+2) {
  margin-top: 11%;
}
@media screen and (min-width: 768px) {
  .flow-list__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.flow-list__step {
  width: 22%;
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 50%;
  background-color: #BD0004;
  color: #fff;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  font-size: 3.7vw;
}
@media screen and (min-width: 768px) {
  .flow-list__step {
    width: 4.6875rem;
    height: 4.6875rem;
    font-size: 1rem;
    margin: 0 auto;
  }
}

.flow-list__step span {
  line-height: 1;
  display: block;
  font-size: 8.5vw;
}
@media screen and (min-width: 768px) {
  .flow-list__step span {
    font-size: 2rem;
  }
}

.flow-list__texts {
  margin-top: 3%;
  width: calc(100% - 0.9375rem - 22%);
}
@media screen and (min-width: 768px) {
  .flow-list__texts {
    margin-top: 0;
    width: initial;
  }
}

.flow-list__title h3 {
  font-family: "M PLUS 1", sans-serif;
  line-height: 1.3;
  font-size: 5.5vw;
}
@media screen and (min-width: 768px) {
  .flow-list__title h3 {
    font-size: 1.25rem;
    margin-top: 0.5rem;
    text-align: center;
  }
}

.flow-list__text {
  line-height: 1.5;
  font-size: 3.7vw;
  margin-top: 4%;
}
@media screen and (min-width: 768px) {
  .flow-list__text {
    margin-top: 0.5rem;
    font-size: 1.125rem;
    text-align: center;
  }
}

.voice {
  padding: 12% 0 13%;
  background-color: #F6FEFF;
}
@media screen and (min-width: 768px) {
  .voice {
    padding: 4.375rem 0;
  }
}

.voice-top {
  width: 100%;
  margin: 5% auto 0;
}
@media screen and (min-width: 768px) {
  .voice-top {
    margin: 2rem auto 0;
  }
}

.voice-top img {
  margin: 0 auto 0;
  max-width: 43.75rem;
}

.voice-top p {
  text-align: center;
  font-size: 5.3vw;
  margin-top: 6%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .voice-top p {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
}

.voice-card {
  margin-top: 6%;
}
@media screen and (min-width: 768px) {
  .voice-card {
    width: 100%;
    margin: 6.25rem auto 0;
  }
}

@media screen and (min-width: 768px) {
  .voice-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .voice-card__item {
    width: calc(50% - 0.75rem);
    height: 100%;
  }
}

.voice-card__item:nth-child(n+2) {
  margin-top: 11%;
}
@media screen and (min-width: 768px) {
  .voice-card__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.voice-card__guest {
  width: 30%;
  margin: 0rem auto;
}
@media screen and (min-width: 768px) {
  .voice-card__guest {
    max-width: 9.375rem;
  }
}

.voice-card__guestdetail {
  text-align: center;
  font-size: 3.4vw;
  margin-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .voice-card__guestdetail {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .voice-card__content {
    aspect-ratio: 588/660;
  }
}

.voice-card__main {
  margin-top: -22%;
  padding: 27% 4.5% 10%;
  background-color: #DEF3F7;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .voice-card__main {
    margin-top: -6.25rem;
    height: 100%;
    padding: 7.5rem 1.875rem 2.5rem;
  }
}

.voice-card__type h3 {
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  font-size: 5.5vw;
}
@media screen and (min-width: 768px) {
  .voice-card__type h3 {
    font-size: 1.5625rem;
  }
}

.voice-card__img {
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  .voice-card__img {
    margin-top: 0.9375rem;
  }
}

.voice-card__title {
  margin-top: 4.5%;
}
@media screen and (min-width: 768px) {
  .voice-card__title {
    margin-top: 0.9375rem;
  }
}

.voice-card__title h4 {
  font-weight: 700;
  line-height: 1.3;
  font-size: 5.5vw;
}
@media screen and (min-width: 768px) {
  .voice-card__title h4 {
    font-size: 1.5rem;
  }
}

.voice-card__text {
  font-size: 3.7vw;
  margin-top: 3%;
}
@media screen and (min-width: 768px) {
  .voice-card__text {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }
}

.contact {
  padding: 13% 0 11%;
  background-color: #FFF9DE;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 4.375rem 0;
  }
}

.form {
  margin-top: 9%;
  padding: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .form {
    max-width: 50rem;
    margin: 3.75rem auto 0;
    padding: 0 1.875rem;
  }
}

.form-block {
  width: 100%;
}
.form-block:nth-child(n+2) {
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  .form-block:nth-child(n+2) {
    margin-top: 1.875rem;
  }
}

.form-block__label {
  font-size: 3.7vw;
  line-height: 1;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .form-block__label {
    font-size: 1.25rem;
  }
}

.form-block__label .required {
  padding: 0.125rem 0.375rem;
  border-radius: 5px;
  margin-left: 0.625rem;
  background-color: #FFA81D;
  color: #fff;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .form-block__label .required {
    font-size: 1rem;
  }
}

.form-block__input {
  margin-top: 2%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-block__input {
    margin-top: 0.5rem;
  }
}

.form-block__input input,
.form-block__input textarea {
  width: 100%;
  padding: 3%;
  background-color: #fff;
  font-size: 3.7vw;
}
@media screen and (min-width: 768px) {
  .form-block__input input,
  .form-block__input textarea {
    padding: 0.75rem;
    font-size: 1rem;
  }
}

::-webkit-input-placeholder {
  color: #D7D7D7;
}

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

.form-block__input input {
  height: 3.125rem;
}
@media screen and (min-width: 768px) {
  .form-block__input input {
    height: 4.375rem;
  }
}

.form-block__input textarea {
  height: 7.25rem;
}
@media screen and (min-width: 768px) {
  .form-block__input textarea {
    height: 18.75rem;
  }
}

.form-btn {
  width: 84%;
  margin: 10% auto 0;
  position: relative;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .form-btn {
    max-width: 25rem;
  }
}

@media screen and (min-width: 768px) {
  .form-btn:hover {
    opacity: 0.6;
  }
}

.form-btn::after {
  content: "";
  display: block;
  background-image: url("../img/arrow2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  width: 8%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .form-btn::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}

.form-btn input {
  padding: 0.875rem 0 0.75rem;
  border-radius: 10px;
  width: 100%;
  box-shadow: 3.85px 2.5px #BC780B;
  background-color: #FFA81D;
  font-weight: 700;
  font-size: 4.5vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form-btn input {
    padding: 1.125rem 0;
    font-size: 1.5rem;
  }
}

.pay {
  padding: 10% 0;
}
@media screen and (min-width: 768px) {
  .pay {
    padding: 3.75rem 0;
  }
}

.pay-top {
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  .pay-top {
    margin-top: 2.8125rem;
  }
}

.pay-top h3 {
  text-align: center;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 4.5vw;
}
@media screen and (min-width: 768px) {
  .pay-top h3 {
    font-size: 1.5rem;
  }
}

.pay-list {
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  .pay-list {
    margin-top: 2.8125rem;
    max-width: 50rem;
    margin: 2.8125rem auto 0;
  }
}

.pay-list__type {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 3.7vw;
}
@media screen and (min-width: 768px) {
  .pay-list__type {
    font-size: 1.375rem;
  }
}

.pay-list__type ul {
  gap: 1.25rem;
}
.pay-list__img {
  margin-top: 4%;
}
.pay-list__img li {
  width: 100%;
  padding-top: 6%;
  border-top: 1px solid #D7D7D7;
}
.pay-list__img li:nth-child(n+2) {
  margin-top: 6%;
}

.pay-list__img li:nth-of-type(3) img {
  width: 40%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .pay-list__img li:nth-of-type(3) img {
    width: 40%;
  }
}

.p-ttl-list-top {
  text-align: center;
  font-weight: 500;
  font-size: 3.2vw;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-ttl-list-top {
    font-size: 1.25rem;
  }
}

.p-ttl-list__item {
  background-color: #fff8d4;
  z-index: 0;
  overflow: hidden;
  height: 130px;
}

.p-ttl-list__bgtext {
  color: #ffed97;
  font-family: "M PLUS 1", sans-serif;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 100px;
  margin: -20px 0 0 0;
}

.p-ttl-list__content {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.p-ttl-list__img img {
  width: 50px;
}

.p-ttl-flex {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 800px;
  margin: 30px auto 0;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p-ttl-flex {
    padding: 0 5px;
  }
}

.p-ttl-list__text {
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(16px, 3vw, 26px);
  display: flex;
  align-items: center;
  width: 100%;
}

/* breadcrumb
------------------------------------------------------ */
.breadcrumb {
  max-width: 800px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
  box-sizing: content-box;
}
.breadcrumb a {
  font-size: 12px;
}
.breadcrumb a[aria-current] {
  text-decoration: none;
}

.breadcrumb__list {
  position: absolute;
  top: 10px;
}

.breadcrumb__item {
  display: inline-block;
}
.breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.p-ttl-price {
  padding: 40px 15px 0;
}
.p-ttl-price .ttl {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  background: #fff2b1;
  font-family: "M PLUS 1", sans-serif;
  padding: 10px;
  border-radius: 10px 10px 0 0;
}

.p-ttl-price02 {
  padding: 40px 15px;
}

.p-ttl-inner {
  max-width: 800px;
  margin: 0 auto;
}

.p-ttl__item {
  display: flex;
  padding: 5px;
  margin-top: 17px;
}
.p-ttl__item:nth-child(2n) {
  background: #fff8d4;
}
.p-ttl__item:last-child {
  background: #fff8d4;
}

.p-ttl__item02 {
  display: flex;
  padding: 5px;
  margin-top: 17px;
}
.p-ttl__item02:nth-child(2n+1) {
  background: #fff8d4;
}
.p-ttl__item02:first-child {
  background: #fff;
}

.p-ttl-txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

.p-ttl__item-m {
  padding: 15px 0 15px 5px;
  display: flex;
  align-items: center;
}
.p-ttl__item-m .p-ttl__date {
  line-height: 3;
}

.p-ttl__list {
  margin-top: 17px;
}

.p-ttl__date {
  width: 220px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  flex-shrink: 0;
  font-family: "Noto Sans", sans-serif;
}
@media screen and (min-width: 600px) {
  .p-ttl__date {
    width: 400px;
  }
}

.p-ttl__data {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
}

.p-ttl-attention {
  max-width: 800px;
  margin: 10px auto 0;
}

.p-ttl-attention-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.p-ttl-attention-inner .txt {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Sans", sans-serif;
}

.p-ttl-attention02 {
  margin-top: 17px;
  max-width: 800px;
  margin: 17px auto 0;
}
.p-ttl-attention02 .txt {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
  font-size: clamp(14px, 3vw, 16px);
}

.p-ttl-attention02-img {
  width: 50%;
  max-width: 300px;
  margin: 17px auto 0;
}

.p-footer {
  margin-bottom: 0;
}

.p-ttl-txt02 {
  display: none;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-dflex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-dflex {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-disp-flex {
  display: flex;
}

.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}

.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}

.u-disp-flex__c {
  display: flex;
  justify-content: center;
}

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

.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}

.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.u-posi-rela {
  position: relative;
}

.u-posi-abso {
  position: absolute;
}

.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}

.white-text {
  color: #fff;
}

.red-text {
  color: #BD0004;
}

.blue-text {
  color: #0C4DA1;
}

.blog-title {
  font-size: 16pt;
  padding-top: 12px;
  padding-bottom: 6px;
  font-style:unset;
  text-align: center;
}

.blog-table {
  width:100%;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16pt;
  padding-bottom: 12px;
}

.blog-next {
  text-align: right;
}

.blog-content {
  font-size: 16pt;
  padding: 10px 10px 10px 10px;
  white-space: pre-wrap;
  background-color: lemonchiffon;
}

.sitemap-title {
  font-size: 16pt;
  padding-top: 12px;
  padding-bottom: 6px;
  font-style:unset;
  text-align: center;
}

.sitemap-content {
  font-size: 16pt;
  padding: 10px 10px 10px 10px;
  white-space: pre-wrap;
  background-color: #FFFFFF;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */