@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (min-width: 768px) {
  #create:not(:disabled) .rover-hover:hover,
.rover-hover:hover {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-family: "BIZ UDPGothic", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Osaka", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #595959;
}
sup{
	font-size: 0.75em;
	line-height: 0;
	vertical-align: super;
}
sup.a {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 28px;
  }
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #384050;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
@media screen and (min-width: 768px) {
  #create:not(:disabled) .rover-hover:hover,
.rover-hover:hover {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateCenter {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(-360deg);
  }
}
@keyframes rotateReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  to {
    visibility: visible;
    opacity: 1;
  }
  from {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutIn {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideUpText {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes scrollDownLoop {
  0% {
    top: -11%;
  }
  15% {
    top: -9%;
  }
  85% {
    top: 109%;
  }
  100% {
    top: 111%;
  }
}
@keyframes svg-anime {
  0% {
    stroke-dashoffset: 1600px;
    stroke-dasharray: 1600px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1600px;
  }
}
@keyframes frameOutStartScene {
  0% {
    top: 0;
  }
  100% {
    top: -100vh;
  }
}
@keyframes runMarking {
  from {
    -webkit-background-size: 0%;
    background-size: 0%;
  }
  to {
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
@keyframes bounceLeftRight {
  0% {
    transform: translateX(-150%) translateY(0);
  }
  15% {
    transform: translateX(-90%) translateY(-200px);
  }
  30% {
    transform: translateX(-60%) translateY(0) scaleX(1.1) scaleY(0.9);
  }
  45% {
    transform: translateX(-40%) translateY(-100px);
  }
  60% {
    transform: translateX(-20%) translateY(0) scaleX(1.1) scaleY(0.9);
  }
  75% {
    transform: translateX(-10%) translateY(-50px);
  }
  90% {
    transform: translateX(0) translateY(0) scaleX(1.02) scaleY(0.98);
  }
  100% {
    transform: translateX(0) translateY(0) scaleX(1) scaleY(1);
  }
}
@keyframes swapBgImg1 {
  0% {
    opacity: 1;
  }
  2.5% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  27.5% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  32.5% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swapBgImg1_1 {
  0% {
    opacity: 0;
  }
  2.5% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  27.5% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  32.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes swingDown {
  0% {
    transform: rotate(-90deg);
  }
  20% {
    transform: rotate(50deg);
  }
  40% {
    transform: rotate(-30deg);
  }
  60% {
    transform: rotate(15deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swapBgImg2 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swapBgImg2_1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(100%);
  }
  /*90% {
    transform: translateX(-10%);
  }*/
  100% {
    transform: translateX(0);
  }
}
@keyframes swapBgImg3 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swapBgImg3_1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(370deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swapBgImg4 {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes swapBgImg4_1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes float-upDown {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100px);
  }
}
@keyframes popUpTooltip {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes popUpTooltip2 {
  0% {
    transform: rotate(15deg);
  }
  25% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes moveLeftRight {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(300%);
  }
}
@keyframes moveRightLeft {
  from {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-300%);
  }
}
@keyframes slideCommitmentBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -133.3823529412vw 0;
  }
}
@keyframes slideCommitmentBgSP {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -483.7333333333vw 0;
  }
}
@keyframes slideCommitmentBgPC {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1814px 0;
  }
}
@keyframes slideCommitmentBg1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -123.5294117647vw 0;
  }
}
@keyframes slideCommitmentBgSP1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -537.6vw 0;
  }
}
@keyframes slideCommitmentBgPC1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1680px 0;
  }
}
@keyframes slideCommitmentBg2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -165.8088235294vw 0;
  }
}
@keyframes slideCommitmentBgSP2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -601.3333333333vw 0;
  }
}
@keyframes slideCommitmentBgPC2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2255px 0;
  }
}
:root {
  --color-contents: #384050;
  --color-primary: #FBA03A;
  --color-secondary: #8D5CA3;
  --color-bg: #FFF1C8;
}

body img {
  width: 100%;
}
body a {
  color: var(--color-contents);
  transition: all 0.2s ease-out;
}
body a:hover {
  color: var(--color-primary);
}
body [class*=-inner] {
  margin: 0 auto;
  padding: 0 3.6764705882vw;
  max-width: 1260px;
}
@media screen and (max-width: 767px) {
  body [class*=-inner] {
    padding: 0 3.2vw;
  }
}
@media screen and (min-width: 1360px) {
  body [class*=-inner] {
    width: 100%;
    max-width: 1260px;
  }
}
body [class*=-heading] {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body .alnum,
body [class*=-number] {
  font-family: "Cabin", sans-serif;
}
body .fadeIn-obj {
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 767px) {
  body .fadeIn-obj.sp-show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    animation: none !important;
  }
}
body .fadeIn-obj.active {
  animation: fadeIn 0.4s linear 0s forwards, slideUp 0.4s ease-out 0s forwards;
}
body .header {
  padding: 3.4666666667vw 0;
}
@media screen and (min-width: 768px) {
  body .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2.2058823529vw 0;
    box-sizing: border-box;
    background: #ffffff;
    z-index: 10;
    transition: transform 0.3s ease;
  }
  body .header.header-hidden {
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1360px) {
  body .header {
    padding: 30px 0;
  }
}
body .header-inner {
  display: flex;
}
body .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  body .header-top {
    margin-bottom: 0;
    padding: 0 0 0 3.2vw;
  }
}
body .header-logo {
  width: 23.8235294118vw;
  padding: 0.7352941176vw 0 0;
}
@media screen and (max-width: 767px) {
  body .header-logo {
    width: 49.3333333333vw;
    padding-top: 0;
  }
}
@media screen and (min-width: 1360px) {
  body .header-logo {
    width: 324px;
    padding-top: 10px;
  }
}
body .header-logo a {
  text-decoration: none;
}
body .header-logo a:hover {
  opacity: 0.8;
}
body .header-menu-btn {
  position: fixed;
  top: 3.4666666667vw;
  right: 6.4vw;
  width: 12.8vw;
  height: 12.8vw;
  background-color: var(--color-primary);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  body .header-menu-btn {
    display: none; /* Hide on desktop */
  }
}
body .header-menu-btn span {
  display: block;
  width: 4vw;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease;
}
body .header-menu-btn span:nth-child(1) {
  transform: translateY(-1.0666666667vw);
}
body .header-menu-btn span:nth-child(3) {
  transform: translateY(1.0666666667vw);
}
body .header-menu-btn.open span:nth-child(1) {
  transform: translateY(0.2666666667vw) rotate(45deg);
}
body .header-menu-btn.open span:nth-child(2) {
  opacity: 0;
}
body .header-menu-btn.open span:nth-child(3) {
  transform: translateY(-0.2666666667vw) rotate(-45deg);
}
body .header-menu {
  padding: 0.4044117647vw 0 0;
}
@media screen and (max-width: 767px) {
  body .header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-bottom: 9.6vw;
    overflow-y: scroll;
    background-color: #ffffff;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    /* CSS Animation for fade effects */
    visibility: hidden;
    opacity: 0;
    animation: fadeOut 0.3s ease forwards;
  }
  body .header-menu.menu-visible {
    visibility: visible;
    opacity: 1;
    animation: fadeIn 0.3s ease forwards;
  }
}
@media screen and (min-width: 1360px) {
  body .header-menu {
    padding: 5.5px 0 0;
    display: block !important; /* Always show on desktop */
    opacity: 1 !important; /* Ensure always visible on desktop */
  }
}
body .header-menu-logo {
  width: 49.3333333333vw;
  margin: 0 0 3.4666666667vw 6.1333333333vw;
  padding: 3.2vw 0 0;
}
@media screen and (min-width: 768px) {
  body .header-menu-logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  body .header-menu-inside {
    display: flex;
    flex-direction: column;
    width: 87.2vw;
    margin: 0 auto 9.6vw;
    padding: 10.6666666667vw 6.4vw 11.7333333333vw;
    box-sizing: border-box;
    background-color: var(--color-primary);
    border-radius: 8vw;
  }
}
body .header-menu-title {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
  margin: 0 0 9.3333333333vw;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  body .header-menu-title {
    display: none;
  }
}
body .header-menu-title .en {
  font-size: 3.4666666667vw;
  text-align: center;
  line-height: 1.4em;
}
body .header-menu-title .jp {
  font-size: 4.2666666667vw;
  text-align: center;
  line-height: 1.4em;
}
body .header-subnav {
  margin: 0 0 0.9558823529vw;
}
@media screen and (min-width: 1360px) {
  body .header-subnav {
    margin-bottom: 13px;
  }
}
body .header-subnav-list {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}
body .header-subnav-item {
  border-right: 1px solid var(--color-primary);
}
body .header-subnav-item:first-child {
  margin-left: 0;
}
body .header-subnav-item:last-of-type {
  border-right: none;
}
body .header-subnav-item a {
  display: inline-block;
  padding: 0.3676470588vw 0.8088235294vw;
  text-decoration: none;
  font-size: 1.1764705882vw;
  font-weight: 700;
  color: var(--color-primary);
}
@media screen and (min-width: 1360px) {
  body .header-subnav-item a {
    padding: 5px 11px;
    font-size: 16px;
  }
}
body .header-subnav-item a:hover {
  opacity: 0.8;
}
body .header-nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
body .header-nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
body .header-nav-item {
  width: 11.9117647059vw;
  height: 3.9705882353vw;
  margin-left: 1.1764705882vw;
  border-radius: 1.9852941176vw;
  background-color: var(--color-primary);
}
@media screen and (min-width: 1360px) {
  body .header-nav-item {
    width: 162px;
    height: 54px;
    margin-left: 16px;
  }
}
body .header-nav-item:first-child {
  margin-left: 0;
}
body .header-nav-item a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2205882353vw;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.4705882353vw;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (min-width: 1360px) {
  body .header-nav-item a {
    gap: 3px;
    font-size: 20px;
  }
}
body .header-nav-item a span {
  font-size: 1.0294117647vw;
}
@media screen and (min-width: 1360px) {
  body .header-nav-item a span {
    font-size: 14px;
  }
}
body .header-nav-item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  body .header-subnav {
    order: 3;
  }
  body .header-subnav-list {
    flex-direction: column;
    gap: 3.2vw;
    padding: 0;
  }
  body .header-subnav-list li {
    border: none;
    padding: 1.0666666667vw 0;
    text-align: center;
  }
  body .header-subnav-list li a {
    display: block;
    font-size: 4.2666666667vw;
    color: #ffffff;
  }
  body .header-nav {
    order: 2;
    margin-bottom: 9.3333333333vw;
  }
  body .header-nav-list {
    flex-direction: column;
    gap: 4.2666666667vw;
    width: 100%;
    padding: 0;
  }
  body .header-nav-list li {
    width: 100%;
    height: 14.4vw;
    margin: 0;
    background-color: #ffffff;
    border-radius: 7.2vw;
  }
  body .header-nav-list li a {
    padding: 0;
    font-size: 5.3333333333vw;
    color: var(--color-primary);
  }
  body .header-nav-list li a span {
    font-size: 3.7333333333vw;
  }
}
body .footer {
  padding: 3.6764705882vw 0;
}
@media screen and (max-width: 767px) {
  body .footer {
    padding: 8vw 0;
  }
}
@media screen and (min-width: 1360px) {
  body .footer {
    padding: 50px 0;
  }
}
body .footer .copyright {
  font-size: 1.4705882353vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  body .footer .copyright {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body .footer .copyright {
    font-size: 20px;
  }
}

body.fixed {
  overflow: hidden;
}
body main .mainVisual {
  height: 38.2352941176vw;
  margin-top: 12.0588235294vw;
}
@media screen and (max-width: 767px) {
  body main .mainVisual {
    height: 138.6666666667vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1360px) {
  body main .mainVisual {
    height: 520px;
    margin-top: 164px;
  }
}
body main .mainVisual .mv-inner {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  body main .mainVisual .mv-inner {
    box-sizing: border-box;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  body main .mainVisual .mv-inner {
    box-sizing: border-box;
    max-width: none;
  }
}
@media screen and (min-width: 1360px) {
  body main .mainVisual .mv-inner {
    box-sizing: initial;
    max-width: 1260px;
  }
}
body main .mainVisual .mv-contents {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../img/mv.webp");
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: 92.6470588235vw;
  background-size: 92.6470588235vw;
  border-radius: 3.6764705882vw;
}
@media screen and (max-width: 767px) {
  body main .mainVisual .mv-contents {
    background-image: url("../img/mv_sp.webp");
    -webkit-background-size: 100%;
    background-size: 100%;
    border-radius: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body main .mainVisual .mv-contents {
    -webkit-background-size: 100%;
    background-size: 100%;
  }
}
@media screen and (min-width: 1360px) {
  body main .mainVisual .mv-contents {
    -webkit-background-size: 1260px;
    background-size: 1260px;
    border-radius: 50px;
  }
}
body main .mainVisual .mv-contents .mv-text {
  width: 66.9333333333vw;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body main .mainVisual .mv-contents .mv-text {
    padding: 26.6666666667vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  body main .mainVisual .mv-contents .mv-text {
    position: absolute;
    top: 8.9705882353vw;
    left: 5.1470588235vw;
    width: 31.25vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .mainVisual .mv-contents .mv-text {
    top: 122px;
    left: 70px;
    width: 425px;
  }
}
body main .mainVisual .mv-contents .mv-ribbon {
  position: absolute;
  top: 2.0588235294vw;
  right: -1.6911764706vw;
  width: 34.7058823529vw;
  transform: rotate(-7.21deg);
}
@media screen and (max-width: 767px) {
  body main .mainVisual .mv-contents .mv-ribbon {
    top: 75.4666666667vw;
    right: -9.8666666667vw;
    width: 65.6vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .mainVisual .mv-contents .mv-ribbon {
    top: 28px;
    right: -23px;
    width: 472px;
  }
}
body main .lead-section {
  margin: 3.9705882353vw 0;
  font-weight: 700;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  body main .lead-section {
    margin: 10.6666666667vw 0;
  }
}
@media screen and (min-width: 1360px) {
  body main .lead-section {
    margin: 54px 0;
  }
}
body main .lead-section span {
  display: block;
  text-align: center;
  line-height: 1.4em;
}
body main .lead-section span.en {
  margin: 0 0 0.8823529412vw;
  font-size: 1.4705882353vw;
}
@media screen and (max-width: 767px) {
  body main .lead-section span.en {
    margin-bottom: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .lead-section span.en {
    margin: 0 0 12px;
    font-size: 20px;
  }
}
body main .lead-section span.jp {
  font-size: 1.7647058824vw;
}
@media screen and (max-width: 767px) {
  body main .lead-section span.jp {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .lead-section span.jp {
    font-size: 24px;
  }
}
body main .cta .cta-contents {
  display: flex;
  align-items: center;
  padding: 2.9411764706vw 3.6764705882vw;
  background-image: linear-gradient(to right, var(--color-primary), #F29AAA 50%, var(--color-primary));
  border-radius: 3.6764705882vw;
}
@media screen and (max-width: 767px) {
  body main .cta .cta-contents {
    flex-direction: column;
    gap: 9.3333333333vw;
    padding: 10.6666666667vw 6.4vw;
    border-radius: 8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta .cta-contents {
    padding: 40px 50px;
    border-radius: 50px;
  }
}
body main .cta .cta-contents .cta-text {
  flex: 1;
  color: #ffffff;
}
body main .cta .cta-contents .cta-text .cta-header {
  margin: 0 0 1.1764705882vw;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body main .cta .cta-contents .cta-text .cta-header {
    margin-bottom: 4.8vw;
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta .cta-contents .cta-text .cta-header {
    margin-bottom: 16px;
    font-size: 34px;
  }
}
body main .cta .cta-contents .cta-text .cta-header span {
  display: inline-block;
  border-bottom: 0.2205882353vw solid #ffffff;
}
@media screen and (max-width: 767px) {
  body main .cta .cta-contents .cta-text .cta-header span {
    border-bottom: 0.5333333333vw solid #fff;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta .cta-contents .cta-text .cta-header span {
    border-bottom-width: 3px;
  }
}
body main .cta .cta-contents .cta-text .cta-overview {
  font-size: 1.3235294118vw;
  font-weight: 700;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  body main .cta .cta-contents .cta-text .cta-overview {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta .cta-contents .cta-text .cta-overview {
    font-size: 18px;
  }
}
body main .cta .cta-contents .cta-btn {
  width: 25.7352941176vw;
  height: 4.7058823529vw;
  background-color: #fff;
  border-radius: 3.6764705882vw;
}
@media screen and (max-width: 767px) {
  body main .cta .cta-contents .cta-btn {
    width: 74.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta .cta-contents .cta-btn {
    width: 350px;
    height: 64px;
  }
}
body main .cta .cta-contents .cta-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.0588235294vw;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--color-primary);
  background-image: url("../img/ico-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 2.6470588235vw top 50%;
  background-size: 1.7647058824vw;
}
@media screen and (max-width: 767px) {
  body main .cta .cta-contents .cta-btn a {
    font-size: 5.3333333333vw;
    background-position: right 4.5333333333vw top 50%;
    -webkit-background-size: 4.2666666667vw;
    background-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta .cta-contents .cta-btn a {
    font-size: 28px;
    background-position: right 36px top 50%;
    background-size: 24px;
  }
}
body main .section-title {
  display: flex;
  flex-direction: column;
  gap: 1px;
  color: var(--color-primary);
}
body main .section-title .en {
  font-size: 4.1176470588vw;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body main .section-title .en {
    font-size: 8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .section-title .en {
    font-size: 56px;
  }
}
body main .section-title .jp {
  font-size: 2.2058823529vw;
  font-weight: 400;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body main .section-title .jp {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .section-title .jp {
    font-size: 30px;
  }
}
body main .section-title.sub .en {
  font-size: 2.9411764706vw;
}
@media screen and (max-width: 767px) {
  body main .section-title.sub .en {
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .section-title.sub .en {
    font-size: 40px;
  }
}
body main .section-title.sub .jp {
  font-size: 1.7647058824vw;
}
@media screen and (max-width: 767px) {
  body main .section-title.sub .jp {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .section-title.sub .jp {
    font-size: 24px;
  }
}
body main .section-overview {
  padding: 1.875vw 0 0;
  font-size: 1.6176470588vw;
  font-weight: 700;
  line-height: 1.6em;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  body main .section-overview {
    padding-top: 0;
    font-size: 4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .section-overview {
    padding: 25.5px 0 0;
    font-size: 22px;
  }
}
body main .section-body-text {
  width: 35.2941176471vw;
  font-size: 1.1764705882vw;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body main .section-body-text {
    width: 100%;
    font-size: 4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .section-body-text {
    width: 480px;
    font-size: 16px;
  }
}
body main .section-body-text:nth-child(n+2) {
  margin: 2.2058823529vw 0 0;
}
@media screen and (max-width: 767px) {
  body main .section-body-text:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .section-body-text:nth-child(n+2) {
    margin: 30px 0 0;
  }
}
body main .main-section {
  margin: 0 0 3.6764705882vw;
}
@media screen and (max-width: 767px) {
  body main .main-section {
    margin-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section {
    margin: 0 0 50px;
  }
}
body main .main-section#history {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  body main .main-section#history {
    padding-right: 3.6764705882vw;
    padding-left: 3.6764705882vw;
  }
}
@media screen and (max-width: 767px) {
  body main .main-section#results {
    margin-bottom: 32vw;
  }
}
@media screen and (max-width: 767px) {
  body main .main-section#staff {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  body main .main-section#staff {
    padding-right: 3.6764705882vw;
    padding-left: 3.6764705882vw;
  }
}
body main .main-section .main-section-inner {
  padding: 5.1470588235vw 0 7.3529411765vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-inner {
    padding: 16vw 0 0;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-inner {
    padding: 70px 0 100px;
  }
}
body main .main-section#activities {
  margin-bottom: 7.3529411765vw;
}
@media screen and (max-width: 767px) {
  body main .main-section#activities {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body main .main-section#activities {
    padding-right: 3.6764705882vw;
    padding-left: 3.6764705882vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section#activities {
    margin-bottom: 100px;
  }
}
body main .main-section#activities .main-section-inner, body main .main-section#history .main-section-inner, body main .main-section#staff .main-section-inner {
  background-color: var(--color-bg);
  border-radius: 3.6764705882vw;
}
@media screen and (max-width: 767px) {
  body main .main-section#activities .main-section-inner, body main .main-section#history .main-section-inner, body main .main-section#staff .main-section-inner {
    border-radius: 0;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section#activities .main-section-inner, body main .main-section#history .main-section-inner, body main .main-section#staff .main-section-inner {
    border-radius: 50px;
  }
}
@media screen and (min-width: 768px) {
  body main .main-section#summary .main-section-inner {
    padding-top: 8.8235294118vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section#summary .main-section-inner {
    padding-top: 120px;
  }
}
body main .main-section .main-section-contents {
  padding: 0 5.1470588235vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents {
    padding: 0 6.4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents {
    padding: 0 70px;
  }
}
body main .main-section .main-section-contents .main-section-header {
  display: flex;
  justify-content: space-between;
  margin: 0 0 5.8823529412vw;
  padding: 0 3.6764705882vw 2.2058823529vw;
  border-bottom: 1px solid var(--color-primary);
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .main-section-header {
    flex-direction: column;
    gap: 3.7333333333vw;
    padding: 0 0 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .main-section-header {
    margin: 0 0 80px;
    padding: 0 50px 30px;
  }
}
body main .main-section .main-section-contents .main-section-header.sub {
  margin-bottom: 3.6764705882vw;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .main-section-header.sub {
    padding-bottom: 0;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .main-section-header.sub {
    margin-bottom: 50px;
  }
}
body main .main-section .main-section-contents .history-section-body-wrapper {
  margin-top: 5.8823529412vw;
  padding-bottom: 5.8823529412vw;
  background-image: linear-gradient(to right, var(--color-primary), var(--color-primary) 7px, transparent 7px, transparent 7px); /* 幅2の線を作る */
  background-size: 14px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .history-section-body-wrapper {
    margin-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .history-section-body-wrapper {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .history-section-body-wrapper {
    margin-top: 80px;
  }
}
body main .main-section .main-section-contents .history-section-body-wrapper .section-body {
  gap: 2.5735294118vw;
  margin-top: 3.6764705882vw !important;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .history-section-body-wrapper .section-body {
    gap: 10.6666666667vw;
    margin-top: 10.6666666667vw !important;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .history-section-body-wrapper .section-body {
    gap: 35px;
    margin-top: 50px !important;
  }
}
body main .main-section .main-section-contents .history-section-body-wrapper .section-body .section-body-text {
  width: 36.2132352941vw;
  margin-top: 1.4705882353vw !important;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .history-section-body-wrapper .section-body .section-body-text {
    width: 100%;
    margin-top: 7vw !important;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .history-section-body-wrapper .section-body .section-body-text {
    width: 492.5px;
    margin-top: 20px !important;
  }
}
body main .main-section .main-section-contents .history-section-body-wrapper .section-body .section-body-text:first-child {
  margin-top: 0 !important;
}
body main .main-section .main-section-contents .history-section-body-wrapper .section-body .body-right {
  padding: 6.1764705882vw 0 0;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .history-section-body-wrapper .section-body .body-right {
    padding-top: 0;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .history-section-body-wrapper .section-body .body-right {
    padding: 84px 0 0;
  }
}
body main .main-section .main-section-contents .history-notice-wrapper {
  padding: 5.8823529412vw 3.6764705882vw 0;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .history-notice-wrapper {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .history-notice-wrapper {
    padding: 80px 50px 0;
  }
}
body main .main-section .main-section-contents .history-notice-wrapper .history-notice-list {
  display: flex;
  flex-direction: column;
  gap: 1.0294117647vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .history-notice-wrapper .history-notice-list {
    gap: 6vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .history-notice-wrapper .history-notice-list {
    gap: 14px;
  }
}
body main .main-section .main-section-contents .history-notice-wrapper .history-notice-list li {
  font-size: 1.0294117647vw;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .history-notice-wrapper .history-notice-list li {
    font-size: 3.4666666667vw;
    word-break: break-all;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .history-notice-wrapper .history-notice-list li {
    font-size: 14px;
  }
}
body main .main-section .main-section-contents .history-notice-wrapper .history-notice-list li a {
  padding: 0 1.4705882353vw 0 0;
  color: var(--color-secondary);
  text-decoration: underline;
  background-image: url("../img/ico_blank.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -webkit-background-size: 1.1029411765vw;
  background-size: 1.1029411765vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .history-notice-wrapper .history-notice-list li a {
    padding-right: 5.3333333333vw;
    -webkit-background-size: 4vw;
    background-size: 4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .history-notice-wrapper .history-notice-list li a {
    padding: 0 20px 0 0;
    -webkit-background-size: 15px;
    background-size: 15px;
  }
}
body main .main-section .main-section-contents .history-notice-wrapper .history-notice-list li a:hover {
  text-decoration: none;
}
body main .main-section .main-section-contents .section-body {
  display: flex;
  gap: 4.4117647059vw;
  padding: 0 3.6764705882vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body {
    flex-direction: column;
    gap: 10.6666666667vw;
    padding: 0;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body {
    gap: 60px;
    padding: 0 50px;
  }
}
body main .main-section .main-section-contents .section-body:nth-child(n+2) {
  margin: 2.9411764706vw 0 0;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body:nth-child(n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body:nth-child(n+2) {
    margin: 40px 0 0;
  }
}
body main .main-section .main-section-contents .section-body.last {
  margin-top: 4.4117647059vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body.last {
    margin-top: 0;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body.last {
    margin-top: 60px;
  }
}
body main .main-section .main-section-contents .section-body.mb-90 {
  margin-bottom: 6.6176470588vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body.mb-90 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body.mb-90 {
    margin-bottom: 90px;
  }
}
body main .main-section .main-section-contents .section-body.pb-90 {
  padding-bottom: 6.6176470588vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body.pb-90 {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body.pb-90 {
    padding-bottom: 90px;
  }
}
body main .main-section .main-section-contents .section-body.border-bottom-dashed {
  background-image: linear-gradient(to right, var(--color-primary), var(--color-primary) 7px, transparent 7px, transparent 7px); /* 幅2の線を作る */
  background-size: 14px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body.sp-mb-40 {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body.sp-gap-30 {
    gap: 8vw;
  }
}
body main .main-section .main-section-contents .section-body .history-header {
  margin: 0 0 2.9411764706vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .history-header {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .history-header {
    margin: 0 0 40px;
  }
}
body main .main-section .main-section-contents .section-body .history-header > span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.7352941176vw;
  padding: 0.5882352941vw 1.4705882353vw;
  font-size: 1.4705882353vw;
  font-weight: 700;
  line-height: 1.4em;
  color: #ffffff;
  background-color: var(--color-secondary);
  border-radius: 3.6764705882vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .history-header > span {
    gap: 2.6666666667vw;
    padding: 2.1333333333vw 5.3333333333vw;
    font-size: 4.8vw;
    border-radius: 5.8666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .history-header > span {
    gap: 10px;
    padding: 8px 20px;
    font-size: 20px;
    border-radius: 50px;
  }
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .history-header > span.sp-2line {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
body main .main-section .main-section-contents .section-body .history-header > span .jp {
  display: inline-block;
  padding: 0 0.7352941176vw 0 0;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .history-header > span .jp {
    padding-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .history-header > span .jp {
    padding: 0 10px 0 0;
  }
}
body main .main-section .main-section-contents .section-body .body-left > img {
  width: 35.2941176471vw;
  border-radius: 1.4705882353vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-left > img {
    width: 100%;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-left > img {
    width: 480px;
    border-radius: 20px;
  }
}
body main .main-section .main-section-contents .section-body .body-left.wide img {
  width: 52.9411764706vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-left.wide img {
    width: 100%;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-left.wide img {
    width: 720px;
  }
}
body main .main-section .main-section-contents .section-body .body-left .history-photo {
  display: block;
  width: 50vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-left .history-photo {
    width: 100%;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-left .history-photo {
    width: 680px;
  }
}
body main .main-section .main-section-contents .section-body .body-left .history-photo img {
  border-radius: 1.4705882353vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-left .history-photo img {
    border-radius: 5.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-left .history-photo img {
    border-radius: 20px;
  }
}
body main .main-section .main-section-contents .section-body .body-right .right-body-header {
  margin: 0 0 3.3823529412vw;
  font-size: 1.4705882353vw;
  font-weight: 700;
  line-height: 1.6em;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-right .right-body-header {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-right .right-body-header {
    margin: 0 0 46px;
    font-size: 20px;
  }
}
body main .main-section .main-section-contents .section-body .body-right .activities-header {
  margin: 0 0 2.5735294118vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-right .activities-header {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-right .activities-header {
    margin: 0 0 35px;
  }
}
body main .main-section .main-section-contents .section-body .body-right .activities-header span {
  display: inline-block;
  padding: 0.2205882353vw 1.4705882353vw 0.2941176471vw;
  font-size: 1.4705882353vw;
  font-weight: 700;
  line-height: 1.6em;
  color: #ffffff;
  background-color: var(--color-secondary);
  border-radius: 3.6764705882vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-right .activities-header span {
    padding: 0.8vw 5.3333333333vw 1.0666666667vw;
    font-size: 4.8vw;
    border-radius: 13.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-right .activities-header span {
    padding: 3px 20px 4px;
    font-size: 20px;
    border-radius: 50px;
  }
}
body main .main-section .main-section-contents .section-body .body-right .activities-text {
  font-size: 1.1764705882vw;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-right .activities-text {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-right .activities-text {
    font-size: 16px;
  }
}
body main .main-section .main-section-contents .section-body .body-right .activities-text:nth-child(n+2) {
  margin: 1.4705882353vw 0 0;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-right .activities-text:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-right .activities-text:nth-child(n+2) {
    margin: 20px 0 0;
  }
}
body main .main-section .main-section-contents .section-body .body-right .about-photo {
  display: flex;
  gap: 0.7352941176vw;
  margin: 3.3823529412vw 0 4.8529411765vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-right .about-photo {
    gap: 2.6666666667vw;
    margin: 8vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-right .about-photo {
    gap: 10px;
    margin: 46px 0 66px;
  }
}
body main .main-section .main-section-contents .section-body .body-right .about-photo p img {
  border-radius: 1.1029411765vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-right .about-photo p img {
    border-radius: 4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-right .about-photo p img {
    border-radius: 15px;
  }
}
body main .main-section .main-section-contents .section-body .body-right .history-photo-header {
  margin: 0 0 2.5735294118vw;
  padding: 1.4705882353vw 0 0;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-right .history-photo-header {
    margin-bottom: 5.3333333333vw;
    padding-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-right .history-photo-header {
    margin: 0 0 35px;
    padding: 20px 0 0;
  }
}
body main .main-section .main-section-contents .section-body .body-right .history-photo-header span {
  display: block;
  font-weight: 700;
  color: var(--color-primary);
}
body main .main-section .main-section-contents .section-body .body-right .history-photo-header span.en {
  margin: 0 0 0.3676470588vw;
  font-size: 1.1764705882vw;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-right .history-photo-header span.en {
    margin-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-right .history-photo-header span.en {
    margin: 0 0 5px;
    font-size: 16px;
  }
}
body main .main-section .main-section-contents .section-body .body-right .history-photo-header span.jp {
  font-size: 1.4705882353vw;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-right .history-photo-header span.jp {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-right .history-photo-header span.jp {
    font-size: 20px;
  }
}
body main .main-section .main-section-contents .section-body .body-right .history-photo-text {
  font-size: 1.0294117647vw;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-right .history-photo-text {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-right .history-photo-text {
    font-size: 14px;
  }
}
body main .main-section .main-section-contents .section-body .body-right .history-photo-text.en {
  margin: 1.4705882353vw 0 0;
  font-size: 0.9558823529vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .section-body .body-right .history-photo-text.en {
    margin-top: 8vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .section-body .body-right .history-photo-text.en {
    margin-top: 20px;
    font-size: 13px;
  }
}
body main .main-section .main-section-contents .staff-contents-wrapper {
  padding: 0 3.6764705882vw 0;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .staff-contents-wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .staff-contents-wrapper {
    padding: 0 50px 0;
  }
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .staff-contents-wrapper:last-of-type {
    padding-bottom: 21.3333333333vw;
  }
}
body main .main-section .main-section-contents .staff-contents-wrapper.border-bottom {
  padding-bottom: 6.6176470588vw;
  background-image: linear-gradient(to right, var(--color-primary), var(--color-primary) 7px, transparent 7px, transparent 7px); /* 幅2の線を作る */
  background-size: 14px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .staff-contents-wrapper.border-bottom {
    padding-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .staff-contents-wrapper.border-bottom {
    padding-bottom: 90px;
  }
}
body main .main-section .main-section-contents .staff-contents-wrapper .staff-subHeader {
  margin: 0 0 3.6764705882vw;
  padding: 6.6176470588vw 0 0;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .staff-contents-wrapper .staff-subHeader {
    margin-bottom: 8vw;
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .staff-contents-wrapper .staff-subHeader {
    margin: 0 0 50px;
    padding: 90px 0 0;
  }
}
body main .main-section .main-section-contents .staff-contents-wrapper .staff-list {
  display: flex;
  flex-direction: column;
  gap: 4.4117647059vw;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .staff-contents-wrapper .staff-list {
    gap: 10.6666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .staff-contents-wrapper .staff-list {
    gap: 60px;
  }
}
body main .main-section .main-section-contents .staff-contents-wrapper .staff-list li .staff-position {
  margin: 0 0 1.7647058824vw;
  font-size: 1.7647058824vw;
  font-weight: 700;
  line-height: 1.4em;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .staff-contents-wrapper .staff-list li .staff-position {
    margin-bottom: 4.8vw;
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .staff-contents-wrapper .staff-list li .staff-position {
    margin: 0 0 24px;
    font-size: 24px;
  }
}
body main .main-section .main-section-contents .staff-contents-wrapper .staff-list li .staff-name {
  margin: 0 0 0.8823529412vw;
  font-size: 1.4705882353vw;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .staff-contents-wrapper .staff-list li .staff-name {
    margin-bottom: 2.1333333333vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .staff-contents-wrapper .staff-list li .staff-name {
    margin: 0 0 12px;
    font-size: 20px;
  }
}
body main .main-section .main-section-contents .staff-contents-wrapper .staff-list li .staff-other {
  font-size: 1.1764705882vw;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body main .main-section .main-section-contents .staff-contents-wrapper .staff-list li .staff-other {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .main-section .main-section-contents .staff-contents-wrapper .staff-list li .staff-other {
    font-size: 16px;
  }
}
body main .sub-section {
  padding: 5.8823529412vw 5.8823529412vw 6.6176470588vw;
  border: 1px solid var(--color-secondary);
  border-radius: 3.6764705882vw;
}
@media screen and (max-width: 767px) {
  body main .sub-section {
    padding: 13.3333333333vw 6.4vw;
    border-radius: 8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .sub-section {
    gap: 50px;
    padding: 80px 80px 90px;
    border-radius: 50px;
  }
}
body main .sub-section .section-body {
  gap: 3.6764705882vw !important;
  margin-top: 4.4117647059vw !important;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  body main .sub-section .section-body {
    gap: 10.6666666667vw !important;
  }
}
@media screen and (min-width: 1360px) {
  body main .sub-section .section-body {
    gap: 50px !important;
    margin-top: 60px !important;
    padding: 0 !important;
  }
}
body main .sub-section .section-body-text {
  width: 33.4558823529vw;
}
@media screen and (max-width: 767px) {
  body main .sub-section .section-body-text {
    width: 100%;
  }
}
@media screen and (min-width: 1360px) {
  body main .sub-section .section-body-text {
    width: 455px;
  }
}
body main .sub-section .about-logo-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.6470588235vw;
}
@media screen and (max-width: 767px) {
  body main .sub-section .about-logo-header {
    flex-direction: column;
    gap: 4.8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .sub-section .about-logo-header {
    gap: 36px;
  }
}
body main .sub-section .about-logo-header .about-logo-title {
  display: flex;
  flex-direction: column;
  color: var(--color-secondary);
}
@media screen and (max-width: 767px) {
  body main .sub-section .about-logo-header .about-logo-title {
    align-items: center;
  }
}
body main .sub-section .about-logo-header .about-logo-title .en {
  font-size: 3.0882352941vw;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body main .sub-section .about-logo-header .about-logo-title .en {
    font-size: 8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .sub-section .about-logo-header .about-logo-title .en {
    font-size: 42px;
  }
}
body main .sub-section .about-logo-header .about-logo-title .jp {
  display: inline-block;
  margin: 1px 0 0;
  font-size: 1.6176470588vw;
  font-weight: 700;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body main .sub-section .about-logo-header .about-logo-title .jp {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .sub-section .about-logo-header .about-logo-title .jp {
    font-size: 22px;
  }
}
body main .sub-section .about-logo-header .about-logo-mark {
  width: 13.9705882353vw;
}
@media screen and (max-width: 767px) {
  body main .sub-section .about-logo-header .about-logo-mark {
    width: 50.6666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .sub-section .about-logo-header .about-logo-mark {
    width: 190px;
  }
}
body main .result-contents-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4.4117647059vw;
}
@media screen and (max-width: 767px) {
  body main .result-contents-wrapper {
    gap: 10.6666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .result-contents-wrapper {
    gap: 60px;
  }
}
body main .results-contents {
  padding: 0 3.6764705882vw 4.4117647059vw;
  background-image: linear-gradient(to right, var(--color-primary), var(--color-primary) 7px, transparent 7px, transparent 7px); /* 幅2の線を作る */
  background-size: 14px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  body main .results-contents {
    padding: 0 0 13.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .results-contents {
    padding: 0 50px 60px;
  }
}
body main .results-contents:last-child {
  padding-bottom: 0;
  background-image: none;
}
body main .results-contents .main-section-header.sub {
  padding-right: 0;
  padding-left: 0;
}
body main .results-contents .results-list {
  display: flex;
  flex-direction: column;
  gap: 2.9411764706vw;
}
@media screen and (max-width: 767px) {
  body main .results-contents .results-list {
    gap: 10.6666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .results-contents .results-list {
    gap: 40px;
  }
}
body main .results-contents .results-list .results-item dt {
  position: relative;
  color: #ffffff;
  background-color: var(--color-secondary);
  border-radius: 1.1029411765vw;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  body main .results-contents .results-list .results-item dt {
    border-radius: 4vw;
  }
}
body main .results-contents .results-list .results-item dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.2058823529vw;
  width: 2.3529411765vw;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  body main .results-contents .results-list .results-item dt:before {
    right: 4.8vw;
    width: 4.2666666667vw;
    height: 1px;
  }
}
@media screen and (min-width: 1360px) {
  body main .results-contents .results-list .results-item dt:before {
    right: 30px;
    width: 32px;
    height: 2px;
  }
}
body main .results-contents .results-list .results-item dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.3088235294vw;
  width: 2px;
  height: 2.3529411765vw;
  background-color: #fff;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  body main .results-contents .results-list .results-item dt:after {
    right: 6.9333333333vw;
    width: 1px;
    height: 4.2666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .results-contents .results-list .results-item dt:after {
    right: 45px;
    height: 32px;
  }
}
body main .results-contents .results-list .results-item dt.open:after {
  transform: translateY(-50%) rotate(90deg);
}
body main .results-contents .results-list .results-item dt div {
  position: relative;
  display: flex;
  padding: 1.1029411765vw 6.9852941176vw 1.1029411765vw 1.4705882353vw;
  flex-direction: column;
  justify-content: center;
  gap: 0.2941176471vw;
}
@media screen and (max-width: 767px) {
  body main .results-contents .results-list .results-item dt div {
    padding: 2.6666666667vw 22.9333333333vw 2.6666666667vw 4.8vw;
    gap: 0;
  }
}
@media screen and (min-width: 1360px) {
  body main .results-contents .results-list .results-item dt div {
    gap: 4px;
    padding: 15px 95px 15px 20px;
  }
}
body main .results-contents .results-list .results-item dt div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6.1764705882vw;
  width: 1px;
  height: calc(100% - 2.2058823529vw);
  background-color: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  body main .results-contents .results-list .results-item dt div:after {
    right: 13.8666666667vw;
    height: calc(100% - 5.3333333333vw);
  }
}
@media screen and (min-width: 1360px) {
  body main .results-contents .results-list .results-item dt div:after {
    right: 84px;
    height: calc(100% - 30px);
  }
}
body main .results-contents .results-list .results-item dt div .jp {
  font-size: 1.4705882353vw;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body main .results-contents .results-list .results-item dt div .jp {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .results-contents .results-list .results-item dt div .jp {
    font-size: 20px;
  }
}
body main .results-contents .results-list .results-item dt div .en {
  font-size: 1.3235294118vw;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body main .results-contents .results-list .results-item dt div .en {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .results-contents .results-list .results-item dt div .en {
    font-size: 18px;
  }
}
body main .results-contents .results-list .results-item dd {
  display: none;
  padding: 2.9411764706vw 0 0;
}
@media screen and (max-width: 767px) {
  body main .results-contents .results-list .results-item dd {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .results-contents .results-list .results-item dd {
    padding: 40px 0 0;
  }
}
body main .results-contents .results-list .results-item dd .results-detail-list {
  display: flex;
  flex-direction: column;
  gap: 1.4705882353vw;
}
@media screen and (max-width: 767px) {
  body main .results-contents .results-list .results-item dd .results-detail-list {
    gap: 4.8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .results-contents .results-list .results-item dd .results-detail-list {
    gap: 20px;
  }
}
body main .results-contents .results-list .results-item dd .results-detail-list li {
  position: relative;
  padding: 0 0 0 1.3235294118vw;
  font-size: 1.0294117647vw;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  body main .results-contents .results-list .results-item dd .results-detail-list li {
    padding-left: 4.8vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .results-contents .results-list .results-item dd .results-detail-list li {
    padding: 0 0 0 18px;
    font-size: 14px;
  }
}
body main .results-contents .results-list .results-item dd .results-detail-list li:before {
  content: "";
  position: absolute;
  top: 0.7352941176vw;
  left: 0;
  width: 0.4411764706vw;
  height: 0.4411764706vw;
  border-radius: 50%;
  background-color: var(--color-secondary);
}
@media screen and (max-width: 767px) {
  body main .results-contents .results-list .results-item dd .results-detail-list li:before {
    top: 2.6666666667vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .results-contents .results-list .results-item dd .results-detail-list li:before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}
body main .cta-section2 .cta-section2-inner {
  max-width: 75vw;
  padding: 5.1470588235vw 8.8235294118vw 5.8823529412vw;
  background-image: linear-gradient(to right, var(--color-primary), #F29AAA 50%, var(--color-primary));
  border-radius: 3.6764705882vw;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .cta-section2-inner {
    max-width: 93.6vw;
    box-sizing: border-box;
    padding: 10.6666666667vw 6.4vw 13.3333333333vw;
    border-radius: 8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .cta-section2-inner {
    max-width: 1020px;
    padding: 70px 120px 80px;
    border-radius: 50px;
  }
}
body main .cta-section2 .cta-section2-inner .cta-section-header {
  margin: 0 0 4.0441176471vw;
  background-image: url("../img/donations_mv_img.svg");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 35.2941176471vw;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .cta-section2-inner .cta-section-header {
    margin-bottom: 8.5333333333vw;
    padding: 0 0 61.6vw;
    background-position: 100% 100%;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .cta-section2-inner .cta-section-header {
    margin: 0 0 55px;
    background-position: 100% 50%;
    -webkit-background-size: 480px;
    background-size: 480px;
  }
}
body main .cta-section2 .cta-section2-inner .cta-section-header.no-bg {
  background-image: none;
}
body main .cta-section2 .cta-section2-inner .cta-section-header.no-border {
  border: none;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .cta-section2-inner .cta-section-header.no-border {
    margin-bottom: 8vw;
    padding-bottom: 0;
  }
}
body main .cta-section2 .cta-section2-inner .contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.2941176471vw;
  margin: 0 0 2.7941176471vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .cta-section2-inner .contact-info {
    gap: 1.0666666667vw;
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .cta-section2-inner .contact-info {
    gap: 4px;
    margin: 0 0 38px;
  }
}
body main .cta-section2 .cta-section2-inner .contact-info .en {
  font-size: 1.1764705882vw;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .cta-section2-inner .contact-info .en {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .cta-section2-inner .contact-info .en {
    font-size: 16px;
  }
}
body main .cta-section2 .cta-section2-inner .contact-info .jp {
  font-size: 1.6176470588vw;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .cta-section2-inner .contact-info .jp {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .cta-section2-inner .contact-info .jp {
    font-size: 22px;
  }
}
body main .cta-section2 .cta-section2-inner .tel-address {
  display: flex;
  flex-direction: column;
  gap: 1.4705882353vw;
  margin: 0 0 5.8823529412vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .cta-section2-inner .tel-address {
    gap: 4.8vw;
    margin-bottom: 4.8vw;
  }
}
body main .cta-section2 .cta-section2-inner .tel-address .address {
  font-size: 1.0294117647vw;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .cta-section2-inner .tel-address .address {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .cta-section2-inner .tel-address .address {
    font-size: 14px;
  }
}
body main .cta-section2 .cta-section2-inner .tel-address .tel-fax {
  font-size: 1.0294117647vw;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .cta-section2-inner .tel-address .tel-fax {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .cta-section2-inner .tel-address .tel-fax {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body main .cta-section2#contact .cta-section2-inner {
    padding-top: 18.6666666667vw;
  }
}
body main .cta-section2 .section-title {
  margin: 0 0 3.6764705882vw;
  color: #ffffff;
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .section-title {
    margin: 0 0 50px;
  }
}
body main .cta-section2 .section-overview {
  width: 36.0294117647vw;
  padding: 0 0 3.6764705882vw;
  font-size: 1.3235294118vw;
  font-weight: 400;
  line-height: 2em;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .section-overview {
    width: 100%;
    padding-bottom: 10.6666666667vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .section-overview {
    width: 490px;
    padding: 0 0 50px;
    font-size: 18px;
  }
}
body main .cta-section2 .cta2-text {
  margin: 0 0 0.7352941176vw;
  font-size: 1.1764705882vw;
  line-height: 2em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .cta2-text {
    margin-bottom: 5vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .cta2-text {
    margin: 0 0 10px;
    font-size: 16px;
  }
}
body main .cta-section2 .cta2-notice {
  margin: 0 0 4.0441176471vw;
  font-size: 1.0294117647vw;
  line-height: 2em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .cta2-notice {
    margin-bottom: 8.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .cta2-notice {
    margin: 0 0 55px;
    font-size: 14px;
  }
}
body main .cta-section2 .btn-mail {
  width: 38.9705882353vw;
  height: 6.6176470588vw;
  margin: 0 auto 1.4705882353vw;
  background-color: #fff;
  border-radius: 3.6764705882vw;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .btn-mail {
    width: 74.6666666667vw;
    height: 16vw;
    margin-bottom: 5.3333333333vw;
    border-radius: 8vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .btn-mail {
    width: 530px;
    height: 90px;
    margin: 0 auto 20px;
    border-radius: 50px;
  }
}
body main .cta-section2 .btn-mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2.0588235294vw;
  font-weight: 700;
  line-height: 1.2em;
  color: var(--color-primary);
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .btn-mail a {
    font-size: 4.8vw;
    text-align: center;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .btn-mail a {
    font-size: 28px;
  }
}
body main .cta-section2 .btn-mail.contact a {
  flex-direction: column;
  gap: 1px;
}
body main .cta-section2 .btn-mail.contact a .en {
  font-size: 2.0588235294vw;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .btn-mail.contact a .en {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .btn-mail.contact a .en {
    font-size: 28px;
  }
}
body main .cta-section2 .btn-mail.contact a .jp {
  font-size: 1.4705882353vw;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .btn-mail.contact a .jp {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .btn-mail.contact a .jp {
    font-size: 20px;
  }
}
body main .cta-section2 .btn-notice {
  font-size: 1.0294117647vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  body main .cta-section2 .btn-notice {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1360px) {
  body main .cta-section2 .btn-notice {
    font-size: 14px;
  }
}
#donors{
	margin-top: 50px;
}
#donors .cta-section-header {
	background-image: none;
	margin-bottom: 0;
}
#donors .section-overview {
	width: 100%;
	border-bottom: none;
}
#donors .donors-year {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 15px 35px 25px;
	gap: 8px;
	background-color: #fff;
	border-radius: 15px;
}
#donors h3 {
	color: var(--color-primary);
	font-weight: 700;
	font-size: 24px;
	line-height: 200%;
}
#donors .donors-type {
	display: flex;
	flex-direction: row;
	line-height: 100%;
}
#donors h4 {
	width: 36px;
	color: var(--color-primary);
	font-weight: 400;
	font-size: 18px;
}
#donors .donors-type ul {
	width: calc(90% - 36px);
	margin-left: 10%;
}
#donors .donors-type li {
	position: relative;
	width: calc(100% - 10%);
	padding-left: 14px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	
}
#donors .donors-type li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	background: #8D5CA3;
	border-radius: 50%;
	top: 0.40em; 
}
@media screen and (max-width: 767px) {
	#donors .cta-section-header {
		padding-bottom: 0;
	}
	#donors .donors-type li {
		font-size: 16px;
	}
	#donors .donors-type li::before {
		top: 0.70em; 
	}
}
@media screen and (min-width: 1360px) {
	#donors .cta-section-header {
		padding-bottom: 0;
	}
}


/*# sourceMappingURL=index.css.map */
