#about .mainContent {
  --main-bg-size: 1000px;
  --main-bg-position: right 30% bottom 0px;
}
@media screen and (min-width: 768px) {
  #about .mainContent {
    margin-top: 0;
    --main-bg-size: 1600px;
    --main-bg-position: right -10px bottom -400px;
  }
}
@media screen and (min-width: 769px) {
  #about #about01.cont_body {
    padding: 40px 50px 40px 90px;
  }
}
@media screen and (min-width: 1300px) {
  #about #about01.cont_body {
    padding: 40px 50px 40px 110px;
  }
}
#about #about01.cont_body .title {
  margin: 3em auto 1em;
  text-align: right;
}
#about #about01.cont_body .title span {
  display: inline-block;
}
#about #about01.cont_body .title span.header {
  font-weight: 500;
  color: #b5b8ce;
  width: 100%;
  letter-spacing: 0.1em;
}
#about #about01.cont_body .title span.name {
  font-size: 1.4em;
}
@media screen and (min-width: 769px) {
  #about #about01.cont_body .title span.header {
    margin-right: 1em;
    width: unset;
  }
}
#about #about01 > div {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
#about #about01 > div .photo {
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto 1em;
  width: auto;
  height: auto;
}
#about #about01 > div .photo img {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#about #about01 > div .photo:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  transform: translate(6%, 6%);
  background-color: rgba(9, 9, 9, 0.4);
}
@media screen and (min-width: 769px) {
  #about #about01 > div {
    min-height: 400px;
  }
  #about #about01 > div .photo {
    position: absolute;
    top: 72px;
    left: -300px;
    height: auto;
    width: 260px;
    display: block;
  }
  #about #about01 > div .photo:before {
    transform: translate(6%, 6%);
  }
}
@media screen and (min-width: 1300px) {
  #about #about01 > div .photo {
    left: -320px;
  }
}
#about #about03 {
  margin-top: 100px;
}
@media screen and (min-width: 769px) {
  #about #about03 {
    margin-top: 140px;
  }
}
#about .members {
  margin-bottom: 2em;
}
#about .members > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#about .members > div p {
  display: inline-block;
}
#about .members > div p.header {
  width: 80px;
  font-weight: 500;
  color: #b5b8ce;
  padding: 1em 1% 0.5em;
  letter-spacing: 0.1em;
}
#about .members > div p.name {
  width: auto;
  font-size: 1.4em;
  padding: 0.5em 1% 0.5em;
}
@media screen and (min-width: 769px) {
  #about .members > div {
    border-bottom: 1px solid #515a5a;
  }
  #about .members > div p.header {
    width: 100px;
    padding: 2em 1% 1em;
  }
  #about .members > div p.name {
    width: auto;
    font-size: 1.4em;
    padding: 1em 1% 1em;
  }
}

#join .mainContent {
  --main-bg-size: 1000px;
  --main-bg-position: right -60px bottom -100px;
}
@media screen and (min-width: 768px) {
  #join .mainContent {
    margin-top: 0;
    --main-bg-size: 1200px;
    --main-bg-position: right -100px bottom -400px;
  }
}
@media screen and (min-width: 768px) {
  #join #join01 {
    padding-bottom: 100px;
  }
}
#join ul.table {
  outline: 1px solid #fff;
  border: 1px solid #1c2241;
  margin: 1.5em auto 0;
  background-color: #fff;
  color: #1c2241;
  padding: 1em 4%;
}
#join ul.table li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2%;
  line-height: 1;
  padding: 0 0 0.7em;
}
#join ul.table li div.h1 {
  font-weight: 400;
  color: #1c2241;
  width: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 0.6em;
  text-align: center;
  background-color: #eee;
  padding: 0.4em 0;
}
#join ul.table li div.cont {
  flex: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  gap: 3%;
}
#join ul.table li div.cont span {
  display: block;
  font-size: 0.6em;
}
#join ul.table li div.cont span.h2 {
  font-size: 0.7em;
}
#join ul.table li div.cont span.price {
  font-size: 1.5em;
  font-weight: 300;
  color: #007da0;
  transform: translateY(10%);
}
@media screen and (min-width: 768px) {
  #join ul.table {
    padding: 0.1em 4%;
  }
  #join ul.table li {
    flex-wrap: nowrap;
    border-bottom: 1px solid #1c2241;
    justify-content: space-between;
    gap: 6%;
    padding: 0 0 1.2em;
    margin: 3em auto;
  }
  #join ul.table li div.h1 {
    width: auto;
    flex: 1;
    margin-bottom: 0;
    background-color: transparent;
    text-align: left;
    padding: 0;
    font-weight: 500;
  }
  #join ul.table li div.cont {
    flex: 1.3;
    justify-content: flex-start;
  }
  #join ul.table li div.cont span {
    font-size: 1em;
  }
  #join ul.table li div.cont span.h2 {
    font-size: 0.9em;
    font-weight: 400;
    margin-right: 5%;
  }
  #join ul.table li div.cont span.price {
    font-size: 1.8em;
  }
}
#join .cont_base .button_body {
  position: relative;
  display: block;
  width: 97%;
  margin: 10px 1% 20px auto;
  border-radius: 22px;
  border: 1px solid #7d84a7;
  padding: 2px;
  background-color: #ffffff;
}
#join .cont_base .button_body:first-child {
  margin-top: 14px;
}
#join .cont_base .button_body .button {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  padding: 1em 6% 1em;
  border: 1px solid #1c2241;
  text-align: center;
  font-weight: 500;
  font-size: 1.4em;
  color: #2c2c2c;
  background-color: #ecdb68;
  border-radius: 20px;
  box-shadow: 6px 2px 15px 5px rgba(34, 34, 34, 0.2);
  background-image: url(../img/common/accent_bg_01.svg);
  background-size: 84%;
  background-position: top -10vw left 15%;
  background-repeat: no-repeat;
}
#join .cont_base .button_body .button:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  right: 2%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-right: 5px;
  border: 8px solid transparent;
  border-left: 11px solid #fff;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #join .cont_base .button_body {
    width: 75%;
    margin: 32px 20px 70px auto;
  }
  #join .cont_base .button_body:first-child {
    margin-top: 24px;
  }
  #join .cont_base .button_body .button {
    padding: 1em 6% 1em;
    transition: all 0.3s;
  }
  #join .cont_base .button_body .button:before {
    border-width: 12px;
    border-left-width: 16px;
    transition: all 0.3s;
  }
  #join .cont_base .button_body .button:hover {
    background-color: #fbf6da;
    color: #1c2241;
    border-color: #d3be30;
  }
  #join .cont_base .button_body .button:hover:before {
    border-left-color: #d3be30;
  }
}
#join .cont_base_02 {
  position: relative;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 0;
  display: block;
  font-weight: 300;
}
#join .cont_base_02 .mail_body {
  position: relative;
  display: block;
  width: 97%;
  margin: 0px 1% 30px auto;
  padding: 26px 6% 30px;
  text-align: right;
}
#join .cont_base_02 .mail_body:first-child {
  margin-top: 0;
}
#join .cont_base_02 .mail_body a {
  font-size: 1.4em;
}
#join .cont_base_02 .mail_body a:link, #join .cont_base_02 .mail_body a:visited, #join .cont_base_02 .mail_body a:hover, #join .cont_base_02 .mail_body a:active {
  color: #007da0;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #join .cont_base_02 {
    width: calc(100% - 3vw);
    margin: 0 0 0 auto;
  }
  #join .cont_base_02 .mail_body {
    width: 70%;
    margin: 0 20px 40px auto;
  }
  #join .cont_base_02 .mail_body a {
    transition: all 0.3s;
  }
  #join .cont_base_02 .mail_body a:hover, #join .cont_base_02 .mail_body a:active {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1300px) {
  #join .cont_base_02 {
    width: calc(100% - 6vw);
  }
  #join .cont_base_02 .mail_body {
    width: 75%;
    margin: 32px 20px 20px auto;
  }
}

#db .mainContent {
  --main-bg-size: 1600px;
  --main-bg-position: right -280px bottom 0px;
}
@media screen and (min-width: 768px) {
  #db .mainContent {
    margin-top: 0;
    --main-bg-size: 1600px;
    --main-bg-position: right 100px top 50vh;
  }
}
#db .cont_base .cont_body:nth-child(2) {
  margin-top: 160px;
}
#db #db01 > div {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
#db #db01 > div p:first-child {
  font-size: 1.2em;
}
#db #db01 > div .photo {
  position: relative;
  display: block;
  width: 100%;
  margin: 2em auto 2em;
  width: auto;
  height: auto;
}
#db #db01 > div .photo div {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#db #db01 > div .photo div img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#db .over {
  margin: 2em auto 2em;
}
#db .over div.zoom {
  display: none;
}
@media screen and (min-width: 768px) {
  #db .over {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    margin: 60px auto 2em;
    transition: all 0.5s;
  }
  #db .over img {
    position: relative;
  }
  #db .over div.zoom {
    position: absolute;
    z-index: 2;
    display: inline-block;
    width: auto;
    height: 24px;
    top: -26px;
    right: 0;
    line-height: 24px;
    padding-right: 28px;
    font-size: 0.8em;
  }
  #db .over div.zoom span {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #007da0;
    transition: all 0.3s;
  }
  #db .over div.zoom span:after {
    position: absolute;
    content: "";
    width: 60%;
    height: 1px;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    background-color: #fff;
  }
  #db .over div.zoom span:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 60%;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    transition: all 0.5s;
  }
  #db .over div.zoom:hover + div {
    top: 0;
    left: -46%;
    width: 150%;
  }
  #db .over div.zoom:hover + div:before {
    width: 104%;
    height: 104%;
    background-color: rgba(9, 9, 9, 0.4);
    transform: translate(-2%, -2%);
  }
  #db .over div.zoom:hover span {
    background-color: #fbf6da;
  }
  #db .over div.zoom:hover span:after {
    opacity: 0;
  }
  #db .over div.zoom:hover span:before {
    transform: translateX(-50%) rotate(-270deg);
    background-color: #d3be30;
  }
  #db .over > div:not(.zoom) {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s;
  }
  #db .over > div:not(.zoom):before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(9, 9, 9, 0);
  }
}

#privacy .breadcrumbs {
  position: relative;
}
#privacy .breadcrumbs .inner {
  width: 94%;
  margin: 1em auto 1em;
}
#privacy .cont_base > div {
  width: 98%;
  margin: 3em auto 5em;
  padding: 3em 2% 5em;
  background-color: #fff;
}
#privacy .cont_base > div h1 {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 3em;
}
#privacy .cont_base > div h2 {
  margin: 2.4em 0 0.6em;
  font-size: 1.1em;
  font-weight: 400;
}
#privacy .cont_base > div p {
  margin: 0.6em 0;
}
#privacy .cont_base > div .wp-block-table {
  margin: 1em 0 5em;
  font-size: 0.8em;
}
#privacy .cont_base > div .wp-block-table thead {
  border-bottom-width: 1px;
  background-color: #b5b8ce;
}
#privacy .cont_base > div .wp-block-table thead th {
  padding: 0.2em;
}
#privacy .cont_base > div .wp-block-table .has-text-align-center {
  text-align: center;
}
#privacy .cont_base > div .wp-block-table td {
  padding: 0.2em;
}
@media screen and (min-width: 768px) {
  #privacy .cont_base > div {
    width: 85%;
    margin: 2em auto 2em;
    padding: 4em 5% 5em;
  }
  #privacy .cont_base > div h1 {
    font-size: 1.5em;
  }
  #privacy .cont_base > div .wp-block-table {
    margin: 1em 0 10em;
  }
}

#news.detail .cont_base > div.news {
  width: 94%;
  margin: 1em auto 5em;
}
#news.detail .cont_base > div.news > div.post_head {
  background-color: #1c2241;
  padding: 2em 4vw 0.2em; /*background-image: url(../img/common/accent_bg_02.svg); background-size: 80%; background-position: top -10vw right -70px; background-repeat: no-repeat; */
}
#news.detail .cont_base > div.news > div.post_head h1 {
  font-size: 1.4em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #7d84a7;
  color: #fff;
  font-weight: 500;
}
#news.detail .cont_base > div.news > div.post_head div.date {
  text-align: right;
  font-size: 0.8em;
  margin: 4px 0 20px 0;
  color: #fff;
}
#news.detail .cont_base > div.news > div.post {
  width: 96%;
  margin: 2em auto;
  max-width: 820px;
  font-weight: 400;
  overflow: hidden;
  background-color: #fff;
  padding: 2em 4vw;
  box-shadow: 6px 2px 15px 5px rgba(160, 160, 160, 0.2);
}
#news.detail .cont_base > div.news > div.post p {
  margin: 0.6em 0 1em;
}
#news.detail .cont_base > div.news > div.post p img {
  display: block;
}
#news.detail .cont_base > div.news > div.post p img.alignleft {
  margin: 0.5em 1em 0.5em 0;
  float: left;
}
#news.detail .cont_base > div.news > div.post p img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#news.detail .cont_base > div.news > div.post p img.alignright {
  margin: 0.5em 0 0.5em 1em;
  float: right;
  text-align: center;
}
#news.detail .cont_base > div.news > div.post p span.largest {
  font-size: 1.6em;
}
#news.detail .cont_base > div.news > div.post p span.large {
  font-size: 1.2em;
}
#news.detail .cont_base > div.news > div.post p span.small {
  font-size: 0.8em;
  color: #1c2241;
}
@media screen and (min-width: 768px) {
  #news.detail .cont_base > div.news {
    margin: 3em auto 5em;
  }
  #news.detail .cont_base > div.news > div.post_head h1 {
    font-size: 1.5em;
  }
  #news.detail .cont_base > div.news > div.post_head > div.post {
    min-height: 400px;
  }
}

#notfound .inner {
  width: 90%;
  max-width: 1200px;
  margin: 10vw auto;
}
#notfound .inner h1 {
  font-size: 2em;
  color: #1c2241;
}
#notfound .inner h2 {
  font-size: 1.4em;
  margin: 1em auto;
  color: #1c2241;
}
#notfound .inner p {
  margin: 1em auto;
}
#notfound .inner p a {
  color: #007da0;
  text-decoration: underline;
}
#notfound .inner p a:link, #notfound .inner p a:visited {
  text-decoration: underline;
}
#notfound .inner p a:hover, #notfound .inner p a:active {
  text-decoration: none;
}/*# sourceMappingURL=content.css.map */