@charset "utf-8";
/* ---------------------------------------------------------------------------------
Copyright (C) SOURCENEXT CORPORATION All Rights Reserved.

HTML CSS Selectors WHAT’S SOURCENEXT

$Revision: 1.0 $
--------------------------------------------------------------------------------- */

/*---------------------------------------------------------------------------------
共通
--------------------------------------------------------------------------------- */

/*ナビゲーション*/
.header-nav li:nth-of-type(2) a::before {
  width: 100%;
  height: 6px;
  background-color: #2d9dc7;
  position: absolute;
  left: 0;
  bottom: -24px;
  content:"";
}

/*コンテンツヘッダー*/
.contents-header {
  width: 100%;
  padding-bottom: 15px;
}
.contents-header.top {
  box-sizing: border-box;
  height: 360px;
  background-image: -moz-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: -webkit-linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
  background-image: linear-gradient( -138deg, rgb(254,239,135) 0%, rgb(147,226,254) 100%);
}
.contents-header__inner {
  width: 970px;
  padding-top: 160px;
}
.contents-header__ttl {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.contents-header__ttl .en {
  display: block;
  padding-bottom: 10px;
  font-family: 'Teko', sans-serif;
  font-size: 60px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #2d9dc7;
}
.top .contents-header__ttl {

  color: #000;
}
.top .contents-header__ttl .en {
  color: #000;
}

/*SP ---------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #contents-wrapper {
    padding-top: 0;
  }
  /*コンテンツヘッダー*/
  .contents-header {
    height: 280px;
  }
  .contents-header__inner {
    width: auto;
    padding-top: 160px;
    padding: 97px 6% 0;
  }
  .contents-header__ttl {
    padding-bottom: 70px;
    font-size: 12px;
  }
  .contents-header__ttl .en {
    padding-bottom: 16px;
    font-size: 40px;
  }
}

/*---------------------------------------------------------------------------------
トップ
--------------------------------------------------------------------------------- */
.top-read {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1030px;
  margin: 0 auto;
  position: relative;
}


.exciting-header-photo {
    width: 100%;
    padding-bottom: 68px;
}


.exciting{

}

.sec01{
    width: 1030px;
    margin: 50px auto 100px;
}

.sec01 h3 {
    font-size: 36px;
    font-family: "Teko";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
}
  
.sec01 ul{
    display: flex;
    margin: 40px 0 20px;
}

.sec01 ul li{
    width: 180px;
    margin-left: 20px;

}
.sec01 ul li h4{
    font-size: 14px;
    text-align: center;
    color: #2d9dc7;
    font-weight: bold;
}
.sec01 ul li img{
    width: 140px;
    display: block;
    margin: 0 auto 20px;
}

.sec01 ul li p{
    font-size: 12px;
    line-height: 1.4;
    margin: 10px auto;
}

.sec01 ul li p sub{
    color: #2d9dc7;
    font-size: 12px;
}

.sec01 .note{
    margin-left: 20px;
    font-size: 11px;
}

.sec02{
    width: 100%;
    background-color: #eee;
    padding-bottom: 80px;
}

.sec02 h3 {
    font-size: 36px;
    font-family: "Teko";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    text-align: center;
    margin: 50px 0;
    padding-top: 80px;
}

.sec02 .list-box{
    width: 830px;
    margin: 50px auto;
    background-color: #fff;
    padding: 40px 100px 100px;
}

.sec02 .list-box .txt-box h4{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 40px 0 20px;
}

.talk{
    width: 920px;
    margin: 30px auto 0px;
    padding: 0px 0 30px;
}

.talk h3 {
    font-size: 20px;
    font-family: "Noto Sans CJK JP";
    color: rgb(45, 157, 199);
    line-height: 1.8;
    text-align: center;
    padding: 30px 0;
  }

.talk dl{
    display: flex;
    font-size: 14px;
    margin-bottom: 40px;
}

.talk dl dt{
    font-size: 14px;
    font-family: "Noto Sans CJK JP";
    color: rgb(45, 157, 199);
    line-height: 1.8;
    width: 30px;
}
  

.talk dl dd{
    font-size: 14px;
    line-height: 1.8;
    margin-left: 30px;
    width: 860px;
}

.sec04 .f-box{
  display: flex;
  position: relative;
}

.sec04 .txt-box{
  width: 500px;
}
.sec04 .txt-box dl dd{
  width: 360px;
}

.sec04 .img-box{
  width: 430px;
}

.sec04 .img-box::before{
  content: " ";
  width: 400px;
  height: 400px;
  background-image: url(../images/exciting/01/en.svg);
  position: absolute;
  top: -100px;
  left: 700px;
  z-index: -1;
  background-size: cover;
}

.sec06 .f-box{
  display: flex;
  position: relative;
}

.sec06 .f-box .img-box{
  width: 400px;
  margin-right: 60px;
}

.sec06 .txt-box{
  width: 500px;
}
.sec06 .txt-box dl dd{
  width: 360px;
}
  
.sec06 .img-box::before{
  content: " ";
  width: 400px;
  height: 400px;
  background-image: url(../images/exciting/01/en.svg);
  position: absolute;
  top: 100px;
  left: -100px;
  z-index: -1;
  background-size: cover;
}

.sec07 {
  margin-bottom: 200px;
}
.sec07 .img-box{
  display: flex;
  position: relative;
}

.sec07 .img-box img{
  width: 430px;
}

.exciting01 .sec07 .img-box img:nth-of-type(1){
  margin-right: 60px;
}

.exciting01 .sec07 .img-box:nth-of-type(2)::before{
  content: " ";
  width: 400px;
  height: 400px;
  background-image: url(../images/exciting/01/en.svg);
  position: absolute;
  top: 100px;
  left: 600px;
  z-index: -1;
  background-size: cover;
}

.sec08 h3{
  font-size: 36px;
  font-family: "Teko";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  text-align: center;
  padding: 10px 0 30px;
}

.wimg-box{
  position: relative;
}

.wimg-box a{
  position: relative;
  left: 0;
  top: 0;
}

.wimg-box h4{
  font-size: 36px;
  font-family: "Teko";
  color: rgb(0, 0, 0);
  line-height: 1.2;
  position: absolute;
  left: 300px;
  top: 150px;
}

.wimg-box h5{
  font-size: 18px;
  color: rgb(0, 0, 0);
  line-height: 1.2;
  position: absolute;
  left: 300px;
  top: 200px;
}

.exciting02 .txt-box p{
  padding-bottom: 20px;
}

.exciting02 .sec03 .f-box{
  display: flex;
  position: relative;
}

.exciting02 .sec03 .img-box{
  width: 430px;
}

.exciting02 .sec03 .txt-box{
  width: 430px;
  margin-left: 60px;
}

.exciting02 .sec03 .txt-box dd{
  width: 360px;
}

.exciting02 .sec03 .img-box::before{
  content: " ";
  width: 400px;
  height: 400px;
  background-image: url(../images/exciting/01/en.svg);
  position: absolute;
  top: 100px;
  left: -100px;
  z-index: -1;
  background-size: cover;
}

.exciting02 .sec04 .txt-box {
  width: 920px;
}
.exciting02 .sec04 .txt-box dl dd{
  font-size: 14px;
  line-height: 1.8;
  margin-left: 30px;
  width: 860px;
}

.exciting02 .sec05 .f-box{
  display: flex;
  position: relative;
}

.exciting02 .sec05 .img-box{
  width: 430px;
  margin-left: 60px;
}

.exciting02 .sec05 .txt-box{
  width: 430px;
}

.exciting02 .sec05 .txt-box dd{
  width: 360px;
}


.exciting02 .sec05 .img-box::before{
  content: " ";
  width: 400px;
  height: 400px;
  background-image: url(../images/exciting/01/en.svg);
  position: absolute;
  top: -100px;
  left: 700px;
  z-index: -1;
  background-size: cover;
}

.exciting02 .sec07{

}

.exciting02 .sec05 .f-box{
  position: relative;
}

.exciting02 .sec07 .img-box{
  width: 430px;
  position: relative;
  left: 600px;
}

.exciting02 .sec07 .img-box::before{
  content: " ";
  width: 400px;
  height: 400px;
  background-image: url(../images/exciting/01/en.svg);
  position: absolute;
  top: 200px;
  left: 160px;
  z-index: -1;
  background-size: cover;
}


@media only screen and (max-width: 768px) {
  .sec01 {
    width: 100%;
    margin: 20px auto 50px;
  }

  .sec01 ul {
    display: flex;
    margin: 40px 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sec01 ul li p {
    margin: 10px auto 30px;
  }

  .sec01 ul li {
    width: 160px;
    margin-left: 20px;
  }

  .sec02 .list-box {
    width: 80%;
    margin: 50px auto;
    background-color: #fff;
    padding: 6% 6%;
  }

  .talk {
    width: 86%;
    margin: 30px auto 0px;
    padding: 0px 2% 30px;
  }

  .talk dl dt {
    width: 14%;
  }

  .talk dl dd {
    font-size: 14px;
    line-height: 1.8;
    margin-left: 30px;
    width: 100%;
  }

  .sec04 .txt-box {
    width: 100%;
  }
  .sec04 .f-box {
    display: block;
    position: relative;
  }
  .sec04 .img-box {
    width: 90%;
    margin: 0 auto;
  }

  .sec06 .f-box {
    display: block;
    position: relative;
  }

  .sec06 .f-box .img-box {
    width: 90%;
    margin: 0 auto;
  }

  .sec06 .txt-box {
    margin-top: 40px;
    width: 100%;
  }

  .sec07 .img-box {
    display: block;
    position: relative;
  }

  .exciting01 .sec07 .img-box img:nth-of-type(1) {
    width: 90%;
    margin: 20px auto;
    display: block;
  }
  .exciting01 .sec07 .img-box img:nth-of-type(2) {
    width: 90%;
    margin: 20px auto;
    display: block;
  }
  .wimg-box h4 {
    font-size: 24px;
    font-family: "Teko";
    color: rgb(0, 0, 0);
    line-height: 1.2;
    position: absolute;
    left: 20px;
    top: 14px;
  }
  .wimg-box h5 {
    font-size: 10px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    position: absolute;
    left: 18px;
    top: 40px;
  }

  .exciting02 .sec03 .f-box {
    display: block;
    position: relative;
  }

  .exciting02 .sec03 .img-box {
    width: 90%;
    margin: 20px auto;
  }
  .exciting02 .sec03 .txt-box {
    width: 100%;
    margin-left: 0;
  }

  .exciting02 .sec04 .txt-box {
    width: 100%;
  }
  .exciting02 .sec04 .txt-box dl dd {
    width: 100%;
  }
  .exciting02 .sec05 .f-box {
    position: relative;
    display: block;
  }
  .exciting02 .sec05 .txt-box {
    width: 100%;
  }
  .exciting02 .sec05 .txt-box dd {
    width: 100%;
  }

  .exciting02 .sec05 .img-box {
    width: 90%;
    margin: 20px auto;
  }
  .exciting02 .sec07 .img-box {
    width: 90%;
    margin: 20px auto;
    left: 0;
  }
}