.c-margin-b{
  max-width:unset;
}
#simplepagetitle{
  display: none;
}
#section1{
  padding-top: 0;
  padding-bottom: 0;
}
.c-margin-b:not(.c-margin-b--large) .c-margin-b__inner {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 640px){
  .c-section:not(.c-section--relation) {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .c-margin-b:not(.c-margin-b--large) .c-margin-b__inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

.topMv{
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 95px;
  padding-bottom: 65px;
}
@media (max-width: 640px){
  .topMv{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.topMv__contents{
  width: 100%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1100px){
  .topMv__contents{
    width: calc(100% - 80px);
  }
}
@media (max-width: 910px){
  .topMv__contents{
    display: block;
    width: calc(100% - 80px);
  }
}
.topMv__left{
  width:calc(100% - 423px);
  position: relative;
}
@media (max-width: 910px){
  .topMv__left{
    width:100%;
  }
}
.topMv__balloon{
  position: absolute;
  top:-40px;
  left: -40px;
}
@media (max-width: 640px){
  .topMv__balloon{
    left: -20px;
  }
}
@media (max-width: 1100px){
  .topMv__balloon{
    top:0px;
    left: 0px;
  }
}
.topMv__balloon img{
  width: 40px;
}
.topMv__right{
  width: 403px;
}
@media (max-width: 910px){
  .topMv__right{
    padding-top: 20px;
    width: 100%;
  }
}
.topMv__right img{
  width: 100%;
}
.topMv .h1Title{
  font-size: 33px;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
@media (max-width: 1100px){
  .topMv .h1Title{
    padding-left: 48px;
    font-size: 28px;
  }
  .topMv .h1Title br{
    display: none;
  }
}
@media (max-width: 640px){
  .topMv .h1Title{
    padding-left: 48px;
    font-size: 22px;
  }
  .topMv .h1Title br{
    display: none;
  }
}
.topMv__lead{
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

.webinarBlockWrap{
  width: 100%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}
@media (max-width: 1100px){
  .webinarBlockWrap{
    width: calc(100% - 80px);
  }
}
@media (max-width: 640px){
  .webinarBlockWrap{
    width: calc(100% - 80px);
  }
}
.webinarBlock__title{
  font-size:20px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: normal;
}
.webinarBlockList{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  column-gap: 68px;
}
.webinarBlockList li.webinarBlockList__item:nth-child(n+5) {
  display: none;
}
.webinarBlockList--allshow li.webinarBlockList__item:nth-child(n+5) {
  display: block;
}

@media (max-width: 640px){
  .webinarBlockList{
    display: block;
  }
}
.webinarBlockList__item{
  width: calc(50% - 34px);
  list-style: none;
  border-bottom: 1px solid #c9c9c9;
  padding-top: 24px;
  padding-bottom: 40px;
}
@media (max-width: 640px){
  .webinarBlockList__item{
    width: 100%;
  }
}
.webinarBlockList__item:first-child,
.webinarBlockList__item:nth-child(2){
  border-top: 1px solid #c9c9c9;
}
@media (max-width: 640px){
  .webinarBlockList__item:nth-child(2){
    border-top: none;
  }
}
.webinarLists{
  margin: 0;
  padding: 0;
}
.webinarList__item{
  list-style: none;
  display: flex;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 23px;
}
@media (max-width: 640px){
  .webinarList__item{
    display: block;
  }
}
.webinarList__item:first-child{
  padding-top: 0;
}
.c-container .webinarDate{
  font-size: 20px;
  padding-bottom: 48px;
}
@media (max-width: 640px){
  .c-container .webinarDate{
    padding-bottom: 24px;
  }
}
.item__time{
  width: 120px;
  font-size: 16px;
  line-height: 1.5em;
}
@media (max-width: 640px){
  .item__time{
    width: 100%;
  }
}
.item__title{
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.item__lead{
  font-size: 16px;
  line-height: 1.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.item__target{
  font-size: 12px;
  line-height: 1.75em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.item__target span{
  padding-top: 4px;
  padding-bottom: 4px;
}
.item_targetTitle{
  font-size: 12px;
  line-height: 1.75em;
  width: 136px;
  margin-right: 8px;
  background-color: #efedee;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item__text{
  width: calc(100% - 136px);
  font-size: 16px;
  line-height: 1.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width: 640px){
  .item__text{
    width: 100%;
  }
}

.bt-more{
  text-align: left;
  padding-top: 18px;
  padding-bottom: 120px;
  opacity: 1;
  transition: .6s;
}
.bt-more #bt-more{
  background-color: transparent;
}
.bt-more .c-button-a__text{
  padding-left: 24px;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 16px;
}


.bt-more .c-button-a__text{
  position: relative;
  padding-left: 28px;
  font-size: 16px;
}
.bt-more .c-button-a__text::before{
  content:"";
    position: absolute;
    left: 0;
    top:0;
    width: 24px;
    height: 24px;
    background-image: url("/-/Media/ScAssets/System/Images/icon_s_right_01.png") !important;
    background-repeat: no-repeat;
    transition: .3s;
}
.bt-more .c-button-a__text:hover::before{
  transform: rotate(90deg);
}
.bt-more--up .c-button-a__text::before{
  transform: rotate(-90deg);
}
.bt-more--up .c-button-a__text:hover::before{
  transform: rotate(-90deg);
}

.bt-more--hide{
  opacity: 0;
}
.bt-more--del{
  display: none;
}

.webinarDMBlock{
  display: flex;
  width: 100%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  padding-top: 165px;
  padding-bottom: 136px;
}
@media (max-width: 640px){
  .webinarDMBlock{
    width: calc(100% - 80px);
  }
}
@media (max-width: 640px){
  .webinarDMBlock{
    display: block;
    width: calc(100% - 80px);
    padding-top: 60px;
    padding-bottom: 72px;
    position: relative;
  }
}
.webinarIcon{
  width: 175px;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px){
  .webinarIcon{
    display: none;
  }
}
.webinarIcon img:not(.c-linkTile-c__image):not(.c-conv__iconImage){
  width: 88px;
  height: 100px;
}
@media (max-width: 640px){
  .webinarIcon img{
    width: 60px;
    height: auto;
  }
}
.c-container .webinarIconSP:not(.c-linkTile-c__image):not(.c-conv__iconImage){
  display: none;
}
@media (max-width: 640px){
  .c-container .webinarIconSP:not(.c-linkTile-c__image):not(.c-conv__iconImage){
    display: block;
  }
}
.webinarDM__contents{
  width: calc(100% - 175px);
}
@media (max-width: 640px){
  .webinarDM__contents{
    width: 100%;
  }
}
.c-container .webinarDM__title{
  font-size: 20px;
  line-height: 1.5em;
  padding-bottom: 8px;
}
@media (max-width: 640px){
  .webinarDM__title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .webinarDM__title img:not(.c-linkTile-c__image):not(.c-conv__iconImage){
    width: 60px;
    height: auto;
  }
  .webinarDM__title span{
    width: calc(100% - 70px);
    padding-left: 10px;
  }
}
.webinarDM__lists{
  border-top: 1px solid #c9c9c9;
  padding: 0;
  margin: 0;
}
.webinarDM__listItem{
  list-style: none;
  border-bottom: 1px solid #c9c9c9;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

.c-linkTile{
  width: 100%;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1100px){
  .c-linkTile{
    width: calc(100% - 80px);
  }
}
@media (max-width: 640px){
  .c-linkTile{
    width: calc(100% - 80px);
  }
}
.c-linkTile__inner{
  display: flex;
  justify-content: space-between;
  column-gap: 24px;
}
@media (max-width: 640px){
  .c-linkTile__inner{
    display: block;
  }
}
.c-linkTile__item{
  position: relative;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  transition: opacity ease .5s;
  padding: 20px 40px 20px 20px;
}
@media (max-width: 640px){
  .c-linkTile__item{
    display: block;
  }
  .c-linkTile__item:first-child{
    margin-bottom: 8px;
  }
}
.c-linkTile__item--blank::after {
  position: absolute;
  top: 50%;
  vertical-align: middle;
  content: "";
  background-color: #cf142b;
  transform: translateY(-50%);
  right: 10px;
  width: 22px;
  height: 22px;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.45764,19h-12a1.00294,1.00294,0,0,1-1-1V6a1.00294,1.00294,0,0,1,1-1h5a1,1,0,0,0,0-2h-6a1.99944,1.99944,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V13a1,1,0,1,0-2,0v5A1.00294,1.00294,0,0,1,17.45764,19Zm-4-15a1.00294,1.00294,0,0,0,1,1h2.59l-9.13,9.13a.997.997,0,0,0,1.41,1.41l9.13-9.13V9a1,1,0,0,0,2,0V3h-6A1.00294,1.00294,0,0,0,13.45764,4Z"/></svg>');
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.45764,19h-12a1.00294,1.00294,0,0,1-1-1V6a1.00294,1.00294,0,0,1,1-1h5a1,1,0,0,0,0-2h-6a1.99944,1.99944,0,0,0-2,2V19a2.00588,2.00588,0,0,0,2,2h14a2.00588,2.00588,0,0,0,2-2V13a1,1,0,1,0-2,0v5A1.00294,1.00294,0,0,1,17.45764,19Zm-4-15a1.00294,1.00294,0,0,0,1,1h2.59l-9.13,9.13a.997.997,0,0,0,1.41,1.41l9.13-9.13V9a1,1,0,0,0,2,0V3h-6A1.00294,1.00294,0,0,0,13.45764,4Z"/></svg>')
}
.c-text-a{
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #333333;
  font-size: 20px;
}
.c-linkTile__item:hover{
  color: #333333;
}
.c-linkTile__item:link{
  color: #333333;
}
.c-text-b__text{
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.5em;
  font-size: 15px;
  color: #333333;
}

.c-linkTile{
  padding-bottom: 160px;
}

.c-button-a--red {
  background-color: #cf142b;
  transition: opacity ease .3s;
}
.c-button-a--red:hover {
  opacity: .7
}

.c-linkTile.c-linkTile--col2 .c-linkTile__item:not(.c-linkTile__item--titleOnly){
  grid-template-columns: auto;
}
