@charset "UTF-8";
/*-----------------setting---------------------*/
/* ==========================================================================
   Modern Reset CSS
   ========================================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #333;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

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

._sp {
  display: none;
}

._pc {
  display: block;
}

@media screen and (max-width: 768px) {
  ._sp {
    display: block;
  }
  ._pc {
    display: none;
  }
}
main {
  overflow: hidden;
}
main p {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   Mixins (定義エリア)
   ========================================================================== */
/* ==========================================================================
   Common Classes (適用エリア)
   ========================================================================== */
.com_col_wh {
  color: #fff;
}
.com_col_blk {
  color: #000000;
}
.com_center {
  position: absolute;
  inset: 0;
  margin: auto;
}
.com_imgBox {
  position: relative;
}
.com_imgBox .com_imgNote {
  position: absolute;
  font-size: 1rem;
  inset: auto 5px 5px auto;
}
.com_imgBox .com_imgNote_l {
  position: absolute;
  font-size: 1rem;
  inset: auto auto 5px 5px;
}
.com_imgBox .com_imgNote_b {
  position: absolute;
  font-size: 1rem;
  inset: calc(100% + 5px) 5px auto auto;
}
.com_text {
  font-size: 1.4rem;
  font-size: clamp(1.4rem, 3.5vw, 1.6rem);
}
.com_note {
  font-size: 1rem;
}
.com_w800 {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}
.com_w1000 {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.com_w1400 {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}
.com_flbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.com_notebox {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: clamp(20px, 6vw, 50px) 0;
}

/*-----------------font---------------------*/
@font-face {
  font-family: "";
  src: url(../fonts/) format("opentype");
}
body {
  font-family: YakuHanRPs, "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ==========================================================================
   アニメーション共通設定
   ========================================================================== */
[class*=anime].scrollin {
  opacity: 1 !important;
  -webkit-filter: blur(0) !important;
          filter: blur(0) !important;
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}
[class*=anime].scrollin img {
  scale: 1;
}

/* -----------------------------------------------------------
	ぼかしフェード
   ----------------------------------------------------------- */
[class*=anime_blur_] {
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: opacity 2s, -webkit-filter 2s;
  transition: opacity 2s, -webkit-filter 2s;
  transition: opacity 2s, filter 2s;
  transition: opacity 2s, filter 2s, -webkit-filter 2s;
}

.anime_blur_2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime_blur_3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.anime_blur_4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.anime_blur_5 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.anime_blur_6 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.anime_blur_7 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.anime_blur_8 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.anime_blur_9 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.anime_blur_10 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

/* -----------------------------------------------------------
	下からふわっと表示
   ----------------------------------------------------------- */
[class*=anime_fadeUp_] {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.anime_fadeUp_2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime_fadeUp_3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.anime_fadeUp_4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.anime_fadeUp_5 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.anime_fadeUp_6 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.anime_fadeUp_7 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.anime_fadeUp_8 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.anime_fadeUp_9 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.anime_fadeUp_10 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

/* -----------------------------------------------------------
	透明度変更
   ----------------------------------------------------------- */
[class*=anime_fade_] {
  opacity: 0;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.anime_fade_1 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.anime_fade_2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime_fade_3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.anime_fade_4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.anime_fade_5 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.anime_fade_6 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.anime_fade_7 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.anime_fade_8 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.anime_fade_9 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.anime_fade_10 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

/* -----------------------------------------------------------
	画像表示（scale:1.1 → 1）
   ----------------------------------------------------------- */
[class*=anime_imgScale_] {
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
[class*=anime_imgScale_] img {
  scale: 1.1;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.anime_imgScale_1 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.anime_imgScale_2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime_imgScale_3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.anime_imgScale_4 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.anime_imgScale_5 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.anime_imgScale_6 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.anime_imgScale_7 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.anime_imgScale_8 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.anime_imgScale_9 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.anime_imgScale_10 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.top_header {
  background-color: #f09cb4;
  padding: 16px;
}

.logo {
  max-width: 155px;
  position: fixed;
  z-index: 1000;
}
.logo img {
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .top_header {
    padding: min(2vw, 16px);
  }
  .logo {
    width: 20%;
  }
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
footer .top_footer .tel_box {
  background: #015e91;
  padding-block: 5%;
}
footer .top_footer .tel_box p {
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-size: clamp(1rem, 4vw, 1.8rem);
  line-height: 1.2;
}
footer .top_footer .tel_box p span {
  font-size: 1rem;
  font-size: clamp(1rem, 4vw, 2rem);
}
footer .top_footer .tel_box .tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
footer .top_footer .tel_box .tel a {
  margin-block: max(1.5vw, 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .top_footer .tel_box .tel a img {
  width: 11%;
  max-width: 10rem;
  margin-top: 1rem;
}
footer .top_footer .tel_box .tel a p {
  font-size: 1rem;
  font-size: clamp(1rem, 6vw, 6.2rem);
}
@media screen and (max-width: 768px) {
  footer .top_footer .tel_box {
    padding-block: 10% 13%;
  }
  footer .top_footer .tel_box .tel {
    margin: 0px auto 10px;
    width: 95%;
  }
  footer .top_footer .tel_box .tel a p {
    font-size: 1rem;
    font-size: clamp(1rem, 9vw, 6.2rem);
  }
  footer .top_footer {
    /*@media screen end*/
  }
}
footer .bottom_footer .owner_area {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  margin: 2.5% auto 3%;
}
footer .bottom_footer .owner_area ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .bottom_footer .owner_area ul .owner {
  width: 25%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .bottom_footer .owner_area ul .owner p {
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
footer .bottom_footer .owner_area ul .owner .logo {
  margin-top: 5%;
  width: 100%;
}
footer .bottom_footer .owner_area ul .owner:nth-child(2) {
  width: 27%;
  margin-left: 5%;
}
footer .bottom_footer .owner_area ul .owner:nth-child(2) .logo {
  margin-top: 10%;
}
@media screen and (max-width: 768px) {
  footer .bottom_footer .owner_area {
    margin: 10% auto 15%;
  }
  footer .bottom_footer .owner_area ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .bottom_footer .owner_area ul .owner {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
  }
  footer .bottom_footer .owner_area ul .owner .logo {
    margin-top: 5%;
    width: 100%;
  }
  footer .bottom_footer .owner_area ul .owner p {
    margin-left: 10%;
  }
  footer .bottom_footer .owner_area ul .owner:nth-child(2) {
    width: 80%;
    max-width: 320px;
    margin: 10% auto 0;
  }
  footer .bottom_footer .owner_area ul .owner:nth-child(2) .logo {
    margin-top: 5%;
  }
  footer .bottom_footer {
    /*@media screen end*/
  }
}
footer .copy {
  background-color: #fff;
  padding: 1rem 0;
}
footer .copy p {
  text-align: center;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
#top .w-1080 {
  width: 95%;
  max-width: 1080px;
  margin-inline: auto;
}
#top .w-1090 {
  width: 95%;
  max-width: 1090px;
  margin-inline: auto;
}
#top .orange {
  color: #f29600;
}
#top .purple {
  color: #a586bc;
}
#top .green {
  color: #6fb92c;
}
#top .blue {
  color: #00b8ee;
}
#top .mv {
  background-image: url("../img/top/mv-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 27vw;
}
#top .mv-img_main,
#top .mv-img_subText,
#top .mv-img_text1,
#top .mv-img_text2 {
  position: absolute;
  opacity: 0;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#top .mv-img_main {
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 23%;
}
#top .mv-img_subText {
  top: 17%;
  left: 5%;
  width: 18%;
}
#top .mv-img_text1 {
  top: 39%;
  left: 14%;
  width: 26%;
}
#top .mv-img_text2 {
  top: 39%;
  right: 6%;
  width: 33.7%;
}
#top .js-bounce {
  opacity: 0;
  -webkit-transform: translateY(30px) scale(0.8);
          transform: translateY(30px) scale(0.8);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
#top .yellow-bg {
  padding-block: min(10.7vw, 140px);
  background-image: url("../img/top/bg-yellow.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (max-width: 768px) {
  #top .mv {
    background-image: url("../img/top/mv-bg_sp.png");
    background-position: center bottom;
    height: 90vw;
  }
  #top .mv-img_main {
    width: 48%;
    top: 60%;
  }
  #top .mv-img_subText {
    top: 9%;
    left: 11%;
    width: 30%;
  }
  #top .mv-img_text1 {
    top: 30%;
    left: 48%;
    width: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #top .mv-img_text2 {
    top: 89%;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 60%;
  }
  #top {
    /*@media screen end*/
  }
}
#top .about-himeji {
  padding: min(9.2vw, 120px) 0;
  background: #fffbda;
}
#top .about-himeji__inner {
  width: 95%;
  max-width: 1100px;
  margin-inline: auto;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
#top .about-himeji__inner.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#top .about-himeji__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .about-himeji__title {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32%;
}
#top .about-himeji__title-1 {
  position: absolute;
  top: -17%;
  left: 0;
  width: 50%;
}
#top .about-himeji__title-1 img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#top .about-himeji__title-2 {
  -webkit-transform: translateX(9%) scale(0);
          transform: translateX(9%) scale(0);
}
#top .about-himeji__title-2 img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#top .about-himeji__lead {
  font-size: clamp(1.063rem, 0.418rem + 1.341vw, 1.625rem);
  font-weight: 500;
  line-height: 2;
  color: #231815;
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
#top .about-himeji__population,
#top .about-himeji__area {
  font-size: clamp(1.25rem, 0.963rem + 0.596vw, 1.5rem);
  font-weight: 700;
}
#top .about-himeji__population .num,
#top .about-himeji__area .num {
  font-size: 1.1em;
}
#top .about-himeji__note {
  font-size: 12px;
}
#top .about-himeji__map-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
#top .about-himeji__zoom-map {
  position: absolute;
  width: 57%;
  left: 0;
  top: 3%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
#top .about-himeji__data {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  top: 67%;
}
#top .about-himeji__japan-map {
  width: 58%;
}
@media screen and (max-width: 768px) {
  #top .about-himeji {
    padding: min(18.6vw, 140px) 0;
  }
  #top .about-himeji__text-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(10.6vw, 80px);
  }
  #top .about-himeji__title {
    width: 70%;
    margin-inline: auto;
    -webkit-transform: translateX(-9%);
            transform: translateX(-9%);
  }
  #top .about-himeji__lead {
    font-size: clamp(0.875rem, 0.103rem + 3.431vw, 1.75rem);
    text-align: center;
    letter-spacing: 0;
  }
  #top .about-himeji__population,
  #top .about-himeji__area {
    font-size: clamp(1rem, 0.118rem + 3.922vw, 2rem);
  }
  #top .about-himeji__map-area {
    margin-top: min(13.8vw, 104px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .about-himeji__zoom-map {
    position: relative;
    width: 90%;
    -webkit-transform-origin: 20% bottom;
            transform-origin: 20% bottom;
  }
  #top .about-himeji__japan-map {
    width: 100%;
    margin-top: -74vw;
  }
  #top .about-himeji__data {
    top: 34%;
  }
  #top {
    /*@media screen end*/
  }
}
#top .compare-himeji {
  background-color: #fffbda;
  padding-bottom: min(4.46vw, 58px);
}
#top .compare-himeji__inner {
  text-align: center;
  position: relative;
}
#top .compare-himeji__title {
  font-size: clamp(2.125rem, -0.771rem + 6.026vw, 4.125rem);
  color: #595757;
  line-height: 1.3;
}
#top .compare-himeji__logo {
  position: absolute;
  top: 50%;
  right: clamp(-3.875rem, 19.028rem - 28.188vw, -1.25rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(29%, 313px);
}
@media screen and (max-width: 1150px) {
  #top .compare-himeji__logo {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .compare-himeji {
    padding-bottom: min(22.4vw, 168px) min(14.4vw, 108px);
  }
  #top .compare-himeji__title {
    width: 70%;
    margin-inline: auto;
  }
  #top .compare-himeji__logo {
    position: relative;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 66%;
    margin-top: min(8.6vw, 65px);
    margin-inline: auto;
  }
  #top {
    /*@media screen end*/
  }
}
#top .top-worries {
  background-color: #fffbda;
}
#top .top-worries__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
#top .top-worries__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: min(25vw, 480px);
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  padding: min(1.53vw, 20px);
}
#top .top-worries__link.top-worries__link--money {
  background-color: #f29600;
}
#top .top-worries__link.top-worries__link--child {
  background-color: #a586bc;
  padding: min(1.53vw, 20px) min(1.15vw, 15px);
}
#top .top-worries__link.top-worries__link--leisure {
  background-color: #6fb92c;
}
#top .top-worries__link.top-worries__link--work {
  background-color: #00b8ee;
}
#top .top-worries__image img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#top .top-worries__link:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
#top .top-worries__link:hover img {
  -webkit-transform: scale(1.05) translateY(-10px);
          transform: scale(1.05) translateY(-10px);
}
@media screen and (max-width: 768px) {
  #top .top-worries__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  #top .top-worries__link {
    height: min(45vw, 340px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #top .top-worries__link.top-worries__link--leisure {
    padding: min(1.53vw, 20px) min(1.15vw, 15px);
  }
  #top .top-worries__link.top-worries__link--leisure .top-worries__image img {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
  #top .top-worries__link.top-worries__link--work .top-worries__image img {
    -webkit-transform: translate(7px, -5px);
            transform: translate(7px, -5px);
    width: 93%;
  }
  #top .top-worries__image img {
    width: 95%;
  }
  #top {
    /*@media screen end*/
  }
}
#top .merit {
  background-color: #fffbda;
  padding-block: min(3vw, 40px);
  opacity: 0;
  -webkit-transform: translateY(2.5rem);
          transform: translateY(2.5rem);
}
#top .merit__inner {
  width: 95%;
  max-width: 1150px;
  margin-inline: auto;
}
#top .merit__title {
  font-size: clamp(1.75rem, 0.747rem + 2.086vw, 2.625rem);
  font-weight: 700;
  line-height: 1.46;
  text-align: center;
  color: #231815;
}
#top .merit__lead {
  margin-top: min(3.5vw, 46px);
  margin-inline: calc(50% - 50vw);
  padding-block: 0.15rem;
  background-color: #eb6d80;
  font-size: clamp(1.563rem, 0.775rem + 1.639vw, 2.25rem);
  text-align: center;
  font-weight: 700;
  opacity: 0;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}
#top .merit__list {
  margin-top: min(2.46vw, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(5.2vw, 68px);
}
#top .merit__list--item {
  opacity: 0;
  -webkit-transform: translateY(1.875rem) scale(0.95);
          transform: translateY(1.875rem) scale(0.95);
}
#top .merit__text {
  margin-top: min(3.4vw, 45px);
  font-weight: 500;
  text-align: center;
}
#top .merit__list--ttl {
  font-size: clamp(1.125rem, 0.265rem + 1.788vw, 1.875rem);
  color: #231815;
  text-align: center;
  font-weight: 700;
  position: relative;
}
#top .merit__list--ttl::before {
  position: absolute;
  content: "";
  bottom: 0.4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #fff000;
  z-index: 1;
}
#top .merit__list--ttl .strong {
  display: inline-block;
  margin-top: -0.1em;
  font-size: 1.35em;
  color: #eb6d80;
  position: relative;
  z-index: 2;
}
#top .merit__list--ttl2::before {
  width: 86%;
}
#top .merit__list--img {
  margin-top: min(2.3vw, 30px);
  position: relative;
}
#top .merit__list--deco {
  position: absolute;
  top: 11%;
  right: -14%;
  width: 30%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
#top .merit__note {
  margin-top: 7px;
  font-size: 0.93rem;
  color: #888484;
}
@media screen and (max-width: 768px) {
  #top .merit {
    padding-block: min(11.4vw, 86px) min(16vw, 120px);
  }
  #top .merit__title {
    font-size: clamp(1.375rem, -0.059rem + 6.373vw, 3rem);
  }
  #top .merit__lead {
    margin-top: min(12.5vw, 94px);
    padding-block: min(4.5vw, 34px);
    font-size: clamp(1.438rem, 0.39rem + 4.657vw, 2.625rem);
  }
  #top .merit__text {
    margin-top: min(13.3vw, 100px);
    font-size: clamp(1.25rem, 0.257rem + 4.412vw, 2.375rem);
  }
  #top .merit__list {
    margin-top: min(10.9vw, 82px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(10.6vw, 80px);
  }
  #top .merit__list--ttl {
    font-size: clamp(1.625rem, -0.029rem + 7.353vw, 3.5rem);
  }
  #top .merit__list--ttl::before {
    width: 84%;
  }
  #top .merit__list--ttl2::before {
    width: 74%;
  }
  #top .merit__list--img {
    width: 80%;
    margin-inline: auto;
  }
  #top .merit__note {
    width: 83%;
    margin-inline: auto;
    text-align: right;
  }
  #top {
    /*@media screen end*/
  }
}
#top .merit-examples {
  padding-block: 60px;
}
#top .merit-examples__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: min(1.53vw, 20px);
  position: relative;
}
#top .merit-examples__inner::before, #top .merit-examples__inner::after {
  content: "";
  position: absolute;
  bottom: 12px;
  width: 2px;
  height: 42px;
  background-color: #eb6d80;
}
#top .merit-examples__inner::before {
  left: 0;
}
#top .merit-examples__inner::after {
  right: 0;
}
#top .merit-examples__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-bottom: 24px;
  text-align: center;
}
#top .merit-examples__heading::before {
  content: "";
  position: absolute;
  left: max(-1.53vw, -20px);
  right: max(-1.53vw, -20px);
  bottom: 12px;
  height: 2px;
  background-color: #eb6d80;
}
#top {
  /* 中央の▽ */
}
#top .merit-examples__heading::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-left: 2px solid #eb6d80;
  border-bottom: 2px solid #eb6d80;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background-color: #ffffff;
}
#top .merit-examples__number {
  font-size: 1.94em;
  line-height: 1;
  color: #eb6d80;
}
#top .merit-examples__text {
  font-size: clamp(2.75rem, 1.89rem + 1.788vw, 3.5rem);
  font-weight: 700;
  line-height: 1.3;
  color: #666;
}
@media screen and (max-width: 768px) {
  #top .merit-examples__inner {
    padding-inline: min(2.66vw, 20px);
  }
  #top .merit-examples__heading::before {
    left: max(-2.66vw, -20px);
    right: max(-2.66vw, -20px);
    bottom: 12px;
    height: 2px;
  }
  #top .merit-examples__heading::after {
    bottom: -2px;
    width: 30px;
    height: 30px;
  }
  #top .merit-examples__text {
    font-size: clamp(1.875rem, 0rem + 8.333vw, 4rem);
  }
  #top {
    /*@media screen end*/
  }
}
#top .jump-menu__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
#top .jump-menu__list--item {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#top .jump-menu__list--item.jump-menu__list--active {
  opacity: 1;
}
#top .jump-menu__list--item:hover {
  opacity: 1;
}
#top .jump-menu__list--item:hover .jump-menu__link {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.12));
}
#top .jump-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: min(11.4vw, 150px);
  padding: 6px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#top .jump-menu__link.jump-menu__link--money {
  background-color: #f29600;
}
#top .jump-menu__link.jump-menu__link--child {
  background-color: #a586bc;
}
#top .jump-menu__link.jump-menu__link--child .jump-menu__image img {
  width: 103%;
  height: 103%;
  -webkit-transform: translate(-4%, 1%);
          transform: translate(-4%, 1%);
}
#top .jump-menu__link.jump-menu__link--leisure {
  background-color: #6fb92c;
}
#top .jump-menu__link.jump-menu__link--leisure .jump-menu__image img {
  width: 103%;
  height: 103%;
  -webkit-transform: translate(-4%, 0%);
          transform: translate(-4%, 0%);
}
#top .jump-menu__link.jump-menu__link--work {
  background-color: #00b8ee;
}
#top .jump-menu__image {
  width: 100%;
  height: 100%;
}
#top .jump-menu__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 768px) {
  #top .jump-menu__list {
    -ms-grid-columns: 54% 1fr;
    grid-template-columns: 54% 1fr;
    -ms-grid-rows: (1fr)[3];
    grid-template-rows: repeat(3, 1fr);
  }
  #top .jump-menu__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #top .jump-menu__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #top .jump-menu__list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  #top .jump-menu__list > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  #top .jump-menu__list > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  #top .jump-menu__list > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  #top .jump-menu__list--active {
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 3;
    grid-row-end: 4;
  }
  #top .jump-menu__list--active .jump-menu__link {
    padding: min(2.6vw, 20px);
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #top .jump-menu__list--active .jump-menu__link.jump-menu__link--leisure .jump-menu__image img, #top .jump-menu__list--active .jump-menu__link.jump-menu__link--child .jump-menu__image img {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  #top .jump-menu__link {
    height: 100%;
    padding: min(2.1vw, 16px) min(1.3vw, 10px);
  }
  #top .jump-menu__link.jump-menu__link--leisure .jump-menu__image img {
    width: 105%;
    height: 105%;
  }
  #top {
    /*@media screen end*/
  }
}
#top .example__inner {
  padding-block: min(5.38vw, 70px) min(5.77vw, 75px);
}
#top .example-title {
  font-size: clamp(2.5rem, 1.354rem + 2.385vw, 3.5rem);
  font-weight: 700;
  line-height: 1.47;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .example-title .example-title__strong {
  font-size: 1.4em;
}
#top .example-lead {
  color: #717071;
  font-size: clamp(1.563rem, 0.631rem + 1.937vw, 2.375rem);
  font-weight: 500;
}
#top .example__content {
  margin-top: min(3vw, 40px);
}
#top .example__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#top .example__list:has(.example__list--item:nth-child(3)) {
  gap: min(4.6vw, 60px);
}
#top .example__list:not(:has(.example__list--item:nth-child(3))) {
  gap: min(7.7vw, 100px);
}
#top .example__list-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2.5rem, 1.139rem + 2.832vw, 3.688rem);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0em;
}
#top .example__list-item.example__list-item--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top .example__list-item.example__list-item--work1 {
  font-size: clamp(2.125rem, 0.836rem + 2.683vw, 3.25rem);
}
#top .example__list-item .example__list-main {
  display: inline-block;
  padding-bottom: 0.2em;
  border-bottom: 2px solid currentColor;
}
#top .example__list-item .example__list--note {
  display: block;
  font-size: 0.53em;
  letter-spacing: 0em;
  line-height: 1;
  -webkit-margin-before: 0.3em;
          margin-block-start: 0.3em;
}
#top .example__list-item--outL {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 65%;
}
#top .example__img-wrap {
  margin-top: min(3.5vw, 46px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .example__img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 38%;
}
#top .example__img-note {
  font-size: clamp(0.563rem, 0.276rem + 0.596vw, 0.813rem);
  color: #717071;
  text-align: center;
}
#top .acorns__list,
#top .outing__list {
  margin-top: min(3.3vw, 44px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .acorns__list-item {
  width: 32%;
}
#top .outing__list-item {
  width: 48%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform, opacity;
}
#top .outing__list-item img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform, opacity;
}
#top .outing__list--cherry {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32%;
  margin-left: 2%;
  position: relative;
}
#top .outing__list--cherry .outing__list-txt {
  text-align: center;
}
#top .outing__cherry {
  width: 100%;
}
#top .outing__cherry-deco {
  position: absolute;
  top: -13%;
  right: -3%;
  width: 55%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#top .acorns__list-txt,
#top .outing__list-txt {
  margin-top: min(0.9vw, 12px);
  font-size: clamp(1.125rem, 0.695rem + 0.894vw, 1.5rem);
  font-weight: 500;
  color: #231815;
}
#top .census-ranking {
  padding: min(4.9vw, 64px) 0;
  text-align: center;
}
#top .census-ranking__title {
  font-size: 40px;
  font-weight: 700;
  color: #595757;
}
#top .census-ranking__subtitle {
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  color: #595757;
}
#top .census-ranking__items {
  width: 85%;
  margin-inline: auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .census-ranking__item {
  width: 30%;
  position: relative;
}
#top .census-ranking__crown {
  position: absolute;
  top: -17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 23%;
}
#top .census-ranking__crown-inner {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
#top .census-ranking__emblem img {
  width: 100%;
  height: auto;
}
#top .census-ranking__note {
  margin-top: 8px;
  font-size: 0.875rem;
  color: #888484;
  text-align: right;
}
#top .support__list-wrap {
  margin-top: min(3.6vw, 48px);
}
#top .support__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(3.6vw, 48px) 1fr;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  gap: min(3.6vw, 48px);
}
#top .support__list-item {
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-image: url("../img/top/support__list-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 501/170;
  font-size: clamp(2rem, 0.997rem + 2.086vw, 2.875rem);
  font-weight: 700;
  color: #595757;
  text-align: center;
}
#top .support__list-etc {
  font-size: clamp(2rem, 0.997rem + 2.086vw, 2.875rem);
  font-weight: 700;
  color: #595757;
  text-align: right;
  letter-spacing: 0;
}
#top .support-message {
  padding-block: min(9.2vw, 120px);
}
#top .support-message.support-message--leisure {
  padding-block: min(16.3vw, 212px) min(9.2vw, 120px);
}
#top .support-message__box {
  position: relative;
  border: 3px solid currentColor;
  border-radius: 20px;
  padding: min(5.2vw, 68px) min(3vw, 40px);
  background-color: #ffffff;
}
#top .support-message__balloon {
  position: absolute;
  top: -23%;
  left: -2.5%;
  width: min(28.5vw, 18.75rem);
}
#top .support-message__balloon img {
  width: 100%;
  height: auto;
  display: block;
}
#top .support-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .support-message__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 74%;
  font-size: clamp(1.5rem, 0.64rem + 1.788vw, 2.25rem);
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0em;
  color: #231815;
}
#top .support-message__profile {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 25%;
}
#top .support-message__image {
  margin-bottom: 16px;
}
#top .support-message__name {
  font-size: 20px;
  font-weight: 700;
  color: #231815;
}
#top .support-message__name .honorific {
  font-size: 0.7em;
}
#top .support-message__job {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #231815;
}
#top .work-company__ttl {
  width: min(57%, 37.5rem);
  margin-inline: auto;
  overflow: hidden;
}
#top .company-list {
  margin-top: 6px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: min(1.5vw, 20px);
}
#top .company-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/top/work-company__bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1050/74;
  font-size: clamp(1.625rem, 0.479rem + 2.385vw, 2.625rem);
  font-weight: 700;
  color: #595757;
}
#top .company-list__item .name {
  font-size: 0.6em;
}
#top .company-list__item--etc {
  margin-top: -2%;
  font-size: clamp(1.625rem, 0.479rem + 2.385vw, 2.625rem);
  font-weight: 700;
  color: #595757;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .example__inner {
    padding-block: min(9.3vw, 70px) min(18vw, 135px);
  }
  #top .example-title {
    font-size: clamp(1.625rem, -0.029rem + 7.353vw, 3.5rem);
  }
  #top .example-title__child {
    font-size: clamp(1.625rem, -0.14rem + 7.843vw, 3.625rem);
  }
  #top .example-lead {
    margin-top: min(7.4vw, 56px);
    font-size: clamp(1rem, 0.007rem + 4.412vw, 2.125rem);
  }
  #top .example__content {
    margin-top: min(10.6vw, 80px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(40vw, 300px);
  }
  #top .example__list,
  #top .example__img--box {
    width: 100%;
  }
  #top .example__list-item {
    font-size: clamp(1.563rem, 0.074rem + 6.618vw, 3.25rem);
  }
  #top .example__list-item.example__list-item--work1 {
    font-size: clamp(1.5rem, -0.044rem + 6.863vw, 3.25rem);
  }
  #top .example__list-item.example__list-item--leisure2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(9.3vw, 70px);
  }
  #top .example__list-item--outL {
    width: 100%;
  }
  #top .outing__list--cherry {
    width: 57%;
    margin-left: 0;
    margin-inline: auto;
  }
  #top .example__img-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(6.6vw, 50px);
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  #top .example__img-box {
    width: 88%;
    margin-left: auto;
  }
  #top .example__img-note {
    font-size: clamp(0.625rem, 0.074rem + 2.451vw, 1.25rem);
  }
  #top .acorns__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: min(3.4vw, 26px);
  }
  #top .acorns__list-item {
    width: 48%;
  }
  #top .acorns__list-item:last-of-type {
    margin-inline: auto;
  }
  #top .census-ranking {
    padding: min(5.3vw, 40px) 0;
  }
  #top .census-ranking__title {
    font-size: clamp(1.5rem, 0.618rem + 3.922vw, 2.5rem);
  }
  #top .census-ranking__items {
    margin-top: min(14vw, 105px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  #top .census-ranking__item {
    width: 43%;
  }
  #top .census-ranking__item:first-child {
    width: 100%;
  }
  #top .census-ranking__item:first-child .census-ranking__crown {
    width: 9.9%;
  }
  #top .census-ranking__item:first-child .census-ranking__emblem {
    width: 43%;
    margin-inline: auto;
  }
  #top .census-ranking__crown {
    top: -25%;
  }
  #top .support__list-wrap {
    width: 75%;
    margin-inline: auto;
  }
  #top .support__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  #top .support__list-item {
    font-size: clamp(1.375rem, -0.059rem + 6.373vw, 3rem);
  }
  #top .support-message {
    padding-block: min(16vw, 120px) 0;
  }
  #top .support-message.support-message--leisure {
    padding-block: min(25.8vw, 194px) 0;
  }
  #top .support-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #top .support-message__balloon {
    top: -21%;
    width: min(43%, 282px);
  }
  #top .support-message__profile {
    width: 38%;
    text-align: center;
  }
  #top .support-message__text {
    width: 100%;
    font-size: clamp(0.938rem, 0rem + 4.167vw, 2rem);
    text-align: center;
  }
  #top .support-message__name {
    font-size: clamp(1.125rem, 1.015rem + 0.49vw, 1.25rem);
  }
  #top .support-message__job {
    font-size: clamp(0.688rem, 0.412rem + 1.225vw, 1rem);
  }
  #top .work-company__ttl {
    width: 100%;
  }
  #top .company-list__item {
    display: -ms-grid;
    display: grid;
    place-content: center;
    place-items: center;
    background-image: url("../img/top/work-company__bg_sp.png");
    aspect-ratio: 657/107;
    font-size: clamp(1.125rem, 0.132rem + 4.412vw, 2.25rem);
  }
  #top {
    /*@media screen end*/
  }
}
#top .interview {
  width: 90%;
  margin-inline: auto;
  padding-bottom: min(7.7vw, 100px);
  background-image: url("../img/top/interview_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#top .interview.interview2 {
  margin-top: min(15vw, 200px);
}
#top .interview__inner {
  width: 85%;
  margin-inline: auto;
}
#top .interview-ttl {
  width: 24%;
  -webkit-transform: translateX(-23%);
          transform: translateX(-23%);
}
#top .interview__profile-wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .interview__img1 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
#top .interview__profile-content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48%;
}
#top .interview__line img {
  vertical-align: middle;
}
#top .interview__profile {
  font-size: 20px;
  letter-spacing: 0em;
}
#top .interview-name {
  font-size: clamp(1.438rem, 1.007rem + 0.896vw, 1.875rem);
  font-weight: 700;
  line-height: 1.6;
}
#top .interview__profile-txt {
  font-size: clamp(1rem, 0.631rem + 0.768vw, 1.375rem);
  line-height: 1.6;
}
#top .interview__profile-txt .interview__profile-ttl {
  font-weight: 500;
}
#top .interview__deco1 {
  position: relative;
}
#top .interview__deco1::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco1.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -80%;
  right: 0;
  width: 20%;
  height: 7.4vw;
}
#top .interview__deco2 {
  position: relative;
}
#top .interview__deco2::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco2.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 8%;
  left: -12%;
  width: 12%;
  height: min(4.5vw, 58px);
}
#top .interview__deco2::after {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco3.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -5%;
  right: 4%;
  width: 5%;
  height: min(4.7vw, 61px);
}
#top .interview__deco4 {
  position: relative;
}
#top .interview__deco4::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco4.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -13%;
  right: -15%;
  width: 12%;
  height: min(4.5vw, 58px);
}
#top .interview__deco5 {
  position: relative;
}
#top .interview__deco5::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco5.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 21%;
  left: -20%;
  width: 16%;
  height: min(11.2vw, 146px);
}
#top .interview__deco6 {
  position: relative;
}
#top .interview__deco6::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco6.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 9%;
  left: -48%;
  width: 40%;
  height: min(7.8vw, 102px);
}
#top .interview__deco6::after {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco7.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0%;
  right: -48%;
  width: 40%;
  height: min(8.8vw, 115px);
}
#top .interview__deco8 {
  position: relative;
}
#top .interview__deco8::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco8.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 18%;
  left: -3%;
  width: 6%;
  height: min(24.4vw, 317px);
}
#top .interview__deco8::after {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco9.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -5%;
  right: clamp(-8.875rem, 4.678rem - 11.295vw, -0.75rem);
  width: 30%;
  height: min(16.3vw, 212px);
}
#top .interview__deco10 {
  position: relative;
}
#top .interview__deco10::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco10.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -62%;
  right: 8%;
  width: 8%;
  height: min(6.3vw, 82px);
}
#top .interview__deco11 {
  position: relative;
}
#top .interview__deco11::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco11.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0%;
  left: -10%;
  width: 7%;
  height: min(6.3vw, 82px);
}
#top .interview__deco12 {
  position: relative;
}
#top .interview__deco12::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco12.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -16%;
  right: -6%;
  width: 10%;
  height: min(6.3vw, 82px);
}
#top .interview__deco12::after {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco13.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -98%;
  right: -20%;
  width: 18%;
  height: min(6.3vw, 82px);
}
#top .interview__deco14 {
  position: relative;
}
#top .interview__deco14::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco14.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  left: -49%;
  width: 14%;
  height: min(3.6vw, 48px);
}
#top .interview__deco14::after {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco15.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 20%;
  right: -49%;
  width: 20%;
  height: min(3.6vw, 48px);
}
#top .interview__deco16 {
  position: relative;
}
#top .interview__deco16::before {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco16.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: -6%;
  left: -5%;
  width: 14%;
  height: min(29vw, 400px);
}
#top .interview__deco16::after {
  position: absolute;
  content: "";
  background-image: url("../img/top/interview_deco17.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -6%;
  right: 0%;
  width: 13%;
  height: min(8vw, 105px);
}
#top .interview-lead1 {
  margin-top: min(4.6vw, 60px);
  color: #eb6d80;
  font-size: clamp(1.875rem, 1.013rem + 1.793vw, 2.75rem);
  line-height: 1.7;
  font-weight: 700;
}
#top .interview-lead2 {
  font-size: clamp(1.563rem, 1.255rem + 0.64vw, 1.875rem);
  line-height: 1.6;
  font-weight: 500;
  text-align: justify;
}
#top .interview-point {
  margin-top: min(2.15vw, 28px);
  width: 35%;
  -webkit-transform: translateX(-23%);
          transform: translateX(-23%);
}
#top .interview__content {
  margin-top: 16px;
}
#top .interview__content.interview__content2 {
  margin-top: min(2.7vw, 36px);
}
#top .interview__content::before {
  content: "";
  display: block;
  clear: both;
}
#top .float_r {
  width: 40%;
  height: auto;
  float: right;
  margin: 0 0 10px min(2.7vw, 36px);
}
#top .float_l {
  width: 40%;
  height: auto;
  float: left;
  margin: 0 min(2.7vw, 36px) 10px 0;
}
#top .interview-subTtl {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.44;
  color: #eb6d80;
}
#top .interview-subTtl.interview-subTtl2 {
  margin-top: min(2.6vw, 34px);
}
#top .interview-text {
  margin-top: 10px;
  font-size: clamp(1rem, 0.446rem + 1.152vw, 1.563rem);
  line-height: 1.6;
  text-align: justify;
}
#top .interview-text .interview-text__name {
  font-weight: 700;
}
#top .interview__message {
  margin-top: min(10vw, 900px);
}
#top .interview-msg {
  width: 40%;
  margin-inline: auto;
}
#top .interview__message-wrap {
  margin-top: 6px;
  padding: min(3.8vw, 50px) min(4.9vw, 64px);
  background-image: url("../img/top/interview-msg_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  #top .interview {
    width: 98%;
  }
  #top .interview-ttl {
    width: 53%;
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
  #top .interview__profile-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(4.8vw, 36px);
  }
  #top .interview-name {
    font-size: clamp(1.063rem, 0.015rem + 4.657vw, 2.25rem);
  }
  #top .interview__profile-txt {
    font-size: clamp(0.938rem, 0.386rem + 2.451vw, 1.563rem);
  }
  #top .interview__img1,
  #top .interview__profile-content {
    width: 100%;
  }
  #top .interview__deco1::before {
    top: -56%;
    width: 15%;
    height: 12.8vw;
  }
  #top .interview__deco2::before {
    top: -16%;
    width: min(15.8vw, 119px);
    height: min(7.7vw, 58px);
  }
  #top .interview__deco2::after {
    bottom: -1%;
    right: -5%;
    width: min(6.5vw, 49px);
    height: min(8vw, 60px);
  }
  #top .interview__deco4::before {
    bottom: -9%;
    right: -12%;
    width: 15%;
    height: 8.8vw;
  }
  #top .interview__deco5::before {
    bottom: 55%;
    left: -10%;
    width: 12.2%;
    height: 19vw;
  }
  #top .interview__deco6::before {
    background-image: url("../img/top/interview_deco6_sp.png");
    bottom: 55%;
    left: -21%;
    width: 24%;
    height: 18vw;
  }
  #top .interview__deco6::after {
    background-image: url("../img/top/interview_deco7_sp.png");
    bottom: 55%;
    right: -21%;
    width: 24%;
    height: 18vw;
  }
  #top .interview__deco8::before {
    width: 10%;
    left: -7%;
  }
  #top .interview__deco8::after {
    background-image: url(../img/top/interview_deco9_sp.png);
    bottom: -2%;
    width: 37%;
    height: 45.8vw;
  }
  #top .interview__deco10::before {
    top: -4%;
    width: 12.2%;
    height: 11vw;
  }
  #top .interview__deco12::before {
    right: -10%;
  }
  #top .interview__deco12::after {
    bottom: -17%;
    height: 10vw;
    right: -10%;
  }
  #top .interview__deco14::before {
    left: -22%;
    width: 14%;
    height: min(6.3vw, 47px);
  }
  #top .interview__deco14::after {
    bottom: -17%;
    height: 10vw;
    right: -25%;
  }
  #top .interview__deco16::before {
    background-image: url(../img/top/interview_deco16_sp.png);
    width: 12.8%;
    height: 65.3vw;
    top: auto;
    bottom: 0;
    left: -8%;
  }
  #top .interview__deco16::after {
    bottom: -6%;
    right: -2%;
    width: 20%;
    height: 14vw;
  }
  #top .interview-lead1 {
    font-size: clamp(1.25rem, -0.241rem + 6.361vw, 2.813rem);
  }
  #top .interview-lead2 {
    font-size: clamp(1rem, 0.449rem + 2.451vw, 1.625rem);
  }
  #top .interview__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .interview__content .order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #top .interview__content .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #top .interview__content .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #top .interview__content .order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #top .interview__content .order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #top .interview__content .order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #top .interview__content .order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #top .interview__content .order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #top .interview__content .order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  #top .interview-subTtl {
    font-size: clamp(1.688rem, 1.246rem + 1.961vw, 2.188rem);
  }
  #top .interview-text {
    font-size: clamp(1rem, 0.504rem + 2.206vw, 1.563rem);
  }
  #top .float_r,
  #top .float_l {
    width: 100%;
    height: auto;
    float: none;
    margin: 0 0 0 0;
  }
  #top .float_r {
    margin-top: min(5vw, 38px);
  }
  #top .float_l {
    margin-bottom: min(5vw, 38px);
  }
  #top .interview-point {
    margin-top: min(6.4vw, 48px);
    width: 70%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    margin-inline: auto;
  }
  #top .interview-msg {
    width: 75%;
  }
  #top .interview__message-wrap {
    background-image: url("../img/top/interview-msg_bg_sp.png");
    aspect-ratio: 606/466;
    border-radius: 15px;
  }
  #top {
    /*@media screen end*/
  }
}
#top .survey {
  margin-top: min(7.7vw, 100px);
}
#top .survey__inner {
  width: 95%;
  max-width: 1050px;
  margin-inline: auto;
}
#top .survey__title-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 3px solid #eb6d80;
}
#top .survey__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2.25rem, 0.961rem + 2.683vw, 3.375rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #eb6d80;
  line-height: 1.2;
  display: inline-block;
}
#top .survey__lead {
  margin-top: min(3.5vw, 46px);
  font-size: clamp(1.25rem, 0.635rem + 1.28vw, 1.875rem);
  font-weight: 500;
}
#top .survey__list {
  margin-top: min(5.4vw, 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: min(2.1vw, 28px);
}
#top .survey__list-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 33%;
}
#top .survey__note {
  margin-top: 12px;
  font-size: 12px;
  color: #717071;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #top .survey__title {
    font-size: clamp(1.563rem, 0.956rem + 2.696vw, 2.25rem);
  }
  #top .survey__lead {
    font-size: clamp(1.25rem, 0.588rem + 2.941vw, 2rem);
  }
  #top .survey__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: min(9.3vw, 70px);
  }
  #top .survey__list-item {
    width: 90%;
    margin-inline: auto;
  }
  #top .survey__note {
    margin-top: min(4.8vw, 36px);
  }
  #top {
    /*@media screen end*/
  }
}
#top .top-ranking {
  padding-top: 100px;
  padding-bottom: 120px;
}
#top .top-ranking__inner {
  width: 95%;
  max-width: 1050px;
  margin-inline: auto;
}
#top .top-ranking__title-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 10px;
  border-bottom: 3px solid #eb6d80;
}
#top .top-ranking__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2.25rem, 0.961rem + 2.683vw, 3.375rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #eb6d80;
  line-height: 1.2;
  display: inline-block;
}
#top .top-ranking__title .bigger {
  font-size: 1.16em;
}
#top .top-ranking__title:nth-of-type(2) {
  margin-top: -44px;
}
#top .top-ranking__title:nth-of-type(3), #top .top-ranking__title:nth-of-type(4) {
  display: none;
}
#top .top-ranking__number {
  font-size: 2em;
}
#top .top-ranking__circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(1.38vw, 18px);
  margin-top: 80px;
}
#top .top-ranking__circle:nth-of-type(1),
#top .top-ranking__circle:nth-of-type(2) {
  margin-top: min(4vw, 52px);
}
#top .top-ranking__circle:nth-of-type(4) {
  margin-top: 8px;
}
#top .top-ranking__circle:nth-of-type(5) {
  margin-top: min(7.3vw, 96px);
}
#top .top-ranking__circle img {
  border-radius: 50%;
}
#top .top-ranking__emblems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: min(6.1vw, 80px);
  margin-top: 100px;
}
#top .top-ranking__emblem {
  position: relative;
  text-align: center;
}
#top .top-ranking__emblem:nth-of-type(2) .top-ranking__crown {
  top: -12%;
}
#top .top-ranking__emblem--center {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
#top .top-ranking__crown {
  position: absolute;
  width: 24%;
  top: -13.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: crownFloat 3s ease-in-out infinite;
          animation: crownFloat 3s ease-in-out infinite;
}
#top .top-ranking__emblem-image img {
  display: block;
}
#top .top-ranking__emblem--wannalive {
  position: relative;
}
#top .emblem-wannalive-deco {
  position: absolute;
  width: 33%;
  top: 16%;
  left: -17%;
}
@media screen and (max-width: 768px) {
  #top .top-ranking__title {
    font-size: clamp(1.625rem, -0.14rem + 7.843vw, 3.625rem);
  }
  #top .top-ranking__title:nth-of-type(2) {
    display: none;
  }
  #top .top-ranking__title:nth-of-type(3), #top .top-ranking__title:nth-of-type(4) {
    display: inline-block;
  }
  #top .top-ranking__title:nth-of-type(4) {
    margin-top: -56px;
  }
  #top .top-ranking__circles {
    margin-top: min(8vw, 60px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .top-ranking__circle:nth-of-type(1) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 40%;
    margin-top: -5%;
  }
  #top .top-ranking__circle:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 26%;
    margin-left: 10%;
    margin-top: -14%;
  }
  #top .top-ranking__circle:nth-of-type(3) {
    width: 32%;
    margin-left: 41%;
  }
  #top .top-ranking__circle:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 40%;
    margin-left: auto;
    margin-top: -15%;
  }
  #top .top-ranking__circle:nth-of-type(5) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 33%;
    margin-top: -29%;
    margin-left: 26%;
  }
  #top .top-ranking__emblems {
    margin-top: -5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #top .top-ranking__emblem:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 42%;
    margin-right: auto;
    margin-top: -31%;
  }
  #top .top-ranking__emblem:nth-of-type(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 50%;
  }
  #top .top-ranking__emblem:nth-of-type(2) .top-ranking__crown {
    top: -19%;
  }
  #top .top-ranking__emblem:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 42%;
    margin: -20% 10% 0 0;
  }
  #top .top-ranking__crown {
    top: -22%;
  }
}
#top .cv {
  padding-top: min(4.3vw, 56px);
}
#top .cv__heading-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: min(1.53vw, 20px);
  position: relative;
}
#top .cv__heading-wrap::before, #top .cv__heading-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 28px;
  background-color: #eb6d80;
}
#top .cv__heading-wrap::before {
  left: 0;
}
#top .cv__heading-wrap::after {
  right: 0;
}
#top .cv__heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#top .cv__heading::before {
  content: "";
  position: absolute;
  left: max(-1.53vw, -20px);
  right: max(-1.53vw, -20px);
  bottom: -2px;
  height: 2px;
  background-color: #eb6d80;
}
#top {
  /* 中央の▽ */
}
#top .cv__heading::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 20px;
  height: 20px;
  border-left: 2px solid #eb6d80;
  border-bottom: 2px solid #eb6d80;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background-color: #ffffff;
}
#top .cv__text {
  color: #eb6d80;
  font-weight: 700;
  font-size: 1.875rem;
}
#top .merit__lead--cv {
  margin-top: min(2.8vw, 24px);
}
#top .to-site__inner,
#top .to-contact__inner {
  width: 95%;
  max-width: 890px;
  margin-inline: auto;
  padding-block: min(2.5vw, 32px) min(3vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top .to-site a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
#top .to-site a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
#top .to-site a:hover::after {
  -webkit-box-shadow: 0 0 0 4px rgba(235, 109, 128, 0.3);
          box-shadow: 0 0 0 4px rgba(235, 109, 128, 0.3);
}
#top .to-site a:hover .merit__lead--cv {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}
#top .to-site a:hover .to-site__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#top .to-site__logo {
  width: 51%;
}
#top .to-site__image {
  width: 43%;
}
#top .to-site__image img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#top .merit__lead.merit__lead--contact {
  margin-top: 0;
}
#top .to-contact {
  background-color: #fffbda;
}
#top .to-contact__lead {
  font-size: clamp(2rem, 1.427rem + 1.192vw, 2.5rem);
  font-weight: 700;
  color: #eb6d80;
}
#top .to-contact__text {
  font-size: clamp(0.938rem, 0.651rem + 0.596vw, 1.188rem);
  font-weight: 500;
  color: #231815;
}
#top .contact__list {
  margin-top: min(0.9vw, 12px);
  background-color: #eb6d80;
  border-radius: 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .contact__list--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#top .contact__list--name,
#top .to-contact__note {
  font-size: clamp(0.813rem, 0.669rem + 0.298vw, 0.938rem);
}
#top .contact__list--name {
  font-weight: 700;
}
#top .contact__list--text {
  font-size: clamp(1.125rem, 0.767rem + 0.745vw, 1.438rem);
  font-weight: 700;
}
#top .to-contact__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24%;
}
#top .to-contact__note {
  margin-top: min(0.6vw, 8px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #top .cv__text {
    font-size: clamp(1.125rem, 0.463rem + 2.941vw, 1.875rem);
  }
  #top .merit__lead--cv {
    margin-top: min(5.4vw, 40px);
  }
  #top .to-site__inner {
    padding-block: min(10.1vw, 76px);
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(10vw, 75px);
  }
  #top .to-site__logo {
    width: 58%;
    margin-inline: auto;
  }
  #top .to-site__image {
    width: 77%;
    margin-inline: auto;
  }
  #top .to-contact__inner {
    padding-block: min(7.46vw, 56px) min(8.5vw, 64px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(6.6vw, 50px);
  }
  #top .to-contact__lead {
    width: 83%;
    margin-inline: auto;
    font-size: clamp(1.375rem, -0.059rem + 6.373vw, 3rem);
  }
  #top .to-contact__text {
    width: 83%;
    margin-top: min(6.4vw, 48px);
    margin-inline: auto;
    font-size: clamp(0.875rem, -0.007rem + 3.922vw, 1.875rem);
    text-align: center;
  }
  #top .contact__list {
    margin-top: min(6.4vw, 48px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #top .contact__list--item {
    width: 83%;
    margin-inline: auto;
  }
  #top .contact__list--name {
    font-size: clamp(0.938rem, 0.11rem + 3.676vw, 1.875rem);
  }
  #top .contact__list--text {
    font-size: clamp(1.375rem, -0.059rem + 6.373vw, 3rem);
  }
  #top .to-contact__image {
    width: 80%;
    margin-inline: auto;
  }
  #top .to-contact__note {
    font-size: clamp(0.938rem, 0.331rem + 2.696vw, 1.625rem);
    text-align: center;
  }
  #top {
    /*@media screen end*/
  }
}

@media print {
  #map header,
  #map footer,
  #map .btn {
    display: none;
  }
  #map {
    margin: 0;
  }
}
#map .ttl_area {
  padding: 5% 0;
}
#map .ttl_area p {
  text-align: center;
  font-size: 1rem;
  font-size: clamp(1rem, 4vw, 1.6rem);
}
#map .ttl_area .ttl {
  font-size: 1rem;
  font-size: clamp(1rem, 13vw, 6rem);
}
#map .img_area .imgbox:last-child {
  margin-top: 10%;
}
#map .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 5% auto 10%;
}
#map .btn_box .btn {
  background: -webkit-gradient(linear, left top, right top, from(#2b89c0), color-stop(71%, #2989d8), to(#216eac));
  background: linear-gradient(to right, #2b89c0 0%, #2989d8 71%, #216eac 100%);
  width: 30%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: none;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 1rem;
  font-size: clamp(1rem, 3.5vw, 1.5rem);
  cursor: pointer;
  padding-block: 1.5%;
}
#map .btn_box .btn:last-child {
  margin-left: 5%;
}
#map .btn_box .btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #map .btn_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5% auto 10%;
  }
  #map .btn_box .btn {
    width: 80%;
    font-size: 1rem;
    font-size: clamp(1rem, 4vw, 1.5rem);
    padding-block: 4%;
  }
  #map .btn_box .btn:last-child {
    margin: 5% auto 0;
  }
  #map {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #map {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #map {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #map {
    /*@media screen end*/
  }
}

@media print {
  #outline header,
  #outline footer,
  #outline .btn {
    display: none;
  }
  #outline {
    margin: 0;
  }
}
#outline .ttl_area {
  padding: 5% 0;
}
#outline .ttl_area p {
  text-align: center;
  font-size: 1rem;
  font-size: clamp(1rem, 4vw, 1.6rem);
}
#outline .ttl_area .ttl {
  font-size: 1rem;
  font-size: clamp(1rem, 13vw, 6rem);
}
#outline .outline_ttl {
  font-size: 1rem;
  font-size: clamp(1rem, 3vw, 2.5rem);
}
#outline table {
  width: 100%;
  margin: 3% auto 5%;
}
#outline table th,
#outline table td {
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  font-size: 1rem;
  font-size: clamp(1rem, 3.4vw, 1.6rem);
  border-bottom: 1px solid #9e9e9e;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#outline table th {
  width: 25%;
}
#outline table td {
  width: 75%;
}
#outline table td span {
  font-size: clamp(0px, 2.8vw, 14px);
  font-size: 1rem;
  font-size: clamp(1rem, 2.8vw, 1.4rem);
}
#outline .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#outline .notice .p1 {
  border: 1px solid #000;
  width: 16%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-size: clamp(1rem, 4vw, 1.6rem);
}
#outline .notice .p2 {
  width: 82%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-size: clamp(1rem, 2.8vw, 1.4rem);
  letter-spacing: 0.05em;
}
#outline .update {
  margin: 5% auto;
}
#outline .update p {
  font-size: 1rem;
  font-size: clamp(1rem, 3.2vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  #outline table th,
  #outline table td {
    display: block;
    width: 100%;
  }
  #outline table th {
    background-color: #e8f5ff;
  }
  #outline .notice .p1 {
    width: 100%;
    padding: 3% 5%;
  }
  #outline .notice .p2 {
    width: 100%;
    margin-top: 3%;
  }
  #outline {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #outline {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #outline {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #outline {
    /*@media screen end*/
  }
}

#limited {
  /* パスワード入力画面の装飾例 */
}
#limited .page_password {
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#limited .page_password .password_input {
  padding: 10px 15px;
  width: 250px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
}
#limited .page_password .password_submit {
  padding: 10px 30px;
  background: #333;
  color: #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#limited .page_password .password_submit:hover {
  opacity: 0.7;
}
#limited .page_password .error_msg {
  color: #d9534f;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #limited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #limited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #limited {
    /*@media screen end*/
  }
}
@media screen and (max-width: 768px) {
  #limited {
    /*@media screen end*/
  }
}
/*# sourceMappingURL=style.css.map */