@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* reset */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* color */
:root {
  --main-font:#222;
  --bg-color:#F4F4F4;
  --border-gray: #EFEBF6;
  --main-color: #3C286E;
  --main-color-light: #B39AD8;
}

/* common */
html, body {
  font-optical-sizing: auto;
  font-size: 4.2666666667vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  html, body {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  html, body {
    font-size: 16px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

/* utility */
.en {
  font-family: "Barlow", sans-serif;
}

br.spBr {
  display: inline;
}
@media screen and (min-width: 768px) {
  br.spBr {
    display: none;
  }
}
br.pcBr {
  display: none;
}
@media screen and (min-width: 768px) {
  br.pcBr {
    display: inline;
  }
}

/* compornent */
.titleWrap {
  margin-bottom: 5.8666666667vw;
}
@media screen and (min-width: 768px) {
  .titleWrap {
    margin-bottom: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .titleWrap {
    margin-bottom: 35px;
  }
}
.titleWrap h2, .titleWrap h3 {
  display: inline-flex;
  flex-direction: column;
  padding-left: 12.2666666667vw;
  background: url(../img/lp-sangaku-collabo/main-logo.svg) 0 50% no-repeat;
  background-size: 9.8666666667vw auto;
}
@media screen and (min-width: 768px) {
  .titleWrap h2, .titleWrap h3 {
    padding-left: 5.9027777778vw;
    background-size: 4.375vw auto;
  }
}
@media screen and (min-width: 1440px) {
  .titleWrap h2, .titleWrap h3 {
    padding-left: 85px;
    background-size: 63px auto;
  }
}
.titleWrap h2 span:first-child, .titleWrap h3 span:first-child {
  margin-bottom: 0.5333333333vw;
  font-family: "Barlow Condensed";
  font-size: 5.3333333333vw;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .titleWrap h2 span:first-child, .titleWrap h3 span:first-child {
    margin-bottom: 0;
    font-size: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .titleWrap h2 span:first-child, .titleWrap h3 span:first-child {
    font-size: 40px;
  }
}
.titleWrap h2 span:last-child, .titleWrap h3 span:last-child {
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8333;
}
@media screen and (min-width: 768px) {
  .titleWrap h2 span:last-child, .titleWrap h3 span:last-child {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  .titleWrap h2 span:last-child, .titleWrap h3 span:last-child {
    font-size: 18px;
  }
}

/* layout */
.container {
  position: relative;
  width: 100%;
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .container {
    padding-top: 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    padding-top: 60px;
  }
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 100;
  background-color: #FFF;
}
header.header > .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 13.3333333333vw;
  padding: 1.8666666667vw 3.7333333333vw;
  background-color: #FFF;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  header.header > .inner {
    height: 4.1666666667vw;
    margin: 0 auto;
    padding: 0.9722222222vw 2.7777777778vw;
    max-width: 100vw;
  }
}
@media screen and (min-width: 1440px) {
  header.header > .inner {
    height: 60px;
    margin: 0 auto;
    padding: 14px 40px;
    max-width: 1440px;
  }
}
header.header > .inner .logo {
  display: flex;
  align-items: center;
  gap: 0 1.6vw;
}
@media screen and (min-width: 768px) {
  header.header > .inner .logo {
    gap: 0 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  header.header > .inner .logo {
    gap: 0 10px;
  }
}
header.header > .inner .logo img {
  width: 9.8666666667vw;
}
@media screen and (min-width: 768px) {
  header.header > .inner .logo img {
    width: 2.5vw;
  }
}
@media screen and (min-width: 1440px) {
  header.header > .inner .logo img {
    width: 36px;
  }
}
header.header > .inner .logo h1 {
  font-size: 3.4666666667vw;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  header.header > .inner .logo h1 {
    font-size: 1.1111111111vw;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1440px) {
  header.header > .inner .logo h1 {
    font-size: 16px;
  }
}
header.header > .inner nav {
  display: none;
}
@media screen and (min-width: 768px) {
  header.header > .inner nav {
    display: block;
    margin-left: auto;
  }
}
header.header > .inner nav ul {
  display: flex;
  gap: 0 2.0833333333vw;
}
@media screen and (min-width: 1440px) {
  header.header > .inner nav ul {
    gap: 0 30px;
  }
}
header.header > .inner nav ul li a {
  display: flex;
  align-items: center;
  font-size: 0.9722222222vw;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (min-width: 1440px) {
  header.header > .inner nav ul li a {
    font-size: 14px;
  }
}
header.header > .inner .swt {
  position: relative;
  display: block;
  width: 8.5333333333vw;
  height: 7.7333333333vw;
}
@media screen and (min-width: 768px) {
  header.header > .inner .swt {
    display: none;
  }
}
header.header > .inner .swt span {
  position: absolute;
  left: 0;
  display: block;
  width: 8.5333333333vw;
  height: 1.0666666667vw;
}
header.header > .inner .swt span:nth-child(1) {
  top: 0;
  background-color: #D00059;
}
header.header > .inner .swt span:nth-child(2) {
  top: 3.2vw;
  background-color: #3E309A;
}
header.header > .inner .swt span:nth-child(3) {
  top: 6.6666666667vw;
  background-color: #05C8B9;
}
header.header .hamburgerWrap {
  position: absolute;
  top: 0;
  width: 100%;
  max-height: 0;
  transition: 0.3s;
  overflow: hidden;
}
header.header .hamburgerWrap.active {
  max-height: 100svh;
}
header.header .hamburgerWrap .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100svh;
  padding-top: 13.3333333333vw;
  background-color: #454545;
  overflow: scroll;
}
header.header .hamburgerWrap .inner ul {
  flex-shrink: 0;
}
header.header .hamburgerWrap .inner ul.prgNav {
  padding: 3.2vw 4.5333333333vw 3.7333333333vw;
}
header.header .hamburgerWrap .inner ul.prgNav li {
  width: 100%;
  margin-bottom: 1.3333333333vw;
}
header.header .hamburgerWrap .inner ul.prgNav li:last-child {
  margin-bottom: 0;
}
header.header .hamburgerWrap .inner ul.prgNav li a {
  display: block;
  width: 100%;
  padding: 2.6666666667vw 4vw;
  background: url(../img/lp-sangaku-collabo/hamburger-arrow.svg) 95% 50% no-repeat rgba(255, 255, 255, 0.2);
  background-size: 4.8vw auto;
  border: 1px solid #FFF;
}
header.header .hamburgerWrap .inner ul.prgNav li a span {
  display: block;
  color: #FFF;
  font-size: 4.2666666667vw;
}
header.header .hamburgerWrap .inner ul.prgNav li a span.en {
  font-family: "Barlow Condensed";
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
header.header .hamburgerWrap .inner ul.contentsNav {
  margin-bottom: 4vw;
  padding: 0 4.5333333333vw;
}
header.header .hamburgerWrap .inner ul.contentsNav li {
  margin-bottom: 2.6666666667vw;
}
header.header .hamburgerWrap .inner ul.contentsNav li:last-child {
  margin-bottom: 0;
}
header.header .hamburgerWrap .inner ul.contentsNav li a {
  display: block;
  width: 100%;
  padding: 0 4vw 0 18.6666666667vw;
  background: url(../img/lp-sangaku-collabo/main-logo.svg) 4.5333333333vw 50% no-repeat, url(../img/lp-sangaku-collabo/hamburger-arrow.svg) 90% 50% no-repeat;
  background-size: 10.6666666667vw auto, 2.4vw auto;
}
header.header .hamburgerWrap .inner ul.contentsNav li a span {
  display: block;
  color: #FFF;
  font-size: 3.2vw;
  letter-spacing: 0.1em;
}
header.header .hamburgerWrap .inner ul.contentsNav li a span.en {
  margin-bottom: 1.3333333333vw;
  font-family: "Barlow Condensed";
  font-size: 5.8666666667vw;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.07em;
}
header.header .hamburgerWrap .inner .programTitle {
  flex-shrink: 0;
  padding: 4.2666666667vw 7.2vw 6.6666666667vw;
  background-color: #FFF;
  text-align: center;
}
header.header .hamburgerWrap .inner .programTitle img {
  width: 100%;
  margin-bottom: 1.6vw;
}
header.header .hamburgerWrap .inner .programTitle small {
  font-size: 2.6666666667vw;
}

main {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main {
    overflow: visible;
  }
}
main section#mainVisual h2 {
  display: block;
}
main section#mainVisual h2 img {
  width: 100%;
}
main section#about {
  width: 100%;
}
main section#about .secInner {
  position: relative;
  padding: 5.3333333333vw 0 8vw;
}
@media screen and (min-width: 768px) {
  main section#about .secInner {
    margin-left: 6.5972222222vw;
    padding: 2.7777777778vw 0 7.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner {
    margin-left: 95px;
    padding: 40px 0 105px;
  }
}
main section#about .secInner .titleWrap {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .titleWrap {
    margin-left: 0;
  }
}
main section#about .secInner .gallaryWrap {
  position: relative;
  margin: 0 4.5333333333vw 6.9333333333vw;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .gallaryWrap {
    width: 36.8055555556vw;
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .gallaryWrap {
    width: 530px;
  }
}
main section#about .secInner .gallaryWrap h3 {
  position: absolute;
  top: -2.9333333333vw;
  left: -1.8666666667vw;
  padding: 1.0666666667vw 2.6666666667vw;
  background-color: #3E309A;
  color: #FFF;
  font-size: 4.8vw;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .gallaryWrap h3 {
    top: -0.6944444444vw;
    left: -0.6944444444vw;
    padding: 0.4861111111vw 0.6944444444vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .gallaryWrap h3 {
    top: -10px;
    left: -10px;
    padding: 7px 10px;
    font-size: 18px;
  }
}
main section#about .secInner .gallaryWrap #guidanceSwaiper .swiper-wrapper {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .gallaryWrap #guidanceSwaiper .swiper-wrapper {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .gallaryWrap #guidanceSwaiper .swiper-wrapper {
    margin-bottom: 10px;
  }
}
main section#about .secInner .gallaryWrap #guidanceSwaiper .swiper-wrapper img {
  width: 90.6666666667vw;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .gallaryWrap #guidanceSwaiper .swiper-wrapper img {
    width: 36.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .gallaryWrap #guidanceSwaiper .swiper-wrapper img {
    width: 530px;
  }
}
main section#about .secInner .gallaryWrap .btnWrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .gallaryWrap .btnWrap {
    text-align: left;
  }
}
main section#about .secInner .gallaryWrap .btnWrap span {
  font-family: "Barlow Condensed";
  display: inline-flex;
  align-items: center;
  gap: 0 1.6vw;
  font-size: 4.8vw;
  font-weight: 100;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .gallaryWrap .btnWrap span {
    gap: 0 0.4166666667vw;
    font-size: 1.25vw;
    cursor: pointer;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .gallaryWrap .btnWrap span {
    gap: 0 6px;
    font-size: 18px;
  }
}
main section#about .secInner .gallaryWrap .btnWrap span::after {
  content: "";
  display: block;
  width: 1.8666666667vw;
  height: 3.4666666667vw;
  background: url(../img/lp-sangaku-collabo/icon-arrow-right-bk.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .gallaryWrap .btnWrap span::after {
    width: 0.4861111111vw;
    height: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .gallaryWrap .btnWrap span::after {
    width: 7px;
    height: 13px;
  }
}
main section#about .secInner .contentsWrap {
  position: relative;
  display: block;
  width: 95.4666666667vw;
  height: 196.5333333333vw;
  margin-left: auto;
  background: url(../img/lp-sangaku-collabo/about-bg.png) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap {
    position: absolute;
    top: 2.0833333333vw;
    right: 0;
    width: 61.1111111111vw;
    height: 40.1388888889vw;
    background: url(../img/lp-sangaku-collabo/about-bg-pc.png) 0 0 no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap {
    width: 880px;
    height: 578px;
  }
}
main section#about .secInner .contentsWrap .content {
  position: absolute;
  top: 0;
  left: 0;
  display: blockv;
  width: 100%;
  height: 100%;
  padding: 5.3333333333vw;
  display: block;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap .content {
    padding: 2.5vw 6.25vw 4.1666666667vw 8.1944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap .content {
    padding: 36px 90px 60px 118px;
  }
}
main section#about .secInner .contentsWrap .content.active {
  opacity: 1;
  pointer-events: auto;
}
main section#about .secInner .contentsWrap .content dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4vw;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap .content dl {
    flex-direction: row;
    justify-content: space-between;
    gap: 0 2.0833333333vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap .content dl {
    gap: 0 30px;
    margin-bottom: 20px;
  }
}
main section#about .secInner .contentsWrap .content dl dt {
  position: relative;
  display: inline-block;
  margin-bottom: 2.6666666667vw;
  padding-bottom: 1.3333333333vw;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap .content dl dt {
    margin-bottom: 0;
    padding-bottom: 0.3472222222vw;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap .content dl dt {
    padding-bottom: 5px;
  }
}
main section#about .secInner .contentsWrap .content dl dt::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}
main section#about .secInner .contentsWrap .content dl dd {
  font-size: 3.7333333333vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap .content dl dd {
    font-size: 1.1111111111vw;
    width: 77%;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap .content dl dd {
    font-size: 16px;
  }
}
main section#about .secInner .contentsWrap .content dl dd .btnArea {
  margin-top: 4vw;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap .content dl dd .btnArea {
    margin-top: 1.9444444444vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap .content dl dd .btnArea {
    margin-top: 28px;
  }
}
main section#about .secInner .contentsWrap .content .btnArea button {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6vw 0;
  padding: 4vw 4vw;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFF;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap .content .btnArea button {
    gap: 0.4166666667vw 0;
    padding: 1.0416666667vw 6.25vw 1.0416666667vw 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap .content .btnArea button {
    gap: 6px 0;
    padding: 15px 90px 15px 26px;
  }
}
main section#about .secInner .contentsWrap .content .btnArea button span {
  color: #FFF;
  line-height: 1.2;
}
main section#about .secInner .contentsWrap .content .btnArea button span:first-child {
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap .content .btnArea button span:first-child {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap .content .btnArea button span:first-child {
    font-size: 16px;
  }
}
main section#about .secInner .contentsWrap .content .btnArea button span:last-child {
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap .content .btnArea button span:last-child {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap .content .btnArea button span:last-child {
    font-size: 16px;
  }
}
main section#about .secInner .contentsWrap .content .btnArea button.toBack {
  padding-left: 16vw;
  background: url(../img/lp-sangaku-collabo/icon-back-white.svg) 3.2vw 50% no-repeat rgba(255, 255, 255, 0.2);
  background-size: 10.1333333333vw auto;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap .content .btnArea button.toBack {
    padding: 1.0416666667vw 1.9444444444vw 1.0416666667vw 6.25vw;
    background: url(../img/lp-sangaku-collabo/icon-back-white.svg) 1.6666666667vw 50% no-repeat rgba(255, 255, 255, 0.2);
    background-size: 2.6388888889vw auto;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap .content .btnArea button.toBack {
    padding: 15px 28px 15px 90px;
    background: url(../img/lp-sangaku-collabo/icon-back-white.svg) 24px 50% no-repeat rgba(255, 255, 255, 0.2);
    background-size: 38px auto;
  }
}
main section#about .secInner .contentsWrap #aboutTop {
  display: block;
}
main section#about .secInner .contentsWrap #aboutTop p {
  margin-bottom: 5.3333333333vw;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutTop p {
    width: 40.2777777778vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutTop p {
    width: 580px;
    margin-bottom: 40px;
  }
}
main section#about .secInner .contentsWrap #aboutTop p:first-child {
  display: inline-flex;
  align-items: center;
  gap: 0 4.5333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutTop p:first-child {
    gap: 0 0.8333333333vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutTop p:first-child {
    gap: 0 12px;
    margin-bottom: 10px;
  }
}
main section#about .secInner .contentsWrap #aboutTop p:first-child::before {
  content: "";
  display: block;
  width: 8.5333333333vw;
  height: 1px;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutTop p:first-child::before {
    width: 2.2222222222vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutTop p:first-child::before {
    width: 32px;
  }
}
main section#about .secInner .contentsWrap #aboutTop .wrap {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutTop .wrap {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutTop .wrap {
    margin-bottom: 20px;
  }
}
main section#about .secInner .contentsWrap #aboutTop h3 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 1.6vw 2.6666666667vw;
  background-color: #FFF;
  font-size: 5.3333333333vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutTop h3 {
    padding: 0.3472222222vw 1.3888888889vw;
    font-size: 2.4305555556vw;
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutTop h3 {
    padding: 5px 20px;
    font-size: 35px;
  }
}
main section#about .secInner .contentsWrap #aboutTop .btnArea {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.6666666667vw 0;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutTop .btnArea {
    flex-direction: row;
    gap: 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutTop .btnArea {
    gap: 0 20px;
  }
}
main section#about .secInner .contentsWrap #aboutTop .btnArea button {
  width: 69.3333333333vw;
  background: url(../img/lp-sangaku-collabo/icon-plus-white.svg) 95% 50% no-repeat rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutTop .btnArea button {
    width: auto;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutTop .btnArea button {
    width: auto;
  }
}
main section#about .secInner .contentsWrap #aboutMission .title {
  margin-bottom: 2.6666666667vw;
  padding: 3.4666666667vw 4vw;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutMission .title {
    margin-bottom: 1.3888888889vw;
    padding: 1.3888888889vw 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutMission .title {
    margin-bottom: 20px;
    padding: 20px 26px;
  }
}
main section#about .secInner .contentsWrap #aboutMission .title p {
  color: #05C8B9;
  font-weight: bold;
  letter-spacing: 0.05em;
}
main section#about .secInner .contentsWrap #aboutMission .title p:first-child {
  margin-bottom: 2.6666666667vw;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutMission .title p:first-child {
    margin-bottom: 0.6944444444vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutMission .title p:first-child {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
main section#about .secInner .contentsWrap #aboutMission .title p:first-child .en {
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutMission .title p:first-child .en {
    font-size: 1.1111111111vw;
    margin-right: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutMission .title p:first-child .en {
    font-size: 16px;
    margin-right: 10px;
  }
}
main section#about .secInner .contentsWrap #aboutMission .title p:last-child {
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutMission .title p:last-child {
    font-size: 1.3888888889vw;
    line-height: 1.75;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutMission .title p:last-child {
    font-size: 20px;
  }
}
main section#about .secInner .contentsWrap #aboutDetail .btnArea {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutDetail .btnArea {
    gap: 0 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutDetail .btnArea {
    gap: 0 10px;
  }
}
main section#about .secInner .contentsWrap #aboutDetail .btnArea button.toMission {
  padding-right: 16vw;
  background: url(../img/lp-sangaku-collabo/icon-plus-white.svg) 95% 50% no-repeat rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  main section#about .secInner .contentsWrap #aboutDetail .btnArea button.toMission {
    padding-right: 6.25vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#about .secInner .contentsWrap #aboutDetail .btnArea button.toMission {
    padding-right: 90px;
  }
}
main section#process .secInner {
  width: 100%;
  padding: 5.3333333333vw 0 3.2vw;
  background-color: #E8E8E8;
}
@media screen and (min-width: 768px) {
  main section#process .secInner {
    padding: 2.0833333333vw 6.25vw 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#process .secInner {
    padding: 30px 90px 60px;
  }
}
main section#process .secInner .titleWrap {
  text-align: center;
  margin-bottom: 9.3333333333vw;
  padding: 0 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  main section#process .secInner .titleWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 1.3888888889vw;
    margin: 0 auto 2.0833333333vw;
    padding: 0;
    max-width: 1250px;
  }
}
@media screen and (min-width: 1440px) {
  main section#process .secInner .titleWrap {
    gap: 0 20px;
    margin: 0 auto 30px;
  }
}
main section#process .secInner .titleWrap h2 {
  margin-bottom: 3.7333333333vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  main section#process .secInner .titleWrap h2 {
    margin-bottom: 0;
  }
}
main section#process .secInner .titleWrap p {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  main section#process .secInner .titleWrap p {
    font-size: 1.25vw;
    line-height: 1.9;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1440px) {
  main section#process .secInner .titleWrap p {
    font-size: 18px;
  }
}
main section#process .secInner ol {
  display: flex;
  gap: 0 5.3333333333vw;
  margin-bottom: 5.3333333333vw;
  padding: 0 10.6666666667vw;
  overflow: scroll;
}
@media screen and (min-width: 768px) {
  main section#process .secInner ol {
    justify-content: space-between;
    width: 100%;
    max-width: 1250px;
    gap: 0 1.7361111111vw;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
  }
}
@media screen and (min-width: 1440px) {
  main section#process .secInner ol {
    gap: 0 25px;
  }
}
main section#process .secInner ol li {
  width: 77.3333333333vw;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  main section#process .secInner ol li {
    width: 20.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#process .secInner ol li {
    width: 290px;
  }
}
main section#process .secInner ol li .title {
  display: flex;
  align-items: baseline;
  gap: 0 4.2666666667vw;
  margin-bottom: 4vw;
  padding-bottom: 8vw;
  background: url(../img/lp-sangaku-collabo/process-line.svg) 0 bottom no-repeat;
}
@media screen and (min-width: 768px) {
  main section#process .secInner ol li .title {
    gap: 0 1.1111111111vw;
    margin-bottom: 0.6944444444vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#process .secInner ol li .title {
    gap: 0 16px;
    margin-bottom: 10px;
    padding-bottom: 40px;
  }
}
main section#process .secInner ol li .title span {
  font-family: "Barlow Condensed";
  line-height: 1;
}
main section#process .secInner ol li .title span.num {
  font-weight: 500;
  font-size: 12vw;
  letter-spacing: 0.07em;
  color: #d01359;
}
@media screen and (min-width: 768px) {
  main section#process .secInner ol li .title span.num {
    font-size: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#process .secInner ol li .title span.num {
    font-size: 50px;
  }
}
main section#process .secInner ol li .title span:last-child {
  font-size: 8vw;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  main section#process .secInner ol li .title span:last-child {
    font-size: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#process .secInner ol li .title span:last-child {
    font-size: 35px;
  }
}
main section#process .secInner ol li dl dt {
  min-height: 3em;
  margin-bottom: 2.6666666667vw;
  font-size: 4.8vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  main section#process .secInner ol li dl dt {
    margin-bottom: 1.3888888889vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#process .secInner ol li dl dt {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
main section#process .secInner ol li dl dd {
  font-size: 3.7333333333vw;
  line-height: 2;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  main section#process .secInner ol li dl dd {
    font-size: 1.1111111111vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1440px) {
  main section#process .secInner ol li dl dd {
    font-size: 16px;
  }
}
main section#process .secInner img {
  width: 23.2vw;
  margin-left: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  main section#process .secInner img {
    display: none;
  }
}
main section#participation .secInner {
  padding: 13.3333333333vw 7.4666666667vw 10.6666666667vw;
  background-color: #E3F9F7;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner {
    padding: 1.3888888889vw 6.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner {
    padding: 20px 96px;
  }
}
main section#participation .secInner .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap {
    flex-direction: row;
    gap: 0 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap {
    gap: 0 40px;
  }
}
main section#participation .secInner .wrap:first-child {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap:first-child {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap:first-child {
    margin-bottom: 40px;
  }
}
main section#participation .secInner .wrap .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap .title {
    width: 14.7222222222vw;
    align-items: flex-start;
    text-align: left;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap .title {
    width: 212px;
  }
}
main section#participation .secInner .wrap .title span {
  line-height: 1.1;
}
main section#participation .secInner .wrap .title span:first-child {
  font-family: "Barlow Condensed";
  font-size: 5.3333333333vw;
  font-style: italic;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap .title span:first-child {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap .title span:first-child {
    font-size: 30px;
  }
}
main section#participation .secInner .wrap .title span:last-child {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap .title span:last-child {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap .title span:last-child {
    font-size: 18px;
  }
}
main section#participation .secInner .wrap ul {
  display: flex;
  flex-direction: column;
  gap: 5.3333333333vw 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul {
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul {
    gap: 0 20px;
  }
}
main section#participation .secInner .wrap ul li {
  position: relative;
  width: 100%;
  padding: 5.3333333333vw 4vw 4vw;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul li {
    width: auto;
    padding: 1.3888888889vw 1.7361111111vw 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul li {
    padding: 20px 25px 15px;
  }
}
main section#participation .secInner .wrap ul li .imgWrap {
  width: 100%;
  margin-bottom: 4vw;
  padding-bottom: 5.3333333333vw;
  border-bottom: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul li .imgWrap {
    margin-bottom: 1.0416666667vw;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul li .imgWrap {
    margin-bottom: 15px;
  }
}
main section#participation .secInner .wrap ul li .imgWrap img {
  display: block;
  margin: 0 auto;
}
main section#participation .secInner .wrap ul.company li {
  width: 100%;
}
main section#participation .secInner .wrap ul.company li .imgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25.3333333333vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.company li .imgWrap {
    height: 6.5972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.company li .imgWrap {
    height: 95px;
  }
}
main section#participation .secInner .wrap ul.company li .textWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.company li .textWrap {
    gap: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.company li .textWrap {
    gap: 15px;
  }
}
main section#participation .secInner .wrap ul.company li .textWrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2.6666666667vw;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.company li .textWrap a {
    gap: 0 0.9027777778vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.company li .textWrap a {
    gap: 0 13px;
    font-size: 15px;
  }
}
main section#participation .secInner .wrap ul.company li .textWrap a::after {
  content: "";
  display: block;
  width: 1.8666666667vw;
  height: 3.4666666667vw;
  background: url(../img/lp-sangaku-collabo/icon-arrow-right-bk.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.company li .textWrap a::after {
    width: 0.4861111111vw;
    height: 0.9027777778vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.company li .textWrap a::after {
    gap: 0 0.9027777778vw;
    font-size: 1.0416666667vw;
  }
}
main section#participation .secInner .wrap ul.company li:nth-child(1) .imgWrap img {
  width: 76.2666666667vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.company li:nth-child(1) .imgWrap img {
    width: 100%;
  }
}
main section#participation .secInner .wrap ul.company li:nth-child(2) .imgWrap img {
  width: 70.1333333333vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.company li:nth-child(2) .imgWrap img {
    width: 100%;
  }
}
main section#participation .secInner .wrap ul.company li:nth-child(3) .imgWrap img {
  width: 65.0666666667vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.company li:nth-child(3) .imgWrap img {
    width: 100%;
  }
}
main section#participation .secInner .wrap ul.univ li {
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.univ li {
    display: flex;
    align-items: center;
    padding-top: 2.9861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.univ li {
    padding-top: 43px;
  }
}
main section#participation .secInner .wrap ul.univ li h3 {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 1.3333333333vw 4vw;
  color: #FFF;
  background-color: #3E309A;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.univ li h3 {
    padding: 0.3472222222vw 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.univ li h3 {
    padding: 5px 15px;
  }
}
main section#participation .secInner .wrap ul.univ li .flexWrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.univ li .flexWrap {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.univ li .flexWrap .imgWrap {
    border-bottom: 0;
    margin-bottom: 0;
    padding-right: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.univ li .flexWrap .imgWrap {
    padding-right: 16px;
  }
}
main section#participation .secInner .wrap ul.univ li dl.countWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 4.8vw;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.univ li dl.countWrap {
    flex-direction: column;
    gap: 0.3472222222vw 0;
    padding-left: 1.1111111111vw;
    font-size: 1.0416666667vw;
    border-left: 1px solid #000;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.univ li dl.countWrap {
    gap: 5px 0;
    padding-left: 16px;
    font-size: 15px;
  }
}
main section#participation .secInner .wrap ul.univ li dl.countWrap > dt {
  font-weight: 500;
}
main section#participation .secInner .wrap ul.univ li dl.countWrap dd dl {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.univ li dl.countWrap dd dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.univ li dl.countWrap dd dl {
    gap: 0 10px;
  }
}
main section#participation .secInner .wrap ul.univ li dl.countWrap dd dl dt {
  margin-right: 0.3em;
  white-space: nowrap;
}
main section#participation .secInner .wrap ul.univ li dl.countWrap dd dl dd {
  font-weight: bold;
  white-space: nowrap;
}
main section#participation .secInner .wrap ul.univ li dl.countWrap dd dl dd:first-of-type::after {
  content: "／";
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.univ li dl.countWrap dd dl dd:first-of-type::after {
    content: none;
  }
}
main section#participation .secInner .wrap ul.univ li:nth-child(1) .imgWrap img {
  width: 53.3333333333vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.univ li:nth-child(1) .imgWrap img {
    width: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.univ li:nth-child(1) .imgWrap img {
    width: 200px;
  }
}
main section#participation .secInner .wrap ul.univ li:nth-child(2) .imgWrap img {
  width: 64vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.univ li:nth-child(2) .imgWrap img {
    width: 13.8888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.univ li:nth-child(2) .imgWrap img {
    width: 200px;
  }
}
main section#participation .secInner .wrap ul.univ li:nth-child(3) {
  display: flex;
  padding: 0;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.univ li:nth-child(3) {
    padding: 2.9861111111vw 1.3888888889vw 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.univ li:nth-child(3) {
    padding: 43px 20px 15px;
  }
}
main section#participation .secInner .wrap ul.univ li:nth-child(3) h3 {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 5.8666666667vw 4vw;
  color: #FFF;
  background-color: #3E309A;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.univ li:nth-child(3) h3 {
    position: absolute;
    padding: 0.3472222222vw 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.univ li:nth-child(3) h3 {
    padding: 5px 15px;
  }
}
main section#participation .secInner .wrap ul.univ li:nth-child(3) dl.countWrap {
  flex: 1;
  flex-direction: column;
  gap: 1.3333333333vw 4.8vw;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  main section#participation .secInner .wrap ul.univ li:nth-child(3) dl.countWrap {
    gap: 0.3472222222vw 1.25vw;
    padding: 0;
    font-size: 1.0416666667vw;
    border-left: none;
  }
}
@media screen and (min-width: 1440px) {
  main section#participation .secInner .wrap ul.univ li:nth-child(3) dl.countWrap {
    gap: 5px 18px;
    font-size: 15px;
  }
}
main section#message .secInner {
  padding: 5.3333333333vw 0 10.1333333333vw;
  background-color: #3E309A;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  main section#message .secInner {
    display: flex;
    justify-content: space-between;
    gap: 0 6.25vw;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 3.2638888889vw 6.25vw 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#message .secInner {
    gap: 0 90px;
    padding: 47px 90px 50px;
  }
}
main section#message .secInner .titleWrap {
  margin-bottom: 5.3333333333vw;
  padding: 0 4.5333333333vw;
  color: #FFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main section#message .secInner .titleWrap {
    width: 23.125vw;
    flex-shrink: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1440px) {
  main section#message .secInner .titleWrap {
    width: 333px;
  }
}
main section#message .secInner .titleWrap h2 {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  main section#message .secInner .titleWrap h2 {
    margin-bottom: 2.9861111111vw;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1440px) {
  main section#message .secInner .titleWrap h2 {
    margin-bottom: 43px;
  }
}
main section#message .secInner .titleWrap picture {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main section#message .secInner .titleWrap picture {
    display: block;
    width: 17.5vw;
    margin-left: auto;
  }
}
@media screen and (min-width: 1440px) {
  main section#message .secInner .titleWrap picture {
    width: 252px;
  }
}
main section#message .secInner .titleWrap picture img {
  width: 100%;
}
main section#message .secInner .wrap {
  margin-bottom: 5.3333333333vw;
  padding: 0 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  main section#message .secInner .wrap {
    margin-bottom: 2.0833333333vw;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  main section#message .secInner .wrap {
    margin-bottom: 30px;
    padding: 0;
  }
}
main section#message .secInner .wrap .title {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 1.6vw 2.6666666667vw;
  background-color: #FFF;
  color: #3E309A;
  font-size: 5.3333333333vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  main section#message .secInner .wrap .title {
    padding: 0.4166666667vw 1.0416666667vw;
    font-size: 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#message .secInner .wrap .title {
    padding: 6px 15px;
    font-size: 35px;
  }
}
main section#message .secInner ul.textWrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow: visible;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  main section#message .secInner ul.textWrap {
    gap: 0 1.6666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#message .secInner ul.textWrap {
    gap: 0 24px;
  }
}
main section#message .secInner ul.textWrap.active {
  transform: translateX(-100%);
}
@media screen and (min-width: 768px) {
  main section#message .secInner ul.textWrap.active {
    transform: none;
  }
}
main section#message .secInner ul.textWrap li {
  width: 100%;
  padding: 0 4.5333333333vw;
  flex-shrink: 0;
  overflow: hidden;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  main section#message .secInner ul.textWrap li {
    width: 27.7777777778vw;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  main section#message .secInner ul.textWrap li {
    width: 400px;
  }
}
main section#message .secInner ul.textWrap li p {
  margin-bottom: 5.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  main section#message .secInner ul.textWrap li p {
    margin-bottom: 0;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#message .secInner ul.textWrap li p {
    font-size: 16px;
  }
}
main section#message .secInner ul.textWrap li .btnWrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  main section#message .secInner ul.textWrap li .btnWrap {
    display: none;
  }
}
main section#message .secInner ul.textWrap li .btnWrap button {
  font-family: "Barlow Condensed";
  display: inline-flex;
  align-items: baseline;
  gap: 0 1.8666666667vw;
  font-size: 4.8vw;
  font-weight: 100;
  letter-spacing: 0.1em;
}
main section#message .secInner ul.textWrap li:first-child .btnWrap button::after {
  content: "";
  display: block;
  width: 1.8666666667vw;
  height: 3.4666666667vw;
  background: url(../img/lp-sangaku-collabo/icon-arrow-right-w.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
main section#message .secInner ul.textWrap li:last-child .btnWrap button::before {
  content: "";
  display: block;
  width: 1.8666666667vw;
  height: 3.4666666667vw;
  background: url(../img/lp-sangaku-collabo/icon-arrow-left-w.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
main section#finalist .secInner {
  padding: 5.3333333333vw 4.5333333333vw 10.6666666667vw;
  background-color: #05C8B9;
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 3.2638888889vw 6.25vw 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#finalist .secInner {
    padding: 47px 90px 50px;
  }
}
main section#finalist .secInner .titleWrap {
  text-align: center;
}
main section#finalist .secInner .titleWrap h2 {
  color: #FFF;
  text-align: left;
}
main section#finalist .secInner .contentsWrap {
  width: 100%;
  padding: 4.8vw 4.8vw 3.7333333333vw;
  background-color: #FFF;
  border: 2px solid #AC8900;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner .contentsWrap {
    display: flex;
    gap: 0 2.0833333333vw;
    padding: 1.1805555556vw 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#finalist .secInner .contentsWrap {
    gap: 0 30px;
    padding: 17px lw(30);
  }
}
main section#finalist .secInner .contentsWrap .textWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6vw 13.3333333333vw;
  width: 100%;
  margin-bottom: 3.2vw;
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner .contentsWrap .textWrap {
    display: block;
    gap: 0;
    margin-bottom: 0;
  }
}
main section#finalist .secInner .contentsWrap .textWrap dl {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner .contentsWrap .textWrap dl {
    display: block;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#finalist .secInner .contentsWrap .textWrap dl {
    margin-bottom: 20px;
  }
}
main section#finalist .secInner .contentsWrap .textWrap dl:last-child {
  margin-bottom: 0;
}
main section#finalist .secInner .contentsWrap .textWrap dl dt.en {
  margin-bottom: 2.6666666667vw;
  color: #AC8900;
  font-family: "Barlow Condensed";
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner .contentsWrap .textWrap dl dt.en {
    margin-bottom: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#finalist .secInner .contentsWrap .textWrap dl dt.en {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
main section#finalist .secInner .contentsWrap .textWrap dl dd {
  font-size: 5.6vw;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner .contentsWrap .textWrap dl dd {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#finalist .secInner .contentsWrap .textWrap dl dd {
    font-size: 30px;
  }
}
main section#finalist .secInner .contentsWrap .textWrap dl dd img {
  width: 41.6vw;
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner .contentsWrap .textWrap dl dd img {
    width: 15.1388888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#finalist .secInner .contentsWrap .textWrap dl dd img {
    width: 218px;
  }
}
main section#finalist .secInner .contentsWrap .textWrap dl:last-child {
  display: flex;
  align-items: center;
  gap: 0 8vw;
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner .contentsWrap .textWrap dl:last-child {
    display: block;
  }
}
main section#finalist .secInner .contentsWrap .textWrap dl:last-child dt.en {
  margin-bottom: 10px;
}
main section#finalist .secInner .contentsWrap .imgWrap {
  width: 100%;
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  border-bottom: 2px solid #AC8900;
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner .contentsWrap .imgWrap {
    width: 31.1111111111vw;
    flex-shrink: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
}
@media screen and (min-width: 1440px) {
  main section#finalist .secInner .contentsWrap .imgWrap {
    width: 448px;
  }
}
main section#finalist .secInner .contentsWrap .imgWrap img {
  width: 100%;
}
main section#finalist .secInner .contentsWrap .swt {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner .contentsWrap .swt {
    flex-shrink: 0;
    width: 30.7638888889vw;
    cursor: pointer;
  }
}
@media screen and (min-width: 1440px) {
  main section#finalist .secInner .contentsWrap .swt {
    width: 443px;
  }
}
main section#finalist .secInner .contentsWrap .swt img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner .contentsWrap .swt img {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#finalist .secInner .contentsWrap .swt img {
    margin-bottom: 30px;
  }
}
main section#finalist .secInner .contentsWrap .swt .en {
  display: none;
  position: relative;
  font-family: "Barlow Condensed";
  font-size: 4.2666666667vw;
  font-weight: 100;
  letter-spacing: 0.1em;
  padding-bottom: 1.6vw;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner .contentsWrap .swt .en {
    display: inline;
    font-size: 1.25vw;
    padding-bottom: 0.4166666667vw;
    cursor: pointer;
  }
}
@media screen and (min-width: 1440px) {
  main section#finalist .secInner .contentsWrap .swt .en {
    font-size: 18px;
    padding-bottom: 6px;
  }
}
main section#finalist .secInner .contentsWrap .swt .en::after {
  position: absolute;
  top: 50%;
  left: 102%;
  display: block;
  width: 3.3333333333vw;
  height: 0.3472222222vw;
  background: url(../img/lp-sangaku-collabo/simple-arrow.svg) 0 0 no-repeat;
  background-size: 100% auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  main section#finalist .secInner .contentsWrap .swt .en::after {
    content: "";
    width: 3.3333333333vw;
    height: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#finalist .secInner .contentsWrap .swt .en::after {
    content: "";
    width: 48px;
    height: 5px;
  }
}
main section#experiences .secInner {
  width: 100%;
  padding: 5.3333333333vw 4.5333333333vw 10.6666666667vw;
  background: #10B4A7;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 3.2638888889vw 6.25vw 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#experiences .secInner {
    padding: 47px 90px 50px;
  }
}
main section#experiences .secInner .titleWrap {
  text-align: center;
}
main section#experiences .secInner .titleWrap h2 {
  color: #FFF;
  text-align: left;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner .graphSec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.3888888889vw 2.4305555556vw;
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#experiences .secInner .graphSec {
    gap: 20px 35px;
    margin-bottom: 20px;
  }
}
main section#experiences .secInner dl {
  width: 100%;
  margin-bottom: 2.6666666667vw;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
main section#experiences .secInner dl dt {
  display: flex;
  align-items: baseline;
  gap: 0 2.6666666667vw;
  padding: 4vw 2.6666666667vw;
  font-size: 4vw;
  line-height: 1.733em;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl dt {
    gap: 0 0.6944444444vw;
    padding: 1.3888888889vw 2.0833333333vw;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#experiences .secInner dl dt {
    gap: 0 10px;
    padding: 20px 30px;
    font-size: 18px;
  }
}
main section#experiences .secInner dl dt span.en {
  color: #05C8B9;
  font-family: "Barlow Condensed";
  font-size: 6.9333333333vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl dt span.en {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#experiences .secInner dl dt span.en {
    font-size: 26px;
  }
}
main section#experiences .secInner dl dd {
  width: 100%;
}
main section#experiences .secInner dl dd img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl.acc {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#experiences .secInner dl.acc {
    margin-bottom: 20px;
  }
}
main section#experiences .secInner dl.acc dt {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
main section#experiences .secInner dl.acc dt p {
  display: flex;
  align-items: baseline;
}
main section#experiences .secInner dl.acc dt .swt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.8666666667vw 0;
  flex-shrink: 0;
  width: 13.3333333333vw;
  border-left: 1px solid #000;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl.acc dt .swt {
    flex-direction: row;
    justify-content: flex-end;
    gap: 0 0.6944444444vw;
    width: 5.5555555556vw;
    cursor: pointer;
  }
}
@media screen and (min-width: 1440px) {
  main section#experiences .secInner dl.acc dt .swt {
    gap: 0 10px;
    width: 80px;
  }
}
main section#experiences .secInner dl.acc dt .swt .text.en {
  color: #000;
  font-family: "Barlow Condensed";
  font-size: 4.2666666667vw;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl.acc dt .swt .text.en {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#experiences .secInner dl.acc dt .swt .text.en {
    font-size: 18px;
  }
}
main section#experiences .secInner dl.acc dt .swt .text.en::before {
  content: "Open";
}
main section#experiences .secInner dl.acc dt .swt .arrow {
  display: block;
  width: 3.4666666667vw;
  height: 1.8666666667vw;
  background: url(../img/lp-sangaku-collabo/icon-arrow-down-bk.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl.acc dt .swt .arrow {
    width: 0.9027777778vw;
    height: 0.4861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#experiences .secInner dl.acc dt .swt .arrow {
    width: 13px;
    height: 7px;
  }
}
main section#experiences .secInner dl.acc dd {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
main section#experiences .secInner dl.acc dd.active {
  max-height: 1000vh;
}
main section#experiences .secInner dl.acc dd .inner {
  padding: 0 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl.acc dd .inner {
    padding: 0 0 1.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#experiences .secInner dl.acc dd .inner {
    padding: 0 0 20px;
  }
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl.acc dd .inner.flex {
    display: flex;
  }
}
main section#experiences .secInner dl.acc dd .inner > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl.acc dd .inner > div {
    width: 100%;
  }
}
main section#experiences .secInner dl.acc dd .inner > div:last-child {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl.acc dd .inner > div:last-child {
    margin-top: 0;
    padding-left: 0.8333333333vw;
    border-left: 1px dashed #707070;
  }
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl.acc dd .inner > div:last-child {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl.acc dd .inner > div:last-child dl {
    padding-left: 0;
  }
}
main section#experiences .secInner dl.acc dd .inner dl {
  display: flex;
  align-items: baseline;
  gap: 0 1.3333333333vw;
  margin-bottom: 6.6666666667vw;
  padding: 0 2.6666666667vw;
  font-size: 4vw;
  line-height: 1.733em;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl.acc dd .inner dl {
    flex-direction: row;
    gap: 0 1.1111111111vw;
    margin-bottom: 2.0833333333vw;
    padding: 0 2.0833333333vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#experiences .secInner dl.acc dd .inner dl {
    gap: 0 16px;
    margin-bottom: 30px;
    padding: 0 30px;
    font-size: 16px;
  }
}
main section#experiences .secInner dl.acc dd .inner dl:last-child {
  margin-bottom: 0;
}
main section#experiences .secInner dl.acc dd .inner dl dt.en {
  color: #05C8B9;
  padding: 0;
  font-family: "Barlow Condensed";
  font-size: 6.9333333333vw;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  main section#experiences .secInner dl.acc dd .inner dl dt.en {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#experiences .secInner dl.acc dd .inner dl dt.en {
    font-size: 26px;
  }
}
main section#experiences .secInner dl.acc.active dt .swt .text.en::before {
  content: "Close";
}
main section#experiences .secInner dl.acc.active dt .swt .arrow {
  transform: scale(1, -1);
}
main section#experiences .secInner dl.acc.active dd {
  max-height: 1000vh;
}
main section#company .secInner {
  padding: 5.3333333333vw 4.5333333333vw 10.6666666667vw;
  background-color: #D00059;
}
@media screen and (min-width: 768px) {
  main section#company .secInner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 3.2638888889vw 6.25vw 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner {
    padding: 47px 90px 50px;
  }
}
main section#company .secInner .titleWrap {
  text-align: center;
}
main section#company .secInner .titleWrap h2 {
  color: #FFF;
  text-align: left;
}
main section#company .secInner .contentsWrap dl.acc {
  margin-bottom: 2.6666666667vw;
  padding: 4vw 4vw 5.3333333333vw;
  background-color: #FFF;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc {
    margin-bottom: 1.3888888889vw;
    padding: 0.7638888889vw 2.4305555556vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc {
    margin-bottom: 20px;
    padding: 11px 35px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dt {
  position: relative;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dt {
    min-height: 16.5277777778vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dt {
    min-height: 238px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dt .textWrap {
  margin-bottom: 3.7333333333vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dt .textWrap {
    margin-bottom: 1.0416666667vw;
    padding-right: 26.3888888889vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dt .textWrap {
    margin-bottom: 15px;
    padding-right: 380px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dt .textWrap h3 {
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dt .textWrap h3 {
    margin-bottom: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dt .textWrap h3 {
    margin-bottom: 6px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dt .textWrap p {
  font-size: 4.8vw;
  letter-spacing: 0.17em;
  line-height: 1.666;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dt .textWrap p {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dt .textWrap p {
    font-size: 30px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dt .personWrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 4vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dt .personWrap {
    position: absolute;
    top: 0;
    right: 0;
    gap: 0 0.6944444444vw;
    width: 23.8888888889vw;
    margin-bottom: 0;
    padding-left: 2.0833333333vw;
    border-left: 1px solid #000;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dt .personWrap {
    gap: 0 10px;
    width: 344px;
    padding-left: 30px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dt .personWrap .person {
  width: 38.6666666667vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dt .personWrap .person {
    width: 100%;
  }
}
main section#company .secInner .contentsWrap dl.acc > dt .personWrap .person .imgWrap {
  width: 100%;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dt .personWrap .person .imgWrap {
    width: 11.1111111111vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dt .personWrap .person .imgWrap {
    width: 160px;
    margin-bottom: 10px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dt .personWrap .person .imgWrap img {
  width: 100%;
}
main section#company .secInner .contentsWrap dl.acc > dt .personWrap .person p.position {
  margin-bottom: 0.8vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dt .personWrap .person p.position {
    margin-bottom: 0.2083333333vw;
    font-size: 0.9722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dt .personWrap .person p.position {
    margin-bottom: 3px;
    font-size: 14px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dt .personWrap .person p.name {
  font-size: 3.7333333333vw;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dt .personWrap .person p.name {
    font-size: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dt .personWrap .person p.name {
    font-size: 15px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dt .swt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dt .swt {
    text-align: left;
    cursor: pointer;
  }
}
main section#company .secInner .contentsWrap dl.acc > dt .swt span.en {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0 1.6vw;
  padding-bottom: 1.3333333333vw;
  border-bottom: 1px solid #000;
  font-family: "Barlow Condensed";
  font-size: 4.2666666667vw;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dt .swt span.en {
    gap: 0 0.4166666667vw;
    padding-bottom: 0;
    font-size: 1.3888888889vw;
    border: none;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dt .swt span.en {
    gap: 0 6px;
    font-size: 20px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dt .swt span.en::before {
  content: "More voice";
}
main section#company .secInner .contentsWrap dl.acc > dt .swt span.en::after {
  content: "";
  display: block;
  width: 3.4666666667vw;
  height: 1.8666666667vw;
  background: url(../img/lp-sangaku-collabo/icon-arrow-down-bk.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dt .swt span.en::after {
    width: 0.9027777778vw;
    height: 0.4861111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dt .swt span.en::after {
    width: 13px;
    height: 7px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dd {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
main section#company .secInner .contentsWrap dl.acc > dd .inner {
  padding-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner {
    margin-top: 1.7361111111vw;
    padding: 2.7777777778vw 0 0;
    border-top: 1px solid #000;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner {
    margin-top: 25px;
    padding: 40px 0;
  }
}
main section#company .secInner .contentsWrap dl.acc > dd .inner > dl, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl {
    margin-bottom: 1.25vw;
    padding: 0 1.3888888889vw 2.0833333333vw;
    border-bottom: 1px dashed #707070;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl {
    margin-bottom: 18px;
    padding: 0 20px 30px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dd .inner > dl:last-child, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dt, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dt {
  display: flex;
  align-items: center;
  gap: 0 2.6666666667vw;
  margin-bottom: 3.7333333333vw;
  color: #D00059;
  font-size: 3.7333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dt, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dt {
    gap: 0 0.6944444444vw;
    margin-bottom: 1.1805555556vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dt, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dt {
    gap: 0 10px;
    margin-bottom: 17px;
    font-size: 16px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dt .en, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dt .en {
  font-family: "Barlow Condensed";
  font-size: 6.9333333333vw;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dt .en, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dt .en {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dt .en, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dt .en {
    font-size: 26px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd {
  display: flex;
  align-items: flex-start;
  gap: 0 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd {
    gap: 0 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd {
    gap: 0 10px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .en, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .en {
  font-family: "Barlow Condensed";
  font-size: 6.9333333333vw;
  font-weight: 500;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .en, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .en {
    font-size: 1.8055555556vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .en, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .en {
    font-size: 26px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap {
  padding-top: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap {
    flex: 1;
    display: flex;
    gap: 0 3.4722222222vw;
    padding-top: 0.3472222222vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap {
    gap: 0 50px;
    padding-top: 5px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap dl, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap dl {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap dl, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap dl {
    width: 100%;
    margin-bottom: 0;
  }
}
main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap dl:last-child, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap dl:last-child {
  margin-bottom: 0;
}
main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap dl dt, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap dl dt {
  display: flex;
  align-items: center;
  gap: 0 2.6666666667vw;
  margin-bottom: 2.1333333333vw;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap dl dt, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap dl dt {
    gap: 0 0.6944444444vw;
    margin-bottom: 0.6944444444vw;
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap dl dt, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap dl dt {
    gap: 0 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap dl dt::before, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap dl dt::before {
  content: "";
  display: block;
  width: 6.1333333333vw;
  height: 1px;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap dl dt::before, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap dl dt::before {
    width: 1.5972222222vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap dl dt::before, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap dl dt::before {
    width: 23px;
  }
}
main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap dl dd, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap dl dd {
  font-size: 3.7333333333vw;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap dl dd, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap dl dd {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner > dl > dd .answerWrap dl dd, main section#company .secInner .contentsWrap dl.acc > dd .inner > div > dl > dd .answerWrap dl dd {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner.flex {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner.flex > div {
    width: 100%;
  }
}
main section#company .secInner .contentsWrap dl.acc > dd .inner.flex > div:last-child {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner.flex > div:last-child {
    margin-top: 0;
    padding-left: 0.6944444444vw;
    border-left: 1px dashed #707070;
  }
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl.acc > dd .inner.flex dl {
    border: none;
  }
}
main section#company .secInner .contentsWrap dl.acc.active > dt .swt span.en::before {
  content: "Close";
}
main section#company .secInner .contentsWrap dl.acc.active > dt .swt span.en::after {
  transform: scale(1, -1);
}
main section#company .secInner .contentsWrap dl.acc.active > dd {
  max-height: 10000vh;
}
main section#company .secInner .contentsWrap dl#voice-toei h3 img {
  width: 42.1333333333vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl#voice-toei h3 img {
    width: 18.6111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl#voice-toei h3 img {
    width: 268px;
  }
}
main section#company .secInner .contentsWrap dl#voice-famima h3 img {
  width: 40.5333333333vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl#voice-famima h3 img {
    width: 17.2916666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl#voice-famima h3 img {
    width: 249px;
  }
}
main section#company .secInner .contentsWrap dl#voice-mizuho h3 img {
  width: 48.5333333333vw;
}
@media screen and (min-width: 768px) {
  main section#company .secInner .contentsWrap dl#voice-mizuho h3 img {
    width: 21.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#company .secInner .contentsWrap dl#voice-mizuho h3 img {
    width: 304px;
  }
}
@media screen and (min-width: 1440px) {
  main section#highlights {
    position: relative;
    left: calc((100vw - 1440px) / 2 * -1);
  }
}
main section#highlights .secInner {
  padding: 5.3333333333vw 0 12vw;
}
@media screen and (min-width: 768px) {
  main section#highlights .secInner {
    padding: 2.7777777778vw 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#highlights .secInner {
    width: 100vw;
    padding: 40px 0 60px;
  }
}
main section#highlights .secInner .titleWrap {
  text-align: center;
}
main section#highlights .secInner .titleWrap h2 {
  text-align: left;
}
main section#highlights .secInner #highlightsSwaiper {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  main section#highlights .secInner #highlightsSwaiper {
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#highlights .secInner #highlightsSwaiper {
    margin-bottom: 25px;
  }
}
main section#highlights .secInner #highlightsSwaiper .swiper-wrapper {
  padding-left: 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  main section#highlights .secInner #highlightsSwaiper .swiper-wrapper {
    padding-left: 0;
  }
}
main section#highlights .secInner #highlightsSwaiper img {
  width: 78.4vw;
}
@media screen and (min-width: 768px) {
  main section#highlights .secInner #highlightsSwaiper img {
    width: 100%;
  }
}
main section#highlights .secInner .swt {
  text-align: center;
}
main section#highlights .secInner .swt .en {
  font-family: "Barlow Condensed";
  font-size: 4.2666666667vw;
  font-weight: 100;
  letter-spacing: 0.1em;
  padding-bottom: 1.6vw;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  main section#highlights .secInner .swt .en {
    font-size: 1.25vw;
    padding-bottom: 0.4166666667vw;
    cursor: pointer;
  }
}
@media screen and (min-width: 1440px) {
  main section#highlights .secInner .swt .en {
    font-size: 18px;
    padding-bottom: 6px;
  }
}
main section#program .secInner {
  padding: 13.3333333333vw 4.5333333333vw 9.3333333333vw;
  background: url(../img/lp-sangaku-collabo/program-bg.png) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  main section#program .secInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 5.5555555556vw;
    padding: 4.1666666667vw 6.25vw 5.5555555556vw;
    background: url(../img/lp-sangaku-collabo/program-bg-pc.png) 0 0 no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  main section#program .secInner {
    gap: 0 80px;
    padding: 60px 90px 80px;
  }
}
main section#program .secInner h2 {
  margin-bottom: 8vw;
}
@media screen and (min-width: 768px) {
  main section#program .secInner h2 {
    flex-shrink: 0;
    width: 31.8055555556vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  main section#program .secInner h2 {
    width: 458px;
  }
}
main section#program .secInner h2 img {
  width: 100%;
}
main section#program .secInner .textWrap .title {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  main section#program .secInner .textWrap .title {
    margin-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  main section#program .secInner .textWrap .title {
    margin-bottom: 20px;
  }
}
main section#program .secInner .textWrap .title h3 {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 1.0666666667vw 2.6666666667vw;
  background-color: #05C8B9;
  color: #FFF;
  font-size: 5.8666666667vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  main section#program .secInner .textWrap .title h3 {
    padding: 0.2777777778vw 1.3888888889vw;
    font-size: 2.4305555556vw;
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  main section#program .secInner .textWrap .title h3 {
    padding: 4px 20px;
    font-size: 35px;
  }
}
main section#program .secInner .textWrap p {
  color: #FFF;
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  main section#program .secInner .textWrap p {
    font-size: 1.25vw;
    line-height: 2;
  }
}
@media screen and (min-width: 1440px) {
  main section#program .secInner .textWrap p {
    font-size: 18px;
  }
}

footer.footer {
  padding: 1.8666666667vw;
  background-color: #05C8B9;
  color: #FFF;
  font-size: 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer.footer {
    padding: 0.6944444444vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (min-width: 1440px) {
  footer.footer {
    padding: 10px;
    font-size: 12px;
  }
}

/* compornent */
.modal {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 110;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  position: relative;
  width: 100%;
}
.modal-content .swiper-wrapper {
  margin-bottom: 9.3333333333vw;
  padding-left: 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .modal-content .swiper-wrapper {
    margin-bottom: 2.7777777778vw;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .modal-content .swiper-wrapper {
    margin-bottom: 40px;
  }
}
.modal-content .swiper-wrapper .swiper-slide {
  padding-right: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .modal-content .swiper-wrapper .swiper-slide {
    padding-right: 1.7361111111vw;
  }
}
@media screen and (min-width: 1440px) {
  .modal-content .swiper-wrapper .swiper-slide {
    padding-right: 25px;
  }
}
.modal-content .swiper-wrapper .swiper-slide img {
  width: 90.6666666667vw;
  width: 100%;
  border-radius: 2.6666666667vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .modal-content .swiper-wrapper .swiper-slide img {
    width: 100%;
    border-radius: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .modal-content .swiper-wrapper .swiper-slide img {
    width: 100%;
    border-radius: 10px;
  }
}
.modal-content .scrollSign {
  display: block;
  width: 38.4vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .modal-content .scrollSign {
    width: 10vw;
  }
}
@media screen and (min-width: 1440px) {
  .modal-content .scrollSign {
    width: 144px;
  }
}
.modal-content span.close.en {
  position: absolute;
  bottom: -13.3333333333vw;
  left: 50%;
  padding-right: 6.1333333333vw;
  transform: translateX(-50%);
  color: #FFF;
  font-family: "Barlow Condensed";
  font-size: 4.8vw;
  font-weight: 100;
  background: url(../img/lp-sangaku-collabo/icon-cross.svg) 100% 50% no-repeat;
  background-size: 3.4666666667vw auto;
}
@media screen and (min-width: 768px) {
  .modal-content span.close.en {
    bottom: -3.4722222222vw;
    padding-right: 1.5972222222vw;
    background-size: 0.9027777778vw auto;
    font-size: 1.25vw;
    cursor: pointer;
  }
}
@media screen and (min-width: 1440px) {
  .modal-content span.close.en {
    bottom: -50px;
    padding-right: 23px;
    background-size: 13px auto;
    font-size: 18px;
  }
}

#highlightaModalSlide img {
  margin-bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  #highlightaModalSlide img {
    margin-bottom: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #highlightaModalSlide img {
    margin-bottom: 16px;
  }
}
#highlightaModalSlide p {
  color: #FFF;
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #highlightaModalSlide p {
    font-size: 1.1111111111vw;
  }
}
@media screen and (min-width: 1440px) {
  #highlightaModalSlide p {
    font-size: 16px;
  }
}/*# sourceMappingURL=lp-sangaku-collabo-style.css.map */