@charset "utf-8";

/* ----------------------------------------------------------------------
 s1
---------------------------------------------------------------------- */
#s1{
  padding-bottom: 100px;
}
#s1 h1{
  margin-bottom: 50px;
}
#s1 h1 img.pc{
  display:block;
  width:100%;
  max-width:1800px;
  margin:0 auto;
}
#s1 h1 img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto;
}
#s1 .p1{
  text-align: center;
  font-size: 20px;
  margin-bottom: 70px;
}
#s1 .elm1{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  margin-bottom: 80px;
}
#s1 .elm1 article .img{
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}
#s1 .elm1 article h3{
  font-size: 20px;
  font-weight: 600;
  color:#1f2d52;
  margin-bottom: 15px;
}
#s1 .elm1 article p{
  font-size: 18px;
}

#s1 .slide_co{
  position: relative;
  padding-top: 40px;
  margin-bottom: 100px;
}
#s1 .slide_co::after{
  position: absolute;
  content:"";
  width: 555px;
  height:400px;
  background: #eeeeee;
  top:0;
  left:0;
  z-index:2;
}
#s1 .slide_co .inner{
  position: relative;
  z-index:3;
}
#s1 .slide_co h2{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 30px;
  border-left: 3px solid #00b5f6;
}
#s1 .slide_co .p2{
  font-size: 18px;
  margin-bottom: 60px;
  padding-left: 30px;
}

#s1 .slide_co .slider{
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
#s1 .slide_co .slidefield{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 20px;
}
#s1 .slide_co .slidefield article{
  position: relative;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dddddd;
  width:320px;
  padding:40px 20px 20px;
  cursor: pointer;
}
#s1 .slide_co .slidefield article .tag{
  position: absolute;
  width:100%;
  top:-18px;
  left:0;
  pointer-events: none;
}
#s1 .slide_co .slidefield article .tag span{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:150px;
  border-radius: 50px;
  height:37px;
  background:#00b5f6;
  color:#fff;
  justify-content: center;
  align-items: center;
  margin:0 auto;
  font-size: 18px;
}
#s1 .slide_co .slidefield article .tag i{
  font-size: 24px;
}

#s1 .slide_co .slidefield article .ico img{
  display:block;
  width:auto;
  height: 100%;
  max-height: 50px;
  margin:0 auto 20px;
  pointer-events: none;
}
#s1 .slide_co .slidefield article .ico img.ico_op{
  max-height: 70px;
  margin:0 auto 0px;
}
#s1 .slide_co .slidefield article h3{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
  pointer-events: none;
}
#s1 .slide_co .slidefield article .sp1{
  font-size: 16px;
  margin-bottom: 15px;
  pointer-events: none;
}
#s1 .slide_co .slidefield article .sp1 span{
  font-size: 14px;
}
#s1 .slide_co .slidefield article .sp2{
  font-size: 16px;
  font-weight: bold;
  color:#00b5f6;
  text-align: center;
  pointer-events: none;
}
#s1 .slide_co .arrows{
  position: absolute;
  width:111px;
  height: 48px;
  top:-105px;
  right:0;
}
#s1 .slide_co .arrows .arrows_btn{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
  align-items: center;
  justify-content: space-between;
}
#s1 .slide_co .arrows .arrows_btn li{
  position: relative;
  cursor: pointer;
  width:48px;
  height:48px;
  border-radius: 50px;
  background:#00b5f6;
}
#s1 .slide_co .arrows .arrows_btn li::before{
  position: absolute;
  content:"";
  top:calc(50% - 6px);
  width:10px;
  height:10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
#s1 .slide_co .arrows .arrows_btn li.prev::before{
  left:20px;
  transform: rotate(225deg);
}
#s1 .slide_co .arrows .arrows_btn li.next::before{
  right:20px;
  transform: rotate(45deg);
}
#s1 .slide_co .arrows .arrows_btn li.prev{
  background:#f3f5f6;
}
#s1 .slide_co .arrows .arrows_btn li.prev.current{
  background:#00b5f6;
}

@media screen and (max-width: 980px){
  #s1 .p1{
    text-align: center;
    font-size: 18px;
    margin-bottom: 60px;
  }
  #s1 .elm1 article p{
    font-size: 16px;
  }
}
@media screen and (max-width: 860px){
  #s1 .p1{
    text-align: left;
    font-size: 18px;
    margin-bottom: 60px;
  }
  #s1 .p1 .br{
    display:none;
  }
}
@media screen and (max-width: 760px){
  #s1 .slide_co .arrows{
    position: static;
    width:111px;
    height: 48px;
    top:0px;
    right:0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 680px){
  #s1 h1 img.pc{
    display:none;
  }
  #s1 h1 img.sp{
    display:block;
  }
  #s1 .elm1{
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    margin-bottom: 80px;
  }
  #s1 .slide_co::after{
    width: 455px;
    height:400px;
  }
}
@media screen and (max-width: 490px){
  #s1 h1{
    margin-bottom: 30px;
  }
  #s1 .p1{
    font-size: 16px;
    margin-bottom: 40px;
  }
  #s1 .slide_co h2{
    font-size: 22px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  #s1 .slide_co .p2{
    font-size: 16px;
    margin-bottom: 50px;
    padding-left: 20px;
  }
  #s1 .slide_co .slider{
    padding-left: 15px;
  }
  #s1 .slide_co .slidefield article{
    width:280px;
    padding:40px 20px 20px;
  }
}

/* ----------------------------------------------------------------------
 s2
---------------------------------------------------------------------- */
#s2{
  padding: 100px 0;
  border-top: 1px solid #dddddd;
}
#s2 .cwrap{
  background: #f3f5f6;
  padding:50px;
}

#s2 .cbox{
  background: #fff;
  margin-bottom: 80px;
}
#s2 .cbox:last-of-type{
  margin-bottom: 0px;
}
#s2 .cbox h3{
  padding:25px 50px;
  background: #00b5f6;
  color:#0a1a45;
  border-top: 3px solid #0a1a45;
  font-size: 28px;
  font-weight: 600;
}
#s2 .cbox .inner{
  padding:50px 50px 80px;
  background: #fff;
}
#s2 .cbox .elm1{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
#s2 .cbox .elm1 .i{
  width:40%;
}
#s2 .cbox .elm1 .t{
  width:55%;
}
#s2 .cbox .elm1 .i img.pc{
  display:block;
  width:100%;
  max-width:860px;
  margin:0 auto;
  overflow: hidden;
  border-radius: 12px;
}
#s2 .cbox .elm1 .i img.sp{
  display:none;
  width:100%;
  max-width:860px;
  margin:0 auto;
  overflow: hidden;
  border-radius: 12px;
}
#s2 .cbox .elm1 .t dl{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
#s2 .cbox .elm1 .t dl dt{
  width:130px;
  font-weight: 600;
  padding-left: 15px;
  font-size: 18px;
}
#s2 .cbox .elm1 .t dl dd{
  width:calc(100% - 130px);
  font-size: 18px;
}
#s2 .cbox .elm1 .t dl dd .elm1_p1{
  font-size: 16px;
  color:#02a8e3;
}

#s2 .cbox .elm2{
  border: 1px solid #dee6eb;
  border-radius: 12px;
  padding:30px;
  margin-bottom: 50px;
}
#s2 .cbox .elm2 h4{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
#s2 .cbox .elm2 h4 span{
  padding-left: 15px;
  font-size: 18px;
  font-weight: normal;
}
#s2 .cbox .elm2 ul li{
  position: relative;
  padding-left: 45px;
  margin-bottom: 10px;
  font-size: 18px;
}
#s2 .cbox .elm2 ul li:last-of-type{
  margin-bottom: 0px;
}
#s2 .cbox .elm2 ul li::before{
  position: absolute;
  content:"";
  width:26px;
  height:26px;
  background: #cfe5f3;
  border-radius: 50px;
  top:5px;
  left:0;
}
#s2 .cbox .elm2 ul li::after{
  position: absolute;
  content:"";
  width:10px;
  height:5px;
  border-left: 1px solid #0056ae;
  border-bottom: 1px solid #0056ae;
  top:13px;
  left:7px;
  transform: rotate(-45deg);
}

#s2 .cbox .elm3{
  border: 8px solid #1f2d52;
  border-radius: 12px;
  margin-bottom: 50px;
}
#s2 .cbox .elm3 h4{
  background:#1f2d52;
  text-align: center;
  color:#fff;
  font-size: 28px;
  font-weight: 600;
  padding:17px;
}
#s2 .cbox .elm3 .inner{
  padding:50px;
}
#s2 .cbox .elm3 .inner .p1{
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}
#s2 .cbox .elm3 .inner h5{
  text-align: center;
  font-size: 28px;
  margin-bottom: 25px;
}
#s2 .cbox .elm3 .inner .lib1{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
}
#s2 .cbox .elm3 .inner .lib1 li p{
  font-size: 18px;
  padding-top: 10px;
}
#s2 .cbox .elm3 .inner .cap{
  font-size: 14px;
  text-align: center;
}

#s2 .cbox .elm4{
  border-radius: 12px;
  background: #f0f6fc;
  margin-bottom: 60px;
  padding: 30px;
}
#s2 .cbox .elm4 dl{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  margin-bottom: 15px;
  align-items: center;
}
#s2 .cbox .elm4 dl dt{
  width:30px;
}
#s2 .cbox .elm4 dl dd{
  width:calc(100% - 30px);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
#s2 .cbox .elm4 dl dt img{
  display:block;
  width:100%;
  max-width:20px;
}
#s2 .cbox .elm4 ul{
  padding-left: 30px;
}
#s2 .cbox .elm4 ul li{
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 16px;
}
#s2 .cbox .elm4 ul li:last-of-type{
  margin-bottom: 0px;
}
#s2 .cbox .elm4 ul li::before{
  position: absolute;
  content:"";
  width:6px;
  height:6px;
  background: #000;
  border-radius: 50px;
  top:14px;
  left:0;
}
#s2 .cbox .elm4 ul li p.p{
  margin-bottom: 6px;
}
#s2 .cbox .pp{
  font-size: 20px;
  margin-bottom: 50px;
}
#s2 .cbox .elm3 dl{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
  margin-bottom: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#s2 .cbox .elm3 dl:first-of-type{
  padding-top: 20px;
}
#s2 .cbox .elm3 dl dt{
  width:35%;
}
#s2 .cbox .elm3 dl dd{
  width:60%;
  text-align: left;
}
#s2 .cbox .elm3 .inner dl dd h5{
  position: relative;
  text-align: left;
  padding-top: 15px;
  margin-bottom: 15px;
  line-height: 1.6;
}
#s2 .cbox .elm3 dl dd h5::before{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:30px;
  height:3px;
  background: #02a8e3;
}
#s2 .cbox .elm3 .inner dl dd h5 span{
  font-size: 46px;
  color:#02a8e3;
}
#s2 .cbox .elm3 dl.v2{
  align-items: center;
}
#s2 .cbox .elm3 dl.v2 dt{
  order: 2;
  width:50%;
}
#s2 .cbox .elm3 dl.v2 dd{
  order: 1;
  width:45%;
}
#s2 .cbox .elm3 .bt{
  margin-top: 40px;
  background: #f3f5f6;
  border-radius: 12px;
  padding:40px 15px;
}
#s2 .cbox .elm3 .bt .k1{
  text-align: center;
  font-size: 28px;
  margin-bottom: 5px;
  font-weight: 600;
}
#s2 .cbox .elm3 .bt .k1 span{
  background: linear-gradient(transparent 70%, #edcb52 70%);
}
#s2 .cbox .elm3 .bt .k2{
  text-align: center;
  font-size: 28px;
  font-weight: 600;
}
#s2 .cbox .elm3 .bt .k2 span{
  font-size: 46px;
  color:#02a8e3;
}

#s2 .cbox .elm5{
  margin-top: 60px;
}
#s2 .cbox .elm5 p{
  font-size: 18px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1080px){
  #s2 .cwrap{
    padding:25px;
  }
}
@media screen and (max-width: 980px){
  #s2 .cbox .elm1 .i{
    width:100%;
    margin-bottom: 20px;
  }
  #s2 .cbox .elm1 .t{
    width:100%;
  }
  #s2 .cbox .elm1 .i img.pc{
    display:none;
  }
  #s2 .cbox .elm1 .i img.sp{
    display:block;
    max-width:560px;
  }
  #s2 .cbox .elm3 .inner .p1{
    text-align: left;
    font-size: 18px;
    margin-bottom: 25px;
  }
  #s2 .cbox .elm3 .inner h5{
    text-align: left;
    font-size: 28px;
    margin-bottom: 25px;
  }
  #s2 .cbox .elm3 .inner .lib1{
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }
  #s2 .cbox .elm3 .inner .lib1 img{
    display:block;
    width:100%;
    max-width:460px;
    margin:0 auto;
  }
  #s2 .cbox .elm3 dl dt{
    width:100%;
  }
  #s2 .cbox .elm3 dl dd{
    width:100%;
    text-align: left;
  }
  #s2 .cbox .elm3 dl.v2 dt{
    order: 1;
    width:100%;
  }
  #s2 .cbox .elm3 dl.v2 dd{
    order: 2;
    width:100%;
  }
  #s2 .cbox .elm3 dl dt img{
    display:block;
    width:100%;
    max-width:360px;
    margin:0 auto 30px;
  }
  #s2 .cbox .elm3 dl.v2 dt img{
    display:block;
    width:100%;
    max-width:460px;
    margin:0 auto 30px;
  }
  #s2 .cbox .elm3 dl dd h5 br{
    display:none;
  }
}
@media screen and (max-width: 860px){
  #s2 .cwrap{
    padding:15px;
  }
  #s2 .cbox h3{
    padding:25px 25px;
    font-size: 28px;
  }
  #s2 .cbox .inner{
    padding:25px 25px 60px;
  }
}
@media screen and (max-width: 680px){
  #s2 .cbox{
    margin-bottom: 60px;
  }
  #s2 .cbox h3{
    padding:20px 15px;
    font-size: 22px;
  }
  #s2 .cbox .inner{
    padding:25px 15px 50px;
  }
  #s2 .cbox .elm3 .inner{
    padding:30px 20px;
  }
  #s2 .cbox .pp{
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 490px){
  #s2 .cwrap{
    padding:8px;
  }
  #s2 .cbox .elm1 .t dl dt{
    width:100%;
    padding-left: 0px;
    font-size: 16px;
  }
  #s2 .cbox .elm1 .t dl dd{
    width:100%;
    font-size: 16px;
  }
  #s2 .cbox .elm2{
    padding:15px;
    margin-bottom: 50px;
  }
  #s2 .cbox .elm2 h4{
    font-size: 18px;
    margin-bottom: 20px;
  }
  #s2 .cbox .elm2 h4 span{
    padding-left: 0px;
    display: block;
    font-size: 16px;
  }
  #s2 .cbox .elm2 ul li{
    font-size: 16px;
  }
  #s2 .cbox .elm3 h4{
    font-size: 22px;
    padding:12px 5px;
  }
  #s2 .cbox .elm3 .inner .p1{
    font-size: 16px;
  }
  #s2 .cbox .elm3 .inner h5{
    font-size: 20px;
    margin-bottom: 20px;
  }
  #s2 .cbox .elm3 .inner .lib1 li p{
    font-size: 14px;
    padding-top: 10px;
  }
  #s2 .cbox .elm3 .inner .cap{
    font-size: 14px;
    text-align: left;
  }
  #s2 .cbox .elm4{
    padding: 20px 15px;
  }
  #s2 .cbox .elm4 dl dt{
    width:20px;
  }
  #s2 .cbox .elm4 dl dd{
    width:calc(100% - 20px);
    font-size: 18px;
    padding-left: 10px;
  }
  #s2 .cbox .elm4 ul{
    padding-left: 20px;
  }
  #s2 .cbox .pp{
    font-size: 16px;
    margin-bottom: 30px;
  }
  #s2 .cbox .elm3 .inner dl dd h5{
    font-size: 18px;
  }
  #s2 .cbox .elm3 .inner dl dd h5 span{
    font-size: 36px;
  }
  #s2 .cbox .elm3 .bt{
    margin-top: 30px;
    padding:30px 15px;
  }
  #s2 .cbox .elm3 .bt .k1{
    text-align: left;
    font-size: 20px;
  }
  #s2 .cbox .elm3 .bt .k2{
    text-align: left;
    font-size: 20px;
  }
  #s2 .cbox .elm3 .bt .k2 span{
    font-size: 36px;
  }
  #s2 .cbox .elm5 p{
    font-size: 16px;
    margin-bottom: 15px;
  }
}
/* ----------------------------------------------------------------------
 s3
---------------------------------------------------------------------- */
#s3{
  padding: 100px 0;
  border-top: 1px solid #dddddd;
}
#s3 .first{
  margin-bottom: 50px;
}
#s3 .first dl{
  display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	flex-wrap: wrap;
  border: 1px solid #dee6eb;
  border-radius: 12px;
  padding: 50px;
  justify-content: space-between;
  background: #fff;
}
#s3 .first dl dt{
  width:40%;
}
#s3 .first dl dd{
  width:55%;
}
#s3 .second{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
#s3 .second dl{
	width:100%;
  border: 1px solid #dee6eb;
  border-radius: 12px;
  padding: 50px;
  background: #fff;
}
#s3 .second dl dt{
  margin-bottom: 20px;
}
#s3 dt img{
  display:block;
  width:100%;
  max-width:860px;
  margin:0 auto;
  border-radius: 12px;
}
#s3 dd h3{
  font-size: 24px;
  margin-bottom: 20px;
}
#s3 dd p{
  font-size: 18px;
}
#s3 dd p span{
  display:block;
  color:#02a8e3;
}
@media screen and (max-width: 980px){
  #s3 .first{
    margin-bottom: 30px;
  }
  #s3 .first dl{
    padding: 25px;
  }
  #s3 .second{
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  #s3 .second dl{
  	padding: 25px;
  }
  #s3 dd h3{
    font-size: 22px;
  }
}
@media screen and (max-width: 760px){
  #s3 .first dl dt{
    width:100%;
    margin-bottom: 20px;
  }
  #s3 .first dl dd{
    width:100%;
  }
  #s3 .second{
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 490px){
  #s3 .first dl{
    padding: 15px;
  }
  #s3 .second dl{
  	padding: 15px;
  }
  #s3 .first dl dt{
    margin-bottom: 15px;
  }
  #s3 .second dl dt{
    margin-bottom: 15px;
  }
  #s3 dd h3{
    font-size: 20px;
    margin-bottom: 15px;
  }
  #s3 dd p{
    font-size: 16px;
  }
}

/* ----------------------------------------------------------------------
 s4
---------------------------------------------------------------------- */
#s4{
  padding: 100px 0;
  border-top: 1px solid #dddddd;
  background: #f0f6fc;
}

@media screen and (max-width: 490px){
  #s4{
    padding: 50px 0 100px;
  }
}
/* ----------------------------------------------------------------------
 s2
---------------------------------------------------------------------- */
