@charset "UTF-8";
/* CSS Document */

/* TOPページ */
/* ============================================ */
.col-fv h2 {
    line-height: 1.15em;
    font-weight: bold;
  filter: drop-shadow(0 0 8px #333333);
  text-shadow: 0 0 8px rgb(0 0 0 / 40%);
}
.col-fv span {
    display: block;
    line-height: 1.5em;
    margin-top: 0.5em;
}
.col-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.col-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*---------お知らせ---------*/
.col-member-top h2 {
    font-weight: bold;
    color: #1870ba;
    max-width: 1000px;
    margin: 0 auto .5em;
}
.col-member-top {
    background: #d9e8f4;
}
.col-member-top > p {
  padding: 1.5em;
    background: #fff;
}
.gathering {
    background: #fff;
    color: #3d3d3d;
    max-width: 1000px;
    margin: 0 auto;
}
.gathering li {
  line-height: 1.5;
    border-bottom: solid 1px #cccccc;
}
.gathering li:last-child {
    border: none;
}
.gathering li a {
  display: block;
    font-weight: bold;
}
.gathering li a:hover {
  background: #1870ba;
  color: #fff;
}
.gathering li span {
  display: block;
  font-weight: normal;
    margin-bottom: .25em;
}
/*---------速報---------*/
.col-headlines-top h2 {
    font-weight: bold;
    color: #40b0a9;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 40px;
}
.col-headlines-top h2 span {
	display: block;
	color: #666666;
  margin-top: -.75em;
}
.list-headlines{
    border-top: solid 1px #dddddd;
    max-width: 1000px;
    margin: 0 auto 2.5em;
}
.list-headlines li {
    border-bottom: solid 1px #dddddd;
    font-weight: bold;
}
.list-headlines li span {
  color: #666666;
  display: block;
  margin-bottom: .5em;
}
.list-headlines li a {
  padding: 1.5em;
  display: block;
  line-height: 1.5;
}
.list-headlines li a:hover {
    background: #d9e8f4;
}
.more-btn {
    width: 200px;
    border: 1px solid #0068b7 !important;
    color: #fff;
    background: #0068b7;
    text-align: center;
    position: relative;
    transition: .3s;
    font-weight: bold;
    display: block;
}
.more-btn:hover {
    background: #fff;
    color: #0068b7;
}
/*---------概要・入会---------*/
.img-outline,
.img-member {
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.img-outline {
    background-image: url(/common/img/top-img1-bk.jpg);
}
.img-member {
    background-image: url(/common/img/top-img2-bk.jpg);
}
.img-outline::before,
.img-member::before {
  content: '';
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  background: inherit;
  filter: blur(4px);
  z-index: -1;
}
.img-outline img,
.img-member img {
  padding: 12%;
  display: block;
}
.text-desc h2 {
    font-weight: bold;
    color: #40b0a9;
    margin-bottom: .75em;
}
.text-desc h2 span {
    display: block;
    color: #666666;
  margin-top: -.75em;
}
.text-desc h3 {
    color: #333333;
    position: relative;
    margin-bottom: 1.25em;
    font-weight: bold;
}
.text-desc p {
    line-height: 1.8;
    margin-bottom: 2em;
}

@media only screen and (min-width: 1024px) {
  .contents-wrap.index {
    margin-top: 0 !important;
  }
.col-fv {
    background: url("/common/img/top-main1.jpg") no-repeat;
  background-size: cover;
    background-position: 50% 0%;
  color: #fff;
  height: 85vh;
    max-height: 600px;
  min-height: 500px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 3vw 40px 3vw;
}
.col-fv h2 {
    font-size: 6rem;
  min-width: 400px;
}
.col-fv span {
    font-size: 2rem;
 }
.wrap-movie {
  width: 48%;
  max-width: 480px;
}
.col-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
/*---------お知らせ---------*/
.col-member-top {
    background: #d9e8f4;
    padding: 40px 2em 50px;
}
.col-member-top h2 {
    font-size: 3.6rem;
}
.gathering {
  font-size: 2rem;
    border-left: solid 8px #1870ba;
}
.gathering li a {
    padding: 1.5em;
}
.gathering li span {
  font-size: 1.7rem;
}
/*---------速報---------*/
.col-headlines-top {
    padding: 80px 2em;
}
.col-headlines-top h2 {
    font-size: 5rem;
}
.col-headlines-top h2 span {
	font-size: 1.5rem;
}
.list-headlines li span {
  font-size: 1.2rem;
}
.list-headlines li a {
    font-size: 1.7rem;
}
  .col-headlines-top .more-btn {
    margin: auto;
  }
.more-btn {
    line-height: 4;
    font-size: 1.5rem;
}
/*---------概要・入会---------*/
.col-desc-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.col-desc-inner > div {
    flex-basis: 50%;
}
.img-outline,
.img-member {
    min-height: 560px;
}
.text-desc {
    padding: 0% 5%;
    display: flex;
    align-items: center;
  justify-content: center;
}
.text-desc > div {
    max-width: 500px;
  }
.text-desc h2 {
    font-size: 5rem;
    font-weight: bold;
    color: #40b0a9;
    margin-bottom: 40px;
}
.text-desc h2 span {
    font-size: 1.5rem;
}
.text-desc h3 {
    font-size: 2.8rem;
    color: #333333;
    position: relative;
    margin-bottom: 40px;
    font-weight: bold;
}
.text-desc h3:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background: #40b0a9;
}
.col-desc-inner:last-child {
    flex-flow: row-reverse;
}
}

@media only screen and (max-width: 1023px) {
  .contents-wrap.index {
    margin-top: 50px;
  }
.col-fv {
    background: url("/common/img/top-main1.jpg") no-repeat;
    background-size: cover;
  background-position: center 0;
  color: #fff;
    height: 90vh;
    max-height: 520px;
  min-height: 420px;
    display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.col-fv.movie {
  margin-bottom: 56.25%;
}
.col-fv h2 {
  font-size: calc(3.2rem + ((1vw - (300 / 100 * 0.1rem)) * 100 * (60 - 32) / (1023 - 300)));
  margin: 0.5em;
}
.col-fv span {
  font-size: .3em;
}
.wrap-movie {
  width: 100%;
 bottom: 0;
  margin-bottom: -56.25%;
}
.col-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
/*---------お知らせ---------*/
.col-member-top {
  padding: 20px 0 30px;
  }
  .col-member-top h2 {
    font-size: 2.2rem;
    text-align: center;
  margin-bottom: .75em;
}
.col-member-top > p {
  padding: 1em;
}
.gathering li {
  font-size: 1.5rem;
}
.gathering li a {
  padding: 1em;
}
.gathering li:last-child {
    border: none;
}
.gathering span {
  font-size: 1.3rem;
}
/*---------速報---------*/
.col-headlines-top {
    padding: 40px 1em;
}
.col-headlines-top h2 {
    font-size: 3rem;
    margin-bottom: 20px;
}
.col-headlines-top h2 span {
	font-size: 1.2rem;
}
.list-headlines li a {
  padding: 1.5em .25em;
  }
.list-headlines li span {
  font-size: 1.1rem;
}
.more-btn {
    line-height: 3.5;
}
  .col-headlines-top .more-btn,
  .col-desc-top .more-btn {
    margin: auto;
  }	
/*---------概要・入会---------*/
.col-desc-inner {
    display: block;
    margin-bottom: 20px;
}
.img-outline,
.img-member {
    min-height: 300px;
}
.text-desc {
    padding: 30px 1em;
    display: flex;
    align-items: center;
}
.text-desc h2 {
    font-size: 3rem;
}
.text-desc h2 span {
    font-size: 1.2rem;
}
.text-desc h3 {
    font-size: 2rem;
}
.text-desc h3:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -10px;
    width: 30px;
    height: 2px;
    background: #40b0a9;
}
}

/*HEADLINES*/
/* ============================================ */
.headlines .heading-4 > span {
  display: block;
  text-align: center;
}
.col-headlines  + .col-headlines  {
  margin-top: 4em;
}
.col-headlines > div + div {
  margin-top: 2em;
}
@media only screen and (min-width: 1024px) {
  .headline-img {
    float: right;
    margin-left: 1.5em;
    margin-bottom: 0.5em;
    max-width: 560px;
    width: 48%;
  }
}
@media only screen and (max-width: 1023px) {
  .headline-img {
    float: none;
    max-width: 450px;
    width: 98%;
    margin: 2em auto;
}
}
/*会合出席登録*/
/* ============================================ */
.title-to {
  font-size: 2rem;
  font-weight: bold;
}
.col-meet .heading-4 {
  margin-top: 1em;
}
.col-day,
.col-sender {
  text-align: right;
}
/*アンケート*/
/* ============================================ */
.col-anquete {
    border-left: solid 8px #cccccc;
    padding-left: 1.5em;
  margin-top: 2em;
}
.col-anquete:not(:last-child) {
    margin-bottom: 4em;
  }
.heading-anquete {
    font-size: 2rem;
    color: #0068b7;
    margin-bottom: .5em;
    font-weight: bold;
}	
.lead-anquete {
    margin-bottom: 1.5em;
}
.text-anquete {
    font-size: 1.7rem;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 1em;
    padding-bottom: .5em;
    font-weight: bold;
  color: #333 !important;
}
.text-anquete.required p:last-of-type::after{
  content: '（回答必須）';
  display: inline;
  color: #e0202f;
}
.col-anquete input[type="text"]:not(:last-child),
.col-anquete textarea:not(:last-child),
.col-anquete select:not(:last-child),
.col-anquete .wrap-select:not(:last-child) {
  margin-bottom: 1em;
}
.col-anquete textarea {
  height: 8em;
}
/*入会案内、概要ページ共通*/	
/* ============================================ */
.col-lead {
  position: relative;
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.text-lead {
    padding: 40px 2em 0 2em;
    width: 50%;
    max-width: calc(500px + 2em);
    margin-right: 50%;
    margin-left: auto;
}
.col-lead .img-lead{
    width: 50%;
    height: 100%;
    background-size: cover;
    position: absolute;
    left: 50%;
}
.img-lead.outline {
    background-image: url(/common/img/outline1.jpg);  
    background-position: center;
}
/*入会案内*/	
/* ============================================ */
.img-lead.member {
    background-image: url(/common/img/member1.jpg);  
    background-position: top right;
}
.list-member {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.list-member .list-num {
  width: 40%;
  min-width: 360px;
}
.list-member > div {
  width: 60%;
  max-width: calc(100% - 360px);
  display: flex;
  justify-content: center;
  margin: -10px;
  flex-wrap: wrap;
}
.list-member  > div figure {
  min-width: 260px;
  width: calc(50% - 20px);
  margin: 10px;
}
.list-member dl {
  display: flex;
  flex-wrap: wrap;
}
.list-member dl dt {
    width: 8em;
}
.list-member dl dd {
    width: calc(100% - 8em);
}
/*概要*/	
/* ============================================ */
.active-text {
    color: #40b0a9;
    font-size: 2rem;
    font-weight: bold;
}
.list-outline {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}
.list-outline .img {
    max-width: 200px;
    width: 22%;
}
.list-outline table {
  width: 75%;
  margin-right: 3%;
}
.list-outline figcaption {
    font-size: 1.4rem;
    line-height: 1.4;
}
.list-outline td dl {
  display: flex;
  flex-wrap: wrap;
}
.list-outline dl dt {
    flex-basis: 8em;
}
.list-outline dl dd {
    flex-basis: calc(100% - 8em);
}
@media only screen and (min-width: 1024px) {
/* IE調整用 */
_:-ms-input-placeholder, :root .list-outline td dl {
  clear: both;
  display: block;
}
_:-ms-input-placeholder, :root .list-outline dl dt {
  width: 8em;
  float: left;
}
_:-ms-input-placeholder, :root .list-outline dl dd {
  width: calc(100% - 8em);
  float: left;
}
}

@media only screen and (max-width: 1023px) {
/*HEADLINES*/
/* ============================================ */
.headlines .heading-4 > span {
  text-align: left;
}
.col-headlines > div + div {
  margin-top: 0;
}
/*会合出席登録*/
/* ============================================ */
.title-to {
  font-size: 1.6rem;
}
/*アンケート*/
/* ============================================ */
.btn-answer {
    width: 80%;
  max-width: 400px;
    margin: .5em auto 0;
  font-size: 1.6rem !important;
}
.col-anquete {
    border-left: solid 4px #cccccc;
    padding-left: 1em;
}
.text-anquete {
    font-size: 1.5rem;
}
.heading-anquete {
    font-size: 1.8rem;
}
/*入会案内、概要ページ共通*/	
/* ============================================ */
.text-lead {
    padding: 2em 1em 0 1em;
    max-width: 100%;
    width: 100%;
  }
.col-lead .img-lead {
    max-width: 100%;
    width: 100%;
    height: 50vh;
    max-height: 500px;
    position: relative;
    left: 0;
  }
/*入会案内*/	
/* ============================================ */
.list-member {
display: block;
}
.list-member > div {
width: calc(100% + 20px);
  max-width: calc(100% + 20px);
justify-content: center;
margin: -10px -10px 10px -10px;
}
.list-member > div figure {
    min-width: initial;
    width: calc(50% - 20px);
    margin: 10px;
}
  .list-member .list-num {
    width: 100%;
    min-width: initial;
  }
/*概要*/
/* ============================================ */
.list-outline {
display: block;
}
.list-outline .img {
  width: 180px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  }
.list-outline table {
width: 100%;
  margin-right: 0;
}
.list-outline figcaption {
    font-size: 1.3rem;
  }
}

