@charset "UTF-8";
/* 
.m-plus-1p-regular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*/
/* Common */
html {
  scroll-behavior: smooth;
}

#page01,
#page02,
#page03,
#page04,
#page05,
#page06,
#page07,
#page08 {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #page01,
#page02,
#page03,
#page04,
#page05,
#page06,
#page07,
#page08 {
    margin-top: -60px;
    padding-top: 60px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  letter-spacing: 0;
  line-height: 1.75;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

main {
  color: #646464;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inner {
  position: relative;
  width: 1010px;
  max-width: 100%;
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 600px;
    padding: 0 30px;
  }
}

.inner-sm {
  position: relative;
  width: 960px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .inner-sm {
    width: 600px;
  }
}

.inner-lg {
  position: relative;
  width: 1040px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .inner-lg {
    width: 600px;
  }
}

.row {
  display: flex;
  align-items: flex-start;
}

.row-between {
  justify-content: space-between;
}

.row-wrap {
  flex-wrap: wrap;
}

.col-3 {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .col-3 {
    width: 100%;
  }
}

.mb20 {
  margin-bottom: 20px;
}

.tb-none {
  display: block;
}
@media screen and (max-width: 1000px) {
  .tb-none {
    display: none;
  }
}

.sp-none {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

.tb-show {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .tb-show {
    display: block !important;
  }
}

.sp-show {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-show {
    display: block !important;
  }
}

.center {
  text-align: center;
}

.c-btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 67.5px;
  border-radius: 100px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  background-color: #ff3856;
  font-size: 24px;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "YuGothic", "YuGothic-Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", sans-serif;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    height: 47.5px;
    font-size: 17px;
  }
}
.c-btn01 > span {
  display: block;
  position: relative;
  font-size: 16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .c-btn01 > span {
    font-size: 11px;
  }
}
.c-btn01--small {
  font-size: 14px;
  height: 40px;
}
.c-btn01--small > span {
  font-size: 9px;
  margin-bottom: 2px;
}
.c-btn01--small > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -8px;
  width: 1px;
  height: 8px;
  background-color: #fff;
  rotate: -30deg;
}
.c-btn01--small > span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  width: 1px;
  height: 8px;
  background-color: #fff;
  rotate: 30deg;
}

.tbOnly {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tbOnly {
    display: block;
  }
}

.tbNone {
  display: block;
}
@media screen and (max-width: 1000px) {
  .tbNone {
    display: none;
  }
}

.sup02 {
  position: relative;
  top: -5px;
  vertical-align: top;
  font-size: 29px;
}
@media screen and (max-width: 767px) {
  .sup02 {
    top: -4px;
    font-size: 18px;
  }
}

/* モーダルウィンドウ
--------------------------- */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  background: white;
  padding: 10px;
  border-radius: 10px;
  width: 700px;
  max-width: 90%;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  transform: translateY(-10px);
  -webkit-animation: fadeInModal 0.4s ease forwards;
          animation: fadeInModal 0.4s ease forwards;
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal {
    max-width: 80%;
    padding: 20px;
  }
}
.modal__left {
  width: 170px;
}
@media screen and (max-width: 767px) {
  .modal__left {
    margin: 0 auto;
  }
}
.modal__right {
  width: calc(100% - 220px);
  text-align: left;
}
@media screen and (max-width: 767px) {
  .modal__right {
    width: 100%;
  }
}

@-webkit-keyframes fadeInModal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInModal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.close-btn {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  background: #04a6e9;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 100px;
  cursor: pointer;
  font-weight: bold;
}

.kern-start {
  display: inline-block;
  margin-left: -0.5em;
}

.kern-end {
  display: inline-block;
  margin-right: -0.4em;
}