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





#checkContainer {
  width: 90%;
  margin: 60px auto 0;
}

.checkContents1 {
  max-width: 630px;
  margin: 0 auto;
}

.checkContents1 dt {
  width: 100%;
  max-width: 496px;
  margin: 0 auto 40px;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: var(--primaryColor);
  background: #FFF116;
  border-radius: 20px;
}

.checkContents1 dd {
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 3px;
  color: var(--primaryColor);
  display: flex;
  align-items: center;
  gap: 15px;
}

.checkContents1 dd::before {
  content: "";
  width: 51px;
  height: 58.5px;
  background: url(../img/check.png) center center / contain no-repeat;
}

.checkContents2 {
  text-align: center;
}

.checkContents2 > img:first-of-type {
  width: 165px;
}


.checkContents2 p:first-of-type {
  width: 100%;
  max-width: 496px;
  margin: 60px auto 0;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  color: var(--primaryColor);
  background: var(--thirdColor);
  border-radius: 20px;
  position: relative;
  z-index: 1;
}

.checkContents2 img:nth-of-type(2) {
  width: 53.6px;
  height: 68.3px;
  margin-top: -20px;
}

.checkContents2 p:nth-of-type(2) {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 3px;
}

.checkContents2 img:nth-of-type(3) {
  width: 253px;
  margin-top: 20px;
}

.btn {
  width: 90%;
  max-width: 676px;
  height: 127px;
  margin: 50px auto 0;
  background: var(--primaryColor);
  border-radius: 6px;
}

.btn a {
  height: 100%;
  color: #fff;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-indent: -0.9em;
}

.btn a::before {
  content: "";
  width: 39px;
  height: 39px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: calc(50% + 260px);
  transform: translateY(-50%);
}

.btn a::after {
  content: "";
  width: 10px;
  height: 20px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--primaryColor);
  position: absolute;
  top: 50%;
  left: calc(50% + 276px);
  transform: translateY(-50%);
}







#featureContainer {
  width: 100%;
  margin-top: 100px;
  padding: 70px 0 600px;
  background: var(--thirdColor);
}

#featureContainer h2 {
  width: 90%;
  margin: 0 auto;
  position: relative;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--primaryColor);
  text-align: center;
}

#featureContainer h2::after {
  content: "";
  width: 100%;
  max-width: 550px;
  height: 14.5px;
  background: url(../img/featureTitleBack.png) center center / cover no-repeat;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.featureContents {
  width: 90%;
  max-width: 1055px;
  margin: 60px auto 0;
  display: flex;
  gap: 40px 0;
  flex-wrap: wrap;
}

.feature {
  width: 100%;
  padding: 60px 30px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 30px;
  text-align: center;
}

.feature p {
  width: 203px;
  margin: 0 auto;
  padding: 6px 8px;
  font-size: 19px;
  font-weight: 500;
  color: var(--primaryColor);
  background: #FCEC74;
}

.feature dt {
  margin-top: 20px;
  font-size: 70px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 1.6;
  color: var(--primaryColor);
}

.feature dd {
  font-size: 40px;
  font-weight: 600;
}






#flowContainer {
  width: 100%;
  margin-top: -520px;
  text-align: center;
  overflow: hidden;
}

.flowTitle {
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.flowTitle::after {
  content: "";
  width: 120%;
  min-width: 1200px;
  height: 630px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #fff;
}

.flowTitle img:first-of-type {
  width: 186px;
}

h2 {
  margin-top: 40px;
  font-size: 58px;
  font-weight: 600;
  color: var(--primaryColor);
  line-height: 1.3;
  letter-spacing: 6px;
}

.flowTitle .btn {
  margin-top: 40px;
}

.flowContentsContainer {
  width: 100%;
  background: var(--thirdColor);
  position: relative;
  z-index: 1;
}

h3 {
  padding: 2px 0 5px;
  background: #FFF116;
  font-size: 40px;
  font-weight: 700;
  color: var(--primaryColor);
}

.flowContents {
  width: 90%;
  max-width: 1055px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

.flow {
  width: 90%;
  margin: 0 auto;
  padding: 40px 30px 54px;
  border-bottom: 4px solid var(--thirdColor);
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

.flow:last-of-type {
  border-bottom: none;
}

.flow > p:first-of-type {
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
  color: var(--thirdColor);
}

.flow > p:nth-of-type(2) {
  margin-top: 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2px;
}
.flow > p:nth-of-type(2) span {
  display: block;
  margin-top: 20px;
  font-size: 25px;
}

.flow4Contents {
  width: 90%;
  max-width: 670px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

.flow4Contents p {
  width: 305px;
  padding: 30px 20px;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1px;
  font-weight: 600;
  box-sizing: border-box;
  background: var(--thirdColor);
  border-radius: 25px;
}

.flow4Contents span{
  font-size: 40px;
  letter-spacing: 10px;
  display: block;
  margin-right: -10px;
}

#flowContainer > .btn {
  width: 100%;
  max-width: initial;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: #FFF116;
  font-size: 28px;
  font-weight: 700;
  color: var(--primaryColor);
  border-radius: 0;
}

#flowContainer > .btn a {
  font-size: 28px;
  color: var(--primaryColor);
}

#flowContainer > .btn a::before {
  left: calc(50% + 215px);
  right: auto;
}

#flowContainer > .btn a::after {
  background: var(--primaryColor);
  left: calc(50% + 231px);
  right: auto;
}








#meetingContainer {
  width: 100%;
  padding: 80px 0 70px;
  background: var(--thirdColor);
  overflow: hidden;
}

.meetingTitle {
  width: 90%;
  max-width: 1055px;
  margin: 0 auto;
  position: relative;
}

.meetingTitle h2 {
  text-align: center;
}

.meetingContents {
  width: 90%;
  max-width: 910px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 0 2%;
}

.meetingContents dl {
  flex: 0 1 23.5%;
  padding: 60px 10px 25px;
  border: 4px solid var(--primaryColor);
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  font-weight: 600;
  color: var(--primaryColor);
}

.meetingContents dt {
  font-size: 38px;
  line-height: 1.2;
}

.meetingContents dd {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
}

#meetingContainer .btn {
  margin-top: 50px;
  background: #FFF116;
}

#meetingContainer .btn a {
  color: var(--primaryColor);
}

#meetingContainer .btn a::before {
  background: var(--thirdColor);
}

#meetingContainer .btn a::after {
  background: #fff;
}








/* アクセス */
#accessContainer {
  width: 90%;
  max-width: 1055px;
  margin: 80px auto 0;
}

#accessContainer h2 {
  text-align: center;
  font-size: 40px;
  font-weight: bolder;
  letter-spacing: 2px;
  color: var(--fontColor3);
}

#accessContainer iframe {
  width: 100%;
  height: 530px;
  margin-top: 30px;
}

.accessText {
  font-size: 17px;
}

.accessText dt {
  margin-top: 20px;
}










@media (max-width: 1024px) {
/* #checkContainer {
  width: 90%;
  margin: 60px auto 0;
} */

.checkContents1 {
  max-width: 520px;
  /* margin: 0 auto; */
}

.checkContents1 dt {
  /* width: 100%; */
  max-width: 421px;
  /* margin: 0 auto 40px; */
  padding: 8px 20px;
  /* box-sizing: border-box;
  text-align: center; */
  font-size: 24px;
  /* font-weight: 600;
  color: var(--primaryColor);
  background: #FFF116;
  border-radius: 20px; */
}

.checkContents1 dd {
  margin-bottom: 15px;
  font-size: 31px;
  /* font-weight: 600; */
  letter-spacing: 1px;
  /* color: var(--primaryColor);
  display: flex;
  align-items: center; */
  gap: 15px;
}

.checkContents1 dd::before {
  /* content: ""; */
  width: 43.3px;
  height: 49.7px;
  /* background: url(../img/check.png) center center / contain no-repeat; */
}

/* .checkContents2 {
  text-align: center;
} */

.checkContents2 > img:first-of-type {
  width: 140px;
  margin-top: 20px;
}


.checkContents2 p:first-of-type {
  /* width: 100%; */
  max-width: 421px;
  margin: 50px auto 0;
  padding: 8px 20px;
  /* box-sizing: border-box;
  text-align: center; */
  font-size: 24px;
  /* font-weight: 600;
  color: var(--primaryColor);
  background: var(--thirdColor);
  border-radius: 20px;
  position: relative;
  z-index: 1; */
}

.checkContents2 img:nth-of-type(2) {
  width: 45.6px;
  height: 58.1px;
  margin-top: -15px;
}

.checkContents2 p:nth-of-type(2) {
  /* margin-top: 10px; */
  font-size: 34px;
  /* font-weight: 600; */
  letter-spacing: 2px;
}

.checkContents2 img:nth-of-type(3) {
  width: 200px;
  margin-top: 20px;
}

.btn {
  /* width: 90%; */
  max-width: 574px;
  height: 108px;
  /* margin: 50px auto 0;
  background: var(--primaryColor);
  border-radius: 6px; */
}

.btn a {
  /* height: 100%;
  color: #fff; */
  font-size: 28px;
  /* font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; */
  /* text-indent: -0.9em; */
}

.btn a::before {
  /* content: ""; */
  width: 33px;
  height: 33px;
  /* background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%; */
  left: calc(50% + 226px);
  /* transform: translateY(-50%); */
}

.btn a::after {
  /* content: ""; */
  width: 9px;
  height: 18px;
  /* clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--primaryColor);
  position: absolute;
  top: 50%; */
  left: calc(50% + 240px);
  /* transform: translateY(-50%); */
}







#featureContainer {
  /* width: 100%; */
  margin-top: 100px;
  padding: 70px 0 600px;
  /* background: var(--thirdColor); */
}

#featureContainer h2 {
  /* width: 90%;
  margin: 0 auto;
  position: relative; */
  font-size: 30px;
  /* font-weight: 600; */
  letter-spacing: 1px;
  /* color: var(--primaryColor);
  text-align: center; */
}

#featureContainer h2::after {
  /* content: "";
  width: 100%; */
  max-width: 410px;
  height: 11px;
  /* background: url(../img/featureTitleBack.png) center center / cover no-repeat;
  position: absolute; */
  top: 103%;
  /* left: 50%;
  transform: translateX(-50%); */
}

.featureContents {
  /* width: 90%;
  max-width: 1055px;
  margin: 60px auto 0;
  display: flex; */
  gap: 30px 0;
  /* flex-wrap: wrap; */
}

.feature {
  /* width: 100%; */
  padding: 40px 20px;
  /* box-sizing: border-box;
  background: #fff; */
  border-radius: 20px;
  /* text-align: center; */
}

.feature p {
  width: 123px;
  /* margin: 0 auto; */
  padding: 6px 8px;
  font-size: 11.5px;
  /* font-weight: 500;
  color: var(--primaryColor);
  background: #FCEC74; */
}

.feature dt {
  margin-top: 15px;
  font-size: 42px;
  /* font-weight: 600; */
  letter-spacing: 3px;
  /* line-height: 1.6;
  color: var(--primaryColor); */
}

.feature dd {
  font-size: 24px;
  /* font-weight: 600; */
}






/* #flowContainer {
  width: 100%;
  margin-top: -520px;
  text-align: center;
  overflow: hidden;
} */

.flowTitle {
  padding-bottom: 25px;
  /* position: relative;
  z-index: 1; */
}
/* .flowTitle::after {
  content: "";
  width: 120%;
  min-width: 1200px;
  height: 630px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #fff;
} */

.flowTitle img:first-of-type {
  width: 158px;
}

h2 {
  /* margin-top: 40px; */
  font-size: 42px;
  /* font-weight: 600;
  color: var(--primaryColor);
  line-height: 1.3; */
  letter-spacing: 4px;
}

.flowTitle .btn {
  margin-top: 15px;
  transform: scale(0.8);
}

/* .flowContentsContainer {
  width: 100%;
  background: var(--thirdColor);
  position: relative;
  z-index: 1;
} */

h3 {
  padding: 8px 0 11px;
  /* background: #FFF116; */
  font-size: 22px;
  /* font-weight: 700;
  color: var(--primaryColor); */
}

/* .flowContents {
  width: 90%;
  max-width: 1055px;
  margin: 0 auto;
  position: relative;
  background: #fff;
} */

.flow {
  /* width: 90%; */
  /* margin: 0 auto; */
  padding: 45px 20px 43px;
  border-bottom: 3px solid var(--thirdColor);
  /* box-sizing: border-box;
  text-align: center;
  position: relative; */
}

/* .flow:last-of-type {
  border-bottom: none;
} */

.flow > p:first-of-type {
  font-size: 46px;
  /* font-weight: 600; */
  line-height: 0.5;
  /* color: var(--thirdColor); */
}

.flow > p:nth-of-type(2) {
  margin-top: 30px;
  font-size: 34px;
  /* font-weight: 600;
  line-height: 1.3; */
  letter-spacing: 1.5px;
}
.flow > p:nth-of-type(2) span {
  /* display: block; */
  margin-top: 15px;
  font-size: 21px;
}

.flow4Contents {
  /* width: 90%; */
  max-width: 560px;
  margin: 40px auto 0;
  /* display: flex;
  justify-content: center; */
  gap: 0 25px;
}

.flow4Contents p {
  width: 260px;
  padding: 30px 10px 25px;
  font-size: 17px;
  /* line-height: 1.3; */
  letter-spacing: 0.5px;
  /* font-weight: 600;
  box-sizing: border-box;
  background: var(--thirdColor); */
  border-radius: 20px;
}

.flow4Contents span{
  font-size: 34px;
  letter-spacing: 8px;
  /* display: block; */
  margin-right: -8px;
}

/* #flowContainer > .btn {
  width: 100%;
  max-width: initial;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: #FFF116;
  font-size: 28px;
  font-weight: 700;
  color: var(--primaryColor);
  border-radius: 0;
} */

#flowContainer > .btn a {
  font-size: 28px;
  /* color: var(--primaryColor); */
}

/* #flowContainer > .btn a::before {
  left: calc(50% + 215px);
  right: auto;
} */

#flowContainer > .btn a::after {
  /* background: var(--primaryColor); */
  left: calc(50% + 229px);
  /* right: auto; */
}








#meetingContainer {
  /* width: 100%; */
  padding: 40px 0 50px;
  /* background: var(--secondaryColor);
  overflow: hidden; */
}

.meetingTitle {
  width: 84%;
  /* max-width: 1055px; */
  /* margin: 0 auto;
  position: relative; */
}

/* .meetingTitle h2 {
  text-align: center;
} */

.meetingContents {
  width: 84%;
  max-width: 443px;
  margin: 40px auto 0;
  /* display: flex;
  justify-content: space-between; */
  gap: 15px 2%;
  flex-wrap: wrap;
}

.meetingContents dl {
  flex: 0 1 48%;
  /* padding: 60px 10px 25px;
  border: 4px solid var(--primaryColor);
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  border-radius: 50px;
  font-weight: 600;
  color: var(--primaryColor); */
}

/* .meetingContents dt {
  font-size: 38px;
  line-height: 1.2;
}

.meetingContents dd {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.5;
}

#meetingContainer .btn {
  margin-top: 50px;
  background: #FFF116;
}

#meetingContainer .btn a::before {
  background: var(--secondaryColor);
}

#meetingContainer .btn a::after {
  background: #fff;
} */




/* アクセス */
#accessContainer {
  width: 84%;
  /* max-width: 1055px; */
  margin: 60px auto 0;
}

/* #accessContainer h2 {
  text-align: center;
  font-weight: bolder;
  letter-spacing: 2px;
  color: var(--fontColor2);
} */

#accessContainer iframe {
  /* width: 100%; */
  height: 400px;
  margin-top: 20px;
}

/* .accessText {
  font-size: 17px;
}

.accessText dt {
  margin-top: 20px;
} */
}









@media (max-width: 560px) {
/* #checkContainer {
  width: 90%;
  margin: 60px auto 0;
} */

.checkContents1 {
  max-width: 284px;
  /* margin: 0 auto; */
}

.checkContents1 dt {
  /* width: 100%; */
  max-width: 284px;
  /* margin: 0 auto 40px; */
  /* padding: 8px 20px; */
  /* box-sizing: border-box;
  text-align: center; */
  font-size: 19px;
  /* font-weight: 600;
  color: var(--primaryColor);
  background: #FFF116;
  border-radius: 20px; */
}

.checkContents1 dd {
  margin-bottom: 12px;
  font-size: 17px;
  /* font-weight: 600; */
  letter-spacing: 0.5px;
  /* color: var(--primaryColor);
  display: flex;
  align-items: center; */
  gap: 0 10px;
}

.checkContents1 dd::before {
  /* content: ""; */
  width: 24.4px;
  height: 28px;
  /* background: url(../img/check.png) center center / contain no-repeat; */
}

/* .checkContents2 {
  text-align: center;
} */

.checkContents2 > img:first-of-type {
  width: 103px;
  /* margin-top: 20px; */
}


.checkContents2 p:first-of-type {
  /* width: 100%; */
  max-width: 284px;
  margin: 30px auto 0;
  /* padding: 8px 20px; */
  /* box-sizing: border-box;
  text-align: center; */
  font-size: 17px;
  /* font-weight: 600;
  color: var(--primaryColor);
  background: var(--thirdColor);
  border-radius: 20px;
  position: relative;
  z-index: 1; */
}

.checkContents2 img:nth-of-type(2) {
  width: 33.5px;
  height: 38.7px;
  /* margin-top: -15px; */
}

.checkContents2 p:nth-of-type(2) {
  /* margin-top: 10px; */
  font-size: 22px;
  /* font-weight: 600; */
  letter-spacing: 1px;
}

.checkContents2 img:nth-of-type(3) {
  width: 139px;
  margin-top: 20px;
}

.btn {
  /* width: 90%; */
  max-width: 320px;
  height: 55px;
  margin: 30px auto 0;
  /* background: var(--primaryColor);
  border-radius: 6px; */
}

.btn a {
  /* height: 100%;
  color: #fff; */
  font-size: 15px;
  /* font-weight: 600;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; */
  /* text-indent: -0.9em; */
}

.btn a::before {
  /* content: ""; */
  width: 16.8px;
  height: 16.8px;
  /* background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%; */
  left: calc(50% + 124px);
  /* transform: translateY(-50%); */
}

.btn a::after {
  /* content: ""; */
  width: 5px;
  height: 10px;
  /* clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--primaryColor);
  position: absolute;
  top: 50%; */
  left: calc(50% + 130px);
  /* transform: translateY(-50%); */
}







#featureContainer {
  /* width: 100%; */
  margin-top: 60px;
  padding: 45px 0 600px;
  /* background: var(--thirdColor); */
}

#featureContainer h2 {
  /* width: 90%;
  margin: 0 auto;
  position: relative; */
  font-size: 27.6px;
  /* font-weight: 600; */
  letter-spacing: 0.5px;
  /* color: var(--primaryColor);
  text-align: center; */
}

#featureContainer h2::after {
  /* content: "";
  width: 100%; */
  max-width: 240px;
  height: 10px;
  /* background: url(../img/featureTitleBack.png) center center / cover no-repeat;
  position: absolute; */
  /* top: 103%; */
  /* left: 50%;
  transform: translateX(-50%); */
}

.featureContents {
  /* width: 90%;
  max-width: 1055px;
  margin: 60px auto 0;
  display: flex; */
  gap: 30px 0;
  /* flex-wrap: wrap; */
}

.feature {
  /* width: 100%; */
  padding: 35px 20px 30px;
  /* box-sizing: border-box;
  background: #fff; */
  border-radius: 15px;
  /* text-align: center; */
}

.feature p {
  width: 123px;
  /* margin: 0 auto; */
  padding: 5px 7px;
  font-size: 14px;
  /* font-weight: 500;
  color: var(--primaryColor);
  background: #FCEC74; */
}

.feature dt {
  margin-top: 20px;
  font-size: 29px;
  /* font-weight: 600; */
  letter-spacing: 2px;
  line-height: 1.3;
  /* color: var(--primaryColor); */
}

.feature dd {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.6;
  /* font-weight: 600; */
}






#flowContainer {
  /* width: 100%; */
  margin-top: -570px;
  padding-top: 50px;
  /* text-align: center;
  overflow: hidden; */
}

.flowTitle {
  padding-bottom: 25px;
  /* position: relative;
  z-index: 1; */
}
.flowTitle::after {
  /* content: "";
  width: 120%; */
  min-width: 630px;
/* height: 630px;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #fff; */
}

.flowTitle img:first-of-type {
  width: 125px;
  margin-top: 5px;
}

h2 {
  margin-top: 11px;
  font-size: 40px;
  /* font-weight: 600; */
  /* color: var(--primaryColor);
  line-height: 1.3; */
  letter-spacing: 3px;
}

.flowTitle .btn {
  margin-top: 20px;
  transform: scale(1);
}

/* .flowContentsContainer {
  width: 100%;
  background: var(--thirdColor);
  position: relative;
  z-index: 1;
} */

h3 {
  padding: 7px 0 10px;
  /* background: #FFF116; */
  font-size: 19px;
  /* font-weight: 700;
  color: var(--primaryColor); */
}

/* .flowContents {
  width: 90%;
  max-width: 1055px;
  margin: 0 auto;
  position: relative;
  background: #fff;
} */

.flow {
  /* width: 90%; */
  /* margin: 0 auto; */
  padding: 40px 20px 38px;
  /* border-bottom: 3px solid var(--thirdColor); */
  /* box-sizing: border-box;
  text-align: center;
  position: relative; */
}

/* .flow:last-of-type {
  border-bottom: none;
} */

.flow > p:first-of-type {
  font-size: 44px;
  /* font-weight: 600; */
  line-height: 0.5;
  /* color: var(--thirdColor); */
}

.flow > p:nth-of-type(2) {
  /* margin-top: 30px; */
  font-size: 27px;
  /* font-weight: 600;
  line-height: 1.3; */
  /* letter-spacing: 1.5px; */
}
.flow > p:nth-of-type(2) span {
  /* display: block; */
  /* margin-top: 15px; */
  font-size: 20px;
}

.flow4Contents {
  width: 100%;
  /* max-width: 560px; */
  margin: 30px auto 0;
  /* display: flex;
  justify-content: center; */
  flex-direction: column;
  gap: 15px 0;
}

.flow4Contents p {
  width: 100%;
  /* padding: 30px 10px 25px; */
  font-size: 18px;
  /* line-height: 1.3; */
  letter-spacing: 0.5px;
  /* font-weight: 600;
  box-sizing: border-box;
  background: var(--thirdColor); */
  border-radius: 20px;
}

.flow4Contents span{
  font-size: 30px;
  letter-spacing: 3px;
  /* display: block; */
  margin-right: -3px;
}

/* #flowContainer > .btn {
  width: 100%;
  max-width: initial;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: #FFF116;
  font-size: 28px;
  font-weight: 700;
  color: var(--primaryColor);
  border-radius: 0;
} */

#flowContainer > .btn a {
  font-size: 18px;
  /* color: var(--primaryColor); */
}

#flowContainer > .btn a::before {
  width: 23px;
  height: 23px;
  left: calc(50% + 140px);
  /* right: auto; */
}

#flowContainer > .btn a::after {
  width: 6px;
  height: 12px;
  /* background: var(--primaryColor); */
  left: calc(50% + 150px);
  /* right: auto; */
}





#meetingContainer {
  /* width: 100%; */
  padding: 20px 0 30px;
  /* background: var(--secondaryColor);
  overflow: hidden; */
  /* text-align: center; */
}

.meetingTitle {
  width: 84%;
  /* max-width: 1055px; */
  /* margin: 0 auto;
  position: relative; */
}

/* .meetingTitle h2 {
  text-align: center;
} */

.meetingContents {
  /* width: 84%;
  max-width: 443px; */
  margin: 20px auto 0;
  /* display: flex;
  justify-content: space-between; */
  /* gap: 15px 2%;
  flex-wrap: wrap; */
}

.meetingContents dl {
  /* flex: 0 1 48%; */
  padding: 40px 10px 20px;
  border: 3px solid var(--primaryColor);
  /* box-sizing: border-box;
  background: #fff;
  text-align: center; */
  border-radius: 40px;
  /* font-weight: 600;
  color: var(--primaryColor); */
}

.meetingContents dt {
  font-size: 26px;
  /* line-height: 1.2; */
}

.meetingContents dd {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}

#meetingContainer .btn {
  margin-top: 30px;
  /* background: #FFF116; */
}

/* #meetingContainer .btn a::before {
  background: var(--secondaryColor);
}

#meetingContainer .btn a::after {
  background: #fff;
} */






/* アクセス */
#accessContainer {
  /* width: 84%; */
  /* max-width: 1055px; */
  margin: 40px auto 0;
}

/* #accessContainer h2 {
  text-align: center;
  font-weight: bolder;
  letter-spacing: 2px;
  color: var(--fontColor2);
} */

#accessContainer iframe {
  /* width: 100%; */
  height: 380px;
  margin-top: 16px;
}

.accessText {
  font-size: 14px;
}

/* .accessText dt {
  margin-top: 20px;
} */
}