@charset "UTF-8";

html { 
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

/*------------------------------------------------------------
  commmon setting
------------------------------------------------------------*/
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
img[class*="wp-image-"], img[class*="attachment-"] {
  max-width: 100%;
  height: auto;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.caution,.wpContent p.caution{
  text-align: center;
  margin: 6rem auto;
}
.bold{
  font-weight: bold;
}

.flex {
  display: flex;
  display: -webkit-flex;
}
.flex  img{
  width: 100%;
  height: auto;
}
.fwrap{
  flex-wrap: wrap;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
/** main flame **/
.contentWrapper {
  width: 1100px;
  margin: 0 auto;
}
.innerWrapper {
  width: 956px;
  margin: 0px auto;
}
.underlayerWrapper {
  width: 100%;
  margin:2rem 0;
}
.underlayerWrapper.double {
  width: 80%;
  margin: 0 0 2rem 0;
}
.underlayerWrapper .contentWrapper{
  width: 100%;
}

/** font **/

h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p ,div ,a,blockquote,small,textarea{
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border: none;
  list-style-type: none;
  font-size: 1rem;
  line-height:160%;
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}
p {
  display: block;
  margin: 1em 0;
}
.mincyo {
  font-family: 'Noto Serif JP',"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
  font-family: 'Noto Sans JP',"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}
a {
  color: #0a0a0a;
  word-break: break-all;
}
a:hover {
  opacity: 0.6;
}
*, *::before, *::after {
  box-sizing: border-box;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.25rem;
}
h5{
  font-size: 1.15rem;
}
h6 {
  font-size: 1.05rem;
}
.basicLink {
  width: 100%;
  margin: 1rem auto;
  display: block;
  background: #1b1b1b;
  border-bottom: 3px solid #0c3140;
  padding: 10px 0;
  border-radius: 4px;
  color: #FFF!important;
  text-align: center;
  font-weight: bold!important;
  text-decoration: none!important;
}

/*------------------------------------------------------------
  under page custum css
------------------------------------------------------------*/

/** frame **/
.under {
  padding-top: 10px;
  min-height: 35vw;
}
.wpContent {
  padding: 0;
}
/** text **/
.wpContent h1{
  font-size: 1.8rem;
  margin: 1rem 0;
  padding: 10px 0;
  position: relative;
  font-weight: 700;
}
.wpContent h2{
  font-size: 1.6rem;
  margin: 2rem 0;
  padding: 5px 0 5px 15px;
  position: relative;
  border-left: 7px solid #15599a;
}
.wpContent h3, #other h3 {
  font-weight: bold;
  position: relative;
  margin: 2rem 0;
  padding: 10px 0;
  border-bottom: solid 4px #f0f0f0;
  font-size: 1.3rem;
  line-height: 1.3;
  position:relative;
}
.wpContent h3::after {
    display: block;
    position: absolute;
    border-bottom: solid 4px #15599a;
    bottom: -4px;
    width: 20%;
    content: "";
}
.wpContent h3:nth-of-type(1){
  margin-top: 0;
}
.wpContent h3.bg {
  padding: 10px;
  margin: 2rem 0;
  }
.wpContent h4 {
  font-size: 1.25rem;
  border-bottom: 1px solid #919191;
  padding: 5px;
  margin: 2rem 0;
  font-weight: bold;
  position: relative;
}

.wpContent h5 {
  font-size: 1.15rem;
  margin: 1.5rem 0;
  font-weight: bold;
  padding-left: 1.5rem;
  position: relative;
}
.wpContent h5::before{
    display: block;
    position: absolute;
    content: "■";
    left: 0;
}
.wpContent h6 {
  font-weight: bold;
  font-size: 1.05rem;
  margin: 1.5rem 0;
  position: relative;
}
.wpContent p {
  line-height: 180%;
  margin: 2rem 0;
}
.wpContent blockquote {
  background: #ececec;
  padding: 10px 10px 10px 20px;
  position: relative;
  margin: 30px;
}
.wpContent blockquote p{
  font-size: 90%;
  font-weight: bold;
}

.wpContent blockquote::before {
  top: -11px;
}
.wpContent blockquote::after {
  transform: rotateX(180deg);
  transform: rotate(180deg);
  bottom: -10px;
  right: 10px;
}
.wpContent .coloring1 {
  color: #ce2424;
}
.wpContent .coloring2 {
  color: #1b1b1b;
}
.wpContent .coloring3 {
  color: #3b3c3c;
}
/** link **/
.wpContent a{
    color: #15599a;
    font-weight: bold;
}
.wpContent a.underBold {
  text-decoration: underline;
  font-weight: bold;
}
.wpContent a.linkButton {
  background: #1b1b1b;
  display: inline-block;
  color: #FFF;
  padding: 10px 3rem;
  border-radius: 4px;
  font-weight: bold;
  border-bottom: 3px solid #0c3d4c;
}
/** list **/
.wpContent ul {
  margin: 1rem 0;
}
.wpContent li {
  padding: 5px 0;
  padding-left: 20px;
}
.wpContent ul.parentPageUl{
  padding: 0;
}
.wpContent ul.parentPageUl li{
  color: #333;
  background: #f4f2f0;
  margin: 10px 0;
  line-height: 1.5;
  padding: 1rem 0 1rem 39px!important;
  border-radius: 5px;
  list-style-type: none!important;
  font-weight: bold;
  text-indent: 0;
  position: relative;
}
.wpContent ul.parentPageUl li a{
  display: block;
}
.wpContent ul.type2{
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.wpContent ul.type2 li{
  padding: 0.5rem;
}
.wpContent ul.type2 li:nth-child(even){
  background: #f4f2f0;
}
.wpContent dl.type1 dt{
  font-weight: bold;
}
.wpContent dl.type2{
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.wpContent dl.type2 dt,.wpContent dl.type2 dd{
  padding: 0.5rem;
}
.wpContent dl.type2 dt{
  display: table-cell;
  background: #f4f2f0;
  width: 30%;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
}
.wpContent dl.type2 dd{
  display: table-cell;
  width: 70%;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px dotted #ccc;
}
/** table**/
.wpContent table {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.wpContent table th, .wpContent table td {
  border: 1px solid #c0c0c0;
  padding: 5px;
  padding: 1rem;
  text-align: left;
}
.wpContent table th {
  background: #f1f1f1;
}

/*------------------------------------------------------------
  under page header
------------------------------------------------------------*/
.pageHeader {
  background: #f5f9fa;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: 90px;
}
.pageHeader::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #155c9b;
  transform: skewY(-45deg);
  transform-origin: bottom left;
}
.pageHeader h1 ,.pageHeader p{
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  padding: 2.5rem 0;
  margin: 0;
}
.pageHeader h1 a {
  color: #333;
}

/*------------------------------------------------------------
  pager
------------------------------------------------------------*/

.pagination {
  width: 100%;
  margin: 20px auto;
  text-align: center;
}
.pagination span, .pagination a {
  border: 1px solid #15599a;
  padding: 7px 10px;
  margin: 3px;
  color: #15599a;
  display: inline-block;
}
.pagination .current {
  color: #FFF;
  background: #15599a;
  border: 3px solid #15599a;
  padding: 5px 12px;
  font-weight: bold;
}
/*----------------------------------------
  breadcrumb list
------------------------------------------ */

.breadcrumbs {
  padding: 10px 0;
}
.breadcrumbs span {
  display: inline-block;
  font-size: 12px;
}


/*----------------------------------------
  Dynamic control common setting
------------------------------------------ */

.dccs time {
  display: block;
  margin-bottom: 1.5rem;
  font-size: 90%;
  color: #989898;
}
.dccs h2{
  font-weight: bold;
  margin-bottom: 1rem;
}
.dccs h3 {
  font-weight: bold;
}
.dccs #singleWrapper{
  padding: 0;
}
/** categoly **/
.dccs .categoly {
  display: inline-block;
}
.dccs .categoly li{
  padding-left: 0;
}
.dccs .categoly a {
  font-weight: 800;
  font-size: 90%;
  color: #1856a1;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 160%;
  text-decoration: none;
}
.dccs .category .post-categories {
  display: flex;
}
#column .columnContent, #qa .qaBox {
    padding: 10px 0 0 0;
    border-bottom: 1px dotted #ccc;
}
/** archive **/

.dccs.archive .arcFlex{
    gap: 3%;
    flex-wrap: wrap;
}
.dccs.archive .arcFlex li{
    width: 31%;
}
.dccs.archive .arcFlex li a.thumbnail{
    width: 100%;
    height: 200px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.dccs.archive .arcFlex li a.thumbnail img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.dccs.archive .arcFlex .categoly ul{
  margin: 0;
}
.dccs.archive .arcFlex .categoly li{
  width:100%;
}
.dccs.archive .arcFlex li .title{
    font-weight: 800;
    font-size: 118%;
    line-height: 140%;
    color:#0a0a0a;
}
.dccs.archive .arcFlex li .detail{
    font-size: 80%;
    margin-top: 5px;
    margin-bottom: 0;
}

/** single **/
.dccs.single h1{
  margin-bottom: 0;
  font-size: 2rem;
}
.dccs.single .categoly ul{
  margin: 0;
}

/*----------------------------------------
  DCCS information
------------------------------------------ */

#info .infoWrapper {
  border-bottom: dashed 1px #a4a4a4;
  margin-top: 20px;
}
#info .infoWrapper h3 {
  padding: 0 0 10px 0;
  border: none;
  margin: 0;
  background: no-repeat;
}
#info .infoWrapper h3 a{
  color: #333;
  text-decoration: none;
}
#info .infoWrapper time{
  margin-bottom: 0;
}
#info .infoWrapper ul{
    margin: 0;
}
#info .wpContent .infoWrapper h3::after {
  display: none;
}
#info .wpContent .backLink{
  background: linear-gradient(150deg, #089e9d, #15599a);
  color: #FFF;
  text-align: center;
  width: 100%;
  text-decoration: none;
  padding: 10px;
  border-radius: 80px;
  margin: 7rem 0;
}


/*----------------------------------------
  DCCS recommended
------------------------------------------ */


#recommended .recFlex {
    justify-content: center;
    gap: 3%;
}
#recommended .recFlex li{
    flex: 1;
    background: #FFF;
    padding: 1.5rem;
    border-radius: 20px;
    box-shadow: 0 0 10px #0b355c54;
}
#recommended .recFlex li .topFlex{
    gap: 4%;
}
#recommended .recFlex li .topFlex .imgWrap{
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 100px;
}
#recommended .recFlex li .topFlex .imgWrap img{
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#recommended .recFlex li .topFlex .txtWrap{
    flex:1;
}
#recommended .recFlex li .topFlex .txtWrap a{
    font-weight: 800;
    font-size: 102%;
    line-height: 140%;
}
#recommended .playername{
    margin: 5px 0;
}
#recommended .playername a{
    color: #989898;
    font-weight: 700;
    font-size: 95%;
}
#recommended .detail{
    font-size: 80%;
    margin-top: 5px;
    margin-bottom: 3px;
}

@media (max-width: 1099px) {
  .tbFlex {
    display: flex;
  }
  .tbBr{
    display: block;
  }
  h2 {
    font-size: 1.1rem;
  }
  h3 {
    font-size: 1.2rem;
  }
  h4 {
    font-size: 1.15rem;
  }
  h5{
    font-size: 1.05rem;
  }
  h6 {
    font-size: 1.05rem;
  }
  .wpContent h2{
    font-size: 1.2rem;
  }
  .wpContent h3, #other h3 {
    font-size: 1.1rem;
  }
  .wpContent h4 {
    font-size: 1.15rem;
  }
  .wpContent h5 {
    font-size: 1.05rem;
  }
  .wpContent h6 {
    font-size: 1.05rem;
  }
  .pageHeader h1, .pageHeader p{
    padding: 1.5rem 0;
  }
  /** common flame **/
  .contentWrapper {
    width: 100%;
    padding:0 1rem;
  }
  .wpContent {
    padding: 10px;
  }
  .underlayerWrapper{
    padding: 6px 10px 4rem 10px;
  }
  .underlayerWrapper.double {
      width: 100%;
      padding: 0;
  }
  .underlayerWrapper .pageHeader img {
    width: 100%;
  }
  /** wpContent **/
  .wpContent h3, #other h3{
    margin: 2rem 0 1rem 0;
  }
  /** breadcrumbs **/
  .breadcrumbs {
    padding: 5px;
    box-shadow: 0px 1px 5px 0px #0000001c;
  }


}

@media (max-width: 1024px) {

  header .contentWrapper,footer .contentWrapper{
    padding:0 1rem;
  }
}



@media (max-width: 600px) {

  /*------------------------------------------------------------
    common setting
  ------------------------------------------------------------*/
  h1, h2, h3, h4, h5, h6, ul, li, img, table, tr, th, td, dl, dt, dd, p ,div ,a,blockquote{
    font-size: 0.9rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 1.05rem;
  }
  h5{
    font-size: 1.05rem;
  }
  h6 {
    font-size: 1.05rem;
  }
  /** main flame **/
  .underlayerWrapper{
    margin: 0;
    width: 100%;
  }
  .contentWrapper{
    display: block;
    width: 100%;  
  }
  .pageHeader h1 ,.pageHeader p{
    padding: 1.5rem 0;
    font-size: 110%;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .spBr {
    display: block;
  }
  .basicLink{
    width: 100%;
    padding: 10px 0;
  }
  .basicLink::after{
    top: 12px;
    right: 20px;
  }
  /*------------------------------------------------------------
  under page custum css
  ------------------------------------------------------------*/
  .wpContent{
    padding: 1rem 0;
  }
  .wpContent p, .wpContent li,.wpContent div,.wpContent dt,.wpContent dd ,.wpContent div
  ,.wpContent table th, .wpContent table td,.wpContent a{
    font-size: 95%;
  }
  .wpContent p{
    margin: 1rem 0;
  }
  .wpContent h2{
    font-size: 150%;
    margin-bottom: 0.5rem;
  }
  .wpContent h3, #other h3 {
    font-size: 115%;
  }
  .wpContent h4 {
    font-size: 105%;
  }
  .wpContent h5 {
    font-size: 105%;
  }
  .wpContent h6 {
    font-size: 105%;
  }
  .wpContent table.type2 {
    width: 100%;
  }
  .wpContent .career {
    font-size: 80%;
  }
  .wpContent .businessHours{
    display: block;
  }
  .wpContent .tel{
    margin: 1rem 0 0 0;
  }

  /*------------------------------------------------------------
    Dynamic control common setting
  ------------------------------------------------------------*/
  .dccs #singleWrapper {
      padding: 0;
  }
  .dccs time{
    margin-bottom: 0.5rem;
  }
  .dccs .arcFlex{
      display:block;
  }
  .dccs.archive .arcFlex li{
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .dccs .arcFlex li a.thumbnail{
      height: 50vw;
  }
  .dccs .recFlex{
      display:block;
  }
  .dccs .recFlex li{
      margin-bottom: 1.5rem;
  }
  /** breadcrumbs **/
  .breadcrumbs{
    font-size: 10px;
    padding: 10px;
  }

}

@media (max-width: 480px) {

    .pageHeader{
        margin-top: 53px;
    }
    #education .dccs time{
      margin-bottom: 2rem;
    }
    #recommended .recFlex li .topFlex .txtWrap a{
      color: #000;
      font-size: 142%;
    }
    #recommended .detail{
      font-size: 90%;
    }

}


@media (max-width: 400px) {

  .breadcrumbs{
    padding: 2px 0;
  }
  .wpContent p, .wpContent li, .wpContent div, .wpContent dt, .wpContent dd, .wpContent div
  ,.wpContent table th, .wpContent table td,.wpContent a{
    font-size: 90%;
  }
  .wpContent h2{
      font-size: 120%;
      padding: 0;
      margin: 2rem 0 1rem 0;
  }
  .wpContent h3, #other h3{
    font-size: 100%;
  }
  .dccs .categoly a{
    font-size: 85%;
  }
  .dccs.archive .arcFlex li .detail{
    font-size:90%;
  }

}

