a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

[hidden] {
  display: none;
}

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
}

a {
  display: inline-block;
  text-decoration: none;
}

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

main {
  display: block;
}

#app {
  position: relative;
}

._dev_container {
  margin: 100px auto;
  padding: 30px;
  max-width: 1280px;
  background-color: #dedede;
}

._dev_hdg1 {
  margin: 30px 0 10px;
  border-bottom: 1px solid #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}

._dev_hdg2 {
  margin: 20px 0 10px;
  border-bottom: 1px solid #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

[v-cloak] {
  display: none;
}

.u-bg--red {
  background: #e3002d;
}

.u-bg--orange {
  background: #ff9f00;
}

.u-bg--pink {
  background: #ff4599;
}

.u-bg--blue {
  background: #164cc8;
}

.u-bg--green {
  background: #4ad28a;
}

@media screen and (min-width: 768px) {
  .u-hide--pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-hide--sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .mt {
    margin-top: 30px;
  }
}
.u-hover1 {
  opacity: 1;
  transition: 0.2s opacity;
}

@media screen and (min-width: 768px) {
  .u-hover1:hover {
    opacity: 0.7;
  }
}
.c-footer1 {
  background-color: #24b2e8;
  position: relative;
  z-index: 1;
}

.c-footer1__link {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 231px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-footer1__link {
    max-width: 150px;
    padding-top: 20px;
  }
}
.l-container1 {
  margin: 0 auto;
  max-width: 1080px;
}

@media screen and (max-width: 767px) {
  .l-container1 {
    padding: 0 10px;
  }
}
.c-btn1 {
  max-width: 814px;
  margin-bottom: 6px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
  background: url(../images/bg_04.png) center/cover;
  box-shadow: 0 6px #a7e7f8;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: opacity 0.2s, box-shadow 0.2s, transform 0.2s;
}

@media screen and (max-width: 767px) {
  .c-btn1 {
    padding: 10px 0;
    box-shadow: 0 3px #a7e7f8;
    border-radius: 10px;
  }
}
@media screen and (min-width: 768px) {
  .c-btn1:hover {
    opacity: 0.7;
    box-shadow: 0 0 #a7e7f8;
    transform: translate3d(0, 6px, 0);
  }
}
.c-btn1 + .c-list1 {
  margin-top: 12px;
}

.c-btn1__img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-btn1__img {
    max-width: 250px;
  }
}
.c-hdg1 {
  margin: 0 auto;
  background: url(../images/bg_01.png) center/cover;
  position: relative;
  overflow: hidden;
}

.c-hdg1__img {
  margin: 30px auto;
  display: block;
  box-shadow: 0 0 43px -5px #000;
}

@media screen and (max-width: 767px) {
  .c-hdg1__img {
    margin: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) {
  .c-hdg1__img {
    width: 50%;
  }
}
.c-hdg1__img__PC {
  box-shadow: 0 0 43px -5px #000;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.c-hdg2 {
  padding: 20px 0;
  background-color: #ff72d0;
  border-radius: 10px;
  color: #fff;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
}

@media screen and (max-width: 767px) {
  .c-hdg2 {
    padding: 8px 0;
    font-size: 1.6rem;
    border-radius: 5px;
  }
}
.c-hdg3 {
  font-weight: 700;
  line-height: 1.7;
}

.c-hdg8 {
  color: #007ac5;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-hdg8 {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.c-hdg8__link {
  display: block;
  transition: opacity 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .c-hdg8__link {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .c-hdg8__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-hdg8__img {
    max-width: 100%;
    width: auto;
    height: 100%;
  }
}
.c-text1 {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
  }
}
.c-text2 {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1.2rem;
  }
}
.c-text3 {
  color: #333;
  font-size: 2rem;
  line-height: 2;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-text3 {
    padding: 0 30px;
    font-size: 1.2rem;
    line-height: 1.75;
    text-align: center;
  }
}
.c-text4 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .c-text4 {
    padding: 0 30px;
    font-size: 1.4rem;
  }
}
.c-text5 {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-text5 {
    font-size: 1.2rem;
  }
}
.c-table1 {
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  text-align: center;
}

.c-table1__row {
  border-right: 1px solid #b3b3b3;
}

.c-table1__head {
  padding: 18px 0;
  width: 20%;
  background-color: #4e4e4e;
  border-left: 1px solid #fff;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-table1__head {
    padding: 8px 0;
    text-align: center;
    font-size: 1.3rem;
  }
}
.c-table1__head:first-child {
  border-left: 1px solid #b3b3b3;
}

@media screen and (max-width: 767px) {
  .c-table1__head:first-child {
    width: 35%;
  }
}
.c-table1__desc {
  padding: 18px 0;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-table1__desc {
    padding: 10px 0;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle;
  }
}
.c-table2 {
  border-bottom: 1px solid #4e4e4e;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: left;
  font-family: "Noto Sans JP", Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .c-table2 {
    font-size: 1.2rem;
  }
}
.c-table2__row {
  border-top: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
}

.c-table2__head {
  padding: 15px;
  background-color: #4e4e4e;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-table2__head {
    padding: 7px;
  }
}
.c-table2__head + .c-table2__head {
  border-left: solid 1px #fff;
}

.c-table2__desc {
  padding: 15px;
  border-left: 1px solid #4e4e4e;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-table2__desc {
    padding: 7px;
    width: 30%;
  }
}
.c-copy1 {
  padding: 30px 0 15px;
  display: block;
  color: #000;
  text-align: center;
  letter-spacing: 1.08px;
  font-size: 1.2rem;
  font-family: Roboto, "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .c-copy1 {
    line-height: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-copy1 {
    padding: 35px 0 25px;
  }
}
.c-pagetop {
  padding: 0;
  border-width: 0;
  background: 0 0;
  display: none;
  position: fixed;
  right: 60px;
  bottom: 300px;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .c-pagetop {
    width: 100px;
    right: 10px;
    bottom: 80px;
  }
}
.tableBottom {
  border-bottom: #900 1px solid !important;
}

.prefecture {
  background-color: #4e4e4e;
  border-left: #fff 1px solid;
}

.kiyaku__title {
  color: #333;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .kiyaku__title {
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
}
.c-box1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 6rem;
  background-color: #ff72d0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-box1 {
    display: block;
    padding: 3rem;
  }
}
.c-box1__title {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-box1__title {
    font-size: 1.9rem;
  }
}
.c-box1__btn {
  padding: 2rem 3.5rem;
  border-radius: 15px;
  background: url(../images/bg_04.png) repeat;
  box-shadow: 0px 6px 0px 0px #a7e7f8;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  transition: opacity 0.2s, box-shadow 0.2s, transform 0.2s;
}
.c-box1__btn:hover {
  opacity: 0.7;
  box-shadow: 0 0 #a7e7f8;
  transform: translate3d(0, 6px, 0);
}
@media screen and (max-width: 767px) {
  .c-box1__btn {
    width: 100%;
    margin-top: 2rem;
    padding: 2rem;
    text-align: center;
    font-size: 1.9rem;
  }
}
.c-box1--green {
  background-color: #7fbe33;
}
.c-box1--green .c-box1__btn {
  background: url(../images/bg_05.png) repeat;
  box-shadow: 0px 6px 0px 0px #f6dba7;
}
.c-box1--green .c-box1__btn:hover {
  box-shadow: 0 0 #f6dba7;
}

.p-top {
  background: #fff;
  background: #fff url(../images/bg_02.png) repeat-y center top;
}

.p-top .l-container1 {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-top .l-container1 {
    padding-bottom: 40px;
  }
}
.p-top1 {
  margin-top: 36px;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #333;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top1 {
    margin: 0 auto 20px;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-top1 .c-hdg8 {
    margin-top: 20px;
  }
}
.p-top1 .c-text1 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-top1 .c-text1 {
    margin-top: 20px;
  }
}
.p-top1 .c-text2 {
  margin-top: 10px;
}

.p-top1 .c-btn1 {
  margin-top: 24px;
}

.p-top1 .c-btn1:first-child {
  margin-top: 0;
}

.p-top1__link {
  margin-top: 24px;
  display: inline-block;
  transition: opacity 0.4s ease-in-out;
}

.p-top1__link:first-child {
  margin-top: 0;
}

.p-top1__link:hover {
  opacity: 0.7;
}

.p-top1 .c-box1 {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top1 .c-box1 {
    margin-top: 2rem;
  }
}

.p-top2 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-top2 {
    margin-top: 40px;
  }
}
.p-top2 .c-text3 {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top2 .c-text3 {
    margin-top: 20px;
  }
}
.p-top2 .c-table1 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-top2 .c-table1 {
    margin-top: 20px;
  }
}
.p-top2__pict {
  max-width: 814px;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-top2 .c-hdg2 {
    line-height: 1.3;
  }
}
.p-top2 .c-hdg2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top2 .c-hdg2 br {
    display: block;
  }
}
.p-top2 .c-hdg8 {
  margin-top: 4rem;
  color: #f03897;
}
.p-top2 .c-text1 {
  margin-top: 3rem;
}
.p-top2 .c-btn1 {
  margin-top: 4rem;
}

.p-top3 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top3 {
    margin-top: 40px;
  }
}
.p-top3 .c-text3 {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top3 .c-text3 {
    margin-top: 20px;
  }
}

.p-top4 {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-top4 {
    margin-top: 40px;
  }
}
.p-top4 .c-table2 {
  margin: 40px auto 0;
  width: 80%;
}
.p-top4 .c-table2__head, .p-top4 .c-table2__desc {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-top4 .c-table2 {
    margin-top: 20px;
    width: 100%;
  }
}
.p-top5 {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top5 {
    margin-top: 40px;
  }
}
.p-top5 .c-text3 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-top5 .c-text3 {
    margin-top: 20px;
  }
}
.p-top5__link {
  margin-top: 30px;
  box-shadow: 0 0 21px -5px #777;
  transition: opacity 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-top5__link {
    margin-top: 15px;
    box-shadow: 0 0 10px -3px #777;
  }
}
.p-top5__link:hover {
  opacity: 0.7;
}

.p-top6 {
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top6 {
    margin-top: 40px;
  }
}
.p-top6 .c-text4 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-top6 .c-text4 {
    margin-top: 20px;
    padding: 0 30px;
    text-align: left;
  }
}
.p-top6 .c-text4 + .c-text4 {
  margin-top: 20px;
}

.p-top6_1 {
  margin-top: 40px;
}

.p-top6_1__inner {
  margin: 10px auto 0;
  padding: 20px;
  max-width: 840px;
  height: 300px;
  background-color: #fff;
  border: 1px solid #000;
  overflow-y: scroll;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-top6_1__inner {
    padding: 10px;
    width: 100%;
    height: 150px;
    font-size: 1.2rem;
  }
}
.p-top6_1__inner .c-hdg3 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top6_1__inner .c-hdg3 {
    margin: 10px auto;
  }
}
.p-top6_1__inner .c-text5 {
  margin-top: 20px;
  text-align: left;
}

.p-top6_1__inner dl {
  margin-top: 20px;
}

.p-top6_1 a {
  text-decoration: underline;
}

.p-top7 {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top7 {
    margin-top: 40px;
  }
}
.p-top7 .c-hdg2 {
  background-color: #7fbe33;
}
@media screen and (max-width: 767px) {
  .p-top7 .c-hdg2 {
    line-height: 1.3;
  }
}
.p-top7 .c-hdg2 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top7 .c-hdg2 br {
    display: block;
  }
}
.p-top7 .c-text1 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top7 .c-text1 {
    margin-top: 2rem;
  }
}
.p-top7 .c-btn1 {
  margin-top: 4rem;
  background: url(../images/bg_05.png) repeat;
  box-shadow: 0 6px #f6dba7;
}
.p-top7 .c-btn1:hover {
  box-shadow: 0 0 #f6dba7;
}

.p-top8 {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top8 {
    margin-top: 40px;
  }
}
.p-top8 .c-hdg2 {
  background-color: #7fbe33;
}
.p-top8 .c-text3 {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top8 .c-text3 {
    margin-top: 20px;
  }
}

.p-top9 {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top9 {
    margin-top: 40px;
  }
}
.p-top9 .c-hdg2 {
  background-color: #7fbe33;
}
.p-top9 .c-table2 {
  margin: 40px auto 0;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p-top9 .c-table2 {
    margin-top: 20px;
    width: 100%;
  }
}
.p-top9 .c-table2__head, .p-top9 .c-table2__desc {
  text-align: left;
}/*# sourceMappingURL=style.css.map */