@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@500&family=Noto+Sans+JP:wght@400;500;700&family=Quicksand:wght@500&display=swap");
/*--- mixin ---*/
/* --- top --- */
body {
  font-family: "Noto Sans JP", "arial", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #333333;
  background: linear-gradient(0deg, rgba(246,249,251,1) 30%, rgba(199,238,253,1) 100%);
  background-attachment:fixed;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 1.5rem;
  }
}

header {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  padding: 0;
  width: 1100px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}
@media screen and (max-width: 1300px) {
  header {
    left: 100px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 750px) {
  header {
    left: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (max-width: 750px) {
  header .header_logo {
    top: 0;
    width: calc(100% - 48px);
  }
}
header .header_logo img {
  width: auto;
  height: 34px;
}
@media screen and (max-width: 750px) {
  header .header_logo img {
    height: 100%;
    width: 100%;
  }
}
header .header_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding: 24px 30px;
  width: 100%;
}
@media screen and (max-width: 750px) {
  header .header_contents {
    padding: 16px 10px;
  }
}
header .header_contents > div.lang .linkList li:first-of-type {
  margin-right: 4px;
}
header .header_contents > div.lang .linkList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Quicksand", "Kiwi Maru", "Noto Sans JP", "arial", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #333333;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #AAD8E9;
  border-radius: 2em;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header_contents > div.lang .linkList a:hover {
  opacity: 1;
  background-color: #AAD8E9;
  border: 1px solid #AAD8E9;
}
header .header_contents > div.lang .linkList .current a {
  color: #333333;
  background-color: #AAD8E9;
  border: 1px solid #AAD8E9;
}

@media screen and (max-width: 750px) {
  .open-menu .open-menu-bg {
    background: #fff;
  }
  .open-menu .open-menu-wrap {
    top: 10px;
  }
  .open-menu .open-menu-wrap .menu li a {
    border-bottom: 1px dotted #AAD8E9;
    color: #333333;
  }
  .open-menu .open-menu-wrap .menu li a:first-of-type {
    border-top: 1px dotted #AAD8E9;
  }
  .open-menu .open-menu-wrap .menu li a::after {
    content: none;
  }
  .open-menu .open-menu-wrap .linkList {
    margin-top: 20px;
  }
  .open-menu .open-menu-wrap .linkList li:first-of-type {
    margin-right: 4px;
  }
  .open-menu .open-menu-wrap .linkList a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Quicksand", "Kiwi Maru", "Noto Sans JP", "arial", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #333333;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: 0;
    border: 1px solid #AAD8E9;
    border-radius: 2em;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .open-menu .open-menu-wrap .linkList a:hover {
    opacity: 1;
    background-color: #AAD8E9;
    border: 1px solid #AAD8E9;
  }
  .open-menu .open-menu-wrap .linkList .current a {
    color: #333333;
    background-color: #AAD8E9;
    border: 1px solid #AAD8E9;
  }
  .open-menu .open-menu-btn-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 999;
  }
  .open-menu .open-menu-btn .toggle {
    background-color: #019BE5;
    width: 24px;
    left: calc(50% - 12px);
  }
  .open-menu .open-menu-btn .toggle:nth-child(1) {
    top: 15px;
  }
  .open-menu .open-menu-btn .toggle:nth-child(2) {
    top: 24px;
  }
  .open-menu .open-menu-btn .toggle:nth-child(3) {
    top: 30px;
  }
  .open-menu.open .open-menu-btn .toggle:nth-child(1) {
    top: 50%;
    left: calc(50% - 12px);
    -webkit-transform: rotate(45deg) translateY(-2px);
            transform: rotate(45deg) translateY(-2px);
  }
  .open-menu.open .open-menu-btn .toggle:nth-child(3) {
    top: 50%;
    left: calc(50% - 12px);
    width: 24px;
    -webkit-transform: rotate(-45deg) translate(1.5px, 0px);
            transform: rotate(-45deg) translate(1.5px, 0px);
  }
}

.glnv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-top: 1px solid #AAD8E9;
  border-bottom: none;
}
.glnv > li {
  position: relative;
  width: 100%;
  height: auto;
  border: none;
}
.glnv > li:first-of-type {
  border: none;
}
.glnv > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 24px;
  width: 1px;
  background-color: #AAD8E9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.glnv > li a {
  display: block;
  padding: 15px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  color: #333333;
}
.glnv > li a:hover {
  color: #333333;
  background-color: #AAD8E9;
}

.contents {
  width: 1100px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 750px) {
  .contents {
    max-width: 90%;
    margin: 0 auto 50px;
  }
}

.contents_s {
  max-width: 760px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 750px) {
  .contents_s {
    max-width: 90%;
    margin: 0 auto 50px;
  }
}

#top .main_slide {
  overflow: hidden;
  position: relative;
  top: 0;
  margin: 0 auto;
  height: 44.1176470588vw;
  min-height: 600px;
  width: 100%;
  min-width: 1100px;
  z-index: -1;
}

#top .main_slide video {
  width: 100%;
}


@media screen and (max-width: 750px) {
  #top .main_slide {
    height: 700px;
    min-height: 700px;
    width: 100%;
    min-width: 100%;
  }

  #top .main_slide video {
    width: auto;
  }
}
#top .main_slide .mv-contents {
  position: absolute;
  top: 55%;
  left: 50%;
  margin: auto;
  padding: 0;
  width: 600px;
  background: none;
  -webkit-transform: translate(-50%, calc(-50% + 45.3333333333px));
          transform: translate(-50%, calc(-50% + 45.3333333333px));
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #top .main_slide .mv-contents {
    padding: 0 20px;
    width: 100%;
    -webkit-transform: translate(-50%, calc(-50% + 16px));
            transform: translate(-50%, calc(-50% + 16px));
  }
}
#top .main_slide .mv-contents h2 {
  font-family: "Quicksand", "Kiwi Maru", "Noto Sans JP", "arial", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
#top .main_slide .mv-contents h2 .f-large {
  display: block;
  font-size: 4.5rem;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 750px) {
  #top .main_slide .mv-contents h2 .f-large {
    font-size: 2.8rem;
  }
}
#top .main_slide .mv-contents h2 .f-small01 {
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 750px) {
  #top .main_slide .mv-contents h2 .f-small01 {
    font-size: 2rem;
  }
}
#top .main_slide .mv-contents h2 .f-small02 {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  #top .main_slide .mv-contents h2 .f-small02 {
    font-size: 1.6rem;
  }
}
#top .main_slide .mv-contents h2 .f-small03 {
  display: block;
  font-size: 2.6rem;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  #top .main_slide .mv-contents h2 .f-small03 {
    font-size: 1.6rem;
  }
}
#top .main_slide .mv-contents h2 .f-en {
  display: block;
  font-family: "Quicksand", "Kiwi Maru", "Noto Sans JP", "arial", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  #top .main_slide .mv-contents h2 .f-en {
    font-size: 1.4rem;
  }
}
#top .main_slide .mv-contents .newtopics-area {
  width: 300px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 0 20px;
  -webkit-box-shadow: 2px 2px 13px -5px rgba(0, 0, 0, 0.6);
          box-shadow: 2px 2px 13px -5px rgba(0, 0, 0, 0.6);
}
#top .main_slide .mv-contents .newtopics-area h3 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px dotted #000;
  margin-bottom: 15px;
}
#top .main_slide .mv-contents .newtopics-area h3 .pickup {
  font-size: 1.5rem;
  display: block;
}
#top .main_slide .mv-contents .newtopics-area h3 .f-small {
  font-size: 2.2rem;
}
#top .main_slide .mv-contents .newtopics-area .newtopics-contents {
  padding: 0 20px;
}
#top .main_slide .mv-contents .newtopics-area .newtopics-contents .date {
  font-weight: bold;
}
#top .main_slide .mv-contents .newtopics-area .newtopics-contents .department {
  font-weight: bold;
  background: #261616;
  text-align: center;
  color: #fff;
  padding: 5px;
  width: 100%;
  margin-bottom: 10px;
}
#top .main_slide .mv-contents .newtopics-area .newtopics-contents .title {
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 25px;
  text-decoration: underline;
}
#top .main_slide .top_slide {
  width: 100%;
  height: 100%;
  background-image: url(../../images/crdd/crdd_top_bgimg.jpg);
  background-position: center;
  background-size: cover;
}
#top .main_slide .swiper-slide {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#top .main_slide .slide01 {
  background-image: url(../../images/crdd/crdd_mv_01.png);
}
#top .main_slide .slide02 {
  background-image: url(../../images/crdd/crdd_mv_02.png);
}
#top .main_slide .slide03 {
  background-image: url(../../images/crdd/crdd_mv_03.png);
}
#top .main_slide .slide04 {
  background-image: url(../../images/crdd/crdd_mv_04.png);
}
#top .main_slide .slide05 {
  background-image: url(../../images/crdd/crdd_mv_05.png);
}
#top .main_slide .slide06 {
  background-image: url(../../images/crdd/crdd_mv_06.png);
}
#top .movieBtn {
  position: absolute;
  top: -216px;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  #top .movieBtn {
    right: 10px;
    top: -120px;
  }
}
#top .movieBtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  width: 240px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          gap: 16px;
  text-align: center;
  line-height: 1.2;
  font-family: "Quicksand", "Kiwi Maru", "Noto Sans JP", "arial", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #019BE5;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px 0 rgba(34, 34, 34, 0.16);
          box-shadow: 0 0 12px 0 rgba(34, 34, 34, 0.16);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  #top .movieBtn a {
    gap: 8px;
    height: 120px;
    width: 120px;
  }
}
#top .movieBtn a span {
  display: block;
}
#top .movieBtn a .f-text01 {
  margin-top: 5px;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  #top .movieBtn a .f-text01 {
    margin-top: 2px;
    font-size: 1.4rem;
  }
}
#top .movieBtn a .movieBtn_thumbnail {
  position: relative;
  width: 160px;
  height: 90px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  #top .movieBtn a .movieBtn_thumbnail {
    width: 80px;
    height: 45px;
  }
}
#top .movieBtn a .movieBtn_thumbnail img {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top .movieBtn a .movieBtn_thumbnail:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 40px;
  background-image: url(../../images/crdd/crdd_icon_movie_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  #top .movieBtn a .movieBtn_thumbnail:after {
    width: 32px;
    height: 20px;
  }
}
#top .movieBtn a:hover {
  opacity: 1;
  color: #019BE5;
  background-color: #fff;
}
#top .movieBtn a:hover .f-text02:after {
  background-image: url(../../images/crdd/crdd_icon_movie_02.png);
}
#top .top-news {
  position: relative;
  padding: 0;
  margin: 56px auto 0;
  width: 1100px;
}
@media screen and (max-width: 750px) {
  #top .top-news {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  #top .top-news .header {
    margin-bottom: 30px;
  }
}
#top .top-news .p-newsList {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  #top .top-news .p-newsList {
    margin: 0 0 30px;
    width: 100%;
    padding: 0;
    background: none;
  }
}
#top .top-news .p-newsList .articleList {
  border-top: 1px solid #AAD8E9;
}
#top .top-news .p-newsList .articleList li {
  border-bottom: 1px solid #AAD8E9;
}
#top .top-news .p-newsList .articleList li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top .top-news .p-newsList .articleList li a:hover {
  color: #333333;
}
#top .top-news .p-newsList .articleList li a:hover article {
  background-color: rgba(221, 237, 243, 0.75);
}
#top .top-news .p-newsList .articleList article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 16px;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  #top .top-news .p-newsList .articleList article {
    padding: 18px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#top .top-news .p-newsList .articleList article .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}
@media screen and (max-width: 750px) {
  #top .top-news .p-newsList .articleList article .meta {
    margin: 0;
  }
}
#top .top-news .p-newsList .articleList article .meta .m-catLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
}
@media screen and (max-width: 750px) {
  #top .top-news .p-newsList .articleList article .meta .m-catLabel {
    width: 120px;
    height: 24px;
    font-size: 1.3rem;
  }
}
#top .top-news .p-newsList .articleList article .meta .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 116px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Quicksand", "Kiwi Maru", "Noto Sans JP", "arial", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  #top .top-news .p-newsList .articleList article .meta .date {
    width: 7em;
    font-size: 1.4rem;
  }
}
#top .top-news .p-newsList .articleList article .meta .date .lg {
  margin: 0;
  vertical-align: 0;
  font-size: 1.6rem;
}
#top .top-news .p-newsList .articleList article .meta .date .lg::before {
  content: "/";
}
@media screen and (max-width: 750px) {
  #top .top-news .p-newsList .articleList article .meta .date .lg {
    font-size: 1.4rem;
  }
}
#top .top-news .p-newsList .articleList article .title {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  #top .top-news .p-newsList .articleList article .title {
    margin-top: 0.5em;
  }
}
#top .top-news .listLinkBtn a {
  position: relative;
  display: inline-block;
  padding: 12px 55px 12px 44px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #fff;
  background-color: #019BE5;
  border: 1px solid #019BE5;
  border-radius: 3em;
}
@media screen and (max-width: 750px) {
  #top .top-news .listLinkBtn a {
    padding: 10px 55px 10px 44px;
    font-size: 1.5rem;
  }
}
#top .top-news .listLinkBtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin: 0;
  width: 20px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../images/crdd/crdd_icon_ar_01.png);
  border: none;
  vertical-align: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top .top-news .listLinkBtn a:hover {
  opacity: 1;
  color: #019BE5;
  border: 1px solid #019BE5;
  background-color: #fff;
}
#top .top-news .listLinkBtn a:hover::after {
  background-image: url(../../images/crdd/crdd_icon_ar_02.png);
}
#top .title-area {
  text-align: center;
}
#top .top-title {
  position: static;
  display: block;
  margin-bottom: 40px;
  padding: 0;
  line-height: 1.4;
  font-size: 3.2rem;
  font-family: "Quicksand", "Kiwi Maru", "Noto Sans JP", "arial", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  border: none;
}
@media screen and (max-width: 750px) {
  #top .top-title {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
}
#top .top-title::after {
  display: none;
}
#top .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1000;
}
#top .modal.opened {
  opacity: 1;
  visibility: visible;
}
#top .modal_movie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62.794118%;
  aspect-ratio: 427/240;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #top .modal_movie {
    width: calc(100% - 40px);
  }
}
#top .modal_movie iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
}
@media screen and (max-width: 750px) {
  #top .modal_movie iframe {
    border-radius: 10px;
  }
}
#top .modal_overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.8;
  z-index: 1;
}
#top .modal_btn {
  position: absolute;
  top: -20px;
  right: 0;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #top .modal_btn {
    top: -16px;
  }
}
#top .modal_btn:hover {
  opacity: 0.6;
}
#top .modal_btn:before, #top .modal_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 2px;
  background: #fff;
}
#top .modal_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#top .modal_btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

footer {
  margin: 64px auto 0;
  padding: 64px 0 0;
  width: 100%;
  color: #333333;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  footer {
    margin: 56px auto 0;
    padding: 40px 0 0;
  }
}
footer .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
footer .contents .logo_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 36px 40px 16px;
  min-width: 1100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f6f9fb;
}
@media screen and (max-width: 750px) {
  footer .contents .logo_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 20px 10px;
    min-width: 100%;
  }
}
footer .contents .logo_area img {
  height: 30px;
  width: auto;
}
@media screen and (max-width: 750px) {
  footer .contents .logo_area img {
    display: block;
    margin-bottom: 10px;
    height: auto;
    width: 100%;
  }
}
footer .contents .logo_area p {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  footer .contents .logo_area p {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
footer .contents .footnv_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 1100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  footer .contents .footnv_area {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .contents .footnv_area .footnv_contents {
  margin: 0;
  padding: 0 0 64px;
  border: none;
}
@media screen and (max-width: 750px) {
  footer .contents .footnv_area .footnv_contents {
    padding: 0 20px 40px;
  }
}
footer .contents .footnv_area .footnv_contents:nth-child(1) {
  width: 72.7272727273%;
}
@media screen and (max-width: 750px) {
  footer .contents .footnv_area .footnv_contents:nth-child(1) {
    width: 100%;
    padding: 0 20px 30px;
  }
}
footer .contents .footnv_area .footnv_contents:nth-child(1) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 750px) {
  footer .contents .footnv_area .footnv_contents:nth-child(1) ul {
    gap: 16px;
  }
}
footer .contents .footnv_area .footnv_contents:nth-child(1) ul li {
  width: 31.25%;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  footer .contents .footnv_area .footnv_contents:nth-child(1) ul li {
    width: calc((100% - 16px) / 2);
  }
}
footer .contents .footnv_area .footnv_contents:nth-child(1) ul li a {
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid #AAD8E9;
}
footer .contents .footnv_area .footnv_contents:nth-child(1) ul li a:hover {
  opacity: 1;
  color: #019BE5;
  border-bottom: 1px solid #019BE5;
}
footer .contents .footnv_area .footnv_contents:nth-child(2) {
  width: 20.9090909091%;
}
@media screen and (max-width: 750px) {
  footer .contents .footnv_area .footnv_contents:nth-child(2) {
    width: 100%;
  }
}
footer .contents .footnv_area .footnv_contents:nth-child(2) h2 {
  font-weight: 600;
  margin-bottom: 6px;
}
footer .contents .footnv_area .footnv_contents:nth-child(2) ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .contents .footnv_area .footnv_contents:nth-child(2) ul li {
  margin-top: 8px;
  padding: 0;
  line-height: 1.4;
  width: 100%;
  font-weight: 500;
}
footer .contents .footnv_area .footnv_contents:nth-child(2) ul li a::before {
  content: none;
}
footer .contents .footnv_area .footnv_contents:nth-child(2) ul li a:hover {
  opacity: 1;
  color: #019BE5;
  text-decoration: underline;
}

.footer_copyright {
  margin: 0;
  padding: 0 0 20px;
  font-size: 1.2rem;
  font-family: "Quicksand", "Kiwi Maru", "Noto Sans JP", "arial", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .footer_copyright {
    font-size: 1rem;
  }
}

/*動画エリア*/
#top .top_movieArea {
  display: flex;
  margin: 60px 0;
  align-items: center;
  justify-content: flex-end;
}

#top .top_movieArea video {
  width: 55%;
}

#top .top_movieArea .catch_area {
  margin-right: 30px;
  font-family: "Quicksand", "Kiwi Maru", "Noto Sans JP", "arial", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
}

#top .top_movieArea .catch_area .listLinkBtn {
  margin-top: 20px;
}