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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.6;
  font-size: 14px;
  font-family: 'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
  color: #330000;
  letter-spacing: 0.02rem;
  background: url("/assets/img/bg.png");
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

@media only screen and (min-width: 769px) {
  body {
    position: relative;
  }
  .sp {
    display: none !important;
  }
  html,
  body {
    height: 100%;
  }
  .bg-dotcircle {
    position: absolute;
    z-index: -1;
    width: 411px;
    height: 411px;
    background: url("/assets/img/bg_dot_circle.png");
  }
  .bg-dotcircle__01 {
    top: 840px;
    left: calc(50% - 720px);
  }
  .bg-dotcircle__02 {
    top: 1360px;
    right: calc(50% - 720px);
  }
}

@media (max-width: 768px) {
  body {
    font-weight: 400;
  }
  .pc {
    display: none !important;
  }
  .l-gnav-spbtn {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 7777;
  }
  .l-gnav-spbtn ul {
    width: 100%;
    display: table;
    background: #dddddd;
  }
  .l-gnav-spbtn li {
    width: 33%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .l-gnav-spbtn li:nth-child(2) {
    border-right: #ffffff solid 1px;
    border-left: #ffffff solid 1px;
  }
  .l-gnav-spbtn li a {
    padding: 5px;
    display: block;
  }
  .l-gnav-spbtn li img {
    height: 26px;
  }
}

@media (min-width: calc(768px + 1px)) {
  .l-header__cont {
    width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .l-header__upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
  }
  .l-header__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header__btnsLink {
    display: block;
    background-color: #77c350;
    position: relative;
    padding: 15px 55px;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    border-radius: 30px;
    margin-left: 15px;
  }
  .l-header__btnsLink::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header__btnsLink--contact::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 22px;
    width: 24px;
    height: 16px;
    background: url("/assets/img/icon_mail.png");
  }
}

@media (max-width: 768px) {
  .l-header {
    position: fixed;
    width: 100%;
    height: 60px;
    background: url("/assets/img/bg.png");
    z-index: 1;
  }
  .l-header__title {
    position: relative;
    padding-top: 10px;
    padding-left: 10px;
    height: 40px;
    background: url("/assets/img/bg.png");
  }
  .l-header__title img {
    height: 40px;
  }
  .l-header-spmenu {
    position: relative;
  }
  .l-header-spmenu input {
    display: none;
  }
  .l-header-spmenu input:checked ~ label span {
    background-color: rgba(255, 255, 255, 0);
  }
  .l-header-spmenu input:checked ~ label span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-header-spmenu input:checked ~ label span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .l-header-spmenu input:checked ~ .l-header-spmenu__cont {
    opacity: 1;
    display: block;
  }
  .l-header-spmenu label {
    position: fixed;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
  }
  .l-header-spmenu label span,
  .l-header-spmenu label span:before,
  .l-header-spmenu label span:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    background-color: #330000;
    position: absolute;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
  }
  .l-header-spmenu label span:before {
    bottom: 10px;
  }
  .l-header-spmenu label span:after {
    top: 10px;
  }
  .l-header-spmenu__cont {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0;
    display: none;
    top: 60px;
    left: 0;
    z-index: 80;
    background-color: #f5f1d9;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-animation: fadeIn 0.15s ease-in 0s forwards;
            animation: fadeIn 0.15s ease-in 0s forwards;
    padding: 25px 20px;
    background: url("/assets/img/bg_beigedot.png");
    background-size: 23px;
  }
  .l-header-spmenu__contBtns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header-spmenu__contBtnsLink {
    display: block;
    background-color: #77c350;
    position: relative;
    padding: 16px 0;
    width: 43vw;
    text-align: center;
    line-height: 1;
    font-weight: bold;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    border-radius: 30px;
  }
  .l-header-spmenu__contBtnsLink::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header-spmenu__contBtnsLink--contact::before {
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 3.5vw;
    width: 5vw;
    height: 13px;
    background: url("/assets/img/icon_mail.png") no-repeat;
    background-size: 5vw;
  }
  .l-header-spmenu__contMenu {
    margin-top: 2px;
    font-size: 18px;
  }
  .l-header-spmenu__contMenu li {
    border-bottom: 1px dotted #330000;
  }
  .l-header-spmenu__contMenu li a {
    position: relative;
    display: block;
    padding: 19px;
    text-decoration: none;
  }
  .l-header-spmenu__contMenu li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #330000;
    border-right: 2px solid #330000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.l-gnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  position: relative;
}

.l-gnav ul::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 0;
  width: 2px;
  height: 39px;
  background: url("/assets/img/gnav_sep.png");
}

.l-gnav ul li {
  position: relative;
  width: 25%;
  text-align: center;
  padding: 0 10px;
}

.l-gnav ul li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 0;
  width: 2px;
  height: 39px;
  background: url("/assets/img/gnav_sep.png");
}

.l-gnav ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #330000;
  text-decoration: none;
}

.l-gnav ul li a:hover {
  background-color: #cbeaac;
}

.l-gnav ul li .active {
  background-color: #cbeaac;
  pointer-events: none;
}

@media (max-width: 768px) {
  .l-main {
    padding-top: 60px;
  }
}

.l-footer {
  margin-top: 5rem;
  position: relative;
  background: url("/assets/img/bg_footer.png");
}

@media (max-width: 768px) {
  .l-footer {
    margin-top: 65px;
  }
}

.l-footer-inner {
  margin: 0 auto;
}

@media (min-width: calc(768px + 1px)) {
  .l-footer-inner {
    width: 1000px;
  }
}

.l-footer-adrsmap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: calc(768px + 1px)) {
  .l-footer-adrsmap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 100px 0;
  }
}

@media (max-width: 768px) {
  .l-footer-adrsmap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 50px 20px 40px 20px;
  }
}

@media (min-width: calc(768px + 1px)) {
  .l-footer-adrsmap address {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .l-footer-adrsmap address {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

.l-footer-adrsmap__title {
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: calc(768px + 1px)) {
  .l-footer-adrsmap__title {
    vertical-align: middle;
  }
}

@media (max-width: 768px) {
  .l-footer-adrsmap__title {
    font-size: 12px;
  }
}

.l-footer-adrsmap__office {
  font-size: 16px;
}

@media (min-width: calc(768px + 1px)) {
  .l-footer-adrsmap__office {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .l-footer-adrsmap__office {
    font-size: 11px;
  }
}

@media (min-width: calc(768px + 1px)) {
  .l-footer-adrsmap__map {
    width: 660px;
    height: 300px;
  }
}

.l-footer-head {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px dotted #330000;
  display: inline-block;
  padding-bottom: 4px;
  letter-spacing: 0.06rem;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .l-footer-head {
    font-size: 14px;
  }
}

.l-footer-syutai {
  padding-top: 90px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .l-footer-syutai {
    padding: 50px 20px 0 20px;
    font-size: 13px;
  }
}

.l-footer-syutai__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.l-footer-syutai__cont img {
  margin-left: 2em;
}

@media (max-width: 768px) {
  .l-footer-syutai__cont img {
    margin-left: 10px;
  }
}

.l-footer-soritsu {
  padding-top: 80px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .l-footer-soritsu {
    padding: 35px 20px 0 20px;
    font-size: 13px;
  }
}

.l-footer-yurai {
  margin-top: 40px;
  padding: 40px 80px 40px 85px;
  background-color: #fff;
  background: url("/assets/img/bg_whitedot.png");
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: calc(768px + 1px)) {
  .l-footer-yurai {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 768px) {
  .l-footer-yurai {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin: 15px 20px;
    padding: 20px 20px;
  }
}

.l-footer-yurai img {
  width: 204px;
}

@media (max-width: 768px) {
  .l-footer-yurai img {
    margin: 0 auto;
    width: 220px;
  }
}

.l-footer-yurai__txt {
  font-size: 16px;
}

@media (min-width: calc(768px + 1px)) {
  .l-footer-yurai__txt {
    margin-left: 40px;
  }
}

@media (max-width: 768px) {
  .l-footer-yurai__txt {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

.l-footer-yurai__txt h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .l-footer-yurai__txt h3 {
    font-size: 13px;
    margin-bottom: 6px;
  }
}

.l-footer-yurai__txt dl {
  font-size: 14px;
  letter-spacing: 0;
}

@media (min-width: calc(768px + 1px)) {
  .l-footer-yurai__txt dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 768px) {
  .l-footer-yurai__txt dl {
    font-size: 11px;
  }
}

.l-footer-yurai__txt dl dt {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .l-footer-yurai__txt dl dt {
    float: left;
  }
}

@media (max-width: 768px) {
  .l-footer-yurai__txt dl dd {
    margin-left: 5px;
  }
}

.l-footer-history {
  margin-top: 80px;
  margin-bottom: 120px;
}

@media (max-width: 768px) {
  .l-footer-history {
    margin: 40px 20px 70px 20px;
  }
}

.l-footer-history h3 {
  border-bottom: none;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .l-footer-history h3 {
    margin-bottom: 0;
  }
}

@media (min-width: calc(768px + 1px)) {
  .l-footer-history__cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-footer-history__contTxt {
  letter-spacing: 0;
}

@media (min-width: calc(768px + 1px)) {
  .l-footer-history__contTxt {
    width: 590px;
  }
}

.l-footer-history__contTxt dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted #330000;
  font-size: 16px;
}

@media (max-width: 768px) {
  .l-footer-history__contTxt dl {
    font-size: 13px;
  }
}

.l-footer-history__contTxt dl:first-child {
  border-top: 2px dotted #330000;
}

.l-footer-history__contTxt dl:last-child {
  border-bottom: 2px dotted #330000;
}

.l-footer-history__contTxt dl dt {
  font-weight: bold;
  width: 90px;
  padding: 15px 5px;
}

@media (max-width: 768px) {
  .l-footer-history__contTxt dl dt {
    width: 95px;
    padding: 10px 5px;
  }
}

.l-footer-history__contTxt dl dd {
  width: 500px;
  padding: 15px 0;
}

@media (max-width: 768px) {
  .l-footer-history__contTxt dl dd {
    width: 100%;
    padding: 10px 0;
  }
}

.l-footer-history__contImg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: calc(768px + 1px)) {
  .l-footer-history__contImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 363px;
  }
}

@media (max-width: 768px) {
  .l-footer-history__contImg {
    margin-top: 20px;
  }
}

.l-footer-history__contImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 363px;
  height: 210px;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .l-footer-history__contImg img {
    width: 43.5vw;
    height: 28vw;
  }
}

.l-footer-copy {
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  background: #77c350;
  color: #ffffff;
  padding: 22px 0;
}

@media (max-width: 768px) {
  .l-footer-copy {
    font-size: 11px;
    padding: 15px 0;
  }
}

.c-form select,
.c-form input[type="text"],
.c-form input[type="password"],
.c-form input[type="tel"],
.c-form input[type="email"],
.c-form textarea {
  padding: 0.7rem 1.1rem;
  border: 1px solid #d3d3d3;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 14px;
}

.c-form button {
  border: none;
}

.c-form__table {
  width: 100%;
}

@media (min-width: calc(768px + 1px)) {
  .c-form__colHead, .c-form__colInput {
    vertical-align: top;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    line-height: 3.4rem;
    border-bottom: 1px solid #e0e0e0;
  }
}

@media (max-width: 768px) {
  .c-form__colHead, .c-form__colInput {
    display: block;
  }
}

@media (min-width: calc(768px + 1px)) {
  .c-form__colHead--last, .c-form__colInput--last {
    border-bottom: none;
  }
}

@media (min-width: calc(768px + 1px)) {
  .c-form__colHead {
    padding-right: 2rem;
  }
}

@media (max-width: 768px) {
  .c-form__colHead {
    padding-top: 1.2rem;
  }
}

@media (max-width: 768px) {
  .c-form__colInput {
    line-height: 3.2rem;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #e0e0e0;
  }
}

.c-form__text {
  width: 100%;
}

.c-form__text--s {
  width: 8rem;
}

.c-form__text--m {
  width: 12rem;
}

.c-form__text--zip {
  width: 8rem;
}

.c-btn {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #303030;
  background: #faf600;
  background: -webkit-gradient(linear, left top, left bottom, from(#faf600), to(#ef7000));
  background: -webkit-linear-gradient(top, #faf600 0%, #ef7000 100%);
  background: linear-gradient(to bottom, #faf600 0%, #ef7000 100%);
}

.c-btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#faf600), to(#ef7000));
  background: -webkit-linear-gradient(bottom, #faf600 0%, #ef7000 100%);
  background: linear-gradient(to top, #faf600 0%, #ef7000 100%);
}

.c-btn .fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.c-btn .fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.p-page-head {
  position: relative;
  height: 200px;
  padding: 41px 0;
  text-align: center;
  background: url("/assets/img/bg_greendot.png");
}

@media (max-width: 768px) {
  .p-page-head {
    height: 117px;
    padding: 23px 0;
  }
}

.p-page-head__title {
  margin: 0 auto;
  background: url("/assets/img/pagehead_txt_bg.png") no-repeat center top;
  font-size: 40px;
  letter-spacing: 17.5px;
  font-weight: bold;
  padding-left: 16px;
}

@media (min-width: calc(768px + 1px)) {
  .p-page-head__title {
    width: 460px;
    height: 116px;
    line-height: 115px;
    font-size: 40px;
  }
}

@media (max-width: 768px) {
  .p-page-head__title {
    height: 90px;
    background-size: 290px;
    line-height: 73px;
    font-size: 25px;
    letter-spacing: 11px;
    padding-left: 11px;
  }
}

.p-page-head::before {
  position: absolute;
  content: "";
  display: block;
  top: 27px;
  left: calc(50% - 520px);
  width: 258px;
  height: 138px;
  background: url("/assets/img/chara01.png") no-repeat;
}

@media (max-width: 768px) {
  .p-page-head::before {
    top: 71px;
    left: 5px;
    background-size: 100px;
  }
}

.p-page-head::after {
  position: absolute;
  content: "";
  display: block;
  top: 27px;
  right: calc(50% - 500px);
  width: 232px;
  height: 138px;
  background: url("/assets/img/chara02.png") no-repeat;
}

@media (max-width: 768px) {
  .p-page-head::after {
    top: 70px;
    right: 0;
    width: 93px;
    background-size: 93px;
  }
}

.p-page-subhead {
  display: inline-block;
  color: #ef7000;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.25rem;
  white-space: nowrap;
  border-bottom: 3px dotted #ef7000;
  padding-bottom: 3px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p-page-subhead {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.p-page-subhead::after {
  content: " ";
  margin-right: -0.25rem;
}

.p-page-content {
  margin: 0 auto;
  padding-top: 80px;
}

@media (min-width: calc(768px + 1px)) {
  .p-page-content {
    width: 1000px;
  }
}

@media (max-width: 768px) {
  .p-page-content {
    padding-top: 40px;
  }
}

.p-about-syudai {
  border: 10px solid #d7eacd;
  background-color: #fff;
  text-align: center;
  padding: 40px 0;
  letter-spacing: 0.25rem;
}

@media (max-width: 768px) {
  .p-about-syudai {
    margin: 0 20px;
    padding: 20px 0;
    border-width: 5px;
    letter-spacing: 0.2rem;
  }
}

.p-about-syudai__title {
  font-size: 20px;
}

@media (max-width: 768px) {
  .p-about-syudai__title {
    font-size: 12px;
  }
}

.p-about-syudai__cont {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .p-about-syudai__cont {
    margin-top: 10px;
    font-size: 4.3vw;
  }
}

.p-about-syudai__btm {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .p-about-syudai__btm {
    font-size: 12px;
    margin-top: 2px;
  }
}

@media (min-width: calc(768px + 1px)) {
  .p-about-idea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .p-about-idea {
    margin-top: 35px;
  }
}

.p-about-idea__txt {
  font-size: 16px;
}

@media (min-width: calc(768px + 1px)) {
  .p-about-idea__txt {
    width: 525px;
  }
}

@media (max-width: 768px) {
  .p-about-idea__txt {
    text-align: center;
    font-size: 13px;
  }
}

.p-about-idea__img {
  position: relative;
}

@media (max-width: 768px) {
  .p-about-idea__img {
    margin-top: 20px;
    width: 90%;
  }
}

.p-about-idea__img img {
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: calc(768px + 1px)) {
  .p-about-idea__img img {
    width: 420px;
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .p-about-idea__img img {
    width: 100%;
    height: 200px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

.p-about-idea__img::after {
  position: absolute;
  content: "";
  width: 199px;
  height: 151px;
  bottom: -50px;
  right: -54px;
  background: url("/assets/img/chara03.png") no-repeat;
}

@media (max-width: 768px) {
  .p-about-idea__img::after {
    width: 146px;
    height: 116px;
    bottom: -35px;
    right: -29px;
    background-size: 146px;
  }
}

.p-about-hosin {
  margin-top: 95px;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 768px) {
  .p-about-hosin {
    margin-top: 55px;
    font-size: 13px;
  }
}

.p-about-hosin__list {
  margin-top: 34px;
}

@media (min-width: calc(768px + 1px)) {
  .p-about-hosin__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media (max-width: 768px) {
  .p-about-hosin__list {
    margin-top: 15px;
  }
  .p-about-hosin__list img {
    width: 76%;
    margin-bottom: 15px;
  }
}

.p-about-mokuhyo {
  margin-top: 94px;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 768px) {
  .p-about-mokuhyo {
    margin-top: 20px;
    font-size: 13px;
  }
}

@media (min-width: calc(768px + 1px)) {
  .p-about-our {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .p-about-our {
    margin-top: 30px;
  }
}

.p-about-our__txt {
  font-size: 16px;
}

@media (min-width: calc(768px + 1px)) {
  .p-about-our__txt {
    width: 535px;
  }
}

@media (max-width: 768px) {
  .p-about-our__txt {
    text-align: center;
    font-size: 13px;
  }
}

@media (min-width: calc(768px + 1px)) {
  .p-about-our__txt ul li {
    line-height: 2.3;
    white-space: nowrap;
  }
}

@media (max-width: 768px) {
  .p-about-our__txt ul li {
    margin-bottom: 10px;
  }
}

.p-about-our__img {
  position: relative;
}

@media (max-width: 768px) {
  .p-about-our__img {
    margin-top: 20px;
    margin-left: auto;
    width: 90%;
  }
}

.p-about-our__img img {
  width: 420px;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: calc(768px + 1px)) {
  .p-about-our__img img {
    border-radius: 20px;
  }
}

@media (max-width: 768px) {
  .p-about-our__img img {
    width: 100%;
    height: 200px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}

.p-about-our__img::after {
  position: absolute;
  content: "";
  width: 183px;
  height: 126px;
  bottom: -30px;
  left: -54px;
  background: url("/assets/img/chara04.png") no-repeat;
}

@media (max-width: 768px) {
  .p-about-our__img::after {
    width: 124px;
    height: 79px;
    bottom: -16px;
    left: -38px;
    background-size: 124px;
  }
}

.p-about-finmsg {
  position: relative;
  margin-top: 94px;
  margin-bottom: 120px;
  font-size: 16px;
  background: url("/assets/img/bg_whitedot.png");
  border-radius: 10px;
  text-align: center;
  padding: 55px 10px;
}

@media (max-width: 768px) {
  .p-about-finmsg {
    margin: 53px 20px 30px 20px;
    font-size: 13px;
    padding: 20px 10px;
  }
}

.p-about-finmsg::before {
  position: absolute;
  content: "";
  width: 301px;
  height: 95px;
  bottom: -17px;
  left: -65px;
  background: url("/assets/img/chara05.png") no-repeat;
}

@media (max-width: 768px) {
  .p-about-finmsg::before {
    width: 134px;
    height: 44px;
    bottom: -8px;
    left: -15px;
    background-size: 134px;
  }
}

.p-about-finmsg::after {
  position: absolute;
  content: "";
  width: 282px;
  height: 94px;
  bottom: -17px;
  right: -66px;
  background: url("/assets/img/chara06.png") no-repeat;
}

@media (max-width: 768px) {
  .p-about-finmsg::after {
    width: 123px;
    height: 50px;
    bottom: -15px;
    right: -13px;
    background-size: 123px;
  }
}

.p-activity-nenkan {
  text-align: center;
}

@media (max-width: 768px) {
  .p-activity-nenkan {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.p-activity-nenkan__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: left;
  margin-top: 30px;
}

.p-activity-nenkan__item {
  position: relative;
  width: calc(100% / 4 - 15px);
  background-color: #fff;
  padding: 53px 10px 15px 10px;
  margin-bottom: 30px;
  border-radius: 10px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .p-activity-nenkan__item {
    width: calc(100% / 2 - 10px);
    font-size: 13px;
    padding: 48px 10px 10px 10px;
  }
}

.p-activity-nenkan__itemNo {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 0;
  margin: 0 0 0 -6px;
  width: 90px;
  color: white;
  background: #77c350;
}

@media (max-width: 768px) {
  .p-activity-nenkan__itemNo {
    width: 80px;
  }
}

.p-activity-nenkan__itemNo h4 {
  margin: 0;
  padding: 0 16px 0 16px;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 768px) {
  .p-activity-nenkan__itemNo h4 {
    font-size: 16px;
  }
}

.p-activity-nenkan__itemNo h4:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 15px 10px 15px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.p-activity-nenkan__itemNo h4:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 6px transparent;
  border-right: solid 6px #569c7c;
}

.p-activity-nenkan__note {
  font-size: 16px;
}

@media (max-width: 768px) {
  .p-activity-nenkan__note p {
    text-align: left;
    text-indent: -1em;
    margin-left: 1em;
  }
}

.p-activity-getsure {
  text-align: center;
  font-size: 16px;
  margin-top: 70px;
}

@media (max-width: 768px) {
  .p-activity-getsure {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.p-activity-getsure__list {
  margin: 20px auto;
}

@media (min-width: calc(768px + 1px)) {
  .p-activity-getsure__list {
    width: 600px;
  }
}

.p-activity-getsure__list li {
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
}

@media (min-width: calc(768px + 1px)) {
  .p-activity-getsure__pics {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .p-activity-getsure__pics img {
    width: calc(100% / 3 - 15px);
    border-radius: 15px;
  }
}

@media (max-width: 768px) {
  .p-activity-getsure__pics {
    margin-top: 15px;
  }
  .p-activity-getsure__pics img {
    margin-bottom: 15px;
    border-radius: 10px;
  }
}

@media (max-width: 768px) and (min-width: calc(768px + 1px)) {
  .p-activity-getsure__pics img {
    width: 76%;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .p-activity-getsure__pics img {
    width: 80%;
  }
}

.p-activity-secbtm {
  margin-top: 60px;
}

@media (min-width: calc(768px + 1px)) {
  .p-activity-secbtm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-activity-secbtmL {
    width: 44%;
  }
  .p-activity-secbtmR {
    width: 47%;
  }
}

@media (max-width: 768px) {
  .p-activity-secbtmL {
    margin-left: 15px;
    margin-right: 15px;
  }
  .p-activity-secbtmR {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.p-activity-kadai {
  font-size: 16px;
}

.p-activity-kadai p {
  margin-top: 15px;
}

.p-activity-kadaiTo5 {
  background-color: #82d659;
  margin-right: 3px;
  padding: 1px 2px;
}

.p-activity-kadaiTo2 {
  background-color: #f5f055;
  margin-right: 3px;
  padding: 1px 2px;
}

.p-activity-ehon {
  font-size: 16px;
  margin-top: 50px;
}

.p-activity-ehon ul {
  margin-top: 20px;
}

.p-activity-ehon ul li {
  margin-top: 15px;
  margin-left: 1em;
  text-indent: -1em;
}

.p-activity-fusso {
  font-size: 16px;
  margin-top: 50px;
}

.p-activity-1day {
  font-size: 16px;
}

@media (max-width: 768px) {
  .p-activity-1day {
    margin-top: 50px;
  }
}

.p-activity-1day dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 0;
}

.p-activity-1day dl dt {
  margin-top: 2px;
  padding: 10px 15px;
  width: 22%;
  font-weight: bold;
  color: #77c350;
}

@media (max-width: 768px) {
  .p-activity-1day dl dt {
    width: 30%;
  }
}

.p-activity-1day dl dd {
  margin-top: 2px;
  padding: 10px 15px;
  width: 78%;
  border-left: 2px dotted #c3c3c3;
}

@media (max-width: 768px) {
  .p-activity-1day dl dd {
    width: 70%;
  }
}

.p-food-head .p-page-head__title {
  font-size: 33px;
  letter-spacing: 5px;
  padding-left: 5px;
}

@media (max-width: 768px) {
  .p-food-head .p-page-head__title {
    font-size: 22px;
    letter-spacing: 2px;
    padding-left: 2px;
  }
}

.p-food-topimage {
  position: relative;
}

.p-food-topimage img {
  width: 100%;
}

@media (min-width: calc(768px + 1px)) {
  .p-food-topimage img {
    border-radius: 20px;
  }
}

.p-food-topimage__txt {
  position: absolute;
  bottom: 30px;
  font-size: 27px;
  color: #fff;
  padding: 30px 30px;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .p-food-topimage__txt {
    bottom: 0;
    font-size: 13px;
    padding: 10px 15px;
  }
}

.p-food-menu {
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .p-food-menu {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
  }
}

.p-food-menu__list {
  margin: 20px auto;
}

@media (min-width: calc(768px + 1px)) {
  .p-food-menu__list {
    width: 660px;
  }
}

.p-food-menu__list li {
  margin-left: 1em;
  text-align: left;
  text-indent: -1em;
}

@media (min-width: calc(768px + 1px)) {
  .p-food-menu__pics {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .p-food-menu__pics img {
    width: calc(100% / 3 - 15px);
    border-radius: 15px;
  }
}

@media (max-width: 768px) {
  .p-food-menu__pics {
    margin-top: 15px;
  }
  .p-food-menu__pics img {
    margin-bottom: 15px;
    border-radius: 10px;
  }
}

@media (max-width: 768px) and (min-width: calc(768px + 1px)) {
  .p-food-menu__pics img {
    width: 76%;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .p-food-menu__pics img {
    width: 80%;
  }
}

.p-food-syokuzai {
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .p-food-syokuzai {
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.p-food-syokuzai ul {
  text-align: left;
  margin: 20px auto;
}

@media (min-width: calc(768px + 1px)) {
  .p-food-syokuzai ul {
    width: 660px;
  }
}

.p-food-syokuzai ul li {
  margin-top: 10px;
  margin-left: 1em;
  text-indent: -1em;
}

.p-tsubomi-head .p-page-head__title {
  font-size: 30px;
  letter-spacing: 3px;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .p-tsubomi-head .p-page-head__title {
    font-size: 20px;
    letter-spacing: 1px;
    padding-left: 8px;
  }
}

.p-tsubomi-enji {
  font-size: 18px;
}

@media (max-width: 768px) {
  .p-tsubomi-enji {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .p-tsubomi-enji {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.p-tsubomi-enji__catch {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p-tsubomi-enji__catch {
    font-size: 20px;
  }
}

.p-tsubomi-enji__catch span {
  background-color: #95c766;
  padding: 3px 0;
}

.p-tsubomi-mishu {
  margin-top: 60px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .p-tsubomi-mishu {
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.p-tsubomi-mishu .p-page-subhead {
  margin-bottom: 5px;
}

@media (min-width: calc(768px + 1px)) {
  .p-tsubomi-mishu__headwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-tsubomi-mishu__headnote {
  color: #ff3636;
  font-size: 16px;
  margin-left: 1em;
}

@media (max-width: 768px) {
  .p-tsubomi-mishu__headnote {
    font-size: 13px;
    margin-left: 0;
  }
}

.p-tsubomi-mishu__sub2 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .p-tsubomi-mishu__sub2 {
    font-size: 16px;
  }
}

@media (min-width: calc(768px + 1px)) {
  .p-tsubomi-mishu__sub2Wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-tsubomi-mishu__sub2Wrap .p-tsubomi-mishu__sub2Note {
  color: #ff3636;
  font-size: 16px;
}

@media (min-width: calc(768px + 1px)) {
  .p-tsubomi-mishu__sub2Wrap .p-tsubomi-mishu__sub2Note {
    margin-top: 20px;
    margin-left: 1em;
  }
}

@media (max-width: 768px) {
  .p-tsubomi-mishu__sub2Wrap .p-tsubomi-mishu__sub2Note {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.p-tsubomi-mishu__sub3 {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}

.p-tsubomi-mishu__indent1 {
  margin-left: 1em;
}

.p-tsubomi-mishu__note {
  text-align: center;
  color: #ff3636;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .p-tsubomi-mishu__note {
    font-size: 14px;
  }
}

.p-tsubomi-mishu__noteBox {
  margin-top: 15px;
  background-color: #fff;
  padding: 15px;
  color: #ff3636;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .p-tsubomi-mishu__noteBox {
    font-size: 14px;
  }
}

.p-tsubomi-mishu__kaiho {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border: 5px solid #999;
  border-radius: 15px;
  font-size: 22px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .p-tsubomi-mishu__kaiho {
    font-size: 16px;
  }
}

.p-tsubomi-mishu__schdl {
  background-color: #fff;
  padding: 35px 15px 25px 15px;
  text-align: center;
  border: 5px solid #95c766;
  border-radius: 15px;
  margin-top: 30px;
}

.p-tsubomi-mishu__schdlLink {
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-tsubomi-mishu__schdlLink {
    font-size: 22px;
  }
}

.p-tsubomi-mishu__schdlNote {
  margin-top: 15px;
}

.p-tsubomi-mishu__schdlNote a {
  color: #2d2da5;
}

.p-tsubomi-mishu__Link {
  color: #2d2da5;
}

@media (min-width: calc(768px + 1px)) {
  .p-byogo-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-byogo-top img {
    width: 40%;
  }
  .p-byogo-top__txt {
    width: 57%;
    font-size: 18px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  .p-byogo-top {
    margin-left: 15px;
    margin-right: 15px;
  }
  .p-byogo-top__txt {
    margin-top: 15px;
    font-size: 15px;
  }
}

.p-byogo-shorui {
  margin-top: 60px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .p-byogo-shorui {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
  }
}

@media (min-width: calc(768px + 1px)) {
  .p-byogo-shorui__headwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-byogo-shorui__headnote {
  color: #ff3636;
  font-size: 16px;
  margin-left: 1em;
}

@media (max-width: 768px) {
  .p-byogo-shorui__headnote {
    font-size: 13px;
    margin-left: 0;
  }
}

.p-byogo-shorui__list {
  margin-top: 10px;
}

.p-byogo-shorui__list li {
  margin-left: 1em;
  text-indent: -1em;
  margin-top: 8px;
}

.p-byogo-shorui__list li.p-byogo-shorui__listNote {
  margin-left: 2em;
}

.p-byogo-taisho {
  margin-top: 60px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .p-byogo-taisho {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.p-byogo-taisho__val {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .p-byogo-taisho__val {
    font-size: 16px;
  }
}

.p-byogo-riyoryo {
  margin-top: 60px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .p-byogo-riyoryo {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
  }
}

.p-byogo-riyoryo__val {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .p-byogo-riyoryo__val {
    font-size: 16px;
  }
}

.p-byogo-jikan {
  margin-top: 60px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .p-byogo-jikan {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
  }
}

.p-byogo-jikan__val {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .p-byogo-jikan__val {
    font-size: 16px;
  }
}

.p-contact-topmsg {
  text-align: center;
  font-size: 16px;
}

.p-contact-form {
  font-size: 16px;
  background-color: #fff;
}

@media (min-width: calc(768px + 1px)) {
  .p-contact-form {
    border-radius: 20px;
    width: 600px;
    margin: 15px auto 50px auto;
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .p-contact-form {
    margin: 15px auto 50px auto;
    padding: 15px;
  }
}

.p-contact-form label {
  display: block;
  margin-top: 20px;
}

.p-contact-form .form-control {
  border-radius: 5px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  padding: 10px;
  margin-top: 5px;
  width: 100%;
}

.p-contact-form .error-msg {
  text-align: center;
  color: #e60000;
}

.p-contact-recaptcha {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.p-contact-submit {
  display: block;
  border: none;
  background-color: #77c350;
  position: relative;
  padding: 15px 55px 15px 65px;
  letter-spacing: 10px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 30px;
  margin: 30px auto;
}

.p-contact-submit:disabled {
  opacity: 0.5;
}

.p-contact-finmsg {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .p-contact-finmsg {
    font-size: 14px;
  }
}

.p-contact-finmsg h3 {
  font-size: 20px;
  color: #77c350;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .p-contact-finmsg h3 {
    font-size: 16px;
  }
}

.p-top-image {
  text-align: center;
}

.p-top-image__bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: calc(768px + 1px)) {
  .p-top-image__bg img {
    min-height: 750px;
  }
}

@media (min-width: calc(768px + 1px)) {
  .p-top-news {
    margin: 80px auto;
    width: 1000px;
  }
}

@media (max-width: 768px) {
  .p-top-news {
    margin: 20px auto;
  }
}

.p-top-news__head {
  text-align: center;
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  .p-top-news__head {
    padding-bottom: 8px;
  }
}

@media (min-width: calc(768px + 1px)) {
  .p-top-news__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.p-top-news__item {
  background-color: #ffffff;
  border-top: 5px solid #ef7000;
}

@media (min-width: calc(768px + 1px)) {
  .p-top-news__item {
    width: 320px;
    padding: 25px 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .p-top-news__item {
    width: 90%;
    margin: 0 auto 30px auto;
    padding: 20px 20px;
  }
}

.p-top-news__item a {
  text-decoration: none;
}

.p-top-news__item a:hover {
  opacity: 0.8;
}

.p-top-news__itemPic {
  position: relative;
  width: 100%;
}

.p-top-news__itemPic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.p-top-news__itemPic:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.p-top-news__itemDate {
  color: #999;
  font-weight: bold;
  margin-top: 18px;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .p-top-news__itemDate {
    font-size: 11px;
    margin-top: 12px;
  }
}

.p-top-news__itemTitle {
  font-weight: bold;
  font-size: 16px;
  margin-top: 3px;
}

@media (max-width: 768px) {
  .p-top-news__itemTitle {
    font-size: 15px;
  }
}

.p-top-news__itemTxt {
  margin-top: 7px;
}

@media (max-width: 768px) {
  .p-top-news__itemTxt {
    margin-top: 3px;
    font-size: 13px;
  }
}

.p-top-news__more {
  margin-top: 60px;
  margin-bottom: 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-top-news__more {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.p-top-news__more a {
  display: block;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  background-color: #77c350;
  position: relative;
  padding: 25px 0;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 0.15rem;
}

@media (max-width: 768px) {
  .p-top-news__more a {
    width: 220px;
    padding: 14px 0;
    font-size: 15px;
  }
}

.p-top-news__more a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 30px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .p-top-news__more a::after {
    right: 20px;
  }
}

.p-abst-pagelink a {
  margin-bottom: 1rem;
}

.p-abst-ctgrs {
  border: solid 2px #6b6b6b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: top;
  -webkit-align-items: top;
      -ms-flex-align: top;
          align-items: top;
  padding: 0.6em;
}

@media (min-width: calc(768px + 1px)) {
  .p-abst-ctgrs {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media (min-width: calc(768px + 1px)) {
  .p-abst-ctgrs__list {
    padding: 0.5em 0.8em;
  }
}

@media (max-width: 768px) {
  .p-abst-ctgrs__list {
    width: 90%;
    margin: 0 auto;
  }
}

.p-abst-ctgrs__list li {
  border-bottom: dashed 1px #6b6b6b;
  position: relative;
  padding: 0.6em 1em 0.6em 40px;
}

.p-abst-ctgrs__list li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #ef7000;
  color: #ffffff;
  font-family: "Avenir", "Arial Black", "Arial", sans-serif;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-abst-ctgrs__list li:last-of-type {
  border-bottom: none;
}

.p-abst-ctgrs__list--col1 {
  counter-reset: number;
}

.p-entry-price__table {
  width: 100%;
}

.p-entry-price__table th,
.p-entry-price__table td {
  border: 1px solid #6b6b6b;
  padding: 0.5rem 1rem;
}

.p-entry-price__colhead {
  text-align: center;
  background: #ef7000;
}

.p-entry-price__type {
  font-weight: bold;
}

.p-entry-price__price {
  text-align: right;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .p-entry-price__price {
    font-size: 1rem;
    white-space: nowrap;
  }
}

.p-entry-flow__item {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3.3em;
  position: relative;
}

@media (max-width: 768px) {
  .p-entry-flow__item {
    width: 100%;
  }
}

.p-entry-flow__item::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  content: "\f103";
  position: absolute;
  bottom: -2.1em;
  font-size: 2em;
  height: 2em;
  color: #6b6b6b;
  width: 100%;
  text-align: center;
}

.p-entry-flow__item:last-child::after {
  content: none;
}

.p-entry-flow__head {
  background-color: #7390ac;
  color: #ffffff;
  padding: 1rem;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  text-align: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.p-entry-flow__desc {
  padding: 1rem;
  background: #ececec;
  color: #ffffff;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border: 3px solid #7390ac;
}

@media (min-width: calc(768px + 1px)) {
  .p-entry-form {
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .p-entry-form {
    width: 100%;
  }
}

.p-entry-form input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.p-entry-policy {
  border: 5px solid #ececec;
  padding: 1rem;
}

.p-entry-policy__agreewrap {
  background-color: #ececec;
  padding: 0.6rem;
}

.p-news-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 20px;
}

.p-news-pager .page-prev, .p-news-pager .page-next {
  display: block;
  background-color: #77c350;
  position: relative;
  padding: 15px 50px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  border-radius: 30px;
  margin: 0 25px;
}

@media (max-width: 768px) {
  .p-news-pager .page-prev, .p-news-pager .page-next {
    padding: 12px 35px;
    font-size: 16px;
  }
}

.p-news-pager .page-prev::after, .p-news-pager .page-next::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.p-news-pager .page-prev::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.p-news-pager .page-next::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-news-detail {
  background-color: #fff;
  border-radius: 20px;
  padding-bottom: 30px;
}

.p-news-detail__image {
  text-align: center;
}

.p-news-detail__body {
  padding: 30px 30px 30px 30px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .p-news-detail__body {
    padding: 20px 20px 20px 20px;
  }
}

.p-news-detail__date {
  color: #999999;
}

.p-news-detail__title {
  padding-top: 5px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #ef7000;
  border-bottom: 1px solid #c5c5c5;
}

@media (max-width: 768px) {
  .p-news-detail__title {
    font-size: 22px;
  }
}

.p-news-detail__txt {
  line-height: 2;
}

.p-news-detail__txt p {
  overflow: hidden;
}

.p-news-detail__pdf {
  margin-top: 25px;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.p-news-detail__pdf a {
  color: #ef7000;
  text-decoration: none;
}

.p-news-detail__pdf a i {
  font-size: 1.2em;
  margin-right: 5px;
}

.p-news-detail__pdf a:hover {
  opacity: 0.7;
}

.u-fsS {
  font-size: 0.7rem;
}

.u-fsM {
  font-size: 1.1rem;
}

.u-fsL {
  font-size: 1.5rem;
}

.u-letter-space1 {
  letter-spacing: 1em;
  margin-right: -1em;
}

.u-bold {
  font-weight: bold;
}

.u-color-blue {
  color: #0000ff;
}

.u-color-red {
  color: #ff0000;
}

.u-width-max {
  margin: 0 calc(50% - 50vw);
}

.u-inline {
  display: inline-block;
}

.u-txt-r {
  text-align: right;
}

.u-txt-c {
  text-align: center;
}

.u-vtop {
  vertical-align: top;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.u-mtXL {
  margin-top: 3rem;
}

.u-mtL {
  margin-top: 2rem;
}

.u-mtM {
  margin-top: 1rem;
}

.u-mtS {
  margin-top: 0.5rem;
}

.u-mbL {
  margin-bottom: 2rem;
}

.u-mbM {
  margin-bottom: 1rem;
}

.u-mbS {
  margin-bottom: 0.5rem;
}

.u-ml10 {
  margin-left: 10px;
}

.u-mrS {
  margin-right: 0.5rem;
}

.u-mrM {
  margin-right: 1rem;
}

.u-mrL {
  margin-right: 2rem;
}

.u-ml2p {
  margin-left: 2%;
}

.u-ml1em {
  margin-left: 1em;
}

.u-indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indent05-block {
  margin-left: 0.5em;
}

.u-indent1-block {
  margin-left: 1em;
}

.u-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=style.css.map */