@charset "utf-8";

/* CSS Document */
/* ==========================================
		#secGallery
========================================== */
#secGallery {
  position: relative;
}

#secGallery .imgLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#secGallery .imgLayer li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#secGallery .col-6 {
  position: relative;
  height: 50%;
  padding-top: 50%;
}

#slider {
  width: 100vw;
  height: 0;
  padding-top: 100%;
}

.box-logo {
  position: absolute;
  max-width: 350px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ==========================================
		#secNews
========================================== */
#secNews {
  padding-top: 80px;
  background: #fff;
  padding-bottom: 145px;
}

#secNews .boxNews {
  max-width: 800px;
  margin: 0 auto;
}

#secNews .boxNews a {
  color: #756f65;
  cursor: pointer;
}

#secNews .boxNews dt {
  width: 100%;
  margin-bottom: .5em;
}

#secNews .boxNews dt span a {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 20px;
  margin-right: 2em;
  border-radius: 5px;
  background-color: #d1c74e;
  line-height: 20px;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  z-index: 1;
}

#secNews dt time {
  font-size: 1.2rem;
}

#secNews dd {
  position: relative;
  color: #756f65;
  margin-bottom: 60px;
}

#secNews dd::after {
  position: absolute;
  left: 0;
  bottom: -15px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(117, 111, 101, .25);
}

/* ==========================================
		#secMessage
========================================== */
#secMessage {
  background-color: #756f65;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}

#secMessage .el_message {
  line-height: 2;
  margin: 0 auto;
}

.bl_list {
  margin: 100px auto 0;
}

#secMessage .el_listTtl {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-align: center;
}

/* 左右の斜線 */
#secMessage .el_listTtl::before,
#secMessage .el_listTtl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 24px;
  height: 1px;
  background-color: #ffffff;
}

#secMessage .el_listTtl::before {
  left: -25px;
  transform: translateY(-50%) rotate(50deg);
}

#secMessage .el_listTtl::after {
  right: -25px;
  transform: translateY(-50%) rotate(-50deg);
}

#secMessage::before {
  position: absolute;
  content: "";
  top: -6%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  aspect-ratio: 400/252;
  width: 270px;
  max-width: 400px;
  height: auto;
  background: url("../images/top/bak_consept.png") bottom center no-repeat;
  background-size: contain;
  z-index: 1;
}


#secMessage .el_list {
  max-width: 700px;
  margin: 0 auto 100px;
  padding: 0;
  list-style: none;
}

/* 1行 = チェック + テキスト、下に点線 */
#secMessage .el_list>li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;

  padding: 18px 0 18px 50px;
  /* 左にチェック分の余白 */
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.02em;

  /* 画像の黄色っぽい点線 */
  border-bottom: 1px dotted #D1C74E;
}


/* ===== Checkbox icon（左） ===== */
#secMessage .el_list>li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);

  width: 24px;
  height: 24px;
  box-sizing: border-box;
  background: url(../images/top/check.svg) no-repeat top center/contain;
}


#secMessage .boxFooter {
  margin-top: 80px;
  text-align: left;
}

#secMessage .boxFooter>p {
  margin-bottom: 40px;
  text-align: left;
}

/* ==========================================
		##sec-image
========================================== */
#sec-image img {
  position: relative;
  width: 100%;
}

#sec-image figure {
  position: relative;
}

#sec-image figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  display: grid;
  place-items: center;
  width: fit-content;
  height: auto;
  padding: 5px 10px;
  background-color: rgba(117, 111, 101, 0.5);
  font-size: 12px;
  text-align: center;
  color: #fff;
  line-height: 1;
}

/* ==========================================
		#secService
========================================== */
#secService {
  background-color: #d1c74e;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #756f65;
}

#secService p {
  line-height: 2;
}

#secService .boxTitle {
  display: table;
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  ;
  background: #fff;
  border-radius: 100%;
}

#secService .boxTitle h2 {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
}

#secService .list-annotation {
  padding-right: 15px;
  padding-left: 15px;
  margin: 1em 0;
}

#secService .list-annotation li {
  margin-bottom: .3em;
  font-size: .9em;
  text-indent: -1em;
  padding-left: 1em;
}

#secService .row {
  margin-bottom: 2em;
}

#secService .boxSeminar {
  width: 100%;
  padding: 2.5em;
  margin: 40px auto 0;
  background: rgba(117, 111, 101, .15);
  color: #756f65;
}

#secService .boxSeminar h2 {
  margin-bottom: 1em;
  font-size: 2.0rem;
  font-weight: bold;
}

#secService .boxFooter {
  margin-top: 30px;
  text-align: center;
}

#secService .boxFooter p {
  margin-bottom: 30px;
}

#secMessage .boxFooter a img {
  display: none;
}

/* ==========================================
		#secFee
========================================== */
#secFee {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #756f65;
}

#secFee .row {
  margin-bottom: 2em;
}

/* ==========================================
		#secFlow
========================================== */
#secFlow {
  background-color: #d1c74e;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #756f65;
}

#secFlow .row {
  margin-bottom: 2em;
}

/* ==========================================
		#secMap
========================================== */
.boxMap {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.boxMap iframe,
.boxMap object,
.boxMap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================
		#secCareer
========================================== */
#secCareer {
  background-color: #756f65;
  padding-top: 88px;
  padding-bottom: 88px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#secCareer .boxImage {
  max-width: 140px;
  height: auto;
  margin: 0 auto 10px;
  text-align: center;
}

#secCareer h2:not(.el_ttl) {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

#secCareer .el_name {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}

#secCareer h3.el_ttl {
  text-align: left;
  font-size: 1.5rem;
  margin-top: 2em;
  margin-bottom: 10px;
  font-weight: 500;
}


#secCareer h3 span {
  text-align: center;
  font-size: 1.3rem;
}


#secCareer p {
  margin-bottom: 1em;
  font-size: 1.3rem;
  line-height: 1.85;
}

#secCareer ul li {
  margin-bottom: .3em;
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (min-width:600px) {

  /* ==========================================
			#secGallery (min-width:600px)
	========================================== */
  #slider {
    padding-top: 56.25%;
  }

  /* ==========================================
			#secNews (min-width:600px)
	========================================== */
  #secNews .boxNews {
    margin: 0 auto 60px;
  }

  /* ==========================================
			#secMessage (min-width:600px)
	========================================== */
  #secMessage {
    position: relative;
    padding-top: 175px;
    padding-bottom: 175px;
  }

  #secMessage .el_message {
    text-align: center;
  }

  #secMessage::before {
    width: 400px;
    height: 252px;
    top: -10%;
    background: url("../images/top/bak_consept.png") bottom center no-repeat;
    z-index: 1;
  }

  #secMessage .el_list {
    margin: 0 auto 150px;
  }

  #secMessage .boxFooter {
    margin-top: 80px;
    text-align: center;
  }

  #secMessage .boxFooter>p {
    margin-bottom: 40px;
    text-align: center;
  }

  #secMessage .boxFooter a img {
    display: inline-block;
  }

  /* ==========================================
      #secService (min-width:600px)
  ========================================== */
  #secService .boxSeminar {
    width: 80%;
  }

  #modal_01 .modal-dialog,
  #modal_02 .modal-dialog {
    width: 90%;
    max-width: 850px;
  }

  /* ==========================================
			#secFee #secFlow
	========================================== */
  #secFee .container {
    max-width: 1000px;
  }

  #secFee p {
    padding-left: 15px;
  }

  #secFlow .container {
    max-width: 1000px;
  }

  #secFlow p {
    padding-left: 15px;
  }

  /* ==========================================
			#secMap (min-width:600px)
	========================================== */
  .boxMap {
    padding-bottom: 60%;
  }

  /* #secCareer br {
    display: none;
  } */

}

@media screen and (min-width:768px) {

  /* ==========================================
      #secGallery (min-width:768px)
  ========================================== */
  #secGallery .imgLayer {
    position: relative;
  }

  #secGallery .imgLayer li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }

  #secGallery .col-6 {
    position: static;
    padding-top: 0;
  }

  #modal_01 .modal-dialog,
  #modal_02 .modal-dialog {
    width: 55%;
  }
}

@media screen and (min-width:960px) {

  /* ==========================================
      #secGallery (min-width:960px)
  ========================================== */
  #secGallery .imgLayer li,
  #secGallery .imgLayer li img {
    width: 100%;
  }

  /* ==========================================
			#secNews (min-width:960px)
	========================================== */
  #secNews .boxNews dt {
    float: left;
    width: 30%;
  }

  #secNews dd {
    padding-left: 30%;
    margin-bottom: 30px;
  }

  /* ==========================================
			#secMap (min-width:960px)
	========================================== */
  .boxMap {
    padding-bottom: 30%;
  }
}