@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap";
img {
  width: 100%;
  vertical-align: middle;
}

html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

html {
  color: #201816;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
  letter-spacing: 0.05em;
}

* {
  min-width: 0;
  min-height: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

.c-header {
  height: 140px;
  background-color: #747474;
  font-weight: bold;
}

.c-footer {
  height: 500px;
  background-color: #0d3745;
  color: #fff;
}

.c-footer a {
  color: inherit;
}

* {
  font-weight: bold;
}

.header {
  background: #1e3c82;
  padding-bottom: 0px;
}

.header__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.header__logo {
  width: 100%;
  padding: 30px;
  text-align: left;
  background: #fff;
  line-height: 1;
}

.header__logo img {
  max-width: 290px;
}

.header__participation {
  color: #fff;
  background: #df8f1d;
  text-align: center;
  width: 100%;
  padding: 2px 0;
}

.mv {
  position: relative;
}

.mv * {
  font-weight: 900;
}

.mv__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.mv__data {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.mv__data-text {
  color: #201816;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  padding-left: 1.6rem;
  text-shadow: 1px 1px 1px #FFF, -1px -1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, 0px 1px 1px #FFF, 0px -1px 1px #FFF, -1px 0 1px #FFF, 1px 0 1px #FFF;
}

.mv__data-text + * {
  margin-top: 10px;
}

.mv__data-text br {
  display: none;
}

.mv__img img {
    aspect-ratio: 1/0.47;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.mv__title {
    color: #201816;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;

    text-shadow: 3px 3px 3px #FFF, -3px -3px 3px #FFF, -3px 3px 3px #FFF, 3px -3px 3px #FFF, 0px 3px 3px #FFF, 0px -3px 3px #FFF, -3px 0 3px #FFF, 3px 0 3px #FFF;
}

.mv__title span {
    margin-top: 15px;
  font-size: 2em;
  display: block;
}

.mv__title span br {
    display: none;
}

@media screen and (max-width: 375px) {
    .mv__title span br {
        display: inline;;
    }
    
}


.mv__text {
  font-feature-settings: "palt";
  text-align: center;
  font-size: 1.4rem;
  background-color: rgba(246, 249, 238, 0.8);
  text-shadow: 3px 3px 3px #FFF, -3px -3px 3px #FFF, -3px 3px 3px #FFF, 3px -3px 3px #FFF, 0px 3px 3px #FFF, 0px -3px 3px #FFF, -3px 0 3px #FFF, 3px 0 3px #FFF;
}

.lead {
  padding: 50px 0;
}

.lead * {
  text-align: center;
}

.lead__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.registration_ttl {
    margin-top: 40px;
    background: #002f7b;
    padding: 10px;
    
    color: #fff;
    font-weight: bold;
}

.registration {
    background: #d1e5f6;
    padding: 30px;
}

.regist_wrap {
    display: flex;
    justify-content: space-between;
    padding: 40px 100px 0;
}

.regist_inner_infomation {
    padding-right: 40px;
    flex: 1;
}

.regist_ol li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    
    font-size: clamp(16px, 2.3vw, 20px)
}

.regist_ol li span {
    display: flex;
    align-items: center;
    
    background: #002f7b;
    padding: 10px 15px;
    border: 2px solid #002f7b;

    color: #fff;
    font-weight: bold;
}

.regist_ol li p {
    flex: 1;
    background: #fff;
    padding: 10px 15px;
    border: 2px solid #002f7b;
    text-align: left;
    
    line-height: 1.5;
}
.regist_ol li p a {
    color: #f77c03;
    text-decoration: underline;
    word-break: break-all;
}
.regist_ol li p a:hover {
    text-decoration: none;
}

.regist_inner_qr img {
    width: 120px;
}

.indent_wrap {
    padding: 40px 0;
    display: grid;
    grid-template-columns: max-content;
    justify-content: center;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
    font-weight: normal;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .regist_wrap {
        display: flex;
        justify-content: space-between;
        padding: 40px 0px 0;
    }
    
    
}

@media screen and (max-width: 768px) {
    .regist_wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .regist_inner_qr {
        margin-top: 40px;
    }
    
    .indent_wrap {
        grid-template-columns: none;
    }
    
}


.lead__text {
  font-size: 1.2rem;
  color: red;
  word-break: keep-all;
}

.lead__text .sp {
  display: none;
}

.lead__link-text {
  margin-top: 40px;
}

.lead__link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ccaa00;
}

.lead__link a {
  color: #103e6f;
  text-decoration: underline;
}

.lead__link-text a {
  color: #103e6f;
  text-decoration: underline;
}

.lead__link-wrap {
    display: flex;
    justify-content: space-between;
    
    width: 70%;
    margin: 10px auto 0;
}

.lead__link-wrap .util_btn {
  padding: 10px;
  width: 48%;
    line-height: 1.5;
  background: #4b8560;
  color: #fff;
  box-shadow: 0 5px 0 #172c1f;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.lead__link-wrap .util_btn:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #172c1f;
  background: #5fa478;
}

.lead__annotation {
  margin-top: 15px;
}

.lead__caution {
  background: #fcf5cf;
  padding: 10px 10px 10px 20px;
  max-width: 540px;
  margin: 10px auto 0;
}

.lead__caution .indent {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: normal;
}

.flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 500px;
  margin: 0 auto;
}

.flow__item {
  border: 1px solid #1e3c82;
  background: #fff;
  display: flex;
  position: relative;
}

.flow__item::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e3c82;
}

.flow__item:last-child::after {
  content: none;
}

.flow__num {
  display: flex;
  align-items: center;
  background: #1e3c82;
  color: #fff;
  font-size: 1.2rem;
  padding: 0px 8px 0 6px;
}

.flow__text {
  padding: 8px;
  color: #1e3c82;
  font-size: 0.8rem;
  width: 100%;
  letter-spacing: normal;
}

.caution__title {
  text-align: left;
  font-size: 1.2rem;
}

.caution__flow {
  margin-top: 10px;
}

.caution__annotation {
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.25;
  margin: 0 10px 0 20px;
  letter-spacing: normal;
}

.caution__annotation span {
  color: red;
}

.report {
  background: url(../img/mv.jpg) no-repeat;
  background-position: 50% 30%;
  background-size: cover;
  position: relative;
  padding: 20px 0;
}

.report::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.65;
}

.report__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 10;
}

.report__wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.report__column {
  display: flex;
  align-items: center;
  gap: 20px;
}

.report__title {
    width: 270px;
  text-align: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.report__title-text {
  font-size: 1.2rem;
  color: #201816;
}

.report__text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #201816;
}

.report__item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.report__item-text {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.report__item br {
  display: none;
}

.report__item dt {
  text-align: left;
  font-size: 0.8rem;
  font-weight: 500;
  color: #201816;
  line-height: 1.5;
  table-layout: auto;
}

.report__item dt .letter-space {
  width: 136px;
  display: inline-block;
  font-weight: bold;
}
.report__item dt .letter-space2 {
  display: inline-block;
  font-weight: bold;
}

.report__item dt .ls-08 {
  letter-spacing: -0.08em;
}

.report__item dt .ls-12 {
  letter-spacing: 0.12em;
}

.report__item dd {
  flex: 1;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.report__lists {
    flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.guidance__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.guidance__title {
  display: flex;
  align-items: center;
}

.guidance__title-text {
  width: 100%;
  margin-inline: auto;
  padding: 1rem;
  text-align: center;
  font-size: 28px;
  color: #255AA6;
  line-height: 1.5;
  flex-wrap: nowrap;
}

.guidance__title::before,
.guidance__title::after,
.guidance__dot-line {
  background: radial-gradient(circle farthest-side, #55A5DB, #55A5DB 60%, transparent 60%, transparent);
  background-size: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  width: 100%;
}

.guidance__dot-line {
  margin-top: 20px;
}

.guidance__wrap {
  width: 100%;
  padding: 0 30px;
}

.guidance__lists {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.guidance__list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.guidance__list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  line-height: 1;
  color: #255AA6;
  min-width: 120px;
  min-height: 120px;
  border: 2px solid #55A5DB;
  border-radius: 60%;
}

.guidance__item {
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-left: 20px;
}

.guidance__item::before {
  position: absolute;
  content: "・";
  top: 0px;
  left: 0;
  display: block;
  font-size: 20px;
  color: #201816;
}

.president__inner {
  max-width: 1200px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-inline: auto;
  padding: 0 15px;
}

.president__title {
  text-align: center;
}

.president__title-text {
  font-size: 28px;
}

.president__wrap {
  margin-top: 30px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.president__comment {
  flex-basis: 80%;
}

.president__comment p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.president__comment-end {
  text-align: right;
}

.president__img-area {
  flex-basis: 150px;
}

.president__img {
  width: 150px;
  aspect-ratio: 72/97;
}

.president__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.president__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.president__profile p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.018em;
}

.program__inner {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0 15px;
}

.program__wrap {
  padding: 30px 30px;
  border: 1px solid #6D91C3;
  border-radius: 15px;
}

.program__title {
  text-align: center;
}

.program__title-text {
  font-size: 28px;
}

.program__inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.program-list__title {
  text-align: center;
  background-color: #66B9E9;
}

.program-list__title-text {
  color: #fff;
  line-height: 1.5;
}

.program-list__wrap {
  margin-top: 10px;
  border-top: 1px solid #201816;
  border-bottom: 1px solid #201816;
}

.program-list__item {
  display: flex;
  align-items: center;
}

.program-list__item:not(:first-child) {
  border-top: 1px solid #201816;
}

.program-list__time {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 10px;
  font-weight: 500;
}

.program-list__text-block {
  display: flex;
  flex-grow: 1;
  border-left: 1px solid #201816;
}

.program-list__text {
  padding: 10px 20px;
  line-height: 1.25;
  flex-basis: 55%;
  font-size: 18px;
  font-weight: 400;
}

.program-list__text span {
  display: block;
  max-width: 442px;
  width: 100%;
}

.program-list__text.program-list__text--font-w700 {
  font-weight: 700;
}

.program-list__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

.program-list__speaker {
  max-width: 600px;
  width: 100%;
  padding: 10px 10px;
  text-align: right;
  line-height: 1;
  flex-basis: 45%;
  font-weight: 500;
}

.program-list__speaker-first .sp,
.program-list__speaker-first .sp {
  display: none;
}

.program-list__speaker.program-list__speaker--row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 18px;
}

.program-list__speaker.program-list__speaker--row span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.program-list__speaker span {
  display: block;
}

.program-list__speaker span:not(:first-child) {
  margin-top: 3px;
}

.program-list__speaker-first {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.program-list__speaker-second {
  text-align: right;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.program-list__speaker-second span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.program-list__speaker-third {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
}

.program-list__bg {
  background-color: #D5DEEF;
  border-right: 1px solid #201816;
  display: flex;
  align-items: center;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.program-list__bg-text {
  padding: 20px 10px;
  color: #23559E;
}

.program-list__break {
  padding: 10px 0;
  flex-basis: 100%;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
}

.program__note {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}

.program__note-text {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.01em;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.program__note-text::before {
  position: absolute;
  content: "※";
  font-size: 16px;
  left: 0;
}

.footer {
  background: #1e3c82;
  padding: 15px 0;
}

.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer__copy {
  color: #fff;
  font-size: 0.6rem;
  text-align: center;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  border-radius: 4px;
  left: 50%;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

.modal__content * {
  font-size: 0.7rem;
}

.modal__wrap + * {
  margin-top: 1em;
}

.modal__wrap ul {
  list-style-type: disc;
  list-style-position: inside;
}

.modal__annotation {
  text-indent: -1em;
  margin-left: 1em;
}

.modal .js-modal-close {
  display: inline-block;
  cursor: pointer;
}

.modal__btn {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}

.modal__btn::before,
.modal__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 15px;
  background: #999;
  border-radius: 2px;
}

.modal__btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
  body {
    margin: 0;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a, a::before,
a::after,
button {
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 20px;
  }
  body {
    margin: 0;
  }
  .mv__data-text {
    font-size: 1.1rem;
  }
  .report__lists {
    flex-basis: 70%;
  }
  .report__list {
    width: 100%;
  }
  .report__title-text {
    font-size: 20px;
  }
  .guidance__wrap {
    padding: 0;
  }
  .guidance__title::before,
.guidance__title::after {
    height: 10px;
    width: 80%;
  }
  .program-list__time,
.program-list__text,
.program-list__bg-text,
.program-list__speaker.program-list__speaker--row {
    font-size: 16px;
  }
  .program-list__speaker-first,
.program-list__speaker-second {
    font-size: 14px;
  }
  .program-list__item {
    flex-direction: column;
  }
  .program-list__text-block {
    width: 100%;
    border-left: none;
    flex-direction: column;
  }
  .program-list__bg,
.program-list__box {
    border-right: none;
    display: block;
    text-align: center;
  }
  .program-list__bg-text {
    padding: 10px 10px;
  }
  .program-list__detail {
    flex-direction: column;
  }
  .program-list__text {
    text-align: center;
    line-height: 1.25;
  }
  .program-list__speaker {
    padding: 10px 10px;
    flex-basis: auto;
    width: 100%;
  }
  .program-list__speaker.program-list__speaker--row {
    justify-content: center;
  }
  .program-list__box-text {
    padding: 10px 0;
    border-right: none;
  }
  .program__note-text {
    padding-left: 14px;
    font-size: 14px;
  }
  .program__note-text::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  body {
    margin: 0;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
select,
textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .header__logo {
    padding: 15px;
  }
  .header__logo img {
    max-width: 80px;
  }
  .mv__info {
    max-width: 90%;
      top: 28%;
      line-height: 1.8;
    margin: 0 auto;
  }
  .mv__data-text {
    font-size: 0.8rem;
    line-height: 1.3;
  }
  .mv__data-text .sp {
    display: block;
  }
  .mv__data-text br {
    display: block;
  }
    
    .mv__img img {
        aspect-ratio: 1/0.47;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 50% 50%;
      object-position: 50% 50%;
    }

  .mv__title {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    font-size: 0.8rem;
  }
  .mv__title span {
    margin-left: 0;
  }
  .mv__text {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    font-size: 1rem;
  }
    .mv__data {
        position: static;
        padding: 30px 0;
    }
    
    
  .lead {
    padding: 30px 0;
  }
  .lead__text .sp {
    display: block;
  }
  .lead__caution {
    max-width: 100%;
  }
    .lead__link-wrap {
        width: 100%;
    }
    .lead__link-wrap a {
        font-size: 13px;
    }
  .flow {
    flex-direction: column;
    gap: 40px;
  }
  .flow__item {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
  .flow__item::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -30px;
    border-width: 20px 20px 0 20px;
    border-color: #1e3c82 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  }
  .caution__annotation {
    margin: 10px 0 0;
    word-break: break-word;
    text-align: center;
  }
  .report {
    padding: 30px 0;
  }
  .report__column {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .report__item {
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
    font-size: 0.8rem;
  }
  .report__item br {
    display: block;
  }
  .report__item dt {
    text-align: left;
  }
  .report__item dt .sp-disp-none {
    display: none;
  }
  .report__item dt .letter-space {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .report__lists {
    gap: 10px;
  }
  .report__title {
    flex-basis: 50%;
  }
  .report__title-text {
    font-size: 16px;
  }
  .report__lists {
    flex-basis: 50%;
  }
  .modal__content {
    width: 90%;
  }
  .guidance__wrap {
    padding: 0;
  }
  .guidance__lists {
    max-width: 400px;
    width: 100%;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }
  .guidance__list {
    flex-direction: column;
  }
  .guidance__items {
    width: 100%;
  }
  .guidance__item {
    font-size: 16px;
  }
  .guidance__title-text {
    font-size: 20px;
    line-height: 1.5;
  }
  .guidance__title::before,
.guidance__title::after {
    background: radial-gradient(circle farthest-side, #201816, #201816 60%, transparent 60%, transparent);
    background-size: 10px;
    content: "";
    display: inline-block;
    height: 10px;
    width: 34%;
  }
  .president__title-text {
    font-size: 20px;
  }
  .president__wrap {
    flex-direction: column-reverse;
  }
  .president__comment {
    flex-basis: auto;
  }
  .president__comment p {
    font-size: 16px;
  }
  .president__img-area {
    flex-basis: auto;
  }
  .program__wrap {
    padding: 30px 15px;
  }
  .program__title-text {
    font-size: 20px;
  }
  .program-list__text {
    padding: 10px 0;
  }
  .program-list__text .sp {
    display: block;
  }
  .program-list__speaker-first .sp,
.program-list__speaker-first .sp {
    display: block;
  }
  .program__note-text {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */