*:not(hr):not(legend),
*::before, *::after {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
  color: #330000;
  background-color: #ff3c00 !important;
}

img {
  max-width: 100%;
}

.l-section {
  position: relative;
}

.l-section .anchor {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .l-section .anchor.-with-padding {
    top: -50px;
  }
}

@media screen and (max-width: 767px) {
  .l-section .anchor.-with-padding {
    top: -30px;
  }
}

.l-section-wrapper {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 11px;
}

@media screen and (max-width: 374px) {
  .l-section-wrapper {
    padding: 0 20px;
  }
}

/*******************************
 .kv-wrap
*******************************/
.kv-wrap > .image {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .kv-wrap > .image {
    max-width: 1040px;
    padding: 0 20px;
  }
}

.kv-wrap > .lead {
  font-size: 15px;
  line-height: 2;
  margin: 22px auto 0;
  width: 86.66667%;
}

@media screen and (min-width: 768px) {
  .kv-wrap > .lead {
    margin-top: 21px;
    max-width: 790px;
    width: 83.33333%;
  }
}

/*******************************
 .search-btn
*******************************/
.search-btn {
  max-width: 330px;
  width: 88vw;
  margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
  .search-btn {
    max-width: 500px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .search-btn .btn-base {
    min-height: 62px;
  }
}

@media screen and (max-width: 374px) {
  .search-btn .btn-base {
    font-size: 4.8vw;
  }
}

/*******************************
 .sec-head
*******************************/
.sec-head {
  position: relative;
}

.sec-head::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ef913a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .sec-head::before {
    height: 2px;
  }
}

.sec-head > .title {
  font-size: 18px;
  line-height: 1;
  background-color: #eb5c02;
  color: #fff;
  text-align: center;
  max-width: 325px;
  width: 86.66667%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  border-radius: 80px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .sec-head > .title {
    font-size: 24px;
    max-width: none;
    width: 455px;
    height: 84px;
  }
}

/*******************************
 .sec-inner
*******************************/
.sec-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 4%;
  padding-right: 4%;
}

@media screen and (min-width: 768px) {
  .sec-inner {
    max-width: 790px;
    width: 83.33333%;
    padding-left: 0;
    padding-right: 0;
  }
}

.sec-inner > .finish {
  font-size: 14px;
  line-height: 1.35294;
  font-weight: bold;
  text-align: center;
  margin-top: 27px;
}

@media screen and (min-width: 768px) {
  .sec-inner > .finish {
    font-size: 18px;
    line-height: 2.09091;
    margin-top: 28px;
  }
}

/*******************************
 .sec-wrap
*******************************/
.sec-wrap {
  margin-top: 21px;
}

@media screen and (min-width: 768px) {
  .sec-wrap {
    margin-top: 53px;
  }
}

/*******************************
 .staff-body
*******************************/
@media screen and (max-width: 767px) {
  .staff-body {
    width: 76%;
  }
}

.staff-body > .profile {
  font-weight: bold;
  line-height: 1.25;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .staff-body > .profile {
    text-align: center;
    margin-top: 8px;
  }
}

.staff-body > .comment {
  line-height: 1.78571;
  background-size: 2px 100%, 100% 1.78571em;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .staff-body > .comment {
    line-height: 2.07143;
    background-size: 4px 100%, 100% 2.07143em;
    padding-bottom: 2px;
    margin-top: 12px;
  }
}

/*******************************
 .staff-head
*******************************/
.staff-head {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .staff-head {
    width: 20.92308%;
  }
}

.staff-head > .image {
  border: 3px solid #ff6600;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .staff-head > .image {
    border-width: 5px;
    width: 64.7619%;
    margin: auto;
  }
}

.staff-head > .name {
  font-weight: bold;
  line-height: 1;
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .staff-head > .name {
    font-size: 16px;
    margin-top: 7px;
  }
}

/*******************************
 .staff-item
*******************************/
.staff-item {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  margin-top: 15px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .staff-item {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .staff-item {
    border-radius: 25px;
    width: 250px;
    margin: 23px 10px 0;
    padding: 20px 20px 37px;
  }
}

.staff-item:nth-of-type(1) {
  background-color: #f8f0c4;
}

.staff-item:nth-of-type(1) .staff-body > .comment {
  background-color: #f8f0c4;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #f8f0c4 50%, #f8f0c4 100%), linear-gradient(180deg, #ef913a 1px, transparent 1px);
}

@media screen and (min-width: 768px) {
  .staff-item:nth-of-type(1) .staff-body > .comment {
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #f8f0c4 50%, #f8f0c4 100%), linear-gradient(180deg, #ef913a 2px, transparent 2px);
  }
}

.staff-item:nth-of-type(2) {
  background-color: #ffd4b7;
}

.staff-item:nth-of-type(2) .staff-body > .comment {
  background-color: #ffd4b7;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #ffd4b7 50%, #ffd4b7 100%), linear-gradient(180deg, #ef913a 1px, transparent 1px);
}

@media screen and (min-width: 768px) {
  .staff-item:nth-of-type(2) .staff-body > .comment {
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #ffd4b7 50%, #ffd4b7 100%), linear-gradient(180deg, #ef913a 2px, transparent 2px);
  }
}

.staff-item:nth-of-type(3) {
  background-color: #e8d8eb;
}

.staff-item:nth-of-type(3) .staff-body > .comment {
  background-color: #e8d8eb;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #e8d8eb 50%, #e8d8eb 100%), linear-gradient(180deg, #ef913a 1px, transparent 1px);
}

@media screen and (min-width: 768px) {
  .staff-item:nth-of-type(3) .staff-body > .comment {
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #e8d8eb 50%, #e8d8eb 100%), linear-gradient(180deg, #ef913a 2px, transparent 2px);
  }
}

.staff-item:nth-of-type(4) {
  background-color: #c4daec;
}

.staff-item:nth-of-type(4) .staff-body > .comment {
  background-color: #c4daec;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #c4daec 50%, #c4daec 100%), linear-gradient(180deg, #ef913a 1px, transparent 1px);
}

@media screen and (min-width: 768px) {
  .staff-item:nth-of-type(4) .staff-body > .comment {
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #c4daec 50%, #c4daec 100%), linear-gradient(180deg, #ef913a 2px, transparent 2px);
  }
}

.staff-item:nth-of-type(5) {
  background-color: #dcded0;
}

.staff-item:nth-of-type(5) .staff-body > .comment {
  background-color: #dcded0;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #dcded0 50%, #dcded0 100%), linear-gradient(180deg, #ef913a 1px, transparent 1px);
}

@media screen and (min-width: 768px) {
  .staff-item:nth-of-type(5) .staff-body > .comment {
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #dcded0 50%, #dcded0 100%), linear-gradient(180deg, #ef913a 2px, transparent 2px);
  }
}

/*******************************
 .staff-list
*******************************/
@media screen and (min-width: 768px) {
  .staff-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 6px -10px 0;
  }
}

/*******************************
 .symposium-body
*******************************/
.symposium-body {
  padding: 10px 10px 15px;
  border-top: 1px dotted #f3aa68;
}

@media screen and (min-width: 768px) {
  .symposium-body {
    padding: 27px 30px;
    border-width: 2px;
  }
}

/*******************************
 .symposium-box
*******************************/
.symposium-box {
  border: 3px solid #fc8434;
  background-color: #fff;
  border-radius: 12px;
}

@media screen and (min-width: 768px) {
  .symposium-box {
    border-width: 5px;
    border-radius: 25px;
  }
}

.symposium-box + .symposium-box {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .symposium-box + .symposium-box {
    margin-top: 30px;
  }
}

.symposium-box > .title {
  font-size: 17px;
  line-height: 1.35294;
  text-align: center;
  background-color: #f9f9dc;
  border-radius: 12px 12px 0 0;
  padding: 11px 10px 12px;
}

@media screen and (max-width: 767px) {
  .symposium-box > .title {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .symposium-box > .title {
    font-size: 22px;
    line-height: 2.09091;
    border-radius: 25px 25px 0 0;
    padding: 17px 17px 22px;
  }
}

.symposium-box > .title .accent {
  color: #eb5c02;
}

/*******************************
 .symposium-item
*******************************/
@media screen and (min-width: 768px) {
  .symposium-item {
    display: flex;
  }
}

.symposium-item + .symposium-item {
  margin-top: 9px;
}

@media screen and (min-width: 768px) {
  .symposium-item + .symposium-item {
    margin-top: 30px;
  }
}

.symposium-item > .staff {
  font-weight: bold;
  width: 100px;
  height: 40px;
  border-radius: 40px;
  padding: 2px;
}

@media screen and (min-width: 768px) {
  .symposium-item > .staff {
    font-size: 12px;
    line-height: 1;
    width: 140px;
    height: 56px;
  }
}

.symposium-item > .staff.-staff01 {
  background-color: #f8f0c4;
}

.symposium-item > .staff.-staff02 {
  background-color: #ffd4b7;
}

.symposium-item > .staff.-staff03 {
  background-color: #e8d8eb;
}

.symposium-item > .staff.-staff04 {
  background-color: #c4daec;
}

.symposium-item > .staff.-staff05 {
  background-color: #dcded0;
}

.symposium-item > .staff img {
  width: 37px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

@media screen and (min-width: 768px) {
  .symposium-item > .staff img {
    width: 52px;
    margin-right: 18px;
  }
}

.symposium-item > .box {
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .symposium-item > .box {
    display: flex;
    width: calc(100% - 140px);
    margin-top: 0;
  }
}

.symposium-item > .box > p {
  line-height: 1.71429;
}

@media screen and (min-width: 768px) {
  .symposium-item > .box > p {
    font-size: 15px;
    line-height: 2;
    padding-left: 30px;
    margin-top: -0.45em;
  }
}

@media screen and (min-width: 768px) {
  .symposium-item > .box > .text {
    width: 59.24658%;
    padding: 0 20px 0 30px;
  }
}

.symposium-item > .box > .image {
  width: 53.125%;
  margin: 10px auto 0;
}

@media screen and (min-width: 768px) {
  .symposium-item > .box > .image {
    width: 40.75342%;
    margin: 0;
  }
}

.symposium-item > .box > .image img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .symposium-item > .box > .image img {
    border-radius: 15px;
  }
}

/*******************************
 .symposium-wrap
*******************************/
.symposium-wrap {
  background-color: #efeee9;
  margin-top: 71px;
  padding: 35px 0 28px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .symposium-wrap {
    margin-top: 87px;
    padding: 56px 0 28px;
  }
}

.symposium-wrap > .title {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #b94a00;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  max-width: 300px;
  width: 80%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .symposium-wrap > .title {
    font-size: 24px;
    max-width: none;
    width: 380px;
    height: 50px;
    border-radius: 10px;
    top: -24px;
  }
}

/*******************************
 .title-head
*******************************/
.title-head {
  background-color: #ffefe5;
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  .title-head {
    padding: 27px 0 19px;
  }
}

.title-headInner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5.33333%;
  padding-right: 5.33333%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .title-headInner {
    padding-left: 8.33333%;
    padding-right: 8.33333%;
  }
}

@media screen and (min-width: 1201px) {
  .title-headInner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.title-headInner > .image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .title-headInner > .image {
    width: 16.08333vw;
    height: 9.58333vw;
    padding-left: 7.9%;
    margin-right: 7px;
  }
}

@media screen and (min-width: 1201px) {
  .title-headInner > .image {
    width: 193px;
    height: 115px;
  }
}

.title-headInner > .title {
  font-size: 17px;
  line-height: 1.41176;
  font-weight: normal;
}

@media screen and (max-width: 349px) {
  .title-headInner > .title {
    font-size: 4.53333vw;
  }
}

@media screen and (min-width: 768px) {
  .title-headInner > .title {
    font-size: 2.83333vw;
    line-height: 1.20588;
    padding-right: 7.9%;
    padding-bottom: 1.66667vw;
  }
}

@media screen and (min-width: 1024px) {
  .title-headInner > .title {
    font-size: 34px;
    padding-bottom: 20px;
  }
}

.title-headInner > .title > span {
  color: #ff6633;
  font-weight: bold;
  display: inline-block;
}
