@charset "UTF-8";

.goshic {
  font-family: "Noto Sans JP", sans-serif;
}

.tsukushi {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.mincho {
  font-family: "YuMincho", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
}

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

html {
  overflow-x: hidden;
}

body {
  font-size: 100%;
  color: #000;
  overflow-x: hidden;
  font-family: fot-tsukuardgothic-std, sans-serif;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
share start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

@media (max-width: 567px) {
  a:hover {
    opacity: 1;
  }
}

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

.container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
}

.inner {
  padding: 0 120em;
}

@media (max-width: 567px) {
  .inner {
    padding: 0 20em;
  }
}

.pc {
  display: block;
}

@media (max-width: 567px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (max-width: 567px) {
  .sp {
    display: block;
  }
}

.sec {
  font-size: 1px;
  font-size: 0.06944vw;
}

@media screen and (min-width: 1441px) {
  .sec {
    font-size: 1px;
  }
}

@media (max-width: 567px) {
  .sec {
    font-size: 1px;
    font-size: 0.26667vw;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
share end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  position: fixed;
  width: 100%;
  height: 110px;
  top: 0;
  left: 0;
  z-index: 9997;
}

@media screen and (max-width: 960px) {
  .header {
    height: 60px;
    background-color: #fff;
  }
}

.header .inner {
  height: 100%;
  padding: 0 120px;
  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;
}

@media (max-width: 960px) {
  .header .inner {
    padding: 0 20px;
  }
}

.header__left .logo {
  width: 78.4px;
}

@media (max-width: 960px) {
  .header__left .logo {
    width: 58px;
  }
}

.header__left .logo a {
  display: inline-block;
}

.header__left .logo img {
  display: block;
  width: 100%;
}

@media (max-width: 960px) {
  .header__left .logo img {
    margin-left: 20px;
  }
}

@media screen and (max-width: 374px) {
  .header__left .logo img {
    margin-left: 0;
  }
}

.header__left .logo img:hover {
  opacity: 0.7;
}

@media (max-width: 960px) {
  .header__left .logo img:hover {
    opacity: 1;
  }
}

.header__right .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 280px;
  max-width: 100%;
  height: 50px;
  background-color: #f7f8fa;
  border: 1px solid #675335;
  color: #675335;
  font-size: 18px;
}

@media (max-width: 960px) {
  .header__right .link {
    width: 200px;
    height: 40px;
    font-size: 13px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
footer start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.footer {
  padding: 50px 0 25px;
}

@media (max-width: 960px) {
  .footer {
    padding: 30px 0 10px;
  }
}

.footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 40px;
}

@media (max-width: 960px) {
  .footer ul {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer ul li {
  margin-right: 80px;
}

@media (max-width: 960px) {
  .footer ul li {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.footer ul li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #675335;
}

@media (max-width: 960px) {
  .footer ul li a {
    font-size: 12px;
  }
}

.footer .copy-right {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #675335;
}

@media (max-width: 960px) {
  .footer .copy-right {
    font-size: 10px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
footer end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.home .fv {
  padding-top: 110px;
  width: 100%;
  height: 1000em;
  background-image: url(../images/bg.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media (max-width: 960px) {
  .home .fv {
    padding-top: 80px;
    padding-bottom: 144em;
    height: auto;
  }
}

@media (max-width: 567px) {
  .home .fv {
    background-image: url(../images/bg-sp.jpg);
  }
}

.home .fv .img-area {
  width: 1106em;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 53em;
}

@media (max-width: 567px) {
  .home .fv .img-area {
    width: 335em;
    margin-bottom: 40em;
  }
}

.home .fv .img-area .fv-main {
  display: block;
}

.home .fv .img-area .items {
  position: absolute;
  bottom: 25em;
  left: -42em;
  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;
}

@media (max-width: 567px) {
  .home .fv .img-area .items {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -240em;
  }
}

.home .fv .img-area .items .item {
  margin-right: 15em;
  width: 142em;
  height: 142em;
  border: 1px solid #675335;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  position: relative;
}

@media (max-width: 567px) {
  .home .fv .img-area .items .item {
    width: 96em;
    height: 96em;
    margin-right: 5em;
  }
}

@media (max-width: 567px) {
  .home .fv .img-area .items .item:last-of-type {
    margin-right: 0;
  }
}

.home .fv .img-area .items .item::before {
  position: absolute;
  top: 3em;
  right: 5em;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #675335;
  border-radius: 50%;
}

@media (max-width: 567px) {
  .home .fv .img-area .items .item::before {
    top: 1em;
    right: 3em;
  }
}

.home .fv .img-area .items .item .txt {
  font-size: 21em;
  line-height: 1.45;
  text-align: center;
  color: #675335;
}

@media (max-width: 567px) {
  .home .fv .img-area .items .item .txt {
    font-size: 15em;
  }
}

.home .fv .img-area .items .item .txt span {
  display: inline-block;
  font-weight: 700;
}

.home .fv .price {
  padding-bottom: 10em;
  width: 635em;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #fff;
  position: relative;
}

@media (max-width: 567px) {
  .home .fv .price {
    width: 335em;
  }
}

.home .fv .price .message {
  position: absolute;
  top: -92em;
  left: -183em;
  display: block;
  width: 362.23em;
}

@media (max-width: 567px) {
  .home .fv .price .message {
    width: 202.85em;
    top: -79em;
    left: -23em;
  }
}

.home .fv .price img {
  display: block;
  width: 589.29em;
  position: relative;
  top: -15em;
}

@media (max-width: 567px) {
  .home .fv .price img {
    top: -8em;
    width: 308em;
  }
}

.home .fv .price p {
  font-size: 16em;
  color: #675335;
}

@media (max-width: 567px) {
  .home .fv .price p {
    font-size: 10em;
  }
}

.home .sec01 {
  background-color: #fff;
  padding: 40em 0 65em;
}

@media (max-width: 567px) {
  .home .sec01 {
    padding: 20em 0 25em;
  }
}

.home .sec01 .content {
  font-family: "Noto Sans JP", sans-serif;
  width: 1000em;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #675335;
  padding: 30em;
  text-align: center;
}

@media (max-width: 567px) {
  .home .sec01 .content {
    padding: 10em 15em 20em;
  }
}

.home .sec01 .content__top {
  color: #6e94d5;
  line-height: 1.4;
  margin-bottom: 10em;
}

@media (max-width: 567px) {
  .home .sec01 .content__top {
    margin-bottom: 5em;
  }
}

.home .sec01 .content__top p {
  font-size: 28em;
}

@media (max-width: 567px) {
  .home .sec01 .content__top p {
    font-size: 14em;
  }
}

.home .sec01 .content__top h3 {
  font-size: 34em;
}

@media (max-width: 567px) {
  .home .sec01 .content__top h3 {
    font-size: 18em;
  }
}

.home .sec01 .content__bottom {
  color: #675335;
}

.home .sec01 .content__bottom>p {
  font-size: 16em;
  margin-bottom: 1.25em;
}

@media (max-width: 567px) {
  .home .sec01 .content__bottom>p {
    font-size: 12em;
    margin-bottom: 0.83em;
    line-height: 1.5;
    text-align: left;
  }
}

.home .sec01 .content__bottom ul {
  width: 800em;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home .sec01 .content__bottom ul li {
  width: 10em;
  margin-right: 3.5em;
  text-align: left;
  width: calc(100% / 3 - 3.5em * 2 / 3);
  font-size: 20em;
  margin-bottom: 0.8em;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 567px) {
  .home .sec01 .content__bottom ul li {
    font-size: 12em;
    white-space: nowrap;
    margin-bottom: 0.8em;
  }
}

.home .sec01 .content__bottom ul li:nth-of-type(3n) {
  margin-right: 0;
}

.home .sec01 .content__bottom ul li:first-of-type {
  padding-left: 3em;
}

@media (max-width: 567px) {
  .home .sec01 .content__bottom ul li:first-of-type {
    padding-left: 2em;
  }
}

.home .sec01 .content__bottom ul li:nth-of-type(4) {
  padding-left: 3em;
}

@media (max-width: 567px) {
  .home .sec01 .content__bottom ul li:nth-of-type(4) {
    padding-left: 2em;
  }
}

.home .sec02 {
  background-color: #f3f6f9;
  padding: 70em 0;
}

@media (max-width: 567px) {
  .home .sec02 {
    padding: 20em 0 35.5em;
  }
}

.home .sec02 .content {
  background-color: #fff;
  width: 1000em;
  max-width: 100%;
  margin: 0 auto;
  padding: 43.2em 43.2em 0;
  position: relative;
}

@media (max-width: 567px) {
  .home .sec02 .content {
    padding: 30em 10em 0;
    border-radius: 50px;
  }
}

.home .sec02 .content .balloon {
  display: block;
  position: absolute;
  width: 319.49em;
  top: -105em;
  left: -100em;
}

@media (max-width: 567px) {
  .home .sec02 .content .balloon {
    width: 157.39em;
    top: -33em;
    left: 20em;
  }
}

.home .sec02 .content .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home .sec02 .content .items.sp {
  display: none;
}

@media (max-width: 567px) {
  .home .sec02 .content .items.sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .sec02 .content .items.pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 567px) {
  .home .sec02 .content .items.pc {
    display: none;
  }
}

.home .sec02 .content .items span {
  display: inline-block;
}

.home .sec02 .content .items .item {
  margin-right: 120em;
  width: calc(100% / 3 - 120em * 2 / 3);
  margin-bottom: 43.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 567px) {
  .home .sec02 .content .items .item {
    margin-right: 7em;
    width: calc(100% / 2 - 7em / 2);
    margin-bottom: 30em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 567px) {
  .home .sec02 .content .items .item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.home .sec02 .content .items .item:nth-of-type(3n) {
  margin-right: 0;
}

.home .sec02 .content .items .item:first-of-type .item__top span {
  margin-bottom: 1.5em;
}

@media (max-width: 567px) {
  .home .sec02 .content .items .item:first-of-type .item__top span {
    margin-bottom: 0;
  }
}

.home .sec02 .content .items .item:nth-of-type(2) .item__top span {
  margin-bottom: 0.5em;
}

@media (max-width: 567px) {
  .home .sec02 .content .items .item:nth-of-type(2) .item__top span {
    margin-bottom: 0;
  }
}

@media (max-width: 567px) {
  .home .sec02 .content .items .item:nth-of-type(3) {
    position: relative;
    top: -28em;
  }
}

.home .sec02 .content .items .item:nth-of-type(4) .item__top span {
  margin-bottom: 0.3em;
}

@media (max-width: 567px) {
  .home .sec02 .content .items .item:nth-of-type(4) .item__top span {
    margin-bottom: 0;
  }
}

@media (max-width: 567px) {
  .home .sec02 .content .items .item:nth-of-type(5) {
    position: relative;
    top: -25em;
    margin-bottom: 0;
  }
}

@media (max-width: 567px) {
  .home .sec02 .content .items .item:nth-of-type(5) .item__top span {
    margin-bottom: 0;
  }
}

@media (max-width: 567px) {
  .home .sec02 .content .items .item:nth-of-type(6) {
    margin-bottom: 0;
  }
}

.home .sec02 .content .items .item:nth-of-type(6) .item__top span {
  margin-bottom: 1em;
}

@media (max-width: 567px) {
  .home .sec02 .content .items .item:nth-of-type(6) .item__top span {
    margin-bottom: 0;
  }
}

@media (max-width: 567px) {
  .home .sec02 .content .items .item:nth-of-type(6) .item__bottom .icon05 {
    position: relative;
    left: 55em;
    top: -35em;
  }
}

.home .sec02 .content .items .item__top {
  text-align: center;
  margin-bottom: 10em;
}

.home .sec02 .content .items .item__top span {
  display: inline-block;
  font-size: 20em;
  font-weight: 700;
  line-height: 1.5;
  color: #6e94d5;
}

@media (max-width: 567px) {
  .home .sec02 .content .items .item__top span {
    font-size: 16em;
    line-height: 1.375;
    white-space: nowrap;
  }
}

.home .sec02 .content .items .icon {
  display: block;
}

.home .sec02 .content .items .icon.icon01 {
  width: 70.57em;
}

@media (max-width: 567px) {
  .home .sec02 .content .items .icon.icon01 {
    width: 44.83em;
  }
}

.home .sec02 .content .items .icon.icon02 {
  width: 97.93em;
}

@media (max-width: 567px) {
  .home .sec02 .content .items .icon.icon02 {
    width: 61.56em;
  }
}

.home .sec02 .content .items .icon.icon03 {
  width: 72.41em;
}

@media (max-width: 567px) {
  .home .sec02 .content .items .icon.icon03 {
    width: 64.63em;
  }
}

.home .sec02 .content .items .icon.icon04 {
  width: 58.18em;
}

@media (max-width: 567px) {
  .home .sec02 .content .items .icon.icon04 {
    width: 47.5em;
  }
}

.home .sec02 .content .items .icon.icon05 {
  width: 56.87em;
}

@media (max-width: 567px) {
  .home .sec02 .content .items .icon.icon05 {
    width: 39em;
  }
}

.home .sec02 .content .items .icon.icon06 {
  width: 64.79em;
}

@media (max-width: 567px) {
  .home .sec02 .content .items .icon.icon06 {
    width: 44.7em;
  }
}

.home .sec03 {
  padding-top: 213em;
  padding-bottom: 65em;
  position: relative;
}

@media (max-width: 567px) {
  .home .sec03 {
    padding-top: 68.2em;
    padding-bottom: 30em;
  }
}

.home .sec03 .sec-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20em;
  width: 456.83em;
  max-width: 100%;
}

@media (max-width: 567px) {
  .home .sec03 .sec-title {
    width: 247.86em;
    top: -54em;
  }
}

.home .sec03 .sec-title img {
  display: block;
  width: 100%;
}

.home .sec03 .img-area {
  position: relative;
  width: 738.12em;
  max-width: 100%;
  margin: 0 auto;
}

.home .sec03 .img-area .txt {
  position: absolute;
  top: 8em;
  left: 45em;
}

@media (max-width: 567px) {
  .home .sec03 .img-area .txt {
    top: 6em;
    left: 17em;
  }
}

.home .sec03 .img-area .txt p {
  font-size: 24em;
  color: #6e94d5;
}

@media (max-width: 567px) {
  .home .sec03 .img-area .txt p {
    font-size: 12em;
  }
}

.home .sec04 {
  padding: 90em 0 130em;
  background-image: url(../images/sec04-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 567px) {
  .home .sec04 {
    padding: 45em 0 50em;
    background-image: url(../images/sec04-bg-sp.jpg);
  }
}

.home .sec04 .sec-title {
  position: relative;
  width: 409.18em;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 567px) {
  .home .sec04 .sec-title {
    width: 238em;
    bottom: -40em;
  }
}

.home .sec04 .sec-title img {
  display: block;
  width: 100%;
}

.home .sec04 .sec-title .balloon {
  position: absolute;
  top: -85em;
  left: -235em;
  width: 282.7em;
  display: block;
}

@media (max-width: 567px) {
  .home .sec04 .sec-title .balloon {
    width: 164.86em;
    top: -85em;
    left: -45em;
  }
}

.home .sec04 .lists {
  width: 1200em;
  max-width: 100%;
  margin: 0 auto;
}

.home .sec04 .lists .list {
  background-color: #fff;
  padding: 64em 100em 45em;
  margin-bottom: 75em;
  position: relative;
}

@media (max-width: 567px) {
  .home .sec04 .lists .list {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20em;
    text-align: center;
  }
}

.home .sec04 .lists .list:last-of-type {
  margin-bottom: 0;
}

.home .sec04 .lists .list .icon {
  width: 122.62em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -55em;
}

@media (max-width: 567px) {
  .home .sec04 .lists .list .icon {
    width: 106.53em;
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 10em;
  }
}

.home .sec04 .lists .list__top {
  margin-bottom: 35em;
}

@media (max-width: 567px) {
  .home .sec04 .lists .list__top {
    margin-bottom: 17em;
  }
}

.home .sec04 .lists .list__top h3 {
  text-align: center;
  font-size: 36em;
  font-weight: 700;
  color: #675335;
}

@media (max-width: 567px) {
  .home .sec04 .lists .list__top h3 {
    font-size: 24em;
  }
}

.home .sec04 .lists .list__top h3 span {
  display: inline-block;
  font-size: 0.916em;
  margin-top: 0.2em;
}

.home .sec04 .lists .list__bottom .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 567px) {
  .home .sec04 .lists .list__bottom .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    padding: 20em;
  }
}

.home .sec04 .lists .list__bottom .item__left {
  width: 306em;
  max-width: 100%;
  margin-right: 74em;
}

@media (max-width: 567px) {
  .home .sec04 .lists .list__bottom .item__left {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20em;
  }
}

.home .sec04 .lists .list__bottom .item__left img {
  display: block;
  width: 100%;
}

.home .sec04 .lists .list__bottom .item__right {
  width: calc(100% - 306em - 74em);
}

@media (max-width: 567px) {
  .home .sec04 .lists .list__bottom .item__right {
    width: 100%;
  }
}

.home .sec04 .lists .list__bottom .item__right p {
  font-size: 18em;
  font-weight: 700;
  line-height: 1.77;
  color: #675335;
}

@media (max-width: 567px) {
  .home .sec04 .lists .list__bottom .item__right p {
    text-align: left;
    font-size: 14em;
  }
}

.home .sec05 {
  padding: 61em 0 83em;
  background-color: #f6fcff;
}

@media (max-width: 567px) {
  .home .sec05 {
    padding: 30em 0 50em;
  }
}

.home .sec05 .inner {
  text-align: center;
}

.home .sec05 .sec-title {
  text-align: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  position: relative;
  margin-bottom: 30em;
}

.home .sec05 .sec-title .note {
  position: absolute;
  top: 0em;
  left: -240em;
  width: 141.12em;
}

@media (max-width: 567px) {
  .home .sec05 .sec-title .note {
    width: 103.79em;
    left: -120em;
    top: -10em;
  }
}

.home .sec05 .sec-title .heart {
  position: absolute;
  bottom: 0;
  right: -115em;
  width: 52.7em;
}

@media (max-width: 567px) {
  .home .sec05 .sec-title .heart {
    width: 22.36em;
    right: -40em;
  }
}

.home .sec05 .sec-title span {
  display: inline-block;
  font-size: 43em;
  font-weight: 700;
}

@media (max-width: 567px) {
  .home .sec05 .sec-title span {
    font-size: 22em;
  }
}

.home .sec05 .sec-title__left {
  color: #675335;
  margin-right: 0.5em;
}

.home .sec05 .sec-title__right {
  color: #6e94d5;
}

.home .sec05 .lists {
  width: 740em;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.home .sec05 .lists .note02 {
  position: absolute;
  bottom: 0;
  right: -143em;
  width: 147.18em;
}

@media (max-width: 567px) {
  .home .sec05 .lists .note02 {
    width: 90.18em;
    right: -19em;
    bottom: -40em;
  }
}

.home .sec05 .lists .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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 24.5em;
}

.home .sec05 .lists .list:last-of-type {
  margin-bottom: 0;
}

.home .sec05 .lists .list .circle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 70em;
  width: 64.64em;
  height: 64.64em;
  border-radius: 50%;
  background-color: #74b1dd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media (max-width: 567px) {
  .home .sec05 .lists .list .circle {
    width: 36em;
    height: 36em;
    top: 50em;
  }
}

.home .sec05 .lists .list .circle span {
  display: inline-block;
  color: #fff;
  font-size: 14em;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 567px) {
  .home .sec05 .lists .list .circle span {
    font-size: 10em;
  }
}

.home .sec05 .lists .list .circle span i {
  font-size: 1.285em;
}

@media (max-width: 567px) {
  .home .sec05 .lists .list .circle span i {
    font-size: 1.2em;
  }
}

.home .sec05 .lists .list__left {
  width: 267em;
  max-width: 100%;
}

@media (max-width: 567px) {
  .home .sec05 .lists .list__left {
    width: 162em;
  }
}

.home .sec05 .lists .list__left p {
  font-size: 19em;
  font-weight: 700;
  color: #675335;
}

@media (max-width: 567px) {
  .home .sec05 .lists .list__left p {
    font-size: 12em;
  }
}

.home .sec05 .lists .list__left img {
  margin-top: 18.5em;
  display: block;
  width: 100%;
}

.home .sec05 .lists .list__right {
  width: 285.79em;
  max-width: 100%;
}

@media (max-width: 567px) {
  .home .sec05 .lists .list__right {
    width: 168.26em;
  }
}

.home .sec05 .lists .list__right p {
  font-size: 19em;
  font-weight: 700;
  color: #6bafd2;
}

@media (max-width: 567px) {
  .home .sec05 .lists .list__right p {
    font-size: 12em;
  }
}

.home .sec05 .lists .list__right img {
  margin-top: 18.5em;
  display: block;
  width: 100%;
}

@media (max-width: 567px) {
  .home .sec05 .lists .list__right img {
    margin-top: 10em;
  }
}

.home .sec06 {
  padding: 110em 0;
}

@media (max-width: 567px) {
  .home .sec06 {
    padding: 35em 0 50em;
  }
}

.home .sec06 .inner {
  text-align: center;
}

.home .sec06 .sec-title {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 105em;
}

@media (max-width: 567px) {
  .home .sec06 .sec-title {
    margin-bottom: 0;
  }
}

.home .sec06 .sec-title .heart {
  position: absolute;
}

.home .sec06 .sec-title .heart02 {
  width: 35.29em;
  bottom: -10em;
  left: -60em;
}

@media (max-width: 567px) {
  .home .sec06 .sec-title .heart02 {
    width: 16.09em;
    bottom: -8em;
    left: -35em;
  }
}

.home .sec06 .sec-title .heart03 {
  width: 47.83em;
  top: -15em;
  right: -80em;
}

@media (max-width: 567px) {
  .home .sec06 .sec-title .heart03 {
    width: 21.8em;
    right: -40em;
  }
}

.home .sec06 .sec-title h2 {
  font-size: 45em;
  font-weight: 700;
  color: #6e94d5;
}

@media (max-width: 567px) {
  .home .sec06 .sec-title h2 {
    font-size: 22em;
    right: -15em;
  }
}

.home .sec06 .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 180em;
}

@media (max-width: 567px) {
  .home .sec06 .items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30em;
  }
}

.home .sec06 .items .item:last-of-type {
  margin-bottom: 0;
}

.home .sec06 .items .item:last-of-type .border02 {
  position: absolute;
  width: 100%;
  top: -157em;
}

@media (max-width: 567px) {
  .home .sec06 .items .item:last-of-type .border02 {
    width: 252.8em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
}

.home .sec06 .items .item:nth-of-type(2n) .border01 {
  position: absolute;
  width: 100%;
  top: -167em;
}

@media (max-width: 567px) {
  .home .sec06 .items .item:nth-of-type(2n) .border01 {
    width: 252.8em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
  }
}

.home .sec06 .items .item:nth-of-type(2n) .balloon {
  left: auto;
  right: 10em;
}

@media (max-width: 567px) {
  .home .sec06 .items .item:nth-of-type(2n) .balloon {
    right: 2em;
  }
}

.home .sec06 .items .item:nth-of-type(2n) .item__left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-right: 0;
  margin-left: 90em;
}

@media (max-width: 567px) {
  .home .sec06 .items .item:nth-of-type(2n) .item__left {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
}

.home .sec06 .items .item:nth-of-type(2n) .item__left img {
  margin-left: 0;
  margin-right: auto;
}

.home .sec06 .items .item:nth-of-type(2n) .item__right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media (max-width: 567px) {
  .home .sec06 .items .item:nth-of-type(2n) .item__right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 567px) {
  .home .sec06 .items .item:nth-of-type(2n) .item__right__top img {
    margin-left: auto;
  }
}

.home .sec06 .items .item .balloon {
  width: 290em;
  position: absolute;
  top: -90em;
  left: 10em;
}

@media (max-width: 567px) {
  .home .sec06 .items .item .balloon {
    width: 178.29em;
    top: 56em;
    left: -2em;
  }
}

.home .sec06 .items .item__left {
  width: 508em;
  margin-right: 90em;
}

@media (max-width: 567px) {
  .home .sec06 .items .item__left {
    width: 100%;
  }
}

.home .sec06 .items .item__left img {
  display: block;
  width: 220em;
  margin-left: auto;
}

@media (max-width: 567px) {
  .home .sec06 .items .item__left img {
    width: 150em;
    position: relative;
    bottom: -55em;
  }
}

.home .sec06 .items .item__right {
  width: calc(100% - 508em - 90em);
}

@media (max-width: 567px) {
  .home .sec06 .items .item__right {
    width: 100%;
  }
}

@media (max-width: 567px) {
  .home .sec06 .items .item__right__top {
    margin-bottom: 15em;
  }
}

.home .sec06 .items .item__right__top img {
  display: block;
  width: 256.89em;
}

@media (max-width: 567px) {
  .home .sec06 .items .item__right__top img {
    width: 194.39em;
  }
}

.home .sec06 .items .item__right__bottom {
  padding: 10em 25em 25em;
  position: relative;
}

@media (max-width: 567px) {
  .home .sec06 .items .item__right__bottom {
    padding: 10em 20em 20em;
  }
}

.home .sec06 .items .item__right__bottom .angle01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #6e94d5;
}

.home .sec06 .items .item__right__bottom .angle01::before {
  position: absolute;
  content: "";
  right: 0;
  top: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  width: 100%;
  height: 100%;
  background-color: #6e94d5;
}

.home .sec06 .items .item__right__bottom .angle02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #6e94d5;
}

.home .sec06 .items .item__right__bottom .angle02::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  width: 100%;
  height: 100%;
  background-color: #6e94d5;
}

.home .sec06 .items .item__right__bottom p {
  text-align: left;
  font-size: 20em;
  line-height: 1.5;
  font-weight: 700;
  color: #675335;
}

@media (max-width: 567px) {
  .home .sec06 .items .item__right__bottom p {
    font-size: 14em;
  }
}

.home .sec06 .btn {
  width: 393em;
  height: 67em;
  margin: 110em auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #d8f3fe;
  border: 1px solid #675335;
}

@media (max-width: 567px) {
  .home .sec06 .btn {
    margin-top: 40em;
    width: 295em;
    height: 50em;
  }
}

.home .sec06 .btn span {
  display: inline-block;
  font-size: 21em;
  font-weight: 700;
  color: #675335;
}

@media (max-width: 567px) {
  .home .sec06 .btn span {
    font-size: 16em;
  }
}

.home .sec07 {
  background-image: url(../images/sec07-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 85em 0;
}

@media (max-width: 567px) {
  .home .sec07 {
    padding: 35em 0;
    background-image: url(../images/sec07-bg-sp.jpg);
  }
}

.home .sec07 .sec-title {
  width: 542em;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 200em 200em 0 0;
  padding: 47em 0 25em;
}

@media (max-width: 567px) {
  .home .sec07 .sec-title {
    width: 240em;
  }
}

.home .sec07 .sec-title__top {
  position: relative;
}

.home .sec07 .sec-title__top .icon {
  display: block;
  width: 65.76em;
  margin: 0 auto;
}

@media (max-width: 567px) {
  .home .sec07 .sec-title__top .icon {
    width: 27.99em;
  }
}

.home .sec07 .sec-title__top .heart {
  width: 37.61em;
  position: absolute;
  top: -20em;
  right: 175em;
}

@media (max-width: 567px) {
  .home .sec07 .sec-title__top .heart {
    width: 16em;
    right: 70em;
    top: -10em;
  }
}

.home .sec07 .sec-title__bottom h2 {
  text-align: center;
  font-size: 46em;
  font-weight: 700;
  color: #6e94d5;
}

@media (max-width: 567px) {
  .home .sec07 .sec-title__bottom h2 {
    font-size: 20em;
  }
}

.home .sec07 .content {
  width: 1000em;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 50em 150em;
  border-collapse: collapse;
}

@media (max-width: 567px) {
  .home .sec07 .content {
    padding: 20em 10em 25em;
  }
}

.home .sec07 .content .table {
  table-layout: auto;
}

@media (max-width: 567px) {
  .home .sec07 .content .table {
    width: 100%;
  }
}

.home .sec07 .content .table th,
.home .sec07 .content .table td {
  padding: 25em 20em;
}

@media (max-width: 567px) {

  .home .sec07 .content .table th,
  .home .sec07 .content .table td {
    padding: 10em 5em;
    white-space: nowrap;
  }
}

.home .sec07 .content .table span {
  display: inline-block;
}

.home .sec07 .content .table thead {
  border-bottom: 1px solid #6e94d5;
}

.home .sec07 .content .table thead th {
  border-radius: 20px 20px 0 0;
  background-color: #f3f6f9;
}

.home .sec07 .content .table thead th span {
  font-size: 26em;
  font-weight: 700;
  color: #675335;
}

@media (max-width: 567px) {
  .home .sec07 .content .table thead th span {
    font-size: 12em;
  }
}

.home .sec07 .content .table thead th:first-of-type {
  background-color: transparent;
}

.home .sec07 .content .table thead th:last-of-type {
  background-color: #7db8da;
}

.home .sec07 .content .table thead th:last-of-type span {
  color: #fff;
}

.home .sec07 .content .table tbody {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  color: #6e94d5;
}

.home .sec07 .content .table tbody .f31 {
  font-size: 31em;
}

@media (max-width: 567px) {
  .home .sec07 .content .table tbody .f31 {
    font-size: 14em;
    white-space: nowrap;
  }
}

.home .sec07 .content .table tbody .f30 {
  font-size: 30em;
}

@media (max-width: 567px) {
  .home .sec07 .content .table tbody .f30 {
    font-size: 14em;
  }
}

.home .sec07 .content .table tbody .f30 i {
  font-size: 0.7em;
}

.home .sec07 .content .table tbody .f26 {
  font-size: 26em;
}

@media (max-width: 567px) {
  .home .sec07 .content .table tbody .f26 {
    font-size: 12em;
  }
}

.home .sec07 .content .table tbody .f25 {
  font-size: 25em;
}

@media (max-width: 567px) {
  .home .sec07 .content .table tbody .f25 {
    font-size: 11em;
  }
}

.home .sec07 .content .table tbody .f22 {
  font-size: 22em;
}

@media (max-width: 567px) {
  .home .sec07 .content .table tbody .f22 {
    font-size: 10em;
  }
}

.home .sec07 .content .table tbody .f21 {
  font-size: 21em;
}

@media (max-width: 567px) {
  .home .sec07 .content .table tbody .f21 {
    font-size: 10em;
  }
}

.home .sec07 .content .table tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #6e94d5;
  border-right: 1px solid #6e94d5;
}

.home .sec07 .content .table tbody td:first-of-type {
  background-color: #f3f6f9;
}

.home .sec07 .content .table tbody td:last-of-type {
  position: relative;
}

.home .sec07 .content .table tbody td:last-of-type::before {
  position: absolute;
  content: "";
  width: 10em;
  height: 100%;
  background-color: #7db8da;
  left: 0;
  top: 0;
}

@media (max-width: 567px) {
  .home .sec07 .content .table tbody td:last-of-type::before {
    width: 4em;
  }
}

.home .sec07 .content .table tbody td:last-of-type::after {
  position: absolute;
  content: "";
  width: 10em;
  height: 100%;
  background-color: #7db8da;
  right: 0;
  top: 0;
}

@media (max-width: 567px) {
  .home .sec07 .content .table tbody td:last-of-type::after {
    width: 4em;
  }
}

.home .sec07 .content .table tr:last-of-type td:last-of-type {
  border-bottom: 10em solid #7db8da;
}

@media (max-width: 567px) {
  .home .sec07 .content .table tr:last-of-type td:last-of-type {
    border-bottom: 4em solid #7db8da;
  }
}

.home .sec08 {
  padding-top: 70em;
}

@media (max-width: 567px) {
  .home .sec08 {
    padding: 0;
  }
}

@media (max-width: 567px) {
  .home .sec08 .inner {
    padding: 0;
  }
}

.home .sec08 .img-area {
  width: 884em;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.home .sec08 .img-area img {
  display: block;
  width: 100%;
}

.home .sec08 .img-area p {
  text-align: center;
  width: 100%;
  position: absolute;
  font-size: 17em;
  color: #675335;
  bottom: 3.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 567px) {
  .home .sec08 .img-area p {
    font-size: 10em;
    bottom: 2.5em;
  }
}

.home .sec09 {
  padding-top: 65em;
  text-align: center;
}

@media (max-width: 567px) {
  .home .sec09 {
    padding-top: 36em;
  }
}

.home .sec09 .sec-title {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 105em;
}

@media (max-width: 567px) {
  .home .sec09 .sec-title {
    margin-bottom: 25em;
  }
}

.home .sec09 .sec-title .heart {
  position: absolute;
}

.home .sec09 .sec-title .heart02 {
  width: 35.29em;
  bottom: -10em;
  left: -60em;
}

@media (max-width: 567px) {
  .home .sec09 .sec-title .heart02 {
    width: 16.09em;
    bottom: -8em;
    left: -35em;
  }
}

.home .sec09 .sec-title .heart03 {
  width: 47.83em;
  top: -15em;
  right: -80em;
}

@media (max-width: 567px) {
  .home .sec09 .sec-title .heart03 {
    width: 21.8em;
    right: -35em;
  }
}

.home .sec09 .sec-title h2 {
  font-size: 45em;
  font-weight: 700;
  color: #6e94d5;
}

@media (max-width: 567px) {
  .home .sec09 .sec-title h2 {
    font-size: 22em;
  }
}

.home .sec09 .items {
  width: 1000em;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.home .sec09 .items .border03 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 430em;
}

@media (max-width: 567px) {
  .home .sec09 .items .border03 {
    top: 310em;
    width: 252.8em;
  }
}

.home .sec09 .items .border04 {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 567px) {
  .home .sec09 .items .border04 {
    display: block;
    width: 252.8em;
    top: 685em;
  }
}

.home .sec09 .items .item {
  margin-right: 145em;
  width: calc(100% / 3 - 145em * 2 / 3);
  margin-bottom: 110em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 567px) {
  .home .sec09 .items .item {
    margin-right: 23.7em;
    width: calc(100% / 2 - 23.7em / 2);
    margin-bottom: 65em;
  }
}

.home .sec09 .items .item:nth-of-type(3n) {
  margin-right: 0;
}

@media (max-width: 567px) {
  .home .sec09 .items .item:nth-of-type(3n) {
    margin-right: 23.7em;
  }
}

.home .sec09 .items .item:nth-of-type(4) .item__top {
  min-height: 80.58em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item:nth-of-type(4) .item__top {
    min-height: 70em;
  }
}

.home .sec09 .items .item:nth-of-type(5) .item__top {
  min-height: 80.58em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item:nth-of-type(5) .item__top {
    min-height: 53.23em;
  }
}

.home .sec09 .items .item:nth-of-type(6) .item__top {
  min-height: 80.58em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item:nth-of-type(6) .item__top {
    min-height: auto;
  }
}

@media (max-width: 567px) {
  .home .sec09 .items .item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.home .sec09 .items .item__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;
  margin-bottom: 5em;
  min-height: 70em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__top {
    margin-bottom: 8em;
  }
}

.home .sec09 .items .item__top__icon {
  margin-right: 20em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__top__icon {
    margin-right: 10em;
    width: 44.82em;
  }
}

.home .sec09 .items .item__top__icon img {
  display: block;
  max-width: none;
}

.home .sec09 .items .item__top__icon .icon01 {
  width: 67.84em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__top__icon .icon01 {
    width: 44.82em;
  }
}

.home .sec09 .items .item__top__icon .icon02 {
  width: 57.8em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__top__icon .icon02 {
    width: 38.45em;
  }
}

.home .sec09 .items .item__top__icon .icon03 {
  width: 64.75em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__top__icon .icon03 {
    width: 42.72em;
  }
}

.home .sec09 .items .item__top__icon .icon04 {
  width: 64.24em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__top__icon .icon04 {
    width: 42.54em;
  }
}

.home .sec09 .items .item__top__icon .icon05 {
  width: 58.17em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__top__icon .icon05 {
    width: 38.45em;
  }
}

.home .sec09 .items .item__top__icon .icon06 {
  width: 67.84em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__top__icon .icon06 {
    width: 44.82em;
  }
}

.home .sec09 .items .item__top__title {
  line-height: 1.5;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__top__title {
    width: calc(100% - 44.82em);
  }
}

.home .sec09 .items .item__top__title h3 {
  text-align: left;
  font-size: 27em;
  font-weight: 700;
  color: #6e94d5;
  white-space: nowrap;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__top__title h3 {
    font-size: 18em;
  }
}

.home .sec09 .items .item__top__title .f21 {
  font-size: 21em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__top__title .f21 {
    font-size: 14em;
  }
}

.home .sec09 .items .item__top__title .f20 {
  font-size: 20em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__top__title .f20 {
    font-size: 14em;
  }
}

.home .sec09 .items .item__bottom .img-area {
  margin-bottom: 25em;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__bottom .img-area {
    margin-bottom: 20em;
  }
}

.home .sec09 .items .item__bottom .img-area img {
  display: block;
  width: 100%;
}

.home .sec09 .items .item__bottom p {
  text-align: left;
  font-size: 18em;
  font-weight: 700;
  line-height: 1.55;
  color: #838ba0;
}

@media (max-width: 567px) {
  .home .sec09 .items .item__bottom p {
    font-size: 14em;
  }
}

.home .sec10 {
  background-color: #e8f7ff;
  padding: 70em 0;
  text-align: center;
}

@media (max-width: 567px) {
  .home .sec10 {
    padding: 25em 0 50em;
  }
}

@media (max-width: 567px) {
  .home .sec10 .inner {
    padding: 0;
  }
}

.home .sec10 .sec-title {
  text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 105em;
}

@media (max-width: 567px) {
  .home .sec10 .sec-title {
    margin-bottom: 30em;
  }
}

.home .sec10 .sec-title .heart {
  position: absolute;
}

.home .sec10 .sec-title .heart02 {
  width: 35.29em;
  bottom: -10em;
  left: -60em;
}

@media (max-width: 567px) {
  .home .sec10 .sec-title .heart02 {
    width: 16.09em;
    bottom: -8em;
    left: -35em;
  }
}

.home .sec10 .sec-title .heart03 {
  width: 47.83em;
  top: -15em;
  right: -80em;
}

@media (max-width: 567px) {
  .home .sec10 .sec-title .heart03 {
    width: 21.8em;
    top: -10em;
    right: -33em;
  }
}

.home .sec10 .sec-title h2 {
  font-size: 45em;
  font-weight: 700;
  color: #675335;
}

@media (max-width: 567px) {
  .home .sec10 .sec-title h2 {
    font-size: 17em;
  }
}

.home .sec10 .sec-title h2 span {
  font-size: 1.044em;
  display: inline-block;
  color: #6e94d5;
  margin: 0 0.28em;
}

.home .sec10 .sec-title h2 span:last-of-type {
  font-size: 1.155em;
}

.home .sec10 .questions {
  width: 1000em;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 500;
}

.home .sec10 .questions .accordion {
  border-bottom: 1px solid #6e94d5;
}

.home .sec10 .questions .accordion:first-of-type {
  border-top: 1px solid #6e94d5;
}

.home .sec10 .questions .accordion .accordion-hidden {
  display: none;
}

.home .sec10 .questions .accordion .accordion-open {
  font-size: 18em;
  font-weight: 700;
  color: #6e94d5;
  line-height: 2.11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.41em 1.66em 1.41em 1.66em;
  position: relative;
}

@media (max-width: 567px) {
  .home .sec10 .questions .accordion .accordion-open {
    font-size: 14em;
    padding: 1em 2em 1em 1.42em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.home .sec10 .questions .accordion .accordion-open:hover {
  cursor: pointer;
}

.home .sec10 .questions .accordion .accordion-open__left {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
}

@media (max-width: 567px) {
  .home .sec10 .questions .accordion .accordion-open__left {
    margin-right: 0.2em;
    width: 1.1em;
    position: relative;
    top: 0.1em;
  }
}

@media (max-width: 567px) {
  .home .sec10 .questions .accordion .accordion-open__right {
    width: calc(100% - 1.1em);
    text-align: left;
  }
}

.home .sec10 .questions .accordion .accordion-open .plus {
  position: absolute;
  right: 3.74em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.1815em;
  height: 1.1815em;
}

@media (max-width: 567px) {
  .home .sec10 .questions .accordion .accordion-open .plus {
    right: 0.8em;
  }
}

.home .sec10 .questions .accordion .accordion-open .plus div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  background-color: #6e94d5;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.home .sec10 .questions .accordion .accordion-open .plus div:last-of-type {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(-450deg);
  transform: translate(-50%, -50%) rotate(-450deg);
}

.home .sec10 .questions .accordion .accordion-hidden:checked+.accordion-open .plus div:last-of-type {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.home .sec10 .questions .accordion .accordion-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-size: 18em;
  font-weight: 700;
  background-color: #fff;
}

.home .sec10 .questions .accordion .accordion-close__left {
  color: #6e94d5;
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.66em;
  line-height: 1;
  font-weight: 700;
  z-index: 1;
  white-space: nowrap;
}

@media (max-width: 567px) and (max-width: 567px) {
  .home .sec10 .questions .accordion .accordion-close__left {
    margin-right: 0.2em;
    width: 1.1em;
  }
}

.home .sec10 .questions .accordion .accordion-close__right {
  color: #675335;
  text-align: left;
}

@media (max-width: 567px) {
  .home .sec10 .questions .accordion .accordion-close__right {
    width: calc(100% - 1.1em);
  }
}

.home .sec10 .questions .accordion .accordion-hidden:checked+.accordion-open+.accordion-close {
  font-size: 18em;
  height: auto;
  opacity: 1;
  padding: 1.41em 1.66em 1.41em 1.66em;
  line-height: 2.11;
  border-top: 1px solid #fff;
}

@media (max-width: 567px) {
  .home .sec10 .questions .accordion .accordion-hidden:checked+.accordion-open+.accordion-close {
    padding: 1em 1.8em 1em 1.42em;
    font-size: 14em;
  }
}

.home .sec11 {
  padding: 75em 0 110em;
  background-image: url(../images/sec11-bg.jpg);
  background-size: 1440em 1615em;
  background-position: center center;
  background-position: top center;
}

@media (max-width: 567px) {
  .home .sec11 {
    padding: 35em 0 50em;
  }
}

.home .sec11 .sec-title {
  margin-bottom: 55em;
}

.home .sec11 .sec-title h2 {
  text-align: center;
  font-size: 43em;
  font-weight: 700;
  color: #6e94d5;
}

@media (max-width: 567px) {
  .home .sec11 .sec-title h2 {
    font-size: 22em;
  }
}

.home .sec11 .sec-title h2 span {
  margin: 0 0.2em;
  display: inline-block;
  font-size: 0.976em;
  color: #675335;
}

.home .sec11 .shops {
  width: 1000em;
  max-width: 100%;
  margin: 0 auto;
  font-weight: 500;
}

.home .sec11 .shops .accordion {
  margin-bottom: 20em;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion {
    margin-bottom: 10em;
  }
}

.home .sec11 .shops .accordion .accordion-hidden {
  display: none;
}

.home .sec11 .shops .accordion .accordion-open {
  text-align: center;
  font-size: 24em;
  font-weight: 700;
  color: #fff;
  line-height: 2.11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 0.83em;
  position: relative;
  background-color: #91b0d5;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-open {
    font-size: 14em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.home .sec11 .shops .accordion .accordion-open:hover {
  cursor: pointer;
}

.home .sec11 .shops .accordion .accordion-open .plus {
  position: absolute;
  right: 2.74em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.88em;
  height: 0.88em;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-open .plus {
    right: 0.8em;
    width: 1.18em;
    height: 1.18em;
  }
}

.home .sec11 .shops .accordion .accordion-open .plus div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.home .sec11 .shops .accordion .accordion-open .plus div:last-of-type {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(-450deg);
  transform: translate(-50%, -50%) rotate(-450deg);
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open .plus div:last-of-type {
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.home .sec11 .shops .accordion .accordion-close {
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close {
  height: auto;
  opacity: 1;
  padding: 35em 55em 35em 50em;
  line-height: 2.11;
  border-top: 1px solid #fff;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close {
    padding: 25em 20em 40em 20em;
  }
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40em;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 567px) and (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item {
    margin-bottom: 30em;
  }
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__left {
  width: 350em;
  margin-right: 95em;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__left {
    width: 280em;
    margin-right: 0;
    margin: 0 auto 15em;
  }
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__left .title {
  text-align: center;
  font-size: 22em;
  font-weight: 700;
  margin-bottom: 1.22em;
  color: #91b0d5;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__left .title {
    font-size: 16em;
    margin-bottom: 1.125em;
  }
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl {
  color: #675335;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 15em;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl {
    margin-bottom: 20em;
  }
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl:last-of-type {
  margin-bottom: 0;
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl dt {
  font-size: 18em;
  font-weight: 700;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl dt {
    font-size: 16em;
  }
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl dd {
  font-size: 16em;
  line-height: 1.5;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl dd {
    font-size: 14em;
  }
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl dd a {
  color: #675335;
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .item__right dl dd span {
  display: inline-block;
  font-size: 0.875em;
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin-bottom: 40em;
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .links .li img {
  display: block;
  width: 100%;
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .links .line {
  margin-right: 50em;
  width: 134em;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .links .line {
    margin-right: 20em;
  }
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .links .instagram {
  width: 34em;
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .btn {
  width: 335em;
  max-width: 100%;
  height: 63em;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  border: 1px solid #675335;
  border-radius: 30px;
  background-color: #e8f7fe;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .btn {
    width: 295em;
    height: 55em;
  }
}

.home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .btn span {
  display: inline-block;
  font-size: 19em;
  font-weight: 700;
  color: #675335;
}

@media (max-width: 567px) {
  .home .sec11 .shops .accordion .accordion-hidden:checked+.accordion-open+.accordion-close .btn span {
    font-size: 18em;
  }
}

.home .sec11 .iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* = height ÷ width × 100 */
}

.home .sec11 .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.privacy {
  position: relative;
}

.privacy .header {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 960px) {
  .privacy .header {
    background-color: transparent;
  }
}

@media (max-width: 960px) {
  .privacy .header__left .logo img {
    margin-left: 0;
  }
}

.privacy .fv {
  width: 100%;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-image: url(../images/head-bg.jpg);
}

@media (max-width: 567px) {
  .privacy .fv {
    height: 130px;
  }
}

.privacy .fv h1 {
  font-size: 24px;
  font-weight: 600;
  font-family: "YuMincho", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  color: #200706;
}

@media (max-width: 567px) {
  .privacy .fv h1 {
    font-size: 16px;
  }
}

.privacy .sec01 {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (max-width: 567px) {
  .privacy .sec01 {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}

.privacy .sec01 .container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  color: #200706;
  font-family: "Noto Sans JP", sans-serif;
}

.privacy .sec01 .txt {
  margin-bottom: 50px;
}

@media (max-width: 567px) {
  .privacy .sec01 .txt {
    margin-bottom: 30px;
  }
}

.privacy .sec01 .txt p {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 567px) {
  .privacy .sec01 .txt p {
    font-size: 14px;
  }
}

@media (max-width: 567px) {
  .privacy .sec01 .inner {
    padding: 0 20px;
  }
}

.privacy .sec01 .inner>dl {
  line-height: 2;
  margin-bottom: 30px;
}

@media (max-width: 567px) {
  .privacy .sec01 .inner>dl {
    margin-bottom: 25px;
  }
}

.privacy .sec01 .inner>dl>dt {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 567px) {
  .privacy .sec01 .inner>dl>dt {
    font-size: 14px;
  }
}

.privacy .sec01 .inner>dl>dd {
  font-size: 16px;
}

@media (max-width: 567px) {
  .privacy .sec01 .inner>dl>dd {
    font-size: 14px;
  }
}

.privacy .sec01 .inner>dl>dd>dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.privacy .sec01 .inner>dl>dd>dl>dt {
  margin-right: 0.5em;
}

.law {
  position: relative;
}

.law .header {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 960px) {
  .law .header {
    background-color: transparent;
  }
}

@media (max-width: 960px) {
  .law .header__left .logo img {
    margin-left: 0;
  }
}

.law .fv {
  width: 100%;
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-image: url(../images/head-bg.jpg);
}

@media (max-width: 567px) {
  .law .fv {
    height: 130px;
  }
}

.law .fv h1 {
  font-size: 24px;
  font-weight: 600;
  font-family: "YuMincho", "Yu Mincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  color: #200706;
}

@media (max-width: 567px) {
  .law .fv h1 {
    font-size: 16px;
  }
}

.law .sec01 {
  padding-top: 80px;
  padding-bottom: 100px;
}

@media (max-width: 567px) {
  .law .sec01 {
    padding-top: 40px;
    padding-bottom: 55px;
  }
}

.law .sec01 .container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  color: #200706;
  font-family: "Noto Sans JP", sans-serif;
}

.law .sec01 dl {
  padding: 20px 0;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #bebebe;
}

@media (max-width: 567px) {
  .law .sec01 dl {
    font-size: 14px;
    line-height: 1.57;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.law .sec01 dl dt {
  width: 250px;
  font-weight: 500;
}

@media (max-width: 567px) {
  .law .sec01 dl dt {
    width: 100%;
  }
}

.law .sec01 dl dd {
  width: calc(100% - 250px);
}

@media (max-width: 567px) {
  .law .sec01 dl dd {
    width: 100%;
  }
}