@charset "UTF-8";
main {
  padding-left: 18.23%;
  box-sizing: border-box;
}

.txt-a {
  width: 15.63vw;
  height: 3.6458333333vw;
  max-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FED21D;
  color: #000000;
  border: solid 2px #FED21D;
  border-radius: 70px;
  box-sizing: border-box;
  transition: 0.5s;
  gap: 1.05vw;
  letter-spacing: 0.1vw;
}
.txt-a svg {
  display: flex;
  width: 0.85vw;
  height: 0.85vw;
}
.txt-a:hover {
  background: #ffffff;
  color: #FED21D;
}
.txt-a:hover svg path {
  fill: #FED21D;
}

@media screen and (max-width: 767px) {
  main {
    padding-left: initial;
    padding-top: 89px;
  }
  .txt-a {
    width: 200px;
    height: 60px;
    border-radius: 60px;
    font-size: 16px;
    margin: 0 auto;
    gap: 20px;
  }
  .txt-a svg {
    width: 14px;
    height: 14px;
  }
  .line_link {
    background: rgba(254, 210, 29, 0.8);
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 14;
    box-sizing: border-box;
  }
  .line_link .in {
    width: 100%;
    display: block;
    background: #ffffff;
    border: solid 1px #FF5900;
    box-sizing: border-box;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    padding: 6px 10px;
  }
  .line_link .line {
    display: flex;
  }
  .line_link .line img {
    width: auto;
    height: 12vw;
  }
  .line_link .sns {
    display: flex;
    width: 11vw;
    height: 11vw;
  }
  .line_link .sns svg {
    display: flex;
    width: 100%;
    height: 100%;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .img-box {
  position: relative;
  margin-left: auto;
  width: 87.18%;
  height: calc(100svh - 2.6041666667vw);
  overflow: hidden;
  border-radius: 0 0 0 1.5625vw;
}
section#mv_area .img-box img {
  border-radius: 0 0 0 1.5625vw;
  opacity: 0;
  transform: scale(1);
}
body:not(.loading) section#mv_area .img-box img {
  -webkit-animation: fadeInScale 1.5s ease-out 0.3s forwards, slowZoom 15s linear 1.8s forwards;
          animation: fadeInScale 1.5s ease-out 0.3s forwards, slowZoom 15s linear 1.8s forwards;
}
section#mv_area .txt-box {
  position: absolute;
  left: 4.1666666667vw;
  bottom: 8.4895833333vw;
  z-index: 1;
  box-sizing: border-box;
}
section#mv_area .txt-box .txt-h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section#mv_area .txt-box .txt-h1 .item {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 1.5vw;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.25);
}
section#mv_area .txt-box .txt-h1 .item:nth-child(1) {
  border-bottom-left-radius: 0;
}
section#mv_area .txt-box .txt-h1 .item:nth-child(2) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
section#mv_area .txt-box .txt-h1 .item.bg_text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
section#mv_area .txt-box .txt-h1 .item.bg_text:before {
  background: #ffffff;
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform: translateX(-100%);
}
body:not(.loading) section#mv_area .txt-box .txt-h1 .item.bg_text {
  /* 1行目と2行目を同じタイミングに */
  /* テキストのアニメーション */
}
body:not(.loading) section#mv_area .txt-box .txt-h1 .item.bg_text:nth-child(1):before {
  -webkit-animation: bg_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
          animation: bg_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
body:not(.loading) section#mv_area .txt-box .txt-h1 .item.bg_text:nth-child(2):before {
  -webkit-animation: bg_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
          animation: bg_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
body:not(.loading) section#mv_area .txt-box .txt-h1 .item.bg_text:nth-child(1), body:not(.loading) section#mv_area .txt-box .txt-h1 .item.bg_text:nth-child(2) {
  -webkit-animation: textReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
          animation: textReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
section#mv_area .txt-box .txt-p {
  margin-top: 1.25vw;
  width: fit-content;
  display: flex;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 1.5vw;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
}
section#mv_area .txt-box .txt-p.bg_text {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
section#mv_area .txt-box .txt-p.bg_text:before {
  background: #ffffff;
  content: "";
  z-index: -1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform: translateX(-100%);
}
body:not(.loading) section#mv_area .txt-box .txt-p.bg_text {
  /* 1行目と2行目を同じタイミングに */
  /* テキストのアニメーション */
}
body:not(.loading) section#mv_area .txt-box .txt-p.bg_text:nth-child(1):before {
  -webkit-animation: bg_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
          animation: bg_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
body:not(.loading) section#mv_area .txt-box .txt-p.bg_text:nth-child(2):before {
  -webkit-animation: bg_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
          animation: bg_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}
body:not(.loading) section#mv_area .txt-box .txt-p.bg_text:nth-child(1), body:not(.loading) section#mv_area .txt-box .txt-p.bg_text:nth-child(2) {
  -webkit-animation: textReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
          animation: textReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
}

@-webkit-keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes slowZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@-webkit-keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* 背景スライドアニメーション */
@-webkit-keyframes bg_slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bg_slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* テキスト表示アニメーション（左から右へ） */
@-webkit-keyframes textReveal {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@keyframes textReveal {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@media screen and (max-width: 767px) {
  section#mv_area {
    position: relative;
  }
  section#mv_area .img-box {
    position: relative;
    margin-left: auto;
    width: 87.2%;
    border-radius: 20px 0 0 20px;
    height: initial;
  }
  section#mv_area .img-box img {
    border-radius: 20px 0 0 20px;
  }
  body:not(.loading) section#mv_area .img-box img {
    -webkit-animation: fadeInScale 1.5s ease-out 0.3s forwards, slowZoom 10s linear 1.8s forwards;
            animation: fadeInScale 1.5s ease-out 0.3s forwards, slowZoom 10s linear 1.8s forwards;
  }
  section#mv_area .txt-box {
    position: absolute;
    left: 15px;
    bottom: 37px;
    z-index: 1;
    box-sizing: border-box;
  }
  section#mv_area .txt-box .txt-h1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  section#mv_area .txt-box .txt-h1 .item {
    font-size: 30px;
    padding: 5px;
  }
  section#mv_area .txt-box .txt-p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px;
    display: flex;
    flex-flow: column;
    background: transparent;
    align-items: flex-start;
  }
  section#mv_area .txt-box .txt-p .item {
    font-size: 30px;
    padding: 5px;
  }
  section#mv_area .txt-box .txt-p {
    margin-top: 10px;
    padding: 0;
  }
  section#mv_area .txt-box .txt-p .item {
    font-size: 16px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
  }
  section#mv_area .txt-box .txt-p .item:nth-child(1) {
    border-radius: 5px;
    border-bottom-left-radius: 0;
    padding: 5px;
  }
  section#mv_area .txt-box .txt-p .item:nth-child(2) {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px;
  }
  section#mv_area .txt-box .txt-p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    margin-top: 10px;
    padding: 0;
  }
  section#mv_area .txt-box .txt-p .item {
    position: relative;
    font-size: 16px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #ffffff;
    padding: 5px;
    border-radius: 5px;
    box-sizing: border-box;
  }
  section#mv_area .txt-box .txt-p .item:nth-child(1) {
    border-radius: 5px;
    border-bottom-left-radius: 0;
    padding: 5px;
  }
  section#mv_area .txt-box .txt-p .item:nth-child(2) {
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px;
  }
  section#mv_area .txt-box .txt-p .item.bg_text {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  section#mv_area .txt-box .txt-p .item.bg_text:before {
    background: #ffffff;
    content: "";
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transform: translateX(-100%);
  }
  body:not(.loading) section#mv_area .txt-box .txt-p .item.bg_text {
    /* 1行目と2行目を同じタイミングに */
    /* テキストのアニメーション */
  }
  body:not(.loading) section#mv_area .txt-box .txt-p .item.bg_text:nth-child(1):before {
    -webkit-animation: bg_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
            animation: bg_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
  }
  body:not(.loading) section#mv_area .txt-box .txt-p .item.bg_text:nth-child(2):before {
    -webkit-animation: bg_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
            animation: bg_slide 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
  }
  body:not(.loading) section#mv_area .txt-box .txt-p .item.bg_text:nth-child(1), body:not(.loading) section#mv_area .txt-box .txt-p .item.bg_text:nth-child(2) {
    -webkit-animation: textReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
            animation: textReveal 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1s forwards;
  }
}
/*==========================================================================
section#about_area
========================================================================== */
section#about_area {
  position: relative;
}
section#about_area .top-box {
  padding: 7.8125vw 0;
  position: relative;
}
section#about_area .top-box::before {
  content: "";
  background: url(../img/about_bg.webp) center no-repeat;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 96.7vw;
  position: absolute;
  z-index: -1;
}
section#about_area .top-box .in {
  background: #ffffff;
  padding: 3.6458333333vw;
  box-sizing: border-box;
  border-radius: 5.2083333333vw;
  position: relative;
}
section#about_area .top-box .in::before {
  content: "";
  background: url(../img/about_himawari001.webp) center no-repeat;
  background-size: cover;
  left: -5.2083333333vw;
  top: -5.2083333333vw;
  width: 14.84375vw;
  height: 15.1041666667vw;
  position: absolute;
  z-index: 1;
}
section#about_area .top-box .in::after {
  content: "";
  background: url(../img/about_himawari002.webp) center no-repeat;
  background-size: cover;
  position: absolute;
  right: -4.5833333333vw;
  bottom: -2.484375vw;
  width: 13.3333333333vw;
  height: 11.703125vw;
  z-index: 1;
}
section#about_area .top-box .ttl-box {
  margin: 0 auto;
  padding-bottom: 1vw;
  margin-bottom: 2.6041666667vw;
  position: relative;
}
section#about_area .top-box .ttl-box::after {
  content: "";
  width: 4.6875vw;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #FED21D;
}
section#about_area .top-box .txt-e {
  text-align: center;
}
section#about_area .top-box .txt-h2 {
  text-align: center;
}
section#about_area .top-box .txt-p {
  text-align: center;
  line-height: 2.8em;
}
section#about_area .bot-box {
  justify-content: space-between;
  margin-top: 4.6875vw;
  position: relative;
}
section#about_area .bot-box::before {
  content: "";
  background: url(../img/about_himawari003.webp) center no-repeat;
  background-size: cover;
  top: -3.125vw;
  left: -7.0833333333vw;
  width: 11.8177083333vw;
  height: 11.9270833333vw;
  position: absolute;
  z-index: -1;
}
section#about_area .bot-box::after {
  content: "";
  background: url(../img/about_himawari004.webp) center no-repeat;
  background-size: cover;
  position: absolute;
  right: -7.8072916667vw;
  bottom: -2.484375vw;
  width: 15.4166666667vw;
  height: 16.1979166667vw;
  z-index: 1;
}
section#about_area .bot-box .img-box {
  width: 50%;
}
section#about_area .bot-box .img-box img {
  border-radius: 2.6041666667vw;
}
section#about_area .bot-box .txt-box {
  width: 47%;
  padding: 1vw 0;
  box-sizing: border-box;
  position: relative;
}
section#about_area .bot-box .txt-box::after {
  content: "";
  background: url(../img/fumiko_icon001.webp) center no-repeat;
  background-size: cover;
  position: absolute;
  left: 15.6770833333vw;
  bottom: 6.1979166667vw;
  width: 9.8vw;
  height: 8.3854166667vw;
}
section#about_area .bot-box .txt-box .txt-h3 {
  background: #FED21D;
  color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5vw 1vw;
  border-radius: 0.3vw;
}
section#about_area .bot-box .txt-box .txt-p {
  margin-top: 0.4vw;
  margin-left: 1.8229166667vw;
  line-height: 2.8em;
}
section#about_area .bot-box .txt-box .items {
  margin-top: 2.6041666667vw;
}
section#about_area .bot-box .txt-box .items:first-child {
  margin: 0;
}
section#about_area .bot-box .txt-box .txt-a {
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#about_area .top-box {
    padding: 70px 0;
  }
  section#about_area .top-box::before {
    content: "";
    background: url(../img/about_bg_sp.webp) center no-repeat;
    background-position: bottom;
    background-size: cover;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 345vw;
  }
  section#about_area .top-box .in {
    padding: 70px 20px;
  }
  section#about_area .top-box .in::before {
    left: -5.2083333333vw;
    top: -5.2083333333vw;
    width: 135px;
    height: 138px;
  }
  section#about_area .top-box .in::after {
    right: -37px;
    bottom: -61.8px;
    width: 150px;
    height: 131.4px;
  }
  section#about_area .top-box .ttl-box {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  section#about_area .top-box .ttl-box::after {
    width: 55px;
    height: 2px;
  }
  section#about_area .top-box .txt-e {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#about_area .top-box .txt-h2 {
    font-size: 18px;
  }
  section#about_area .top-box .txt-h2 span {
    font-size: 27px;
  }
  section#about_area .top-box .txt-p {
    font-size: 16px;
    text-align: start;
    line-height: 2em;
  }
  section#about_area .bot-box {
    margin-top: 100px;
    position: relative;
  }
  section#about_area .bot-box::before {
    top: -91px;
    left: -33px;
    width: 137.96px;
    height: 139.4px;
  }
  section#about_area .bot-box::after {
    right: -70px;
    bottom: -119.2px;
    width: 185px;
    height: 194px;
  }
  section#about_area .bot-box .img-box {
    width: 100%;
    height: 64vw;
    margin-bottom: 30px;
  }
  section#about_area .bot-box .img-box img {
    border-radius: 30px;
  }
  section#about_area .bot-box .txt-box {
    width: 100%;
    padding: 0;
  }
  section#about_area .bot-box .txt-box::after {
    bottom: 102px;
    left: initial;
    right: 0;
    width: 109px;
    height: 97.96px;
  }
  section#about_area .bot-box .txt-box .txt-h3 {
    font-size: 16px;
    padding: 8px 22.5px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  section#about_area .bot-box .txt-box .txt-p {
    margin-left: 10px;
    line-height: 2em;
    font-size: 16px;
  }
  section#about_area .bot-box .txt-box .txt-a {
    margin-top: 70px;
  }
  section#about_area .bot-box .txt-box .items {
    margin-top: 40px;
  }
  section#about_area .bot-box .txt-box .items:first-child {
    margin: 0;
  }
}
/*==========================================================================
section#policy_area
========================================================================== */
section#policy_area {
  position: relative;
}
section#policy_area .inner {
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
section#policy_area .ttl-box {
  margin: 0 auto;
  padding-bottom: 1vw;
  margin-bottom: 2.6041666667vw;
  position: relative;
}
section#policy_area .ttl-box::after {
  content: "";
  width: 4.6875vw;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #FED21D;
}
section#policy_area .ttl-box .txt-e {
  text-align: center;
}
section#policy_area .ttl-box .txt-h2 {
  text-align: center;
}
section#policy_area .txt-h3 {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-style: italic;
  padding: 0.525vw 1.054166667vw 1vw;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 0.3vw;
}
section#policy_area .txt-h3.textShadowAnimeTrigger::before {
  background: #FF5900;
  border-radius: 0.3vw;
}
section#policy_area .list-box {
  margin-top: 2.6041666667vw;
  justify-content: space-between;
}
section#policy_area .list-box li {
  width: 29.2%;
  position: relative;
  padding-top: 2.6041666667vw;
}
section#policy_area .list-box .img-box {
  width: 16.1458333333vw;
  height: 16.1458333333vw;
  margin: 0 auto;
  margin-bottom: 2.6041666667vw;
}
section#policy_area .list-box .img-box img {
  border-radius: 310px;
  border: solid 0.2604166667vw #FF5900;
  box-sizing: border-box;
}
section#policy_area .list-box .txt-i {
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
}
section#policy_area .list-box .txt-i .txt-n {
  display: block;
  line-height: 1;
}
section#policy_area .list-box .txt-h4 {
  margin-bottom: 1.5104166667vw;
  text-align: center;
  height: 4.3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#policy_area .list-box .txt-p {
  line-height: 2em;
}
section#policy_area .txt-a {
  margin: 0 auto;
  margin-top: 5.2083333333vw;
}

@media screen and (max-width: 767px) {
  section#policy_area .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section#policy_area .ttl-box {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  section#policy_area .ttl-box::after {
    width: 55px;
    height: 2px;
  }
  section#policy_area .ttl-box .txt-e {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#policy_area .ttl-box .txt-h2 {
    font-size: 18px;
  }
  section#policy_area .ttl-box .txt-h2 span {
    font-size: 27px;
  }
  section#policy_area .txt-h3 {
    width: 92%;
    margin: 0 auto;
    padding: 8px 0 14px;
    font-size: 24px;
    border-radius: 5px;
    letter-spacing: 0;
  }
  section#policy_area .txt-h3.textShadowAnimeTrigger::before {
    border-radius: 5px;
  }
  section#policy_area .list-box {
    margin-top: 50px;
    justify-content: space-between;
    width: 82%;
  }
  section#policy_area .list-box li {
    width: 100%;
    padding-top: 40px;
  }
  section#policy_area .list-box li:nth-child(n+2) {
    margin-top: 50px;
  }
  section#policy_area .list-box .img-box {
    width: 64.2vw;
    height: 64.2vw;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  section#policy_area .list-box .img-box img {
    border-radius: 310px;
    border-width: 4px;
  }
  section#policy_area .list-box .txt-i {
    font-size: 18px;
  }
  section#policy_area .list-box .txt-i .txt-n {
    font-size: 54px;
  }
  section#policy_area .list-box .txt-h4 {
    font-size: 24px;
    margin-bottom: 20px;
    height: initial;
  }
  section#policy_area .list-box .txt-p {
    line-height: 2em;
    font-size: 16px;
  }
  section#policy_area .txt-a {
    margin: 0 auto;
    margin-top: 100px;
  }
}
/*==========================================================================
section#topics_area
========================================================================== */
section#topics_area {
  position: relative;
  background: #FBF9F3;
}
section#topics_area::before {
  content: "";
  background: url(../img/topics_himawari001.webp) center no-repeat;
  background-size: cover;
  position: absolute;
  top: -5.5208333333vw;
  left: 0.9895833333vw;
  width: 13.6979166667vw;
  height: 11.0729166667vw;
}
section#topics_area .inner {
  padding: 5.2083333333vw 7.8125vw;
  box-sizing: border-box;
}
section#topics_area .top-box .ttl-box {
  margin: 0 auto;
  padding-bottom: 1vw;
  margin-bottom: 2.6041666667vw;
  position: relative;
}
section#topics_area .top-box .ttl-box::after {
  content: "";
  width: 4.6875vw;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #FED21D;
}
section#topics_area .top-box .ttl-box .txt-e {
  text-align: center;
}
section#topics_area .top-box .ttl-box .txt-h2 {
  text-align: center;
}
section#topics_area .top-box .list-box {
  padding: 3.6458333333vw;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 1.05vw;
  box-shadow: 4px 4px 4px 3px rgba(0, 0, 0, 0.25);
}
section#topics_area .top-box .list-box li {
  border-bottom: solid 1px #000000;
}
section#topics_area .top-box .list-box .items {
  gap: 2.6041666667vw;
  padding: 1.5625vw 0;
  align-items: center;
  box-sizing: border-box;
}
section#topics_area .top-box .list-box .img-box {
  width: 21%;
  height: 6.8vw;
  transition: 0.5s;
}
section#topics_area .top-box .list-box .img-box img {
  border-radius: 0.6770833333vw;
}
section#topics_area .top-box .list-box .txt-box {
  width: calc(79% - 2.6041666667vw);
  position: relative;
}
section#topics_area .top-box .list-box .txt-box .txt-d {
  margin-bottom: 0.8vw;
  color: #000000;
  line-height: 1;
  letter-spacing: 0;
  transition: 0.5s;
}
section#topics_area .top-box .list-box .txt-box .txt-h3 {
  color: #000000;
  padding-right: 1.3vw;
  box-sizing: border-box;
  transition: 0.5s;
}
section#topics_area .top-box .list-box .txt-box svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  width: 0.5208333333vw;
  height: 0.8854166667vw;
}
section#topics_area .top-box .list-box .txt-box svg path {
  transition: 0.5s;
}
section#topics_area .top-box .list-box .items:hover .img-box {
  opacity: 0.7;
}
section#topics_area .top-box .list-box .items:hover .txt-box .txt-d {
  color: #FED21D;
}
section#topics_area .top-box .list-box .items:hover .txt-box .txt-h3 {
  color: #FED21D;
}
section#topics_area .top-box .list-box .items:hover .txt-box svg path {
  fill: #FED21D;
}
section#topics_area .top-box .list-box li:first-child .items {
  padding-top: 0;
}
section#topics_area .bot-box {
  margin-top: 2.6041666667vw;
  padding: 3.6458333333vw;
  padding-right: 2.6041666667vw;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 1.05vw;
  justify-content: space-between;
  align-items: center;
  box-shadow: 4px 4px 4px 3px rgba(0, 0, 0, 0.25);
}
section#topics_area .bot-box .txt-box {
  width: 44%;
}
section#topics_area .bot-box .txt-box .txt-h3 {
  display: flex;
  align-items: center;
  gap: 0.2vw;
  margin-bottom: 0.78125vw;
}
section#topics_area .bot-box .txt-box .txt-h3 svg {
  display: flex;
  width: 2.5364583333vw;
  height: 2.5364583333vw;
}
section#topics_area .bot-box .txt-box .txt-n {
  color: #A4A4A4;
  margin-bottom: 1.5625vw;
  display: block;
}
section#topics_area .bot-box .txt-box .txt-p {
  line-height: 2em;
}
section#topics_area .bot-box .txt-box .txt-l {
  display: flex;
  align-items: center;
  gap: 0.3vw;
  text-decoration: underline;
  margin-top: 2.6041666667vw;
  margin-bottom: 3.3333333333vw;
}
section#topics_area .bot-box .txt-box .txt-l svg {
  display: flex;
  width: 0.7291666667vw;
  height: 0.7291666667vw;
}
section#topics_area .bot-box .txt-box img {
  width: 17.0729166667vw;
  height: 7.6041666667vw;
  margin-left: 3.3854166667vw;
}
section#topics_area .bot-box .inst-box {
  width: 54%;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1vw 0;
}
section#topics_area .bot-box .inst-box img {
  width: 31.5%;
  height: 13.28125vw;
}

@media screen and (max-width: 767px) {
  section#topics_area::before {
    top: -43px;
    left: -21px;
    width: 159px;
    height: 128.5px;
  }
  section#topics_area .inner {
    padding: 100px 4% 70px;
  }
  section#topics_area .top-box .ttl-box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  section#topics_area .top-box .ttl-box::after {
    width: 55px;
    height: 2px;
  }
  section#topics_area .top-box .ttl-box .txt-e {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#topics_area .top-box .ttl-box .txt-h2 {
    font-size: 18px;
  }
  section#topics_area .top-box .ttl-box .txt-h2 span {
    font-size: 27px;
  }
  section#topics_area .top-box .list-box {
    padding: 70px 15px;
    border-radius: 20px;
  }
  section#topics_area .top-box .list-box .items {
    gap: 15px;
    padding: 30px 0;
    display: flex;
    align-items: flex-start;
  }
  section#topics_area .top-box .list-box .img-box {
    width: 41%;
    height: 34.5vw;
  }
  section#topics_area .top-box .list-box .img-box img {
    border-radius: 10px;
  }
  section#topics_area .top-box .list-box .txt-box {
    width: calc(59% - 15px);
    padding-right: 20px;
    box-sizing: border-box;
  }
  section#topics_area .top-box .list-box .txt-box .txt-d {
    margin-bottom: 10px;
    font-size: 14px;
  }
  section#topics_area .top-box .list-box .txt-box .txt-h3 {
    padding-right: 0;
    font-size: 16px;
  }
  section#topics_area .top-box .list-box .txt-box svg {
    width: 10px;
    height: 17px;
  }
  section#topics_area .bot-box {
    margin-top: 50px;
    padding: 70px 15px;
    padding-right: 15px;
    border-radius: 20px;
  }
  section#topics_area .bot-box .txt-box {
    width: 100%;
  }
  section#topics_area .bot-box .txt-box .txt-h3 {
    gap: 2px;
    margin-bottom: 15px;
    font-size: 28px;
  }
  section#topics_area .bot-box .txt-box .txt-h3 svg {
    width: 48px;
    height: 48px;
  }
  section#topics_area .bot-box .txt-box .txt-n {
    margin-bottom: 30px;
    font-size: 20px;
  }
  section#topics_area .bot-box .txt-box .txt-p {
    line-height: 2em;
    font-size: 16px;
  }
  section#topics_area .bot-box .txt-box .txt-l {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  section#topics_area .bot-box .txt-box .txt-l svg {
    width: 14px;
    height: 14px;
  }
  section#topics_area .bot-box .txt-box img {
    display: none;
  }
  section#topics_area .bot-box .inst-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3vw 0;
  }
  section#topics_area .bot-box .inst-box img {
    width: 48%;
    height: 53vw;
  }
}
/*==========================================================================
section#slider_area
========================================================================== */
section#slider_area {
  position: relative;
}
section#slider_area::before {
  content: "";
  background: url(../img/slider_himawari001.webp) center no-repeat;
  background-size: cover;
  width: 11.375vw;
  height: 13.90625vw;
  position: absolute;
  right: 1.7447916667vw;
  top: -2.8645833333vw;
}
section#slider_area .inner {
  padding: 5.2083333333vw 0;
}
section#slider_area .slider-box {
  padding-bottom: 2.3958333333vw;
  width: 100%;
}
section#slider_area .swiper-slide img {
  border-radius: 1.05vw;
}
section#slider_area .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: initial;
  left: initial;
  bottom: 0;
  right: 6.40625vw;
  z-index: 1;
  gap: 0.7291666667vw;
}
section#slider_area .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  width: 0.625vw;
  height: 0.625vw;
  min-width: 8px;
  min-height: 8px;
  opacity: 1;
  background: #E0E0E0;
}
section#slider_area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #939393;
}

@media screen and (max-width: 767px) {
  section#slider_area::before {
    width: 142px;
    height: 174px;
    position: absolute;
    right: -25px;
    top: -70px;
  }
  section#slider_area .inner {
    padding: 70px 0 50px;
  }
  section#slider_area .slider-box {
    padding-bottom: 20px;
    width: 100%;
  }
  section#slider_area .swiper-slide img {
    border-radius: 10px;
  }
  section#slider_area .swiper-pagination {
    width: 100%;
    bottom: 0;
    right: 20px;
    gap: 5px;
  }
  section#slider_area .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
/*==========================================================================
section#information_area
========================================================================== */
section#information_area .kai, section#information_area .contact {
  width: 50%;
  box-sizing: border-box;
  padding: 2.6041666667vw 0 3.125vw;
  position: relative;
}
section#information_area .kai::before, section#information_area .contact::before {
  content: "";
  background: url(../img/information_himawari001.webp) center no-repeat;
  background-size: cover;
  left: 2vw;
  top: 50%;
  transform: translateY(-50%);
  width: 15.3645833333vw;
  height: 13.4895833333vw;
  position: absolute;
  z-index: 1;
}
section#information_area .kai .in, section#information_area .contact .in {
  width: calc(100% - 13.59375vw);
  position: relative;
  z-index: 1;
}
section#information_area .kai .ttl-box, section#information_area .contact .ttl-box {
  margin: 0 auto;
  padding-bottom: 1vw;
  margin-bottom: 1.5625vw;
  position: relative;
}
section#information_area .kai .ttl-box::after, section#information_area .contact .ttl-box::after {
  content: "";
  width: 4.6875vw;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: #ffffff;
}
section#information_area .kai .ttl-box .txt-e, section#information_area .contact .ttl-box .txt-e {
  text-align: center;
}
section#information_area .kai .ttl-box .txt-h2, section#information_area .contact .ttl-box .txt-h2 {
  text-align: center;
}
section#information_area .kai .txt-p, section#information_area .contact .txt-p {
  margin: 0 auto;
  text-align: center;
  line-height: 2em;
}
section#information_area .kai .txt-a, section#information_area .contact .txt-a {
  width: 14.5833333333vw;
  margin: 0 auto;
  margin-top: 1.5625vw;
}
section#information_area .kai {
  background: #FED21D;
}
section#information_area .kai .in {
  margin-left: auto;
  padding-right: 3.6458333333vw;
}
section#information_area .kai .txt-a {
  background: #FF5900;
  color: #ffffff;
  border-color: #FF5900;
}
section#information_area .kai .txt-a:hover {
  background: #ffffff;
  color: #FF5900;
  border-color: #FED21D;
}
section#information_area .contact {
  background: #FF5900;
}
section#information_area .contact::before {
  content: "";
  background: url(../img/information_himawari002.webp) center no-repeat;
  background-size: cover;
  left: initial;
  right: 2vw;
}
section#information_area .contact .in {
  margin-left: 0;
  padding-left: 3.6458333333vw;
}
section#information_area .contact .ttl-box .txt-e {
  color: #ffffff;
}
section#information_area .contact .txt-a {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
section#information_area .contact .txt-a:hover {
  color: #FF5900;
  border-color: #FF5900;
}

@media screen and (max-width: 767px) {
  section#information_area .kai, section#information_area .contact {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0;
    position: relative;
  }
  section#information_area .kai::before, section#information_area .contact::before {
    left: -35px;
    top: -10px;
    transform: initial;
    width: 185px;
    height: 162px;
  }
  section#information_area .kai .in, section#information_area .contact .in {
    width: 92%;
    position: relative;
    z-index: 1;
  }
  section#information_area .kai .ttl-box, section#information_area .contact .ttl-box {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  section#information_area .kai .ttl-box::after, section#information_area .contact .ttl-box::after {
    width: 55px;
    height: 2px;
  }
  section#information_area .kai .ttl-box .txt-e, section#information_area .contact .ttl-box .txt-e {
    font-size: 14px;
    margin-bottom: 10px;
  }
  section#information_area .kai .ttl-box .txt-h2, section#information_area .contact .ttl-box .txt-h2 {
    font-size: 18px;
  }
  section#information_area .kai .ttl-box .txt-h2 span, section#information_area .contact .ttl-box .txt-h2 span {
    font-size: 27px;
  }
  section#information_area .kai .txt-p, section#information_area .contact .txt-p {
    font-size: 14px;
  }
  section#information_area .kai .txt-a, section#information_area .contact .txt-a {
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
  }
  section#information_area .kai .in {
    padding-right: 0;
    margin: 0 auto;
  }
  section#information_area .contact {
    padding-bottom: 100px;
  }
  section#information_area .contact::before {
    content: "";
    background: url(../img/information_himawari002.webp) center no-repeat;
    background-size: cover;
    left: initial;
    top: initial;
    right: -49px;
    bottom: -12px;
  }
  section#information_area .contact .in {
    margin-left: 0;
    padding-left: 0;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=top.css.map */