@charset "UTF-8";
* {
  box-sizing: border-box;
  word-wrap: break-word;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: 0.2s;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
picture,
img,
video,
a {
  display: block;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

input,
button,
select,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  outline: 0;
  border: 1px solid #b7f4f9;
  font-size: 1.6rem;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.pcView {
  display: block !important;
}
@media (max-width: 568px) {
  .pcView {
    display: none !important;
  }
}

.spView {
  display: none !important;
}
@media (max-width: 568px) {
  .spView {
    display: block !important;
  }
}

.widthKeeper {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}
@media (max-width: 768px) {
  .widthKeeper {
    max-width: 100%;
  }
}

.jelly {
  animation: gelatine 1s infinite;
}

@keyframes gelatine {
  from, to {
    transform: scale(0.95, 0.95);
  }
  50% {
    transform: scale(1, 1);
  }
}
.media {
  margin: 50px auto;
}
.media video {
  width: 100%;
}

.text {
  padding: 20px;
}
.text p {
  line-height: 2.5rem;
  margin-bottom: 10px;
}

.voice {
  padding: 30px 0;
}
@media (max-width: 568px) {
  .voice {
    padding: 0;
  }
}
.voice li {
  padding: 30px;
}
@media (max-width: 568px) {
  .voice li {
    padding: 10px;
  }
}

.big {
  font-size: 125%;
}

h1 {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 568px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 2.8rem;
  padding: 10px 10px;
  margin: 0 20px 30px;
  color: #404040;
  border-bottom: 1px solid #17a369;
  text-align: center;
}
h2 .att {
  display: inline-block;
  color: gray;
  font-size: 90%;
  font-weight: normal;
}
@media (max-width: 568px) {
  h2 .att {
    font-size: 75%;
  }
}
@media (max-width: 568px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  color: #17a369;
  padding: 0 20px;
  margin-bottom: -30px;
  font-size: 2.5rem;
}
@media (max-width: 568px) {
  h3 {
    font-size: 1.8rem;
  }
}

header picture {
  width: 200px;
  margin: 20px auto;
}

.att {
  font-size: 90%;
  text-align: right;
  color: #42423E;
}

section {
  margin-bottom: 50px;
}

#title {
  padding: 0 20px;
}

.btnArea {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btnArea .btn01 {
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: green;
  color: #fff;
  padding: 25px 0;
  margin-bottom: 20px;
  font-size: 2rem;
}
.btnArea .btn02 {
  width: 48%;
  text-align: center;
  font-weight: bold;
  background-color: #393988;
  color: #fff;
  padding: 25px 0;
  border-radius: 10px;
  margin-bottom: 20px;
}
.btnArea .btn03 {
  width: 48%;
  text-align: center;
  font-weight: bold;
  background-color: #921a1a;
  color: #fff;
  padding: 25px 0;
  border-radius: 10px;
  margin-bottom: 20px;
}

#sec01 li {
  line-height: 3rem;
  color: green;
}

#sec02 ul li .text {
  padding: 0 20px 50px;
  margin-top: -30px;
}

/* Floating Area */
#floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px 0 0;
  z-index: 1000;
  margin-bottom: 0;
  font-size: 2rem;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 1001;
}

.modal-content {
  background-color: #fefefe;
  margin: 30% auto 0;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
}
@media (max-width: 568px) {
  .modal-content {
    width: 85%;
    margin: 70% auto 0;
  }
}
.modal-content h4 {
  text-align: center;
  margin-bottom: 30px;
}

.flex {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.flex a {
  width: 47%;
  text-align: center;
  padding: 20px 0;
  background: #17a369;
  color: #fff;
  font-weight: bold;
  border-radius: 100vh;
  border-bottom: 5px solid #1a631b;
}
.flex a:hover {
  margin-top: 3px;
  border-bottom: 2px solid #1a631b;
}

footer {
  background-color: #f8f8f8;
  /* ライトグレーの背景 */
  padding: 20px 0;
  /* 上下にパディング */
  position: relative;
  /* positionプロパティの値を設定 */
  z-index: 1000;
  /* z-indexを設定して他の要素とのスタック順をコントロール */
}

.footerArea {
  text-align: center;
  /* テキストを中央寄せ */
}

.footerArea ul {
  list-style-type: none;
  /* リストマーカーを消す */
  padding: 0;
  /* パディングをリセット */
  margin: 0;
  /* マージンをリセット */
}

.footerArea li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 568px) {
  .footerArea li {
    margin-right: 0;
  }
}

.footerArea li:last-child {
  margin-right: 0;
}

.footerArea a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  transition: color 0.3s;
}

.footerArea a:hover {
  color: #007bff;
}

@media (max-width: 768px) {
  .footerArea li {
    display: block;
    margin-bottom: 10px;
  }
}
.btn--cubic {
  border-bottom: 5px solid #004701;
}

.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #004701;
}

.btn--radius {
  border-radius: 100vh;
}/*# sourceMappingURL=main 2.css.map */