/*******************************
#mainIng .bg
****************************/
#mainImg .bg {
    background-image: url("../img/10th-anniv1/mv02-2.jpg");
    background-color: #fff;
}

@media screen and (max-width: 599px){
    #mainImg .bg {
        background-image: url("../img/10th-anniv1/mv02-2_sp.jpg");
/*        height:calc(735 * (100vw / 640));*/
    }
}

@media screen and (min-width: 1800px){
    #mainImg .bg {
        background-size: contain;
        padding-top: 600px;
    }
}

@media screen and (min-width: 600px){
    #mainImg .bg {
        padding-top: min(600px,38%);
        background-position: center;
    }
}

/***********************************
section
**********************************/
.section{
    width:100%;
    box-sizing: border-box;
    padding:0 10px;
    margin: auto;
}

.section__title{
    margin-bottom: 28px;
}

@media screen and (min-width:600px){
    .section{
        max-width:1080px;
        padding:0 40px;
        background-color: white;
    }
    .section__title{
        margin-bottom: 28px;
    }
}

/******************************
main
******************************/
main{
    overflow: hidden;
    counter-reset: number 0;
    line-height: 1.4;
    font-size:16px;
}

@media screen and (min-width:600px) {
    main{
/*        background-color:#fff8ff;*/
/*        background: url("../img/10th-anniv/clds_bg.jpg")no-repeat;*/
        background-position: center center;
      margin: 0 0 10em;
    }
}

/*********************************
base
**********************************/
.secPrograming,
.subsecCourse__imageblock,
.subsecCourse__item,
.secChallenge__imageblock,
.secPointFoot__logo,
.subsecCourse__summary-detail{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.secPrograming,
.subsecCourse__imageblock,
.subsecCourse__item,
.secChallenge__imageblock{
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
}

.secPointFoot__logo{
    justify-content: center;
    align-items: center;
}

span{
    vertical-align: baseline;
}

@media screen and (min-width: 600px){
    #breadcrumb .contents__wrap {
        width: 1080px;
        background-color: white;
        box-sizing: border-box;
        margin: 0 auto;
    }
    #breadcrumb ol {
        padding-left:40px;
    }
}

.subsecCourse__imageblock img,
.secChallenge__img--big,
.secChallenge__img,
.secChallenge__img--small{
    object-fit: contain;
}


/*====================================================================
　cont
====================================================================*/
.read-txt {
  text-align: center;
  margin: .6em auto;
  font-size: 1.2em;
  color: #ff0000;
}

.cont h2 {
  font-size: 1.6em;
  font-weight: bold;
  margin: 2em 0 0.5em;
}

.cont h3 {
  font-size: 1.4em;
  font-weight: bold;
  margin: 1.5em 0 .5em;
}
.cont p {
  font-size: 1.2em;
  line-height: 1.8;
  margin-bottom: .6em;
}
.cont p span {
  font-weight: bold;
}
.cont p strong {
  font-weight: bold;
  color: #ff4500;
}

@media screen and (max-width: 768px) {
  .cont {
    background: none;
    padding: 0 1em;
  }
  .cont h2 {
    font-size: 1.2em;
  }
  .cont h3 {
    font-size: 1em;
  }
  .cont p {
    font-size: 1em;
    line-height: 1.6;
  }
  .cont p.read {
    font-size: 1em;
    margin-bottom: 2em;
  }
  .contents {
    display: block;
  }
  
}

@media screen and (min-width:769px) {
  .cont h2 span::before,
  .cont h2 span::after{
    content: "～";
  }
}

/*====================================================================
　コンテンツボタン
====================================================================*/

ul.cont-btn {
  display: flex;
  text-align: center;
  margin: 4em 0;
}

.cont-btn li {
  background-color: #ff4500;
  padding: 4em 1em;
  width: 49%;
  height: 300px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.6;
  border-radius: 10px;
  box-sizing: border-box;
}
.cont-btn li:first-child {
  margin-right: 2%;
}

/* ボタンのスタイル */
.btn a {
  position: relative;
  display: block;
  padding: 15px 0;
  background-color: #ff4500;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  width: 540px;
  margin: 0 auto;
}

/* アイコンのスタイル */
.btn-circle-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.btn-circle-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #ff4500;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .btn a {
    width: 100%;
  }
}

.btn a:hover {
  transition: all 0.5s 0s ease;
  background-color: #ffa500;
/*  color: #fff;*/
}


/****************************
.link-blue
****************************/
.link-blue {
    color: #4db7c6;
    text-decoration: underline;
}

/******************************
 inquirybtn
********************************/
.inquirybtn{
    text-align: center;
    margin-top: 60px;
}

.inquirybtn li{
    margin-bottom:15px;
}

.inquirybtn li:last-of-type{
    margin-bottom:0;
}

/* お問い合わせボタン(2022/08/02)*/
.inquirybtn a{
    display: block;
    position: relative;
    padding: 20px;
    font-weight: bold;
    text-align: center;
    border-radius: 50px;
    box-sizing: border-box;
    margin: auto;
    line-height: 1.2;
}

/* hover時のアクション*/
.inquirybtn a:hover{
    transition: all 0.5s 0s ease;
}

.inquirybtn.red a:hover:after,
.inquirybtn.green a:hover:after,
.inquirybtn.blue a:hover:after {
  border-top:2px solid #fff;
  border-right:2px solid #fff;
}

.inquirybtn.red a:hover {
  background-color: #da549d;
  color: #fff;
}

.inquirybtn.green a:hover {
  background-color: #84b33f;
  color: #fff;
}

.inquirybtn.blue a:hover {
  background-color: #4d94cc;
  color: #fff;
}

/* ボタンの矢印 (2022/08/02) */
.inquirybtn a::after{
    position: absolute;
    content:"";
    right:20px;
    top: 24px;
    width:10px;
    height:10px;
    transform:rotate(45deg);
}

/* お問い合わせボタン(赤) (2022/08/02)*/
.inquirybtn.red a{
    border: 2px solid #da549d;
    background-color:#fdf7fb;
    color:#da549d;
}

.inquirybtn.red a::after{
    border-top: 2px solid #da549d;
    border-right: 2px solid #da549d;
}

/* お問い合わせボタン(緑) (2022/08/02)*/
.inquirybtn.green a{
    border: 1px solid #84b33f;
    background-color:#fafdf6;
    color:#84b33f;
}

.inquirybtn.green a::after{
    border-top: 2px solid #84b33f;
    border-right: 2px solid #84b33f;
}

/* お問い合わせボタン(青) (2022/08/02)*/
.inquirybtn.blue a{
    border: 1px solid #4d94cc;
    background-color:#f6fafd;
    color:#4d94cc;
}

.inquirybtn.blue a::after{
    border-top: 2px solid #4d94cc;
    border-right: 2px solid #4d94cc;
}

@media screen and (min-width:600px) {
    .inquirybtn a{
        padding: 34px 15px;
        font-size:24px;
    }
    /* ボタンの矢印 */
    .inquirybtn a::after{
        top:38px;
        right:40px;
    }

    /* お問い合わせボタン(横並び) */
    .inquirybtn ul{
        display:-webkit-box;
        display:-moz-box;
          display:-ms-flexbox;
        display: -webkit-flex;
          display:flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    /* 2022/08/02 */
    .inquirybtn li{
        width:48%;
    }
}

/****************************
.youtube
****************************/
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*====================================================================
　サブメニュー
====================================================================*/
ul.table {
  margin: 5em 0;
  font-size: 1.1em;
  padding: 1em 4em;
  background-color: #DAAF08;
  border-radius: .8em;
}
ul.table h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
  margin: 0 0 .5em;
  text-shadow: 1px 2px 3px #b8860b;
}
ul.table li {
  margin-bottom: .5em;
  display: block;
  padding: .6em 1em;
  background-color: #fff;
  border-radius: 2em;
}
ul.table li a {
  color: #DAAF08;
  font-weight: bold;
  cursor: pointer;
}
ul.table li.active {
  pointer-events: none;
  background-color: #ddd;
}
ul.table li.active a {
  color: #aaa;
}
ul.table li a:before {
  font-family: "FontAwesome";
  content: "\f138";
}
ul.table li a:hover {
  color: red;
  border-bottom: 1px solid red;
}

@media screen and (max-width: 768px) {
  ul.table {
    font-size: 1em;
    padding: 1em;
  }
  ul.table h2 {
    font-size: 1.4em;
    line-height: 1.4;
  }
}