* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  margin: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "Zen Kaku Gothic New";
  scroll-behavior: smooth;
}

.pageName {
  display: none;
}

body {
  width: 100%;
  max-width: 100vw;
  position: relative;
  font-family: "Zen Kaku Gothic New";
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  max-width: 100vw;
  background-color: #f5f5f5;
  color: #3E3A39;
}

li {
  list-style: none;
}

button {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  appearance: none;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: top;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-style: none;
}

br.-sp {
  display: none;
}
br.-pc {
  display: block;
}

.pageTop {
  display: none;
}

main {
  display: block;
  line-height: 1.5;
  transition: opacity 0.3s ease;
  transition: all 1s cubic-bezier(0.59, 0, 0.265, 0.995);
  transition-timing-function: cubic-bezier(0.59, 0, 0.265, 0.995);
}
@media (max-width: 767px) {
  main {
    margin-top: 0px !important;
  }
}
main.-show {
  margin-top: 0px !important;
  opacity: 1;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  -webkit-appearance: none;
  border-radius: 0px;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (max-width: 767px) {
  br.-sp {
    display: inline;
  }
  br.-pc {
    display: none;
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

table {
  width: 100%;
  display: inline-flex;
  overflow: hidden;
}

tbody {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

tr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
}

th {
  display: inline-block;
  text-align: left;
  padding-right: 1em;
}

td {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: "Zen Kaku Gothic New";
}

p {
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}

body,
button,
input,
select,
optgroup,
textarea {
  font-weight: normal;
  font-style: normal;
}

span {
  display: inline-block;
}

.grecaptcha-badge {
  display: none !important;
}

.anchor {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -150px;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
}

.burger {
  cursor: pointer;
  position: fixed;
  right: clamp(16px, 3.5vw, 50px);
  top: 30px;
  z-index: 20;
  padding: 5px;
}

.burgerWrap {
  width: 20px;
  height: 15px;
  position: relative;
}

.burgerBar {
  height: 3px;
  width: 30px;
  background-color: #c1d3da;
  position: absolute;
  left: 50%;
  transition: all 0.2s cubic-bezier(0.24, 0.63, 0.57, 1.5);
}
.burgerBar:nth-of-type(1) {
  top: 0%;
  transform: translate(-50%, 0%) rotate(0deg);
}
.burgerBar:nth-of-type(1).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.burgerBar:nth-of-type(2) {
  top: 100%;
  transform: translate(-50%, -100%) rotate(0deg);
}
.burgerBar:nth-of-type(2).-active {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.breadcrumbList {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 5px;
  width: 100%;
}

.breadcrumbItem {
  font-size: clamp(1.1rem, (1vw), 1.4rem);
  font-weight: 300;
  line-height: 1.2;
  color: black;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
@media (max-width: 767px) {
  .breadcrumbItem {
    line-height: 1.2;
  }
}
.breadcrumbItem:not(:last-of-type)::after {
  color: black;
  content: "/";
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.pagination {
  padding-top: clamp(55px, 4.4vw, 64px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(24px, 4.2vw, 60px);
}

.paginationPrev.-hide,
.paginationNext.-hide {
  pointer-events: none;
  opacity: 0;
}
.paginationPrev::after,
.paginationNext::after {
  content: "";
  display: block;
  width: 13px;
  height: 25px;
  background-image: url(./optimized/news/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.paginationPrev::after {
  rotate: 180deg;
}

.paginationInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(18px, 3.3vw, 48px);
}

.paginationNumber {
  position: relative;
  font-size: clamp(1.6rem, (1.4vw), 2rem);
  line-height: 1.2;
}
.paginationNumber.-current::after {
  content: "";
  display: block;
  width: clamp(24px, 2.4vw, 34px);
  height: 1px;
  background: white;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.blocks {
  position: absolute;
  pointer-events: none;
}
.blocks.-topRight {
  top: 0;
  right: 0;
}
.blocks.-bottomRight {
  bottom: 0;
  right: 0;
}
.blocks.-topLeft {
  top: 0;
  left: 0;
}
.blocks.-bottomLeft {
  bottom: 0;
  left: 0;
}

.blocksInner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(clamp(20px, 2.8vw, 40px) * 2);
  max-width: calc(clamp(20px, 2.8vw, 40px) * 2);
}

.blocksItem {
  width: clamp(20px, 2.8vw, 40px);
  height: clamp(20px, 2.8vw, 40px);
}
.blocksItem.-blue {
  background-color: #70C7DA;
}
.blocksItem.-red {
  background-color: #E8465A;
}
.blocksItem.-gray {
  background-color: #898989;
}

.head {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.headTtl.-en {
  text-transform: uppercase;
  font-family: "Lato";
  font-size: clamp(3.35rem, (3.3vw), 4.8rem);
  font-weight: 600;
  line-height: 1.5;
}
.headTtl.-ja {
  font-size: clamp(1.4rem, (1.4vw), 2rem);
  font-weight: 700;
  line-height: 1.8;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 8px;
}
.headTtl.-ja::before {
  margin-top: clamp(7px, 0.7vw, 10px);
  content: "";
  display: block;
  width: clamp(11.2px, 1.1vw, 16px);
  min-width: clamp(11.2px, 1.1vw, 16px);
  height: clamp(11.2px, 1.1vw, 16px);
  background: #E8465A;
}

@keyframes btnPop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.btn {
  display: inline-block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
  }
}
.btn:hover .btnLink {
  animation: btnPop 0.3s ease;
}

.btnLink {
  border-radius: 100px;
  background: #E8465A;
  padding-left: clamp(16.7px, 1.7vw, 24px);
  padding-right: clamp(7px, 0.7vw, 10px);
  padding-top: clamp(7px, 0.7vw, 10px);
  padding-bottom: clamp(7px, 0.7vw, 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: clamp(40px, 5.6vw, 80px);
  border: 1px solid #E8465A;
}
.btnLink:hover {
  opacity: 1;
  background-color: white;
}
.btnLink:hover .btnTxt {
  color: #E8465A;
}
.btnLink:hover .btnImg.-white {
  display: none;
}
.btnLink:hover .btnImg.-red {
  display: block;
}

.btnTxt {
  color: #FFF;
  font-size: clamp(1.12rem, (1.1vw), 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  min-width: 0;
  text-decoration: underline;
}

.btnImg {
  width: clamp(16.7px, 1.7vw, 24px);
  height: clamp(16.7px, 1.7vw, 24px);
  object-fit: contain;
}
.btnImg.-red {
  display: none;
}

.headerLogo {
  position: fixed;
  left: clamp(8px, 2.2vw, 32px);
  top: clamp(6px, 1.1vw, 16px);
  z-index: 20;
  width: clamp(59px, 6.8vw, 98px);
  object-fit: contain;
}

.content {
  padding-bottom: clamp(96px, 11.1vw, 160px);
}

.footer {
  width: 100%;
  margin-top: clamp(96px, 11.1vw, 160px);
  position: relative;
  padding-top: clamp(48px, 5.6vw, 80px);
}
.footer::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-top-left-radius: clamp(60px, 8.3vw, 120px);
  background-color: #70C7DA;
}
@media (max-width: 767px) {
  .footer::before {
    border-top-left-radius: clamp(14px, 1.4vw, 20px);
  }
}

.footerInner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(20px, (11.1vw), 160px);
  padding-right: clamp(20px, (11.1vw), 160px);
}
@media (max-width: 767px) {
  .footerInner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footerTop {
  background-color: white;
  padding-top: clamp(16.7px, 1.7vw, 24px);
  padding-bottom: clamp(16.7px, 1.7vw, 24px);
  padding-left: clamp(20px, 5.6vw, 80px);
  padding-right: clamp(20px, 5.6vw, 80px);
  border-radius: clamp(14px, 1.4vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(45px, 6.3vw, 90px);
}
@media (max-width: 1270px) {
  .footerTop {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .footerTop {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footerTopLeft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  position: relative;
}
@media (max-width: 1270px) {
  .footerTopLeft {
    width: 100%;
    padding-bottom: clamp(8.3px, 0.8vw, 12px);
  }
}
@media (max-width: 767px) {
  .footerTopLeft {
    flex-wrap: wrap;
  }
}
.footerTopLeft::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #C6C6C6;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translate(clamp(31.4px, 3.1vw, 45px), -50%);
}
@media (max-width: 1270px) {
  .footerTopLeft::after {
    display: none;
  }
}

.footerTopIcon {
  object-fit: contain;
  margin-right: 8px;
}
.footerTopIcon.-large {
  width: clamp(33.5px, 4.7vw, 67px);
  min-width: clamp(33.5px, 4.7vw, 67px);
}
.footerTopIcon.-small {
  width: clamp(14px, 1.4vw, 20px);
  min-width: clamp(14px, 1.4vw, 20px);
}

.footerTopTtl.-en {
  font-family: "Lato";
  font-size: clamp(2.52rem, (2.5vw), 3.6rem);
  font-weight: 700;
  line-height: 1.5;
  margin-right: 16px;
}
.footerTopTtl.-ja {
  font-size: clamp(1.4rem, (1.4vw), 2rem);
  font-weight: 500;
  line-height: 1.8;
}

.footerTopRight {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 4px;
}
@media (max-width: 1270px) {
  .footerTopRight {
    width: 100%;
    border-top: 1px solid #C6C6C6;
    padding-top: clamp(8.3px, 0.8vw, 12px);
  }
}

.footerTopTxt {
  color: #898989;
  font-size: clamp(1.12rem, (1.1vw), 1.6rem);
  font-weight: 500;
  line-height: 1.8;
}

.footerTopContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(16.7px, 1.7vw, 24px);
  row-gap: clamp(8.3px, 0.8vw, 12px);
}
@media (max-width: 767px) {
  .footerTopContainer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}

.footerTopWrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}

.footerTopLink {
  font-family: "Lato";
  font-size: clamp(1.67rem, (1.7vw), 2.4rem);
  font-weight: 600;
  line-height: 1.5;
}

.footerMiddle {
  margin-top: clamp(16.7px, 1.7vw, 24px);
  width: 100%;
  background-color: white;
  border-radius: clamp(14px, 1.4vw, 20px);
  padding-left: clamp(20px, 5.6vw, 80px);
  padding-right: clamp(20px, 5.6vw, 80px);
  padding-top: clamp(22.4px, 2.2vw, 32px);
  padding-bottom: clamp(22.4px, 2.2vw, 32px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: clamp(22.4px, 2.2vw, 32px);
}
@media (max-width: 767px) {
  .footerMiddle {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.footerMiddleImg {
  width: clamp(125.9px, 12.5vw, 180px);
  object-fit: contain;
}

.footerBottom {
  margin-top: clamp(38.4px, 4.4vw, 64px);
  width: 100%;
  padding-top: clamp(11.2px, 1.1vw, 16px);
  padding-bottom: clamp(11.2px, 1.1vw, 16px);
  position: relative;
}
.footerBottom::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #E8465A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.footerBottomTxt {
  color: #FFF;
  font-family: "Lato";
  font-size: clamp(0.97rem, (1vw), 1.4rem);
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  text-align: center;
}

.error {
  padding-top: clamp(143px, 15.5vw, 223px);
  padding-left: clamp(11px, 15.3vw, 220px);
  padding-right: clamp(11px, 15.3vw, 220px);
  padding-bottom: 100px;
  margin: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .error {
    padding-left: 11px;
    padding-right: 11px;
  }
}

.errorInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.errorWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.errorImg {
  width: clamp(161px, 32.2vw, 463px);
  position: relative;
  overflow: hidden;
}
.errorImg::after {
  display: block;
  padding-top: 171.7062634989%;
  content: "";
}
@media (max-width: 767px) {
  .errorImg {
    position: relative;
    overflow: hidden;
  }
  .errorImg::after {
    display: block;
    padding-top: 172.6708074534%;
    content: "";
  }
}

@media (max-width: 767px) {
  .errorerrorTtl {
    line-height: 1.3153846154;
  }
}
.errorerrorTtl span {
  margin-left: 0.3em;
  margin-right: 0.26em;
}

.errorDesc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(8px, 1.9vw, 28px);
  letter-spacing: 0.03em;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .errorDesc {
    line-height: 1.2142857143;
  }
}

.errorLink {
  margin-top: 56px;
  border: 1px solid #757575;
  color: #757575;
  height: clamp(45px, 3.3vw, 48px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: clamp(343px, 32.2vw, 463px);
  max-width: 100%;
}
@media (max-width: 767px) {
  .errorLink {
    line-height: 1.5;
  }
}

.outline {
  margin-top: clamp(131.6px, 13.1vw, 188px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(20px, (11.1vw), 160px);
  padding-right: clamp(20px, (11.1vw), 160px);
  transform: translateY(clamp(70px, 6.9vw, 100px));
  opacity: 0;
  transition: all 0.5s ease 0.3s;
}
@media (max-width: 767px) {
  .outline {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.outline.-show {
  transform: translateY(0);
  opacity: 1;
}

.outlineInner {
  width: 100%;
}

.outlineHead {
  width: 100%;
}

.outlineHeadTtl {
  display: inline-block;
  font-size: clamp(2rem, (2.8vw), 4rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #FFF;
  text-align: center;
  border-top-left-radius: clamp(14px, 1.4vw, 20px);
  border-top-right-radius: clamp(14px, 1.4vw, 20px);
  background: #E8465A;
  padding-top: clamp(5.6px, 0.6vw, 8px);
  padding-bottom: clamp(5.6px, 0.6vw, 8px);
  padding-left: clamp(20px, 2.8vw, 40px);
  padding-right: clamp(20px, 2.8vw, 40px);
}

.outlineBody {
  background-color: white;
  width: 100%;
  padding-top: clamp(44.8px, 4.4vw, 64px);
  padding-bottom: clamp(44.8px, 4.4vw, 64px);
  padding-left: clamp(20px, 11.8vw, 170px);
  padding-right: clamp(20px, 11.8vw, 170px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  border-top-right-radius: clamp(14px, 1.4vw, 20px);
  border-bottom-left-radius: clamp(14px, 1.4vw, 20px);
  position: relative;
}
@media (max-width: 767px) {
  .outlineBody {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.outlineBodyTtl.-first {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: clamp(15.4px, 1.5vw, 22px);
}
.outlineBodyTtl.-second {
  margin-top: clamp(24px, 2.8vw, 40px);
  color: #70C7DA;
  text-align: center;
  font-size: clamp(1.67rem, (1.7vw), 2.4rem);
  font-weight: 700;
  line-height: 1.8;
}

.outlineBodyDesc {
  text-align: center;
  font-size: clamp(2.4rem, (3.3vw), 4.8rem);
  font-weight: 700;
  line-height: 1.5;
}

.outlineBodyImg {
  width: clamp(162px, 18.8vw, 270px);
  object-fit: contain;
}

.outlineBodyTxt {
  margin-top: clamp(28px, 2.8vw, 40px);
  width: 100%;
  font-size: clamp(1.26rem, (1.3vw), 1.8rem);
  font-weight: 400;
  line-height: 1.8;
}

.details {
  margin-top: clamp(60px, 8.3vw, 120px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(20px, (11.1vw), 160px);
  padding-right: clamp(20px, (11.1vw), 160px);
}
@media (max-width: 767px) {
  .details {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.detailsInner {
  width: 100%;
}

.detailsTable {
  width: 100%;
  background-color: white;
}
.detailsTable tr {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}
.detailsTable tr:not(:first-of-type) {
  border-top: 1px solid #898989;
}
.detailsTable th,
.detailsTable td {
  padding-top: clamp(9.6px, 1.1vw, 16px);
  padding-bottom: clamp(9.6px, 1.1vw, 16px);
  padding-left: clamp(19.2px, 2.2vw, 32px);
  padding-right: clamp(19.2px, 2.2vw, 32px);
  width: calc(100% - clamp(112px, 19.4vw, 280px));
}
.detailsTable th {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: #70C7DA;
  color: white;
  text-align: center;
  width: clamp(196px, 19.4vw, 280px);
  min-width: clamp(98px, 19.4vw, 280px);
  max-width: clamp(98px, 19.4vw, 280px);
  color: #FFF;
  font-size: clamp(1.4rem, (1.4vw), 2rem);
  font-weight: 700;
  line-height: 1.8;
}
.detailsTable td {
  font-size: clamp(1.12rem, (1.1vw), 1.6rem);
  line-height: 1.8;
}
.detailsTable td strong {
  font-size: clamp(1.4rem, (1.4vw), 2rem);
  font-weight: 500;
  line-height: 1.8;
}
.detailsTable td a {
  text-decoration: underline;
}

.app {
  margin-top: clamp(60px, 8.3vw, 120px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(20px, (11.1vw), 160px);
  padding-right: clamp(20px, (11.1vw), 160px);
}
@media (max-width: 767px) {
  .app {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.app.-less {
  margin-top: clamp(56px, 5.6vw, 80px);
}

.appInner {
  border-radius: clamp(14px, 1.4vw, 20px);
  background: #FFF;
  box-shadow: 3px 3px 0 0 #C6C6C6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  column-gap: 20px;
  padding: clamp(16.7px, 1.7vw, 24px);
}
@media (max-width: 767px) {
  .appInner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 20px;
  }
}

.appContents {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: clamp(16.7px, 1.7vw, 24px);
  row-gap: 5px;
}
@media (max-width: 767px) {
  .appContents {
    width: 100%;
  }
}

.appContentsLogo {
  width: clamp(53.9px, 5.3vw, 77px);
  object-fit: contain;
}

.appContentsTxt.-ttl {
  font-family: "Lato";
  font-size: clamp(2.52rem, (2.5vw), 3.6rem);
  font-weight: 700;
  line-height: 1.5;
}
.appContentsTxt.-txt {
  font-size: clamp(1.4rem, (1.4vw), 2rem);
  font-weight: 500;
  line-height: 1.8;
}

@keyframes appBtnPop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.appBtn {
  display: block;
  cursor: pointer;
}
@media (max-width: 767px) {
  .appBtn {
    width: 100%;
  }
}
.appBtn:hover .appBtnLink {
  animation: appBtnPop 0.3s ease;
}

.appBtnLink {
  border-radius: 100px;
  background: #E8465A;
  padding-left: clamp(16.7px, 1.7vw, 24px);
  padding-right: clamp(7px, 0.7vw, 10px);
  padding-top: clamp(7px, 0.7vw, 10px);
  padding-bottom: clamp(7px, 0.7vw, 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  border: 1px solid #E8465A;
}
.appBtnLink:hover {
  opacity: 1;
  background-color: white;
}
.appBtnLink:hover .appBtnTxt {
  color: #E8465A;
}
.appBtnLink:hover .appBtnImg.-white {
  display: none;
}
.appBtnLink:hover .appBtnImg.-red {
  display: block;
}

.appBtnTxt {
  color: #FFF;
  font-size: clamp(1.12rem, (1.1vw), 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  min-width: 0;
}

.appBtnImg {
  width: clamp(16.7px, 1.7vw, 24px);
  height: clamp(16.7px, 1.7vw, 24px);
  object-fit: contain;
}
.appBtnImg.-red {
  display: none;
}

.programs {
  margin-top: clamp(60px, 8.3vw, 120px);
  padding-top: clamp(60px, 8.3vw, 120px);
  padding-bottom: clamp(60px, 8.3vw, 120px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(20px, (11.8vw), 170px);
  padding-right: clamp(20px, (11.8vw), 170px);
  position: relative;
}
@media (max-width: 767px) {
  .programs {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.programs::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-top-left-radius: clamp(60px, 8.3vw, 120px);
  border-bottom-right-radius: clamp(60px, 8.3vw, 120px);
  background-color: white;
}

.programsInner {
  position: relative;
}

.programsList {
  margin-top: clamp(56px, 5.6vw, 80px);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: clamp(28px, 2.8vw, 40px);
}

.programsListItem {
  width: 100%;
}

.programsListHeader {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
}

.programsListNum {
  color: #F5F5F5;
  font-family: "Lato";
  text-transform: uppercase;
  font-size: clamp(2.24rem, (2.2vw), 3.2rem);
  font-weight: 600;
  line-height: 1;
  background-color: #E8465A;
  width: clamp(36.4px, 3.6vw, 52px);
  height: clamp(36.4px, 3.6vw, 52px);
  min-width: clamp(36.4px, 3.6vw, 52px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.programsListTtl {
  background: #70C7DA;
  width: calc(100% - clamp(36.4px, 3.6vw, 52px));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #F5F5F5;
  text-align: center;
  font-size: clamp(1.4rem, (1.4vw), 2rem);
  font-weight: 700;
  line-height: 1.8;
  padding-left: clamp(22.4px, 2.2vw, 32px);
  padding-right: clamp(22.4px, 2.2vw, 32px);
  padding-top: clamp(5.6px, 0.6vw, 8px);
  padding-bottom: clamp(5.6px, 0.6vw, 8px);
}

.programsListBody {
  width: 100%;
  background: #F5F5F5;
  padding-top: clamp(16.7px, 1.7vw, 24px);
  padding-bottom: clamp(16.7px, 1.7vw, 24px);
  padding-left: clamp(20px, 11.1vw, 160px);
  padding-right: clamp(20px, 11.1vw, 160px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: clamp(16.7px, 1.7vw, 24px);
}
@media (max-width: 767px) {
  .programsListBody {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.programsListTxt.-center {
  text-align: center;
}
.programsListTxt.-general {
  font-size: clamp(1.2rem, (1.1vw), 1.6rem);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .programsListTxt.-general {
    line-height: 1.5;
  }
}
.programsListTxt.-ttl {
  font-size: clamp(1.4rem, (1.3vw), 1.8rem);
  font-weight: 500;
  line-height: 1.8;
}
.programsListTxt.-red {
  font-size: clamp(1.4rem, (1.3vw), 1.8rem);
  font-weight: 500;
  line-height: 1.8;
  color: #E8465A;
}

.programsListBlock {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  column-gap: clamp(11.2px, 1.1vw, 16px);
}

.programsListImg {
  width: clamp(62.4px, 7.2vw, 104px);
  height: clamp(62.4px, 7.2vw, 104px);
  min-width: clamp(62.4px, 7.2vw, 104px);
  object-fit: contain;
}

.members {
  margin-top: clamp(72px, 8.3vw, 120px);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  padding-left: clamp(20px, (11.1vw), 160px);
  padding-right: clamp(20px, (11.1vw), 160px);
}
@media (max-width: 767px) {
  .members {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.membersInner {
  position: relative;
}

.membersBody {
  margin-top: clamp(56px, 5.6vw, 80px);
  width: 100%;
}

.membersBodyTtl {
  color: #FFF;
  text-align: center;
  font-size: clamp(1.67rem, (1.7vw), 2.4rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  display: inline-flex;
  padding: 8px;
  min-width: clamp(125.9px, 12.5vw, 180px);
  border-radius: clamp(14px, 1.4vw, 20px) clamp(14px, 1.4vw, 20px) 0 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: clamp(44.8px, 4.4vw, 64px);
}
.membersBodyTtl.-blue {
  background: #70C7DA;
  margin-top: 0;
}
.membersBodyTtl.-gray {
  background: #B5B39D;
}
.membersBodyTtl.-red {
  background: #E8465A;
}

.membersBodyList {
  background-color: white;
  border-top-right-radius: clamp(14px, 1.4vw, 20px);
  border-bottom-left-radius: clamp(14px, 1.4vw, 20px);
  border-bottom-right-radius: clamp(14px, 1.4vw, 20px);
  padding-top: clamp(22.4px, 2.2vw, 32px);
  padding-bottom: clamp(22.4px, 2.2vw, 32px);
  padding-left: clamp(20px, 11.1vw, 160px);
  padding-right: clamp(20px, 11.1vw, 160px);
}
@media (max-width: 767px) {
  .membersBodyList {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.membersBodyItem {
  width: 100%;
}
.membersBodyItem:not(:first-of-type) {
  border-top: 1px solid #C6C6C6;
  padding-top: clamp(16.7px, 1.7vw, 24px);
}
.membersBodyItem:not(:last-of-type) {
  padding-bottom: clamp(16.7px, 1.7vw, 24px);
}

.membersBodyMember dt {
  font-size: clamp(1.4rem, (1.4vw), 2rem);
  font-weight: 700;
  line-height: 1.8;
}
.membersBodyMember dd {
  font-size: clamp(1.2rem, (1.1vw), 1.6rem);
  line-height: 1.8;
}