@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #000000;
  cursor: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 1.7rem;
  }
}

a:link {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:visited {
  color: #333;
}

a:hover {
  opacity: 0.8;
}

ul,
ol,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

p {
  margin: 0;
  padding: 0;
}

@media print, screen and (min-width: 1024px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  .pc-only {
    display: block;
  }
}

.t--right {
  text-align: right;
}

.t--left {
  text-align: left;
}

.t--center {
  text-align: center;
}

.t--red {
  color: #cc0000;
}

@media print, screen and (min-width: 1024px) {
  a[href*="tel:"] {
    cursor: text;
    pointer-events: none;
    text-decoration: none;
  }
}
*,
::before,
::after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  cursor: default;
  line-height: 1.5;
  tab-size: 4;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

input {
  overflow: visible;
}

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.l-footer {
  background: #fff;
  padding: 20px;
}
@media print, screen and (min-width: 1024px) {
  .l-footer {
    padding: 35px 0 32px;
  }
}

.l-inner {
  padding: 0 20px;
}
@media print, screen and (min-width: 1024px) {
  .l-inner {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 50px;
  }
}

.p-footer__copyright {
  margin: 0 auto;
  width: 160px;
}
@media print, screen and (min-width: 768px) {
  .p-footer__copyright {
    width: 200px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-footer__copyright {
    width: 273px;
  }
}

.p-contents {
  background: #84c0ea;
  margin-top: 30px;
  padding: 30px 0;
}
@media print, screen and (min-width: 768px) {
  .p-contents {
    margin-top: 40px;
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-contents {
    margin-top: 50px;
    padding: 63px 0 70px;
    position: relative;
  }
}
.p-contents h3 {
  background: #fff;
  border-color: #015dab;
  color: #015dab;
}
.p-contents ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.2em;
  row-gap: 0.7em;
}
@media print, screen and (min-width: 1024px) {
  .p-contents ul {
    width: 60%;
  }
}
.p-contents ul li {
  color: #fff;
  line-height: 1.5;
  padding-left: 1.2em;
  position: relative;
}
.p-contents ul li::before {
  background: #015dab;
  content: "";
  height: 0.8em;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 0.8em;
}
@media print, screen and (min-width: 1024px) {
  .p-contents ul li::before {
    top: 0.4em;
  }
}

p.p-contents__title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1em;
}
@media print, screen and (min-width: 768px) {
  p.p-contents__title {
    font-size: 20px;
    font-weight: 900;
  }
}
@media print, screen and (min-width: 1024px) {
  p.p-contents__title {
    font-size: 24px;
    width: 60%;
  }
}

.p-contents__img {
  margin: 20px auto 0;
  max-width: 466px;
  width: 70%;
}
@media print, screen and (min-width: 1024px) {
  .p-contents__img {
    left: calc(50% + 174px);
    position: absolute;
    right: auto;
    top: 60px;
    width: 30%;
  }
}

.p-fv {
  background-image: url(../images/kv_bg_data.png), url(../images/kv_bg.png);
  background-position: center bottom 10%, center bottom;
  background-repeat: no-repeat;
  background-size: 90%, cover;
  height: 100vh;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-fv {
    background-position: center bottom 3%, center bottom;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-fv {
    background: url(../images/kv_bg_result.jpg) center bottom no-repeat;
    background-size: cover;
  }
}

.p-fv__kv {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  max-width: 615px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@-webkit-keyframes fadeUp {
  0% {
    -webkit-transform: translateY(10px);
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(10px);
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.p-fv__kv-ribbon {
  -webkit-animation: fadeUp 1.5s ease 0s forwards;
  animation: fadeUp 1.5s ease 0s forwards;
  margin: 0 auto;
  max-width: 538px;
  opacity: 0;
  width: 90%;
}

h1.p-fv__kv-logo {
  -webkit-animation: fadeUp 1.5s ease 0s forwards;
  animation: fadeUp 1.5s ease 0s forwards;
  margin: 0;
  opacity: 0;
}
@media print, screen and (min-width: 768px) {
  h1.p-fv__kv-logo {
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 60vh;
    width: auto;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 1024px) {
  h1.p-fv__kv-logo {
    height: 60vh;
    position: relative;
  }
}
h1.p-fv__kv-logo img {
  display: block;
  height: auto;
  margin: 0 auto;
  width: auto;
}
@media print, screen and (min-width: 1024px) {
  h1.p-fv__kv-logo img {
    -o-object-fit: contain;
    height: 100%;
    left: 0;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.p-bg {
  background: url(../images/bg.png) center center repeat-x;
  background-size: auto 100%;
  height: 160px;
}
@media print, screen and (min-width: 768px) {
  .p-bg {
    height: 200px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-bg {
    height: 235px;
  }
}

.p-entry-title {
  background: #b8d664;
  padding: 30px 0;
}
@media print, screen and (min-width: 768px) {
  .p-entry-title {
    padding: 40px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-entry-title {
    padding: 75px 50px 60px;
  }
}
.p-entry-title h3,
.p-entry-title h2 {
  font-size: min(5.333vw, 29px);
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}
.p-entry-title h3 {
  color: #fff;
  line-height: 1.5;
}
.p-entry-title h2 {
  color: #e81010;
  margin: 0.2em 0 0.4em;
}
.p-entry-title h2 span {
  font-size: min(6.4vw, 43px);
}

.p-previous-cm {
  background: #b8d664;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-previous-cm {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-previous-cm {
    padding-bottom: 75px;
  }
}

.p-previous-cm__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-previous-cm__list {
    justify-content: space-between;
  }
}

a.p-previous-cm__item {
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  a.p-previous-cm__item {
    width: 48%;
  }
}
a.p-previous-cm__item img {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
}
a.p-previous-cm__item p {
  color: #2d2b29;
  font-size: min(4vw, 22px);
  font-weight: 900;
  margin-top: 0.5em;
  padding-right: 0.5em;
  position: relative;
  text-align: center;
}
a.p-previous-cm__item p::after {
  content: "▶";
  display: inline-block;
  margin-right: 5px;
}
a.p-previous-cm__item:hover {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.p-previous-list {
  background: rgba(184, 214, 100, 0.6);
  padding: 30px 0 50px;
}
@media print, screen and (min-width: 768px) {
  .p-previous-list {
    padding: 40px 0 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-previous-list {
    padding: 65px 50px 100px;
  }
}

.p-previous-list__title {
  margin: 0 auto;
  max-width: 650px;
}

table.p-previous-list__table {
  margin-top: 30px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  table.p-previous-list__table {
    margin-top: 35px;
  }
}
table.p-previous-list__table tr {
  border-left: solid 1px #cccccc;
  border-top: solid 1px #cccccc;
}
table.p-previous-list__table th,
table.p-previous-list__table td {
  border-bottom: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  line-height: 1.5;
  padding: 1em 0.7em;
}
table.p-previous-list__table th {
  background: #fce2d3;
  font-weight: 700;
  text-align: left;
  width: 20%;
}
table.p-previous-list__table td {
  background: #fff;
  width: 40%;
}

.p-entry {
  background: #b8d664;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-entry {
    padding-bottom: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-entry {
    padding-bottom: 75px;
  }
}

.p-entry__title {
  margin: 0 auto;
  max-width: 650px;
}

.p-entry__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 35px;
  margin-top: 35px;
  max-width: 870px;
}
@media print, screen and (min-width: 768px) {
  .p-entry__list {
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
    justify-content: flex-start;
    row-gap: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-entry__list {
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    margin-bottom: 35px;
    margin-top: 35px;
    row-gap: 60px;
  }
}

.p-entry__item {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding-bottom: 45px;
  position: relative;
  width: 250px;
}
@media print, screen and (min-width: 768px) {
  .p-entry__item {
    max-width: 250px;
    width: 28%;
  }
}
@media print, screen and (min-width: 1024px) {
  .p-entry__item {
    width: 250px;
  }
}
.p-entry__item div {
  text-align: center;
}
.p-entry__item span.town {
  background-color: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 8px;
  text-align: center;
  width: 100%;
}
.p-entry__item span.title {
  background: linear-gradient(transparent 60%, #ff6 60%);
  background-color: white;
  display: inline-block;
  font-weight: 600;
  line-height: 1.25;
}
.p-entry__item span.title.title-small {
  font-size: 80%;
}
.p-entry__item .comment {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 1em;
  padding: 0 10px 10px;
  text-align: left;
}
.p-entry__item .to-form {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  padding: 0 10px 10px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}
.p-entry__item a.to-form-btn {
  background: #ffb100;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 0.3em 2em;
  transition: 0.3s ease-in-out;
}

.iframe-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.grand-wrap {
  background: #b8d664;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .grand-wrap {
    padding-bottom: 80px;
  }
}

.grand {
  text-align: center;
}
.grand .text {
  font-size: 22px;
  font-weight: 800;
  margin-top: 18px;
}
@media print, screen and (min-width: 768px) {
  .grand .text {
    font-size: 32px;
    margin-top: 30px;
  }
}
.grand .text02 {
  font-size: 18px;
  font-weight: 700;
  padding-top: 1em;
}
@media print, screen and (min-width: 768px) {
  .grand .text02 {
    font-size: 24px;
  }
}
.grand .text02_02 {
  color: #b21219;
  font-size: 18px;
  font-weight: 700;
  padding-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .grand .text02_02 {
    font-size: 24px;
    padding-top: 15px;
  }
}
.grand .text03 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .grand .text03 {
    font-size: 25px;
    padding-top: 25px;
  }
}
.grand .red {
  color: #b21219;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .grand .red {
    font-size: 30px;
  }
}

.list-title {
  padding-top: 50px;
}
@media print, screen and (min-width: 768px) {
  .list-title {
    padding-top: 70px;
  }
}

.grand-img {
  padding-top: 20px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .grand-img {
    padding-top: 30px;
  }
}

.c-to-top {
  height: 50px;
  position: absolute;
  right: 20px;
  top: -25px;
  transition: 0.3s all ease-in-out;
  width: 50px;
}
@media print, screen and (min-width: 1024px) {
  .c-to-top {
    height: 107px;
    right: 30px;
    top: -54px;
    width: 107px;
  }
}
@media print, screen and (min-width: 1660px) {
  .c-to-top {
    left: calc(50% + 690px);
    right: auto;
  }
}
.c-to-top:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}

@keyframes fadeUp {
  0% {
    -webkit-transform: translateY(20px);
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */