
body{
    background: linear-gradient(45deg, #A1E8CD, #000033);
    color:#2f4f4f;
}


/* 余白　*/
.box1 {
    padding: 1em 0.8em;
    margin: 0.8em 1em;
    coler:#ffffff;
    background: linear-gradient(45deg, #FFF8E7, #d9e3ff);
    border-radius: 10px;
}

/* スクロールリスト　*/
.box_2 {
    height: 200px;
    padding: 0.5em 0.5em;
    background: #FFF8E7;
    border: 1px sorid #127d72;
    overflow-y: scroll;
 
}

/* ↓見出し　*/
.midasi_1{
 font-size: 1.6em;/* フォントサイズ */
 font-weight: bold;/* フォント太さ */
 padding-top: 1em;
 padding-bottom: 1em;
 margin-bottom: 0.5em;
 border-top: 3px solid #127d72;/* 上の線 */
 border-bottom: 3px solid #127d72;/* 下の線 */
 background-color: rgba(25,5,65,0.5);
 color: #FFF8E7;/* フォント色 */
 text-align: center;/* テキストの位置 */
}

.midasi_2 {
    position: relative;
    font-weight: 400;
    font-size: .75rem;
    letter-spacing: .04em;
    text-align: center;
    color: #df7f88;
}
.midasi_2::before {
    display: block;
    font-weight: 700;
    font-size: 1.65rem;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #127d72;
    content: attr(data-word);
    pointer-events: none;
}

.midasi_3 {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: .5em;
    margin-bottom: 1em;
    background-color: #d9e3ff;/* 背景色 */
    border-left: 5px solid #127d72;/* 左の線 */
    border-bottom: 2px solid #c8c2ff;/* 下の線 */
}


/* リスト等　*/
ul {
    list-style-type: circle;
}

li {
    margin-bottom: 10px;
}

dd {
    font-size: 0.9rem;
}

.div_1dd {
    padding-left: 2em;
    border-left: 2px solid #127d72;
    clear: both;
}

.pre {
   white-space: pre-wrap;
}

/* 画像　丸アイコン　*/
.trim {
  position:relative;
  overflow: hidden;
  width:100px;
  height:100px;
  border-radius:50%;
  margin-right: auto;
  margin-left: auto;
}
.trim img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height:100%;
}

/* カルーセル　*/
*,body,ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden; /* はみ出したスライドを隠す */
}
/*  ↓ スライド（コンテンツ） */
.slide { /*スライド全体 */
  width: 300%;
  height: 100%;
  display: flex;
  transition: all 0.3s;
}
.slide div { /* スライド */
  width: 33.33%;
  height: 100%;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;

}
.slide1 { /* スライドさせるために必要なクラス */
  transform: translateX(0);
}
.slide2 { /* スライドさせるために必要なクラス */
  transform: translateX(-33.33%);
}
.slide3 { /* スライドさせるために必要なクラス */
  transform: translateX(-66.66%);
}
.slide div:nth-of-type(1){ /* 背景色 */
  background-color: #E1F3FC;
}
.slide div:nth-of-type(2){ /* 背景色 */
  background-color: #FCE8F0;
}
.slide div:nth-of-type(3){ /* 背景色 */
  background-color: #E3F1E4;
}

.slide img{
width: 100%;
height: auto;
abject-fit:cover
}
/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px rgba(25,5,65,0.9);
  border-right: solid 3px rgba(25,5,65,0.9);
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px rgba(25,5,65,0.9);
  border-right: solid 3px rgba(25,5,65,0.9);
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #FFF8E7;
  border: 2px #127d72 solid;
  cursor: pointer;
}
.indicator li:first-of-type {
  background-color: #127d72;
}


/* カードデザイン　*/
.l-wrapper_06 {
  margin: 1rem auto;
  width: 100%;
}

.l-wrapper_06:hover {
  transform: translateY(-5px);
  box-shadow: 0 7px 34px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  transition: all .5s;
}
.card_06 {
  background: #FFF8E7;
  padding: 0.2px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(25,5,65);
}

.card-img_06 {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.card-content_06 {
  padding: 8px 20px 20px;
}

.card-title_06 {
  font-size: 1.6em;
  font-weight: 700;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-top: 3px solid #d9e3ff;/* 上の線 */
    border-bottom: 3px solid #d9e3ff;/* 下の線 */
    text-align: center;/* テキストの位置 */
}

.card-text_06 {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 0.2em;
}
.card-link_06 {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link_06 a {
  text-decoration: none;
  color: #4f96f6;
  margin: 0 10px;
}
.card-link_06 a:visited {
  color: #800080;
}
.card-link_06 a:hover {
  color: #6bb6ff;
}

.card-content_06 p {
  margin-bottom:0;
}

/*カードを横配置*/
.container{
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
 gap: 1rem;
 margin-inline: auto;
}


/*フッター*/
#footer04 {
  background: #127d72;
}
 
#footer04 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
}
 
#footer04 .cont-item {
  display: block;
  margin: 1px; 
  width: calc(100% / 4);
  
}
 
#footer04 .nav a {
  display: block;
  color: #ccc;
}
 
#footer04 .nav .ttl {
  display: block;
  margin: 30px 0 6px;
  font-size: 12px;
  font-weight: bold;
  color: #ccc;
}
 
#footer04 .nav .ttl:first-child {
  margin-top: 0;
}
 
#footer04 .nav .ttl + .ttl {
  margin-top: 10px;
}
 
#footer04 .nav ul {
  display: block;
  font-size: 12px;
  line-height: 2;
}
 
#footer04 .nav li {
  display: block;
  font-size: 12px;
  line-height: 2;
}
 
#footer04 .nav li:first-child {
  margin-top: 0;
}
 
#footer04 .nav li ul {
  margin: 0 0 0 2em;
}
 
#footer04 .nav li li {
  position: relative;
}
 
#footer04 .nav li li:before {
  position: absolute;
  top: 50%;
  left: -10px;
  content: "";
  display: block;
  width: 4px;
  height: 1px;
  background-color: #fff;
}
 
#footer04 .world {
  display: block;
  margin-top: 62px;
}
 
#footer04 .logo img {
  width: 90px;
}
 
#footer04 .SNSrink {
  display: block;
  margin: 28px 0 0;
  font-size: 12px;
  line-height: 2;
  color: #ccc;
}





/*メディアクエリ*/
@media screen and (max-width: 428px){
	.row{
        flex-direction: column;
	    }
      
  .container{
        grid-template-columns: repeat(1, 1fr);
  }
}
 
@media screen and (min-width: 600px) and (max-width: 1024px){
  .container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .container {
    grid-template-columns: repeat(4, 1fr);
  }
}

