@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;0,800;1,400;1,500;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url(default.css);
@import url(utility.css);
@import url(animate.css);
@import url(nav.css);
/* ==================================
    共通箇所
================================== */
html {
  font-size: 62.5%; }

body {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: black;
  letter-spacing: 0px; }

#wrapper {
  max-width: 100%;
  overflow-x: hidden; }

.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #040404;
  text-decoration: underline; }

a:hover {
  opacity: .8;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

img {
  max-width: 100%;
  height: auto; }

.sp_cnt {
  display: none; }

object {
  pointer-events: none;
  max-width: 100%;
  height: auto; }

@media screen and (max-width: 768px) {
  .sp_cnt {
    display: block; }
  .pc_cnt {
    display: none; } }

/* ==================================
    HEADER
================================== */
#home #header {
  display: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  #home #header.fixed {
    display: block; }

#header {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background: #fff;
  z-index: 999;
  transition: all 0.5s; }
  #header .contents_box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 15px; }
  #header .hd_logo {
    max-width: 338px;
    width: 28.16667%; }
  #header .hd_contents .btn_list .btn {
    display: block;
    width: 160px;
    margin-left: 6px; }
  #header .hd_contents .tel_contact_box {
    margin-left: 33px; }
    #header .hd_contents .tel_contact_box .txt {
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.6;
      letter-spacing: 0.7px;
      text-align: left; }
      #header .hd_contents .tel_contact_box .txt span {
        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;
        padding: 0 10px;
        margin-left: 5px;
        text-align: center;
        border-radius: 4px;
        background-color: #7c388f;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0;
        text-align: left;
        color: #ffffff; }
    #header .hd_contents .tel_contact_box .js-tel {
      display: block;
      padding-left: 30px;
      background: url(../images/icon/tel_icon.svg) no-repeat left center/20px auto;
      font-family: "Open Sans", Arial, "Helvetica", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
      font-size: 3.4rem;
      font-weight: 600;
      line-height: normal;
      text-align: right;
      letter-spacing: 0.34px;
      color: #000000; }
      #header .hd_contents .tel_contact_box .js-tel a {
        text-decoration: none; }
  #header #nav_icon {
    display: none; }
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 500; }
    #header.fixed .contents_box {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 12px 0 5px; }
    #header.fixed .hd_logo {
      max-width: 300px;
      width: 25%; }
    #header.fixed .hd_contents {
      padding-bottom: 0px; }
      #header.fixed .hd_contents .btn_list .btn {
        display: block;
        width: 140px;
        margin-left: 6px; }
      #header.fixed .hd_contents .tel_contact_box {
        margin-left: 20px; }
        #header.fixed .hd_contents .tel_contact_box .txt {
          font-size: 1.2rem;
          font-weight: 500;
          line-height: 1.6;
          letter-spacing: 0.7px;
          text-align: left; }
          #header.fixed .hd_contents .tel_contact_box .txt span {
            font-size: 1.1rem; }
        #header.fixed .hd_contents .tel_contact_box .js-tel {
          padding-left: 20px;
          background: url(../images/icon/tel_icon.svg) no-repeat 1% center/22px auto;
          font-family: "Open Sans", Arial, "Helvetica", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
          font-size: 2.6rem; }
          #header.fixed .hd_contents .tel_contact_box .js-tel a {
            text-decoration: none; }

@media screen and (max-width: 1240px) {
  #header {
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff; }
    #header .contents_box {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 1.49254vw 0 0; }
    #header .hd_logo {
      max-width: 300px;
      width: 24.19355vw; }
    #header .hd_contents {
      padding-bottom: 0.80645vw; }
      #header .hd_contents .btn_list .btn {
        display: block;
        width: 12.09677vw;
        margin-left: 0.48387vw; }
      #header .hd_contents .tel_contact_box {
        margin-left: 2.41935vw; }
        #header .hd_contents .tel_contact_box .txt {
          font-size: 1.12903vw; }
          #header .hd_contents .tel_contact_box .txt span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 10.08065vw;
            height: 1.77419vw;
            font-size: 1.04839vw; }
        #header .hd_contents .tel_contact_box .js-tel {
          display: block;
          padding-left: 2.41935vw;
          font-size: 2.74194vw; }
    #header.fixed {
      position: fixed;
      top: 0;
      left: 0;
      background: #fff; }
      #header.fixed .hd_logo {
        max-width: 280px;
        width: 23.33333%; }
      #header.fixed .hd_contents {
        padding-bottom: 0.64516vw; }
        #header.fixed .hd_contents .btn_list .btn {
          display: block;
          width: 140px;
          margin-left: 0.48387vw; }
        #header.fixed .hd_contents .tel_contact_box {
          margin-left: 1.6129vw; }
          #header.fixed .hd_contents .tel_contact_box .txt {
            font-size: 0.96774vw; }
            #header.fixed .hd_contents .tel_contact_box .txt span {
              width: 8.87097vw;
              height: 1.77419vw;
              font-size: 0.8871vw; }
          #header.fixed .hd_contents .tel_contact_box .js-tel {
            font-size: 2.15806vw; }
            #header.fixed .hd_contents .tel_contact_box .js-tel a {
              text-decoration: none; } }

@media screen and (max-width: 960px) {
  #header {
    padding: 0 0 0; }
    #header .contents_box {
      width: 96%;
      padding: 1.5625vw 0 1.04167vw; }
    #header .hd_logo {
      max-width: 250px;
      width: 26.04167vw; }
    #header .hd_contents {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-bottom: 0; }
      #header .hd_contents .btn_list .btn {
        display: block;
        width: 12.5vw;
        margin-left: 0.625vw; }
      #header .hd_contents .tel_contact_box {
        margin-left: 2.08333vw; }
        #header .hd_contents .tel_contact_box .txt {
          font-size: 1.45833vw; }
          #header .hd_contents .tel_contact_box .txt span {
            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;
            width: 11.45833vw;
            height: 2.29167vw;
            font-size: 1.14583vw;
            line-height: 1.2; }
        #header .hd_contents .tel_contact_box .js-tel {
          display: block;
          padding-left: 2.70833vw;
          font-size: 3.125vw;
          line-height: 1.2; }
          #header .hd_contents .tel_contact_box .js-tel a {
            text-decoration: none; }
    #header.fixed {
      position: fixed;
      top: 0;
      left: 0;
      background: #fff; }
      #header.fixed .contents_box {
        width: 96%;
        padding: 1.04167vw 0 0vw; }
      #header.fixed .hd_logo {
        max-width: 220px;
        width: 22.91667%; }
      #header.fixed .hd_contents .btn_list .btn {
        display: block;
        width: 12.5vw;
        margin-left: 0.48387vw; }
      #header.fixed .hd_contents .tel_contact_box {
        margin-left: 1.6129vw; }
        #header.fixed .hd_contents .tel_contact_box .txt {
          font-size: 1.25vw; }
          #header.fixed .hd_contents .tel_contact_box .txt span {
            width: 11.45833vw;
            height: 2.29167vw;
            font-size: 1.14583vw;
            line-height: 1.69; }
        #header.fixed .hd_contents .tel_contact_box .js-tel {
          padding-left: 2.08333vw;
          background: url(../images/icon/tel_icon.svg) no-repeat left center/1.6vw auto;
          font-size: 3.125vw; } }

@media screen and (max-width: 768px) {
  #header .contents_box {
    height: 16.92708vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 0 0 3.90625vw; }
  #header .hd_logo {
    max-width: 445px;
    width: 57.94271vw; }
    #header .hd_logo img {
      width: 100%;
      height: auto; }
  #header .hd_contents {
    display: none; }
  #header #nav_icon {
    display: block;
    position: relative;
    width: 16.92708vw;
    height: 100%;
    z-index: 1000; }
  #header.fixed .contents_box {
    height: 13.02083vw;
    width: 100%;
    padding: 0 0 0 3.90625vw; }
  #header.fixed .hd_logo {
    max-width: 400px;
    width: 52.08333vw; }
  #header.fixed #nav_icon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 13.02083vw;
    z-index: 5000; } }

#gnav {
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-shadow: 2px 3px 5px 0 #4a4949;
  box-shadow: 2px 3px 5px 0 #4a4949;
  background-color: #7c388f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  #gnav ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    width: 90%;
    height: 56px;
    margin: 0 auto; }
    #gnav ul li {
      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;
      width: 14.28%;
      height: 100%;
      position: relative; }
      #gnav ul li a {
        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;
        width: 100%;
        height: 27px;
        border-left: 1px solid #a06bad;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 27px;
        letter-spacing: 0.48px;
        text-align: center;
        color: #ffffff;
        text-decoration: none; }
      #gnav ul li.child_box {
        cursor: pointer; }
        #gnav ul li.child_box .child {
          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;
          width: 100%;
          height: 27px;
          border-left: 1px solid #a06bad;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 27px;
          letter-spacing: 0.48px;
          text-align: center;
          color: #ffffff;
          text-decoration: none;
          z-index: 10; }
        #gnav ul li.child_box .sub_nav {
          display: none;
          min-width: 170%;
          width: 100%;
          position: absolute;
          top: 100%;
          left: 0;
          background: #f5eaf8;
          text-align: left !important; }
          #gnav ul li.child_box .sub_nav a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            min-height: 36px;
            background: #f5eaf8;
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            border-left: none;
            padding: 0 15px;
            text-align: left !important;
            font-size: 1.4rem;
            color: #6d2382; }
      #gnav ul li:last-of-type {
        border-right: 1px solid #a06bad; }

.fixed #gnav ul {
  height: 45px;
  margin: 0 auto; }
  .fixed #gnav ul li a {
    height: 20px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 20px; }

#sp_gnav {
  display: none; }

@media screen and (max-width: 1240px) {
  #gnav ul {
    height: 4.51613vw; }
    #gnav ul li a {
      height: 2.47742vw;
      font-size: 1.29032vw;
      font-weight: 400;
      line-height: 2.17742vw; }
  .fixed #gnav ul {
    height: 3.62903vw; }
    .fixed #gnav ul li a {
      height: 1.6129vw;
      font-size: 1.12903vw;
      line-height: 1.6129vw; } }

@media screen and (max-width: 960px) {
  #gnav ul {
    width: 96%;
    height: 5.20833vw; }
    #gnav ul li a {
      height: 2.8125vw;
      font-size: 1.45833vw;
      font-weight: 400;
      line-height: 2.8125vw; }
  .fixed #gnav ul {
    height: 4.6875vw; }
    .fixed #gnav ul li a {
      height: 2.08333vw;
      font-size: 1.35417vw;
      line-height: 2.08333vw; } }

@media screen and (max-width: 768px) {
  #gnav {
    display: none; }
  #sp_gnav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    background: #fff;
    padding: 100px 0;
    z-index: 1000; }
    #sp_gnav ul {
      border-top: 1px solid #d5d5d5; }
    #sp_gnav li a {
      display: block;
      padding: 2.86458vw 20px;
      border-bottom: 1px solid #d5d5d5;
      font-size: 4.16667vw;
      text-decoration: none; } }

/* ==================================
    MAIN CONTENTS
================================== */
#main_container {
  position: relative;
  width: 100%;
  z-index: 1; }

.contents_box {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto; }

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex_box_sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex_box_fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex_box_cnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.more_btn {
  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;
  width: 215px;
  height: 44px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 0 0 #9c61ad;
  box-shadow: 0px 2px 0 0 #9c61ad;
  border: solid 1px #8a459e;
  background: #fff url(../images/icon/icon02.svg) no-repeat 95% center/7px auto;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
  color: #5a2e84;
  text-decoration: none; }

.number_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0 2px 0 0;
  background: -webkit-linear-gradient(305deg, #8a459e 0%, #8a459e 50%, #6d2682 50%, #6d2682 100%);
  background: -o-linear-gradient(305deg, #8a459e 0%, #8a459e 50%, #6d2682 50%, #6d2682 100%);
  background: linear-gradient(145deg, #8a459e 0%, #8a459e 50%, #6d2682 50%, #6d2682 100%);
  font-family: Century, 'Noto Serif JP', 'Futura', sans-serif;
  font-size: 3.2rem;
  line-height: 1.875;
  color: #e9e1f0; }
  .number_box em {
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg); }

@media screen and (max-width: 960px) {
  .more_btn {
    max-width: 200px;
    width: 20.83333vw;
    height: 4.58333vw;
    border-radius: 4px;
    background: #fff url(../images/icon/icon02.svg) no-repeat 95% center/0.7vw auto;
    font-size: 1.5625vw; }
  .number_box {
    width: 6.25vw;
    height: 6.25vw;
    padding: 0 1px 0 0;
    font-size: 3.33333vw; } }

@media screen and (max-width: 768px) {
  .more_btn {
    font-size: 3.90625vw; }
  .number_box {
    width: 10.41667vw;
    height: 10.41667vw;
    padding: 0 0px 3px 0;
    font-size: 6.25vw;
    line-height: 1.6; } }

/* ==================================
    FOOTER
================================== */
#footer {
  position: relative;
  background-color: #f7eff9; }
  #footer .ft_contact_area {
    background-color: #752b8a; }
    #footer .ft_contact_area .contents_box {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 90px; }
    #footer .ft_contact_area .ft_logo {
      max-width: 266px;
      width: 22.16667%; }
  #footer .ft_contact .tel_contact_box .txt {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.7px;
    text-align: right;
    color: #ffffff; }
  #footer .ft_contact .tel_contact_box .js-tel {
    display: block;
    padding-left: 30px;
    background: url(../images/icon/tel_icon02.svg) no-repeat left center/28px auto;
    font-family: "Open Sans", Arial, "Helvetica", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;
    color: #fff; }
    #footer .ft_contact .tel_contact_box .js-tel a {
      color: #fff;
      text-decoration: none; }
  #footer .btn_list {
    margin-left: 18px; }
    #footer .btn_list a {
      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;
      width: 144px;
      height: 54px;
      margin-left: 12px;
      border-radius: 4px;
      -webkit-box-shadow: 0px 3px 0 0 #5b1071;
      box-shadow: 0px 3px 0 0 #5b1071;
      background: #c53957 url(../images/icon/icon03.svg) no-repeat 95% center/7px auto;
      font-size: 1.5rem;
      font-weight: 500;
      letter-spacing: 1.5px;
      text-align: center;
      color: #ffffff;
      text-decoration: none; }
    #footer .btn_list .btn02 {
      background: #bf4eb0 url(../images/icon/icon03.svg) no-repeat 95% center/7px auto; }
    #footer .btn_list .btn03 {
      background: #219580 url(../images/icon/icon03.svg) no-repeat 95% center/7px auto; }
  #footer .ft_nav_area {
    padding: 50px 0 70px; }
    #footer .ft_nav_area .ft_nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -2.83333%; }
      #footer .ft_nav_area .ft_nav .nav_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        margin-right: 2.83333%;
        margin-bottom: -0.83333%; }
        #footer .ft_nav_area .ft_nav .nav_box a {
          display: block;
          margin-bottom: 10px;
          font-size: 1.5rem;
          font-weight: 500;
          line-height: 1.2;
          letter-spacing: 0.05rem;
          text-align: left;
          color: #000000;
          text-decoration: none; }
        #footer .ft_nav_area .ft_nav .nav_box .sub_nav {
          display: block;
          margin-top: 15px; }
          #footer .ft_nav_area .ft_nav .nav_box .sub_nav a {
            position: relative;
            padding-left: 20px;
            font-size: 1.4rem;
            font-weight: 400; }
            #footer .ft_nav_area .ft_nav .nav_box .sub_nav a:before {
              content: "";
              display: block;
              position: absolute;
              left: 0;
              top: 0;
              bottom: 0;
              margin: auto;
              width: 11px;
              height: 2px;
              background-color: #bf85bf; }
  #footer .lower_ft_contents {
    background: #fff; }
    #footer .lower_ft_contents .contents_box {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 80px; }
    #footer .lower_ft_contents .lower_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #footer .lower_ft_contents .lower_nav a {
        display: inline-block;
        margin-right: 40px;
        font-size: 1.4rem;
        text-align: left;
        color: #000000;
        text-decoration: none; }
    #footer .lower_ft_contents .copyright {
      font-size: 1.4rem;
      color: #000000; }

#pagetop_box {
  _width: 100%;
  _text-align: right;
  _padding: 0 20px 0 0; }

#pageTop {
  position: fixed;
  display: none;
  bottom: 15px;
  right: 5%;
  z-index: 9;
  width: 50px; }

.fixed_btn {
  display: none; }

@media screen and (max-width: 1340px) {
  #footer .ft_contact_area .contents_box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 6.71642vw; }
  #footer .ft_contact_area .ft_logo {
    max-width: 266px;
    width: 19.85075vw; }
  #footer .ft_contact .tel_contact_box .txt {
    font-size: 1.04478vw; }
  #footer .ft_contact .tel_contact_box .js-tel {
    display: block;
    padding-left: 2.23881vw;
    background: url(../images/icon/tel_icon02.svg) no-repeat left center/1.6vw auto;
    font-size: 2.08955vw; }
  #footer .btn_list {
    margin-left: 1.34328vw; }
    #footer .btn_list a {
      width: 10.74627vw;
      height: 4.02985vw;
      margin-left: 0.96774vw;
      border-radius: 4px;
      background: #c53957 url(../images/icon/icon03.svg) no-repeat 90% center/4.8% auto;
      font-size: 1.1194vw; }
    #footer .btn_list .btn02 {
      background: #bf4eb0 url(../images/icon/icon03.svg) no-repeat 90% center/4.8% auto; }
    #footer .btn_list .btn03 {
      background: #219580 url(../images/icon/icon03.svg) no-repeat 90% center/4.8% auto; }
  #footer .ft_nav_area {
    padding: 3.73134vw 0 5.22388vw; }
    #footer .ft_nav_area .ft_nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -5.22388vw; }
      #footer .ft_nav_area .ft_nav .nav_box {
        margin-right: 5.22388vw; }
        #footer .ft_nav_area .ft_nav .nav_box a {
          font-size: 1.1194vw; }
        #footer .ft_nav_area .ft_nav .nav_box .sub_nav {
          margin-top: 1.1194vw; }
          #footer .ft_nav_area .ft_nav .nav_box .sub_nav a {
            padding-left: 1.49254vw;
            font-size: 1.04478vw; }
            #footer .ft_nav_area .ft_nav .nav_box .sub_nav a:before {
              width: 0.8209vw;
              height: 2px; }
  #footer .lower_ft_contents {
    background: #fff; }
    #footer .lower_ft_contents .contents_box {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 80px; }
    #footer .lower_ft_contents .lower_nav a {
      margin-right: 20px;
      font-size: 1.04478vw; }
    #footer .lower_ft_contents .copyright {
      font-size: 1.04478vw; } }

@media screen and (max-width: 960px) {
  #footer .ft_contact_area .contents_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 5.20833vw 0; }
  #footer .ft_contact_area .ft_logo {
    max-width: 366px;
    width: 38.125%;
    margin: 0 auto 2.08333vw; }
  #footer .ft_contact {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #footer .ft_contact .tel_contact_box {
      margin-bottom: 3.125vw; }
      #footer .ft_contact .tel_contact_box .txt {
        font-size: 1.66667vw;
        text-align: center; }
      #footer .ft_contact .tel_contact_box .js-tel {
        padding-left: 5.20833vw;
        background: url(../images/icon/tel_icon02.svg) no-repeat left center/3.125vw auto;
        font-family: "Open Sans", Arial, "Helvetica", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
        font-size: 3.95833vw;
        font-weight: 600;
        line-height: 1.4;
        letter-spacing: 1.4px;
        color: #fff; }
        #footer .ft_contact .tel_contact_box .js-tel a {
          color: #fff;
          text-decoration: none; }
  #footer .btn_list {
    width: 100%;
    margin-left: 0vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #footer .btn_list a {
      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;
      max-width: none;
      width: 29vw;
      height: 7.08333vw;
      margin-left: 0;
      margin-right: 1vw;
      border-radius: 4px;
      -webkit-box-shadow: 0px 3px 0 0 #5b1071;
      box-shadow: 0px 3px 0 0 #5b1071;
      background: #c53957 url(../images/icon/icon03.svg) no-repeat 95% center/7px auto;
      font-size: 2.08333vw; }
    #footer .btn_list .btn02 {
      background: #bf4eb0 url(../images/icon/icon03.svg) no-repeat 95% center/7px auto; }
    #footer .btn_list .btn03 {
      background: #219580 url(../images/icon/icon03.svg) no-repeat 95% center/7px auto;
      margin-right: 0; }
  #footer .ft_nav_area {
    padding: 5.20833vw 0 7.29167vw; }
    #footer .ft_nav_area .ft_nav {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: 0%;
      margin-bottom: -5.20833vw; }
      #footer .ft_nav_area .ft_nav .nav_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        width: 33%;
        padding-right: 10px;
        margin-right: 0%;
        margin-bottom: 5.20833vw; }
        #footer .ft_nav_area .ft_nav .nav_box a {
          display: block;
          margin-bottom: 2.08333vw;
          font-size: 1.875vw; }
        #footer .ft_nav_area .ft_nav .nav_box .sub_nav {
          display: block;
          margin-top: 0; }
          #footer .ft_nav_area .ft_nav .nav_box .sub_nav a {
            padding-left: 16px;
            font-size: 1.66667vw; }
  #footer .lower_ft_contents {
    background: #fff; }
    #footer .lower_ft_contents .contents_box {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      height: auto;
      padding: 3.125vw 0; }
    #footer .lower_ft_contents .lower_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      margin-right: 0%;
      margin-bottom: 20px; }
      #footer .lower_ft_contents .lower_nav a {
        margin-right: 4.16667vw;
        font-size: 1.875vw;
        text-decoration: none; }
        #footer .lower_ft_contents .lower_nav a:last-of-type {
          margin-right: 0; }
    #footer .lower_ft_contents .copyright {
      font-size: 1.875vw;
      color: #000000; } }

@media screen and (max-width: 768px) {
  #footer .ft_contact_area .contents_box {
    padding: 3.90625vw 0; }
  #footer .ft_contact_area .ft_logo {
    max-width: 366px;
    width: 47.65625%;
    margin: 0 auto 2.60417vw; }
  #footer .ft_contact .tel_contact_box {
    margin-bottom: 3.90625vw; }
    #footer .ft_contact .tel_contact_box .txt {
      font-size: 3.75vw;
      margin-bottom: 0px; }
    #footer .ft_contact .tel_contact_box .js-tel {
      padding-left: 7.8125vw;
      background: url(../images/icon/tel_icon02.svg) no-repeat left center/5.2vw auto;
      font-family: "Open Sans", Arial, "Helvetica", "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
      font-size: 7.8125vw;
      font-weight: 600;
      line-height: 1.4;
      letter-spacing: 1.4px;
      color: #fff; }
      #footer .ft_contact .tel_contact_box .js-tel a {
        color: #fff;
        text-decoration: none; }
  #footer .btn_list {
    width: 100%;
    margin-left: 0vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #footer .btn_list a {
      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;
      max-width: none;
      width: 29vw;
      height: 10.15625vw;
      margin-left: 0;
      margin-right: 1vw;
      border-radius: 4px;
      -webkit-box-shadow: 0px 3px 0 0 #5b1071;
      box-shadow: 0px 3px 0 0 #5b1071;
      background: #c53957 url(../images/icon/icon03.svg) no-repeat 95% center/5px auto;
      font-size: 3.38542vw;
      line-height: 3; }
    #footer .btn_list .btn02 {
      background: #bf4eb0 url(../images/icon/icon03.svg) no-repeat 95% center/5px auto; }
    #footer .btn_list .btn03 {
      background: #219580 url(../images/icon/icon03.svg) no-repeat 95% center/5px auto;
      margin-right: 0; }
  #footer .ft_nav_area {
    padding: 6.51042vw 0 9.11458vw; }
    #footer .ft_nav_area .ft_nav {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: 0%;
      margin-bottom: -3.90625vw; }
      #footer .ft_nav_area .ft_nav .nav_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        width: 50%;
        padding-right: 2.60417vw;
        margin-right: 0%;
        margin-bottom: 6.51042vw; }
        #footer .ft_nav_area .ft_nav .nav_box a {
          display: block;
          margin-bottom: 3.90625vw;
          font-size: 4.16667vw; }
        #footer .ft_nav_area .ft_nav .nav_box .sub_nav {
          display: block;
          margin-top: 0; }
          #footer .ft_nav_area .ft_nav .nav_box .sub_nav a {
            padding-left: 16px;
            font-size: 3.38542vw; }
  #footer .lower_ft_contents {
    background: #fff; }
    #footer .lower_ft_contents .contents_box {
      padding: 3.90625vw 0 28.64583vw; }
    #footer .lower_ft_contents .lower_nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      margin-right: 0%;
      margin-bottom: 3.90625vw; }
      #footer .lower_ft_contents .lower_nav a {
        margin-right: 0;
        margin-bottom: 15px;
        font-size: 4.16667vw;
        text-decoration: none; }
        #footer .lower_ft_contents .lower_nav a:last-of-type {
          margin-right: 0;
          margin-bottom: 0px; }
    #footer .lower_ft_contents .copyright {
      font-size: 3.38542vw;
      color: #000000; }
  .fixed_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(50, 12, 61, 0.7);
    padding: 2.21354vw 2.21354vw 2.60417vw;
    z-index: 10; }
    .fixed_btn a {
      display: block;
      position: relative; }
    .fixed_btn .btn01 {
      max-width: 276px;
      width: 35.9375vw; }
      .fixed_btn .btn01:after {
        content: "";
        position: absolute;
        top: 12%;
        left: 0;
        right: 0;
        width: 100%;
        height: 14.32292vw;
        margin: auto;
        border-radius: 5px;
        background: #560e1c;
        z-index: -1; }
    .fixed_btn .btn02 {
      max-width: 216px;
      width: 28.125vw;
      margin: 0 1.5625vw; }
      .fixed_btn .btn02:after {
        content: "";
        position: absolute;
        top: 12%;
        left: 0;
        right: 0;
        width: 100%;
        height: 14.32292vw;
        margin: auto;
        border-radius: 5px;
        background: #491548;
        z-index: -1; }
    .fixed_btn .btn03 {
      max-width: 216px;
      width: 28.125vw; }
      .fixed_btn .btn03:after {
        content: "";
        position: absolute;
        top: 12%;
        left: 0;
        right: 0;
        width: 100%;
        height: 14.32292vw;
        margin: auto;
        border-radius: 5px;
        background: #0e2f3a;
        z-index: -1; }
  #pageTop {
    position: fixed;
    display: none;
    bottom: 15%;
    right: 3%;
    z-index: 9;
    width: 40px; } }

@media screen and (max-width: 768px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch; }
  .scroll:before {
    content: "※横にスクロールします。";
    font-size: 82.5%;
    display: block;
    margin: 0px 0 5px; }
  .scroll:after {
    content: "※横にスクロールします。";
    font-size: 82.5%;
    display: block;
    margin: 5px 0 20px; }
  .scroll table {
    max-width: 100%; }
  .scroll table th[scope="col"] {
    padding: 15px 15px; }
  .scroll table th[scope="row"] {
    padding: 15px 10px; }
  .scroll table td {
    padding: 15px; } }




/*======================================

	PCの時だけ改行

=======================================*/
@media screen and (max-width: 640px) {
    .br-pc { display: none; }
}

/*======================================

	スマホの時だけ改行

=======================================*/
.br-sp {
    display:none;
}

@media screen and (max-width: 640px) {
    .br-sp { display: block; }
}



/*ボックスレスポンシブ001ボタン*/
.boxresbtn001 {
	margin-top: 40px;
	margin-bottom: 20px;
}
.boxresbtn001 p.txt01 {
	height: 100px;
	-webkit-transform: skew(-15deg);
	transform: skew(-15deg);
	color: #fff;
	border-radius: 0;
	background-image: -webkit-gradient(linear, left top, right top, from(#2af598), to(#009efd));
	background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
	background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	text-align: center;
	vertical-align: middle;
	line-height: 100px;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	font-size: 4rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.boxresbtn001 p.txt01:hover {
  -webkit-transform: skew(0);
  transform: skew(0);
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}
.boxresbtn001 p.txt01 a{
	text-decoration: none;
	color: #fff;
}
.boxresbtn001 p.txt02 {
	font-size: 1.8rem;
	text-align: center;
}
@media (max-width: 768px){
.boxresbtn001 {
	min-height:0px ;
}
.boxresbtn001 p.txt01 {
	line-height: 1.6;
	width: 100%;
	font-size: 1.8rem;
	line-height: 50px;
	height: 50px;
}
.boxresbtn001 p.txt02 {
	margin-top: 3px;
	font-size: 1.6rem;
	text-align: left;
}
}



/* イメージリスト movie */
#imageListmovie{
	max-width:1400px;
	overflow:hidden;
	margin-top:20px;
}

#imageListmovie li{
	width:50%;
	float:left;
	margin-bottom:20px;
	padding:0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}


#imageListmovie p.txt01 {
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color: #333333;
}

#imageListmovie p.txt02 {
	color: #fff;
	font-size: 1.8rem;
	font-family: "Noto Serif JP", "游明朝", YuMincho medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	background-color: #6d2382;
	padding: 10px;
}

#imageListmovie p.txt03 {
	color:#333333;
    font-size: 1.6rem;
}






.img-responsive{
	width:100%;
	height:auto;
}


/* TABLET */
@media screen and (max-width: 768px){

#imageListmovie li{
	width:100%;
	float:none;
	padding:0 ;
}


}



/* イメージリスト */

#imageListtoplogo01{
	max-width:1200px;

	overflow:hidden;

	margin-top:0px;

}



#imageListtoplogo01 li{
    width: 25%;
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}








.img-responsive{

	width:100%;

	height:auto;

}





/* TABLET */

@media screen and (max-width: 992px){



#imageListtoplogo01 li{
    width: 50%;
    float: left;
    padding: 0px 5px;
}

}



/* イメージリスト */

#imageListtoplogo02{
	max-width: 1200px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;

}



#imageListtoplogo02 li{
    width: 25%;
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
}








.img-responsive{

	width:100%;

	height:auto;

}





/* TABLET */

@media screen and (max-width: 992px){



#imageListtoplogo02 li{
    width: 50%;
    float: left;
    padding: 0px 5px;
}

}

	