@charset "UFT-8";

.ib {
  display: inline-block;
}

@media screen and (min-width: 802px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 801px) {
  .pc {
    display: none;
  }
}

#kenten2023.main {
  padding-bottom: 10px;
}

/* ===================== */
/* mv-block              */
/* ===================== */
#kenten2023 .mv-block {
  max-width: 1920px;
  height: 600px;
  margin: auto;
  position: relative;
}

#kenten2023 .mv-block .mv-img {
  width: 100%;
  height: 100%;
}

#kenten2023 .mv-block .mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#kenten2023 .mv-block .logo-area {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}

@media screen and (max-width: 801px) {
  #kenten2023 .mv-block {
    height: auto;
  }

  #kenten2023 .mv-block .logo-area {
    width: 80%;
    box-sizing: border-box;
    padding: 0 5%;
  }
}


/* ===================== */
/* info-area             */
/* ===================== */
#kenten2023 .info-area {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

#kenten2023 .info-area .row {
  max-width: 990px;
  margin: auto;
  display: flex;
  align-items: center;
}

#kenten2023 .info-area .row .heading {
  border-right: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  padding: 10px 25px 10px 0;
}

#kenten2023 .info-area .row .heading img {
  width: 200px;
}

#kenten2023 .info-area .row .heading p {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}

#kenten2023 .schedule-list {
  display: flex;
  flex-direction: column;
  padding: 10px 0 10px 25px;
  width: 100%;
}

#kenten2023 .schedule-list p {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  font-feature-settings: "palt";
}

#kenten2023 .schedule-list .num1 {
  font-size: 2.4rem;
  margin-bottom: 6px;
}

#kenten2023 .schedule-list p a {
  text-decoration: underline;
}

@media screen and (max-width: 801px) {
  #kenten2023 .info-area {
    padding: 20px 5% 35px;
  }

  #kenten2023 .info-area .row {
    display: block;
  }

  #kenten2023 .info-area .row .heading {
    border-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }

  #kenten2023 .info-area .row .heading img {
    width: 102px;
  }

  #kenten20232023 .info-area .row .heading p {
    font-size: 2.0rem;
    margin-left: 12px;
  }

  #kenten2023 .schedule-list {
    display: block;
    padding: 0;
  }

  #kenten2023 .schedule-list p {
    text-align: center;
  }

  #kenten2023 .schedule-list .num1 {
    margin-bottom: 5px;
  }
}



/* ===================== */
/* youtube-area             */
/* ===================== */
#kenten2023 .youtube-area {
  padding: 25px 0 20px;
}

#kenten2023 .youtube-area .row {
  max-width: 990px;
  margin: auto;
  text-align: center;
}


@media screen and (max-width: 801px) {
  #kenten2023 .youtube-area {
    padding: 20px 5% 15px;
  }

  #kenten2023 .youtube-area .row {
    display: block;
  }

  #kenten2023 .youtube-area .row iframe{
    width: 320px;
    height: 240px;
  }
}


/* ===================== */
/* sec1                  */
/* ===================== */
#kenten2023 .sec1 {
  background: #000;
  color: #fff;
  margin: 0 0 100px;
  padding: 80px 0;
  text-align: center;
  position: relative;
}

#kenten2023 .sec1::after {
  border: solid 2px #fff;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 97%;
  height: 90%;
}

#kenten2023 .sec1 .inner {
  width: 960px;
  margin: 0 auto;
}

#kenten2023 .sec1 .red {
  color: #e83428;
}

#kenten2023 .sec1 h2 {
  font-size: 4.2rem;
  line-height: 1;
  margin-bottom: 20px;
  font-family: arial, sans-serif;
  font-weight: bold;
}

#kenten2023 .sec1 h3 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 801px) {
  #kenten2023 .sec1 {
    margin: 0 0 60px;
  }

  #kenten2023 .sec1::after {
    width: 94%;
    height: 94%;
  }

  #kenten2023 .sec1 h2 {
    line-height: 1.2;
  }

  #kenten2023 .sec1 .inner {
    box-sizing: border-box;
    padding: 0 6%;
    width: 100%;
  }
}

/* ===================== */
/* sec2                  */
/* ===================== */
#kenten2023 .sec2 {
  background: url(../img/kenten/sec2-bg.jpg) no-repeat center top / cover;
  margin-bottom: 150px;
}

#kenten2023 .sec2 .inner {
  max-width: 994px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

#kenten2023 .sec2 .inner .p-wrapper {
  background: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 0 60px;
  width: 545px;
  height: 780px;
  box-sizing: border-box;
}

#kenten2023 .sec2 .inner .p-inner {
  display: flex;
  gap: 10px;
}

#kenten2023 .sec2 .inner .p-inner h2 {
  color: #e83428;
  font-size: 4rem;
  font-weight: bold;
  font-family: arial, sans-serif;
  line-height: 1;
  margin-bottom: 20px;
}

#kenten2023 .sec2 .inner .p-inner .name {
  display: block;
  font-size: 2.4rem;
  
}

#kenten2023 .sec2 .img-area {
  flex-shrink: 0;
  width: 90px;
  height: 130px;
}

#kenten2023 .sec2 .img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#kenten2023 .sec2 .inner .p-inner p {
  line-height: 2;
  font-size: 1.4rem;
}

@media screen and (max-width: 801px) {
  #kenten2023 .sec2 {
    margin-bottom: 60px;
  }

  #kenten2023 .sec2 .inner .p-wrapper {
    display: block;
    padding: 60px 5% 65px;
    width: 100%;
    height: auto;
  }

  #kenten2023 .sec2 .inner .p-inner h2 {
    margin-bottom: -8%;
  }

  #kenten2023 .sec2 .inner .p-inner p {
    padding: 30px 0;
  }
}


/* ===================== */
/* sec3                  */
/* ===================== */
#kenten2023 .sec3 {
  margin-bottom: 125px;
}

#kenten2023 .sec3 .intro-area {
  height: 270px;
  padding: 10px 0;
  margin-bottom: 45px;
  position: relative;
}

#kenten2023 .sec3 .intro-area .logo-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 150px;
}

#kenten2023 .sec3 .intro-area .intro-slide {
  background-image: url(../img/kenten2023/company_img01.jpg);
  background-size: cover;
  height: 270px;
}

#kenten2023 .base-ttl {
  text-align: center;
  color: #e83428;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 4.0rem;
  font-family: arial, sans-serif;
  font-weight: bold;
}

#kenten2023 .base-ttl-s {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
}

#kenten2023 .base-ttl-s + .txt {
  text-align: center;
  margin-bottom: 50px;
}

#kenten2023 .sec3 .list li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  display: flex;
}

#kenten2023 .sec3 .list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}

#kenten2023 .sec3 .list li .thumb {
  width: 304px;
}

#kenten2023 .sec3 .list li .data-area {
  width: calc(100% - 329px);
  padding-left: 25px;
}

#kenten2023 .sec3 .list li .data-area h3 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#kenten2023 .sec3 .list li .data-area p {
  font-size: 1.4rem;
  line-height: 2;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 9px;
  margin-bottom: 16px;
}

#kenten2023 .sec3 .list li .data-area table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1;
}

#kenten2023 .sec3 .list li .data-area table th {
  width: 40px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.2rem;
}

#kenten2023 .sec3 .list li .data-area table td {
  padding-bottom: 10px;
  font-size: 1.2rem;
}

@media screen and (max-width: 801px) {
  #kenten2023 .sec3 {
    margin-bottom: 60px;
  }

  #kenten2023 .sec3 .intro-area {
    height: 135px;
    margin-bottom: 35px;
    padding: 5px 0;
  }

  #kenten2023 .sec3 .intro-area .logo-area{
    height: 45px;
    width: 150px;
  }

  #kenten2023 .sec3 .intro-area .intro-slide {
    height: 135px;
  }

  #kenten2023 .base-ttl {
    line-height: 1.3;
    margin-bottom: 5px;
    font-size: 3.0rem;
  }

  #kenten2023 .base-ttl-s {
    margin-bottom: 25px;
  }

  #kenten2023 .base-ttl-s + .txt {
    margin-bottom: 30px;
    padding: 0 5%;
  }

  #kenten2023 .sec3 .list li {
    border-bottom: 2px solid #ddd;
    display: block;
    padding-bottom: 15px;
  }

  #kenten2023 .sec3 .list li .thumb {
    width: 231px;
    margin: 0 auto 25px;
  }

  #kenten2023 .sec3 .list li .data-area {
    width: 100%;
    padding-left: 0;
  }

  #kenten2023 .sec3 .list li .data-area p {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 802px) {
  #kenten2023 .sec3 .list li .data-area table td a[href^="tel:"] {
    cursor: inherit;
    pointer-events: none;
  }
}


/* ===================== */
/* sec4                  */
/* ===================== */
#kenten2023 .sec4 {
  background: url(../img/kenten/sec4-bg-r.png);
  padding: 90px 0 75px;
}

#kenten2023 .sec4 table {
  width: 960px;
  margin: auto;
  border-collapse: collapse;
}

#kenten2023 .sec4 table th {
  width: 245px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, .2);
}

#kenten2023 .sec4 table td {
  padding: 10px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, .2);
  font-size: 1.2rem;
}

#kenten2023 .sec4 table tr td:nth-child(2) {
  width: 330px;
}

#kenten2023 .sec4 table tr td:nth-child(3) span {
  display: inline-block;
  width: 105px;
}

@media screen and (max-width: 801px) {
  #kenten2023 .sec4 {
    background: url(../img/kenten/sec4-bg-r.png);
    padding: 60px 0 50px;
  }

  #kenten2023 .sec4 table {
    width: 94%;
    margin: auto;
  }

  #kenten2023 .sec4 table tr {
    display: block;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  #kenten2023 .sec4 table tr:last-child {
    border: 0;
    margin-bottom: 0;
  }

  #kenten2023 .sec4 table th {
    display: block;
    width: 100%;
    padding: 0 0 6px;
    border-bottom: 0;
  }

  #kenten2023 .sec4 table td {
    display: block;
    padding: 0 0 6px;
    border-bottom: 0;
    font-size: 1.2rem;
  }

  #kenten2023 .sec4 table tr td:nth-child(2) {
    width: 100%;
  }

  #kenten2023 .sec4 table tr td:nth-child(3) span {
    width: auto;
    margin-right: 15px;
  }
}


/* ===================== */
/* sec5                */
/* ===================== */
#kenten2023 .sec5 {
  margin-bottom: 85px;
}

#kenten2023 .sec5 .row {
  margin: auto;
  width: 960px;
  padding: 0 5%;
}

#kenten2023 .sec5 .message-area {
  margin-bottom: 40px;
  height: 300px;
  width: 100%;
}

#kenten2023 .sec5 .message-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#kenten2023 .sec5 .message-txt {
  color: #fff;
  font-size: 3.0rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#kenten2023 .sec5 .container {
  margin-top: 80px;
}

#kenten2023 .sec5 .itemlist {
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* Safari */
  flex-wrap: wrap;
}

#kenten2023 .sec5 .items {
  width: 135px;
  box-sizing: border-box;
  margin: 0 30px 40px 0;
  box-sizing: border-box;
}

#kenten2023 .sec5 .items:nth-child(6n) {
  margin-right: 0;
}

#kenten2023 .sec5 .empty {
  height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 170px;
}

#kenten2023 .sec5 .items a {
  display: block;
  height: 100%;
}

#kenten2023 .sec5 .items a:hover {
  opacity: 0.6;
}

#kenten2023 .sec5 .items .pic {
  position: relative;
  transition: .3s;
}

#kenten2023 .sec5 .items .pic img {
  transition: .3s;
  width: 100%;
}

#kenten2023 .sec5 .items .pic span {
  position: absolute;
  bottom: 0;
}

#kenten2023 .sec5 .items .pic span img {
  height: 24px;
  width: auto;
}

#kenten2023 .sec5 .items .pic .cat01 {
  left: 0;
}

#kenten2023 .sec5 .items .pic .cat02 {
  right: 0;
}

#kenten2023 .sec5 .items dl {
  transition: .3s;
  font-feature-settings: "palt";
  border-top: none;
  padding: 5px 0 0;
}

#kenten2023 .sec5 .items dt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 5px 0;
}

#kenten2023 .sec5 .items dd {
  font-size: 1.2rem;
  line-height: 1.4;
}

#kenten2023 .sec5 .items dd span {
  display: block;
  border-top: 1px dashed #ddd;
  padding-top: 5px;
  margin-top: 5px;
}

@media screen and (max-width: 801px) {
  #kenten2023 .sec5 {
    margin-bottom: 30px;
  }

  #kenten2023 .sec5 .row {
    width: auto;
  }

  #kenten2023 .sec5 .message-area {
    height: auto;
  }

  #kenten2023 .sec5 .message-txt {
    font-size: 1.8rem;
  }

  #kenten2023 .sec5 .itemlist {
    display: block;
  }

  #kenten2023 .sec5 .items {
    width: 100%;
    margin: 0;
    border: none;
    display: table;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 3px solid #ddd;
  }

  #kenten2023 .sec5 .empty {
    width: 100%;
  }

  #kenten2023 .sec5 .items a {
    border: none;
    padding: 0;
    border-radius: 0;
  }

  #kenten2023 .sec5 .items a:hover {
    opacity: 1;
  }

  #kenten2023 .sec5 .items .pic {
    float: left;
    width: 35%;
  }

  #kenten2023 .sec5 .items dl {
    float: right;
    width: 61%;
    padding: 0;
    margin-top: -0.5em;
  }

  #kenten2023 .sec5 .items dt {
    font-size: 1.6rem;
  }

  #kenten2023 .sec5 .items dd {
    font-size: 1.4rem;
  }
}