@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --bg-green: linear-gradient(120deg, #8cd56b 0%, #5fc2ce 100%);
  --bg-pink: linear-gradient(120deg, #eb96a8 0%, #edae56 100%);
  --main-color: #684714;
  --font-maru:"Zen Maru Gothic", sans-serif;
  --inner_1200:min(90%,1200px);
  --pink:#eb98a6;
  --sky:#5cc3d0;
  --green:#8dd669;
  --orange:#efae52;
  --f_gill:"GillSansNovaInline-Regular";
}

.f_pink {
  color: var(--pink);
}

.f_sky {
  color: var(--sky);
}

.f_green {
  color: var(--green);
}

.f_orange {
  color: var(--orange);
}

@media only screen and (max-width: 1023px) {
  .tab_none {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
img {
  max-width: none;
  width: 100%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #684714;
  font-size: 16px;
  line-height: 1.8;
  background-color: rgba(125, 204, 86, 0.2);
}
@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
}

.no_border {
  border: none !important;
}

@keyframes bounceIn_mini {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.85, 0.85, 0.85);
  }
  20% {
    transform: scale3d(1.02, 1.02, 1.02);
  }
  40% {
    transform: scale3d(0.98, 0.98, 0.98);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.01, 1.01, 1.01);
  }
  80% {
    transform: scale3d(0.99, 0.99, 0.99);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceInMini {
  animation-duration: 0.75s;
  animation-name: bounceIn_mini;
}

/* ---------------------------------------------------------
 *	SP nav
 *---------------------------------------------------------- */
#spNavArea {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 9998;
  text-align: center;
}

#spNavArea div#spNavBody {
  overflow: auto;
  position: fixed;
  top: 0;
  right: -20vw;
  height: 100%;
  max-width: 480px;
  width: 100%;
  opacity: 0;
  z-index: 9998;
  background: #fff;
  padding: 120px 30px 30px;
  pointer-events: none;
  transition: 0.5s ease;
}

#spNavArea.navOpen .navBtn {
  border: none;
}

#spNavArea .logo {
  margin-bottom: 30px;
}

#spNavArea div#spNavBody nav ul {
  text-align: left;
  margin-bottom: 30px;
}

#spNavArea div#spNavBody nav ul.second {
  margin-top: 10px;
  margin-left: 1em;
}

#spNavArea div#spNavBody nav ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

#spNavArea div#spNavBody nav ul.second li {
  margin-bottom: 0;
  border-bottom: none;
}

#spNavArea div#spNavBody nav ul.second li:last-child {
  padding-bottom: 0;
}

#spNavArea div#spNavBody nav ul li a {
  display: block;
  transition: 0.3s ease;
}

#spNavArea.navOpen div#spNavBody {
  opacity: 1;
  pointer-events: auto;
  right: 0;
}

#spNavArea div#spNavBody .inner {
  max-width: 480px;
  margin: 0 auto;
}

#spNavArea .navBtn {
  width: 100px;
  height: 100px;
  padding: 26px 0 0 25px;
  position: absolute;
  cursor: pointer;
  z-index: 9999;
  top: clamp(10px, 7.6923076923px + 0.641025641vw, 20px);
  right: clamp(10px, 7.6923076923px + 0.641025641vw, 20px);
  background: #fff;
  transition: 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}

#spNavArea .navBtn span {
  display: block;
  height: 1px;
  background: var(--main-color);
  transition: all 0.3s ease-in-out;
  width: 50px;
}

#spNavArea .navBtn small {
  display: block;
  color: var(--main-color);
  text-align: center;
  margin-left: -24px;
  margin-top: 15px;
}

#spNavArea.navOpen .navBtn span:nth-of-type(1) {
  transform: translateY(13px) rotate(45deg);
}

#spNavArea.navOpen .navBtn span:nth-of-type(2) {
  transform: translateY(-1px) rotate(-45deg);
}

#spNavArea .navBtn span:nth-of-type(2) {
  margin-top: 12px;
}

#spNavArea .navBtn span:nth-of-type(3) {
  margin-top: 12px;
}

#spNavArea .btn a {
  color: #fff;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.14em;
  width: 100%;
  display: block;
  padding: 15px 10px 10px;
  border-radius: 100px;
  border: 4px solid #fff;
  align-items: center;
}

#spNavArea .btn .tel a {
  font-size: 30px;
  letter-spacing: 0.08em;
  width: 100%;
  background: #01bacb;
  margin-bottom: 20px;
}

#spNavArea .btn .web a {
  letter-spacing: 0.1em;
  background: #2f85dd;
}

#spNavArea .btn em {
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#spNavArea .btn span {
  height: 30px;
  line-height: 30px;
}

#spNavArea .btn small {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  #spNavArea div#spNavBody {
    padding: 60px 30px 30px;
  }
  #spNavArea .navBtn {
    width: 40px;
    height: 40px;
    padding: 12px 0 0 10px;
    top: 10px;
    right: 10px;
  }
  #spNavArea .navBtn span:nth-of-type(2) {
    margin-top: 5px;
  }
  #spNavArea .navBtn span {
    height: 2px;
    width: 20px;
  }
  #spNavArea.navOpen .navBtn span:nth-of-type(1) {
    transform: translateY(7px) rotate(45deg);
  }
  #spNavArea.navOpen .navBtn span:nth-of-type(2) {
    transform: translateY(0px) rotate(-45deg);
  }
  #spNavArea .navBtn small {
    display: block;
    color: var(--main-color);
    text-align: center;
    margin-left: -10px;
    margin-top: 5px;
    font-size: 8px;
  }
}
.bg_green {
  background: linear-gradient(120deg, #8cd56b 0%, #5fc2ce 100%);
}

.bg_pink {
  background: linear-gradient(120deg, #eb96a8 0%, #edae56 100%);
}

/* ---------------------------------------------------------
 *	Header
 *---------------------------------------------------------- */
h1 {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 10px;
  left: 10px;
  top: 110px;
  z-index: 7;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100px;
}

#header .logo {
  width: 400px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  margin: clamp(10px, 7.6923076923px + 0.641025641vw, 20px);
}
@media screen and (max-width: 768px) {
  #header .logo {
    width: 300px;
  }
}
@media screen and (max-width: 500px) {
  #header .logo {
    width: 230px;
  }
}

#header .btn {
  width: min(43%, 650px);
  text-align: center;
  white-space: nowrap;
  position: absolute;
  right: 150px;
  top: clamp(10px, 3.0769230769px + 1.9230769231vw, 40px);
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
#header .btn > a {
  border-radius: 100px;
  padding: 0.5em 1em;
  line-height: 1;
  color: #fff;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #fff;
  transition: all 0.3s linear;
  transform: translate(0, 0);
  opacity: 1;
  min-width: 260px;
}
#header .btn > a:hover {
  transform: translate(0, 5px);
}

.btn_Box {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  top: clamp(10px, 3.0769230769px + 1.9230769231vw, 40px);
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 20px auto !important;
}
@media screen and (max-width: 768px) {
  .btn_Box {
    display: block;
  }
}
.btn_Box > a {
  border-radius: 100px;
  padding: 0.5em 1em;
  line-height: 1;
  color: #fff;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #fff;
  transition: all 0.3s linear;
  transform: translate(0, 0);
  opacity: 1;
  min-width: 260px;
}
.btn_Box > a:hover {
  transform: translate(0, 5px);
}

.h_tel {
  background: var(--bg-green);
  font-size: clamp(20px, 17.2307692308px + 0.7692307692vw, 32px);
  font-weight: bold;
}
.h_tel img {
  height: 0.8em;
  width: auto;
  margin-right: 0.2em;
  vertical-align: middle;
}

.h_web {
  background: var(--bg-pink);
  font-size: clamp(20px, 18.1538461538px + 0.5128205128vw, 28px);
  font-weight: bold;
}
.h_web img {
  height: 0.71em;
  width: auto;
  margin-right: 0.2em;
  vertical-align: middle;
}

#header .btn em {
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#header .btn span {
  height: 30px;
  line-height: 30px;
}

#header .btn small {
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  #header .btn {
    display: none;
  }
}
/* ---------------------------------------------------------
 *	Grobal Navigation
 *---------------------------------------------------------- */
#gnav {
  font-size: 15px;
  text-align: center;
  max-width: 1330px;
  margin: 0 auto;
  padding: 50px 20px;
}

#gnav nav ul {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid #c3c3c3;
}

#gnav nav ul.second {
  position: absolute;
  top: 20px;
  display: block;
  background: rgba(234, 246, 253, 0.61);
  border-left: none;
  padding: 10px 0;
  opacity: 0;
  transition: 0.3s ease;
}

#gnav nav ul li.single:hover ul.second {
  top: 30px;
  visibility: visible;
  opacity: 1;
}

#gnav nav ul li {
  width: 9%;
  border-right: 1px solid #c3c3c3;
}

#gnav nav ul li.single {
  position: relative;
}

#gnav nav ul li.single ul.second {
  width: 100%;
  z-index: 1;
}

#gnav nav ul li.single ul.second li {
  width: 100%;
  border-right: none;
  margin-bottom: 10px;
}

#gnav nav ul li.single ul.second li:last-child {
  margin-bottom: 0;
}

#gnav nav ul li a {
  transition: 0.3s ease;
}

#gnav nav ul li:first-child a {
  color: #00b3bd;
}

#gnav nav ul li.single ul.second li a {
  color: #655d5a;
  display: block;
}

#gnav nav ul li:first-child a span {
  border-bottom: 1px solid #00b3bd;
}

#gnav nav ul li.single ul.second li a span {
  border-bottom: none;
}

#gnav nav ul li a:hover {
  color: #00b3bd;
}

#gnav nav ul li.single ul.second li a:hover {
  color: #00b3bd;
}

@media screen and (max-width: 1200px) {
  #gnav {
    padding: 30px 20px;
  }
  #gnav nav ul {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  #gnav {
    padding: 50px 20px 20px;
  }
}
.side_fix {
  position: fixed;
  top: 250px;
  right: -15px;
  z-index: 3;
}
.side_fix a {
  display: flex;
  flex-wrap: wrap;
  aspect-ratio: 1/1;
  border-radius: clamp(10px, 7.6923076923px + 0.641025641vw, 20px);
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  width: 160px;
  height: auto;
  font-size: 19px;
  padding: 1em 1.2em 1em 1em;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  letter-spacing: 0px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.side_fix a span {
  display: block;
  text-align: center;
  width: 100%;
}
.side_fix a img {
  width: 1.2em;
  display: block;
  margin: auto auto 10px;
}
.side_fix a:after {
  width: 100%;
  height: 100%;
  background-image: url(../image/bg_line.jpg);
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  left: -10px;
  top: 10px;
  border-radius: clamp(10px, 7.6923076923px + 0.641025641vw, 20px);
  transition: all 0.3s linear;
}
.side_fix a:hover:after {
  left: 0;
  top: 0px;
}
.side_fix .s_web {
  background: var(--bg-pink);
  margin-bottom: 20px;
}
.side_fix .s_tel {
  background: var(--bg-green);
}
.side_fix .s_tel small {
  color: var(--main-color);
  background-color: #fff;
  border-radius: 40px;
  padding: 0.3em;
  display: block;
  width: 100%;
  line-height: 1;
  margin-top: 0.3em;
}

.mv {
  position: relative;
  aspect-ratio: 1920/1050;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .mv {
    aspect-ratio: 1/1.3;
  }
}
.mv .mv_img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv .mv_img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.mv h2 {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 35%;
}
@media screen and (max-width: 768px) {
  .mv h2 {
    width: 70%;
    top: 45%;
  }
}
.mv .mv_btm1, .mv .mv_btm2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.mv ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: min(90%, 1024px);
  position: absolute;
  z-index: 2;
  margin: auto;
  left: 0;
  right: 0;
  top: 85%;
}
@media screen and (max-width: 768px) {
  .mv ul {
    bottom: -8%;
    flex-wrap: wrap;
  }
}
.mv ul li {
  width: 32%;
  container-type: inline-size;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv ul li {
    width: 32%;
  }
}
.mv ul li:nth-child(2) {
  margin: 0 -10px 0 0;
}
.mv ul li img {
  width: 100%;
  height: auto;
}
.mv ul li p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.mv ul li strong {
  font-size: 12cqw;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  font-family: var(--font-maru);
}
.mv ul li small {
  font-size: 9cqw;
  color: var(--main-color);
  text-shadow: 0 0 10px #fff, 0 0 5px #fff;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 0.5em;
}
.mv ul .s_g {
  text-shadow: 0px 0px 20px #7dcc56, 0px 0px 10px #7dcc56, 0px 0px 5px #7dcc56;
}
.mv ul .s_p {
  text-shadow: 0px 0px 20px #f48b98, 0px 0px 10px #f48b98, 0px 0px 5px #f48b98;
}
.mv ul .s_b {
  text-shadow: 0px 0px 20px #5cc3d0, 0px 0px 10px #5cc3d0, 0px 0px 5px #5cc3d0;
}

.charm {
  padding-top: clamp(50px, -14.2857142857px + 17.8571428571cqw, 200px);
  background-image: url(../image/charm1_bg.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: clamp(200px, 38.4615384615px + 44.8717948718vw, 900px);
  position: relative;
  isolation: isolate;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .charm {
    padding-top: 250px;
  }
}
.charm .deco1 {
  position: absolute;
  top: clamp(70px, 51.5384615385px + 5.1282051282vw, 150px);
  --decow:17vw;
  width: var(--decow);
  left: 0;
}
@media screen and (max-width: 768px) {
  .charm .deco1 {
    width: 140px;
  }
}
.charm .deco2 {
  position: absolute;
  top: 0;
  width: 100%;
}
.charm h2 {
  width: clamp(300px, 85.7142857143px + 59.5238095238cqw, 800px);
  margin: auto;
}
.charm .charm_wrap {
  position: relative;
  isolation: isolate;
}
@media screen and (max-width: 1024px) {
  .charm .charm_wrap p {
    font-size: 15px;
  }
}
.charm .charm_wrap .inner {
  padding-top: clamp(100px, 82.8571428571px + 4.7619047619cqw, 140px);
  position: relative;
  width: var(--inner_1200);
  margin: auto;
  container-type: inline-size;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .charm .charm_wrap .inner {
    display: block;
  }
}
.charm .charm_wrap .ph {
  width: 45%;
  position: relative;
  container-type: inline-size;
  margin-left: -10%;
}
@media screen and (max-width: 768px) {
  .charm .charm_wrap .ph {
    width: 90%;
    margin: auto auto 30px;
  }
}
.charm .charm_wrap .ph img {
  width: 100%;
  height: auto;
}
.charm .charm_wrap .ph .num {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -20cqw;
}
.charm .charm_wrap .num {
  font-family: var(--f_gill);
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff; /* 黒の縁取り */
}
.charm .charm_wrap .num small {
  font-size: 7cqw;
  display: block;
  line-height: 1;
}
.charm .charm_wrap .num strong {
  font-size: 27cqw;
  display: block;
  line-height: 1;
  margin-top: -2cqw;
}
.charm .charm_wrap .num img {
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
}
.charm .charm_wrap .body {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .charm .charm_wrap .body {
    width: min(100%, 500px);
    margin: auto;
    padding-bottom: 50px;
  }
}
.charm .charm_wrap .body h3 {
  font-family: var(--font-maru);
  font-size: clamp(20px, 13.5714285714px + 1.7857142857cqw, 35px);
  font-weight: bold;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .charm .charm_wrap .body h3 {
    margin: auto;
    margin-bottom: 20px;
  }
}
.charm .charm_wrap .body h3 > span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
}
.charm .charm_wrap .body h3 .span1 {
  background-color: #fff;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 -2em;
}
@media screen and (max-width: 768px) {
  .charm .charm_wrap .body h3 .span1 {
    margin: 0 auto 0 0;
  }
}
.charm .charm_wrap .body h3 .span2 {
  background-color: var(--pink);
  color: #fff;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 1em;
  text-wrap: nowrap;
}
.charm .charm_wrap .inner.re {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .charm .charm_wrap .inner.re {
    display: block;
  }
}
.charm .charm_wrap .inner.re .ph {
  margin-right: -10%;
  margin-left: 0%;
}
@media screen and (max-width: 768px) {
  .charm .charm_wrap .inner.re .ph {
    margin: auto;
    margin-bottom: 30px;
  }
}
.charm .charm_wrap .inner.re .ph .num img {
  position: absolute;
  width: 30%;
  right: auto;
  left: 0;
  top: 0;
}
.charm .charm_wrap .inner.re .body {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .charm .charm_wrap .inner.re .body {
    width: min(100%, 500px);
    margin: auto;
  }
}
.charm .charm_wrap .inner.re .body h3 .span1 {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .charm .charm_wrap .inner.re .body h3 .span1 {
    margin: 0 auto 0 0;
  }
}
.charm .charm_wrap .inner.re .body h3 .span2 {
  background-color: var(--sky);
}
@media screen and (max-width: 768px) {
  .charm .charm_wrap .inner.re .body h3 .span2 {
    margin: 0 auto 0 4em;
  }
}
.charm .charm_wrap1 {
  z-index: 2;
}
.charm .charm_wrap1 .num {
  padding-right: 15%;
  color: var(--pink);
}
.charm .charm_wrap2 {
  background-repeat: repeat;
  margin-top: -10vw;
  padding-top: 10vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .charm .charm_wrap2 {
    padding-bottom: 30px;
    padding-top: 0;
  }
}
.charm .charm_wrap2 .num {
  padding-left: 15%;
  color: var(--sky);
  padding-right: 0;
}
.charm .charm_wrap2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../image/charm2_bg.jpg) repeat;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
@media screen and (max-width: 768px) {
  .charm .charm_wrap2::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
}

.charm_wrap3 {
  display: flex;
  justify-content: center;
  margin-top: -10vw;
  z-index: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .charm_wrap3 {
    display: block;
  }
  .charm_wrap3 h3 {
    width: 90% !important;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .charm_wrap3 {
    margin-top: -20vw;
  }
}
.charm_wrap3 .deco {
  position: absolute;
  bottom: 0;
  left: 0;
}
.charm_wrap3 .c_left, .charm_wrap3 .c_right {
  width: 50%;
  padding-bottom: var(--charm2-h, 0px);
}
@media screen and (max-width: 768px) {
  .charm_wrap3 .c_left, .charm_wrap3 .c_right {
    width: 100%;
    padding-bottom: 0px;
  }
  .charm_wrap3 .c_left .num, .charm_wrap3 .c_right .num {
    top: -5cqw !important;
  }
}
.charm_wrap3 .c_left .ph, .charm_wrap3 .c_right .ph {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .charm_wrap3 .c_left .ph, .charm_wrap3 .c_right .ph {
    width: 70% !important;
  }
}
.charm_wrap3 .c_left .inBox, .charm_wrap3 .c_right .inBox {
  width: min(95%, 600px);
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .charm_wrap3 .c_left .inBox, .charm_wrap3 .c_right .inBox {
    width: min(100%, 500px) !important;
    margin: auto !important;
  }
}
.charm_wrap3 .c_left .inBox .ph, .charm_wrap3 .c_right .inBox .ph {
  width: 100%;
  margin: auto;
}
.charm_wrap3 .c_left .inBox .body, .charm_wrap3 .c_right .inBox .body {
  width: 100%;
  margin: auto;
}
.charm_wrap3 .c_left {
  background-color: #def3f6;
  background-image: url(../image/c_left.png);
  background-size: cover !important;
  padding-top: 17vw;
}
@media screen and (max-width: 1024px) {
  .charm_wrap3 .c_left {
    padding-top: 27vw;
  }
}
@media screen and (max-width: 500px) {
  .charm_wrap3 .c_left {
    padding-top: 30vw;
    padding-bottom: 0px !important;
  }
}
.charm_wrap3 .c_left .inBox {
  margin: 0 0 0 auto;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .charm_wrap3 .c_left .inBox {
    padding: 0 !important;
  }
}
.charm_wrap3 .c_left .span2 {
  margin-right: 2em !important;
  background-color: var(--green) !important;
}
.charm_wrap3 .c_left .num {
  padding-right: 15% !important;
  color: var(--green);
  padding-right: 0;
}
.charm_wrap3 .c_left .c_3_txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .charm_wrap3 .c_left .c_3_txt {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.charm_wrap3 .c_left .c_3_txt img {
  width: 35%;
  position: relative;
  bottom: -4vw;
}
@media screen and (max-width: 768px) {
  .charm_wrap3 .c_left .c_3_txt img {
    bottom: -16vw;
    margin: auto;
    margin-top: -14vw !important;
  }
}
.charm_wrap3 .c_left .c_3_txt p {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .charm_wrap3 .c_left .c_3_txt p {
    width: 90%;
    margin: auto;
    padding: 0;
  }
}
.charm_wrap3 .c_right {
  background-color: #dae7fb;
  background-image: url(../image/c_right.png);
  background-size: cover;
  padding-top: 20vw;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .charm_wrap3 .c_right {
    padding-top: 20vw;
  }
}
.charm_wrap3 .c_right .inBox {
  margin: 0 auto 0 0;
  padding-left: 5%;
}
@media screen and (max-width: 768px) {
  .charm_wrap3 .c_right .inBox {
    padding: 0 !important;
  }
}
.charm_wrap3 .c_right .span1 {
  letter-spacing: -0.03em;
  margin-right: -1em !important;
}
.charm_wrap3 .c_right .span2 {
  margin-right: -1em !important;
  background-color: var(--orange) !important;
}
.charm_wrap3 .c_right .num {
  padding-left: 15% !important;
  color: var(--orange);
  padding-right: 0 !important;
}
.charm_wrap3 .c_right .num img {
  position: absolute;
  width: 30%;
  right: auto;
  left: 0;
  top: 0;
}
.charm_wrap3 .c_right .body {
  position: relative;
}
.charm_wrap3 .c_right .body img {
  position: absolute;
  width: 40%;
  right: -5%;
  top: 75%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .charm_wrap3 .c_right .body p {
    width: 90%;
    margin: auto;
  }
}
.charm_wrap3 .span1 {
  margin-left: 0 !important;
}

.charm_wrap5 {
  position: relative;
  background-color: #fdf0f2;
  z-index: 2;
}
.charm_wrap5 .body {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .charm_wrap5 .body {
    padding-top: 0px;
  }
}
.charm_wrap5 .ph {
  position: relative;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .charm_wrap5 .ph {
    top: 0;
  }
}
.charm_wrap5 .num {
  padding-right: 15% !important;
  color: var(--pink) !important;
}
.charm_wrap5 .span2 {
  margin: 0 !important;
}
.charm_wrap5 .deco {
  position: absolute;
  width: 60%;
  right: 0;
  top: o;
}

.charm_wrap6 {
  background-repeat: repeat;
  margin-top: -3vw !important;
  padding-top: 3vw !important;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .charm_wrap6 {
    padding-bottom: 30px;
  }
}
.charm_wrap6 .num {
  padding-left: 15%;
  color: var(--sky);
  padding-right: 0;
}
.charm_wrap6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../image/charm6_bg.jpg) repeat;
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
}
@media screen and (max-width: 768px) {
  .charm_wrap6::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
}
@media screen and (max-width: 500px) {
  .charm_wrap6::before {
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
  }
}

.recruit {
  position: relative;
  margin-top: -9vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit {
    margin-top: -16vw;
  }
}
@media screen and (max-width: 500px) {
  .recruit {
    margin-top: -18vw;
  }
}
.recruit img {
  width: 100%;
}
.recruit h2 {
  font-family: var(--f_gill);
  position: absolute;
  right: 10%;
  font-size: clamp(30px, 13.8461538462px + 4.4871794872vw, 100px);
  color: #fff;
  text-align: right;
  top: 65%;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  line-height: 1.1;
}
.recruit .deco {
  position: absolute;
  bottom: 0;
  left: 0;
}

.benefit {
  position: relative;
  z-index: 0;
}
.benefit:after {
  height: 50%;
  position: absolute;
  width: 100%;
  clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
  content: "";
  display: block;
  background-image: url(../image/charm2_bg.jpg);
  background-repeat: repeat;
  bottom: 0;
  z-index: -2;
}
.benefit .deco1 {
  position: absolute;
  left: 0;
  top: 0;
  width: min(23%, 400px);
  z-index: -1;
}
.benefit .deco2 {
  position: absolute;
  right: 0;
  top: 0;
  width: min(55%, 990px);
  z-index: -1;
}
.benefit .inner {
  container-type: inline-size;
  width: var(--inner_1200);
  margin: auto;
}
.benefit .inner h2 {
  width: clamp(300px, 42.8571428571px + 71.4285714286cqw, 900px);
  margin: auto;
  text-align: center;
  margin-top: -10vw;
}
.benefit .inner h2 img {
  width: 100%;
}
.benefit .inner ul {
  display: flex;
  justify-content: center;
  gap: 4cqw;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .benefit .inner ul {
    gap: 8cqw;
  }
}
.benefit .inner ul li {
  width: 27%;
  aspect-ratio: 1/1;
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 0;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(10px, 5.7142857143px + 1.1904761905cqw, 20px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .benefit .inner ul li {
    width: 43% !important;
  }
}
.benefit .inner ul li img {
  width: 45%;
  display: block;
  height: auto;
}
.benefit .inner ul li p {
  width: 100%;
}
.benefit .inner ul .b_pink {
  box-shadow: 12px 12px 0px var(--pink);
}
.benefit .inner ul .b_pink :before {
  content: "";
  display: block;
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: repeating-linear-gradient(-45deg, rgba(255, 182, 193, 0.2) 0, rgba(255, 182, 193, 0.2) 4px, transparent 4px, transparent 8px);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.benefit .inner ul .b_green {
  box-shadow: 12px 12px 0px var(--green);
}
.benefit .inner ul .b_green :before {
  content: "";
  display: block;
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: repeating-linear-gradient(-45deg, rgb(242, 250, 238) 0, rgb(242, 250, 238) 4px, transparent 4px, transparent 8px);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.benefit .inner ul .b_sky {
  box-shadow: 12px 12px 0px var(--sky);
}
.benefit .inner ul .b_sky :before {
  content: "";
  display: block;
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: repeating-linear-gradient(-45deg, #eef9fa 0, #eef9fa 4px, transparent 4px, transparent 8px);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.benefit .inner ul .b_orange {
  box-shadow: 12px 12px 0px var(--orange);
}
.benefit .inner ul .b_orange :before {
  content: "";
  display: block;
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: repeating-linear-gradient(-45deg, #fcf4e9 0, #fcf4e9 4px, transparent 4px, transparent 8px);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.benefit .inner ul .b_yellow {
  box-shadow: 12px 12px 0px #f9eaa5;
}
.benefit .inner ul .b_yellow :before {
  content: "";
  display: block;
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: repeating-linear-gradient(-45deg, #fffee5 0, #fffee5 4px, transparent 4px, transparent 8px);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.naiyou {
  background-image: url(../image/naiyou_bg.jpg);
  background-repeat: repeat;
  position: relative;
  z-index: 0;
  padding-top: clamp(80px, 50px + 8.3333333333cqw, 150px);
}
.naiyou .inner {
  width: var(--inner_1200);
  margin: auto;
}
.naiyou .inner h2 {
  width: clamp(300px, 85.7142857143px + 59.5238095238cqw, 800px);
  margin: auto;
}
.naiyou .inner .lead {
  text-align: center;
  padding: 2em 0px;
}
.naiyou .inner > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.naiyou .inner > ul > li {
  width: 45%;
  border-radius: 20px;
  container-type: inline-size;
  margin-top: 5cqw;
  position: relative;
}
@media screen and (max-width: 768px) {
  .naiyou .inner > ul > li {
    width: 100%;
    display: block;
    margin-top: 10cqw;
  }
}
.naiyou .inner > ul > li .dot2 {
  position: absolute;
  left: 100%;
  top: 40%;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .naiyou .inner > ul > li .dot2 {
    top: 100%;
    left: 40%;
  }
}
.naiyou .inner > ul > li .dot1 {
  position: absolute;
  right: 100%;
  top: 100%;
  width: 22%;
}
@media screen and (max-width: 768px) {
  .naiyou .inner > ul > li .dot1 {
    top: 100%;
    left: 40%;
  }
}
.naiyou .inner > ul > li .num {
  position: absolute;
  top: -6cqw;
  left: 3cqw;
  width: 25%;
}
.naiyou .inner > ul > li .ph {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
}
.naiyou .inner > ul > li ul {
  border-radius: 0px 0px 20px 20px;
  padding: 1em 2em;
}
.naiyou .inner > ul > li ul li {
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: clamp(15px, 11.1428571429px + 1.0714285714cqw, 24px);
  font-weight: bold;
  font-family: var(--font-maru);
  position: relative;
  align-items: flex-start;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.naiyou .inner > ul > li ul li:before {
  content: "◆";
  color: #efe52e;
  font-size: 0.6em;
  margin-right: 10px;
  position: relative;
  top: 0.3em;
}
.naiyou .inner > ul > li:nth-child(even) {
  margin-top: 10cqw;
}
.naiyou .inner > ul > li:nth-child(even) .num {
  left: auto;
  right: 3cqw;
}
.naiyou .deco1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.naiyou .deco3 {
  width: min(20%, 400px);
  position: absolute;
  z-index: -1;
  right: 5%;
  top: 35vw;
}
.naiyou .deco4 {
  position: absolute;
  right: 0;
  bottom: calc(var(--deco6-h, 0px) - 300px);
  z-index: -3;
  width: 15vw;
}
@media screen and (max-width: 1400px) {
  .naiyou .deco4 {
    display: none;
  }
}
.naiyou .deco5 {
  position: absolute;
  left: 0;
  bottom: calc(var(--deco6-h, 0px) - 100px);
  z-index: -3;
  width: 15vw;
}
@media screen and (max-width: 1400px) {
  .naiyou .deco5 {
    display: none;
  }
}
.naiyou .deco6 {
  margin-top: calc(var(--deco6-h, 0px) / 2 * -1);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .naiyou .deco6 {
    width: 1200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
  }
}
.naiyou .n_pink {
  background-color: var(--pink);
}
.naiyou .n_green {
  background-color: var(--green);
}
.naiyou .n_orange {
  background-color: var(--orange);
}
.naiyou .n_sky {
  background-color: var(--sky);
}
.naiyou .n_yel {
  background-color: #ecc301;
}

.flow {
  padding-top: clamp(30px, 21.4285714286px + 2.380952381cqw, 50px);
  overflow: clip;
  position: relative;
  z-index: 0;
  /* 基本吹き出し */
  /* 左向き（←） */
  /* 右向き（→） */
  /* 小さな画面で少し大きめに見せたい／読みやすく */
}
.flow:after {
  height: 50%;
  position: absolute;
  width: 100%;
  clip-path: polygon(0 0%, 100% 40%, 100% 100%, 0 60%);
  content: "";
  display: block;
  background-image: url(../image/flow_bg.jpg);
  background-repeat: repeat;
  top: 20%;
  z-index: -2;
}
.flow h2 {
  text-align: center;
  margin-bottom: clamp(30px, 21.4285714286px + 2.380952381cqw, 50px);
}
.flow h2 strong {
  font-size: clamp(40px, 5.7142857143px + 9.5238095238cqw, 120px);
  font-family: var(--f_gill);
  display: block;
  color: var(--green);
  line-height: 1;
}
.flow h2 small {
  display: block;
  font-weight: bold;
}
.flow .inner {
  width: var(--inner_1200);
  margin: auto;
  position: relative;
  container-type: inline-size;
  z-index: 0;
}
.flow .inner .time_box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flow .inner .time_box {
    justify-content: space-between;
  }
}
.flow .inner .time_box .f_right, .flow .inner .time_box .f_left {
  width: 40%;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .flow .inner .time_box .f_right, .flow .inner .time_box .f_left {
    width: 65%;
    padding-bottom: 10cqw;
  }
}
.flow .inner .time_box .time {
  width: 20%;
  text-align: center;
  container-type: inline-size;
  background-image: url(../image/time_bar.png);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 20cqw;
}
@media screen and (max-width: 768px) {
  .flow .inner .time_box .time {
    order: -1;
    width: 25%;
  }
}
.flow .inner .time_box .time span {
  display: block;
  aspect-ratio: 1/1;
  font-family: var(--f_gill);
  border-radius: 100px;
  width: 50%;
  margin: auto;
  background-color: #5cc3d0;
  container-type: inherit;
  color: #fff;
  font-size: 17cqw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow .inner .time_box .time span.pink {
  background-color: var(--pink) !important;
}
@media screen and (max-width: 768px) {
  .flow .inner .time_box .time span {
    width: 80%;
    font-size: 20cqw;
  }
}
.flow .inner .time_box .time.last {
  background-image: none;
}
.flow .inner .time_box.up {
  margin-top: -15cqw;
}
@media screen and (max-width: 768px) {
  .flow .inner .time_box.up {
    margin-top: 0;
  }
}
.flow .inner .deco1 {
  position: absolute;
  left: -3%;
  top: -5%;
  width: min(45cqw, 500px);
  z-index: -1;
}
.flow .inner .deco2 {
  position: absolute;
  right: -5%;
  bottom: 10%;
  width: min(45cqw, 500px);
  z-index: -1;
}
.flow .huki {
  /* 可変パラメータ（必要に応じて上書きOK） */
  --bg: #fff;
  --radius: 14px;
  --pad-x: clamp(12px, 2.5vw, 24px);
  --pad-y: clamp(12px, 2.5vw, 24px);
  --shadow: 0 2px 10px rgba(0,0,0,.06);
  --pointer-w: clamp(8px, 1.2vw, 12px); /* 三角の横幅 */
  --pointer-h: clamp(8px, 1.2vw, 12px); /* 三角の高さ */
  --pointer-offset: 50%; /* 三角の縦位置(%) 例: 30% など */
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  color: inherit;
  padding: var(--pad-y) var(--pad-x);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  line-height: 1.6;
  z-index: 0;
  margin-bottom: var(--pad-x);
}
.flow .huki h3 {
  color: #ec6b7b;
  font-size: clamp(17pxpx, 14pxpx + 0.8333333333pxcqw, 24pxpx);
  font-weight: bold;
  margin-bottom: 0.3em;
}
.flow .huki p {
  font-size: clamp(15pxpx, 13.7142857143pxpx + 0.3571428571pxcqw, 18pxpx);
  color: #333333;
}
.flow .huki1 {
  position: absolute;
  width: 40px;
  background-repeat: no-repeat;
  right: 100%;
  top: 40%;
}
@media screen and (max-width: 768px) {
  .flow .huki1 {
    top: 25%;
    right: 97% !important;
  }
}
.flow .huki2 {
  position: absolute;
  width: 40px;
  background-repeat: no-repeat;
  left: 100%;
  top: 40%;
}
@media screen and (max-width: 768px) {
  .flow .huki2 {
    position: absolute;
    width: 40px;
    background-repeat: no-repeat;
    right: 97% !important;
    left: auto !important;
    top: 25%;
    transform: rotate(180deg);
  }
}
@media (max-width: 480px) {
  .flow .huki {
    max-width: 94vw;
  }
}

.main_entry {
  position: relative;
  z-index: 1;
}
.main_entry img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main_entry {
    margin-top: 50px;
  }
}
.main_entry .a_wrap {
  position: absolute;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.main_entry .a_wrap .deco2 {
  position: absolute;
  right: 0;
  bottom: 80%;
  width: 27%;
  z-index: -1;
}
.main_entry .a_wrap a {
  background: var(--bg-pink);
  font-size: clamp(18px, 11.7692307692px + 1.7307692308vw, 45px);
  font-weight: bold;
  border-radius: 100px;
  padding: 0.9em 1.2em;
  line-height: 1;
  color: #fff;
  display: block;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 4px solid #fff;
  opacity: 1;
  z-index: 0;
  min-width: 300px;
}
.main_entry .a_wrap a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100px;
  z-index: -1;
  background: repeating-linear-gradient(-45deg, rgb(255, 255, 255) 0, rgb(255, 255, 255) 4px, transparent 4px, transparent 8px);
  transition: all 0.3s linear;
}
.main_entry .a_wrap a:hover:after {
  top: 0;
}
.main_entry .a_wrap .ic {
  height: 0.71em;
  width: auto;
  margin-right: 0.2em;
  vertical-align: middle;
}
.main_entry .a_wrap .pop {
  position: absolute;
  bottom: 85%;
  left: -5%;
  width: 70%;
}
.main_entry .deco1 {
  position: absolute;
  left: 10%;
  width: 25%;
  bottom: 95%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .main_entry .deco1 {
    width: 35%;
  }
}

.greeting {
  background-color: #ebf8f9;
  position: relative;
  z-index: 0;
  margin-top: -15vw;
  padding-top: 7vw;
  padding-bottom: clamp(50px, 28.5714285714px + 5.9523809524cqw, 100px);
}
@media screen and (max-width: 768px) {
  .greeting {
    padding-top: 50px;
  }
}
.greeting h2 {
  line-height: 1.3;
  text-align: center;
}
.greeting h2 strong {
  font-family: var(--f_gill);
  font-size: clamp(70px, 31.4285714286px + 10.7142857143cqw, 160px);
  color: var(--green);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.greeting h2 strong::first-letter {
  color: #5cc3d0;
}
.greeting h2 span {
  color: var(--main-color);
  font-size: clamp(20px, 11.4285714286px + 2.380952381cqw, 40px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: bold;
}
.greeting .inner {
  width: var(--inner_1200);
  display: flex;
  margin: auto;
  padding-top: clamp(30px, 21.4285714286px + 2.380952381cqw, 50px);
}
@media screen and (max-width: 768px) {
  .greeting .inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.greeting .inner .body {
  width: 65%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .greeting .inner .body {
    width: 100%;
  }
}
.greeting .inner .body h3 {
  font-size: clamp(18px, 10.7142857143px + 2.0238095238cqw, 35px);
  margin-bottom: 0.8em;
}
@media screen and (max-width: 500px) {
  .greeting .inner .body h3 {
    font-size: 16px;
  }
}
.greeting .inner .body h3 span {
  display: block;
  background-color: #fff;
  border-radius: 50px;
  line-height: 1;
  padding: 0.5em 1.3em;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .greeting .inner .body h3 span {
    padding: 1em 1em;
  }
}
.greeting .inner .body h3 span:last-child {
  margin: 0 0 0 auto;
}
.greeting .inner .body .name {
  width: 400px;
  background-color: var(--sky);
  position: relative;
  z-index: 0;
  text-align: center;
  line-height: 1.3 !important;
  margin-top: 30px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .greeting .inner .body .name {
    width: 90%;
    margin: 20px auto auto;
    box-sizing: border-box;
  }
}
.greeting .inner .body .name::after {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: 90%;
  aspect-ratio: 1/1;
  /* 斜めストライプ */
  background: repeating-linear-gradient(-45deg, #fff 1px, #fff 2px, transparent 3px, transparent 7px);
  /* 右下の直角三角形だけ残す */
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  /* 枠線の下に潜らせず同じ高さに（必要なら） */
  z-index: -1;
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  opacity: 0.6;
}
.greeting .inner .body .name span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.greeting .inner .body .name strong {
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .greeting .inner .body .name strong {
    font-size: 30px;
  }
}
.greeting .inner .body .name strong small {
  font-size: 24px;
  font-weight: bold;
  margin-right: 1em;
}
.greeting .inner .body .name .en {
  color: #fef100;
  font-family: var(--f_gill);
  font-size: 18px;
  display: block;
  text-align: center;
}
.greeting .inner .ph {
  width: 40%;
  margin-right: -5%;
}
@media screen and (max-width: 768px) {
  .greeting .inner .ph {
    width: 100%;
    margin: auto auto 30px !important;
    order: -1;
  }
}
.greeting .deco1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.message {
  background-image: url(../image/charm2_bg.jpg);
  background-repeat: repeat;
  position: relative;
  z-index: 0;
  padding-top: clamp(40px, 22.8571428571px + 4.7619047619cqw, 80px);
  padding-bottom: clamp(50px, 28.5714285714px + 5.9523809524cqw, 100px);
}
.message .deco1 {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 40%;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .message .deco1 {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding-top: 50px;
  }
}
.message h2 {
  line-height: 1.3;
  text-align: center;
}
.message h2 strong {
  font-family: var(--f_gill);
  font-size: clamp(70px, 31.4285714286px + 10.7142857143cqw, 160px);
  color: #fef100;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.message h2 span {
  color: var(--main-color);
  font-size: clamp(20px, 11.4285714286px + 2.380952381cqw, 40px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: bold;
}
.message .inner {
  width: var(--inner_1200);
  display: flex;
  margin: auto;
  padding-top: clamp(30px, 21.4285714286px + 2.380952381cqw, 50px);
}
@media screen and (max-width: 768px) {
  .message .inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.message .inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .message .inner ul {
    width: min(100%, 500px);
    margin: auto;
  }
}
.message .inner ul li {
  width: 32%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .message .inner ul li {
    width: 100%;
    margin-top: 30px;
  }
}
.message .inner ul li:after {
  content: "";
  display: block;
  border-radius: 20px;
  height: 90%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background-color: #def3f6;
}
.message .inner ul li .ph {
  width: 80%;
  position: relative;
  z-index: 0;
  margin: auto;
}
.message .inner ul li .ph img {
  width: 100%;
}
.message .inner ul li .ph img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.message .inner ul .name {
  width: 400px;
  background-color: var(--sky);
  position: relative;
  z-index: 0;
  text-align: center;
  line-height: 1.3 !important;
  margin-top: 30px;
  padding: 15px;
  width: 80%;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .message .inner ul .name {
    width: 100%;
    box-sizing: border-box;
  }
}
.message .inner ul .name::after {
  content: "";
  position: absolute;
  inset: 0;
  width: auto;
  height: 100%;
  aspect-ratio: 1/1;
  /* 斜めストライプ */
  background: repeating-linear-gradient(-45deg, #fff 1px, #fff 2px, transparent 3px, transparent 7px);
  /* 右下の直角三角形だけ残す */
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  /* 枠線の下に潜らせず同じ高さに（必要なら） */
  z-index: -1;
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  opacity: 0.6;
}
.message .inner ul .name span {
  display: block;
  font-size: 18px;
  color: #fff;
}
.message .inner ul .name strong {
  font-size: clamp(17px, 13.1428571429px + 1.0714285714cqw, 26px);
  font-family: var(--font-maru);
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .message .inner ul .name strong {
    font-size: 30px;
  }
}
.message .inner ul .name strong small {
  font-size: 24px;
  font-weight: bold;
  margin-right: 1em;
}
.message .inner ul .name .en {
  color: #fef100;
  font-family: var(--f_gill);
  font-size: 18px;
  display: block;
  text-align: center;
  font-size: clamp(13px, 11.7142857143px + 0.3571428571cqw, 16px);
}
.message .inner ul .body {
  padding: 2em;
}
.message .inner ul li:nth-child(1) .name {
  background-color: var(--orange);
}
.message .inner ul li:nth-child(1):after {
  background-color: #fff6ef;
}
.message .inner ul li:nth-child(2) .name {
  background-color: #e8ce4c;
}
.message .inner ul li:nth-child(2):after {
  background-color: #fcfae8;
}
.message .inner ul li:nth-child(3) .name {
  background-color: #a289d6;
}
.message .inner ul li:nth-child(3):after {
  background-color: #f7f4ff;
}
.message .inner ul li:nth-child(4) .name {
  background-color: var(--pink);
}
.message .inner ul li:nth-child(4):after {
  background-color: #fdf0f2;
}
.message .inner ul li:nth-child(5) .name {
  background-color: var(--green);
}
.message .inner ul li:nth-child(5):after {
  background-color: #e5f5dd;
}
.message .inner ul li:nth-child(6) .name {
  background-color: var(--sky);
}
.message .inner ul li:nth-child(6):after {
  background-color: #def3f6;
}

.qa {
  position: relative;
  z-index: 0;
  padding-top: clamp(40px, 22.8571428571px + 4.7619047619cqw, 80px);
  padding-bottom: clamp(50px, 28.5714285714px + 5.9523809524cqw, 100px);
  height: auto;
}
.qa h2 {
  width: clamp(300px, 128.5714285714px + 47.619047619cqw, 700px);
  margin: auto auto 40px;
}
.qa h2 img {
  width: 100%;
}
.qa .deco1 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/qa_deco.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .qa .deco1 {
    width: 1200px;
    max-width: none;
  }
}
.qa .inner {
  width: var(--inner_1200);
  margin: auto;
  position: relative;
  container-type: inline-size;
}
.qa .inner .qa1 {
  position: absolute;
  left: 0;
  width: 27%;
  z-index: 0;
  top: -25cqw;
}
.qa .inner .qa2 {
  position: absolute;
  right: 0;
  width: 20%;
  z-index: 0;
  top: -25cqw;
}
.qa .inner #faqList {
  position: relative;
  z-index: 1;
  border-radius: 25px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 20px 20px 0px rgba(141, 214, 105, 0.5);
}
.qa .inner .faq_q {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 12px 16px;
  background: #fff;
  border: 0;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  padding: 15px 10px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 500px) {
  .qa .inner .faq_q {
    font-size: 16px;
  }
}
.qa .inner #faqList .faq:first-child {
  border-top: 1px solid;
}
.qa .inner .faq_q:focus-visible {
  outline: 2px solid #caa35a;
  outline-offset: 2px;
}
.qa .inner .faq_qnum {
  color: #e8cd19;
  font-weight: 700;
  margin-right: 6px;
  font-family: var(--f_gill);
  font-size: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .qa .inner .faq_qnum {
    font-size: 22px;
  }
}
.qa .inner .faq_qtext {
  font-weight: 700;
  color: var(--main-color);
}
.qa .inner .faq_a {
  display: none;
  padding: 16px;
  line-height: 1.8;
  background-color: #fffee5;
  padding: 30px;
  margin: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 500px) {
  .qa .inner .faq_a {
    padding: 15px;
    margin: 15px;
  }
}
.qa .inner .faq_icon {
  position: relative;
  width: 18px;
  height: 18px;
}
.qa .inner .faq_icon::before, .qa .inner .faq_icon::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: #684714;
  transition: transform 0.2s ease;
}
.qa .inner .faq_icon::before {
  width: 14px;
  height: 2px;
}
.qa .inner .faq_icon::after {
  width: 2px;
  height: 14px;
  transform: scaleY(1);
}
.qa .inner .faq_q.is-open .faq_icon::after {
  transform: scaleY(0);
}

.form {
  position: relative;
  background-color: #def3f6;
  background-image: url(../image/recruit_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 20vw;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .form {
    background-size: 200% auto;
  }
}
.form .deco2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .form {
    padding-top: 200px;
  }
}
.form .deco1 {
  width: 100%;
  max-width: none;
  min-width: 1200px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}
.form .rec {
  margin-top: -5vw;
}
.form h2 {
  position: relative;
  line-height: 1.3;
  text-align: center;
}
.form h2 strong {
  font-family: var(--f_gill);
  font-size: clamp(70px, 31.4285714286px + 10.7142857143cqw, 160px);
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1;
}
.form h2 span {
  color: var(--main-color);
  font-size: clamp(20px, 11.4285714286px + 2.380952381cqw, 40px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.form .tabs {
  width: var(--inner_1200);
  margin: 24px auto;
  font-family: system-ui, sans-serif;
  color: var(--text);
  /* ナビ部分を横並び */
  /* パネル本体 */
  /* 1番目 */
  /* 2番目 */
  /* 3番目 */
}
.form .tabs .tabs__radio {
  display: none;
}
.form .tabs .tabs__nav {
  display: flex;
  border-bottom: 2px solid var(--border);
  gap: 20px;
  width: 90%;
  margin: auto;
}
.form .tabs .tabs__label {
  flex: 1;
  text-align: center;
  padding: 12px;
  cursor: pointer;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  background-color: var(--green);
  color: #fff;
  border-radius: 10px 10px 0px 0px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .form .tabs .tabs__label {
    font-size: 16px;
  }
}
.form .tabs .tabs__panel {
  display: none;
  padding: 20px 0;
  line-height: 1.7;
  border-radius: 20px;
  background-color: #fff;
  padding: 5%;
  box-shadow: 20px 20px 0px #fff999;
}
.form .tabs .tabs__panel dl {
  display: flex;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  flex-wrap: wrap;
}
.form .tabs .tabs__panel dl dt {
  width: 25%;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 1px #e1dad0;
}
@media screen and (max-width: 500px) {
  .form .tabs .tabs__panel dl dt {
    font-size: 14px;
    padding: 5px;
  }
}
.form .tabs .tabs__panel dl dd {
  width: 75%;
  padding: 15px;
  box-sizing: border-box;
  font-weight: normal;
  border-bottom: solid 1px #e1dad0;
}
@media screen and (max-width: 500px) {
  .form .tabs .tabs__panel dl dd {
    font-size: 14px;
    padding: 5px;
  }
}
.form .tabs #tab-1:checked ~ .tabs__nav label[for=tab-1] {
  color: var(--main-color);
  background-color: #fff;
}
.form .tabs #tab-1:checked ~ #panel-1 {
  display: block;
}
.form .tabs #tab-2:checked ~ .tabs__nav label[for=tab-2] {
  color: var(--main-color);
  background-color: #fff;
}
.form .tabs #tab-2:checked ~ #panel-2 {
  display: block;
}
.form .tabs #tab-3:checked ~ .tabs__nav label[for=tab-3] {
  color: var(--text);
  border-bottom-color: var(--accent);
}
.form .tabs #tab-3:checked ~ #panel-3 {
  display: block;
}
.form .deco1 {
  width: 100%;
}
.form .in_flow {
  padding-top: 50px;
}
.form .in_flow .inner {
  width: var(--inner_1200);
  margin: auto;
}
.form .in_flow .inner .rec_flow {
  display: flex;
  background-image: url(../image/line.gif);
  background-repeat: repeat-x;
  background-position: center 40%;
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 50px auto auto;
}
.form .in_flow .inner .rec_flow li {
  width: 13%;
  aspect-ratio: 1/1;
  text-align: center;
  container-type: inline-size;
}
@media screen and (max-width: 768px) {
  .form .in_flow .inner .rec_flow li {
    width: 25%;
  }
}
.form .in_flow .inner .rec_flow li div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: var(--f_gill);
  align-items: center;
  align-content: center;
  background-color: var(--pink);
  border-radius: 100px;
  aspect-ratio: 1/1;
  width: 100%;
  flex-wrap: wrap;
}
.form .in_flow .inner .rec_flow li div small {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 15cqw;
  line-height: 1;
}
.form .in_flow .inner .rec_flow li div span {
  color: #fef100;
  display: block;
  width: 100%;
  font-size: 35cqw;
  line-height: 1;
}
.form .in_flow .inner .rec_flow li p {
  font-size: 16cqw;
}

.cf7_wrap {
  background-image: url(../image/charm6_bg.jpg);
  background-repeat: repeat;
  position: relative;
  z-index: 0;
  padding-top: clamp(40px, 22.8571428571px + 4.7619047619cqw, 80px);
  padding-bottom: clamp(40px, 22.8571428571px + 4.7619047619cqw, 80px);
}
.cf7_wrap h2 {
  position: relative;
  line-height: 1.3;
  text-align: center;
}
.cf7_wrap h2 strong {
  font-family: var(--f_gill);
  font-size: clamp(70px, 31.4285714286px + 10.7142857143cqw, 160px);
  color: var(--sky);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1;
}
.cf7_wrap .btn_wrap {
  width: min(90%, 670px);
  margin: -3% auto auto;
  position: relative;
  container-type: inline-size;
}
.cf7_wrap .btn_wrap .a_wrap {
  position: absolute;
  width: 70%;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.cf7_wrap .btn_wrap .a_wrap a {
  display: block;
  border-radius: 100px;
  border: 4px solid #fff;
  padding: 15px 0px;
  color: #fff;
  font-size: 7.5cqw;
  background: var(--bg-green);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 0;
}
.cf7_wrap .btn_wrap .a_wrap a .ic_tel {
  width: 0.7em;
  margin-right: 0.2em;
  vertical-align: baseline;
}
.cf7_wrap .btn_wrap .a_wrap a .cf7_2 {
  position: absolute;
  width: 1.2em;
  left: -0.5em;
  top: -5%;
}
.cf7_wrap .btn_wrap .a_wrap a .cf7_3 {
  position: absolute;
  width: 1.2em;
  right: -0.5em;
  top: -5%;
}
.cf7_wrap .btn_wrap .a_wrap a .cf7_4 {
  position: absolute;
  width: 55%;
  bottom: 98%;
}
.cf7_wrap .btn_wrap .a_wrap a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100px;
  z-index: -1;
  background: repeating-linear-gradient(-45deg, rgb(255, 255, 255) 0, rgb(255, 255, 255) 4px, transparent 4px, transparent 8px);
  transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cf7_wrap .deco1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cf7_wrap .cf7_set {
  width: min(90%, 1024px);
  margin: 0 auto auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 3%;
}
.cf7_wrap .cf7_set h3 {
  font-size: clamp(20px, 11.4285714286px + 2.380952381cqw, 40px);
  font-weight: bold;
  text-align: center;
}
.cf7_wrap .cf7_set dl {
  display: flex;
  flex-wrap: wrap;
}
.cf7_wrap .cf7_set dl dt {
  width: 35%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .cf7_wrap .cf7_set dl dt {
    width: 100%;
  }
}
.cf7_wrap .cf7_set dl dt .req {
  background-color: var(--pink);
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 0.5em 1em;
  color: #fff;
}
.cf7_wrap .cf7_set dl dd {
  width: 65%;
  padding: 10px;
  box-sizing: border-box;
}
.cf7_wrap .cf7_set dl dd input {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cf7_wrap .cf7_set dl dd {
    width: 100%;
  }
}
.cf7_wrap .cf7_set .check {
  text-align: center;
}
.cf7_wrap .cf7_set input[type=submit] {
  background-color: var(--sky);
  color: #fff;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  padding: 1em 2em;
  border: none;
  border-radius: 100px;
  font-size: 20px;
  line-height: 1;
}
.cf7_wrap .cf7_set input[type=radio] {
  width: auto !important;
}
.cf7_wrap .cf7_set textarea {
  width: 100%;
}
.cf7_wrap .cf7_set input[type=text] {
  background-color: #ebebeb;
}
.cf7_wrap .cf7_set input[type=email] {
  background-color: #ebebeb;
}
.cf7_wrap .cf7_set input[type=tel] {
  background-color: #ebebeb;
}
.cf7_wrap .deco2 {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .cf7_wrap .deco2 {
    width: 1200px;
    max-width: none;
  }
}

footer {
  padding-top: clamp(50px, 28.5714285714px + 5.9523809524cqw, 100px);
  padding-bottom: clamp(50px, 28.5714285714px + 5.9523809524cqw, 100px);
  background-color: #fff;
}
footer .inner {
  width: var(--inner_1200);
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .inner {
    width: min(90%, 500px);
    margin: auto;
    display: block;
  }
}
footer .inner .f_left {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .inner .f_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .inner .f_left .f_logo {
  width: 100%;
  margin-bottom: 30px;
}
footer .inner .f_left .tel_wrap {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  footer .inner .f_left .tel_wrap {
    display: block;
  }
}
footer .inner .f_left .tel_wrap a:first-child {
  font-size: clamp(20px, 11.4285714286px + 2.380952381cqw, 40px);
  color: var(--main-color);
}
footer .inner .f_left .tel_wrap a:first-child small {
  font-size: 0.7em;
}
@media screen and (max-width: 500px) {
  footer .inner .f_left .tel_wrap a:first-child {
    font-size: 10vw;
  }
}
footer .inner .f_left .tel_wrap a:last-child {
  display: block;
  background-color: var(--green);
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 1em 2.5em;
  line-height: 1;
  font-size: clamp(14px, 11.4285714286px + 0.7142857143cqw, 20px);
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  footer .inner .f_left .tel_wrap a:last-child {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  footer .inner .f_left .tel_wrap a:last-child {
    font-size: 5vw;
  }
}
footer .inner .f_left .tel_wrap a:last-child img {
  width: 1em;
}
footer .inner .f_right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  footer .inner .f_right {
    width: 100%;
  }
}
footer .inner .f_right ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
footer .inner .f_right ul li {
  line-height: 2.5;
}
footer .inner .f_right ul li a {
  color: var(--main-color);
  font-size: clamp(14pxpx, 12.2857142857pxpx + 0.4761904762pxcqw, 18pxpx);
  display: flex;
  justify-content: flex-start;
}
footer .inner .f_right ul li a span {
  font-size: 14px;
  margin-right: 0.4em;
}

.copy {
  font-size: 14px;
  padding: 50px 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copy {
    padding: 20px 0px;
  }
}

#link01,
#link02,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10,
#link11,
#link12,
#link13,
#link14 {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #link01,
  #link02,
  #link04,
  #link05,
  #link06,
  #link07,
  #link08,
  #link09,
  #link10,
  #link11,
  #link12,
  #link13,
  #link14 {
    margin-top: -70px;
    padding-top: 70px;
  }
}

#link05 {
  margin-top: -140px;
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  #link05 {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.official {
  width: 80%;
  display: block;
  margin: auto;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 100px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 60px;
    bottom: 10px;
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */