@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
  background-color: #EBF1F1;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: 0.2s;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

/* Header */
header {
  padding: 20px 0 0 0;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1220px;
}
header .container .surala-logo {
  height: 59px;
}
header .container nav ul {
  list-style: none;
  display: flex;
  gap: 60px;
  padding: 0;
  margin: 0;
}
header .container nav ul li a {
  font-size: 24px;
  text-decoration: none;
  color: #1A1A1A;
  font-weight: 600;
}
header .container nav ul li a:hover {
  color: #0B4055;
  border-bottom: 4pt solid #0B4055;
}
header .container nav ul li a:active {
  color: #0B4055;
  border-bottom: 4pt solid #0B4055;
}

/* Hero Section */
.hero {
  margin: 0px auto;
  padding-top: 30px;
}
.hero .container {
  max-width: 1160px;
}
.hero img {
  width: 100%;
}
.hero p {
  font-size: 28px;
  line-height: 44px;
  font-weight: 600;
  margin: 50px auto 0 auto;
}
.hero button {
  max-width: 580px;
  width: 100%;
  background-color: #0B4055;
  border: none;
  border-radius: 150px;
  padding: 20px 18px 20px 18px;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 60px auto 0 auto;
  transition: 0.2s;
   text-decoration: none;
}

.hero a {
  text-decoration: none;
	color: #fff;
}
.hero button:hover {
  opacity: 0.8;
}

/* Points Section */
.points {
  margin: 140px auto 0 auto;
  border-radius: 10px;
}
.points .points-title {
  background-image: url("../images/3point-tit.png");
  background-repeat: no-repeat;
  width: 868px;
  height: 74px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.points .point {
  background-image: url("../images/bg_grid.png");
  background-color: #fff;
  background-repeat: repeat;
  margin-top: 55px;
  padding: 40px 30px 49px 30px;
}
.points .point .title-area {
  display: flex;
  align-items: center;
}
.points .point .title-area img {
  width: 92.2px;
  margin-right: 20px;
}
.points .point .title-area h3 {
  font-size: 38px;
  line-height: 66.5px;
  color: #009999;
  text-align: left;
  margin: 0;
  position: relative;
  top: -8px;
}
.points .point p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
  margin: 0 0 0 90px;
}
.points .point p.para-one {
  max-width: 1044px;
}
.points .point p.para-two {
  max-width: 100%;
}
.points .point p.para-two span {
  font-size: 28px;
  color: #009999;
  font-weight: 600;
}
.points .point .box {
  background-color: #EAF7F4;
  border-radius: 4px;
  padding: 28px 30px 30px 40px;
  margin: 40px 0 0 90px;
  text-align: left;
  transform: skewY(0.8deg);
}
.points .point .box .box-content {
  transform: skewY(-0.8deg);
}
.points .point .box .box-content .title {
  font-size: 26px;
  color: #0B4055;
  font-weight: 600;
}
.points .point .box .box-content p {
  margin-left: 22px;
  font-size: 20px;
  line-height: 32px;
}
.points .point .box .box-content p br:nth-child(odd) {
  display: none;
}
.points .point .box .box-content p span {
  font-size: 18px;
}
.points .point .img-row {
  display: flex;
  align-items: flex-start;
  margin-top: 34px;
}
.points .point .img-row .point1-img1 {
  width: 377px;
  margin-right: 72px;
  margin-left: 156px;
}
.points .point .img-row .point1-img2 {
  width: 401px;
}
.points .point .img-row .point2-img1 {
  width: 859px;
  margin-left: 310px;
}
.points .point .img-row .point2-img1-sp {
  display: none;
}

.past-conventions {
  padding: 127px 0 0 0;
}
.past-conventions .title {
  background-image: url("../images/pastconventions-tit.png");
  background-repeat: no-repeat;
  width: 521px;
  height: 74px;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.past-conventions .card {
  background-color: #fff;
  padding: 43px 90px 35px 90px;
  text-align: left;
  margin: 46px 0 0 0;
}
.past-conventions .card p {
  font-size: 23px;
  line-height: 42px;
  font-weight: 400;
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
.past-conventions .card p a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  white-space: nowrap;	
}
.past-conventions .card p a:before {
  content: "＞";
  color: #009999;
}
.past-conventions .card p a:hover {
  text-decoration: none;
  color: #009999;
}
.past-conventions .card p a:active {
  text-decoration: none;
  color: #009999;
}
.past-conventions .card small {
  font-size: 21px;
  line-height: 25.2px;
  font-weight: 300;
  display: inline-flex;
}
.past-conventions .card small:before {
  content: "※";
  margin-right: 10px;
}

/* Participants' Voices */
.voices {
  padding: 125px 0 0 0;
}
.voices .title {
  background-image: url("../images/voice-tit.png");
  background-repeat: no-repeat;
  width: 367px;
  height: 74px;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.voices .card {
  background-color: #fff;
  padding: 43px 50px 29px 50px;
  text-align: left;
  margin: 43px 0 0 0;
}
.voices .card .title-1, .voices .card .title-2 {
  font-size: 30px;
  line-height: 43.2px;
  color: #009999;
  font-weight: 600;
  margin-bottom: 25px;
}
.voices .card .title-1 span, .voices .card .title-2 span {
  font-size: 30px;
  line-height: 36px;
}
.voices .card .title-2 {
  margin-top: 54.5px;
}
.voices .card p {
  background-color: #FFF8EE;
  border-radius: 7px;
  padding: 18px 27px;
  font-size: 22px;
  font-weight: 300;
  line-height: 26.4px;
}
.voices .card p small {
  display: block;
  font-size: 23px;
  line-height: 27.6px;
  font-weight: 600;
  margin: 16px 0 0 0;
}
.voices .card p small a {
text-decoration: none;
  color: #009999;
}
.voices .card .small-para {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 25px 0;
}

/* Footer */
footer {
  text-align: center;
  padding: 0 0 40px 0;
  color: #000;
  margin: 130px auto 0 auto;
}
footer p {
  margin: 0 auto;
}

@media only screen and (max-width: 1400px) {
  .container {
    max-width: 1160px;
  }
  header .container {
    max-width: 1160px;
  }
  .points .point .img-row .point2-img1 {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 900px;
  }
  header .container {
    max-width: 900px;
  }
  header .container nav ul li a {
    font-size: 26px;
  }
  .hero .container {
    max-width: 900px;
  }
  .hero .container p {
    font-size: 24px;
    margin: 60px auto 0 auto;
  }
  .hero .container button {
    font-size: 30px;
    padding: 23px 20px 21px 20px;
  }
  .points .points-title {
    font-size: 36px;
  }
  .points .point .title-area h3 {
    font-size: 32px;
  }
  .points .point p.para-one {
    font-size: 19px;
  }
  .points .point p.para-two {
    font-size: 19px;
  }
  .points .point p.para-two span {
    font-size: 25px;
  }
  .points .point .img-row .point1-img1 {
    margin-left: 90px;
    margin-right: 40px;
    width: 327px;
  }
  .points .point .img-row .point1-img2 {
    width: 351px;
  }
  .points .point .img-row .point2-img1 {
    margin-left: 90px;
    width: 80%;
  }
  .points .point .box .box-content .title {
    font-size: 22px;
  }
  .points .point .box .box-content p {
    font-size: 15px;
  }
  .past-conventions .title {
    font-size: 36px;
  }
  .past-conventions .card small {
    font-size: 19px;
  }
  .voices .title {
    font-size: 36px;
  }
  .voices .card .title-1 {
    font-size: 28px;
  }
  .voices .card .title-1 span {
    font-size: 24px;
  }
  .voices .card .title-2 {
    font-size: 28px;
  }
  .voices .card p {
    font-size: 19px;
  }
  .voices .card p small {
    font-size: 20px;
  }
  .voices .card .small-para {
    font-size: 17px;
  }
}
@media only screen and (max-width: 992px) {
  .container {
    max-width: 700px;
  }
  header {
    padding: 30px 0;
  }
  header .container {
    max-width: 700px;
  }
  header .container .surala-logo {
    height: 48px;
  }
  header .container nav ul li a {
    font-size: 20px;
  }
  .hero {
    padding-top: 10px;
  }
  .hero .container {
    max-width: 700px;
  }
  .hero .container p {
    font-size: 19px;
    line-height: 38px;
    margin: 40px auto 0 auto;
  }
  .hero .container button {
    font-size: 24px;
    padding: 20px 20px 18px 20px;
    max-width: 525px;
    margin: 50px auto 0 auto;
  }
  .points {
    margin: 90px auto 0 auto;
  }
  .points .points-title {
    font-size: 24px;
    width: 700px;
    height: 64px;
    background-size: 700px 64px;
  }
  .points .point {
    margin-top: 35px;
  }
  .points .point .title-area img {
    width: 70px;
  }
  .points .point .title-area h3 {
    font-size: 23px;
  }
  .points .point p.para-one {
    font-size: 14px;
    line-height: 30px;
  }
  .points .point p.para-two {
    font-size: 14px;
    line-height: 30px;
  }
  .points .point p.para-two span {
    font-size: 19px;
  }
  .points .point .img-row .point1-img1 {
    width: 247px;
    margin-right: 20px;
  }
  .points .point .img-row .point1-img2 {
    width: 271px;
  }
  .points .point .box {
    margin: 30px 0 0 90px;
    padding: 25px 30px 28px 30px;
  }
  .points .point .box .box-content .title {
    font-size: 20px;
  }
  .points .point .box .box-content p {
    margin-left: 18px;
    font-size: 12.5px;
  }
  .points .point .box .box-content p span {
    font-size: 12px;
  }
  .past-conventions {
    padding: 75px 0 0 0;
  }
  .past-conventions .title {
    font-size: 22px;
    background-size: 521px 64px;
    height: 64px;
  }
  .past-conventions .card {
    padding: 30px 30px 30px 30px;
    margin: 35px 0 0 0;
  }
  .past-conventions .card p {
    font-size: 22px;
  }
  .past-conventions .card small {
    font-size: 16px;
  }
  .voices {
    padding: 75px 0 0 0;
  }
  .voices .title {
    font-size: 24px;
    background-size: 367px 64px;
    height: 64px;
  }
  .voices .card {
    padding: 30px 30px 10px 30px;
    margin: 35px 0 0 0;
  }
  .voices .card .title-1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .voices .card .title-1 span {
    font-size: 22px;
  }
  .voices .card .title-2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .voices .card p {
    font-size: 16px;
    line-height: 24px;
  }
  .voices .card p small {
    font-size: 18px;
    margin: 4px 0 0 0;
  }
  .voices .card p.small-para {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  footer {
    margin: 70px auto 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 530px;
  }
  header {
    padding: 20px 0;
  }
  header .container {
    max-width: 530px;
  }
  header .container .surala-logo {
    height: 38px;
  }
  header .container nav ul {
    gap: 30px;
  }
  header .container nav ul li a {
    font-size: 16px;
  }
  header .container nav ul li a:active {
    border-bottom: 2pt solid #0B4055;
  }
  .hero .container {
    max-width: 530px;
  }
  .hero .container p {
    font-size: 14.5px;
    line-height: 32px;
    margin: 30px auto 0 auto;
  }
  .hero .container p br {
    display: none;
  }
  .hero .container button {
    font-size: 19px;
    padding: 16px 20px 14px 20px;
    max-width: 445px;
    margin: 30px auto 0 auto;
  }
  .points {
    margin: 60px auto 0 auto;
  }
  .points .points-title {
    width: 530px;
    height: 55px;
    background-size: 530px 55px;
    font-size: 20px;
  }
  .points .point {
    margin-top: 25px;
    padding: 25px 30px 30px 30px;
  }
  .points .point .title-area img {
    width: 60px;
    margin-right: 15px;
  }
  .points .point .title-area h3 {
    font-size: 17.8px;
  }
  .points .point p {
    margin: 0 0 0 75px;
  }
  .points .point .img-row {
    flex-direction: column;
    margin-left: 75px;
    margin-top: 0px;
    gap: 20px;
  }
  .points .point .img-row .point1-img1 {
    margin: 0;
    width: 100%;
  }
  .points .point .img-row .point1-img2 {
    width: 100%;
  }
  .points .point .img-row .point2-img1 {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .points .point .box {
    margin: 30px 0 0 75px;
    padding: 15px 15px 18px 20px;
  }
  .points .point .box .box-content .title {
    font-size: 18px;
  }
  .points .point .box .box-content p {
    line-height: 26px;
  }
  .past-conventions {
    padding: 50px 0 0 0;
  }
  .past-conventions .title {
    width: 530px;
    height: 55px;
    background-size: 530px 55px;
    font-size: 20px;
  }
  .past-conventions .card {
    margin: 25px 0 0 0;
    padding: 20px;
  }
  .past-conventions .card p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .past-conventions .card small {
    font-size: 14px;
  }
  .voices {
    padding: 50px 0 0 0;
  }
  .voices .title {
    width: 367px;
    height: 55px;
    background-size: 367px 55px;
    font-size: 20px;
  }
  .voices .card {
    margin: 25px 0 0 0;
  }
  .voices .card .title-1 {
    font-size: 18px;
    line-height: 20px;
  }
  .voices .card .title-1 span {
    font-size: 16px;
  }
  .voices .card .title-2 {
    font-size: 18px;
    line-height: 20px;
  }
  .voices .card p {
    font-size: 14px;
    line-height: 22px;
  }
  .voices .card p.small-para {
    font-size: 14px;
    line-height: 22px;
  }
  footer {
    margin: 40px auto 0 auto;
  }
}
@media only screen and (max-width: 576px) {
  .container {
    max-width: calc(100% - 40px);
  }
  header {
    padding: 20px 0;
  }
  header .container {
    flex-direction: column;
    gap: 10px;
    max-width: calc(100% - 40px);
  }
  header .container .surala-logo {
    height: 40px;
  }
  header .container nav ul {
    gap: 25px;
  }
  header .container nav ul li a {
    font-size: 12px;
  }
  .hero .container {
    max-width: calc(100% - 40px);
  }
  .hero .container p br:nth-child(3){
    font-size: 13.5px;
    line-height: 30px;
  }
  .hero .container button {
    font-size: 17px;
    margin: 20px auto 0 auto;
  }
  .points {
    margin: 50px auto 0 auto;
  }
  .points .points-title {
    width: calc(100% - 60px);
    height: 60px;
    background-size: 100% 80px;
    font-size: 20px;
    line-height: 28px;
    padding: 10px 30px;
  }
  .points .point {
    margin-top: 15px;
    padding: 20px 20px 20px 20px;
  }
  .points .point .title-area img {
    width: 75px;
  }
  .points .point .title-area h3 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
  }
  .points .point p {
	  line-height: 16px;
    margin: 10px 0 0 0;
  }
  .points .point p.para-two span {
    font-size: 16px;
  }
  .points .point p.para-two br:nth-child(1) {
    display: none;
  }
  .points .point p.para-two br:nth-child(3) {
    display: none;
  }
  .points .point p.para-two br:nth-child(5) {
    display: none;
  }
  .points .point .img-row {
    margin: 0;
  }
  .points .point .img-row .point2-img1 {
    display: none;
  }
  .points .point .img-row .point2-img1-sp {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .points .point .box {
    margin: 20px 0 0 0;
    padding: 15px;
  }
  .points .point .box .box-content p {
    margin: 5px 0 0 0;
  }
  .points .point .box .box-content p br:nth-child(odd) {
    display: block;
  }
  .past-conventions {
    padding: 30px 0 0 0;
  }
  .past-conventions .title {
    width: 100%;
    height: 50px;
    background-size: 100% 50px;
    font-size: 22.5px;
  }
  .past-conventions .card {
    margin-top: 15px;
    padding: 15px;
  }
  .past-conventions .card p {
    font-size: 16px;
    line-height: 32px;
  }
  .past-conventions .card small {
    font-size: 12px;
    line-height: 15px;
  }
  .past-conventions .card small:before {
    margin-right: 5px;
  }
  .voices {
    padding: 30px 0 0 0;
  }
  .voices .title {
    width: 100%;
    height: 50px;
    background-size: 100% 50px;
    font-size: 22.5px;
  }
  .voices .card {
    margin-top: 15px;
    padding: 15px 15px 1px 15px;
  }
  .voices .card .title-1 {
    font-size: 20px;
    line-height: 26px;
  }
  .voices .card .title-1 span {
    font-size: 20px;
    line-height: 26px;
  }
  .voices .card .title-2 {
    font-size: 20px;
    line-height: 28px;
  }
  .voices .card p {
    padding: 10px;
  }
  .voices .card p.small-para br {
    display: none;
  }
  .voices .card p small {
    font-size: 16px;
  }
  footer p {
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */
