@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
/* CSS Document */

:root {
  --border-orange: 1px solid #23adc6;
  --bg-color-origin: #fff;
  --bg-coler: #23adc6;
  --bg-btn: #f48120;
  --color-bk: #000;
}

/* 共通スタイル------------------------- */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: var(--color-bk);
  background: var(--bg-color-origin);
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

/*header--------------------------------*/

.title-wrap {
  background: url(../images/header_bg.webp);
  width: 100%;
  background-size: cover;
  padding: 0 0 15px 0;
  position: relative;
  overflow: hidden;
}

header.title-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: zoom 10s 1;
  animation: zoom 10s 1;
  animation-fill-mode: forwards;
}

.sp-logo {
  display: block;
  width: 80%;
  max-width: 150px;
  background: #888;
  padding: 20px;
  margin: 0 auto;
}

.title-text-area {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.title-left-side {
  width: 100%;
  vertical-align: top;
  z-index: 20;
}
.title-left-side .h1-title {
  /*font-family: "Noto Serif JP", serif;*/
  margin: 0 auto;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.title-left-side .h1-title ul {
  padding: 0;
  margin: 1.5rem auto 0 auto;
}

/*.title-left-side .h1-title ul li:first-child {
  margin-top: 2rem;
  margin-right: 10px; 
  font-size: 2.2rem;
  letter-spacing:0.1rem;
	padding-bottom: 0.5rem;
}*/

.title-left-side .h1-title ul li:first-child {
  font-size: 3.5rem;
  letter-spacing:0.6rem;
  padding:0.5rem;
  /*text-shadow: 4px 4px 4px #fff;*/
  color:#f48120;
  text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.title-left-side .h1-title ul li:nth-child(2) {
  font-size: 1.5rem;
  letter-spacing:0rem;
  white-space:nowrap;
  padding:0.5rem;
}

/*.title-left-side .h1-title ul li span {
  color: var(--orange);
  background: rgb(255, 153, 1);*/
/*background: linear-gradient(132deg, rgb(216 228 79) 0%, rgb(15 190 182) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
/*}*/

.title-left-side p.label {
  color: #000;
  display: flex;
  justify-content: center;
  margin: 2rem auto 1rem auto;
  font-size: 1.6rem;
}

.title-left-side ul.label li {
  font-size: 1.6rem;
}

.title-left-side ul.label li.small {
  font-size: 0.75rem;
  padding-left: 10px;
}

.title-left-side .title-date {
  font-size: 1.5rem;
  margin: 1rem auto 2rem auto;
  text-align: center;
  color: #000;
  font-family: "BIZ UDPゴシック", serif;
  background-color: #ffffffb3;
  width: 90%;
}
.title-date span {
  font-size: 2rem;
  font-weight: bold;
}
.title-left-side ul.title-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
}
.title-left-side .title-date li span {
  font-size: 3rem;
}

.title-left-side ul.title-date li:nth-child(2) {
  font-size: 1.275rem;
  line-height: 1.2;
}

.title-left-side.shaow.timeLag {
  color: #ccc;
  font-weight: bold;
  font-size: 3.3rem;
  margin: 0;
}
/* text-shadow: 2px 2px 2px #525252, -2px -2px 3px #525252, -2px 2px 2px #525252,
    2px -2px 2px #525252, 2px 0px 2px #525252, -2px -0px 2px #525252,
    0px 2px 2px #525252, 0px -2px 2px #525252; */
.fuchidori {
  /* font-weight: bold; */
  /* font-size: 3.3rem; */
  /* color: rgba(0, 0, 0, 0); */
  text-shadow: 3px 3px 0 #d3ecfb;
  -webkit-text-stroke: 1px #525252;
  text-stroke: 1px #525252;
  /* padding: 0 0 10px; */
}

.btn-wrap-head {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  text-shadow: none;
}

.title-right-side {
  width: 35%;
  text-align: right;
  z-index: 10;
}
.seminar-title .small{
    display: block;
    font-size: 1rem;
    line-height: 1.3rem;
    padding-top: 0.5rem;
}
/*opアニメーション*/
.shutter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: 99;
  -webkit-animation: byeShutter 2.4s forwards;
  animation: byeShutter 1.4s forwards;
}
.op_logo {
  position: absolute;
  width: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: logo 0.8s forwards;
  animation: logo 0.8s forwards;
  animation-delay: 0.2s;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes logo {
  0% {
    opacity: 1;
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: scale(0.8);
  }
}

/*main--------------------------------*/

main {
  color: #fff;
}

.read-wrap {
  width: 100%;
  margin: 0 auto 4.5rem;
  padding: 20px;
  background-color: #fff;
}
.read-wrap{
	border:1 solid #000;
}
.read-wrap .c_logo{
	display:flex;
	justify-content: center;
	margin:0 auto;
}
.read-wrap .t_logo{
	color:#000;
	font-weight:bold;
	font-size:1.3rem;
	align-self:center;
}

.read-wrap p {
  padding: 0 10%;
  color: #000;
}

h2.text-divider {
  color: #000;
  text-align: center;
  margin: 1rem auto;
  position: relative;
  padding: 1rem 0.5rem;
  width: 80%;
}
h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: "";
  border-radius: 3px;
  background: #23adc6;
  background: linear-gradient(299deg, #3eacdb 0%, #669999 100%);
  background: -moz-linear-gradient(left, #3eacdb, #669999);
  background: -webkit-linear-gradient(left, #3eacdb, #669999);
  background: linear-gradient(to right, #3eacdb, #669999);
}
.bold{
	text-align:center;
	font-weight:bold;
	margin:1rem;
}
.list-blk {
  margin: 0;
  padding: 20px 0;
  color: var(--color-bk);
  width: 100%;
  position: relative;
  background: #23adc6;
  background: linear-gradient(299deg, #23adc6 0%, #669999 100%);
  background: -moz-linear-gradient(left, #23adc6, #669999);
  background: -webkit-linear-gradient(left, #23adc6, #669999);
  background: linear-gradient(to right, #23adc6, #669999);
}
.list-blk ul.list-left {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
}

li.img-area {
  overflow: hidden;
  width: 240px;
  height: auto;
}

/*.img-area img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}*/

.list-blk ul.list-left .prof-area {
  width: 76%;
  margin-right: 20px;
}

.list-blk ul.list-left .prof-area .name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.list-blk ul.list-left .prof-area .seminar-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #f48120;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.list-blk ul.list-left .prof-area .schedule-main {
  margin: 0;
  position: relative;
  font-weight: normal;
  font-size: 1.5rem;
  background-color: #23adc6;
  color: #fff;
  padding: 10px 0 10px 40px;
  margin-bottom: 20px;
}
.list-blk ul.list-left .prof-area .schedule {
  margin: 0;
  position: relative;
  font-weight: normal;
  font-size: 1.5rem;
  background-color: #666666;
  color: #fff;
  padding: 10px 0 10px 40px;
  margin-bottom: 20px;
}
.position {
  font-size: 0.9rem;
}

.list-blk02 {
  margin: 0;
  color: var(--color-bk);
  width: 100%;
}

.list-blk02 .list-close {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 1.625rem;
  text-align: center;
  color: #fff;
  background: #23adc6;
  background: linear-gradient(299deg, #23adc6 0%, #669999 100%);
  background: -moz-linear-gradient(left, #23adc6, #669999);
  background: -webkit-linear-gradient(left, #23adc6, #669999);
  background: linear-gradient(to right, #23adc6, #669999);
}

.list-blk02 .notes {
  font-size: 0.8rem;
  margin: 1rem;
  text-align: center;
  color: var(--color-bk);
}

.list-wht {
  margin: 0;
  color: var(--color-bk);
  width: 100%;
  position: relative;
  padding: 20px 0 0;
}

.list-wht ul.list-left {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
  border: var(--border-orange);
}

.box01 {
  position: relative;
  margin: 1em 0 1.5rem;
  padding: 25px 10px 7px;
  border: dotted 2px #00cccc;
}
.box01 .box-title {
  position: absolute;
  display: inline-block;
  top: -1px;
  left: -1px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 0.875rem;
  background: #777;
  color: #fff;
}
.box01 p {
  font-size: 0.9rem;
}

.list-wht ul.list-left .prof-area {
  width: 76%;
  margin-left: 20px;
}

.list-wht ul.list-left .prof-area .name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.list-wht ul.list-left .prof-area .seminar-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #f48120;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}

.list-wht ul.list-left .prof-area .schedule {
  margin: 0;
  position: relative;
  font-weight: normal;
  font-size: 1.5rem;
  background-color: #666666;
  color: #fff;
  padding: 10px 0 10px 40px;
  margin-bottom: 20px;
}
.prof {
  font-size: 0.9rem;
}

.btn-wrap,
.btn-wrap-blk {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 75%;
}

.button {
  display: inline-block;
  width:100%;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #f48120;
  border: 1px solid #f48120;
  color: #fff;
  font-size: 1.2rem;
  line-height: 50px;
/*  margin-bottom: 15px;*/
  padding-top: 6px;
}
.button:hover {
  background-color: #fff;
  border-color: #f48120;
  color: #f48120;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: var(--bg-btn);
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: var(--bg-btn);
}

.btn-wrap-blk {
  padding: 15px;
  color: var(--color-bk);
}

.btn-wrap p,
.btn-wrap-blk p {
  font-size: 1.5rem;
}

.close-btn-head {
  border: 2px solid #ccc;
  background: #eee;
  text-align: center;
  width: 70%;
  padding: 10px;
  font-size: 1.2rem;
  color: #999;
  margin: 0 auto;
  font-weight: normal;
}

.close-btn {
  border: 2px solid #ccc;
  background: #eee;
  text-align: center;
  width: 60%;
  margin: 20px auto;
  padding: 10px;
  font-size: 1.25rem;
  color: #999;
}

p.deadline {
  text-align: center;
  font-size: 1.5rem;
  color: #171717;
  margin: 0 0 40px;
}

.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}

.finalsection {
  background-size: cover;
  width: 100%;
}

.summary-wrap {
  width: 100%;
  padding: 20px 0;
  color: var(--color-bk);
  background: url(../images/summary_bg.webp);
  background-size: cover;
}

.summary-wrap .text-area {
  background: #ffffffe3;
  min-width: 320px;
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  line-height: 2;
  border: var(--border-orange);
}

.summary-wrap .text-area h3 {
  text-align: center;
  color: var(--color-bk);
  font-size: 1.875rem;
  font-weight: lighter;
}

.summary-wrap .text-area .summary-text {
  color: var(--color-bk);
}

.summary-wrap .text-area .summary-text span {
  background: #aaa;
  padding: 3px 8px;
  text-align: center;
  font-size: 0.9rem;
  margin-inline-end: 10px;
  color: #525252;
}

.summary-wrap p.kome {
  color: var(--color-bk);
  line-height: 1.4;
  margin-top: 12px;
}

.helpdesk-wrap {
  width: 100%;
  margin: 0 auto 2rem;
  padding-top: 20px;
  background: #23adc6;
  background: linear-gradient(299deg, #23adc6 0%, #669999 100%);
  background: -moz-linear-gradient(left, #23adc6, #669999);
  background: -webkit-linear-gradient(left, #23adc6, #669999);
  background: linear-gradient(to right, #23adc6, #669999);
}

.helpdesk-wrap .helpdesk-text {
  display: flex;
  justify-content: center;
}

.helpdesk-wrap .helpdesk-text .title-text {
  font-size: 1.75rem;
  width: 15%;
}
.helpdesk-wrap .helpdesk-text .info-text {
  font-size: 1.25rem;
}

.helpdesk-wrap .mail-link {
  margin: 20px 0;
}

.helpdesk-wrap .mail-link a {
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  width: 80%;
  text-align: center;
}

.helpdesk-wrap .mail-link a img {
  display: inline;
  vertical-align: middle;
  padding-right: 10px;
}
.mail-link a:hover {
  opacity: 0.3;
}

.border {
  border-bottom: solid 1px #3cb1ee;
}

/*20230628追加分*/
.container {
	display:flex;
	justify-content: center;
	align-items: flex-start;
	max-width:99%;
	margin:0 auto;
}
.kv:first-child {
	width:33%;
	margin-top:-9rem;
}
.kv:nth-child(2) {
	width:50%;
	text-align:center;
	padding:0;
	margin:0;
}
.kv:nth-child(3) {
	width:25%;
}
.kv:nth-child(3) img{
	margin-top:4rem;
}
/*---- fadeUp ----*/

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.fadeUpTrigger {
  opacity: 0;
}

footer {
  text-align: center;
  color: #fff;
  background: var(--bg-color-origin);
  background: #23adc6;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #f48120;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*@media---------------------------------------------------------*/
@media screen and (max-width: 1400px) {
	.container {
	display:flex;
	justify-content: center;
	align-items: flex-end;
	}
	.kv:nth-child(3) {
		margin: 0;
		padding:0;
	}
	.sp_br{
		display:none;
	}
}
@media screen and (min-width: 1024px) {
.kv:first-child {
	width:25%;
}
.kv:nth-child(3) {
	margin:-12rem 0 0 0;
}
	.sp_br{
		display:none;
	}
}

@media screen and (max-width: 896px) {
  .sp-logo {
    width: 35%;
	margin:0 auto;
  }
	.sp_br{
		display:none;
	}
	.title-left-side .h1-title ul{
  margin: 1rem auto 0 auto;
}
/*  .title-left-side .h1-title ul li:first-child {
    font-size: 1.8rem;
  }*/
  .title-left-side .h1-title ul li:first-child {
    font-size: 3rem;
  }
  .title-left-side .h1-title ul li:nth-child(2) {
    font-size: 1.18rem;
  }
  .title-left-side p.label {
    padding: 3rem auto 0.5rem auto;
    font-size: 1.3rem;
  }
  .title-left-side ul.label li {
    font-size: 1.2rem;
  }
  .title-left-side p.title-date {
    font-size: 1rem;
  }
  .title-left-side p.title-date span{
    font-size: 1.7rem;
  }
	.container {
	width:95%;
	margin:0 auto;
	padding:0;
	}
	.kv:first-child {
		width:25%;
	}
	.kv:nth-child(2) {
		width:50%;
	}
	.kv:nth-child(3) {
		width:25%;
	}
.kv:nth-child(3) img{
	width:95%;
	margin-top:2rem;
}
	.button {
	font-size: 1rem;
	width:100%;
	}
.title-right-side {
    width: 35%;
    text-align: right;
    margin-right: 10px;
  }

  .title-left-side {
    width: 95%;
  }

  .list-blk02 .list-close {
    font-size: 1.4rem;
  }

  .summary-wrap .text-area h3 {
    font-size: 1.5rem;
  }

  .helpdesk-wrap .helpdesk-text .title-text {
    font-size: 1.4rem;
  }

  .info-text p {
    font-size: 1rem;
  }
} /*end*/

@media screen and (max-width: 768px) {
  .sp-logo {
    padding: 15px 15px;
    margin: 0 auto;
    width: 54%;
  }

  .sp-logo a {
    display: block;
  }

  .title-wrap {
    background-size: cover;
  }

  .title-right-side {
    display: none;
  }
  .title-left-side {
    width: 90%;
    margin: 0 auto;
  }
 /* .title-left-side .h1-title ul li:first-child{
    font-size: 1.8rem;
    text-align: center;
  }*/
  .title-left-side .h1-title ul li:first-child{
    font-size: 3rem;
    text-align: center;
	letter-spacing:0.5rem;
  }
  .title-left-side .h1-title ul li:nth-child(2) {
		margin-bottom:2rem;
}
  .title-left-side ul.label {
    width: 80%;
    margin: 20px auto;
  }
  .title-left-side p.label {
    font-size: 1.2rem;
/*    background-color: #ffffffb3;*/
    width: 100%;
  }
  .title-left-side ul.title-date {
    display: flex;
    justify-content: center;
  }
  .title-left-side .title-date {
    margin: 0 auto;
    width: 90%;
	font-size: 1.2rem;
  }
  .title-date span {
    font-size: 2rem;
  }
.container{
	margin:0 auto;
	align-items:center;
	padding:0;
	}
.kv:first-child {
	width:80%;
	margin-top: 0rem;
}
.kv:nth-child(2) {
	margin:0;
	flex-basis:30%;
}
.kv:nth-child(3) {
	order:0;
	width:80%;
}

  /*タイトル*/

  .title-left-side .h1-title ul li:first-child {
    text-align: center;
    font-size: 1.2rem;
  }

  .read-wrap {
    padding: 0 20px;
  }
  .read-wrap p {
    font-size: 0.825rem;
    padding: 0;
  }

  .summary-wrap .text-area {
    width: 80%;
  }

  .summary-wrap .text-area ul li span {
    display: block;
    margin: 10px 0;
    width: 25%;
  }

  .summary-wrap .text-area .summary-text {
    font-size: 0.9rem;
  }

  .summary-wrap p.kome {
    font-size: 0.825rem;
  }

  .helpdesk-wrap .helpdesk-text .title-text {
    width: 18%;
  }

  .list-blk02 .list-close {
    font-size: 1.1rem;
  }

  .list-blk ul.list-left,
  .list-wht ul.list-left {
    width: 90%;
  }

  .close-btn-head {
    border: 2px solid #ccc;
    background: #eee;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    font-size: 1.25rem;
    color: #ccc;
  }

  .close-btn {
    border: 2px solid #ccc;
    background: #eee;
    text-align: center;
    width: 90%;
    margin: 20px auto;
    padding: 10px;
    font-size: 1.25rem;
    color: #ccc;
  }

  .btn-wrap-head {
    margin: 15px auto;
  }

  /*.btn-wrap,
  .btn-wrap-blk {
    padding: 0;
    margin: 20px auto;
  }*/

  /*.btn-wrap-blk {
    padding: 10px 0;
  }*/

  .list-blk ul.list-left .prof-area .schedule {
    font-size: 1.2rem;
  }
  .list-wht ul.list-left .prof-area .schedule {
    font-size: 1.2rem;
  }

  .button {
    width: 100%;
  }
} /*end*/

@media screen and (max-width: 768px) {
  .title-wrap {
    /*background: url(../images/sp-bg-main.webp) center top no-repeat;*/
    width: 100%;
    background-size: cover;
    padding: 0 0 15px 0;
    position: relative;
    overflow: hidden;
  }
.container{
	flex-flow: column;
	align-items:center;
	margin:0 auto;
	}
.kv:first-child {
	order:1;
	min-width:300px;
}
.kv:nth-child(2) {
	margin:0;
	width:100%;
	order:2;
}
.kv:nth-child(3) {
	order:0;
	max-width:300px;
	margin-top:-3rem;
}
.read-wrap .t_logo{
	font-size:1rem;
	white-space:nowrap;
	}
.read-wrap .c_logo {
		display:block;
	text-align:center;
	margin-top:1rem;
	}
.read-wrap .c_logo img{
	margin:0 auto;
	}
	/*.title-left-side .h1-title {
    background-color: #ffffffb3;
  }
  .title-left-side .h1-title ul li:first-child {
    font-size: 1.5rem;
	letter-spacing:normal;
	white-space:normal;
  }*/
  .title-left-side .h1-title ul li:first-child {
    font-size: 2.5rem;
	white-space:normal;
	 letter-spacing:0.5rem;
  }
  .title-left-side .h1-title ul li:nth-child(2) {
    font-size: 1.3rem;
	white-space:normal;
	padding-top:1rem;
  }
  .title-left-side ul.label {
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 1.25rem;
    margin: 1rem auto;
  }

  .title-left-side ul.label li {
    font-size: 1rem;
  }

  .title-left-side ul.label li.small {
    font-size: 0.75rem;
  }

  .title-left-side ul.title-date {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    width: 100%;
  }

  /*タイトル*/

  .title-left-side .h1-title ul li:first-child {
    font-size: 3rem;
    text-align: center;
    margin: 1rem 0 0;
  }
  .title-left-side ul.title-date li:nth-child(2) {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  /*list*/

  .list-blk ul.list-left {
    display: block;
    width: 96%;
  }

  .list-blk ul.list-left .prof-area {
    width: 100%;
  }

  .list-wht ul.list-left .img-area {
    margin: 0 auto;
  }

  .list-blk ul.list-left .img-area img {
    margin: 0 auto;
  }

  .list-wht ul.list-left {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column-reverse;
  }

  .list-wht ul.list-left .prof-area {
    width: 100%;
    margin-left: 0;
  }
  .list-blk ul.list-left .prof-area .schedule,
  .list-wht ul.list-left .prof-area .schedule,
  .list-blk .list-close {
    font-size: 1.1rem;
  }

  .list-blk ul.list-left .prof-area .name,
  .list-wht ul.list-left .prof-area .name {
    font-size: 1.5rem;
  }

  .list-blk ul.list-left .img-area,
  .list-wht ul.list-left .img-area {
    width: 60%;
    margin: auto;
  }

  /*btn*/

  .btn-wrap p,
  .btn-wrap-blk p {
    font-size: 0.97rem;
  }

  .btn_txt {
    font-size: 1.25rem;
  }

  p.deadline {
    font-size: 1rem;
  }

	.button{
		font-size:1.5rem;
	}
  /*summy*/

  .summary-wrap .text-area {
    width: 90%;
    padding: 40px 20px;
  }

  .summary-wrap .text-area ul li {
    margin-bottom: 20px;
    line-height: 1.4;
  }

  /*helpdesk*/
  .helpdesk-wrap {
    padding: 0 20px;
  }

  .helpdesk-wrap .helpdesk-text {
    display: block;
    justify-content: center;
    padding: 20px 0;
  }

  .helpdesk-wrap .helpdesk-text .title-text {
    width: 90%;
    text-align: center;
    font-size: 1.4rem;
    margin: 0 auto 10px;
  }

  .helpdesk-wrap .helpdesk-text .info-text {
    font-size: 1rem;
    text-align: center;
  }

  .helpdesk-wrap .mail-link a {
    width: 100%;
  }

  .summary-wrap .text-area h3 {
    font-size: 1.4rem;
  }
  li .sp_br {
    display: block;
  }
	.title-date .sp_br{
		display:none;
	}
}

@media screen and (min-width: 800px) and (max-width: 845px) {
/*  .title-left-side .h1-title ul li:first-child {
    font-size: 1.6rem;
  }*/
  .title-left-side .h1-title ul li:first-child {
    font-size: 2.8rem;
  }
  .title-left-side .title-date li span {
    font-size: 2rem;
  }
  .title-right-side.timeLag img.logo {
    width: 80%;
  }
  .title-left-side ul.title-date li:nth-child(2) {
    font-size: 1rem;
  }
}

/*@media screen and (min-width: 667px) and (max-width: 736px) {
  .title-left-side .h1-title ul li:nth-child(2) {
    font-size: 2.8rem;
  }
}*/
@media screen and (min-width: 812px) and (max-width: 912px) {
  .sp-logo {
    width: 35%;
  }
}
@media screen and (max-width:465px){
	  .title-left-side .h1-title ul li:first-child {
    font-size: 1rem;
	letter-spacing:normal;
	white-space:normal;
	padding:0.3rem;
  }
  .title-left-side .h1-title ul li:first-child {
    font-size: 2rem;
	white-space:normal;
	letter-spacing:0.1rem;
	padding:0;
  }
  .title-left-side .h1-title ul li:nth-child(2) {
    font-size: 1.3rem;
	white-space:normal;
	padding-top:0.3rem;
	margin:0 0 1.5rem 0;
  }
}

@media screen and (max-width:350px){
	.sp_br{
		display:block;
	}
	.button{
		font-size:1rem;
	}
}