* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

li {
  list-style-type: none;
}

th {
  font-weight: inherit;
}

address {
  font-style: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }
}

img {
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button,
input,
select,
textarea {
  padding: 0;
  border: 0;
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}
body.is-resizing * {
  transition: none !important;
}
body.is-fixed {
  width: 100%;
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
[v-cloak] {
  visibility: hidden;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}

.l-container {
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.c-footer {
  background: #FFE88B;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.c-footer .c-listBtn {
  padding: 55px 0;
}
.c-footer .c-listBtn .c-title1 {
  margin-bottom: 39px;
}
.c-footer__copyright {
  padding: 16px 34px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #3E4227;
  border-top: 1px solid #3E4227;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/*------------------------------------------------------------
btn
------------------------------------------------------------*/
.c-btn1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  background: #FE923E;
  border: 1px solid #FE923E;
  border-radius: 48px;
  padding: 13px 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 374px) {
  .c-btn1 a {
    font-size: 1.4rem;
  }
}
.c-btn1 a::after {
  content: "";
  position: relative;
  display: block;
  width: 8px;
  height: 13px;
  background: url("../images/common/icon_arrow.svg") no-repeat center;
  background-size: 8px 13px !important;
  margin-left: 10px;
}
.c-btn1.is-style1 a {
  border-color: #3E4227;
  color: #3E4227;
  background: #fff;
}
.c-btn1.is-style1 a::after {
  background: url("../images/common/icon_arrow1.svg") no-repeat center;
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
.c-title1 {
  text-align: center;
}
.c-title1 span {
  display: block;
}
.c-title1__en {
  font-size: 1rem;
  color: #FE923E;
  line-height: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: 0.45em;
  font-family: "Manrope", sans-serif;
}
.c-title1__jp {
  margin: 0 auto;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
.c-listBtn {
  text-align: center;
}
.c-listBtn__title {
  margin-bottom: 24px;
}
.c-listBtn .c-btn1 {
  max-width: 84.8%;
  margin: 0 auto 16px;
}
.c-listBtn .c-btn1:last-child {
  margin-bottom: 0;
}

/*
------------------------------------------------------------*/
.c-list1__item {
  padding: 40px 17px;
  border: 1px solid #3E4227;
}
.c-list1__item:not(:last-child) {
  margin-bottom: 24px;
}
.c-list1__logo {
  text-align: center;
  margin: 0 auto;
}
.c-list1__text {
  font-size: 1.6rem;
  line-height: 27px;
  letter-spacing: 0.05em;
  color: #222222;
  margin: 23px 0 24px;
}
.c-list1__img {
  padding: 0 5px;
}
.c-list1__img img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.c-list1 .c-btn1 {
  padding: 0 8px;
  margin: 25px 0 -1px;
}

/*
------------------------------------------------------------*/
.c-list2 {
  overflow: hidden;
  background: #F4F1EB;
  padding: 24px 30px;
  border-radius: 20px;
  counter-reset: item-counter;
}
.c-list2__item {
  background: #fff;
  padding: 24px 24px 33px;
  position: relative;
  counter-increment: item-counter;
}
.c-list2__item:not(:last-child) {
  margin-bottom: 16px;
}
.c-list2__item::before {
  content: "0" counter(item-counter);
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FD6F00;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  position: absolute;
  top: 10px;
  left: 10px;
}
.c-list2__img {
  text-align: center;
}
.c-list2__title {
  font-size: 1.8rem;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FD6F00;
  text-align: center;
  margin: 2px 0 6px;
}
.c-list2__text {
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #4F4F4F;
}

/*
------------------------------------------------------------*/
.c-list3__item:not(:last-child) {
  margin-bottom: 35px;
}
.c-list3__q {
  font-size: 1.8rem;
  line-height: 27px;
  letter-spacing: 0.07em;
  font-weight: 500;
  color: #3E4227;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.c-list3__q::before {
  content: "";
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background: url("../images/common/icon_question.svg") no-repeat center;
  background-size: 35px 35px;
  margin-right: 9px;
  flex-shrink: 0;
}
.c-list3__a {
  background: #F4F1EB;
  border-radius: 20px;
  overflow: hidden;
  padding: 19px;
  font-size: 1.4rem;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #4F4F4F;
}

/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
/*------------------------------------------------------------
mv
------------------------------------------------------------*/
.c-mv1__wrap {
  position: relative;
  padding: 16px 0 70px;
}
.c-mv1__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFE88B;
  z-index: -1;
  border-radius: 0 0 20px 0;
}
.c-mv1__wrap::before {
  content: "";
  position: absolute;
  bottom: 32px;
  left: -73px;
  width: 417px;
  height: 203.2%;
  border-radius: 372px;
  border: 12px solid #F2F2B8;
  z-index: 1;
}
@media screen and (max-width: 374px) {
  .c-mv1__wrap::before {
    width: 370px;
  }
}
.c-mv1__content {
  position: relative;
  z-index: 1;
}
.c-mv1__img {
  margin: 16px -20px 0;
}
.c-mv1__img img {
  width: 100%;
}
.c-mv1__title {
  padding: 32px 20px;
}
.c-mv1__text {
  font-size: 1.3rem;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #565A40;
  font-weight: 500;
}

/*------------------------------------------------------------
block
------------------------------------------------------------*/
.c-bltext1__title {
  font-size: 2.5rem;
  line-height: 50px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 22px;
}
.c-bltext1__text {
  font-size: 1.4rem;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.c-bltext1__text p + p {
  margin-top: 30px;
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important;
}

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0;
}

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0;
}

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px;
}

.p-top .c-listBtn {
  padding: 31px 0;
}
.p-top1 {
  padding: 25px 0;
}
.p-top1 .c-title1 {
  margin-bottom: 48px;
}
.p-top1 .c-title1__jp {
  width: 166px;
}
.p-top1 .c-list1__item:nth-child(1) .c-list1__logo {
  width: 120px;
}
.p-top1 .c-list1__item:nth-child(2) .c-list1__logo {
  width: 160px;
}
.p-top2 {
  padding: 30px 0;
}
.p-top2 .c-title1 {
  margin-bottom: 25px;
}
.p-top2 .c-title1__jp {
  width: 102px;
}
.p-top3 {
  padding: 27px 0 56px;
}
.p-top3 .c-title1 {
  margin-bottom: 53px;
}

@media screen and (min-width: 768px) {
  .l-container {
    max-width: 940px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer .c-listBtn {
    padding: 121px 0;
  }
  .c-footer .c-listBtn .c-title1 {
    margin-bottom: 82px;
  }
  .c-footer .c-listBtn .c-title1__jp {
    width: 283px;
  }
  .c-footer__copyright {
    padding: 36px 20px;
  }
}
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-btn1 a {
    padding: 15px 0;
  }
  .c-btn1 a::after {
    width: 9px;
    height: 15px;
    background-size: 9px 15px !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-btn1 a:hover {
    background: #fff;
    color: #FE923E;
    opacity: 1;
  }
  .c-btn1 a:hover::after {
    background: url("../images/common/icon_arrow2.svg") no-repeat center;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .c-btn1.is-style1 a:hover {
    background: #3E4227;
    color: #fff;
    opacity: 1;
  }
  .c-btn1.is-style1 a:hover::after {
    background: url("../images/common/icon_arrow.svg") no-repeat center;
  }
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-title1__en {
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: 0.41em;
    margin-bottom: 16px;
  }
  .c-title1__jp img {
    width: 100%;
  }
}
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-listBtn .l-container {
    max-width: 940px;
  }
  .c-listBtn__title {
    margin-bottom: 47px;
  }
  .c-listBtn__content {
    display: flex;
    justify-content: center;
    margin: 0 -12px;
  }
  .c-listBtn .c-btn1 {
    width: 33.3333333333%;
    max-width: 100%;
    margin: 0 12px;
  }
  .c-list1 {
    display: flex;
    margin: 0 -16px;
  }
  .c-list1__item {
    width: 50%;
    margin: 0 16px 0;
    padding: 40px 53px;
  }
  .c-list1__item:not(:last-child) {
    margin-bottom: 0;
  }
  .c-list1__img {
    padding: 0;
  }
  .c-list1 .c-btn1 {
    padding: 0;
    max-width: 284px;
    margin: 25px auto -1px;
  }
  .c-list2 {
    border-radius: 60px;
    padding: 45px 30px 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
  }
  .c-list2__item {
    width: calc(33.3333333333% - 36px);
    margin: 0 18px 36px !important;
  }
  .c-list3 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px -50px;
  }
  .c-list3__item {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 50px !important;
  }
  .c-list3__a {
    padding-top: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .c-list1__item {
    padding: 40px 30px;
  }
}
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*------------------------------------------------------------
slider
------------------------------------------------------------*/
/*------------------------------------------------------------
mv
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .c-mv1__wrap {
    padding: 80px 0;
  }
  .c-mv1__wrap::after {
    width: 95.5%;
    border-radius: 0 0 60px 0;
  }
  .c-mv1__wrap::before {
    width: 51%;
    min-width: 973px;
    height: 85%;
    border-width: 18px;
    top: -6%;
    left: unset;
    right: 17.5%;
  }
  .c-mv1 .l-container {
    max-width: 1280px;
  }
  .c-mv1__content {
    max-width: 72.178%;
    position: relative;
  }
  .c-mv1__text {
    font-size: 1.5rem;
    line-height: 24px;
  }
  .c-mv1__img {
    margin: 16px 0 0;
    border-radius: 41px;
    overflow: hidden;
  }
  .c-mv1__title {
    position: absolute;
    top: 15.21875%;
    right: -29.854167%;
    z-index: 1;
    padding: 0;
    width: 33.52%;
  }
  .c-mv1__title img {
    width: 100%;
  }
}
/*------------------------------------------------------------
block
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .p-top .c-listBtn {
    padding: 86px 0;
  }
  .p-top1 {
    padding: 37px 0;
  }
  .p-top1 .c-title1 {
    margin-bottom: 82px;
  }
  .p-top1 .c-title1__jp {
    width: 259px;
  }
  .p-top1 .c-list1__item:nth-child(1) .c-list1__logo {
    width: 143px;
  }
  .p-top1 .c-list1__item:nth-child(2) .c-list1__logo {
    width: 192px;
  }
  .p-top2 {
    padding: 82px 0;
  }
  .p-top2 .l-container {
    max-width: 1000px;
  }
  .p-top2 .c-title1 {
    margin-bottom: 36px;
  }
  .p-top2 .c-title1__en {
    margin-bottom: 15px;
  }
  .p-top2 .c-title1__jp {
    width: 159px;
  }
  .p-top3 {
    padding: 39px 0 120px;
  }
  .p-top3 .c-title1 {
    margin-bottom: 84px;
  }
  .p-top3 .c-title1__en {
    margin-bottom: 15px;
  }
  .p-top3 .c-title1__jp {
    width: 279px;
  }
}