@charset "UTF-8";
/* Scss Document */
.js-fv-copy img {
  opacity: 0;
  transform: translateY(40px);
  will-change: transform, opacity; }

/*=============
slick
=============*/
.fv-slider {
  width: 100%;
  position: relative;
  z-index: -1; }

.fv-slider div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
  overflow: hidden; }
  @media (max-width: 999px) {
    .fv-slider div {
      height: 90vh; } }

.fv-slider div img {
  width: 100%; }

.fv-slider .slick-slide > div {
  transform: scale(1);
  transition: transform 5s linear; }

.fv-slider .slick-slide > div.add-animation {
  transform: scale(1.03); }

.fv-slider div.img01 {
  background-image: url("../../wp/wp-content/themes/daikoku_260115/img/fv01.jpg"); }
  @media (max-width: 999px) {
    .fv-slider div.img01 {
      background-image: url("../../wp/wp-content/themes/daikoku_260115/img/sp_fv01.jpg"); } }

.fv-slider div.img02 {
  background-image: url("../../wp/wp-content/themes/daikoku_260115/img/fv02.jpg"); }
  @media (max-width: 999px) {
    .fv-slider div.img02 {
      background-image: url("../../wp/wp-content/themes/daikoku_260115/img/sp_fv02.jpg"); } }

.fv-slider div.img03 {
  background-image: url("../../wp/wp-content/themes/daikoku_260115/img/fv03.jpg"); }
  @media (max-width: 999px) {
    .fv-slider div.img03 {
      background-image: url("../../wp/wp-content/themes/daikoku_260115/img/sp_fv03.jpg"); } }

.fv-slider div.img04 {
  background-image: url("../../wp/wp-content/themes/daikoku_260115/img/fv04.jpg"); }
  @media (max-width: 999px) {
    .fv-slider div.img04 {
      background-image: url("../../wp/wp-content/themes/daikoku_260115/img/sp_fv04.jpg"); } }

.fv-slider div.img05 {
  background-image: url("../../wp/wp-content/themes/daikoku_260115/img/fv05.jpg"); }
  @media (max-width: 999px) {
    .fv-slider div.img05 {
      background-image: url("../../wp/wp-content/themes/daikoku_260115/img/sp_fv05.jpg"); } }

.fv-slider div.img06 {
  background-image: url("../../wp/wp-content/themes/daikoku_260115/img/fv06.jpg"); }
  @media (max-width: 999px) {
    .fv-slider div.img06 {
      background-image: url("../../wp/wp-content/themes/daikoku_260115/img/sp_fv06.jpg"); } }

.fv-slider div.img07 {
  background-image: url("../../wp/wp-content/themes/daikoku_260115/img/fv07.jpg"); }
  @media (max-width: 999px) {
    .fv-slider div.img07 {
      background-image: url("../../wp/wp-content/themes/daikoku_260115/img/sp_fv07.jpg"); } }

/* 
---------------------------------------
メインビジュアル
---------------------------------------
*/
#kv {
  display: flex;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  position: relative; }
  @media (max-width: 999px) {
    #kv {
      height: 90vh; } }
  #kv .ttl img {
    position: absolute;
    width: 71rem;
    position: absolute;
    top: 33%;
    left: 6vw; }
    @media (max-width: 999px) {
      #kv .ttl img {
        width: 80%;
        top: 7rem;
        left: 6vw;
        max-width: 50rem; } }
  #kv .bnrBox {
    display: flex;
    position: absolute;
    width: 28rem;
    right: 6vw;
    bottom: 4rem;
    height: auto;
    height: 37rem;
    align-items: center;
    justify-content: center; }
    #kv .bnrBox:hover {
      opacity: 0.7; }
    @media (max-width: 999px) {
      #kv .bnrBox {
        width: 13rem;
        right: inherit;
        left: 2rem;
        bottom: 4rem;
        height: 17rem; } }
    #kv .bnrBox .bnr {
      position: absolute; }
    #kv .bnrBox .bnr.txt {
      top: 0rem;
      width: 80%;
      left: 0;
      right: 0;
      margin: 0 auto; }

/* 
---------------------------------------
home01
---------------------------------------
*/
#home01 {
  margin-top: -4.4%;
  position: relative;
  z-index: 2; }
  @media (max-width: 999px) {
    #home01 {
      margin-top: -5.9%; } }
  #home01 .bgbottom {
    position: absolute;
    bottom: -2px; }
  #home01 .home01_head_top {
    margin-bottom: -10vw; }
    @media (max-width: 999px) {
      #home01 .home01_head_top {
        margin-bottom: -40px; } }
  #home01 .bgColor {
    background: #FFCC26;
    padding-bottom: 18vw; }
  #home01 .bg {
    position: absolute;
    z-index: -1;
    top: 213px; }
    @media screen and (max-width: 999px) and (min-width: 394px) {
      #home01 .bg {
        top: auto;
        bottom: -228px; } }
    @media screen and (max-width: 393px) {
      #home01 .bg {
        top: auto;
        bottom: -178px; } }
  #home01 .swiper-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px; }
    @media (max-width: 999px) {
      #home01 .swiper-container {
        width: 88%; } }
  #home01 .swiper-slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: relative;
    display: block; }
  #home01 .swiper-slide-next, #home01 .swiper-slide-prev {
    opacity: 0.5; }
  #home01 .swiper-slide img {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: clamp(15px, 2.1428571429vw, 30px);
    aspect-ratio: 3 / 2; }
    @media (max-width: 999px) {
      #home01 .swiper-slide img {
        border-radius: clamp(10px, 1.4285714286vw, 20px); } }
  #home01 .className {
    font-size: 2rem;
    text-align: center;
    padding: 0.4rem 3rem;
    background: #fff;
    color: #0E7BDB;
    font-weight: bold;
    width: max-content;
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid #0E7BDB; }
    @media (max-width: 999px) {
      #home01 .className {
        font-size: 14px;
        padding: 0.2rem 2rem; } }
  #home01 .swiper-button-prev::after {
    background-color: #007bff;
    border: 4px solid #007bff;
    transition: all 0.3s; }
    @media (max-width: 999px) {
      #home01 .swiper-button-prev::after {
        padding: 8px; } }
  #home01 .swiper-button-next::after {
    background-color: #007bff;
    border: 4px solid #007bff;
    transition: all 0.3s; }
    @media (max-width: 999px) {
      #home01 .swiper-button-next::after {
        padding: 8px; } }
  #home01 .swiper-button-prev {
    left: 8%;
    right: auto;
    top: 48%; }
    @media (max-width: 999px) {
      #home01 .swiper-button-prev {
        left: -16px;
        top: 40%; } }
  #home01 .swiper-button-next {
    right: 8%;
    top: 48%; }
    @media (max-width: 999px) {
      #home01 .swiper-button-next {
        right: -16px;
        left: inherit;
        top: 40%; } }
  #home01 .swiper-button-next:hover::after, #home01 .swiper-button-prev:hover::after {
    color: #007bff;
    background-color: #fff;
    transition: all 0.6s; }
  #home01 .swiper-3d .swiper-wrapper {
    padding-bottom: 50px; }
  #home01 .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: #fff;
    opacity: 1; }
  @media (max-width: 999px) {
    #home01 .swiper-horizontal > .swiper-pagination-bullets, #home01 .swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: 20px; } }
  #home01 .waveBox {
    position: relative; }
  #home01 .ico {
    position: absolute;
    width: 9rem;
    height: auto; }
    @media (max-width: 999px) {
      #home01 .ico {
        width: 10%; } }
  #home01 .ico1 {
    bottom: -26rem;
    left: -22rem; }
    @media (max-width: 999px) {
      #home01 .ico1 {
        bottom: -16vw;
        left: -4%; } }
  #home01 .ico2 {
    width: 16rem;
    bottom: -24rem;
    left: 0rem; }
    @media (max-width: 999px) {
      #home01 .ico2 {
        bottom: -15vw;
        left: 9%;
        width: 17%; } }
  #home01 .ico3 {
    width: 7rem;
    bottom: -15rem;
    left: 32rem; }
    @media (max-width: 999px) {
      #home01 .ico3 {
        bottom: -10vw;
        left: 31%;
        width: 8.5%; } }
  #home01 .ico4 {
    bottom: -13rem;
    left: 60rem;
    width: 7rem; }
    @media (max-width: 999px) {
      #home01 .ico4 {
        bottom: -9vw;
        left: 47%;
        width: 9%; } }
  #home01 .ico5 {
    bottom: -16.5rem;
    left: 83rem;
    width: 10rem; }
    @media (max-width: 999px) {
      #home01 .ico5 {
        bottom: -12vw;
        left: 63%;
        width: 13%; } }
  #home01 .ico6 {
    bottom: -23rem;
    right: 4rem; }
    @media (max-width: 999px) {
      #home01 .ico6 {
        bottom: -14vw;
        left: 80%;
        right: inherit; } }
  #home01 .ico7 {
    bottom: -26rem;
    right: -20rem; }
    @media (max-width: 999px) {
      #home01 .ico7 {
        bottom: -16vw;
        left: 95%;
        right: inherit; } }

/* 
---------------------------------------
home02
---------------------------------------
*/
#home02 {
  position: relative;
  padding: 8rem 0 0;
  margin-top: -12rem;
  z-index: 2; }
  @media (max-width: 999px) {
    #home02 {
      margin-top: 0;
      padding: 2rem 0 0; } }
  #home02 .bg {
    position: absolute;
    bottom: 1vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 98%;
    max-width: 172rem;
    height: auto;
    z-index: -1; }
    @media (max-width: 999px) {
      #home02 .bg {
        display: none; } }
  #home02 .ttl {
    text-align: center;
    font-size: 4.8rem;
    color: #FC5603;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #home02 .ttl {
        font-size: 2.6rem; } }
  #home02 .ttl span {
    display: inline-block;
    padding: 0 .15em;
    background: linear-gradient(transparent 78%, #FFF12E 0); }
  #home02 .boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 1%;
    margin: -3vw auto 0;
    max-width: 120rem; }
    @media (max-width: 999px) {
      #home02 .boxs {
        flex-direction: column;
        margin: 1rem auto 2rem;
        gap: 1rem;
        max-width: 38rem; } }
  #home02 .box {
    position: relative;
    width: 32.5%;
    padding: 3rem 0 2vw 1.2vw;
    border: 0.6rem solid #FFD200;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    background: #fff;
    box-sizing: border-box; }
    @media (max-width: 999px) {
      #home02 .box {
        width: 100%;
        padding: 2rem 0 2rem 2rem;
        border-radius: clamp(25px, 3.5714285714vw, 50px) clamp(25px, 3.5714285714vw, 50px) clamp(0px, 0vw, 0px) clamp(25px, 3.5714285714vw, 50px);
        border: 0.3rem solid #FFD200; } }
  #home02 .sttl {
    font-size: 2.2rem;
    color: #FC5603;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.5;
    z-index: 1;
    position: relative; }
    @media (max-width: 999px) {
      #home02 .sttl {
        font-size: 1.8rem;
        margin-bottom: 0.4rem; } }
  #home02 .sttl strong {
    color: #FC5603;
    font-size: 3rem; }
    @media (max-width: 999px) {
      #home02 .sttl strong {
        font-size: 2.2rem; } }
  #home02 .txt {
    font-size: 1.8rem;
    font-weight: bold;
    margin-left: 2rem;
    z-index: 1;
    position: relative; }
    @media (max-width: 999px) {
      #home02 .txt {
        margin-left: 0; } }
  #home02 .ico {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    width: 12vw;
    max-width: 14rem;
    z-index: 0; }
    @media (max-width: 999px) {
      #home02 .ico {
        width: 10rem; } }
  #home02 .box:nth-child(1) {
    border-radius: clamp(25px, 3.5714285714vw, 50px) clamp(25px, 3.5714285714vw, 50px) clamp(0px, 0vw, 0px) clamp(25px, 3.5714285714vw, 50px); }
  @media (min-width: 1000px) {
    #home02 .box:nth-child(3) {
      border-radius: clamp(25px, 3.5714285714vw, 50px) clamp(25px, 3.5714285714vw, 50px) clamp(25px, 3.5714285714vw, 50px) clamp(0px, 0vw, 0px); } }
  @media (min-width: 1000px) {
    #home02 .box:nth-child(4) {
      border-radius: clamp(25px, 3.5714285714vw, 50px) clamp(0px, 0vw, 0px) clamp(25px, 3.5714285714vw, 50px) clamp(25px, 3.5714285714vw, 50px); } }
  @media (min-width: 1000px) {
    #home02 .box:nth-child(5) {
      border-radius: clamp(0px, 0vw, 0px) clamp(25px, 3.5714285714vw, 50px) clamp(25px, 3.5714285714vw, 50px) clamp(25px, 3.5714285714vw, 50px); } }
  #home02 .box:nth-child(2) {
    margin-top: -4rem;
    height: max-content; }
    @media (max-width: 999px) {
      #home02 .box:nth-child(2) {
        margin-top: 0; } }
  #home02 .box:nth-child(4),
  #home02 .box:nth-child(5) {
    width: 40%; }
    @media (max-width: 999px) {
      #home02 .box:nth-child(4),
      #home02 .box:nth-child(5) {
        width: 100%; } }
  #home02 .deco {
    position: absolute;
    z-index: -1; }
  #home02 .deco1 {
    width: 23rem;
    height: auto;
    top: 15rem;
    right: 0rem; }
    @media (max-width: 999px) {
      #home02 .deco1 {
        width: 23%;
        height: auto;
        top: 28vw;
        right: -5vw; } }
  #home02 .deco2 {
    width: 13rem;
    height: auto;
    bottom: 43rem;
    left: 5rem; }
    @media (max-width: 999px) {
      #home02 .deco2 {
        display: none; } }
  #home02 .deco3 {
    width: 18rem;
    height: auto;
    bottom: 41rem;
    right: 5rem; }
    @media (max-width: 999px) {
      #home02 .deco3 {
        width: 17%;
        height: auto;
        bottom: 5rem;
        right: 38%;
        z-index: 1; } }
  #home02 .deco4 {
    width: 12rem;
    height: auto;
    bottom: 25rem;
    right: 18rem; }
    @media (max-width: 999px) {
      #home02 .deco4 {
        width: 14%;
        height: auto;
        bottom: 9rem;
        right: 58%;
        z-index: 1; } }
  #home02 .deco5 {
    width: 5rem;
    height: auto;
    bottom: 34rem;
    left: 18rem; }
    @media (max-width: 999px) {
      #home02 .deco5 {
        display: none; } }
  #home02 .deco6 {
    width: 16rem;
    height: auto;
    bottom: -3rem;
    left: 9rem; }
    @media (max-width: 999px) {
      #home02 .deco6 {
        width: 18%;
        height: auto;
        bottom: 6rem;
        right: 77%;
        z-index: 1;
        left: inherit; } }
  #home02 .deco7 {
    width: 20rem;
    height: auto;
    bottom: -3rem;
    right: 8rem;
    z-index: 1; }
    @media (max-width: 999px) {
      #home02 .deco7 {
        width: 20%;
        height: auto;
        bottom: 5rem;
        right: 3%;
        z-index: 1; } }

/* 
---------------------------------------
home03
---------------------------------------
*/
#home03 {
  position: relative;
  background: rgba(255, 241, 46, 0.2);
  text-align: center;
  z-index: 0;
  margin-top: 10vw; }
  @media (max-width: 999px) {
    #home03 {
      margin-top: 4rem; } }
  #home03 .inner_L {
    position: relative;
    padding: 12rem 0 16rem; }
    @media (max-width: 999px) {
      #home03 .inner_L {
        padding: 6rem 0 8rem; } }
  #home03 .ico {
    position: absolute;
    height: auto;
    z-index: 0; }
  #home03 .ico1 {
    top: 5rem;
    left: 0;
    width: 43rem; }
    @media (max-width: 999px) {
      #home03 .ico1 {
        top: 30rem;
        left: -3rem;
        width: 21rem; } }
  #home03 .ico2 {
    right: 0;
    width: 38rem;
    top: 0; }
    @media (max-width: 999px) {
      #home03 .ico2 {
        right: -2rem;
        width: 19rem;
        top: 0;
        z-index: -1; } }
  #home03 .ico3 {
    width: 29rem;
    bottom: 0;
    right: 20rem; }
    @media (max-width: 999px) {
      #home03 .ico3 {
        width: 15rem;
        bottom: 0;
        right: 2rem; } }
  #home03 .ttl {
    position: absolute;
    padding: 1.2rem 3.6rem;
    font-size: 3.8rem;
    line-height: 1.5;
    color: #fff;
    background: #FC5603;
    border-radius: clamp(5px, 0.7142857143vw, 10px);
    margin-bottom: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin: -0auto 8rem;
    top: -3rem;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 999px) {
      #home03 .ttl {
        font-size: 2.4rem;
        padding: 1rem 2rem; } }
  #home03 .ttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.85rem;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 2.2rem solid transparent;
    border-right: 2.2rem solid transparent;
    border-top: 2.2rem solid #FC5603; }
    @media (max-width: 999px) {
      #home03 .ttl::after {
        bottom: -1.25rem; } }
  #home03 .txt {
    position: relative;
    z-index: 1;
    font-size: 2rem; }
    @media (max-width: 999px) {
      #home03 .txt {
        font-size: 1.4rem;
        text-align: left; } }
  @media (max-width: 999px) {
    #home03 .txt1 {
      font-weight: 400; } }
  @media (max-width: 999px) {
    #home03 .txt2 {
      font-weight: 900; } }
  #home03 .deco.wave {
    display: inline-block;
    margin: 0 auto 4rem; }
    @media (max-width: 999px) {
      #home03 .deco.wave {
        margin: 0 auto; } }
  @media (max-width: 999px) {
    #home03 .deco.wave.pcView {
      display: none; } }
  @media (min-width: 1000px) {
    #home03 .deco.wave.spView {
      display: none; } }
  #home03 .deco.wave .waveTxt {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    color: #FC5603;
    line-height: 1.4; }
  #home03 .deco.wave .waveImg {
    display: block;
    margin-top: 0.6rem;
    width: 100%;
    height: 0.6rem;
    background: url("../../wp/wp-content/themes/daikoku_260115/img/03_wave.png") repeat-x left center;
    background-size: auto 100%; }
    @media (max-width: 999px) {
      #home03 .deco.wave .waveImg {
        margin-top: 0.3rem; } }

/* 
---------------------------------------
home04
---------------------------------------
*/
#home04 {
  position: relative;
  background: #FFCC26;
  padding: 0 0 8rem; }
  @media (max-width: 999px) {
    #home04 {
      padding: 0 0 4rem; } }
  #home04 .bgDeco {
    background: url(../../wp/wp-content/themes/daikoku_260115/img/04_bg_deco.png) repeat-y top center;
    background-size: 95%;
    padding-top: 16rem; }
    @media (max-width: 999px) {
      #home04 .bgDeco {
        padding-top: 6rem; } }
  #home04 .ttl {
    font-size: 7rem;
    font-family: Josefin Sans, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 1; }
    @media (max-width: 999px) {
      #home04 .ttl {
        font-size: 40px; } }
    #home04 .ttl span {
      color: #87399F; }
  #home04 .ttlDeco {
    text-align: center;
    font-size: 1.6rem;
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 999px) {
      #home04 .ttlDeco {
        font-size: 14px; } }
  #home04 .txt {
    text-align: center; }
    @media (max-width: 999px) {
      #home04 .txt {
        text-align: left; } }
  #home04 .boxs1 {
    background: #fff;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    padding: 1.4rem 4vw 10rem;
    margin: 0 auto 4rem;
    position: relative; }
    @media (max-width: 999px) {
      #home04 .boxs1 {
        padding: 2rem 2rem 2rem;
        max-width: 38rem;
        margin-bottom: 2rem; } }
    #home04 .boxs1 .box {
      padding: 6rem 0;
      background: #FFF9E8;
      border-radius: clamp(25px, 3.5714285714vw, 50px); }
      @media (max-width: 999px) {
        #home04 .boxs1 .box {
          padding: 3rem 0; } }
    #home04 .boxs1 .sttlBox {
      text-align: center;
      position: relative;
      max-width: 75rem;
      margin: 0 auto 4rem; }
      @media (max-width: 999px) {
        #home04 .boxs1 .sttlBox {
          margin: 0 auto 2rem; } }
    #home04 .boxs1 .sttl {
      font-size: 3.2rem;
      line-height: 1.5; }
      @media (max-width: 999px) {
        #home04 .boxs1 .sttl {
          font-size: 1.8rem; } }
    #home04 .boxs1 .deco {
      position: absolute;
      top: 0; }
      @media (max-width: 999px) {
        #home04 .boxs1 .deco {
          width: 3rem;
          top: 4rem; } }
    #home04 .boxs1 .deco.left {
      left: 0; }
      @media (max-width: 999px) {
        #home04 .boxs1 .deco.left {
          left: 0.4rem; } }
    #home04 .boxs1 .deco.right {
      right: 0; }
      @media (max-width: 999px) {
        #home04 .boxs1 .deco.right {
          right: 0.4rem; } }
    #home04 .boxs1 .stxt {
      font-size: 1.6rem;
      text-align: center; }
      @media (max-width: 999px) {
        #home04 .boxs1 .stxt {
          font-size: 1.4rem; } }
    @media (max-width: 999px) {
      #home04 .boxs1 .stxt2 {
        width: 88%;
        margin: 0 auto;
        text-align: left; } }
    #home04 .boxs1 .ico1 {
      position: absolute;
      top: 50%;
      left: -8vw;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      width: 20rem; }
      @media (max-width: 999px) {
        #home04 .boxs1 .ico1 {
          display: none; } }
    #home04 .boxs1 .ico2 {
      position: absolute;
      right: -5rem;
      bottom: 5vw;
      width: 8rem; }
      @media (max-width: 999px) {
        #home04 .boxs1 .ico2 {
          right: -1rem;
          bottom: 80rem;
          width: 4rem; } }
  #home04 .pics {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 3rem; }
    @media (max-width: 999px) {
      #home04 .pics {
        flex-direction: column;
        width: 88%;
        margin: 0 auto;
        gap: 1rem;
        margin-bottom: 2rem; } }
    #home04 .pics .pic {
      width: 38rem;
      height: auto; }
  #home04 .boxs2 {
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    background: #FFF9E8;
    padding: 10rem 8vw 10rem;
    position: relative; }
    @media (max-width: 999px) {
      #home04 .boxs2 {
        padding: 4rem 2rem;
        max-width: 38rem;
        margin: 0 auto 3rem; } }
    #home04 .boxs2 .sttl {
      font-size: 3.8rem;
      text-align: center; }
      @media (max-width: 999px) {
        #home04 .boxs2 .sttl {
          font-size: 2.4rem;
          margin-bottom: 2rem; } }
  #home04 .cards {
    display: flex;
    gap: 3rem; }
    @media (max-width: 999px) {
      #home04 .cards {
        flex-direction: column;
        gap: 2rem; } }
  #home04 .dotto {
    position: absolute;
    width: 2.8rem;
    height: 2.8rem;
    background: #ff9800;
    border-radius: 50%; }
    @media (max-width: 999px) {
      #home04 .dotto {
        width: 1.5rem;
        height: 1.5rem; } }
  #home04 .dotto1 {
    top: 4rem;
    left: 4rem; }
  #home04 .dotto2 {
    top: 4rem;
    right: 4rem; }
  #home04 .dotto3 {
    bottom: 4rem;
    right: 4rem; }
  #home04 .dotto4 {
    bottom: 4rem;
    left: 4rem; }
  @media (max-width: 999px) {
    #home04 .dotto1 {
      top: 2rem;
      left: 2rem; }
    #home04 .dotto2 {
      top: 2rem;
      right: 2rem; }
    #home04 .dotto3 {
      bottom: 2rem;
      right: 2rem; }
    #home04 .dotto4 {
      bottom: 2rem;
      left: 2rem; } }
  #home04 .ssttl, #home04 .sstxt {
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #home04 .ssttl, #home04 .sstxt {
        font-size: 1.4rem; } }
  #home04 .wave {
    position: absolute; }
  #home04 .wave.top {
    top: -0.7vw; }
  #home04 .wave.bottom {
    bottom: 0; }
  #home04 .character {
    position: absolute;
    z-index: 3; }
  #home04 .character1 {
    left: 12%;
    width: 4.2%;
    top: -7.2rem; }
    @media (max-width: 999px) {
      #home04 .character1 {
        left: 4%;
        width: 8.6%;
        top: -37px; } }
  #home04 .character2 {
    width: 5.4%;
    top: -4rem;
    left: 21.96%; }
    @media (max-width: 999px) {
      #home04 .character2 {
        width: 11.2%;
        top: -19px;
        left: 19.16%; } }
  #home04 .character3 {
    width: 5.6%;
    right: 19.2%;
    top: -4.6rem; }
    @media (max-width: 999px) {
      #home04 .character3 {
        width: 11.2%;
        right: 19.2%;
        top: -16px; } }
  #home04 .character4 {
    width: 4.3%;
    right: 10%;
    top: -7.2rem; }
    @media (max-width: 999px) {
      #home04 .character4 {
        width: 9.1%;
        right: 3%;
        top: -37px; } }
  #home04 .btn {
    display: block;
    width: 44rem;
    margin: 0 auto 4rem;
    text-align: center;
    border-radius: clamp(12.5px, 1.7857142857vw, 25px);
    box-shadow: 4px 4px 0 0 #0e7bdb;
    transform: translateY(-4px);
    transition: 0.3s all; }
    @media screen and (max-width: 1470px) and (min-width: 1000px) {
      #home04 .btn {
        width: 37.3%; } }
    @media (max-width: 999px) {
      #home04 .btn {
        width: 90%;
        position: relative;
        z-index: 3;
        font-size: 16px;
        border-radius: clamp(10px, 1.4285714286vw, 20px);
        max-width: 375px;
        margin-bottom: 2rem; } }
  #home04 .btn:hover {
    box-shadow: 0 0 0 0 #005400;
    transform: translateY(-2px); }
  #home04 .btn p {
    background: #fff;
    border: 4px solid #0E7BDB;
    border-radius: clamp(10px, 1.4285714286vw, 20px);
    color: #0e7bdb;
    font-size: 2rem;
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    padding: 2rem;
    white-space: nowrap; }
    @media (max-width: 999px) {
      #home04 .btn p {
        font-size: 16px;
        border-radius: clamp(10px, 1.4285714286vw, 20px); } }
  #home04 .btn:hover p {
    background: #0e7bdb;
    color: #fff; }
  #home04 .slider {
    position: relative;
    z-index: 1; }

/* 
---------------------------------------
home05
---------------------------------------
*/
#home05 {
  background: #FFA100;
  position: relative;
  padding-top: 4rem; }
  @media (max-width: 999px) {
    #home05 {
      padding-top: 2rem; } }
  #home05 .bgDeco {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto; }
    @media (max-width: 999px) {
      #home05 .bgDeco {
        bottom: 1rem; } }
  #home05 .deco.wave {
    display: inline-block;
    margin: 0 auto 4rem; }
    @media (max-width: 999px) {
      #home05 .deco.wave {
        margin: 0 auto; } }
  #home05 .deco.wave .waveTxt {
    display: block;
    font-size: 3.2rem;
    color: #fff;
    line-height: 1.4; }
    @media (max-width: 999px) {
      #home05 .deco.wave .waveTxt {
        font-size: 2.2rem; } }
  #home05 .deco.wave .waveImg {
    display: block;
    margin-top: 0.6rem;
    width: 100%;
    height: 0.6rem;
    background: url("../../wp/wp-content/themes/daikoku_260115/img/05_wave.png") repeat-x left center;
    background-size: auto 100%; }
    @media (max-width: 999px) {
      #home05 .deco.wave .waveImg {
        margin-top: 0.3rem; } }
  @media (max-width: 999px) {
    #home05 .deco.wave.pcView {
      display: none; } }
  @media (min-width: 1000px) {
    #home05 .deco.wave.spView {
      display: none; } }
  #home05 .txtBox {
    text-align: center; }
  #home05 .txt {
    font-size: 2.6rem;
    color: #fff;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #home05 .txt {
        font-size: 2rem; } }
  #home05 .btn {
    display: block;
    width: 44rem;
    margin: 54px auto 4rem;
    text-align: center;
    border-radius: clamp(12.5px, 1.7857142857vw, 25px);
    box-shadow: 4px 4px 0 0 #0e7bdb;
    transform: translateY(-4px);
    transition: 0.3s all; }
    @media (max-width: 999px) {
      #home05 .btn {
        border-radius: clamp(10px, 1.4285714286vw, 20px);
        width: 90%;
        margin: 0 auto 4rem;
        max-width: 37.5rem; } }
  #home05 .ico1 {
    width: 26rem;
    height: auto;
    margin: 0 auto;
    display: flex; }
    @media (max-width: 999px) {
      #home05 .ico1 {
        width: 38vw;
        max-width: 22rem; } }
  #home05 .inner_M {
    position: relative; }
  #home05 .ico2 {
    position: absolute;
    top: 11rem;
    left: 0rem;
    width: 10%; }
    @media (max-width: 999px) {
      #home05 .ico2 {
        bottom: 20vw;
        top: inherit; } }
  #home05 .ico3 {
    position: absolute;
    bottom: 4rem;
    right: 23rem;
    width: 7%; }
    @media (max-width: 999px) {
      #home05 .ico3 {
        bottom: 3vw;
        right: 14vw; } }
  #home05 .ico4 {
    position: absolute;
    top: 6rem;
    right: 0rem;
    width: 13%; }
    @media (max-width: 999px) {
      #home05 .ico4 {
        bottom: 18vw;
        right: -4vw;
        width: 13%;
        top: inherit; } }
  #home05 .btn:hover {
    box-shadow: 0 0 0 0 #005400;
    transform: translateY(-2px); }
  #home05 .btn p {
    background: #fff;
    border: 4px solid #0E7BDB;
    border-radius: clamp(10px, 1.4285714286vw, 20px);
    color: #0e7bdb;
    font-size: 20px;
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    padding: 20px;
    white-space: nowrap; }
    @media (max-width: 999px) {
      #home05 .btn p {
        font-size: 16px;
        border-radius: clamp(10px, 1.4285714286vw, 20px); } }
  #home05 .btn:hover p {
    background: #0e7bdb;
    color: #fff; }

/* 
---------------------------------------
home06
---------------------------------------
*/
#home06 {
  position: relative;
  padding: 16rem 0;
  background: url(../../wp/wp-content/themes/daikoku_260115/img/06_bg.jpg);
  background-size: contain; }
  @media (max-width: 999px) {
    #home06 {
      padding: 6rem 0;
      width: 100%;
      max-width: none;
      background: url(../../wp/wp-content/themes/daikoku_260115/img/06_bg.jpg);
      background-size: cover; } }
  #home06 .ttlContainer {
    width: 90%;
    margin: 0 0 0 auto; }
    @media (max-width: 999px) {
      #home06 .ttlContainer {
        margin: 0 auto; } }
  #home06 .ttlBox {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    border-radius: 50%; }
    @media (max-width: 999px) {
      #home06 .ttlBox {
        flex-direction: column;
        margin-bottom: 9rem; } }
  #home06 .ttlBox .sttl {
    font-size: 70px;
    font-family: Josefin Sans, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-right: 27px; }
    @media (max-width: 999px) {
      #home06 .ttlBox .sttl {
        font-size: 40px;
        margin-right: 0px;
        line-height: 1; } }
    #home06 .ttlBox .sttl span {
      color: #2B9A33; }
  #home06 .ttlBox .ttlDeco {
    font-size: 16px;
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased; }
    @media (max-width: 999px) {
      #home06 .ttlBox .ttlDeco {
        font-size: 14px;
        margin-right: 0px; } }
  #home06 .btn2 {
    position: relative;
    z-index: 5;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    box-shadow: 6px 6px 0 0 #0E7BDB;
    transform: translateY(-4px);
    transition: 0.3s all; }
    @media (max-width: 999px) {
      #home06 .btn2 {
        margin: 0 auto;
        border-radius: clamp(12.5px, 1.7857142857vw, 25px);
        width: 90%;
        max-width: 375px; } }
  #home06 .btn2:hover {
    box-shadow: 0 0 0 0 #0E7BDB;
    transform: translateY(-2px); }
  #home06 .btn2 .outer {
    position: relative;
    background: #fff;
    border: 4px solid #0E7BDB;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    color: #0e7bdb;
    overflow: hidden; }
    @media (max-width: 999px) {
      #home06 .btn2 .outer {
        border-radius: clamp(10px, 1.4285714286vw, 20px); } }
  #home06 .btn2 .circle {
    background-color: #0E7BDB;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px; }
    @media screen and (max-width: 1300px) and (min-width: 1000px) {
      #home06 .btn2 .circle {
        width: 60px;
        height: 60px;
        margin-left: 20px; } }
    @media (max-width: 999px) {
      #home06 .btn2 .circle {
        width: 35px;
        height: 35px;
        margin-left: 10px; } }
  #home06 .btn2 .circle i {
    font-size: 20px;
    color: #fff; }
    @media (max-width: 999px) {
      #home06 .btn2 .circle i {
        font-size: 10px; } }
  #home06 .btn2 .outer img {
    display: block; }
  #home06 .btn2 .txtBox {
    position: absolute;
    z-index: 6;
    right: 9%;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateX(-50%); }
    @media screen and (max-width: 1300px) and (min-width: 1000px) {
      #home06 .btn2 .txtBox {
        right: 5%; } }
    @media (max-width: 999px) {
      #home06 .btn2 .txtBox {
        width: 100%;
        top: 77%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translateX(-50%, -50%); } }
  #home06 .btn2 .txtBox .TrialTxt1 {
    font-size: 48px;
    margin-bottom: 10px;
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 1300px) and (min-width: 1000px) {
      #home06 .btn2 .txtBox .TrialTxt1 {
        font-size: 44px;
        margin-bottom: 10px; } }
    @media (max-width: 999px) {
      #home06 .btn2 .txtBox .TrialTxt1 {
        font-size: 32px;
        margin-bottom: 10px; } }
  #home06 .btn2 .txtBox .TrialTxt1 span {
    color: #2B9A33; }
  #home06 .btn2 .txtBox .TrialTxt2 {
    display: flex;
    justify-content: center;
    align-items: center; }
  #home06 .btn2 .txtBox .TrialTxt2 p {
    font-size: 20px;
    color: #0E7BDB;
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 1300px) and (min-width: 1000px) {
      #home06 .btn2 .txtBox .TrialTxt2 p {
        font-size: 16px; } }
    @media (max-width: 999px) {
      #home06 .btn2 .txtBox .TrialTxt2 p {
        font-size: 16px; } }
  #home06 .btn2 .txtBox .TrialTxt3 {
    font-family: Noto Sans JP, sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 16px; }
    @media (max-width: 999px) {
      #home06 .btn2 .txtBox .TrialTxt3 {
        font-size: 12px;
        margin-bottom: 10px; } }

#home06 .swiper {
  width: 90%;
  margin: 0 0 8rem auto;
  overflow: hidden; }
  @media (max-width: 999px) {
    #home06 .swiper {
      margin: 0  0 4rem auto; } }
#home06 .swiper-button-next,
#home06 .swiper-button-prev {
  top: 48px;
  z-index: 6; }
  @media (max-width: 999px) {
    #home06 .swiper-button-next,
    #home06 .swiper-button-prev {
      top: 11rem; } }
#home06 .swiper-button-next {
  right: 54.8%; }
  @media screen and (max-width: 1550px) and (min-width: 1251px) {
    #home06 .swiper-button-next {
      right: 51.8%; } }
  @media screen and (max-width: 1250px) and (min-width: 1100px) {
    #home06 .swiper-button-next {
      right: 51.8%; } }
  @media screen and (max-width: 1099px) and (min-width: 1000px) {
    #home06 .swiper-button-next {
      right: 51.8%; } }
  @media screen and (max-width: 1000px) and (min-width: 843px) {
    #home06 .swiper-button-next {
      left: 14%; } }
  @media screen and (max-width: 842px) and (min-width: 500px) {
    #home06 .swiper-button-next {
      left: 18%; } }
  @media screen and (max-width: 499px) {
    #home06 .swiper-button-next {
      right: auto;
      left: 26%; } }
#home06 .swiper-button-prev {
  left: auto;
  right: 60%; }
  @media (max-width: 999px) {
    #home06 .swiper-button-prev {
      right: auto;
      left: 7%; } }
#home06 .swiper-button-next::after {
  font-family: FontAwesome;
  content: "\f061";
  background-color: #FFA100;
  color: #fff;
  border: 4px solid #FFA100;
  font-size: 20px;
  border-radius: 50%;
  padding: 23px; }
  @media (max-width: 999px) {
    #home06 .swiper-button-next::after {
      font-size: 14px;
      padding: 18px; } }
#home06 .swiper-button-next:hover::after,
#home06 .swiper-button-prev:hover::after {
  background-color: #fff;
  color: #FFA100; }
#home06 .swiper-button-prev::after {
  font-family: FontAwesome;
  content: "\f060";
  color: #fff;
  background-color: #FFA100;
  border: 4px solid #FFA100;
  font-size: 20px;
  border-radius: 50%;
  padding: 23px; }
  @media (max-width: 999px) {
    #home06 .swiper-button-prev::after {
      font-size: 14px;
      padding: 18px; } }
#home06 .swiper-slide {
  border: 0.6rem solid #ffe592;
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  margin-right: 32px;
  padding: 1rem;
  background: #fff; }
  @media (max-width: 999px) {
    #home06 .swiper-slide {
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      border: 0.3rem solid #ffe592; } }
#home06 .swiper .picBox {
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem; }
#home06 .swiper .picBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all; }
#home06 .swiper .picBox::before {
  content: "";
  display: block;
  padding-top: 66.67%; }
#home06 .swiper .picBox img:hover {
  transform: scale(1.07, 1.07);
  transition: 0.5s all; }
#home06 .swiper .txtBox .date {
  font-size: 12px;
  margin-bottom: 4px; }
#home06 .swiper .txtBox .blogTtl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 0.4rem;
  border-bottom: #D6D6D6 1px solid;
  padding-bottom: 0.4rem; }
  @media (max-width: 999px) {
    #home06 .swiper .txtBox .blogTtl {
      font-size: 14px; } }
@media (min-width: 1000px) {
  #home06 .swiper .txtBox .blogTtl:hover {
    opacity: 0.7; } }
#home06 .swiper .txtBox .txt {
  font-size: 1.4rem;
  color: rgba(51, 51, 51, 0.5); }
  @media (max-width: 999px) {
    #home06 .swiper .txtBox .txt {
      font-size: 12px;
      padding-bottom: 0; } }
#home06 .swiper .txtBox .txt a {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
  @media (max-width: 999px) {
    #home06 .swiper .txtBox .txt a {
      -webkit-line-clamp: 1; } }
#home06 .swiper .txtBox .txt p img {
  display: none; }
#home06 .swiper .school {
  font-size: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding-top: 8px;
  color: #999999; }
  @media (max-width: 999px) {
    #home06 .swiper .school {
      padding-top: 11.5px; } }

/* 
---------------------------------------
home07
---------------------------------------
*/
#home07 {
  position: relative;
  margin-top: 16rem; }
  @media (max-width: 999px) {
    #home07 {
      margin-top: 60px; } }

#home07 .ttlContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 0 0 auto; }
  @media (max-width: 999px) {
    #home07 .ttlContainer {
      flex-direction: column;
      margin-bottom: 22px;
      width: 100%; } }

#home07 .swiper {
  width: 90%;
  margin: 0 0 0 auto;
  overflow: hidden; }
  @media (max-width: 999px) {
    #home07 .swiper {
      width: 95%;
      margin: 0 auto; } }

.swiper-button-next,
.swiper-button-prev {
  top: 48px;
  z-index: 6; }
  @media (max-width: 999px) {
    .swiper-button-next,
    .swiper-button-prev {
      top: 124px; } }

.swiper-button-next {
  right: 54.8%; }
  @media screen and (max-width: 1550px) and (min-width: 1251px) {
    .swiper-button-next {
      right: 53.8%; } }
  @media screen and (max-width: 1250px) and (min-width: 1100px) {
    .swiper-button-next {
      right: 52.8%; } }
  @media screen and (max-width: 1099px) and (min-width: 1000px) {
    .swiper-button-next {
      right: 51.8%; } }
  @media screen and (max-width: 1000px) and (min-width: 843px) {
    .swiper-button-next {
      left: 14%; } }
  @media screen and (max-width: 842px) and (min-width: 500px) {
    .swiper-button-next {
      left: 18%; } }
  @media screen and (max-width: 499px) {
    .swiper-button-next {
      right: auto;
      left: 24%; } }

.swiper-button-prev {
  left: auto;
  right: 60%; }
  @media (max-width: 999px) {
    .swiper-button-prev {
      right: auto;
      left: 7%; } }

.swiper-button-next::after {
  font-family: FontAwesome;
  content: "\f061";
  background-color: #FFA100;
  color: #fff;
  border: 4px solid #FFA100;
  font-size: 20px;
  border-radius: 50%;
  padding: 23px; }
  @media (max-width: 999px) {
    .swiper-button-next::after {
      font-size: 14px;
      padding: 18px; } }

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  background-color: #fff;
  color: #FFA100; }

.swiper-button-prev::after {
  font-family: FontAwesome;
  content: "\f060";
  color: #fff;
  background-color: #FFA100;
  border: 4px solid #FFA100;
  font-size: 20px;
  border-radius: 50%;
  padding: 23px; }
  @media (max-width: 999px) {
    .swiper-button-prev::after {
      font-size: 14px;
      padding: 18px; } }

#home07 .ttlBox {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  border-radius: 50%; }
  @media (max-width: 999px) {
    #home07 .ttlBox {
      flex-direction: column;
      margin-bottom: 30px; } }

#home07 .ttlBox .sttl {
  font-size: 70px;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 27px; }
  @media (max-width: 999px) {
    #home07 .ttlBox .sttl {
      font-size: 40px;
      margin-right: 0px;
      line-height: 1; } }
  #home07 .ttlBox .sttl span {
    color: #87399F; }

#home07 .ttlBox .ttlDeco {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #home07 .ttlBox .ttlDeco {
      font-size: 14px;
      margin-right: 0px; } }

#home07 .swiper .picBox {
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  overflow: hidden;
  position: relative; }

#home07 .swiper .picBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all; }

#home07 .swiper .picBox::before {
  content: "";
  display: block;
  padding-top: 66.67%; }

#home07 .swiper .picBox img:hover {
  transform: scale(1.07, 1.07);
  transition: 0.5s all; }

#home07 .swiper .txtBox {
  margin-top: 12px;
  border-bottom: #D6D6D6 1px solid; }

#home07 .swiper .txtBox .date {
  font-size: 12px;
  margin-bottom: 4px; }

#home07 .swiper .txtBox .blogTtl {
  font-size: 14px;
  line-height: 1.5;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 4px; }

@media (min-width: 1000px) {
  #home07 .swiper .txtBox .blogTtl:hover {
    opacity: 0.7; } }

#home07 .swiper .txtBox .txt {
  font-size: 13px;
  padding-bottom: 8px; }
  @media (max-width: 999px) {
    #home07 .swiper .txtBox .txt {
      font-size: 12px; } }

#home07 .swiper .txtBox .txt a {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
  @media (max-width: 999px) {
    #home07 .swiper .txtBox .txt a {
      -webkit-line-clamp: 1; } }

#home07 .swiper .txtBox .txt p img {
  display: none; }

#home07 .swiper .school {
  font-size: 12px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding-top: 8px;
  color: #999999; }
  @media (max-width: 999px) {
    #home07 .swiper .school {
      padding-top: 11.5px; } }

#home07 .btn3 {
  display: block;
  background: #F2F3F4;
  width: fit-content;
  border-radius: 999px;
  padding: 1.1% 4.5% 1.1% 3%;
  display: flex;
  align-items: center;
  margin-right: 10%; }
  @media (max-width: 999px) {
    #home07 .btn3 {
      padding: 3.1% 8.5%;
      margin: 0 0 0 auto; } }

#home07 .btn3:hover {
  background: #333333;
  color: #fff; }

#home07 .btn3 .double {
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  width: 14px;
  height: 6px;
  margin-right: 6px; }

#home07 .btn3:hover .double {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }

#home07 .btn3 p {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px; }

#home07 .btn2 {
  position: relative;
  display: block;
  margin: 60px auto 16rem;
  text-align: center;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  box-shadow: 6px 6px 0 0 #FFA100;
  transform: translateY(-4px);
  transition: 0.3s all; }
  @media (max-width: 999px) {
    #home07 .btn2 {
      margin: 20px auto 60px;
      border-radius: clamp(12.5px, 1.7857142857vw, 25px); } }

#home07 .btn2:hover {
  box-shadow: 0 0 0 0 #FFA100;
  transform: translateY(-2px); }

#home07 .btn2 .outer {
  position: relative;
  background: #fff;
  border: 4px solid #FFA100;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  color: #0e7bdb;
  font-size: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap; }
  @media (max-width: 999px) {
    #home07 .btn2 .outer {
      border-radius: clamp(10px, 1.4285714286vw, 20px); } }

#home07 .btn2 .circle {
  position: absolute;
  background-color: #FFA100;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 4.2%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media (max-width: 999px) {
    #home07 .btn2 .circle {
      width: 35px;
      height: 35px; } }

#home07 .btn2 .circle i {
  font-size: 20px; }
  @media (max-width: 999px) {
    #home07 .btn2 .circle i {
      font-size: 10px; } }

#home07 .btn2 .outer img {
  display: block; }

#home07 .btn2 .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

#home07 .btn2 .txtBox .qanda {
  display: flex;
  align-items: center; }
  @media (max-width: 999px) {
    #home07 .btn2 .txtBox .qanda {
      flex-direction: column; } }

#home07 .btn2 .txtBox .qanda .en {
  font-size: 70px;
  margin-right: 12%;
  white-space: nowrap;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #home07 .btn2 .txtBox .qanda .en {
      font-size: 40px;
      margin-right: 0;
      margin-bottom: 10px; } }
  #home07 .btn2 .txtBox .qanda .en span {
    font-size: 50px; }
    @media (max-width: 999px) {
      #home07 .btn2 .txtBox .qanda .en span {
        font-size: 30px; } }

#home07 .btn2 .txtBox .qanda .jp {
  font-size: 16px;
  white-space: nowrap;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 1000px) {
    #home07 .btn2 .txtBox .qanda .jp {
      margin-bottom: 10px; } }
  @media (max-width: 999px) {
    #home07 .btn2 .txtBox .qanda .jp {
      font-size: 14px; } }

/* 
---------------------------------------
home08
---------------------------------------
*/
#home08 {
  margin-top: 6rem;
  position: relative;
  z-index: 1; }
  @media (max-width: 999px) {
    #home08 {
      margin-top: 4rem; } }
  #home08 .decoIco {
    width: 7rem;
    height: auto;
    margin: 0 auto 2rem;
    display: block; }
    @media (max-width: 999px) {
      #home08 .decoIco {
        width: 4rem;
        margin-bottom: 0; } }
  #home08 .decoTxt {
    font-size: 4.8rem;
    text-align: center; }
    @media (max-width: 999px) {
      #home08 .decoTxt {
        font-size: 2.6rem; } }

#home08 .boxs {
  display: flex; }
  @media (max-width: 999px) {
    #home08 .boxs {
      flex-direction: column; } }

#home08 .boxs .leftBox {
  width: 29%; }
  @media (max-width: 999px) {
    #home08 .boxs .leftBox {
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }

#home08 .boxs .rightBox {
  width: 71%; }
  @media (max-width: 999px) {
    #home08 .boxs .rightBox {
      width: 100%; } }

#home08 .ttlBox {
  position: relative;
  z-index: 2;
  margin-bottom: 42px; }
  @media (max-width: 999px) {
    #home08 .ttlBox {
      margin-bottom: 32px; } }

#home08 .ttlBox .sttl {
  font-size: 70px;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1; }
  @media (max-width: 999px) {
    #home08 .ttlBox .sttl {
      font-size: 40px; } }
  #home08 .ttlBox .sttl span {
    color: #2B9A33; }

#home08 .ttlBox .ttlDeco {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #home08 .ttlBox .ttlDeco {
      font-size: 14px;
      margin-right: 0px; } }

#home08 .btn3 {
  display: block;
  background: #F2F3F4;
  width: fit-content;
  border-radius: 999px;
  padding: 4% 11%;
  display: flex;
  align-items: center; }
  @media (max-width: 999px) {
    #home08 .btn3 {
      padding: 4.2% 6.5%; } }

#home08 .btn3:hover {
  background: #333333;
  color: #fff; }

#home08 .btn3:hover .double {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }

#home08 .btn3 .double {
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  width: 14px;
  height: 6px;
  margin-right: 6px; }

#home08 .btn3 p {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px; }
  @media (max-width: 999px) {
    #home08 .btn3 p {
      font-size: 14px; } }

#home08 .boxs .rightBox a {
  display: block; }

#home08 .boxs .rightBox li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #F2F3F4 2px solid; }
  @media (max-width: 999px) {
    #home08 .boxs .rightBox li {
      margin-bottom: 10px;
      padding-bottom: 10px; } }

#home08 .boxs .rightBox li:last-child {
  margin-bottom: 23px; }
  @media (max-width: 999px) {
    #home08 .boxs .rightBox li:last-child {
      margin-bottom: 0; } }

#home08 .boxs .rightBox li a .date {
  font-size: 16px; }
  @media (max-width: 999px) {
    #home08 .boxs .rightBox li a .date {
      font-size: 12px;
      font-weight: 900;
      color: #666; } }

#home08 .boxs .rightBox li a .b_ttl {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  width: 100%; }
  @media (max-width: 999px) {
    #home08 .boxs .rightBox li a .b_ttl {
      font-size: 14px;
      line-height: 1.5; } }

@media (min-width: 1000px) {
  #home08 .boxs .rightBox li a:hover .b_ttl {
    opacity: 0.7; } }

#home08 .bnrs {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem; }
  @media (max-width: 999px) {
    #home08 .bnrs {
      display: flex;
      flex-direction: column;
      gap: 1rem; } }
  #home08 .bnrs.left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 48rem; }
    @media (max-width: 999px) {
      #home08 .bnrs.left {
        gap: 1rem;
        width: 100%; } }
  #home08 .bnrs.right {
    display: block; }
#home08 .bnr a {
  display: block;
  border-radius: 2rem;
  overflow: hidden;
  transition: opacity 0.2s ease; }
#home08 .bnr a:hover {
  opacity: 0.7; }
#home08 .bnr img {
  width: 100%;
  height: auto;
  display: block; }
#home08 .bnr.large {
  height: 100%; }
  #home08 .bnr.large img {
    height: 100%;
    object-fit: cover; }

/* 
---------------------------------------
under_school02
---------------------------------------
*/
#under_school02 {
  margin-top: 243px;
  padding-bottom: 200px;
  background: #FFA100;
  position: relative; }
  @media (max-width: 999px) {
    #under_school02 {
      margin-top: 80px;
      padding-top: 28px;
      padding-bottom: 90px; } }

#under_school02 .bg {
  position: absolute; }

#under_school02 .bg1 {
  top: -80px; }
  @media (max-width: 999px) {
    #under_school02 .bg1 {
      top: -15px;
      width: 100%; } }

#under_school02 .bg2 {
  bottom: -68px; }
  @media (max-width: 999px) {
    #under_school02 .bg2 {
      bottom: -8px; } }

#under_school02 .ttlBox {
  text-align: center;
  margin-bottom: 66px; }
  @media (max-width: 999px) {
    #under_school02 .ttlBox {
      margin-bottom: 49px; } }

#under_school02 .ttlBox img {
  width: 8.6%;
  margin-bottom: 21px; }
  @media (max-width: 999px) {
    #under_school02 .ttlBox img {
      margin-bottom: 11.9px;
      width: 23.1%; } }

#under_school02 .ttlBox h3 {
  font-size: 48px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  margin-bottom: 20px; }
  @media (max-width: 999px) {
    #under_school02 .ttlBox h3 {
      font-size: 24px; } }

#under_school02 .divide {
  display: flex;
  justify-content: flex-start;
  background: #fff;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  padding: 23px 4.2%;
  margin-bottom: 42px;
  flex-wrap: wrap; }
  @media (max-width: 999px) {
    #under_school02 .divide {
      flex-wrap: wrap;
      margin-bottom: 20px;
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      padding: 15px 3%;
      justify-content: flex-start; } }

#under_school02 .divide .devide_child {
  display: flex;
  align-items: center;
  width: 20%;
  margin-bottom: 8px; }
  @media (max-width: 999px) {
    #under_school02 .divide .devide_child {
      width: 50%;
      margin-bottom: 0; } }

#under_school02 .divide .devide_child:nth-child(n+6) {
  margin-bottom: 0; }

#under_school02 .divide .devide_grandson {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-right: 5px; }
  @media (max-width: 999px) {
    #under_school02 .divide .devide_grandson {
      width: 10px;
      height: 10px;
      margin-right: 2px; } }

#under_school02 .divide .devide_grandson.blue {
  background: #547DCE; }

#under_school02 .divide .devide_grandson.green {
  background: #0BAE55; }

#under_school02 .divide .devide_grandson.red {
  background: #DB3F3F; }

#under_school02 .divide .devide_grandson.orange {
  background: #F19000; }

#under_school02 .divide .devide_grandson.yellow {
  background: #FFB747; }

#under_school02 .divide .devide_grandson.gray {
  background: #59BFB3; }

#under_school02 .divide .devide_grandson.pink {
  background: #dbadff; }

#under_school02 .divide p {
  font-size: 14px; }
  @media (max-width: 999px) {
    #under_school02 .divide p {
      font-size: 12px; } }

#under_school02 .schedule_txt {
  color: #fff;
  font-size: 16px;
  text-align: center; }
  @media (max-width: 999px) {
    #under_school02 .schedule_txt {
      font-size: 16px; } }

#under_school02 .btn {
  display: block;
  width: 26.6%;
  margin: 0 auto;
  text-align: center;
  border-radius: clamp(12.5px, 1.7857142857vw, 25px);
  box-shadow: 4px 4px 0 0 #0e7bdb;
  transform: translateY(-4px);
  transition: 0.3s all;
  margin-top: 27px; }
  @media screen and (max-width: 1470px) and (min-width: 1000px) {
    #under_school02 .btn {
      width: 37.3%; } }
  @media (max-width: 999px) {
    #under_school02 .btn {
      width: 90%;
      position: relative;
      z-index: 3;
      font-size: 16px;
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      max-width: 375px; } }

#under_school02 .btn:hover {
  box-shadow: 0 0 0 0 #005400;
  transform: translateY(-2px); }

#under_school02 .btn p {
  background: #fff;
  border: 4px solid #0E7BDB;
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  color: #0e7bdb;
  font-size: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  padding: 20px;
  white-space: nowrap; }
  @media (max-width: 999px) {
    #under_school02 .btn p {
      border-radius: clamp(10px, 1.4285714286vw, 20px); } }

#under_school02 .btn:hover p {
  background: #0e7bdb;
  color: #fff; }

#under_school02 .GoogleCalendar {
  margin-top: 40px;
  width: 90%;
  height: 100%; }
  @media (max-width: 999px) {
    #under_school02 .GoogleCalendar {
      width: 90%; } }

#under_school02 .GoogleCalendar iframe {
  height: 862px;
  width: 100%; }
  @media (max-width: 999px) {
    #under_school02 .GoogleCalendar iframe {
      height: 340px; } }

/* 
---------------------------------------
EVENT
---------------------------------------
*/
#event {
  margin-top: 0;
  padding-bottom: 8vw;
  background: #FFA100;
  position: relative;
  padding-top: 12rem; }
  @media (max-width: 999px) {
    #event {
      margin-top: 0;
      padding-top: 60px;
      padding-bottom: 80px; } }
  #event .ico {
    position: absolute;
    z-index: 3; }
  #event .ico1 {
    left: 12%;
    width: 4.2%;
    bottom: -3.2rem; }
    @media (max-width: 999px) {
      #event .ico1 {
        left: 4%;
        width: 8.6%;
        bottom: -37px; } }
  #event .ico2 {
    width: 5.4%;
    bottom: 0rem;
    left: 21.96%; }
    @media (max-width: 999px) {
      #event .ico2 {
        width: 11.2%;
        bottom: -19px;
        left: 19.16%; } }
  #event .ico3 {
    width: 5.6%;
    right: 19.2%;
    bottom: -0.6rem; }
    @media (max-width: 999px) {
      #event .ico3 {
        width: 11.2%;
        right: 19.2%;
        bottom: -16px; } }
  #event .ico4 {
    width: 4.3%;
    right: 10%;
    bottom: -3.2rem; }
    @media (max-width: 999px) {
      #event .ico4 {
        width: 9.1%;
        right: 3%;
        bottom: -37px; } }

#event .bg {
  position: absolute; }

#event .bg1 {
  top: -60px; }
  @media (max-width: 999px) {
    #event .bg1 {
      top: -15px;
      width: 100%; } }

#event .bg2 {
  bottom: -6rem; }
  @media (max-width: 999px) {
    #event .bg2 {
      bottom: -8px; } }

#event .ttlContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 0 40px auto; }
  @media (max-width: 999px) {
    #event .ttlContainer {
      flex-direction: column;
      margin-bottom: 22px;
      width: 100%; } }

#event .swiper {
  width: 90%;
  margin: 0 0 0 auto;
  overflow: hidden; }
  @media (max-width: 999px) {
    #event .swiper {
      width: 95%;
      margin: 0 0 0 auto; } }

#event .swiper-button {
  position: absolute;
  right: 50%;
  top: 14.6rem; }
  @media (max-width: 999px) {
    #event .swiper-button {
      position: absolute;
      right: auto;
      top: 160px;
      left: 60px; } }

#event .swiper-button-next,
#event .swiper-button-prev {
  top: 0; }
  @media (max-width: 999px) {
    #event .swiper-button-next,
    #event .swiper-button-prev {
      top: 24px; } }

#event .swiper-button-next {
  left: 50px;
  right: auto; }
  @media (max-width: 999px) {
    #event .swiper-button-next {
      left: 30px; } }

#event .swiper-button-prev {
  left: auto;
  right: 0px; }

#event .swiper-button-next::after,
#event .swiper-button-prev::after {
  background-color: #fff;
  color: #FFA100;
  transition: all 0.6s; }

#event .swiper-button-next:hover::after,
#event .swiper-button-prev:hover::after {
  background-color: #FFA100;
  color: #fff;
  border: 4px solid #fff;
  transition: all 0.6s; }

#event .ttlBox {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  border-radius: 50%;
  line-height: 1; }
  @media (max-width: 999px) {
    #event .ttlBox {
      flex-direction: column;
      margin-bottom: 42px; } }

#event .ttlBox .sttl {
  font-size: 70px;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 27px; }
  @media (max-width: 999px) {
    #event .ttlBox .sttl {
      font-size: 40px;
      margin-right: 0px;
      line-height: 1; } }
  #event .ttlBox .sttl span {
    color: #FFF12E; }

#event .ttlBox .ttlDeco {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #event .ttlBox .ttlDeco {
      font-size: 14px;
      margin-right: 0px; } }

#event .swiper .picBox {
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  overflow: hidden;
  aspect-ratio: 210/298; }
  @media (max-width: 999px) {
    #event .swiper .picBox {
      border-radius: clamp(5px, 0.7142857143vw, 10px); } }

#event .swiper .picBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all; }

#event .swiper .picBox img:hover {
  transform: scale(1.07, 1.07);
  transition: 0.5s all; }

#event .swiper .txtBox {
  margin-top: 12px; }

#event .swiper .txtBox .date {
  font-size: 12px;
  border: 1px solid;
  width: max-content;
  padding: 2px 20px;
  border-radius: 999px;
  color: #0E7BDB;
  font-weight: bold; }

#event .swiper .txtBox .date.end {
  background: #EAEAEA;
  color: #333;
  border: none;
  font-weight: bold; }

#event .swiper .tagBox {
  display: flex;
  align-items: center;
  margin-bottom: 8px; }

#event .swiper .tagBox .event-tags li {
  font-size: clamp(13px, 1vw, 16px);
  color: #666;
  margin-left: 10px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

#event .swiper .txtBox .blogTtl {
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

#event .swiper dl {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0; }

#event .swiper dt {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  width: 30%;
  margin-right: 5%; }

#event .swiper dd {
  font-size: 14px;
  width: 65%; }

@media (min-width: 1000px) {
  #event .swiper .txtBox .blogTtl:hover {
    opacity: 0.7; } }

#event .swiper .txtBox .txt {
  font-size: 13px;
  padding-bottom: 8px; }
  @media (max-width: 999px) {
    #event .swiper .txtBox .txt {
      font-size: 12px; } }

#event .swiper .txtBox .txt a {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
  @media (max-width: 999px) {
    #event .swiper .txtBox .txt a {
      -webkit-line-clamp: 1; } }

#event .swiper .txtBox .txt p img {
  display: none; }

#event .swiper-slide {
  background: #fff;
  padding: 24px;
  border-radius: clamp(15px, 2.1428571429vw, 30px); }
  @media (max-width: 999px) {
    #event .swiper-slide {
      border-radius: clamp(10px, 1.4285714286vw, 20px);
      padding: 12px; } }

#event .btn3 {
  display: block;
  background: #F2F3F4;
  width: fit-content;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  padding: 1.1% 4.5% 1.1% 3%;
  display: flex;
  align-items: center;
  margin-right: 10%; }
  @media (max-width: 999px) {
    #event .btn3 {
      border-radius: clamp(25px, 3.5714285714vw, 50px);
      padding: 3.1% 8.5%;
      margin: 0 3% 0 auto; } }

#event .btn3:hover {
  background: #333333;
  color: #fff; }

#event .btn3 .double {
  border-top: 2px solid #333333;
  border-bottom: 2px solid #333333;
  width: 14px;
  height: 6px;
  margin-right: 6px; }

#event .btn3:hover .double {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff; }

#event .btn3 p {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px; }

#event .btn2 {
  position: relative;
  display: block;
  margin: 141px auto 0;
  text-align: center;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  box-shadow: 6px 6px 0 0 #FFA100;
  transform: translateY(-4px);
  transition: 0.3s all; }
  @media (max-width: 999px) {
    #event .btn2 {
      margin: 80px auto 0;
      border-radius: clamp(12.5px, 1.7857142857vw, 25px); } }

#event .btn2:hover {
  box-shadow: 0 0 0 0 #FFA100;
  transform: translateY(-2px); }

#event .btn2 .outer {
  position: relative;
  background: #fff;
  border: 4px solid #FFA100;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  color: #0e7bdb;
  font-size: 20px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap; }
  @media (max-width: 999px) {
    #event .btn2 .outer {
      border-radius: clamp(10px, 1.4285714286vw, 20px); } }

#event .btn2 .circle {
  position: absolute;
  background-color: #FFA100;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 4.2%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media (max-width: 999px) {
    #event .btn2 .circle {
      width: 35px;
      height: 35px; } }

#event .btn2 .circle i {
  font-size: 20px; }
  @media (max-width: 999px) {
    #event .btn2 .circle i {
      font-size: 10px; } }

#event .btn2 .outer img {
  display: block; }

#event .btn2 .txtBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

#event .DetailBtn {
  position: relative;
  display: block;
  width: 100%;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  text-align: center;
  padding: 12px 0;
  background: #0E7BDB;
  color: #fff;
  font-size: 16px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border: 4px solid;
  max-width: 320px;
  margin: 12px auto 0; }
  @media (max-width: 999px) {
    #event .DetailBtn {
      width: 80%;
      font-size: 14px; } }

#event .DetailBtn:before {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateX(-50%);
  content: "\f061";
  font-family: FontAwesome;
  font-size: 20px; }

#event .DetailBtn:hover {
  background: #fff;
  color: #0E7BDB; }

#event .DetailBtn:before:hover {
  color: #0E7BDB; }

/*#event .DetailBtn.event{
    background: #FFF12E;
    color: #333333;
    border: 4px solid #FFF12E;
}
#event .DetailBtn.event:before {
    color: #333333;
}*/
