@charset "UTF-8";

/* ============================================ */
/* テキスト */
/* ============================================ */
.heading-tpl {
	border-bottom: 1px solid var(--gray-c);
  color: var(--blue);
	font-size: 3.6rem;
	padding: .25em 0;
	margin-bottom: .75em;
}
.heading-tpl-2  {
  font-size: 3rem;
  margin-bottom: .25em;
}
.text-variable {
font-size: calc(2.4rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (42 - 24) / (1200 - 768)));
}
@media screen and (min-width: 1200px) {
	.text-variable {
		font-size: 4.2rem;
	}
}
@media screen and (max-width: 767px) {
	.text-variable {
		font-size: 2.4rem;
	}
}

/* ============================================ */
/* 共通 */
/* ============================================ */
.box_inner {
  color: #7B001F;
  padding: 5rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 15px 0px rgba(123, 0, 31, 0.1);
}
.box_inner_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
.box_inner {
  padding: 5rem;
}
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {
.box_inner {
  padding: 2rem;
}
}

/* ============================================ */
/* TOP */
/* ============================================ */
/*　mv　*/
/* ============================================ */
.mv {
  background-image: url("../img/mv-img.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: calc(100vh - 50px);
  min-height: 650px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 16rem;
}
.mv-txt {
  font-size: 3.33em; /*　60px　*/
  font-family: 'ShipporiMinchoB1';
  font-weight: 600;
  color: var(--pink);
  text-shadow: 0 0 5px #ffe9e6, 0 0 5px #ffe9e6, 0 0 10px #ffe9e6, 0 0 15px #ffe9e6;
  width: calc(100% - 4vw - 4vw);
  max-width: var(--con-l);
  margin: 0 auto !important;
}
.ttl-round {
  position: absolute;
  bottom: 0;
  width: 100%;
}



/*フェードイン*/
.fadeIn-img {
  opacity: 0;
  animation: fadeIn 2s ease-in-out forwards;
}
@keyframes fadeIn {
  0% { 
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}

/*フェードイン 早め*/
.fadeIn-img_speed {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}
@keyframes fadeIn {
  0% { 
    opacity: 0;
  }
  100% { 
    opacity: 1;
  }
}

/*スライドイン（下から）*/
.slideInB-img {
  animation: slideInB 1s ease-in-out forwards;
}

@keyframes slideInB {
  from { 
    transform: translateY(100%);
    opacity: 0;
  }
  to { 
    transform: translateY(0%);
    opacity: 1; 
  }
}


@media screen and (max-width: 960px) {
  .mv {
    margin-bottom:  12rem;
  }
}
@media screen and (min-width: 768px) {

}
@media (min-width: 421px) and (max-width: 767px) {
  .mv-txt {
    font-size: calc(3.6rem + ((1vw - (421 / 100 * 0.1rem)) * 100 * (50 - 36) / (767 - 421)));
  }
}
@media screen and (max-width: 767px) {
  .mv {
    margin-bottom:  10rem;
  }
}
@media screen and (max-width: 420px) {
  .mv-txt {
    font-size: 3.4rem;
  }
}


/*　Information　*/
/* ============================================ */
.summary-list {
  display: flex;
  margin-bottom: calc(4rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (50 - 40) / (1200 - 768))) !important;
}
.summary-list.col3 {
  gap: 3rem;
  justify-content: space-between;
}
.summary-list_inner {
  color: #fff;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 4px 10px 0px rgba(123, 0, 31, 0.3);
}
.summary-list.col3 .summary-list_inner {
  width: calc(92% / 3);
}
.summary-list_ttl {
  width: 100%;
  min-height: 220px;
  background-image: linear-gradient(135deg, rgba(222, 50, 97, 1), rgba(255, 145, 98, 1));
  font-size: calc(1.8rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (26 - 18) / (1200 - 768))); /* 18〜26px */
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
  margin-bottom: 0 !important;
  position: relative;
}
.summary-list_ttl::before {
  content: "“";
  font-size: 3.85em; /* 26pxに対して 100px */
  position: absolute;
  top: 10px;
  left: 15px;
  line-height: 1;
}
.summary-list_ttl::after {
  content: "”";
  font-size: 3.85em; /* 26pxに対して 100px */
  position: absolute;
  right: 15px;
  bottom: 5px;
  line-height: 0;
}
.summary-list_txt {
  background-color: #7B001F;
  border-radius: 0 0 15px 15px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.detail-wrap {
  display: flex;
  flex-wrap: wrap;
}
.detail-wrap dt, .detail-wrap dd {
  padding: 2rem 0 1.5rem;
  border-bottom: 1px solid var(--main-color);
}
.detail-wrap dt {
  width: 220px;
  font-weight: bold;
}
.detail-wrap dd {
  width: calc(100% - 220px);
}
.map-wrap {
  margin-bottom: 1rem;
}
.map-wrap iframe {
  width: 100%;
}
ol.list-num-circle01 {
  counter-reset: item;
}
ol.list-num-circle01 > li {
  counter-increment: item;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 2rem;
}
ol.list-num-circle01 > li:before {
  position: absolute;
  left: 0;
  content: "";
  background-color: var(--main-color);
  width: 1.1em;
  height: 1.1em;
  display: block;
  border-radius: 50%;
  top: .2em;
}
ol.list-num-circle01 > li:after {
  content: counter(item);
  font-size: .9em;
  color: #fff;
  position: absolute;
  top: 0;
  left: .3em;
}
.list-num-circle01 li .item-box01 {
  margin-top: 1rem;
}
.item-box01 {
  display: inline-block;
  padding: .5rem 1rem;
  border-radius: 2px;
  background-color: #FFE9E6;
}
.list-item01 {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1em;
}
.list-item01 > li {
  position: relative;
  padding-left: 1em;
}
.list-item01 > li::before {
  content: "";
  width: .6em;
  height: .6em;
  background-color: var(--main-color);
  border-radius: 50%;
  position: absolute;
  top: .5em;
  left: 0;
}
.detail-wrap dd .btn01 {
  margin-bottom: 1rem;
}
.btn01 {
  display: inline-block;
  font-size: 1.11em; /* 20px */
  color: #fff;
  background-image: linear-gradient(135deg, rgba(52, 62, 209, 1) 0%, rgba(51, 169, 248, 1) 50%, rgb(51, 231, 248, 1) 100%);
  background-size: 200% auto;
  background-position: 0% 50%;
  transition: .2s;
  border-radius: 50px;
}
.btn01:hover {
/*  background-image: linear-gradient(135deg, rgba(82, 52, 209, 1), rgba(52, 62, 209, 1));*/
  background-position: 100% 0;
  transition: .2s;
}
.btn01 a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 4rem;
}
.btn-mail {
  position: relative;
  padding-right: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
}
.btn01 .en-txt-sub {
  display: block;
  font-size: .7em; /* 14px（20px親基準）*/
}
.btn-mail {
  position: relative;
  padding-right: 2.75em; /* 擬似要素サイズ+20px */
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-mail::after {
  content: '';
  background-image: url(../img/icon-mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 1.75em; /*35px*/
  height: 1.25em; /*25px*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.detail-wrap + .txt-btn01,
.detail-wrap + .link_ul {
  margin-top: 1em;
}
.link_ul {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
}
.txt-btn01 {
  border: 1px solid var(--main-color);
  display: inline-block;
  border-radius: 100px;
  transition: .2s;
}
.txt-btn01:hover {
 background-color: #FFE9E6;
 transition: .2s;
}
.link-file {
  position: relative;
  padding-right: 1em;
  display: inline-block;
}
.link-file::before {
  content: url(../img/icon-date.svg);
  font-size: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 1;
  margin-top: 1px;
}
.txt-btn01 a {
  font-weight: 500;
  padding: .5rem 3rem .5rem 2rem;
}
.txt-btn01 a::before {
  right: 1em;
}
@media screen and (min-width: 1200px) {
  .summary-list {
    margin-bottom: 5rem;
  }
  .summary-list_ttl {
    font-size: 1.44em; /* 26px */
  }
}
@media screen and (max-width: 767px) {
  .summary-list {
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .summary-list.col3 {
    gap: 2rem;
  }
  .summary-list.col3 .summary-list_inner {
    width: 100%;
  }
  .summary-list_ttl {
    font-size: 1.8rem;
    min-height: auto;
    padding: 1.2em;
  }
  .summary-list_ttl::before,
  .summary-list_ttl::after {
    font-size: 2.5em;
  }
  .summary-list_ttl::before {
    top: 5px;
    left: 10px;
  }
  .summary-list_ttl::after {
    right: 10px;
    bottom: 2px;
  }
  .summary-list_txt {
    font-size: 1.4rem;
    min-height: auto;
  }
  .detail-wrap dt, .detail-wrap dd {
    width: 100%;
  }
  .detail-wrap dt {
    border-bottom: none;
    padding: 1.5rem 0 .5rem;
  }
  .detail-wrap dd {
    padding-top: 0;
  }
  .btn01 {
    font-size: 1.7rem;
  }
  .btn01 a {
    padding: 1.5rem;
  }
}

/*　Greeting　*/
/* ============================================ */
#greeting .col-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
#greeting .col-2 section {
  width: calc(100% - 270px - 40px);
}
.greeting-img {
  max-width: 270px;
}
.greeting-name {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.22em; /* 22px */
  font-weight: 600;
}
.greeting-name span {
  font-size: .73em; /* 16px */
  margin-right: 1.25em;/* 20px */
}
@media screen and (min-width: 1200px) {
  
}
@media screen and (max-width: 959px) {
  #greeting .col-2 {
    flex-direction: column;
    align-items: center;
  }
  #greeting .col-2 section {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  
}
@media screen and (max-width: 767px) {
  #greeting .col-2 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .greeting-img {
    max-width: 240px;
  }
  .greeting-name span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 420px) {
  .greeting-name span {
    display: block;
    font-size: 1.4rem;
    margin-right: 0;
  }
}

/*　deco　*/
/* ============================================ */
.deco_im01 {
  position: relative; 
}
.deco_im01::before {
  content: "";
  position: absolute;
  background-image: url(../img/deco_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 700px;
  height: 700px;
  left: -600px;
  z-index: -1;
}
.deco_im02 {
   position: relative; 
}
.deco_im02::after {
  content: "";
  position: absolute;
  background-image: url(../img/deco_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 800px;
  height: 800px;
  right: -700px;
  bottom: -300px;
  z-index: -1;
}
.deco_im03 {
  position: relative; 
}
.deco_im03::after {
  content: "";
  position: absolute;
  background-image: url(../img/deco_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 600px;
  height: 600px;
  left: -450px;
  bottom: -300px;
  z-index: -1;
}
.deco_im03_top {
  position: relative;
}
.deco_im03_top::after {
  content: "";
  position: absolute;
  background-image: url(../img/deco_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 600px;
  height: 600px;
  left: -450px;
  bottom: -300px;
  z-index: -1;
}

/* ============================================ */
/* 会則 */
/* ============================================ */
/*　page-ttl　*/
/* ============================================ */
.regulations .page-ttl_wrap {
  background-image: url("../img/page_regulations.jpg");
}
.page-ttl_wrap {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40vh;
  max-height: 500px;
  min-height: 300px;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 16rem;
}
.page-ttl {
  font-size: calc(4rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (50 - 40) / (1200 - 768)));
  font-family: 'ShipporiMinchoB1';
  font-weight: 600;
  color: var(--pink);
  text-shadow: 0 0 5px #ffe9e6, 0 0 5px #ffe9e6, 0 0 10px #ffe9e6, 0 0 15px #ffe9e6;
  width: calc(100% - 4vw - 4vw);
  max-width: var(--con-l);
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .page-ttl_wrap {
    height: 500px;
  }
  .page-ttl {
    font-size: 2.78em; /*　50px　*/
  }
}
@media screen and (max-width: 960px) {
  .page-ttl_wrap {
    height: 30vh;
    max-height: 400px;
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 768px) {

}
@media (min-width: 421px) and (max-width: 767px) {
  .page-ttl {
    font-size: calc(2.4rem + ((1vw - (421 / 100 * 0.1rem)) * 100 * (40 - 24) / (767 - 421)));
  }
}
@media screen and (max-width: 767px) {
  .page-ttl_wrap {
    height: 25vh;
    max-height: 300px;
    min-height: 200px;
    margin-bottom:  10rem;
  }
}
@media screen and (max-width: 420px) {
  .page-ttl_wrap {
    max-height: 180px;
    margin-bottom: 6.5rem;
  }
  .page-ttl {
    font-size: 2.4rem;
    margin-top: 1.2rem;
  }
}

/* ============================================ */
/* 役員 */
/* ============================================ */
/*　page-ttl　*/
/* ============================================ */
.officers .page-ttl_wrap {
  background-image: url("../img/page_officers.jpg");
   margin-bottom: 8rem;
}
/*
.dl-wrap01 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  color: var(--main-color);
} 
.dl-wrap01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d4d4d4;
}
.dl-wrap01 > dt {
  font-weight: bold;
  padding: 32px 0 30px 6px;
  width: 200px;
  position: relative;
  padding: 1.2em 0 1.2em 2px;
}
.dl-wrap01 > dt:first-of-type::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  position: absolute;
  top: 0;
  left: 0;
}
.dl-wrap01 > dd {
  width: calc(100% - 200px);
  padding: 1.2em 0 1.2em 1.2em;
}
*/
.box_inner > .officers_wrap:not(:last-of-type) {
  margin-bottom: 3em;
}
.box_inner .dl-wrap01:last-of-type > dt:last-of-type,
.box_inner .dl-wrap01:last-of-type > dd:last-of-type {
  padding-bottom: 0;
}
.dl-wrap01 {
  display: flex;
  flex-wrap: wrap;
  color: var(--main-color);
}
.dl-wrap01 > dt {
  color: var(--main-color);
  font-weight: bold;
  width: 200px;
  padding: 1.2em 0 1.2em 2rem;
  padding: 1.2em 0 .5em 1.2em;
}
.dl-wrap01 > dd {
  width: calc(100% - 200px);
  padding: 1.2em 0 1.2em 1.2em;
  padding: 1.2em 0 .5em 1.2em;
}

@media screen and (min-width: 1200px) {

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

}
@media screen and (min-width: 768px) {
  
}
@media (min-width: 421px) and (max-width: 767px) {

}
@media screen and (max-width: 767px) {
  .officers .page-ttl_wrap {
    margin-bottom: 6rem;
  }
  .dl-wrap01 > dt {
    width: 100%;
    padding: .5em 0 .5em 1.2rem;
  }
  .dl-wrap01 > dd {
    width: 100%;
    padding: .5em 0 .5em 1.2rem;
  }
}
@media screen and (max-width: 420px) {
  .officers .page-ttl_wrap {
    margin-bottom: 5rem;
  }
  .box_inner > .officers_wrap:not(:last-of-type) {
    margin-bottom: 2rem;
  }
  .dl-wrap01 > dt {
    padding: 0 0 0 1.2rem;
  }
  .dl-wrap01 > dd {
    padding: 0 0 1em 1.2rem;
  }
}