@charset "utf-8";

/* ==========================================================================
   common
   ========================================================================== */
#flow {
	display: block;
	padding-top: 160px;
	margin-top: -160px;
}
.site-main {
  padding: 20px 0 0 0;
}
.site-main h1 {
	position: relative;
	margin: 0 0 80px 0;
	padding: 0 0 20px 0;
	color: #004C71;
    font-size: 3.0rem;
	font-weight: bold;
}
.site-main h1::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #004C71;
}
.site-main h2 {
    position: relative;
    display: block;
	margin: 0 0 30px 0;
    padding: 0 0 0 30px;
	color: #004C71;
	font-size: 2.2rem;
	font-weight: bold;
}
.site-main h2::before {
    position: absolute;
    top: 15px;
    left: 0;
    display: block;
    width: 16px;
    height: 4px;
    background: #004C71;
    content: "";
}


@media (max-width: 1023px) {
.site-main h1 {
    font-size: 2.8rem;
}
}


@media (max-width: 768px) {
.site-main h1 {
	width: 100%;
	padding: 20px 0 20px 0;
    font-size: 2.4rem;
	background-color: rgba(255, 255, 255, 0.7);
	line-height: 1.0;
}
.site-main h1::before {
	display: none;
}
}








/* ==========================================================================
   public-works
   ========================================================================== */
.public-works {
	display: inline-block;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	background: url('https://sdgsbase.com/site/wp-content/themes/sdgsbase/images/bg_service.webp') no-repeat right top;
	background-size: 50%;
}
.public-works .service-upper {
	text-align: center;
}
.public-works .service-upper .catch01 {
	display: inline-block;
	width: 100%;
	margin: 60px 0 30px 0;
	color: #004C71;
	font-size: 3.6rem;
	line-height: 1.0;
}
.public-works .service-upper .catch01 br {
	display: none;
}
.public-works .service-upper .catch01 .large01 {
	font-size: 4.6rem;
}
.public-works .service-upper .catch01 .large02 {
	font-size: 6.0rem;
}
.public-works .service-upper .purpose {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px;
}
.public-works .service-upper .purpose .three {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 180px;
	height: 180px;
    color: #fff;
	font-size: 3.4rem;
    text-align: center;
    font-weight: bold;
    background-color: #004C71;
    border-radius: 50%;
    line-height: 1.4;
    margin: 0;
}
.public-works .service-upper .read {
	margin: 20px 0 30px 0;
}
.public-works .service-upper .catch02 {
	width: 100%;
	margin: 0 0 60px 0;
	color: #EE7800;
	font-size: 4.0rem;
}
.public-works .service-upper .how {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	padding: 30px 0 30px 0;
	text-align: left;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}
.public-works .service-upper .how-title {
	width: 24%;
	margin: 0 !important;
	color: #004C71;
	font-size: 2.4rem;
}
.public-works .service-upper .how-read {
	width: 70%;
	margin: 0 !important;
}
.public-works .service-upper .about {
	position: relative;
	width: 90% !important;
    max-width: 1100px;
	height: 1050px;
	margin: 0 auto 40px;
	text-align: left;
	background: url('https://sdgsbase.com/site/wp-content/themes/sdgsbase/images/bg_service_point.webp') no-repeat right top;
	background-size: 100%;
}
.public-works .service-upper .about .box01 {
	position: absolute;
	top: 140px;
	left: 0;
}
.public-works .service-upper .about .box02 {
	position: absolute;
	top: 320px;
	right: 60px;
}
.public-works .service-upper .about .box03 {
	position: absolute;
	top: 600px;
	left: 80px;
}
.public-works .service-upper .about .point {
	margin: 0 0 20px 0;
	color: #004C71;
	font-size: 3.2rem;
}
.public-works .service-upper .about .point span {
	font-size: 8.0rem;
	line-height: 1.0;
}
.public-works .service-upper .about .title {
	margin: 0;
	color: #004C71;
	font-size: 1.8rem;
}
.public-works .service-upper .about .title span {
	font-size: 4.0rem;
	line-height: 1.0;
}


@media (max-width: 1023px) {
.public-works {
	max-width: 100%;
}
.public-works .service-upper .catch01 {
	margin: 0 0 30px 0;
	font-size: 2.8rem;
	line-height: 1.2;
}
.public-works .service-upper .catch01 br {
	display: revert;
}
.public-works .service-upper .catch02 {
	font-size: 3.8rem;
}
.public-works .service-upper .how-read br {
	display: none;
}
.public-works .service-upper .about {
	width: 100% !important;
    max-width: 100%;
	height: 850px;
	background-size: 100%;
	background-position: right -30px bottom 0px;
}
.public-works .service-upper .about .box01 {
	position: absolute;
	top: 80px;
	left: 0;
}
.public-works .service-upper .about .box02 {
	position: absolute;
	top: 250px;
	right: 20px;
}
.public-works .service-upper .about .box03 {
	position: absolute;
	top: 500px;
	left: 60px;
}
.public-works .service-upper .about .point span {
	font-size: 6.0rem;
}
.public-works .service-upper .about .title span {
	font-size: 3.2rem;
	line-height: 1.0;
}
}


@media (max-width: 768px) {
.public-works  {
	background-size: 80%;
}
.public-works .service-upper .catch01 {
	font-size: 2.0rem;
}
.public-works .service-upper .catch01 br {
	display: revert;
}
.public-works .service-upper .catch01 .large01 {
	font-size: 2.6rem;
}
.public-works .service-upper .catch01 .large02 {
	font-size: 3.2rem;
}
.public-works .service-upper .purpose {
    gap: 10px;
}
.public-works .service-upper .purpose .three {
	width: 110px;
	height: 110px;
	font-size: 2.4rem;
}
.public-works .service-upper .read br,
.public-works .service-upper .catch02 br,
.public-works .service-upper .how-read br {
	display: none;
}
.public-works .service-upper .read {
	font-size: 1.5rem;
	text-align: left;
}
.public-works .service-upper .catch02 {
	margin: 0 0 40px 0;
	font-size: 2.4rem;
	text-align: left;
}
.public-works .service-upper .how {
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: start;
	margin: 0 0 40px 0;
}
.public-works .service-upper .how-title {
	width: 100%;
	font-size: 2.0rem;
}
.public-works .service-upper .how-read {
	width: 100%;
}
.public-works .service-upper .about {
	width: 100% !important;
    max-width: 100% !important;
	height: auto;
	margin: 0 0 80px 0;
	background: none;
}
.public-works .service-upper .about .box01,
.public-works .service-upper .about .box02,
.public-works .service-upper .about .box03 {
	position: static;
}
.public-works .service-upper .about .point {
	margin: 0;
}
.public-works .service-upper .about .point span {
	font-size: 5.0rem;
}
.public-works .service-upper .about .title span {
	font-size: 3.0rem;
}
}





/* ==========================================================================
   flow
   ========================================================================== */
.public-works .flow  {
	display: block;
	width: 100%;
    max-width: 1100px;
	margin: 0 auto 60px;
}
.public-works .flow .flow-inner {
	position: relative;
	display: flex;
	width: 100%;
	margin: 60px 0 0 0;
	padding: 60px 0 0 0;
	border: solid 1px #ccc;
	border-radius: 6px;
}
.public-works .flow .flow-inner .box01,
.public-works .flow .flow-inner .box02,
.public-works .flow .flow-inner .box03,
.public-works .flow .flow-inner .box04 {
	position: relative;
	width: 265px;
	height: 260px;
	text-align: center;
}
.public-works .flow .flow-inner .box01 {
	background: url('https://sdgsbase.com/wp/wp-content/themes/sdgsbase/images/flow01.png') no-repeat center bottom;
}
.public-works .flow .flow-inner .box02 {
	background: url('https://sdgsbase.com/wp/wp-content/themes/sdgsbase/images/flow02.png') no-repeat center bottom;
}
.public-works .flow .flow-inner .box03 {
	background: url('https://sdgsbase.com/wp/wp-content/themes/sdgsbase/images/flow03.png') no-repeat center bottom;
}
.public-works .flow .flow-inner .box04 {
	background: url('https://sdgsbase.com/wp/wp-content/themes/sdgsbase/images/flow04.png') no-repeat center bottom;
}
.public-works .flow .flow-inner .step {
	position: absolute;
	top: -110px;
	left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    margin: 0;
    color: #fff;
    background-color: #004C71;
    border-radius: 50%;
    line-height: 1.1;
}
.public-works .flow .flow-inner .step span {
	display: block;
	font-size: 4.8rem;
	line-height: 1.0;
}
.public-works .flow .flow-inner h3 {
	color: #004C71;
	font-size: 2.2rem;
}


@media (max-width: 1023px) {
.public-works .flow  {
    max-width: 100%;
}
.public-works .flow .flow-inner {
	padding: 30px 0 0 0;
}
.public-works .flow .flow-inner .box01,
.public-works .flow .flow-inner .box02,
.public-works .flow .flow-inner .box03,
.public-works .flow .flow-inner .box04 {
	width: 25%;
	height: 180px;
	background-size: 90%;
}
.public-works .flow .flow-inner .step {
	top: -90px;
    width: 80px;
    height: 80px;
}
.public-works .flow .flow-inner .step span {
	font-size: 3.8rem;
}
.public-works .flow .flow-inner h3 {
	font-size: 1.8rem;
}
}


@media (max-width: 768px) {
.public-works .flow  {
    max-width: 100%;
}
.public-works .flow h2 {
    margin: 0 0 20px 0;
}
.public-works .flow .flow-inner {
    flex-direction: column;
	margin: 0;
	padding: 20px 0 0 0;
}
.public-works .flow .flow-inner .box01,
.public-works .flow .flow-inner .box02,
.public-works .flow .flow-inner .box03,
.public-works .flow .flow-inner .box04 {
    display: flex;
    align-items: flex-start;
    width: 100% !important;
    height: auto !important;
    min-height: 100px;
	margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    background-size: 120px;
    background-position: right bottom;
}
.flow .flow-inner .step {
    position: static !important;
    transform: none !important;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin: 0 15px 0 -30px !important;
}
.public-works .flow .flow-inner h3 {
	margin: 30px 0 0 0;
    font-size: 1.8rem;
    text-align: left;
    flex: 1;
    z-index: 1;
}
}





/* ==========================================================================
   fee
   ========================================================================== */
.public-works .fee {
	display: inline-block;
	width: 100%;
    max-width: 1100px;
}
.public-works .fee .fee-inner {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	width: 100%;
	gap: 30px;
}
.public-works .fee .fee-inner table {
    flex: 1;
    max-width: 50%;
    border-collapse: separate;
}
.public-works .fee .fee-inner table th {
	padding: 20px;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	background-color: #004C71;
	border: 0;
	border-radius: 6px 6px 0 0;
}
.public-works .fee .fee-inner table th span {
	font-size: 2.8rem;
}
.public-works .fee .fee-inner table td {
	padding: 20px;
	background-color: #f5f4f1;
	border: 0;
	border-radius: 0 0 6px 6px;
}
.public-works .fee .fee-inner table td .price01 {
	display: block;
    width: 100%;
	color: #004C71;
    font-size: 2.4rem ;
	font-weight: bolder;
	text-align: center;
}
.public-works .fee .fee-inner table td .price02 {
	display: inline-block;
	width: 100%;
	font-size: 1.8rem;
	text-align: center;
}
.public-works .fee .fee-inner table td.line {
	border-top: solid 1px #aaa;
}
.public-works .fee .fee-inner table td ul {
	margin: 0;
}
.public-works .fee .fee-inner table td ul li {
	margin: 0 0 0 10px;
}
.public-works .fee .fee-catch {
	display: block;
	width: 100%;
	padding: 40px 0 30px 0;
	color: #EE7800;
	font-size: 2.8rem;
	text-align: left !important;
	background: url('https://sdgsbase.com/wp/wp-content/themes/sdgsbase/images/bg_fee-catch.png') no-repeat right bottom;
}
.public-works .fee .fee-catch p {
	margin: 0 0 10px 0;
}
.public-works .fee .fee-catch .note {
	color: #666;
}


@media (max-width: 1023px) {
.public-works .fee {
    max-width: 100%;
}
.public-works .fee .fee-inner {
	gap: 20px;
}
.public-works .fee .fee-catch {
	font-size: 2.2rem;
	background-position: right 20px bottom 0px;
	background-size: auto 180px;
}
}


@media (max-width: 768px) {
.public-works .fee {
	max-width: 100%;
}
.public-works .fee .fee-inner {
	flex-direction: column;
	gap: 20px;
}
.public-works .fee .fee-inner table {
	width: 100%;
	max-width: 100%;
}
.public-works .fee .fee-inner table th {
	font-size: 1.6rem;
}
.public-works .fee .fee-inner table th span {
	font-size: 2.6rem;
}
.public-works .fee .fee-inner table td {
	font-size: 1.5rem;
}
.public-works .fee .fee-inner table td .price01 {
	font-size: 3.0rem;
}
.public-works .fee .fee-inner table td .price02 {
	font-size: 1.4rem;
}
.public-works .fee .fee-inner table td.line br {
	display: none;
}
.public-works .fee .fee-inner table td ul li {
	margin: 0 0 0 10px;
}
.public-works .fee .fee-catch {
	padding: 40px 0 30px 0 !important;
	font-size: 2.2rem;
	background: url('https://sdgsbase.com/wp/wp-content/themes/sdgsbase/images/bg_fee-catch.png') no-repeat right 20px bottom;
	background-size: 90px auto;
}
}





/* ==========================================================================
   sform
   ========================================================================== */
.public-works .sform  {
	display: inline-block;
	width: 100%;
    max-width: 1100px;
    margin: 60px auto 100px;
}
.public-works .sform  a {
	display: inline-block;
    margin: 0 0 40px 0;
}


@media (max-width: 1023px) {
.public-works .sform  {
    max-width: 100%;
}
}


@media (max-width: 768px) {
.public-works .sform  {
    max-width: 100%;
}
}





/* ==========================================================================
   accomplishment
   ========================================================================== */
.accomplishment {
  display: inline-block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: url("https://sdgsbase.com/site/wp-content/themes/sdgsbase/images/bg_accomplishment.webp") no-repeat right top -25px;
  background-size: 50%;
}
.accomplishment .accomplishment-inner h2 {
  position: relative;
  margin: 0 0 10px 0;
  padding: 20px 0 0 0;
  color: #004C71;
  font-size: 2.6rem;
  font-weight: bold;
  border-top: 1px solid #999;
}
.accomplishment .accomplishment-inner h2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 120px;
  height: 5px;
  background-color: #004C71;
}
.accomplishment .accomplishment-inner p {
  display: inline-block;
  margin: 0 0 40px 0;
  padding: 0;
}

@media (max-width: 1023px) {

}
@media (max-width: 768px) {
.accomplishment {
  background-size: 80%;
}
}





/* ==========================================================================
   company
   ========================================================================== */
.company {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: url('https://sdgsbase.com/site/wp-content/themes/sdgsbase/images/bg_company.webp') no-repeat right top;
	background-size: 50%;
}
.company table {
	width: 100%;
	border: none;
}
.company table th {
	width: 20%;
	padding: 15px 0 15px 0;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #ccc;
	border-left: none;
}
.company table td {
	width: 80%;
	padding: 15px 0 15px 0;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: solid 1px #ccc;
	border-left: none;
}


@media (max-width: 1023px) {
.company table th {
	width: 30%;
}
.company table td {
	width: 70%;
}
}


@media (max-width: 768px) {
.company {
	background-size: 80%;
}
.company table th {
	display: block;
	width: 100%;
	padding: 15px 0 0 0;
	color: #000;
	border-bottom: none;
}
.company table td {
	display: block;
	width: 100%;
	padding: 0 0 15px 0;
}
}





/* ==========================================================================
   seminar
   ========================================================================== */
.seminar .site-main {
  display: block;
  width: 1100px;
  margin: -40px auto 0 !important;
}
.seminar .entry-header,
.seminar .breadcrumb {
  display: none !important;
}
.seminar {
  display: block;
  width: 100%;
  margin: 0 auto 0;
}
.seminar .seminar-top {
  position: relative;
  display: block;
  width: 100%;
  height: 780px;
  margin: 0 0 60px 0;
  overflow: hidden;
}
.seminar .seminar-top .seminar-top-inner {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 160px 0 0 0;
  z-index: 10;
}
.seminar .seminar-top .splide {
  width: 100%;
  margin: 0 auto;
}
.seminar .seminar-top .slider-top {
  position: absolute;
  top: 0;
  left: 0;
}
.seminar .seminar-top .slider-bottom {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.seminar .seminar-top .slider-top img,
.seminar .seminar-top .slider-bottom img {
  width: 100%;
  height: 150px;
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
}
.seminar .seminar-top .slider-content {
  width: 100%;
  text-align: center;
}
.seminar .seminar-top .catch {
  display: block;
  width: 100%;
  margin: 60px 0 40px 0;
  color: #004C71;
  font-size: 4.8rem;
  text-align: center;
}
.seminar .read {
  display: block;
  width: fit-content;
  max-width: 90%;
  margin: 0 auto 60px;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
}
.seminar .seminar-top .fixed-photo-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 270px;
  clip-path: polygon(10% 0, 70% 0, 20% 100%, 0% 100%);
  z-index: 10;
}
.seminar .seminar-top .fixed-photo-top img {
  display: block;
  width: 100%;
  height: 100%;
}
.seminar .seminar-top .fixed-photo-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 420px;
  height: 270px;
  clip-path: polygon(80% 0, 100% 0, 90% 100%, 30% 100%);
  z-index: 10;
}
.seminar .seminar-top .fixed-photo-bottom img {
  display: block;
  width: 100%;
  height: 100%;
  transform: translate(140px, 0);
}
.seminar .program {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 0 60px 0;
}
.seminar .program-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.seminar .program-visual {
  flex-shrink: 0;
  width: 420px;
}
.seminar .program-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.seminar .program-content {
  display: block;
  width: 100%;
}
.seminar .program-content h2.main-copy {
  display: block;
  margin: 15px 0 30px 0;
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
}
.seminar .program-content .section-title {
  margin: 0 0 20px 0;
  color: #000;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.seminar .program-content .section-title h3 {
  display: inline-block;
  padding: 0 0 10px 0;
  font-size: 2.0rem;
}
.seminar .program-content .purpose-list div {
  margin: 0 0 20px 0;
}
.seminar .program-content .purpose-list dt {
  color: #074d70;
  font-size: 2.0rem;
  font-weight: bold;
}
.seminar .program-content .purpose-list dd {
  font-size: 1.5rem;
}
.seminar .problem {
  display: block;
  width: 100%;
  margin: 0 0 120px 0;
}
.seminar .problem .problem-title {
  margin: 0 0 10px 0;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
.seminar .problem ul {
  margin: 0 0 20px 5px;
}
.seminar .problem ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  color: #000;
  font-size: 1.7rem;
  font-weight: 700;
  list-style: none;
  line-height: 1.4;
}
.seminar .problem ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background-image: url(https://sdgsbase.com/site/wp-content/themes/sdgsbase/images/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.seminar .problem .solution-copy {
  color: #000;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.seminar .detail {
  display: block;
  width: 100%;
  padding: 0 0 80px 0;
}
.seminar .detail .detail-inner h2 {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
  padding: 20px 20px 20px 20px;
  color: #ffffff;
  font-size: 3rem;
  background-image: url(https://sdgsbase.com/site/wp-content/themes/sdgsbase/images/seminar-detail-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
}
.seminar .detail strong {
  color: #000;
  font-size: 2.2rem;
  font-weight: bold;
}
.seminar .detail .schedule h2,
.seminar .sponsorship h2 {
  position: relative;
  display: block;
  margin: 50px 0 10px 0;
  padding: 0 0 0 30px;
  color: #004C71;
  font-size: 2.2rem;
  font-weight: bold;
}
.seminar .detail .schedule h2::before,
.seminar .sponsorship h2::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 16px;
  height: 4px;
  background: #004C71;
}
.seminar .detail .btn,
.seminar .sponsorship .btn {
  display: inline-block;
  margin: -20px 0 0 0;
  font-size: 1.8rem;
}
/* セミナーカード */
.seminar .seminar-container {
  width: 100%;
}
.seminar .seminar-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 20px 20px 20px 20px;
  color: #ffffff;
  border-radius: 8px;
}
.seminar .seminar-card.is-future {
  background-color: #074d70;
}
.seminar .seminar-card.is-past {
  background-color: #888888;
}
.seminar .seminar-info {
  padding: 0 20px 0 0;
}
.seminar .seminar-title {
  margin: 0 0 10px 0;
  font-size: 1.8rem;
  line-height: 1.4;
}
.seminar .seminar-title a {
  color: #ffffff !important;
  text-decoration: underline dashed 2px #ffffff !important;
  text-underline-offset: 5px;
}
.seminar .seminar-meta {
  margin: 0 0 10px 0;
  color: #ffffff !important;
  font-size: 1.4rem;
  font-weight: bold;
}
.seminar .seminar-tags {
  display: flex;
  gap: 10px;
}
.seminar .seminar-tag-item {
  display: inline-block;
  padding: 5px 15px 5px 15px;
  color: #333333;
  font-size: 1.4rem;
  text-decoration: none;
  background: #ffffff;
  border-radius: 6px;
}
.seminar .seminar-tag-item:hover {
  opacity: 0.8;
}
.seminar .seminar-image {
  flex-shrink: 0;
}
.seminar .seminar-image img {
  display: block;
  width: 240px;
  height: 100px;
  object-fit: cover;
  border-radius: 12px;
}
.seminar .sponsorship {
  display: block;
  width: 100%;
  text-align: left;
}
.seminar .sponsor-grid {
  display: flex;
  gap: 15px;
  width: 941px;
  max-width: 100%;
  margin: 30px auto 40px;
}
.seminar .sponsor-item {
  display: block;
  flex-shrink: 0;
  width: 224px;
  text-align: center;
}
.seminar .sponsor-logo-box {
  display: block;
  width: 224px;
  margin: 0 0 10px 0;
  background: #fff;
  border: 1px solid #ccc;
}
.seminar .sponsor-logo-box img {
  display: block;
  width: 100%;
  height: auto;
}
.seminar .sponsor-name {
  display: block;
  width: 100%;
  text-align: center;
}
.seminar .sponsor-name a {
  display: inline-block;
  color: #074d70;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}


@media screen and (max-width: 500px) {
.page-id-310.page .site-main {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.seminar {
  margin: 40px auto 0;
  overflow: hidden;
}
.seminar .seminar-top {
  display: flex;
  width: 100%;
  height: auto;
}
.seminar .seminar-top .slider-top,
.seminar .seminar-top .slider-bottom {
  position: relative;
  width: 100%;
}
.seminar .seminar-top .slider-top {
  top: 0;
  left: 0;
  margin: 0 0 30px 0;
}
.seminar .seminar-top .slider-bottom {
  bottom: auto;
  right: auto;
  margin: -20px 0 20px 0;
}
.seminar .seminar-top .slider-content {
  position: relative;
  width: 90%;
  margin: 20px auto 0;
  z-index: 50;
}
.seminar .seminar-top .catch {
  margin: 10px 0 10px 0;
  font-size: 2.2rem;
  line-height: 1.3;
}
.seminar .seminar-top .read {
  width: 90%;
  margin: 0 auto;
  font-size: 1.5rem;
}
.seminar .seminar-top .read br {
  display: none;
}
.seminar .seminar-top .splide__slide img {
  width: 240px;
  height: 130px;
}
.seminar .seminar-top .fixed-photo-top {
  width: 100%;
  height: 170px;
  clip-path: polygon(5% 0, 35% 0, 15% 100%, 0% 100%);
}
.seminar .seminar-top .fixed-photo-top img {
  transform: translate(-190px, 0);
}
.seminar .seminar-top .fixed-photo-bottom {
  width: 100%;
  height: 170px;
  clip-path: polygon(85% 0, 100% 0, 95% 100%, 65% 100%);
}
.seminar .seminar-top .fixed-photo-bottom img {
  transform: translate(140px, 0);
}
.seminar .program,
.seminar .problem,
.seminar .detail,
.seminar .sponsorship {
  width: 100%;
  max-width: 100%;
  padding: 0 20px 0 20px;
}
.seminar .program-inner {
  display: flex;
  gap: 20px;
}
.seminar .program-visual {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.seminar .program-content h2.main-copy {
  margin: 0 0 20px 0;
  font-size: 2.0rem;
  line-height: 1.4;
}
.seminar .detail h2.detail-title {
  padding: 15px 15px 15px 15px;
  font-size: 2.0rem;
}
.seminar .sponsor-grid {
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.seminar .sponsor-item {
  flex-shrink: 0;
  width: calc(50% - 4px);
}
.seminar .sponsor-logo-box {
  width: 100%;
}
.seminar .sponsor-name a {
  font-size: 11px;
  transform: none;
}
}








/* ==========================================================================
   contact
   ========================================================================== */
.contact,
.contact-confirm,
.contact-thanks {
	display: block;
	width: 100%;
	margin: 0 auto;
	background: url('https://sdgsbase.com/site/wp-content/themes/sdgsbase/images/bg_contact.webp') no-repeat right top;
	background-size: 50%;
}
.contact h2 {
	width: 40%;
	margin: 0 auto 30px;
	padding: 5px 0 5px 0;
	color: #fff;
	font-size: 2.0rem;
	text-align: center;
	background-color: #004C71;
	border-radius: 50px;
}
.contact .form-read {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: center;
}
.contact .tel i {
	margin: 0 4px 0 0;
	font-size: 5.0rem;
}
.contact .tel {
	display: block;
	width: 100%;
	margin: 0 0 40px 0;
	color: #004C71;
	font-size: 6.0rem;
	text-align: center;
	letter-spacing: 0;
	line-height: 1.0;
}
.contact .tel a {
	color: #004C71;
}
.contact .contact-thanks {
	width: 100%;
	text-align: left;
}
.contact .contact-thanks p {
	margin: 0 0 40px 0;
}


@media (max-width: 1023px) {
.contact h2 {
	width: 60%;
	margin: 0 auto 30px;
}
.contact .form-read {
	margin: 0;
	font-size: 1.5rem;
}
.contact .tel i {
	font-size: 4.0rem;
}
.contact .tel {
	font-size: 5.0rem;
}
}


@media (max-width: 768px) {
.contact {
	background-size: 80%;
}
.contact h2 {
	width: 80%;
	margin: 0 auto 20px;
}
.contact .form-read {
	margin: 0;
}
.contact .tel i {
	font-size: 2.0rem;
}
.contact .tel {
	font-size: 3.6rem;
}
}





/* ==========================================================================
   form共通
   ========================================================================== */
form {
	width: 80%;
	margin: 0 auto 0;
	text-align: left;
}
form .wpcf7-response-output {
	display: none;
}
form .required {
	color: #EE7800;
}
form dl dt {
	display: block;
	width: 100%;
	line-height: 1.2;
}
form dl dd {
	display: block;
	width: 100%;
	margin: -10px 0 0 0; 
}
form select {
	width: 100%;
	margin: 0 0 10px 0;
}
form input[type="text"],
form input[type="email"],
form select {
	width: 100% ;
    margin: -5px 0 15px 0;
    padding: 7px;
    border: 2px solid #ccc;
    border-radius: 6px;
    background: #f5f4f1;
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: inherit;
}
form textarea {
	width: 100% ;
	height: 200px;
    margin: -5px 0 20px 0;
    padding: 7px;
    border: 2px solid #ccc;
    border-radius: 6px;
    background: #f5f4f1;
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: inherit;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form select:focus,
form textarea:focus {
	border: 2px solid #004C71;
	background: #f5f4f1;
}
form input[type="button"],
form input[type="submit"] {
	display: block;
	width: 240px;
	margin: 30px 5px 0 5px;
	padding: 5px 0 5px 0;
	color: #fff;
	font-size: 20px;
	background: #EE7800;
	border: none;
	border-radius: 50px;
	cursor: pointer;
}
.contact-confirm label {
	display: inline-block;
	margin: 0 0 20px 0 !important;
}


@media (max-width: 1023px) {
form {
	width: 100%;
}
}


@media (max-width: 768px) {
form {
	width: 100%;
}
form input[type="button"],
form input[type="submit"] {
	width: 85%;
	margin: 30px auto 0;
}
}





/* ==========================================================================
   privacy
   ========================================================================== */
.privacy h2 {
	margin: 0 0 10px 0;
	color: #004C71;
	font-size: 2.0rem;
}
.privacy p {
	margin: 0 0 40px 0;
}
ul {
	margin: 0 0 40px 20px;
}


@media (max-width: 1023px) {

}


@media (max-width: 768px) {
.privacy {
	background-size: 80%;
}
.privacy h2 {
	font-size: 1.8rem;
}
}





/* ==========================================================================
   404
   ========================================================================== */
.error-404 form {
	width: 70%;
	margin: 0 auto 0 0 ;
	text-align: left;
}
.error-404 .searchform div {
    display: flex;
    align-items: stretch;
    width: 100%;
	margin: 0 0 30px 0;
}
.error-404 .searchform input[type="text"],
.error-404 .searchform input[type="submit"] {
    margin: 0 20px 0 0;
    vertical-align: top;
}
.error-404 .searchform input[type="text"] {
    flex: 1;
}


@media (max-width: 1023px) {
.error-404 form {
	width: 100%;
}
}


@media (max-width: 768px) {
.error-404 form {
	width: 100%;
	text-align: center;
}
.error-404 .searchform div {
    flex-direction: column;
}
.error-404 .searchform input[type="text"] {
    margin: 0 0 10px 0;
}
.error-404 .searchform input[type="submit"] {
    margin: 0 auto 0;
}
}










