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

:root {
    /* --win-sp: calc(100% - 30px); */
    /* --win-ll: min(14000px, 100%); */
    /* --win-l: min(1100px, 100%); */
    --f-family-ja: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    --f-family-en: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    --f-size-m: 16px;
    --f-size-s: 14px;
    --color-re: #df2e37;
    --color-or: #ef7e00;
    --color-ye: #fcc800;
    --color-dbl: #003962;
    --color-lgr: #c2c600;
    --color-gr: #009e42;
    --color-lbg: #fff4d6;
    --color-gy: #212121;

}

@media screen and (max-width: 799px) {
	.only-pc, .no-sp
	{ display: none !important; }
	.only-sp, .no-pc
	{ display: block !important; }
	img.only-sp, img.no-pc
	{ display: inline-block !important; }
}
body {
  position: relative;
    width: 100%;
    min-height: 100svh;
    overflow-wrap: break-word;
    line-height: 1.8;
    color: var(--color-gy);
    font-size: var(--f-size-m);
    font-weight: 400;
    font-family: var(--f-family-ja);
    text-align: justify;
    background: var(--color-ye);
}
/* ==========================================================
 汎用パーツ
========================================================== */
img {
  display: block;
  width: 100%;
}
a {
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.box-01 {
  padding: 60px;
  color: #212121;
  border-radius: 40px;
}
.wrap-f {
  display: flex;
  flex-wrap: wrap;
}
.wrap-g {
  display: grid;
}
.corner {
	border-radius: 40px;
}
.link-off {
  pointer-events: none;
  opacity: 0.5;
}
.full {
  font-size: 14px;
  color: var(--color-re);
  font-weight: 500;
  text-align: center;
  margin-bottom: 5px;
}

.btn-area .ttl-04.mg-01 {
  margin-bottom: 50px;
}
.seminar .btn-area div .btn-01.mg-02 {
  margin-bottom: 40px;
}
/*. bg
---------------------------------------------------------- */
.bg-01 {
  background: var(--color-or);
}
.bg-02 {
  background: var(--color-gr)
}
.bg-03 {
  background: var(--color-lgr)
}
.bg-04 {
  background: var(--color-dbl)
}
.bg-05 {
  background: var(--color-lbg);
}

/* 色半分の背景設定 */
.bg-hurf {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.bg-hurf::before,
.bg-hurf::after {
  content: "";
  border-radius: 40px;
}
.inner {
  position: relative;
  z-index: 99;
}

/*  section
---------------------------------------------------------- */
section {
  margin-left: 240px;
  border-radius: 40px;
}
.second section {
  padding: 140px 120px 120px;
}
/*  font
---------------------------------------------------------- */
.en {
  font-family: var(--f-family-en);
  font-weight: 900;
  display: block;
  line-height: 1;
}
/*  ttl
---------------------------------------------------------- */
h1 , h2 , h3 {
  font-weight: 700 !important;
}
.ttl-01 {
  color: #fff;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 100;
}
.ttl-01 .en {
  font-size: 60px;
}
.ttl-01 .ja {
  font-size: 20px;
}
.ttl-02 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
}
.ttl-03 {
  text-align: center;
  margin-bottom: 40px;
}
.ttl-03 .en {
  font-size: 48px;
}
.ttl-03 .ja {
  font-size: 20px;
}
.ttl-04 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
/*  txt
---------------------------------------------------------- */
.txt-01 {
	margin-bottom: 25px;
}
.txt-02 {
	margin-bottom: 50px;
}
.red {
  color: var(--color-re);
  font-weight: 500;
  text-decoration: underline;
}
.gr {
  color: var(--color-gr);
}
.bl {
  color: #0044cc;
}
.ye {
  color: var(--color-ye);
}
.bl , .ye {
  display: inline;
  text-decoration: underline;
  transition: all 0.2s;
}

/*  btn
---------------------------------------------------------- */
.btn {
  text-align: center;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
  color: #fff;
  font-weight: 700;
  transition: all 0.2s;
}
.btn:hover {
  opacity: 0.8;
}
.btn-registration {
  position: absolute;
  background: #df2e37;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  width: 300px;
  border-radius: 40px;
  padding: 35px 40px;
  z-index: 100;
  bottom: 0;
  right: 0;
}
.btn-01 {
	position: relative;
  width: 400px;
  padding: 30px 0;
	border-radius: 40px;
  font-size: 20px;
  z-index: 50;
  margin: 0 auto;
}
.btn-01 .arrow , 
.btn-registration .arrow  {
  position: absolute;
	display: block;
	background: #fff;
  border-radius: 50%;
	width: 30px;
	height: 30px;
	right: 25px;
}
.btn-01 .arrow::after , 
.btn-registration .arrow::after { 
  position: absolute;
  content: '';
  -webkit-mask: url(../img/ico-arrow.svg) no-repeat 50% 50% / contain;
  mask: url(../img/ico-arrow.svg) no-repeat 50% 50% / contain;
  display: block;
  width: 5px;
  height: 10px;
  transform: translate(-50% , -50%);
  top: 50%;
  left: 50%;
}
.btn-registration .arrow {
  position: relative;
  right: 0;
  margin-left: 15px;
}
.btn-registration .arrow::after {
  background: var(--color-re);
}
.btn-02 {
  border-radius: 15px;
  padding: 10px 20px;
  background: #fff;
  color: var(--color-gy);
  font-weight: 500;
  font-size: 14px;
}
.btn-02::after {
  content: '';
  display: block;
  background: url(../img/ico_blank.svg) no-repeat center center;
  background-size: contain;
  width: 13px;
  height: 11px;
  margin-left: 10px;
}

/* ==========================================================
 header / footer
========================================================== */

/* header
---------------------------------------------------------- */
nav {
  background: var(--color-dbl);
  position: fixed;
  width: 240px;
  height: 100vh;
}
.nav-logo {
  height: 300px;
  padding: 50px 35px 40px;
  background: #fff;
}
.nav-logo .logo , 
.nav-logo .kv-txt {
  width: 170px;
  height: auto;
  margin: 0 auto;
}
.nav-logo .logo {
  margin-bottom: 30px;
}
.menu ul {
  position: absolute;
  bottom: 40px;
  left: 35px;
}
nav .menu li {
  margin-bottom: 20px;
}
nav .menu li:last-of-type {
  margin-bottom: 0;
}
.nav-en , .nav-ja {
  line-height: 1;
  color: #fff;
  display: block;
}
.nav-en {
  font-family: var(--f-family-en);
  font-size: 20px;
  margin-bottom: 10px;
}
.nav-ja {
  font-size: 10px;
}
.main {
  position: relative;
  margin-left: 240px;
}
/* footer
---------------------------------------------------------- */
footer {
  padding: 80px 0 30px;
  margin-left: 240px;
  text-align: center;
  border-radius: 0 0 40px 40px;
  background: var(--color-lbg);
}
footer .logo {
  width: 170px;
  margin: 0 auto 30px;
}

.sec-01 {
  color: #fff;
}
.sec-01 .ttl-02 {
  text-align: left;
}
.sec-01 .wrap-g {
  grid-template-columns: repeat(auto-fit, minmax(365px, 1fr));
}
.sec-01 .wrap-g.txt {
  margin-bottom: 80px;
}

.sec-02 .box-01:first-of-type {
  margin-bottom: 60px;
}

/* sec-attention */
.sec-03 {
  border-radius: 40px 40px 0 0;
}
.sec-03 .box-02 {
  background: #fff;
  padding: 50px;
  border-radius: 40px;
  margin: 40px 0;
}
.sec-03 .box-02 .red {
  text-align: center;
  margin-bottom: 30px;
}
.sec-03.sec-attention li::before {
  content: "● ";
  display: inline-block;
}
.apply {
  position: relative;
  border-top: 6px dotted #f4e6b9;
  margin-top: 90px;
  padding-top: 140px;
}
.apply::before {
  content: '';
  background: url(../img/ico_apply.svg) no-repeat center center;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  transform: translateX(-50%);
  top: 70px;
  left: 50%;
}
.apply .ttl-02 {
  margin-bottom: 30px;
}
.txt-in {
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background: var(--color-ye);
  width: 360px;
  padding: 10px;
  margin: 0 auto 60px;
}
.btn-area {
  justify-content: center;
  gap: 40px;
}
.btn-area .ttl-04 {
  margin-bottom: 20px;
}
.btn-area .ttl-04 .ttl-en {
  font-size: 14px;
  display: block;
}
.btn-area .btn-01 {
  background: var(--color-re);
}
.btn-area div .btn-01 {
  margin-bottom: 20px;
}
.about .btn-area div .btn-01:last-of-type {
  margin-bottom: 0;
}
.btn-area .btn-01 .arrow::after {
  background: var(--color-re);
}

/* ==========================================================
about.html
========================================================== */

/* sec-intro
---------------------------------------------------------- */
.about .sec-intro figure.wrap-f img {
  width: 50%;
}
/* sec-overview
---------------------------------------------------------- */
.about .sec-overview {
  position: relative;
  color: #fff;
}
.about .sec-overview .bg-hurf:before{
  background: var(--color-gr);
}
.about .sec-overview .bg-hurf::after{
  background: var(--color-lgr);
}
.about .sec-overview .box-01:first-of-type {
  margin-bottom: 60px;
}
.second dd , .second dt {
  padding: 30px 0;
}
.second .dl-01 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.second .dl-01 dt {
  width: 120px;
}
.second .dl-01 dd {
  width: calc(100% - 120px);
  padding-left: 20%;
}
.second .dl-01 dt , .second .dl-01 dd {
  border-bottom: 1px solid #fff;
}
.second .dl-01 dt:last-of-type , 
.second .dl-01 dd:last-of-type {
  border-bottom: none;
}
.about .sec-overview .btn-01 {
  background: var(--color-dbl);
  margin-top: 60px;
  margin-bottom: 120px;
}
.about .sec-overview .btn-01 .arrow::after {
  background: var(--color-dbl);
}
.second .dl-02 {
  border-top: 1px solid #f4e6b9;
  border-bottom: 1px solid #f4e6b9;
  margin-bottom: 60px;
}
.second .dl-02 dt {
  width: 160px;
}
.second .dl-02 dd {
  width: calc(100% - 160px);
  padding-left: 15%;
}
.second .dl-02 dt , .second .dl-02 dd {
  border-bottom: 1px solid #f4e6b9;
}
.second .dl-02 dt:last-of-type , 
.second .dl-02 dd:last-of-type {
  border-bottom: none;
}
iframe {
  width: 100%;
  height: 400px;
  margin: 0 auto;
}
.link-map {
  font-size: 14px;
  color: #0044cc;
  text-decoration: underline;
  text-align: right;
}

/* ==========================================================
seminar.html
========================================================== */

/* sec-intro
---------------------------------------------------------- */
.seminar .sec-intro .ttl-04 {
  text-align: left;
}
.seminar .sec-intro .ttl-04 span.txt-s {
  font-size: 14px;
  display: block;
  margin-top: 20px;
}
.seminar .sec-intro .ttl-04 .txt-sub {
  font-size: 12px;
  font-weight: 400;
  margin: 20px 0 50px;
}
.seminar .sec-intro .ttl-04 figure {
  width: 360px;
  height: auto;
}
.seminar .sec-intro .ttl-04 figcaption {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}
.seminar .sec-intro .intro-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* sec-overview
---------------------------------------------------------- */
.seminar .sec-overview {
  position: relative;
}
.seminar .sec-overview .ttl-02 {
  color: #fff;
}
.seminar .sec-overview .bg-hurf::before {
  background: var(--color-or);
}
.seminar .sec-overview .bg-hurf::after {
  background: var(--color-dbl);
}
.seminar .sec-overview .box-01 {
  padding: 0;
  border-radius: 40px;
  background: var(--color-lbg);
}
.seminar .sec-overview .box-01 .img-seminar {
  border-radius: 40px;
}
.seminar .sec-overview .box-inner {
  padding: 50px 60px 80px;
}
.seminar .sec-overview .box-inner .ttl-03 {
  font-size: 24px;
  font-weight: 700;
}
.seminar .sec-overview .box-inner .ttl-03 .ttl-sub {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: var(--color-or);
  padding: 5px;
  margin: 0 auto;
}
.seminar .sec-overview .box-inner .ttl-03 .ttl-en {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}
.seminar .sec-overview .wrap-f {
  justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}
.seminar .sec-overview .date ,
.seminar .sec-overview .wine {
  border-top: 5px solid #fff;
  width: calc(50% - 15px);
  padding-top: 20px;
}
.seminar .sec-overview .date h4 ,
.seminar .sec-overview .wine h4 {
  font-weight: 700;
  margin-bottom: 30px;
}
.seminar .sec-overview .ttl-03 figure {
  padding: 15px;
  width: 230px;
  background: #fff;
  margin: 20px auto;
}
.seminar .sec-overview .wine {
  text-align: left;
}

/* sec-attention
---------------------------------------------------------- */
.seminar .sec-attention .box-ye {
  padding: 30px;
  background: #feefb2;
  margin-top: 40px;
}
.seminar .btn-area div .btn-01 {
  margin-bottom: 10px;
}
.seminar .btn-area div .btn-01.mg {
  margin-bottom: 30px;
}