@charset "UTF-8";
a {
  color: #384158;
  text-decoration: none; }

ol, ul {
  padding-left: 0rem !important; }

/*************************************/
#wrap {
  height: auto;
  width: auto;
  overflow: hidden; }

body {
  background-color: #B3F1FF !important; }

/*************************************/
.top_slider {
  padding: 60px 0 25px;
  overflow: hidden;
  margin: 0;
  position: relative;
  z-index: 2; }
  .top_slider:before {
    position: absolute;
    content: "";
    display: block;
    border-radius: 100% /50vw;
    height: 100vh;
    top: 10px;
    left: 50%;
    width: calc(100% + 100px);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: #57DFFF; }

.slider_box {
  position: relative;
  z-index: 100;
  height: 500px; }

.slider {
  opacity: 0; }
  .slider li {
    width: 960px;
    height: 500px;
    position: relative;
    overflow: hidden;
    transform: scale(0.93);
    border-radius: 20px;
    border: 4px solid #00418C;
    transition: opacity .5s, transform .5s;
    background-color: #000; }
    .slider li.notouch {
      pointer-events: none; }
    .slider li img {
      object-fit: cover;
      width: 100%;
      height: auto;
      transition: .3s;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      position: absolute; }
    .slider li iframe {
      object-fit: cover;
      position: absolute;
      width: 100%;
      height: auto;
      aspect-ratio: 1/1;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
    .slider li a.normal {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
    .slider li a.extra {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 100; }
    .slider li.slick-center {
      border-radius: 20px;
      transform: scale(1); }

@media (hover: hover) {
  .slider li a:hover img {
    width: 110%;
    opacity: 0.8; } }
.slider.slick-initialized {
  height: auto;
  opacity: 1; }

.slick-arrow {
  z-index: 2 !important; }

.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 75px !important;
  width: 75px !important;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background-color: #fff !important;
  color: transparent;
  padding: 0;
  border: 3px solid #00418C !important;
  border-radius: 50% !important;
  outline: none;
  transition: .3s; }
  .slick-prev:before, .slick-next:before {
    display: none; }
  .slick-prev:after, .slick-next:after {
    transition: .3s;
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 3px solid #00418C;
    border-right: 3px solid #00418C; }

.slick-next {
  top: 50%;
  right: calc(50% - 533px) !important;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%); }
  .slick-next:after {
    top: 50%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 1; }

.slick-prev {
  top: 50%;
  left: calc(50% - 533px) !important;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%); }
  .slick-prev:after {
    top: 50%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%) rotate(225deg);
    transform: translate(-50%, -50%) rotate(225deg);
    z-index: 1; }

@media (hover: hover) {
  .slick-prev:hover, .slick-next:hover {
    background-color: #00418C !important; }
    .slick-prev:hover:after, .slick-next:hover:after {
      position: absolute;
      content: "";
      border-top: 3px solid #fff;
      border-right: 3px solid #fff; } }
@media (max-width: 1024px) {
  .slider_box {
    position: relative;
    z-index: 100;
    height: 345px; }

  .slider {
    opacity: 0; }
    .slider li {
      width: 660px;
      height: 345px; }

  .slick-prev, .slick-next {
    height: 60px !important;
    width: 60px !important; }

  .slick-next {
    top: 50%;
    right: calc(50% - 370px) !important; }

  .slick-prev {
    top: 50%;
    left: calc(50% - 370px) !important; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .top_slider {
    padding: 0px 0 15px; }
    .top_slider:before {
      position: absolute;
      content: "";
      display: block; }

  .slider_box {
    position: relative;
    z-index: 100;
    height: 223px; }

  .slider {
    opacity: 0; }
    .slider li {
      width: 430px;
      height: 223px; }

  .slick-prev, .slick-next {
    height: 40px !important;
    width: 40px !important;
    border: 2px solid #00418C !important; }
    .slick-prev:after, .slick-next:after {
      transition: .3s;
      position: absolute;
      content: "";
      width: 6px;
      height: 6px;
      border-top: 2px solid #00418C;
      border-right: 2px solid #00418C; }

  .slick-next {
    top: 50%;
    right: calc(50% - 242px) !important; }

  .slick-prev {
    top: 50%;
    left: calc(50% - 243px) !important; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .top_slider {
    padding: 0px 0 25px; }

  .slider_box {
    position: relative;
    z-index: 100;
    height: 178px; }

  .slider {
    opacity: 0; }
    .slider li {
      width: 340px;
      height: 178px; }

  .slick-prev, .slick-next {
    height: 35px !important;
    width: 35px !important;
    border: 2px solid #00418C !important; }

  .slick-next {
    top: 50%;
    right: calc(50% - 185px) !important; }

  .slick-prev {
    top: 50%;
    left: calc(50% - 186px) !important; } }
/*max-width:480px*/
/*************************************/
.attention {
  padding: 25px 0 165px;
  position: relative;
  overflow-x: hidden;
  background-color: #57DFFF;
  z-index: 1; }

.now_on_air_box {
  position: relative;
  z-index: 5;
  max-width: 1260px;
  width: calc(100% - 80px);
  margin: 50px auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start; }
  .now_on_air_box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 190px); }
  .now_on_air_box dt {
    border-radius: 25px 0 0 25px;
    width: 190px;
    background-color: #00418C;
    color: #fff;
    position: relative;
    font: 1.6rem/48px 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 0 20px 0 40px;
    text-align: center;
    height: 50px; }
    .now_on_air_box dt:before {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/index/icon-nowonair.svg") center center no-repeat;
      background-size: contain;
      width: 24px;
      height: 24px;
      top: 50%;
      left: 25px;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }
  .now_on_air_box dd {
    height: 50px;
    border-radius: 0 25px 25px 0;
    padding: 0 30px 0 20px;
    width: calc(100% - 190px);
    background-color: #fff;
    font: 1.6rem/48px 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block; }
    .now_on_air_box dd span {
      display: inline-block;
      animation: scrollSample01 20s linear infinite;
      padding-left: 100%;
      white-space: nowrap; }
  .now_on_air_box > a {
    text-decoration: none;
    transition: .3s;
    display: block;
    width: 160px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    border-radius: 50px;
    font: 1.6rem/48px 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #00418C;
    padding: 0 15px 0 0;
    position: relative;
    text-decoration: none; }
    .now_on_air_box > a:before {
      transition: .3s;
      position: absolute;
      content: "";
      top: 22px;
      right: 22px;
      width: 5px;
      height: 5px;
      border-top: 2px solid #00418C;
      border-right: 2px solid #00418C;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

@keyframes scrollSample01 {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
.top_news,
.top_bousai {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 25px 30px;
  max-width: 1260px;
  width: calc(100% - 80px);
  background-color: #DDF9FF;
  border-radius: 20px;
  margin: 0 auto;
  z-index: 5; }
  .top_news .ttl,
  .top_bousai .ttl {
    font: 1.9rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: enter;
    justify-content: center;
    width: 180px;
    position: relative;
    padding: 0 0 0 42px; }
    .top_news .ttl:before,
    .top_bousai .ttl:before {
      position: absolute;
      content: "";
      top: 51%;
      left: 0%;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%);
      display: block; }
  .top_news .btn,
  .top_bousai .btn {
    display: block;
    width: 220px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    margin: auto 0 0 auto;
    position: relative;
    font: 1.6rem/47px 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 0 15px 0 0;
    color: #fff;
    transition: .3s; }
    .top_news .btn:before,
    .top_bousai .btn:before {
      transition: .3s;
      position: absolute;
      content: "";
      right: 25px;
      top: 21px;
      width: 5px;
      height: 5px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .top_news ul,
  .top_bousai ul {
    width: calc(100% - 420px);
    max-width: 730px; }
    .top_news ul time,
    .top_bousai ul time {
      display: block;
      color: #908B8A; }
    .top_news ul a,
    .top_bousai ul a {
      text-decoration: none;
      color: #384158; }
    .top_news ul li,
    .top_bousai ul li {
      padding: 15px 0;
      border-bottom: 1px solid #A7A3A2;
      font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
      .top_news ul li:first-of-type,
      .top_bousai ul li:first-of-type {
        padding: 0 0 15px; }
      .top_news ul li:last-of-type,
      .top_bousai ul li:last-of-type {
        padding: 15px 0 0;
        border: none; }
      .top_news ul li:only-of-type,
      .top_bousai ul li:only-of-type {
        border: none;
        padding: 10px 0; }

.top_news {
  margin: 0 auto 15px; }
  .top_news .ttl:before {
    background: url("../images/index/icon-news.svg") center center no-repeat;
    background-size: contain;
    width: 30px;
    height: 35px; }
  .top_news .btn {
    background-color: #02B7DE;
    border: 2px solid #02B7DE; }

.top_bousai {
  align-items: center;
  margin: 0 auto 15px; }
  .top_bousai .ttl {
    margin: 0; }
    .top_bousai .ttl:before {
      left: -2px;
      background: url("../images/index/icon-bousai.svg") center center no-repeat;
      background-size: contain;
      width: 35px;
      height: 24px; }
  .top_bousai .btn {
    margin: 0 0 0 auto;
    background-color: #E76D75;
    border: 2px solid #E76D75; }
  .top_bousai p.on {
    padding: 10px 0;
    width: calc(100% - 420px);
    max-width: 730px;
    font: 2.2rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: crimson;
    margin: 0; }
  .top_bousai p.kunren {
    margin: 0;
    width: fit-content;
    max-width: 730px;
    font: 3.5rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: crimson; }
  .top_bousai p.off {
    margin: 0;
    padding: 10px 0;
    width: calc(100% - 420px);
    max-width: 730px;
    width: 100%;
    font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 500; }

@media (hover: hover) {
  .now_on_air_box > a:hover {
    background-color: #00418C;
    color: #fff; }
    .now_on_air_box > a:hover:before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }

  .top_news ul a:hover,
  .top_bousai ul a:hover {
    color: #02B7DE; }

  .top_news .btn:hover {
    background-color: #fff;
    color: #02B7DE; }
    .top_news .btn:hover:before {
      border-top: 2px solid #02B7DE;
      border-right: 2px solid #02B7DE; }

  .top_bousai .btn:hover {
    background-color: #fff;
    color: #E76D75; }
    .top_bousai .btn:hover:before {
      border-top: 2px solid #E76D75;
      border-right: 2px solid #E76D75; } }
@media (max-width: 1280px) {
  .now_on_air_box {
    max-width: 1260px;
    width: calc(100% - 60px); }

  .top_news,
  .top_bousai {
    width: calc(100% - 60px); }
    .top_news ul,
    .top_bousai ul {
      max-width: 840px;
      width: calc(100% - 200px); }
    .top_news p.off,
    .top_news p.on,
    .top_bousai p.off,
    .top_bousai p.on {
      max-width: 840px;
      width: calc(100% - 200px); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .now_on_air_box {
    max-width: 768px;
    width: calc(100% - 40px);
    margin: 30px auto 15px; }
    .now_on_air_box dl {
      width: calc(100% - 165px); }
    .now_on_air_box dt {
      border-radius: 25px 0 0 25px;
      width: 160px;
      padding: 0 0 0 38px; }
      .now_on_air_box dt:before {
        left: 20px; }
    .now_on_air_box dd {
      width: calc(100% - 170px); }

  .top_news,
  .top_bousai {
    position: relative;
    display: block;
    padding: 25px 30px;
    max-width: 768px;
    width: calc(100% - 40px);
    background-color: #DDF9FF;
    border-radius: 20px;
    z-index: 5; }
    .top_news .ttl,
    .top_bousai .ttl {
      font: 1.9rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 600;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: enter;
      justify-content: center;
      width: 180px;
      position: relative;
      padding: 0 0 0 42px;
      margin: 0 0 20px; }
      .top_news .ttl:before,
      .top_bousai .ttl:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 0%;
        -webkit-transform: translate(0%, -50%);
        /* Safari用 */
        transform: translate(0%, -50%);
        display: block; }
    .top_news .btn,
    .top_bousai .btn {
      margin: 0 auto; }
    .top_news ul,
    .top_bousai ul {
      width: 100%;
      max-width: 640px;
      margin: 0 auto 40px; }
    .top_news p.on,
    .top_news p.off,
    .top_news p.kunren,
    .top_bousai p.on,
    .top_bousai p.off,
    .top_bousai p.kunren {
      width: 100%;
      max-width: 640px;
      margin: 0 auto 20px; }

  .top_news {
    margin: 0 auto 15px; }

  .top_bousai {
    margin: 0 auto 15px; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .attention {
    padding: 0 0 55px;
    position: relative;
    overflow-x: hidden;
    background-color: #57DFFF;
    z-index: 1; }

  .now_on_air_box {
    max-width: 430px;
    width: calc(100% - 40px); }
    .now_on_air_box dl {
      width: 100%; }
    .now_on_air_box dt {
      width: 120px;
      padding: 0 0 0 10px;
      font: 1.35rem/38px 'Noto Sans JP', sans-serif;
      font-weight: 500;
      height: 40px; }
      .now_on_air_box dt:before {
        display: none; }
    .now_on_air_box dd {
      height: 40px;
      width: calc(100% - 120px);
      padding: 0 10px 0 10px;
      font: 1.35rem/38px 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .now_on_air_box > a {
      display: none;
      margin: 0; }

  .top_news,
  .top_bousai {
    position: relative;
    display: block;
    padding: 25px 30px;
    max-width: 430px;
    width: calc(100% - 40px); }
    .top_news .ttl,
    .top_bousai .ttl {
      font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 600;
      width: 100%;
      position: relative;
      padding: 0 0 0 33px;
      margin: 0 0 20px; }
    .top_news ul,
    .top_bousai ul {
      margin: 0 0 20px; }
      .top_news ul time,
      .top_bousai ul time {
        display: block; }
      .top_news ul li,
      .top_bousai ul li {
        font: 1.4rem/1.5em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
    .top_news .btn,
    .top_bousai .btn {
      width: 220px;
      height: 42px;
      border-radius: 50px;
      font: 1.5rem/40px 'Noto Sans JP', sans-serif;
      font-weight: 500; }
      .top_news .btn:before,
      .top_bousai .btn:before {
        top: 17px; }

  .top_news {
    margin: 0 auto 15px; }
    .top_news .ttl:before {
      left: 2px;
      width: 22px;
      height: 18px; }

  .top_bousai {
    margin: 0 auto 15px; }
    .top_bousai .ttl:before {
      left: -2px;
      width: 28px;
      height: 19px; }
    .top_bousai p.kunren {
      padding: 10px;
      text-align: center; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .top_bousai {
    margin: 0 auto 15px; }
    .top_bousai p.on {
      font-size: 2.0rem; } }
/*max-width:480px*/
/*************************************/
.live_box {
  width: 100%;
  background-color: #00418C;
  position: relative;
  z-index: 10;
  margin: 60px 0 0;
  padding: 50px; }
  .live_box .flex_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px; }
    .live_box .flex_txt p {
      font: 2.2rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #57DFFF;
      margin-bottom: 0;
      padding: 0 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: center;
      justify-content: center;
      align-items: flex-start; }
    .live_box .flex_txt span {
      font: 3.2rem/1.0em 'Josefin Sans', sans-serif;
      font-weight: 700;
      letter-spacing: 0.05em;
      padding: 0 10px 0 0; }
  .live_box .flex_movie {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center; }
    .live_box .flex_movie a {
      width: calc((100% - 40px)/4);
      height: auto;
      margin: 0 5px;
      aspect-ratio: 16/9;
      overflow: hidden;
      position: relative; }
      .live_box .flex_movie a img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
      .live_box .flex_movie a:before {
        transition: .3s;
        position: absolute;
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        background-color: #000;
        opacity: 0.8;
        z-index: 5;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
      .live_box .flex_movie a:after {
        transition: .3s;
        opacity: 0.8;
        position: absolute;
        content: "";
        top: 50%;
        left: 51%;
        z-index: 6;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 16px solid #ffffff;
        border-right: 0; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .live_box {
    margin: 30px 0 50px;
    padding: 30px 0 50px; }
    .live_box .flex_txt {
      margin: 0 auto 10px; }
      .live_box .flex_txt img.none {
        display: none; }
    .live_box .flex_movie {
      max-width: 1480px;
      width: calc(100% - 80px);
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center; }
      .live_box .flex_movie a {
        width: calc(100% - 40px);
        max-width: 640px;
        height: auto;
        margin: 0 auto 20px;
        aspect-ratio: 16/9; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .live_box {
    padding: 30px 0 20px; }
    .live_box .flex_txt {
      margin: 0 auto 20px; }
      .live_box .flex_txt .none {
        display: none; }
      .live_box .flex_txt p {
        padding: 0 25px; }
    .live_box .flex_movie {
      max-width: 1250px;
      width: calc(100% - 40px);
      margin: 0 auto; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .live_box {
    padding: 30px 0 35px; }
    .live_box .flex_txt {
      margin: 0 auto 20px; }
      .live_box .flex_txt .none {
        display: none; }
      .live_box .flex_txt p {
        padding: 0 25px; }
    .live_box .flex_movie {
      width: calc(100% - 30px); }
      .live_box .flex_movie a {
        width: calc(100% - 60px); }
        .live_box .flex_movie a:before, .live_box .flex_movie a:after {
          zoom: 0.8; } }
/*max-width:480px*/
@media (hover: hover) {
  .live_box .flex_movie a:hover:before, .live_box .flex_movie a:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2); } }
/*************************************/
.news {
  max-width: 1260px;
  width: calc(100% - 80px);
  background-color: #fff;
  border-radius: 20px;
  margin: 80px auto 80px;
  padding: 0 40px 20px;
  position: relative;
  z-index: 5; }
  .news .sp_btn {
    display: none; }

.news_head {
  padding: 55px 0 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative; }
  .news_head:before {
    position: absolute;
    content: "";
    display: block;
    background: url("../images/index/mie-map.svg") center center no-repeat;
    background-size: contain;
    width: 120px;
    height: 207px;
    left: -15px;
    bottom: -20px; }
  .news_head h2 {
    font: 5.6rem/1.0em 'Josefin Sans', sans-serif;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 50px;
    color: #00418C;
    position: relative;
    z-index: 1; }
    .news_head h2 small {
      display: block;
      font: 1.7rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 0 0 9px 20px; }
  .news_head a {
    text-decoration: none;
    display: block;
    width: 240px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #00418C;
    background-color: #fff;
    color: #00418C;
    position: relative;
    font: 1.6rem/47px 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 0 15px 0 0;
    text-align: center;
    transition: .3s; }
    .news_head a:before {
      transition: .3s;
      position: absolute;
      content: "";
      right: 20px;
      top: 21px;
      width: 5px;
      height: 5px;
      border-top: 2px solid #00418C;
      border-right: 2px solid #00418C;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: stretch;
  width: 100%; }
  .news_list > a {
    text-decoration: none;
    color: #384158;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px 0 20px;
    border-bottom: 1px solid #ccc;
    width: calc((100% - 30px)/2);
    max-width: 565px; }
    .news_list > a:nth-last-child(-n + 2) {
      border-bottom: none; }
  .news_list p.no_single {
    padding: 20px 20px 40px; }

.news_pic {
  width: 245px;
  height: auto;
  aspect-ratio: 290/190;
  position: relative;
  overflow: hidden;
  border-radius: 20px; }
  .news_pic img {
    width: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    position: absolute; }

.news_txt {
  width: calc(100% - 260px); }
  .news_txt time {
    color: #908B8A;
    font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    display: block;
    margin: 0 0 10px; }
  .news_txt p {
    font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* 任意の行数を指定 */ }

@media (hover: hover) {
  .news_head a:hover {
    border: 1px solid #00418C;
    background-color: #00418C;
    color: #fff; }
    .news_head a:hover:before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }

  .news_list > a:hover {
    color: #02B7DE; }

  .news .sp_btn:hover {
    border: 1px solid #00418C;
    background-color: #00418C;
    color: #fff; }
    .news .sp_btn:hover:before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; } }
@media (max-width: 1280px) {
  .news {
    max-width: 1260px;
    width: calc(100% - 60px); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .news {
    max-width: 768px;
    width: calc(100% - 40px);
    padding: 0 40px 45px;
    position: relative;
    margin: 30px auto 30px; }
    .news .sp_btn {
      text-decoration: none;
      display: block;
      width: 240px;
      height: 50px;
      border-radius: 50px;
      border: 1px solid #00418C;
      background-color: #fff;
      color: #00418C;
      position: relative;
      font: 1.6rem/47px 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 0 15px 0 0;
      text-align: center;
      transition: .3s;
      margin: 0 auto; }
      .news .sp_btn:before {
        transition: .3s;
        position: absolute;
        content: "";
        right: 20px;
        top: 21px;
        width: 5px;
        height: 5px;
        border-top: 2px solid #00418C;
        border-right: 2px solid #00418C;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

  .news_head a {
    display: none; }

  .news_list {
    display: block;
    width: 100%;
    margin: 0 0 30px; }
    .news_list > a {
      padding: 20px 0 20px;
      border-bottom: none !important;
      width: 100%;
      margin: 0 auto; }
      .news_list > a:nth-last-child(-n + 2) {
        border-bottom: 1px solid #ccc; }
      .news_list > a:nth-child(3) {
        border-bottom: none !important; }
      .news_list > a:nth-child(n + 4) {
        display: none; }

  .news_pic {
    width: 245px;
    height: auto;
    aspect-ratio: 290/190;
    position: relative;
    overflow: hidden;
    border-radius: 20px; }
    .news_pic img {
      width: 100%;
      object-fit: cover;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      position: absolute; }

  .news_txt {
    width: calc(100% - 260px); }
    .news_txt time {
      color: #908B8A;
      font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      display: block;
      margin: 0 0 10px; }
    .news_txt p {
      font: 1.6rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      text-align: justify;
      text-justify: inter-ideograph;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      /* 任意の行数を指定 */ } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .news {
    max-width: 430px;
    width: calc(100% - 40px);
    padding: 0 20px 30px;
    position: relative; }
    .news .sp_btn {
      display: block;
      width: 220px;
      height: 42px;
      border-radius: 50px;
      border: 2px solid #00418C;
      background-color: #fff;
      color: #00418C;
      position: relative;
      font: 1.4rem/38px 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 0 15px 0 0;
      text-align: center;
      transition: .3s;
      margin: 0 auto; }
      .news .sp_btn:before {
        transition: .3s;
        position: absolute;
        content: "";
        right: 20px;
        top: 18px;
        width: 5px;
        height: 5px;
        border-top: 2px solid #00418C;
        border-right: 2px solid #00418C;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

  .news_head {
    padding: 30px 0 0 0; }
    .news_head:before {
      width: 59px;
      height: 102px;
      left: -15px;
      bottom: -35px; }
    .news_head h2 {
      font: 3.0rem/1.0em 'Josefin Sans', sans-serif;
      font-weight: bold;
      padding: 0; }
      .news_head h2 small {
        display: block;
        font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500;
        padding: 0 0 9px 10px; }
    .news_head a {
      display: none; }

  .news_list {
    display: block;
    width: 100%;
    margin: 20px 0 15px; }
    .news_list > a {
      padding: 0;
      margin: 0 0 20px;
      border-bottom: none !important;
      width: 100%; }

  .news_pic {
    width: 100%;
    max-width: 146px;
    height: 85px;
    aspect-ratio: 290/190;
    position: relative;
    overflow: hidden;
    border-radius: 10px; }
    .news_pic img {
      width: 100%;
      object-fit: cover;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%);
      position: absolute; }

  .news_txt {
    width: calc(100% - 160px); }
    .news_txt time {
      font: 1.2rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      display: block;
      margin: 0 0 5px; }
    .news_txt p {
      font: 1.4rem/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 500; } }
/*max-width:768px*/
/*max-width:480px*/
/*************************************/
.slider_content_box {
  position: relative; }
  .slider_content_box:before {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% + 100px);
    height: 100vh;
    top: 0;
    left: 50%;
    border-radius: 100% /50vw;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: #BCF2FF;
    z-index: 2; }
  .slider_content_box:after {
    background-color: #57DFFF;
    position: absolute;
    content: "";
    display: block;
    width: calc(100% + 100px);
    height: 100vh;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 1; }

.event {
  position: relative;
  z-index: 10;
  padding: 110px 0 0;
  /*  &:before{
      position: absolute;
      content:"";
      display: block;
      width:calc(100% + 100px);
      height:100vh;
      top:0;
      left: 50%;
      border-radius:100% /50vw;
      -webkit-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      background-color:#BCF2FF;
    }*/ }
  .event h2 {
    font: 7.8rem/1.0em 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 145px 0 0;
    color: #00418C;
    position: relative;
    z-index: 1; }
    .event h2 small {
      display: block;
      font: 1.7rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .event h2:before {
      position: absolute;
      content: "";
      top: 0%;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      background: url("../images/index/illust_ama.svg") center center no-repeat;
      background-size: contain;
      width: 108px;
      height: 119px; }

@media (max-width: 768px) {
  .event {
    position: relative;
    z-index: 2;
    padding: 45px 0 0; }
    .event h2 {
      font: 4.2rem/1.0em 'Josefin Sans', sans-serif;
      font-weight: 600;
      padding: 105px 0 0; }
      .event h2 small {
        display: block;
        font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
      .event h2:before {
        width: 84px;
        height: 91px; } }
/*max-width:768px*/
/*max-width:480px*/
/*************************************/
.event_slider,
.present_slider,
.recipe_slider {
  background-color: #BCF2FF;
  padding: 60px 0 80px;
  position: relative; }
  .event_slider:before,
  .present_slider:before,
  .recipe_slider:before {
    display: block;
    position: absolute;
    content: "";
    width: 90%;
    max-width: 1260px;
    height: 4px;
    background: url("../images/index/line.svg") center center no-repeat;
    background-size: auto 100%;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    z-index: 3; }
  .event_slider > a,
  .present_slider > a,
  .recipe_slider > a {
    text-decoration: none;
    color: #384158;
    display: block;
    width: 400px;
    height: 80px;
    border-radius: 50px;
    border: 2px solid #00418C;
    background-color: #00418C;
    color: #fff;
    position: relative;
    font: 1.8rem/77px 'Noto Sans JP', sans-serif;
    font-weight: 700;
    padding: 0 15px 0 0;
    margin: 0 auto;
    text-align: center;
    transition: .3s;
    z-index: 10; }
    .event_slider > a:before,
    .present_slider > a:before,
    .recipe_slider > a:before {
      transition: .3s;
      position: absolute;
      content: "";
      right: 26px;
      top: 34px;
      width: 8px;
      height: 8px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .event_slider .slick-track,
  .present_slider .slick-track,
  .recipe_slider .slick-track {
    display: flex; }
  .event_slider .slick-slide,
  .present_slider .slick-slide,
  .recipe_slider .slick-slide {
    height: auto !important; }

.index_no_single {
  max-width: 300px;
  width: calc(100% - 20px);
  margin: 0 auto 60px; }
  .index_no_single li {
    font: 1.7rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    width: 300px;
    background-color: #fff;
    border-radius: 15px;
    border: #00418C 1px solid;
    margin: 0 auto;
    padding: 30px;
    text-align: center; }

.slider_event {
  z-index: 5;
  position: relative;
  overflow: hidden;
  margin: 0 auto 60px; }
  .slider_event li {
    background-color: #fff; }
  .slider_event .slick-slide {
    margin: 0 15px;
    background-color: #fff;
    border-radius: 15px;
    border: #00418C 1px solid;
    overflow: hidden; }
    .slider_event .slick-slide a {
      text-decoration: none;
      color: #384158;
      text-decoration: none;
      display: block;
      width: 330px !important; }
    .slider_event .slick-slide .pic {
      width: 100%;
      height: 210px;
      display: block;
      overflow: hidden;
      position: relative; }
      .slider_event .slick-slide .pic img {
        transition: .3s;
        object-fit: cover;
        position: absolute;
        height: auto;
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
    .slider_event .slick-slide .txt {
      padding: 20px;
      height: auto; }
    .slider_event .slick-slide .cate,
    .slider_event .slick-slide .status {
      display: block;
      width: fit-content;
      border: #67D4EB 2px solid;
      padding: 3px 5px;
      color: #02B7DE;
      font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 15px; }
    .slider_event .slick-slide p {
      font: 1.7rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      margin: 0 0 15px;
      text-align: justify;
      text-justify: inter-ideograph;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      /* 任意の行数を指定 */ }
    .slider_event .slick-slide time {
      width: 100%;
      display: block;
      border-top: 1px solid #ccc;
      margin: 15px 0 0;
      padding: 15px 0 0;
      font: 1.5rem/1.5em 'Noto Sans JP', sans-serif;
      font-weight: 400;
      text-align: justify;
      text-justify: inter-ideograph; }

.slider_event div {
  opacity: 0; }

.slider_event.slick-initialized div {
  opacity: 1; }

.recipe_slider:before {
  display: none; }

@media (hover: hover) {
  .slider_event .slick-slide a:hover {
    color: #02B7DE; }
    .slider_event .slick-slide a:hover .pic img {
      width: 105%; }

  .event_slider > a:hover,
  .present_slider > a:hover,
  .recipe_slider > a:hover {
    background-color: #fff;
    color: #00418C; }
    .event_slider > a:hover:before,
    .present_slider > a:hover:before,
    .recipe_slider > a:hover:before {
      border-top: 2px solid #00418C;
      border-right: 2px solid #00418C; } }
@media (max-width: 768px) {
  .event_slider,
  .present_slider,
  .recipe_slider {
    padding: 40px 0;
    position: relative;
    z-index: 20; }
    .event_slider:before,
    .present_slider:before,
    .recipe_slider:before {
      width: 90%;
      max-width: 480px;
      height: 2px; }
    .event_slider >
    a,
    .present_slider >
    a,
    .recipe_slider >
    a {
      width: 270px;
      height: 50px;
      font: 1.4rem/48px 'Noto Sans JP', sans-serif;
      font-weight: 700;
      z-index: inherit; }
      .event_slider >
      a:before,
      .present_slider >
      a:before,
      .recipe_slider >
      a:before {
        top: 20px; }

  .slider_event div {
    opacity: 1;
    height: auto; }

  .slider_event {
    width: calc(100% - 40px);
    max-width: 430px;
    z-index: 5;
    overflow: hidden;
    margin: 0 auto 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .slider_event li {
      background-color: #fff;
      width: calc((100% - 15px)/2);
      overflow: hidden;
      margin: 0 0 15px;
      background-color: #fff;
      border-radius: 15px;
      border: #00418C 1px solid; }
      .slider_event li:nth-child(n+5) {
        display: none !important; }
      .slider_event li a {
        text-decoration: none;
        color: #384158;
        display: block;
        width: 100% !important;
        max-width: 100%;
        height: auto !important; }
      .slider_event li .pic {
        width: 100%;
        height: auto;
        aspect-ratio: 308/200;
        display: block;
        overflow: hidden;
        position: relative; }
        .slider_event li .pic img {
          transition: .3s;
          object-fit: cover;
          position: absolute;
          height: auto;
          width: 100%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          /* Safari用 */
          transform: translate(-50%, -50%); }
      .slider_event li .txt {
        padding: 10px 10px 13px; }
      .slider_event li .cate,
      .slider_event li .status {
        color: #02B7DE;
        padding: 3px 5px;
        font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 0 0 5px;
        display: block;
        width: fit-content;
        border: #67D4EB 2px solid; }
      .slider_event li p {
        font: 1.4rem/1.5em 'Noto Sans JP', sans-serif;
        font-weight: 500;
        padding: 0;
        margin: 0 0 13px;
        min-height: auto;
        text-align: justify;
        text-justify: inter-ideograph;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* 任意の行数を指定 */ }
      .slider_event li time {
        display: block;
        width: 100%;
        border-top: 1px solid #ccc;
        padding: 10px 0 0;
        font: 1.3rem/1.5em 'Noto Sans JP', sans-serif;
        font-weight: 400;
        text-align: justify;
        text-justify: inter-ideograph; } }
@media (max-width: 768px) and (hover: hover) {
  .slider_event li a:hover {
    color: #02B7DE; } }
/*max-width:768px*/
/*max-width:480px*/
/*************************************/
.present {
  padding: 80px 0 0;
  position: relative;
  z-index: 8;
  background-color: #BCF2FF; }
  .present h2 {
    font: 7.8rem/1.0em 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 115px 0 0;
    color: #00418C;
    position: relative;
    z-index: 1; }
    .present h2 small {
      display: block;
      font: 1.7rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .present h2:before {
      position: absolute;
      content: "";
      top: 0%;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      background: url("../images/index/illust_present.svg") center center no-repeat;
      background-size: contain;
      width: 105px;
      height: 79px; }

@media (max-width: 768px) {
  .present {
    padding: 50px 0 0; }
    .present h2 {
      font: 4.2rem/1.0em 'Josefin Sans', sans-serif;
      font-weight: 600;
      padding: 85px 0 0; }
      .present h2 small {
        display: block;
        font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
      .present h2:before {
        width: 88px;
        height: 66px; } }
/*max-width:768px*/
/*max-width:480px*/
/*************************************/
.recipe {
  padding: 80px 0 100px;
  position: relative; }
  .recipe div {
    position: relative;
    z-index: 5;
    background-color: inherit; }
  .recipe h2 {
    font: 7.8rem/1.0em 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 100px 0 0;
    color: #00418C;
    position: relative;
    z-index: 5; }
    .recipe h2 small {
      display: block;
      font: 1.7rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .recipe h2:before {
      position: absolute;
      content: "";
      top: 0%;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      background: url("../images/index/illust_recipe.svg") center center no-repeat;
      background-size: contain;
      width: 87px;
      height: 71px; }
  .recipe:before {
    z-index: 2;
    position: absolute;
    content: "";
    display: block;
    width: calc(100% + 100px);
    height: 100vh;
    top: auto;
    bottom: 0;
    left: 50%;
    border-radius: 0 0 100% 100%/0 0 50vw 50vw;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    background-color: #BCF2FF; }
  .recipe:after {
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    width: 120vw;
    height: 100%;
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    background: linear-gradient(180deg, #BCF2FF 0%, #BCF2FF 50%, #DDF9FF 50%, #DDF9FF 100%); }

@media (min-width: 1920px) {
  .recipe:before {
    width: 120vw; } }
/*max-width:1280px*/
@media (max-width: 768px) {
  .recipe {
    padding: 50px 0 50px; }
    .recipe h2 {
      font: 4.2rem/1.0em 'Josefin Sans', sans-serif;
      font-weight: 600;
      padding: 75px 0 0; }
      .recipe h2 small {
        display: block;
        font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
      .recipe h2:before {
        width: 71px;
        height: 58px; } }
/*max-width:1280px*/
/*************************************/
.recipe_family {
  display: block;
  position: absolute;
  content: "";
  background: url("../images/index/luxy_familiy.svg") center center no-repeat;
  background-size: contain;
  width: 280px;
  height: 200px;
  top: auto;
  bottom: -300px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: 5; }

@media (max-width: 768px) {
  .recipe_family {
    width: 168px;
    height: 119px;
    bottom: -25vh; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .recipe_family {
    width: 168px;
    height: 119px;
    bottom: -25vh; } }
/*max-width:480px*/
/*************************************/
.sns {
  background-color: #DDF9FF;
  padding: 280px 0 180px; }
  .sns h2 {
    font: 7.8rem/1.0em 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 105px 0 0;
    color: #00418C;
    position: relative;
    z-index: 5;
    margin: 0 auto 60px; }
    .sns h2 small {
      display: block;
      font: 1.7rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .sns h2:before {
      position: absolute;
      content: "";
      top: 0%;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      background: url("../images/index/illust_SNS.svg") center center no-repeat;
      background-size: contain;
      width: 93px;
      height: 83px; }

.sns_box {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #00418C;
  padding: 40px 20px;
  max-width: 1260px;
  margin: 0 auto;
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start; }

.item_sns {
  width: calc(100%/4);
  padding: 0 25px;
  text-align: center; }
  .item_sns img {
    width: 100%; }
  .item_sns h3 {
    text-align: center;
    font: 1.8rem/1.0em 'Josefin Sans', sans-serif;
    font-weight: 700;
    position: relative;
    margin: 0 auto 30px; }
    .item_sns h3 span {
      display: block;
      padding: 50px 0 0 0; }
      .item_sns h3 span:before {
        position: absolute;
        content: "";
        display: block;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        /* Safari用 */
        transform: translate(-50%, 0%); }
  .item_sns.sns_x {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }
    .item_sns.sns_x h3 span:before {
      background: url("../images/index/icon_X.svg") center center no-repeat;
      background-size: contain;
      width: 33px;
      height: 33px; }
  .item_sns.sns_instagram h3 span:before {
    background: url("../images/index/icon_instagram.svg") center center no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px; }
  .item_sns.sns_facebook {
    border-right: 1px solid #ccc; }
    .item_sns.sns_facebook h3 span:before {
      background: url("../images/index/icon_facebook.svg") center center no-repeat;
      background-size: contain;
      width: 36px;
      height: 36px; }
  .item_sns.sns_tiktok h3 span:before {
    background: url("../images/index/icon_tiktok.svg") center center no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px; }

.youtube {
  text-decoration: none !important;
  width: calc(100% - 50px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center; }
  .youtube h3 {
    position: relative;
    font: 1.8rem/1.0em 'Josefin Sans', sans-serif;
    font-weight: 700;
    padding: 0 0 0 60px; }
    .youtube h3 span {
      font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 0 0 0 20px; }
    .youtube h3:before {
      position: absolute;
      content: "";
      display: block;
      background: url("../images/index/icon_youtube.svg") center center no-repeat;
      background-size: contain;
      width: 48px;
      height: 33px;
      top: 50%;
      left: 0%;
      -webkit-transform: translate(0%, -50%);
      /* Safari用 */
      transform: translate(0%, -50%); }
  .youtube.youtube-top {
    margin-top: 30px;
    padding: 40px 0 10px;
    border-top: 1px solid #ccc; }
  .youtube > a {
    text-decoration: none;
    display: block;
    width: 240px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #00418C;
    background-color: #00418C;
    color: #fff;
    position: relative;
    font: 1.6rem/45px 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 0 15px 0 0;
    text-align: center;
    transition: .3s; }
    .youtube > a:before {
      transition: .3s;
      position: absolute;
      content: "";
      right: 20px;
      top: 21px;
      width: 5px;
      height: 5px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .youtube ul {
    margin: 30px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
  .youtube li {
    margin-right: 20px;
    width: calc((100% - 40px)/3); }
    .youtube li:nth-of-type(3n) {
      margin-right: 0; }
    .youtube li figure {
      position: relative;
      overflow: hidden;
      aspect-ratio: 16/9;
      border-radius: 15px; }
    .youtube li img {
      transition: .3s;
      width: 100%;
      position: absolute;
      height: auto;
      object-fit: cover;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
    .youtube li a {
      text-decoration: none;
      color: #384158; }
  .youtube p {
    text-decoration: none;
    margin: 10px 0 0;
    font: 1.4rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 400; }

@media (hover: hover) {
  .youtube > a:hover {
    background-color: #fff;
    color: #00418C; }
    .youtube > a:hover:before {
      border-top: 2px solid #00418C;
      border-right: 2px solid #00418C; }
  .youtube li:hover img {
    width: 110%; }
  .youtube li:hover a {
    color: #02B7DE; } }
.sns {
  position: relative; }
  .sns .sns_box {
    position: relative;
    z-index: 2; }

@media (max-width: 1024px) {
  .sns {
    display: none; } }
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
/*************************************/
.blog {
  background-color: #DDF9FF;
  padding: 0 0 150px; }
  .blog h2 {
    font: 7.8rem/1.0em 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 75px 0 0;
    color: #00418C;
    position: relative;
    z-index: 10;
    margin: 0 auto 60px; }
    .blog h2 small {
      display: block;
      font: 1.7rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .blog h2:before {
      position: absolute;
      content: "";
      top: 0%;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      background: url("../images/index/illust_blog.svg") center center no-repeat;
      background-size: contain;
      width: 85px;
      height: 40px; }

.blog_box {
  max-width: 1260px;
  margin: 0 auto;
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 6; }
  .blog_box h3 {
    font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #00418C;
    margin: 0 0 25px; }
  .blog_box .btn {
    display: block;
    width: 320px;
    height: 65px;
    margin: 50px 0 0 auto;
    border-radius: 50px;
    border: 2px solid #00418C;
    background-color: #00418C;
    color: #fff;
    position: relative;
    font: 1.6rem/62px 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 0 15px 0 0;
    text-align: center;
    transition: .3s; }
    .blog_box .btn:before {
      transition: .3s;
      position: absolute;
      content: "";
      right: 26px;
      top: 27px;
      width: 7px;
      height: 7px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.blog_item {
  width: calc((100% - 30px)/2);
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #00418C;
  padding: 40px 20px;
  position: relative;
  z-index: 1; }
  .blog_item .single_link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 50; }
  .blog_item .single {
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 25px;
    position: relative; }
  .blog_item .pic {
    width: 200px;
    height: 115px;
    overflow: hidden;
    position: relative;
    border-radius: 20px; }
    .blog_item .pic img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
  .blog_item .txt {
    padding: 5px 0;
    width: calc(100% - 215px); }
    .blog_item .txt span {
      margin: 10px 0 0;
      padding: 3px 10px 5px;
      font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      display: block;
      width: fit-content;
      border: #67D4EB 2px solid;
      color: #02B7DE; }
  .blog_item time {
    font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #908B8A;
    margin: 0 0 10px;
    display: block; }
  .blog_item dt {
    font: 1.6rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 任意の行数を指定 */ }
  .blog_item dd {
    font: 1.4rem/1.6em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    text-justify: inter-ideograph;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 任意の行数を指定 */ }

@media (hover: hover) {
  .blog_item .single:hover {
    opacity: 0.5; }
    .blog_item .single:hover time {
      color: #02B7DE !important; }
    .blog_item .single:hover dt {
      color: #02B7DE !important; }
    .blog_item .single:hover dd {
      color: #02B7DE !important; }

  .blog_box .btn:hover {
    background-color: #fff;
    color: #00418C;
    transition: .3s; }
    .blog_box .btn:hover:before {
      transition: .3s;
      border-top: 2px solid #00418C;
      border-right: 2px solid #00418C; } }
@media (max-width: 1280px) {
  .blog_box {
    width: calc(100% - 60px); }

  .blog_item {
    width: calc((100% - 20px)/2); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .blog {
    padding: 180px 0 150px; }

  .blog_box {
    max-width: 768px;
    margin: 0 auto;
    width: calc(100% - 40px);
    display: block;
    position: relative;
    z-index: 10;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #00418C;
    padding: 40px 20px;
    position: relative; }
    .blog_box h3 {
      text-align: center;
      margin: 0 0 35px; }
    .blog_box .btn {
      display: block;
      width: 320px;
      height: 65px;
      margin: 50px auto 0;
      border-radius: 50px;
      border: 2px solid #00418C;
      background-color: #00418C;
      color: #fff;
      position: relative;
      font: 1.6rem/60px 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 0 15px 0 0;
      text-align: center;
      transition: .3s; }
      .blog_box .btn:before {
        transition: .3s;
        position: absolute;
        content: "";
        right: 26px;
        top: 27px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

  .blog_item {
    width: 100%;
    max-width: 640px;
    background-color: #fff;
    border-radius: 20px;
    border: none;
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0 auto; }
    .blog_item:nth-of-type(1) {
      margin: 0 auto 80px; }
    .blog_item .single {
      transition: .3s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 0 0 25px; }
    .blog_item .pic {
      width: 200px;
      height: 115px;
      overflow: hidden;
      position: relative;
      border-radius: 20px; }
      .blog_item .pic img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
    .blog_item .txt {
      padding: 5px 0;
      width: calc(100% - 215px); }
      .blog_item .txt span {
        margin: 10px 0 0;
        padding: 3px 10px 5px; }
    .blog_item time {
      font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #908B8A;
      margin: 0 0 10px;
      display: block; }
    .blog_item dt {
      font: 1.6rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .blog_item dd {
      font: 1.4rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 400; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .blog {
    padding: 140px 0 40px; }
    .blog h2 {
      font: 4.2rem/1.0em 'Josefin Sans', sans-serif;
      font-weight: 600;
      padding: 45px 0 0;
      margin: 0 auto 35px; }
      .blog h2 small {
        display: block;
        font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
      .blog h2:before {
        width: 55px;
        height: 26px; }

  .blog_box {
    padding: 25px 20px 40px;
    max-width: 430px;
    margin: 0 auto;
    width: calc(100% - 40px);
    z-index: 10; }
    .blog_box .btn {
      display: block;
      width: 240px;
      height: 50px;
      margin: 25px auto 0;
      font: 1.5rem/48px 'Noto Sans JP', sans-serif;
      font-weight: 500; }
      .blog_box .btn:before {
        top: 21px; }
      .blog_box .btn span {
        display: none; }
    .blog_box h3 {
      margin: 0 auto 25px;
      font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700; }

  .blog_item:nth-of-type(1) {
    margin: 0 auto 40px; }
  .blog_item .single {
    margin: 0 0 15px; }
  .blog_item .pic {
    width: 146px;
    height: 85px;
    border-radius: 10px; }
  .blog_item .txt {
    padding: 0 0;
    width: calc(100% - 155px); }
    .blog_item .txt span {
      font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      margin: 5px 0 0; }
  .blog_item time {
    font: 1.2rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #908B8A;
    margin: 0 0 5px;
    display: block; }
  .blog_item dt {
    font: 1.3rem/1.5em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 任意の行数を指定 */ }
  .blog_item dd {
    display: none; } }
/*max-width:768px*/
/*max-width:480px*/
/*************************************/
.program,
.information {
  padding: 0 0 55px;
  background-color: #DDF9FF;
  position: relative;
  z-index: 5; }
  .program h2,
  .information h2 {
    max-width: 1260px;
    width: calc(100% - 80px);
    margin: 0 auto 15px;
    font: 3.0rem/1.0em 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #00418C;
    padding: 0 0 0 55px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center; }
    .program h2 small,
    .information h2 small {
      padding: 0 0 10px 15px;
      font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .program h2:before,
    .information h2:before {
      position: absolute;
      content: "";
      display: block; }
    .program h2.program_ttl,
    .information h2.program_ttl {
      margin-top: 100px; }
  .program ul,
  .information ul {
    max-width: 1260px;
    width: calc(100% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto; }
  .program li,
  .information li {
    width: calc((100% - 81px)/ 4);
    margin: 0 27px 20px 0;
    background-color: #fff;
    position: relative;
    top: 0;
    transition: .3s;
    line-height: 0; }
    .program li:nth-of-type(4n),
    .information li:nth-of-type(4n) {
      margin-right: 0; }
    .program li a,
    .information li a {
      transition: .3s; }
    .program li img,
    .information li img {
      width: 100%; }

.program h2:before {
  background: url("../images/index/icon_program.svg") center center no-repeat;
  background-size: contain;
  width: 38px;
  height: 29px;
  top: 44%;
  left: 0%;
  -webkit-transform: translate(0%, -50%);
  /* Safari用 */
  transform: translate(0%, -50%); }

.information {
  padding: 0; }
  .information h2:before {
    background: url("../images/index/icon_info.svg") center center no-repeat;
    background-size: contain;
    width: 34px;
    height: 21px;
    top: 42%;
    left: 5px;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%); }

@media (hover: hover) {
  .program li:hover,
  .information li:hover {
    top: -10px; }
    .program li:hover a,
    .information li:hover a {
      opacity: 0.5; } }
@media (max-width: 1280px) {
  .program ul,
  .information ul {
    width: calc(100% - 60px); }
  .program li,
  .information li {
    width: calc((100% - 60px)/ 4);
    margin: 0 20px 20px 0; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .program h2,
  .information h2 {
    max-width: 768px;
    width: calc(100% - 60px); }
  .program ul,
  .information ul {
    width: calc(100% - 60px);
    max-width: 768px; }
  .program li,
  .information li {
    width: calc((100% - 40px)/ 3);
    margin: 0 20px 20px 0; }
    .program li:nth-of-type(4n),
    .information li:nth-of-type(4n) {
      margin-right: 20px; }
    .program li:nth-of-type(3n),
    .information li:nth-of-type(3n) {
      margin-right: 0px !important; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .program h2,
  .information h2 {
    font: 2.3rem/1.0em 'Josefin Sans', sans-serif;
    font-weight: 700;
    display: block;
    max-width: 430px;
    width: calc(100% - 40px); }
    .program h2 small,
    .information h2 small {
      display: block;
      margin: 0;
      padding: 2px 0 0;
      font: 1.3rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .program h2.program_ttl,
    .information h2.program_ttl {
      margin-top: 80px; }
  .program ul,
  .information ul {
    max-width: 430px;
    width: calc(100% - 40px);
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .program li,
  .information li {
    width: calc((100% - 10px)/ 2);
    margin: 0 0 10px 0; }
    .program li:nth-of-type(4n),
    .information li:nth-of-type(4n) {
      margin-right: 0px; }
    .program li:nth-of-type(3n),
    .information li:nth-of-type(3n) {
      margin-right: 0px !important; }

  .program {
    padding: 100px 0 30px; }
    .program h2:before {
      top: 0;
      left: 0%;
      -webkit-transform: translate(0%, 0%);
      /* Safari用 */
      transform: translate(0%, 0%); }

  .information {
    padding: 0; }
    .information h2:before {
      top: 0;
      left: 5px;
      -webkit-transform: translate(0%, 0%);
      /* Safari用 */
      transform: translate(0%, 0%); } }
/*max-width:768px*/
/*max-width:480px*/
/*************************************/
.bnr_btm {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 80px 0 70px; }
  .bnr_btm:before {
    z-index: 1;
    position: absolute;
    content: "";
    display: block;
    width: calc(100% + 100px);
    height: 100vh;
    top: auto;
    bottom: 0;
    left: 50%;
    border-radius: 100% /50vw;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    background-color: #DDF9FF; }
  .bnr_btm ul {
    position: relative;
    z-index: 10;
    max-width: 1260px;
    width: calc(100% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto; }
  .bnr_btm li {
    width: calc((100% - 27px)/2);
    max-width: 630px;
    height: 235px;
    border-radius: 20px;
    text-align: center;
    padding: 25px; }
    .bnr_btm li p {
      font: 1.9rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #fff;
      margin: 0 0 25px; }
      .bnr_btm li p br {
        display: none; }
    .bnr_btm li .ttl {
      max-width: 453px;
      width: 100%;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      aspect-ratio: 453/68;
      margin: 0 auto 20px; }
    .bnr_btm li.archives {
      background-color: #8398F2; }
      .bnr_btm li.archives .ttl {
        background: url("../images/index/bnr-archive.svg") center center no-repeat;
        background-size: contain; }
    .bnr_btm li.recruit {
      background-color: #055DD1; }
      .bnr_btm li.recruit .ttl {
        background: url("../images/index/bnr-recruit.svg") center center no-repeat;
        background-size: contain; }
  .bnr_btm a {
    text-decoration: none;
    display: block;
    width: 180px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid #00418C;
    background-color: #fff;
    color: #00418C;
    position: relative;
    font: 1.6rem/48px 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 0 15px 0 0;
    text-align: center;
    transition: .3s; }
    .bnr_btm a:before {
      transition: .3s;
      position: absolute;
      content: "";
      right: 26px;
      top: 21px;
      width: 7px;
      height: 7px;
      border-top: 2px solid #00418C;
      border-right: 2px solid #00418C;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

@media (min-width: 1920px) {
  .bnr_btm:before {
    width: 120vw; } }
/*max-width:1280px*/
@media (hover: hover) {
  .bnr_btm a:hover {
    background-color: #00418C;
    color: #fff; }
    .bnr_btm a:hover:before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; } }
@media (max-width: 1280px) {
  .bnr_btm ul {
    width: calc(100% - 60px); }
  .bnr_btm li {
    width: calc((100% - 20px)/2);
    padding: 25px 10px; }
    .bnr_btm li p {
      font: 1.8rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #fff;
      margin: 0 0 25px;
      /*br{
        display: block;
      }*/ } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .bnr_btm {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 80px 0 70px; }
    .bnr_btm:before {
      z-index: 1;
      height: 100%;
      top: auto;
      bottom: 0;
      left: 50%;
      border-radius: 0 0 100% 100%/0 0 50vw 50vw;
      -webkit-transform: translate(-50%, 0%);
      /* Safari用 */
      transform: translate(-50%, 0%);
      background-color: #DDF9FF; }
    .bnr_btm ul {
      position: relative;
      z-index: 10;
      max-width: 1260px;
      width: calc(100% - 40px);
      display: block;
      margin: 0 auto; }
    .bnr_btm li {
      width: 100%;
      max-width: 630px;
      height: 235px;
      border-radius: 20px;
      text-align: center;
      padding: 25px;
      margin: 0 auto; }
      .bnr_btm li p {
        font: 1.9rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #fff;
        margin: 0 0 25px; }
        .bnr_btm li p br {
          display: none; }
      .bnr_btm li .ttl {
        max-width: 453px;
        width: 100%;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
        aspect-ratio: 453/68;
        margin: 0 auto 20px; }
      .bnr_btm li.archives {
        background-color: #8398F2;
        margin: 0 auto 40px; }
        .bnr_btm li.archives .ttl {
          background: url("../images/index/bnr-archive.svg") center center no-repeat;
          background-size: contain; }
      .bnr_btm li.recruit {
        background-color: #055DD1; }
        .bnr_btm li.recruit .ttl {
          background: url("../images/index/bnr-recruit.svg") center center no-repeat;
          background-size: contain; }
    .bnr_btm a {
      text-decoration: none;
      display: block;
      width: 180px;
      height: 50px;
      margin: 0 auto;
      border-radius: 50px;
      border: 1px solid #00418C;
      background-color: #fff;
      color: #00418C;
      position: relative;
      font: 1.6rem/48px 'Noto Sans JP', sans-serif;
      font-weight: 500;
      padding: 0 15px 0 0;
      text-align: center;
      transition: .3s; }
      .bnr_btm a:before {
        transition: .3s;
        position: absolute;
        content: "";
        right: 26px;
        top: 21px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #00418C;
        border-right: 2px solid #00418C;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .bnr_btm ul {
    max-width: 430px;
    width: calc(100% - 40px); }
  .bnr_btm li {
    width: 100%;
    height: auto;
    padding: 25px 10px;
    margin: 0 auto; }
    .bnr_btm li p {
      font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
    .bnr_btm li .ttl {
      max-width: 235px; }
    .bnr_btm li.archives {
      margin: 0 auto 20px; }
  .bnr_btm a {
    text-decoration: none;
    display: block;
    width: 125px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #00418C;
    position: relative;
    font: 1.5rem/38px 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 0 15px 0 0;
    text-align: center;
    transition: .3s; }
    .bnr_btm a:before {
      right: 18px;
      top: 17px;
      width: 5px;
      height: 5px; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .bnr_btm ul {
    max-width: 430px;
    width: calc(100% - 40px); }
  .bnr_btm li {
    width: 100%;
    height: auto;
    padding: 15px 10px 20px;
    margin: 0 auto; }
    .bnr_btm li p {
      font: 1.3rem/1.4em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      margin: 0 auto 15px; }
    .bnr_btm li .ttl {
      max-width: 235px;
      margin: 0 auto 13px; }
    .bnr_btm li.archives {
      margin: 0 auto 20px; }
  .bnr_btm a {
    display: block;
    width: 125px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #00418C;
    position: relative;
    font: 1.3rem/28px 'Noto Sans JP', sans-serif;
    font-weight: 500;
    padding: 0 15px 0 0;
    text-align: center;
    transition: .3s; }
    .bnr_btm a:before {
      right: 18px;
      top: 10px;
      width: 5px;
      height: 5px; } }
/*max-width:480px*/
/*************************************/
.yes_luxy {
  position: relative;
  min-height: 2000px; }
  .yes_luxy:before {
    position: absolute;
    content: "";
    display: block;
    width: 400px;
    height: 200px;
    background-color: aquamarine;
    border-radius: 50%;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%); }
  .yes_luxy .top_span {
    width: 100%;
    height: 50%;
    border-radius: 9999px  9999px 0 0;
    position: absolute;
    left: 0;
    top: -5%;
    background-color: cadetblue;
    z-index: -1;
    opacity: 0.5; }
  .yes_luxy .bg_span {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 0 0 9999px 9999px;
    left: 0;
    top: 45%;
    background-color: cadetblue;
    z-index: -1;
    opacity: 0.5; }

/***************************************************/
.event h2,
.present h2,
.blog h2,
.sns h2,
.recipe h2,
.present h2 {
  z-index: 20; }
  .event h2:before,
  .present h2:before,
  .blog h2:before,
  .sns h2:before,
  .recipe h2:before,
  .present h2:before {
    animation-name: yureyure;
    /*1で解説*/
    animation-fill-mode: forwards;
    /*2で解説*/
    animation-duration: 1.5s;
    /*3で解説*/
    animation-iteration-count: infinite;
    /*4で解説*/
    animation-timing-function: ease;
    /*5で解説*/
    animation-delay: 0;
    /*6で解説*/
    animation-direction: normal;
    /*7で解説*/ }

@keyframes yureyure {
  0% {
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    top: 0%; }
  50% {
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    top: -2%; }
  100% {
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    top: 0%; } }
