@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500@900&display=swap");
html {
  scroll-behavior: smooth;
  background: #C4D8EC;
  scroll-padding-top: 64pxk;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  position: relative;
  max-width: 480px;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6875;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h1, h2, h3, h4 {
  margin: 0;
}

a {
  opacity: 1;
  transition: opacity 0.3s linear;
}
a:hover {
  opacity: 0.8;
}

* {
  box-sizing: border-box;
}

.inner {
  padding-inline: 20px;
}
.inner.--thin {
  padding-inline: 10px;
}

.header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding-block: 0 10px;
  padding-inline: 10px 10px;
}
.header__title {
  font-size: 10px;
  letter-spacing: 2.5px;
}
.header__logo {
  padding-top: 10px;
  line-height: 1;
  text-align: center;
}
.header__logo h1 p {
  margin: 0;
  font-weight: 900;
}
.header__logo h1 p:nth-of-type(1) {
  font-size: 23px;
  background: linear-gradient(transparent 70%, rgb(196, 216, 236) 50%);
}
.header__logo h1 p:nth-of-type(2) {
  font-size: 14px;
}
.header__div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: -4px;
}
.header__div__menu {
  width: 70px;
  height: 50px;
}
.header__div__menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 100%;
  border-radius: 0 0 5px 5px;
}
.header__div__menu a p {
  margin: 0;
  font-size: 10px;
  text-align: center;
}
.header__div__menu a img {
  height: auto;
  margin: auto;
  display: block;
}
.header__div__menu:nth-of-type(1) a {
  padding-block: 10px;
  background: #1465B2;
}
.header__div__menu:nth-of-type(1) a img {
  width: 20px;
}
.header__div__menu:nth-of-type(2) a {
  padding-block: 6px;
  background: #07B53B;
}
.header__div__menu:nth-of-type(2) a img {
  width: 19px;
}
.header__div__menu:nth-of-type(3) a {
  padding-block: 6px;
  background: #888;
}
.header__div__menu:nth-of-type(3) a img {
  width: 18px;
}
.header__shop {
  font-size: clamp(13px, 3.4666666667vw, 26px);
  line-height: normal;
}

#stickyDev {
  width: 100%;
  background-color: #FFF;
  padding: 10px;
  margin: 0;
  z-index: 2;
  max-width: 480px;
}

.first_cta > div {
  width: 95%;
  margin: 10px auto;
}
.first_cta > div:nth-of-type(1) {
  border-radius: 15px;
  border: 3px solid #1465B2;
  background: #FFF;
  padding-block: 8px;
}
.first_cta > div:nth-of-type(1) > p:nth-of-type(1) {
  font-size: 28px;
  font-weight: 900;
}
.first_cta > div:nth-of-type(1) > p:nth-of-type(1) span {
  color: #1465B2;
}
.first_cta > div:nth-of-type(1) p {
  text-align: center;
  margin: 0;
}
.first_cta > div:nth-of-type(1) div {
  padding-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.first_cta > div:nth-of-type(1) div p {
  line-height: 1;
  font-weight: 900;
}
.first_cta > div:nth-of-type(1) div p:nth-of-type(1) {
  font-size: 15px;
  color: #1465B2;
}
.first_cta > div:nth-of-type(1) div p:nth-of-type(2) {
  font-size: 15px;
}
.first_cta > div:nth-of-type(1) div p:nth-of-type(2) span {
  font-size: 25px;
}
.first_cta > div:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
}
.first_cta > div:nth-of-type(2) a {
  width: 33%;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  padding-block: 10px;
  font-weight: 700;
}
.first_cta > div:nth-of-type(2) a p {
  margin: 0;
}
.first_cta > div:nth-of-type(2) a:nth-of-type(1) {
  background: #1465B2;
}
.first_cta > div:nth-of-type(2) a:nth-of-type(1) img {
  width: 17px;
  height: auto;
}
.first_cta > div:nth-of-type(2) a:nth-of-type(2) {
  background: #07B53B;
}
.first_cta > div:nth-of-type(2) a:nth-of-type(2) img {
  width: 18px;
  height: auto;
}
.first_cta > div:nth-of-type(2) a:nth-of-type(3) {
  font-size: 10px;
  background: #888;
}
.first_cta > div:nth-of-type(2) a:nth-of-type(3) img {
  width: 16px;
  height: auto;
}
.first_cta h3 {
  text-align: center;
  font-size: 24px;
}
.first_cta h3 span {
  color: #1465B2;
}

.img_section {
  margin-top: 28px;
}

.second_cta {
  margin-top: 50px;
  margin-bottom: 45px;
  background: #F5F5F5;
  padding-block: 60px;
}
.second_cta > img {
  width: 95%;
  margin: auto;
  display: block;
}
.second_cta > div {
  margin: 40px auto 0;
}
.second_cta > div > p {
  text-align: center;
  font-size: 16px;
}
.second_cta > div > p span {
  font-size: 10px;
}
.second_cta > div:nth-of-type(1) a {
  background: #1465B2;
}
.second_cta > div:nth-of-type(1) a img {
  width: 30px;
  height: auto;
}
.second_cta > div:nth-of-type(2) a {
  background: #07B53B;
}
.second_cta > div:nth-of-type(2) a img {
  width: 34px;
  height: auto;
}
.second_cta > div:nth-of-type(3) a {
  background: #888;
}
.second_cta > div:nth-of-type(3) a img {
  width: 28px;
  height: auto;
}
.second_cta > div a {
  margin: auto;
  width: 270px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  padding-block: 10px;
  padding-inline: 18px;
  font-weight: 700;
}
.second_cta > div a p {
  margin: 0;
}
.second_cta > div a img {
  height: auto;
}

.faq {
  position: relative;
  padding-block: 50px;
  background-color: #F5F5F5;
}
.faq__title {
  text-align: center;
}
.faq__title-img {
  width: 211px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 30px;
}
.faq__item-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 13px 15px;
  background-color: #1465B2;
  border-radius: 25px;
  color: white;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
.faq__item-title::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -3px;
  border-right: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(45deg) skew(5deg);
  transform-origin: 70% 60%;
}
.--active .faq__item-title {
  border-radius: 25px 25px 0 0;
}
.--active .faq__item-title::after {
  transform: rotate(225deg) skew(5deg);
  transform-origin: 60% 70%;
}
.faq__item-content {
  display: none;
  padding: 15px 10px;
  border-radius: 0 0 15px 15px;
  background-color: white;
  font-size: 13px;
  line-height: 1.6;
}
.--active .faq__item-content {
  display: block;
}

.shop {
  position: relative;
  padding-block: 50px;
}
.shop .info {
  color: #000;
}
.shop .info .data > div {
  display: flex;
  margin: 18px;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
  font-weight: 500;
}
.shop .info .data > div > .midashi {
  display: block;
  width: 68px;
  text-align: center;
  background: #1465B2;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
}
.shop .info .data > div p {
  margin: 0;
}
.shop .info .data > div p:nth-of-type(2) {
  font-size: 16px;
  display: block;
  width: 75%;
}
.shop .info .map {
  margin: auto;
}
.shop .info .map iframe {
  display: block;
  width: 90%;
  height: 168px;
  margin: auto;
}
.shop .info > img {
  display: block;
  width: 138px;
  height: auto;
  margin: auto;
}
.shop .info h2 {
  margin: 30px 0 23px;
  color: #1465B2;
  text-align: center;
  font-size: 24px;
}
.shop div:nth-of-type(2) {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.shop div:nth-of-type(2) a {
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 47%;
  gap: clamp(8px, 2.1333333333vw, 16px);
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding-block: 10px;
  font-weight: 700;
}
.shop div:nth-of-type(2) a p {
  margin: 0;
}
.shop div:nth-of-type(2) a:nth-of-type(1) {
  background: #1465B2;
}
.shop div:nth-of-type(2) a:nth-of-type(1) img {
  width: 17px;
  height: auto;
}
.shop div:nth-of-type(2) a:nth-of-type(2) {
  background: #888;
}
.shop div:nth-of-type(2) a:nth-of-type(2) img {
  width: 18px;
  height: auto;
}
.shop h3 {
  margin: 14px 0;
  text-align: center;
  font-size: 24px;
}
.shop h3 span {
  color: #1465B2;
}

.form {
  position: relative;
  padding-block: 50px;
  background: rgba(20, 101, 178, 0.1);
}
.form__inner {
  padding-inline: 16px;
}
.form__title {
  color: #1465B2;
  font-size: 24px;
  text-align: center;
  font-weight: 900;
  line-height: 1;
}
.form__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 24px;
}
.form__item-label {
  font-size: 16px;
  font-weight: 900;
}
.form__item.--submit input {
  background-color: #1465B2;
  border-radius: 8px;
  color: white;
  font-size: 16px;
  font-weight: 900;
}
.form__item-notice {
  font-size: 10px;
}
.form input,
.form textarea,
.form select {
  width: 100%;
  border: 0;
  border-radius: 4px;
  background-color: #F7F6F4;
  padding: 12px 12px 14px;
  font-size: 14px;
}
.form input::-moz-placeholder, .form textarea::-moz-placeholder, .form select::-moz-placeholder {
  color: #D0C0B5;
}
.form input::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  color: #D0C0B5;
}
.form textarea {
  min-height: calc(4.5em + 24px);
}
.form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: none;
}

.footer {
  padding: 20px;
  text-align: center;
  background-color: #000;
  font-size: 12px;
}
.footer__link {
  color: white;
  text-decoration: none;
}
.footer__copy {
  display: block;
  margin-top: 8px;
  color: white;
}/*# sourceMappingURL=style.css.map */