@charset "UTF-8";
body {
  background: url(../img/bg/bg_pc.png) no-repeat center;
  background-size: cover;
  color: #595757;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin: 0;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  body {
    background: url(../img/bg/bg_sp.png) repeat-y top center;
    background-size: cover 3830px;
    font-size: 15px;
    padding-top: 70px;
  }
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p, li, td, th, dt, dd {
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

/* display switching */
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

.f-centuryGothic {
  font-family: "century-gothic", "Futura", "Josefin Sans", sans-serif;
}

@media screen and (min-width: 769px) {
  a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  a:hover {
    opacity: 0.6;
  }
}

.imgFit {
  overflow: hidden;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

/* cmn-inner */
.cmn-inner {
  margin: 0 auto;
  max-width: 1024px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .cmn-inner {
    max-width: 580px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    max-width: 450px;
  }
}

/* cmn-ttl */
.cmn-ttl {
  display: block;
  text-align: center;
}
.cmn-ttl.is-pnk p {
  color: #df8293;
}
.cmn-ttl p {
  color: #85c6ce;
  font-weight: normal;
  font-size: 40px;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .cmn-ttl p {
    font-size: 24px;
    letter-spacing: 0.2em;
  }
}

/* _header.scss */
.header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  inset: 0 auto auto 0;
  padding: 0 0 0 50px;
  width: 100%;
  height: 100px;
  z-index: 999;
}
.header-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 620px;
  width: 100%;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.header-logo img {
  display: block;
  width: 150px;
  margin-top: 5px;
}
.header-logo h1 {
  border-left: solid #595757 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-style: italic;
  line-height: 1;
  margin-left: 15px;
  padding-left: 15px;
}
.header-logo h1 strong {
  font-size: 27.5px;
  line-height: 0.9;
}
.header-logo h1 small {
  font-weight: 100;
  font-size: 18px;
}
.header-logo h1 span {
  font-weight: bold;
  font-size: 16.5px;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 30px;
  max-width: 580px;
  width: 100%;
  height: 100%;
}
.header-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 340px;
  width: 100%;
  margin-right: 30px;
}
.header-nav-link li a {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .header-nav-link li a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header-nav-link li a:hover {
    color: #f4960f;
    opacity: 1;
  }
}
.header-nav-contact {
 /* max-width: 150px;*/
  max-width: 180px;
  width: 100%;
  height: 100%;
}
/*
.header-nav-contact.gr {
background-color: #0c9a16;
}
*/
.header-nav-contact a {
  background: #f4960f;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: bold;
  /*font-size: 22px;*/
  font-size: 28px;
  width: 100%;
  height: 100%;
  line-height: 1.7;
  /*border-left: 2px #ffffff40 solid;*/
}
/*
.header-nav-contact.gr a{
  background-color: #0c9a16;
}
*/
.btn_min{
	font-size: 13px;
    line-height: 1;
    text-align: center;
	font-weight: 100;
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 0 0 0 30px;
  }
  .header-box {
    max-width: 520px;
  }
  .header-logo {
    width: 100%;
  }
  .header-logo img {
    width: 150px;
    margin-top: 0;
  }
  .header-logo h1 {
    gap: 8px;
    margin-left: 12px;
    padding-left: 12px;
  }
  .header-logo h1 strong {
    font-size: 24px;
  }
  .header-logo h1 small {
    font-weight: 100;
    font-size: 14px;
  }
  .header-logo h1 span {
    font-size: 14px;
  }
  .header-nav {
    max-width: 460px;
  }
  .header-nav-link {
    max-width: 280px;
  }
  .header-nav-link li a {
    font-size: 14px;
  }
  .header-nav-contact {
    max-width: 140px;
  }
  .header-nav-contact a {
    font-size: 22px;
  }
	

	
}
@media screen and (max-width: 1024px) {
  .header {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    inset: 0 auto auto 0;
    padding: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
  }
  .header-box {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 0 12px;
    max-width: 100%;
    height: 100%;
  }
  .header-logo {
    display: block;
    width: auto;
  }
  .header-logo img {
    margin-bottom: 5px;
    width: 150px;
  }
  .header-logo h1 {
    border-left: none;
    gap: 4px;
    line-height: 1;
    margin-left: 0;
    padding-left: 0;
  }
  .header-logo h1 strong {
    display: block;
    font-size: 16px;
    line-height: 1;
  }
  .header-logo h1 small {
    font-size: 12px;
  }
  .header-logo h1 span {
    font-size: 12px;
  }
  .header-bt {
    background: #f4960f;
    cursor: pointer;
    position: relative;
    width: 70px;
    height: 100%;
  }
  .header-bt span {
    display: block;
    background: #fff;
    position: absolute;
    margin: auto;
    width: 30px;
    height: 2px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header-bt span:nth-child(1) {
    inset: -20px 0 0 0;
  }
  .header-bt span:nth-child(2) {
    inset: 0;
  }
  .header-bt span:nth-child(3) {
    inset: 0 0 -20px 0;
  }
  .header-bt.is-navOn span:nth-child(1) {
    inset: 0;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .header-bt.is-navOn span:nth-child(2) {
    inset: 0 -100% 0 0;
    opacity: 0;
  }
  .header-bt.is-navOn span:nth-child(3) {
    inset: 0;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .header-nav {
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    display: block;
    margin-left: 0;
    margin-top: 70px;
    padding: 50px 0 0;
    position: fixed;
    inset: 0 auto auto 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 9999;
    overflow-y: auto;
  }
  .header-nav.is-navOn {
    opacity: 1;
    visibility: visible;
  }
  .header-nav-link {
    display: block;
    gap: 10px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 40px;
    max-width: 100%;
    width: 100%;
  }
  .header-nav-link li {
    display: -ms-grid;
    display: grid;
    place-content: center;
  }
  .header-nav-link li + li {
    margin-top: 10px;
  }
  .header-nav-link li a {
    font-size: 25px;
  }
  .header-nav-contact {
    margin: 0 auto;
    max-width: 300px;
    width: 80%;
    height: 60px;
  }
  .header-nav-contact a {
    border-radius: 25vw;
/*    font-size: 26px;*/
	font-size: 22px;
	line-height: 1.4;
	margin-top: 20px;
	border-left: none;
  }
}


/*	-----------20250423追記-----------*/
  .header-nav-link li {
	line-height: 0.7;
    text-align: center;
	margin-bottom: 40px;
	}
  .header-nav-link li .min_font {
	line-height: 1.2;
    text-align: center;
	font-size: 13px;
    font-weight: 300;
	color: #f4960f;
	}
  .header-nav-link li .min_font.gr{
	color: #f4960f;	
	}
@media screen and (min-width: 769px) {
	  .header-nav-link li:last-child :hover{
		  color:#f4960f;}
	 .header-nav-link li {
	line-height: 1.1;
	margin-bottom: -10px;
	}
	
	}
/*	-----------20250423追記-----------*/


/* footer */
.footer {
  background: #595757;
  color: #fff;
  padding: 50px;
  position: relative;
}
.footer .toTop {
  position: absolute;
  inset: -80px 0 auto auto;
  width: 60px;
}
.footer .copyright {
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: left;
  white-space: nowrap;
}
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.footer-logoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 460px;
  width: 100%;
}
.footer-logoBox .logo {
  display: block;
  margin-bottom: 15px;
  max-width: 310px;
  width: 100%;
}
.footer-logoBox .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-style: italic;
  line-height: 1.2;
}
.footer-logoBox .ttl strong {
  font-size: 22px;
  line-height: 1;
}
.footer-logoBox .ttl small {
  font-weight: 100;
  font-size: 18px;
}
.footer-logoBox .ttl span {
  font-weight: bold;
  font-size: 13px;
}
.footer-linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
  max-width: 500px;
  width: 100%;
}
.footer-linkBox .contact {
  background-image: url(../img/ico/ico_arrow03.svg);
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 20px auto;
  display: block;
  font-weight: normal;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  padding: 0 0 2px 42px;
  position: relative;
  width: 100%;
}
.footer-linkBox .contact .ico {
  display: block;
  position: absolute;
  inset: 0 auto 0 0;
  margin: auto;
  width: 28px;
}
.footer-linkBox .contact::before {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.footer-linkBox .contact::after {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}
@media screen and (min-width: 769px) {
  .footer-linkBox .contact {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .footer-linkBox .contact::before {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .footer-linkBox .contact::after {
    -webkit-transition: 0.3s 0.3s ease;
    transition: 0.3s 0.3s ease;
  }
  .footer-linkBox .contact:hover {
    background-position: center right 0;
    opacity: 1;
  }
  .footer-linkBox .contact:hover::before {
    width: 0;
  }
  .footer-linkBox .contact:hover::after {
    width: 100%;
  }
}
.footer-linkBox .shareList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.footer-linkBox .shareList h3 {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-right: 25px;
  width: 180px;
}
.footer-linkBox .shareList-list {
  width: calc(100% - 60px - 30px);
}
.footer-linkBox .shareList-list a {
  background-image: url(../img/ico/ico_arrow03.svg);
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-size: 20px auto;
  display: block;
  line-height: 1.4;
  padding-bottom: 7px;
  position: relative;
}
.footer-linkBox .shareList-list a::before {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
}
.footer-linkBox .shareList-list a::after {
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
}
.footer-linkBox .shareList-list a + a {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .footer-linkBox .shareList-list a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .footer-linkBox .shareList-list a::before {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .footer-linkBox .shareList-list a::after {
    -webkit-transition: 0.3s 0.3s ease;
    transition: 0.3s 0.3s ease;
  }
  .footer-linkBox .shareList-list a:hover {
    background-position: center right 0;
    opacity: 1;
  }
  .footer-linkBox .shareList-list a:hover::before {
    width: 0;
  }
  .footer-linkBox .shareList-list a:hover::after {
    width: 100%;
  }
}
.footer-linkBox .linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-linkBox .linkList a {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  padding-right: 20px;
  position: relative;
}
.footer-linkBox .linkList a::before {
  background: url(../img/ico/ico_new_w.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 4px 0 auto auto;
  width: 14px;
  height: 14px;
}
.footer-linkBox .linkList a + a {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 10px;
  }
  .footer .toTop {
    position: absolute;
    inset: -60px 0 auto auto;
    width: 48px;
  }
  .footer .copyright {
    text-align: center;
  }
  .footer-inner {
    display: block;
  }
  .footer-logoBox {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .footer-logoBox .logo {
    display: block;
    max-width: 250px;
    margin: 0 auto 15px;
  }
  .footer-logoBox .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin-bottom: 35px;
  }
  .footer-logoBox .ttl strong {
    font-size: 18px;
  }
  .footer-logoBox .ttl small {
    font-size: 14px;
  }
  .footer-logoBox .ttl span {
    font-size: 14px;
  }
  .footer-linkBox {
    margin-bottom: 40px;
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  .footer-linkBox .contact {
    background-position: center right 0;
    font-size: 22px;
    margin: 0 auto 40px;
    max-width: 450px;
    padding: 0 0 2px 38px;
  }
  .footer-linkBox .contact .ico {
    width: 26px;
  }
  .footer-linkBox .contact::before {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
  .footer-linkBox .contact::after {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
  }
  .footer-linkBox .shareList {
    display: block;
    margin: 0 auto 30px;
    max-width: 450px;
    width: 100%;
  }
  .footer-linkBox .shareList h3 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.15em;
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }
  .footer-linkBox .shareList-list {
    width: 100%;
  }
  .footer-linkBox .shareList-list a + a {
    margin-top: 20px;
  }
}

.frame {
  padding: 45px 50px 100px;
}
@media screen and (max-width: 768px) {
  .frame {
    padding: 25px 15px 70px;
  }
}

.main {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 35px 40px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .main {
    max-width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding: 15px;
  }
}

.lead {
  padding: 60px 0 75px;
}
.lead-ttl {
/*  color: #03c26f;*/
/*  color: #f4960f;*/
/*グラデ	*/
	background: linear-gradient(90deg, #004AB8 20%, #009AC0 50%, #00C878 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
/*グラデ	*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
  line-height: 1;
  margin-bottom: 35px;
}
.lead-ttl strong {
  font-size: 38px;
  line-height: 1;
}
.lead-ttl .sub_title {
  margin-left: 0;
}
.lead-ttl span {
  font-weight: bold;
  font-size: 28px;
}
.lead__txt {
  font-size: 18px;
  margin-bottom: 50px;
}
.lead-box {
/*  background: #e1f6f7;*/
  /*background: #f9fbff;*/
  background: linear-gradient(135deg,#f7fdfb 20%,#f0fcf7 60%,#e9faf3 100%);
  border-radius: 15px;
  margin: 0 auto;
  padding: 35px 30px 45px;
  max-width: 750px;
  width: 100%;
  margin-top: 50px;
}
.lead-box__ttl {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
}
.lead-box-list {
  margin: 0 auto;
  max-width: 570px;
  width: 100%;
}
.lead-box-list li {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 28px;
  position: relative;
}
.lead-box-list li + li {
  margin-top: 15px;
}
.lead-box-list li::before {
  background: url(../img/ico/ico_check01_org.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 1.7px auto auto 0;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 35px 0 55px;
  }
  .lead-ttl {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .lead-ttl strong {
    display: block;
    font-size: 30px;
    line-height: 1.3;
  }
  .lead-ttl span {
    font-size: 20px;
    margin-left: 10px;
  }
  .lead__txt {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 35px;
  }
  .lead-box {
    border-radius: 10px;
    padding: 15px 15px 25px;
  }
  .lead-box__ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .lead-box-list li {
    font-size: 15px;
    letter-spacing: 0.05em;
    padding-left: 20px;
  }
  .lead-box-list li::before {
    inset: 3.3px auto auto 0;
    width: 14px;
    height: 14px;
  }
}

.seminar {
  padding: 0 0 75px;
}
.seminar__ttl {
  color: #0055b9;
/*  color: #03c26f;*/
  font-weight: bold;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 30px;
}

.seminar__ttl.gr{
  color: #0c9a16;
	}

.seminar__ttl .min_font{
  font-size: 16px;
}


.seminar-box {
  margin-bottom: 40px;
}
.seminar-box-list {
  border-bottom: solid #cdcdcd 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}
.seminar-box-list:first-child {
  border-top: solid #cdcdcd 1px;
}
.seminar-box-list .ttlBox {
  padding-right: 10px;
  width: 170px;
}
.seminar-box-list .ttlBox .day {
  margin-bottom: 15px;
}
.seminar-box-list .ttlBox .day span {
  border-bottom: solid #cdcdcd 1px;
  color: #cdcdcd;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.075em;
  padding: 0 20px 5px 0;
}
.seminar-box-list .ttlBox div {
  margin-bottom: 40px;
}
.seminar-box-list .ttlBox .date {
  color: #0055b9;
/*  color: #03c26f;*/
  line-height: 1.2;
  letter-spacing: 0.075em;
}

.seminar-box-list .ttlBox .date.gr{
  color: #0c9a16;	
}

.seminar-box-list .ttlBox .date small {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 2px;
}
.seminar-box-list .ttlBox .date p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.seminar-box-list .ttlBox .date p strong {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
.seminar-box-list .ttlBox .date p span {
  border: solid #0055b9 1px;
/*  border: solid #03c26f 1px;*/
  border-radius: 3px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-left: 10px;
  padding: 1px 5px;
}

.seminar_type {
	margin-top: 30px;
     border: 1px solid #0c9a16; 
    display: inline-block;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
/*    background-color: #0c9a16;*/
    color: #0c9a16;
    padding: 4px 6px;
}

.seminar-box-list .txtBox .ttl.gr {
    color: #0c9a16;
	margin-top: 2px;
}

.seminar-box-list .ttlBox .date.gr p span {
  border: solid #0c9a16 1px;
}


.seminar-box-list .ttlBox .bt {
  background: #f4960f;
  border-radius: 25vw;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: bold;
  font-size: 18px;
  max-width: 120px;
  width: 100%;
  height: 40px;
}


.seminar-box-list .ttlBox .bt.gr {
  background: #0c9a16;
}

.seminar-box-list .txtBox {
  border-left: solid #cdcdcd 1px;
/*  padding: 0 25px;*/
  padding: 0 25px 10px;
  width: calc(100% - 170px - 320px);
}
.seminar-box-list .txtBox .ttl {
  color: #0055b9;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: 30px;	
}
.seminar-box-list .txtBox .txt {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.6;
}
.seminar-box-list .speakerBox {
  /*background: #f9fbff;*/
	background: linear-gradient(135deg,#f7fdfb 20%,#f0fcf7 60%,#e9faf3 100%);
/*  background: #e9feec;*/
  padding: 20px 15px;
  max-width: 320px;
  width: 100%;
}
.seminar-box-list .speakerBox .guest_type{
	border: 1px solid #0c9a16;
    display: inline-block;
    line-height: 1;
    font-size: 10px;
    font-weight: 600;
    /* background-color: #0c9a16; */
    color: #0c9a16;
    padding: 4px 6px;
}
.seminar-box-list .speakerBox__ttl {
  color: #0055b9;
/*  color: #03c26f;*/
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.seminar-box-list .speakerBox__ttl.gr{
  color: #0c9a16;	
}
.seminar-box-list .speakerBox .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.seminar-box-list .speakerBox .item.mt-10{
  margin-top: -11px;
}
.seminar-box-list .speakerBox .item.m-none {
  margin-bottom: 0;
}
.seminar-box-list .speakerBox .item p {
  letter-spacing: 0.075em;
}
.seminar-box-list .speakerBox .item p small {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.seminar-box-list .speakerBox .item p strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
}
.seminar-box-list .speakerBox .item p strong span {
  font-size: 14px;
}
.seminar-box-list .speakerBox .item img {
  display: block;
  width: 80px;
}
.seminar__txt {
/*  font-size: 18px;*/
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.075em;
  text-align: center;
  /*background: #f4fff2;
  background: #fdf7ef7d;
  border-radius: 15px;
  margin: 0 auto;
  padding: 35px 30px 45px;
  padding: 35px 25px;
	
  max-width: 750px;
  width: 100%;
  border: 2px solid #595757;*/
}
.seminar__txt strong {
  color: #0055b9;
  font-weight: bold;
}
.seminar__txt small {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .seminar {
    padding: 0 0 55px;
  }
  .seminar__ttl {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .seminar-box {
    margin: 0 auto 30px;
    max-width: 450px;
    width: 100%;
  }
  .seminar-box-list {
    display: block;
    padding: 20px 0 55px;
  }
  .seminar-box-list .sp-btBox .bt {
    background: #f4960f;
    border-radius: 25vw;
    color: #fff;
    display: -ms-grid;
    display: grid;
    place-content: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 auto;
    max-width: 100%;
    height: 52px;
  }
  .seminar-box-list .sp-btBox .bt.gr {
	 background: #0c9a16;	
	}
	
  .seminar-box-list .ttlBox {
    border-bottom: solid #cdcdcd 1px;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }
  .seminar-box-list .ttlBox .day {
    margin-bottom: 0;
  }
  .seminar-box-list .ttlBox .day span {
    border-bottom: none;
    font-size: 28px;
    padding: 0;
  }
  .seminar-box-list .ttlBox div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0;
  }
  .seminar-box-list .ttlBox .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 5px;
  }
  .seminar-box-list .ttlBox .date small {
    font-size: 22px;
    margin-right: 10px;
  }
  .seminar-box-list .ttlBox .date p strong {
    font-size: 34px;
  }
  .seminar-box-list .txtBox {
    border-left: none;
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
  }
  .seminar-box-list .txtBox .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .seminar-box-list .txtBox .txt {
    font-size: 14px;
  }
  .seminar-box-list .speakerBox {
    margin: 0 auto 30px;
  }
  .seminar__txt {
    font-size: 14px;
/*    font-size: 18px;*/
    line-height: 1.6;
    letter-spacing: 0.075em;
    text-align: center;
  }
  .seminar__txt strong {
    color: #0055b9;
    font-weight: bold;
  }
  .seminar__txt small {
    display: block;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
  }
}

.info {
  /*background: #f9fbff;*/
	background: linear-gradient(135deg,#f7fdfb 20%,#f0fcf7 60%,#e9faf3 100%);
/*  background: #e9feec;*/
  padding: 30px;
  padding-top: 50px;
/*  margin-top: 30px;*/
}
.info-ttl {
  color: #f4960f;
/*  color: #03c26f;*/
/*グラデ	*/
     background: linear-gradient(90deg, #004AB8 20%, #009AC0 50%, #00C878 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
/*グラデ	*/	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 35px;
}
.info-ttl strong {
  font-size: 32px;
  line-height: 1;
}
.info-ttl .sub_title {
  margin-left: 0;
}
.info-ttl span {
  font-weight: bold;
  font-size: 22px;
}
.info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info-list li + li {
  margin-top: 30px;
}
.info-list li .imgFit {
  width: 180px;
}
.info-list li .txtBox {
  line-height: 1.4;
  letter-spacing: 0.075em;
  padding-bottom: 20px;
  position: relative;
  width: calc(100% - 180px - 20px);
}
.info-list li .txtBox span {
  color: #999999;
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}
.info-list li .txtBox h3 {
  display: block;
  font-weight: bold;
  font-size: 16px;
}
.info-list li .txtBox a {
  color: #f4960f;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  padding-left: 14px;
  position: absolute;
  inset: auto auto 0 0;
}
.info-list li .txtBox a::before {
  background: url(../img/ico/ico_arrow01_org.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 3px auto auto 0;
  width: 8px;
  height: 12px;
}
.Annotation {
  font-size: 12px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 15px 10px 25px;
  }
  .info-ttl {
    display: block;
    text-align: center;
    margin-bottom: 25px;
  }
  .info-ttl strong {
    display: block;
    font-size: 30px;
    line-height: 1.3;
  }
  .info-ttl small {
    font-size: 20px;
  }
  .info-ttl span {
    font-size: 20px;
    margin-left: 10px;
  }
  .info-list li {
    display: block;
  }
  .info-list li + li {
    margin-top: 60px;
  }
  .info-list li .imgFit {
    margin-bottom: 20px;
    width: 100%;
  }
  .info-list li .txtBox {
    padding-bottom: 0;
    width: 100%;
  }
  .info-list li .txtBox span {
    font-size: 12px;
  }
  .info-list li .txtBox h3 {
    margin-bottom: 15px;
  }
  .info-list li .txtBox a {
    font-size: 14px;
    padding-left: 15px;
    position: relative;
    inset: auto;
  }
  .info-list li .txtBox a::before {
    background: url(../img/ico/ico_arrow01_org.svg) no-repeat;
    background-size: 100% auto;
    content: "";
    position: absolute;
    inset: 2.5px auto auto 0;
    width: 8px;
    height: 12px;
  }
  .Annotation {
    font-size: 10px;
    margin-top: 15px;
  }
}
/*# sourceMappingURL=style.css.map */