@charset "UTF-8";
/* CSS Document */

/* ==========================================================
 汎用パーツ
========================================================== */
.box-home-01 {
  padding: 60px;
  border-radius: 40px;
  background: var(--color-lbg);
  max-width: 1000px;
  margin: 0 auto;
}
/*  section
---------------------------------------------------------- */
.sec-home-01 {
	padding: 140px 120px 100px;
  border-radius: 40px;
}
.sec-home-02 {
	border-radius: 40px;
}
.sec-home-03 {
	max-width: 800px;
	margin: 0 auto;
}
.sec-home-04 {
	padding: 100px 0 120px;
}
/*  ttl
---------------------------------------------------------- */
h1 , h2 , h3 {
  font-weight: 700 !important;
}
.ttl-home-01 {
  color: #fff;
	line-height: 1;
  margin: 0 auto 60px;
  text-align: center;
}
.ttl-home-01 .en {
  font-size: 42px;
  margin-bottom: 20px;
}
.ttl-home-01 .ja {
  font-size: 16px;
}
.ttl-home-sub {
  background: #fff;
  padding: 5px 10px;
  color: var(--color-gr);
  font-size: 14px;
}
.ttl-home-03 {
  font-size: 24px;
}

/* header
---------------------------------------------------------- */
.home header {
  position: relative;
  width: 100vw;
}
.home .main {
  width: calc(100% - 240px);
  margin-left: auto;
  max-width: 1200px;
}
.home .kv {
  height: 100%;
  object-fit: contain;
}

/* footer
---------------------------------------------------------- */
.home footer {
  border-radius: 40px;
  padding-top: 130px;
}
footer .wrap-f {
  justify-content: center;
  gap: 40px;
  margin-bottom: 140px;
}
footer .btn-01 {
  background: var(--color-or);
  margin: 0;
}
footer .btn-01 .arrow::after {
  background: var(--color-or);
}
/* greeting
---------------------------------------------------------- */
#greeting .left {
  background: url(../img/home/img_intro.jpg) no-repeat center center;
  background-size: cover;
}
#greeting .right  {
  padding: 120px 80px;
}
#greeting .ttl-home-01 {
  padding: 120px 0 0 80px;
  text-align: left;
}
.ttl-home-01 span.ye {
  color: var(--color-ye);
  text-decoration: none;
}

/* about
---------------------------------------------------------- */
#about {
  text-align: left;
}
#about .box-home-01 {
  justify-content: space-between;
  gap: 20px;
}
#about .box-home-01:first-of-type {
  margin-bottom: 20px;
}
#about .box-home-01 .schedule {
  line-height: 1;
  width: 480px;
  align-items: flex-start;
  font-weight: 900;
}
.box-home-01 .ttl-home-02 .en {
  font-size: 48px;
  margin-bottom: 25px;
}
.box-home-01 .ttl-home-02 .en span.gr {
  color: var(--color-gr);
}
.box-home-01 .ttl-home-02 .ja {
  font-size: 20px;
}
.left , .right {
  width: 50%;
}
.home dl {
  justify-content: space-between;
}
.home dl.dl-top {
  align-items: flex-end;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px solid #e7e899;
}
.home dt {
  width: 60px;
  height: 24px;
  background: var(--color-gr);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home dd {
  width: calc(100% - 80px);
}
.home dd.date {
  font-size: 28px;
}
.home dd.date span {
  padding: 0 10px;
}
.home dd.date span:first-of-type {
  padding-right: 0;
}
.home dd.date span.txt-l {
  font-size: 48px;
}
.home dd.venue {
  font-size: 20px;
}
.home dl.dl-bottom .home dd:first-of-type , 
.home dl.dl-bottom dt:first-of-type {
  margin-bottom: 20px;
}
.home dd.content {
  font-weight: 500;
}
.home dd.content li::before {
  content: "● ";
}
.home dd.content li:first-of-type {
  margin-bottom: 15px;
}
#about .btn-01 {
  margin: 40px auto 70px;
  background: var(--color-dbl)
}
#about .btn-01 .arrow::after {
  background: var(--color-dbl);
}
#about .box-home-01.special {
  position: relative;
}
#about .box-home-01.special .ttl-home-02 .en {
  font-size: 30px;
}
#about .box-home-01.special .ttl-home-02 .ja {
  font-size: 14px;
}
#about .box-home-01.special dd.content {
  font-weight: 400;
  line-height: 1.8;
}
#about .box-home-01.special dd.date {
  font-size: 24px;
}
#about .box-home-01.special .btn-02 {
  position: absolute;
  bottom: 60px;
  color: var(--color-gy);
}

/* seminar
---------------------------------------------------------- */
#seminar {
  position: relative;
  color: #fff;
}
#seminar .bg-hurf::before {
  background: var(--color-gr);
}
#seminar .bg-hurf::after {
  background: var(--color-dbl);
}
#seminar img {
  border-radius: 40px;
  margin-bottom: 40px;
}
#seminar .wrap-g {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 80px;
  margin-bottom: 80px;
}
.ttl-home-03 .ttl-home-en {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.ttl-home-03 .ttl-home-sub {
  font-size: 14px;
  display: inline-block;
}
#seminar .ttl-home-03 figure {
  background: #fff;
  width: 180px;
  padding: 10px;
  margin-bottom: 20px;
}
#seminar .ttl-home-03 img {
  border-radius: unset;
  width: 160px;
  margin-bottom: 0;
}
#seminar .btn-01 {
  margin: 40px auto 70px;
  background: var(--color-ye)
}
#seminar .btn-01 .arrow::after {
  background: var(--color-ye);
}

/* ==========================================================
 max-width: 1349px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 1349px) {
#about .box-home-01.special .btn-02 {
  bottom: 20px;
}
.sec-home-01 {
  padding: 140px 70px 100px;
}
}

/* ==========================================================
 max-width: 820px
========================================================== */
@media screen and (min-width: 1px) and (max-width: 820px) {
.box-home-01 {
  padding: 40px 30px;
  border-radius: 0;
}
/*  section
---------------------------------------------------------- */
.sec-home-01 {
	padding: 80px 30px;
}
/*  ttl
---------------------------------------------------------- */
.ttl-home-01 .en {
  font-size: 32px;
  margin-bottom: 20px;
}
.ttl-home-01 .ja {
  font-size: 14px;
}
.ttl-home-03 .ttl-home-sub {
  font-size: 12px;
}
.ttl-home-03 .ttl-home-en {
  font-size: 15px;
}
.ttl-home-03 {
  font-size: 18px;
}
/* footer
---------------------------------------------------------- */
footer .btn-01 {
  margin: 0 auto;
}
footer .btn-01:first-of-type {
  margin-bottom: 20px;
}
footer .copy {
  font-size: 10px;
}
footer .wrap-f {
  margin-bottom: 60px;
}
.home footer {
  padding-top: 90px;
}
 /* greeting
---------------------------------------------------------- */
.left , .right {
  width: 100%;
} 
.left {
  height: 260px;
}
#greeting .ttl-home-01 {
  text-align: center;
  padding: 0;
  color: var(--color-ye);
}
#greeting .right {
  margin-top: 70px;
  padding: 80px 0 0 ;
}
#greeting .right .txt-box {
  margin: 0 30px;
}
#greeting .right img {
  border-radius: 0 0 40px 40px;
  margin-top: 50px;
  height: 300px;
  object-fit: cover;
  object-position: 50% 45%;
}
/* about
---------------------------------------------------------- */
#about.sec-home-01 {
  padding: 80px 20px;
}
.box-home-01 .ttl-home-02 .en {
  font-size: 34px;
  margin-bottom: 5px;
}
.box-home-01 .ttl-home-02 .ja {
  font-size: 16px;
}
.home dt {
  margin-top: 20px;
  font-size: 12px;
  width: 50px;
}
.home .dl-top dt ,
.home .dl-bottom dt ,
.home .special .dl-top dt,
.home dl.dl-bottom .home dd:first-of-type, 
.home dl.dl-bottom dt:first-of-type {
  margin-bottom: 15px;
}
.home dd.date {
  font-size: 24px;
  letter-spacing: 0.03em;
}
.home dd.date span.txt-l {
  font-size: 36px;
}
.home dd.date span {
  padding: 0 5px;
}
#about .box-home-01 .schedule {
  width: 100%;
}
.home dd {
  width: 100%;
}
#about .box-home-01.special {
  padding-bottom: 100px;
}
.home dd.date span {
  padding: 0;
}
.home dd.date span.txt-l {
  font-size: 24px;
}
#about .box-home-01.special .btn-02 {
  font-weight: 500;
  bottom: 40px;
}
/* seminar
---------------------------------------------------------- */
#seminar .wrap-g {
  gap: 40px;
}
#seminar img {
 border-radius: 0;
}
#seminar .ttl-home-03 figure {
  width: 140px;
}
#seminar .ttl-home-03 img {
  width: 120px;
}
#seminar .btn-01 {
  margin: 40px auto 0;
}
}
