@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type='checkbox'] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type='radio'] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
}

button:disabled,
[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

@use './variables' as *;
/* =======================================================
  Liquid Pixel
  widthの比率で拡大縮小
========================================================= */
/* =======================================================
  Break Point
========================================================= */
@use './variables' as *;
@use './function' as *;
/* =======================================================
  Break Point
========================================================= */
body {
  background-color: #fff;
  overflow-x: hidden;
  background-image: url("/assets/images/member/pc-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  /* オレンジのボタンのスタイル */
}

@media (max-width: 980px) {
  body {
    background-image: url("/assets/images/member/sp-bg.png");
  }
}

body .orange-button {
  max-width: calc(218 / 1728 * 100vw);
  height: calc(73 / 1728 * 100vw);
  background-color: #f58a01;
  /* ボタンの背景色 */
  color: #fff;
  /* テキストの色 */
  border: none;
  padding: calc(10 / 1728 * 100vw) calc(20 / 1728 * 100vw);
  font-size: calc(16 / 1728 * 100vw);
  border-radius: calc(50 / 1728 * 100vw);
  -webkit-transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
  transition: transform 0.3s, background-color 0.3s, color 0.3s, -webkit-transform 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  cursor: pointer;
  outline: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

@media (max-width: 980px) {
  body .orange-button {
    max-width: calc(194 / 390 * 100vw);
    height: calc(65 / 390 * 100vw);
    padding: calc(19 / 390 * 100vw) calc(48 / 390 * 100vw) calc(14 / 390 * 100vw);
    font-size: calc(16 / 390 * 100vw);
    border-radius: calc(50 / 390 * 100vw);
  }
}

body .orange-button a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .orange-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  /* ホバー時に10%大きくする */
}

body .orange-button:active {
  background-color: #fff;
  /* クリック時の背景色 */
  color: #f58a01;
  /* クリック時のテキスト色 */
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  /* クリック時に10%小さくする */
}

body .member {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

body .member .member-title {
  padding-top: calc(280 / 1728 * 100vw);
  padding-bottom: calc(142 / 1728 * 100vw);
}

@media (max-width: 980px) {
  body .member .member-title {
    padding-top: calc(109 / 390 * 100vw);
    padding-bottom: calc(194 / 390 * 100vw);
  }
}

body .member .member-title img {
  max-width: calc(390 / 1728 * 100vw);
  width: 100%;
}

@media (max-width: 980px) {
  body .member .member-title img {
    max-width: calc(278 / 390 * 100vw);
    max-height: calc(127 / 390 * 100vw);
  }
}

body .member .member-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: calc(50 / 1728 * 100vw);
  margin-top: calc(30 / 1728 * 100vw);
  max-width: calc(1096 / 1728 * 100vw);
  margin: calc(30 / 1728 * 100vw) auto 0;
}

@media (max-width: 980px) {
  body .member .member-list {
    gap: calc(30 / 390 * 100vw);
    margin-top: calc(20 / 390 * 100vw);
    margin-bottom: calc(100 / 390 * 100vw);
    border: none;
    max-width: calc(310 / 390 * 100vw);
  }
}

body .member .member-list .member-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: calc(1000 / 1728 * 100vw);
  margin: 0 auto;
}

@media (max-width: 980px) {
  body .member .member-list .member-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body .member .member-list .member-list-item {
  width: calc(300 / 1728 * 100vw);
  margin-bottom: calc(30 / 1728 * 100vw);
  margin-right: calc(100 / 1728 * 100vw);
  text-align: center;
}

body .member .member-list .member-list-item:last-of-type {
  margin-right: 0;
}

@media (max-width: 980px) {
  body .member .member-list .member-list-item {
    width: 100%;
    margin-right: 0;
  }
}

body .member .member-list .member-list-item .img-custom-shape {
  width: calc(300 / 1728 * 100vw);
  height: calc(300 / 1728 * 100vw);
  position: relative;
  margin: 0 auto;
}

@media (max-width: 980px) {
  body .member .member-list .member-list-item .img-custom-shape {
    width: calc(150 / 390 * 100vw);
    height: calc(150 / 390 * 100vw);
  }
}

body .member .member-list .member-list-item .img-custom-shape svg {
  width: 100%;
  min-height: calc(280 / 1728 * 100vw);
  height: auto;
}

@media (max-width: 980px) {
  body .member .member-list .member-list-item .img-custom-shape svg {
    width: 100%;
    height: 100%;
    min-height: auto;
  }
}

body .member .member-list .member-list-item .img-custom-shape .svg-style-1 {
  max-width: calc(304 / 1728 * 100vw);
}

@media (max-width: 980px) {
  body .member .member-list .member-list-item .img-custom-shape .svg-style-1 {
    max-width: 100%;
  }
}

body .member .member-list .member-list-item .img-custom-shape .svg-style-2 {
  max-width: calc(259 / 1728 * 100vw);
}

@media (max-width: 980px) {
  body .member .member-list .member-list-item .img-custom-shape .svg-style-2 {
    max-width: 100%;
  }
}

body .member .member-list .member-list-item .img-custom-shape .svg-style-3 {
  max-width: calc(299 / 1728 * 100vw);
}

@media (max-width: 980px) {
  body .member .member-list .member-list-item .img-custom-shape .svg-style-3 {
    max-width: 100%;
  }
}

body .member .member-list .member-list-item .member-info {
  max-width: calc(240 / 1728 * 100vw);
  margin: calc(31 / 1728 * 100vw) auto 0;
}

@media (max-width: 980px) {
  body .member .member-list .member-list-item .member-info {
    margin-top: calc(20 / 390 * 100vw);
    max-width: calc(175 / 390 * 100vw);
    text-align: center;
  }
}

body .member .member-list .member-list-item .member-info .member-name {
  font-weight: bold;
  font-size: calc(20 / 1728 * 100vw);
  margin-top: calc(6 / 1728 * 100vw);
  margin-bottom: calc(5 / 1728 * 100vw);
  color: #e7367f;
}

@media (max-width: 980px) {
  body .member .member-list .member-list-item .member-info .member-name {
    font-size: calc(16 / 390 * 100vw);
    margin-top: calc(6 / 390 * 100vw);
    margin-bottom: calc(3 / 390 * 100vw);
  }
}

body .member .member-list .member-list-item .member-info .member-role {
  color: #e7367f;
  margin-bottom: calc(10 / 1728 * 100vw);
  font-size: calc(16 / 1728 * 100vw);
  font-weight: 500;
}

@media (max-width: 980px) {
  body .member .member-list .member-list-item .member-info .member-role {
    font-size: calc(14 / 390 * 100vw);
    margin-bottom: calc(8 / 390 * 100vw);
  }
}

body .member .member-list .member-list-item .member-info .member-description {
  font-size: calc(15 / 1728 * 100vw);
  line-height: 1.6;
  color: #e7367f;
  margin-top: calc(6 / 1728 * 100vw);
  margin-bottom: calc(20 / 1728 * 100vw);
  max-width: calc(280 / 1728 * 100vw);
}

@media (max-width: 980px) {
  body .member .member-list .member-list-item .member-info .member-description {
    font-size: calc(13 / 390 * 100vw);
    line-height: 1.5;
    max-width: calc(140 / 390 * 100vw);
    margin-top: calc(6 / 390 * 100vw);
    margin: calc(10 / 390 * 100vw) auto;
  }
}

body .member .member-list .member-list-item .member-info .member-article {
  display: inline-block;
  background-color: #f58a01;
  color: #fff;
  text-decoration: none;
  padding: calc(12 / 1728 * 100vw) calc(24 / 1728 * 100vw);
  border-radius: calc(25 / 1728 * 100vw);
  font-size: calc(14 / 1728 * 100vw);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}

@media (max-width: 980px) {
  body .member .member-list .member-list-item .member-info .member-article {
    padding: calc(10 / 390 * 100vw) calc(20 / 390 * 100vw);
    border-radius: calc(25 / 390 * 100vw);
    font-size: calc(12 / 390 * 100vw);
  }
}

body .member .member-list .member-list-item .member-info .member-article:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body .member .member-list .sp-bottom-line {
  border: none;
}

@media (max-width: 980px) {
  body .member .member-list .sp-bottom-line {
    max-width: calc(311 / 390 * 100vw);
    margin: calc(16 / 390 * 100vw) auto calc(30 / 390 * 100vw);
    border-bottom: calc(2 / 390 * 100vw) dashed #e7367f;
  }
}
