<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl{
  background:url(../image/japanese_culture/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;  
}

.page-ttl+div{
  padding-top: 60px;
}

.page-ttl h1 {
    padding: 25px 10px 10px;
}
.page-ttl h1 span:last-of-type{
  padding: 2px 12px;
  background: #58c2c4;
  border-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/


/* japanese_culture
-----------------------------------------------------------------*/
.japanese_culture .txt-lead{
  margin-bottom: 25px;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #58c2c4;
}
.japanese_culture .txt-lead + .txt{
  margin-bottom: 50px;
  font-size: 1.8rem;
  text-align:center  
}
.japanese_culture .point-wrap{
  margin-top: 80px;
  padding: 80px 0;
  background: url(../image/japanese_culture/bg_sec01_pc.svg) top 30% center no-repeat,#eef8f6;
}


/* sec01
-----------------------------------*/
.sec01 .sec-ttl{
  font-size: 2.8rem;
  font-weight: 600;
  color: #58c2c4;
  text-align: center;
}
/* point-list */
.sec01 .point-list{
  display: flex;
  width: calc(100% + 40px);
  margin: 60px auto 0 -20px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sec01 .point-list li{
  max-width: 440px;
  width: calc((100% - 30px)/3);  
  margin: 0 5px;
}
.sec01 .point-list li:nth-child(n+4){
  margin-top: 60px;  
}
.sec01 .point-list .txt-area{
  position: relative;
  z-index:5;
  margin: 0 20px; 
  padding: 45px 20px 40px; 
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 10px rgba(0,0,0,.08);
}
.sec01 .point-list .txt-area h3{
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;  
}
.sec01 .point-list .txt-area .txt span{
  color: #F65267;
}

/* box-andmore */
.sec01 .box-andmore{
  margin: 100px auto 0;
  padding: 40px;
  background: url(../image/japanese_culture/pattern_border.jpg);
  border: 4px solid #58c2c4;
  border-radius: 20px;
  position: relative;
}
.sec01 .box-andmore .box-ttl{
  padding: 8px 40px 10px;
  background: #58c2c4;
  border-radius: 10px;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sec01 .box-andmore .box-ttl::before{
  content:"";
  display: block;
  width: 100%;
  height: 40px;
  background: url(../image/japanese_culture/txt_andmore.svg) center no-repeat;
  position: absolute;
  top: -92%;
  left: 0;
}
.sec01 .box-andmore .flexbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec01 .box-andmore .txt-area{
  width: 52%;
}
.sec01 .box-andmore .txt-area ol{
  margin-top: 30px;
}
.sec01 .box-andmore .txt-area ol li{
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.sec01 .box-andmore .txt-area ol li:nth-of-type(n+2){
  margin-top: 10px;
}
.sec01 .box-andmore .txt-area ol li span{
  margin-right: 10px;
  padding: 2px 4px;
  background: #58c2c4;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
}
.sec01 .box-andmore .txt-area ol li p{
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background: linear-gradient(transparent 70%, #fcf630 0%);
  display: inline;
}
.sec01 .box-andmore .txt-area h4{
  margin-top: 20px;
  color: #58c2c4;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 600;
}
.sec01 .box-andmore .pic{
  width: 46%;
  margin-top: -30px;
}


/* sec02
-----------------------------------*/
.sec02{
  padding: 80px 0;
  background: url(../image/japanese_culture/bg_sec02_l.svg) top left,url(../image/japanese_culture/bg_sec02_r.svg) top right,#58c2c4;
  background-repeat: no-repeat;
  background-size: 30%;
}
.sec02 .sec-ttl{
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.sec02 .sec-ttl + .txt{
  margin-top: 40px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
}
.sec02 .box-table{
  max-width: 980px;
  margin: 40px auto 0;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}
.sec02 .box-table .box-inner{
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}
.sec02 .box-table .box-ttl{
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.sec02 .box-table .box-inner table{
  border: 1px solid #999999;
}
.sec02 .box-table .box-inner table tr{
  widows: 100%;
}

/* 汎用 */
.sec02 .box-table .box-inner table {
  font-size: 1.4rem;
  line-height: 1.3;
}
.sec02 .box-table .box-inner table th {
  height: 30px;
  padding: 8px 12px;
  font-weight: 600;
  vertical-align: middle;
}
.sec02 .box-table .box-inner table td{
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 8px 15px;
  font-weight: 600;
  vertical-align: middle;
}

.bg00{ background: #f9f9f9;}
.bg01{ background: #f55267;}
.bg02{ background: #fbe4e4;}
.bg03{ background: #def3f3;}
.bg04{ background: #f6e2f1;}
.bg05{ background: #60605f;}
.bg06{ background: #e1eaf7;}
.bg07{ background: #fcf4dc;}
.bg08{ background: #fde0ec;}

.cl00{ color: #fff;}
.cl02{ color: #ec7777;}
.cl03{ color: #58c2c4;}
.cl04{ color: #da7bbf;}
.cl05{ color: #fff;}
.cl06{ color: #6895d7;}
.cl07{ color: #eeb514;}
.cl08{ color: #f666a0;}

.alignC{ text-align: center;}

.sec02 .box-table .caption{
  display: block;
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #5b5b5b;
  text-indent: -1rem;
  padding-left: 1rem;
}
.sec02 .box-curriculum .box-inner .compulsory{
  overflow-x: auto;
}
.sec02 .box-curriculum .box-inner table{
  width: 49%;
}
.sec02 .box-timetable .box-inner table{
  width: 100%;
  text-align: center;
}
.sec02 .box-timetable .box-inner table th{
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.sec02 .box-table.box-timetable .caption{
  font-size: 1.3rem;
  line-height: 1.4;
  color: #333;
  text-indent: -1rem;
  padding-left: 1rem;
}

.sec02 .result-ttl{
  margin-top: 60px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
.sec02 .box-result{
  max-width: 980px;
  margin: 15px auto 0;
  padding: 25px 40px 26px;
  background: rgba(255,255,255,0.8);
  border-radius: 20px;
}
.sec02 .box-result dl dt{
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.3;
  color: #58c2c4;
}
.sec02 .box-result dl:nth-of-type(n+2){
  margin-top: 10px;
}



/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl{
    padding: 15px 10px 10px;    
    background:url(../image/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;  
  }
  .page-ttl h1{
    padding: 15px 10px 10px;    
  }
  .page-ttl h1 span:nth-of-type(n+2){
    margin: 0 5px;
    padding: 2px 12px;
    border-radius: 3px;
    font-size: 1.4rem;
    font-weight: 500;
  }  
  .page-ttl+div {
      padding-top: 30px;
  }
  .japanese_culture .txt-lead {
    font-size: 1.8rem;
  }
  .japanese_culture .txt-lead + .txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .japanese_culture .point-wrap{
    margin-top: 50px;
    padding: 50px 0;
    background: url(../image/japanese_culture/bg_sec01_sp.svg) top 20% center no-repeat,#eef8f6;
  }


  /* sec01
  -----------------------------------*/
  .sec01 .sec-ttl{
    margin-bottom: 80px;
    font-size: 2.2rem;
  }
  /* point-list */
  .sec01 .point-list{
    display: block;
    width: 100%;
    margin: 60px auto 0;
  }
  .sec01 .point-list li{
    max-width: none;
    width: 100%;
    margin: 0;
  }
  .sec01 .point-list li:nth-child(n+2){
    margin-top: 80px;
  }
  .sec01 .point-list .txt-area{
    margin: -40px auto 0;
    padding: 30px 15px 15px; 
    line-height: 1.5;
  }
  .sec01 .point-list .txt-area h3 img{
    width: 45px !important; 
  }
  .sec01 .point-list .txt-area .txt{
    font-size: 1.4rem; 
  }

  /* box-andmore */
  .sec01 .box-andmore{
    margin: 80px auto 0;
    padding: 5% 5% 8%;
  }
  .sec01 .box-andmore .box-ttl{
    padding: 8px 20px 10px;
    border-radius: 10px;
    font-size: 1.8rem;
  }
  .sec01 .box-andmore .box-ttl::before{
    width: 100%;
    height: 40px;
    top: -100%;
  }
  .sec01 .box-andmore .txt-area{
    width: 100%;
  }
  .sec01 .box-andmore .txt-area ol{
    margin-top: 20px;
  }
  .sec01 .box-andmore .txt-area ol li{
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-align: center;
  }
  .sec01 .box-andmore .txt-area ol li:nth-of-type(n+2){
    margin-top: 10px;
  }
  .sec01 .box-andmore .txt-area ol li span{
    display: block;
    width: 40px;
    margin: 0 auto;
    padding: 5px 4px;
    font-size: 1.6rem;
  }
  .sec01 .box-andmore .txt-area ol li p{
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
    display: inline;
    background: linear-gradient(transparent 72%, #fcf630 0%);
  }
  .sec01 .box-andmore .txt-area ol li p::before{
    content: none;
  }
  .sec01 .box-andmore .txt-area h4{
    margin-top: 20px;
    font-size: 1.4rem;
    text-align: center;
  }
  .sec01 .box-andmore .pic{
    width: 100%;
    margin-top: 20px;
  }


  /* sec02
  -----------------------------------*/
  .sec02{
    padding: 50px 0;
    background: url(../image/japanese_culture/bg_sec02_l.svg) top left,url(../image/japanese_culture/bg_sec02_r.svg) top right,#58c2c4;
    background-repeat: no-repeat;
    background-size: 30%;
  }
  .sec02 .sec-ttl{
    font-size: 2.2rem;
  }
  .sec02 .sec-ttl + .txt{
    margin-top: 40px;
    font-size: 1.6rem;
  }
  .sec02 .box-table{
    margin: 40px auto 0;
    padding: 5%;
    border-radius: 15px;
  }
  .sec02 .box-table .box-inner{
    display: block;
  }
  .sec02 .box-table .box-ttl{
    margin-bottom: 20px;
    font-size: 2.0rem;
  }
  .sec02 .box-table .box-inner table tr{
    widows: 100%;
  }

  /* 汎用 */
  .sec02 .box-table .box-inner table {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .sec02 .box-table .box-inner table th {
    height: 35px;
  }
  .sec02 .box-table .box-inner table td{
    padding: 12px 6px;
    font-weight: 600;
    vertical-align: middle;
  }

  .sec02 .box-table .caption{
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .sec02 .box-curriculum .box-inner .compulsory{
    overflow-x: auto;
  }
  .sec02 .box-curriculum .box-inner table{
    width: 100%;
    font-size: 1.3rem;
  }
  .sec02 .box-curriculum .box-inner table + table{
    margin-top: 20px;
  }
  .sec02 .box-timetable .box-inner table{
    width: 900px;
    text-align: center;
  }
  .sec02 .box-table.box-timetable .caption{
    font-size: 1.2rem;
  }

  .sec02 .result-ttl{
    margin-top: 40px;
    font-size: 2.2rem;
  }
  .sec02 .box-result{
    margin: 15px auto 0;
    padding: 25px 5% 26px;
    border-radius: 15px;
  }
  .sec02 .box-result dl dt{
    font-size: 1.8rem;
  }
  .sec02 .box-result dl dd{
    font-size: 1.4rem;
  }

  .sec02 .box-result dl:nth-of-type(n+2){
    margin-top: 10px;
  }
  
  .swipe-info {
    display: flex;
    margin: 16px 0 5px;
    font-size: 1.3rem;
    align-items: center;
  }
  .swipe-info span{
    width: 20px;
    margin-right: 5px;
  }

}



</pre></body></html>