/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500;700&display=swap");
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 2;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-break: break-word;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: #4c4948;
  font-size: 10px;
  font-weight: 400;
}

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

a {
  display: inline-block;
  color: black;
  cursor: pointer;
}

a.opacity {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.opacity:hover {
  opacity: 0.8;
}

a, a:hover {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  letter-spacing: 0.1em;
}

/*
p, dt, dd {
  overflow-wrap: break-word;
}
*/
body {
  margin: auto;
}

small {
  font-size: 70%;
  color: grey;
}

/*--------------------------responsive ---------------------*/
.clearfix::before,
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pci {
  display: inline-block !important;
}

.spi {
  display: none !important;
}

.pcf {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spf {
  display: none !important;
}

.l_con {
  width: 127.6rem;
  margin: 0 auto;
}

.m_con {
  width: 90rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .spi {
    display: inline-block !important;
  }
  .pcf {
    display: none !important;
  }
  .spf {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/*--------------------------------------------------------------------------*/
/* Common
---------------------------------------------------------------------------------*/
body {
  margin: 0;
  font-weight: 400;
  color: #000;
}
body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

p, td, label, div, ul, li, strong, input, a {
  font-size: 100%;
  margin: 0;
  padding: 0;
}

p, label, div, strong, input {
  display: block;
}

.txt-bold {
    font-weight: 700;
}

.txt-link {
    color:#11A0DF;
    text-decoration: underline;
}

.txt-gray {
    color: #71747F;
}

.sub-title {
    font-size: 80%;
    line-height: 2;
}

.wrapper {
  position: relative;
  background: url(../images/bg_footer.png) center bottom no-repeat;
  background-size: 100% auto;
}
.wrapper:before {
  content: "";
  width: 112rem;
  height: 98rem;
  background: url(../images/bg.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

#mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mv > div {
  width: 50%;
  padding-top: 14.5rem;
  height: 64rem;
  text-align: center;
}
#mv > div .date {
  width: 30rem;
  margin: 0 auto 2rem;
}

/*#mv .mv_right .date {
  width: 55rem;
}*/

#mv > div .time {
  width: 25.5rem;
  margin: 0 auto;
  padding-top: 1.6rem;
  padding-bottom: 4rem;
}
#mv > div a {
  width: 24rem;
  height: 4.6rem;
  border-radius: 2.3rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 1.8rem;
  position: relative;
  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;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mv > div a span {
  position: relative;
  padding-right: 2rem;
}
#mv > div a span:before {
  content: "";
  width: 1rem;
  height: 2rem;
  background: url("../images/arrow_right.svg") 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: -2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mv > div a:hover {
  opacity: 0.8;
}
#mv .mv_left {
  background: url(../images/bg_mv_left.png) center bottom no-repeat;
  background-size: 100% auto;
}
#mv .mv_left .logo {
  width: 52.1rem;
  margin: 0 auto;
  padding-bottom: 6rem;
}
#mv .mv_left a {
  background-color: #011a68;
}
#mv .mv_right {
  background: url(../images/bg_mv_right.png) center bottom no-repeat;
  background-size: 100% auto;
}
#mv .mv_right .logo {
  width: 53.6rem;
  margin: 0 auto;
  padding-bottom: 2.5rem;
}
#mv .mv_right a {
  background-color: #97891d;
}

#mv > div .btn {
    overflow: hidden;
    width: 52rem;
    margin: 0 auto;
}
#mv > div .btn a.left {
    float: left;
}

#mv > div .btn a.right {
    float: right;
    background-color: #8288B9;
}

#str {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
#str h1 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3;
}
#str h1 .txt1 {
  color: #e00a79;
  font-size: 4.9rem;
}
#str h1 .txt2 {
  font-size: 7.3rem;
  display: block;
}

.detail {
  width: 94rem;
  margin: 0 auto;
}
.detail .logo {
  padding-bottom: 3rem;
}
.detail .intro_txt {
  font-weight: 700;
  font-size: 1.7rem;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
  text-align: center;
  padding-bottom: 4rem;
}
.detail h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  padding-bottom: 3.5rem;
}
.detail dl {
  border-top: 1px solid #dddddd;
  font-size: 1.5rem;
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail dl:last-of-type {
  border-bottom: 1px solid #dddddd;
}
.detail dl dt {
  width: 13.5rem;
  padding-left: 1.5rem;
}
.detail dl dd {
  width: calc(100% - 13.5rem);
}

#jo {
  padding-bottom: 13rem;
}
#jo .logo {
  width: 34.3rem;
  margin: 0 auto;
}

#coi {
  padding-bottom: 22rem;
}
#coi .logo {
  width: 34rem;
  margin: 0 auto;
}

#footer {
  padding-bottom: 12rem;
}
#footer .sns {
  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;
}
#footer .sns p {
  color: #1aabdb;
  font-size: 1.6rem;
  font-weight: 500;
}
#footer .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .sns ul li {
  width: 6rem;
  margin-left: 3rem;
  list-style: none;
}
#footer small {
  padding-top: 7rem;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-family: "Arial";
  color: #686868;
}

#pagetop {
  position: fixed;
  right: 7rem;
  bottom: 10rem;
  width: 4rem;
  height: 4rem;
  background: url(../images/pagetop.svg) 0 0 no-repeat;
  background-size: 100% auto;
  z-index: 10;
  cursor: pointer;
  display: none;
}

@media screen and (max-width: 1400px) {
  html, body {
    font-size: 0.7142857143vw;
  }
}
@media screen and (max-width: 750px) {
  html, body {
    font-size: 1.3333333333vw;
  }
  .wrapper {
    background: url(../images/bg_footer_sp.png) center bottom no-repeat;
    background-size: 100% auto;
  }
  .wrapper:before {
    content: "";
    width: 100%;
    height: 102.8rem;
    top: 66rem;
    background: url(../images/bg_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  #mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: url(../images/bg_mv_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  #mv > div {
    width: 100%;
    height: auto;
  }
  #mv > div .date {
    width: 37.4rem;
      margin-bottom: 4.5rem;
  }
    
    #mv > .mv_right .date {
    width: 37.4rem;
  }
    
  #mv > div .time {
    width: 38.6rem;
    padding-top: 2.2rem;
    padding-bottom: 4.2rem;
  }
  #mv > div a {
    width: 37rem;
    height: 7rem;
    border-radius: 3.5rem;
    font-size: 2.7rem;
  }
  #mv > div a span {
    padding-right: 3rem;
  }
  #mv > div a span:before {
    width: 1.6rem;
    height: 3rem;
  }
  #mv .mv_left {
    background: none;
    padding-top: 13.5rem;
    padding-bottom: 16.5rem;
  }
  #mv .mv_left .logo {
    width: 62.8rem;
    padding-bottom: 5.6rem;
  }
    #mv > div .btn {
    width: 70rem;
    }
    #mv > div .btn a.left {
       width: 33rem;
    }

    #mv > div .btn a.right {
        width: 33rem;
    }
  #mv .mv_right {
    background: none;
    padding-top: 8rem;
    padding-bottom: 11.5rem;
  }
  #mv .mv_right .logo {
    width: 62.3rem;
    padding-bottom: 4.8rem;
  }
  #str {
    padding-top: 7.5rem;
    padding-bottom: 9rem;
  }
  .detail {
    width: 70rem;
  }
  .detail .logo {
    padding-bottom: 5.2rem;
  }
  .detail .intro_txt {
    font-size: 3rem;
    line-height: 1.8;
    padding-bottom: 5rem;
  }
  .detail h3 {
    font-size: 4rem;
    padding-bottom: 5rem;
  }
  .detail dl {
    font-size: 3rem;
    padding: 2rem 0;
  }
  .detail dl dt {
    width: 20rem;
    padding-left: 3rem;
  }
  .detail dl dd {
    width: calc(100% - 20rem);
    line-height: 1.666;
  }
  #jo {
    padding-bottom: 12rem;
  }
  #jo .logo {
    width: 51.4rem;
    padding-bottom: 4.5rem;
  }
  #coi {
    padding-bottom: 14rem;
  }
  #coi .logo {
    width: 51rem;
  }
  #coi .intro_txt {
    padding-bottom: 7rem;
  }
  #footer {
    padding-bottom: 10rem;
  }
  #footer .sns p {
    font-size: 2.2rem;
  }
  #footer .sns ul li {
    width: 8.3rem;
    margin-left: 4.2rem;
  }
  #footer small {
    padding-top: 13rem;
    font-size: 1.8rem;
  }
  #pagetop {
    right: 1rem;
    bottom: 10rem;
    width: 5.6rem;
    height: 5.6rem;
  }
}





.footer-bnr {
	margin: 0 auto 90px;
	text-align: center;
}


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

	.footer-bnr {
		padding: 0 10rem;
		margin-bottom: 9rem;
	}	
	
}