@charset "UTF-8";
/* ##################################################

■common
■lead_tips
■example01
■news
■item list

################################################## */
/* ==================================================
	■common
================================================== */

.top_ttl {
  margin-bottom: 40px;
}
.top_ttl h2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 0;
  font-size: 54px;
  line-height: 1;
}
.top_ttl p {
  font-size: 16px;
  color: #333;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  letter-spacing: 0.1em;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  .top_ttl {
    margin-bottom: 10%;
  }
  .top_ttl h2{
    font-size: 38px;
  }
}
/* ========== end △ */

/* ==================================================
	■mv
================================================== */
#mv_pc,
#mv_sp {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
#mv_pc img,
#mv_sp img {
  position: relative;
  left: 50%;
  width: 100%;
  height:auto;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
#mv_pc .catch,
#mv_sp .catch {
/*  width: 1000px;*/
  position: absolute;
  top: 23%;
  right: 0;
  left: 110px;
  margin: auto;
}
#mv_pc .catch p,
#mv_sp .catch p {
  position: relative;
  font-size: 35px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.5;
  display: flex;
  justify-content: flex-start;
}
#mv_pc .mv_logo,
#mv_sp .mv_logo {
position: absolute;
bottom: 0;
right: 0;
}
#mv_pc .mv_logo img,
#mv_sp .mv_logo img{
  width: 600px;
  height: 119px;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
  #mv_pc {
    height: 287px;
    margin-top: 50px;
  }
  #mv_pc img {
    min-width: 320px;
    width: auto;
    position: relative;
    right: 0;
  }
  #mv_pc .catch {
    width: 100%;
    position: absolute;
    top: 14%;
    left: 5%;
    margin: auto;
  }
  #mv_pc .catch p {
    font-size: 26px;
   line-height: 2;
  }
    #mv_pc .mv_logo {
      position: absolute;
      bottom: 0;
      right: 0;
}  
  #mv_pc .mv_logo img{
  width: 100%;
  height: 90px;
/*  min-width: 300px;*/
}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #mv_sp {
    height: auto;
    width: 100%;
    position: relative;
  }
  #mv_sp img {
    min-width: 375px;
    height: auto;
    width: 100%;
  }
  #mv_sp .catch {
    top: 27%;
    left: 5%;
  }
  #mv_sp .catch p {
    font-size: 20px;
    text-shadow: 0 0 10px #fff;
  }
  #mv_sp .catch p::before {
    content: none;
  }
  #mv_sp .catch p::after {
    content: none;
  }
  #mv_sp .mv_logo {
    position: absolute;
    height: auto;
    right: 0;
    bottom: 0;
    height: auto;
    text-align: right;
}  
  #mv_sp .mv_logo img{
  width: 300px;
  height: auto;
/*  min-width: 300px;*/
}
}
/* ========== end △ */


/* ==================================================
	■sec01
================================================== */
#sec01 {
  padding: 100px 0;
/*  background: url(../../images/bg_sky.jpg) center no-repeat;
  background-size: cover;*/
	padding-right: 10px;
padding-left: 10px;
}
#sec01 .inner {
  position: relative;  
}
#sec01 .img {
  position: absolute;
  right: 0;
  width: 20%;
  margin-top: 150px;
  text-align: left;
}
#sec01 .txt {
  position: relative;
  width: 80%;
  padding: 50px 80px 50px 0;
  box-sizing: border-box;
  background: rgba(255,255,255,0.6);
  float: left;
  right: 0;
/*  margin-top: 150px;*/
}
#sec01 .btn_style01{
  margin-top: 70px;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
  #sec01 {
    padding: 1% 0 40%;
  }
  #sec01 .img {
    width: 100%;
    text-align: center;
    margin-top: 0;
    height: 200px;
    position: static;
  }
  #sec01 .img img {
    width: 30%;
    height: auto;
  }
  #sec01 .txt {
    position: relative;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.6);
    float: none;
    right: 0;
    margin-top: 0;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #sec01 {
    padding: 10% 0 40px;
	  padding-right: 10px;
padding-left: 10px;
  }
  #sec01 .img {
    position: relative;
  }
    #sec01 .img img {
    width: 50%;
    height: auto;
  }
  #sec01 .txt {
    width: 100%;
    padding: 5%;
    float: none;
    right: auto;
    margin-top: 5%;
  }
}
/* ========== end △ */

/* ==================================================
	■sec02
================================================== */
#sec02 {
  padding-bottom: 80px;
  background: url(../../images/sec02_bg.jpg) no-repeat;
  height: 400px;
  position: relative;
	padding-right: 10px;
padding-left: 10px;
}
#sec02 h2{
  position: relative;
  display: inline-block;
font-size: 40px;
color: #fff;
padding: 5px 0 20px 50px;
background: url(../images/sec02_icon.png) top left no-repeat;
}
#sec02 h2::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 30px);
  right: 0;
/*  width: 25px;*/
  height: 24px;
  background-color: rgba(255,255,255,0.80);
}

#sec02 p{
  color: #7FBCE2;
  text-align: left;
}
#sec02 .site_wrap {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  width: 1300px;
  height: 400px;
}
#sec02 .site_wrap .inner  {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec02 .box {
  width: 20%;
}
#sec02 .box .txt_area p.ttl {
  margin: 15px 0 10px;
  text-align: center;
  font-size: 22px;
  font-family: source-han-serif-japanese, serif;
  font-weight: bold;
}

#sec02 .btn_style02 {
  margin: 30px auto 0;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
  #sec02 {
    margin-top: -230px;
    height: 300px;
  }
  #sec02 .site_wrap{
    width: 100%;
  }
  #sec02 .site_wrap .inner{
    height: 300px;
  }
  #sec02 .top_ttl{
    margin: 0 auto;
  }
  #sec02 p{
    text-align: center;
  }
  #sec02 .inner {
    text-align: center;
    margin-bottom: 50px;
  }
  #sec02 .box {
    width: 45%;
    margin-bottom: 5%;
  }
  #sec02 .box .img_area {
    text-align: center;
  }

  #sec02 .btn_style01 {
    margin-top: 5%;
  }
  #sec02 .btn_style02{
    margin: 0 auto 0;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #sec02 {
    margin-top: 0px;
    padding-bottom: 10%;
    background: url(../../images/sec02_bg.jpg) no-repeat;
    background-size: cover;
    height: 400px;
  }
#sec02 h2 {
    position: relative;
    display: block;
    font-size: 30px;
    padding-bottom: 0;
    padding-left: 0;
    background: none;
    line-height: 1.5em;
}

#sec02 h2::before{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 90px);
  right: 42%;
  width: 40px;
  height: 40px;
background: url(../images/sec02_icon.png) top 10% left no-repeat;
}
#sec02 p {
    text-align: center;
    font-size: 10px;
}
#sec02 .top_ttl {
  margin-top: 20%;
  padding: 70px 0 30px;
}

  #sec02 .inner {
    text-align: center;
    margin-bottom: 50px;
    height: auto;
  }
  #sec02 .site_wrap{
    width: 94%;
    height: auto;
  }
  #sec02 .site_wrap .inner{
    height: auto;
    justify-content: center;
  }
  #sec02 .box {
    width: 100%;
    margin-bottom: 8%;
  }
  #sec02 .box .img_area {
    text-align: center;
  }
  #sec02 .box .img_area img {
    width: 250px;
    height: auto;
  }

  #sec02 .btn_style01 {
    margin-top: 5%;
  }
}
/* ========== end △ */


/* ==================================================
  ■sec03
================================================== */
#sec03 {
  padding: 100px 0;
	padding-right: 10px;
padding-left: 10px;
}
#sec03 #news {
  width: 100%;
  margin-bottom: 10px;
}
#sec03 #news .top_ttl {
  margin-bottom: 20px;
  font-size: 24px;
}
#sec03 #news .more_btn {
  width: 80px;
}
#sec03 #news .more_btn a {
  display: block;
  padding: 5px 0;
  background: url(../images/try_arrow_wh.png) center right 5px no-repeat #3cb8ff;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: all 0.2s ease;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 1025px) {
  #sec03 #news .more_btn a:hover {
    background: url(../images/try_arrow_wh.png) center right 5px no-repeat #333;
  }
}
/* ========== end △ */
#sec03 #news .box_inner{
  width: 1000px;
  margin: 0 auto;
}

#sec03 #news ul {
  max-height: 400px;
  overflow: auto;
  list-style: none;
  padding: 0;
  padding-right: 3%;
  margin: auto;
}
#sec03 #news li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  background: #fafafa;
  padding: 30px 0;
  margin: 10px 0;
}
#sec03 #news .day {
  width: 25%;
  font-weight: bold;
  color: #ACACAC;
  text-align: center;
  display: grid;
}
#sec03 #news .news_txt {
  width: 70%;
  color: #333333;
  display: block;
}
#sec03 #news .news_txt a{
  display: block;
  margin-right: 5px;
  color: #333;
  background: url(../images/btn_arrow_02.png) center right 20px no-repeat ;
  text-decoration: none;
}
#sec03 #news .news_txt a:hover{
  opacity: 0.6;
  text-decoration: underline;
}


/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
  #sec03 {
    padding: 8% 0;
  }
  #sec03 #news {
    width: 100%;
    padding-bottom: 5%;
  }
  #sec03 #news .box_inner{
    width: 90%;
  }
#sec03 #news .news_txt a{
  display: block;
  margin-right: 15%;
  color: #333;
  background: url(../images/btn_arrow_02.png) bottom right no-repeat;
  text-decoration: none;
}
#sec03 #news .news_txt a:hover{
  opacity: 0.6;
  text-decoration: underline;
}
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #sec03 {
    padding: 10% 0;
  }
  #sec03 .site_wrap{
    margin: 100px 20px;
  }
  #sec03 #news .top_ttl h2 {
    font-size: 38px;
  }
  #sec03 #news .box_inner{
    width: 90%;
  }
#sec03 #news .day{
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 15px;
}
#sec03 #news .news_txt{
  width: 100%;
  display: block;
  text-align: left;
  padding-left: 10px;
}
}
/* ========== end △ */



/* ==================================================
	■sec04
================================================== */
#sec04 {
  padding: 0;
  background: #FAFAFA;
 width: 100%;
 height: 400px;
}
#sec04 .site_wrap{
  width: 100%;
  display: table;
}
#sec04 .top_ttl {
  text-align: center;
/*  margin-bottom: 50px;*/
}
#sec04 .top_ttl span {
  font-size: 40px;
  font-weight: bold;
  color: #3cb8ff;
  margin: 0 5px;
}

#sec04 .box {
  width: 24%;
  border-left: 1px solid #f0f0f0;
  height: 400px;
  display: table-cell;
  vertical-align: middle;
}
#sec04 .box:first-child {
  border-left: none ;
}

#sec04 .box .btn_area {
  position: relative;
  text-align: center;
  margin: 20px auto;
}


#sec04 .box .btn_area a{
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  background: url(../images/btn_arrow_02.png) center top 50% no-repeat #ffffff; 
  box-shadow: 1px 2px 15px -7px rgba(0,0,0,0.6);
}

#sec04 .box .btn_area a:hover {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  background: url(../images/sec04_arrow.png) center top 50% no-repeat #3cb8ff;
  box-shadow: 1px 2px 15px -7px rgba(0,0,0,0.6);
}

#sec04 .box .txt_area p.ttl {
  margin: 30px 0 0;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #333;
}
#sec04 .box .txt_area p.sub{
  text-align: center;
  color: #ACACAC;
  font-size: 10px;
  letter-spacing: 2px;
}
#sec04 .btn_style01 {
  margin-top: 60px;
}

/* ▽ TAB-SP layout ========== */
@media only screen and (max-width: 1024px) {
  #sec04 {
    padding: 0 0 50px 0;
  }
  #sec04 .site_wrap{
    padding: 0;
    margin: 0;
  }

  #sec04 .box .btn_area {
    position: relative;
    text-align: center;
  }
  #sec04 .box:first-child {
  width: 100%;
  border-left: none ;
}
  #sec04 .box {
    width: 100%;
    padding-left: 10%;
    margin-bottom: 0;
    height: 110px;
    display: block;
    border-left: none;
    border-bottom: 1px solid #eee;
  }
  #sec04 .box > div{
    width: 50%;
    float: left;
  }

  #sec04 .box .btn_area {
    position: relative;
    text-align: center;
  }
  #sec04 .box .txt_area p.ttl {
    font-size: 18px;
    text-align: left;
  }
  #sec04 .box .txt_area p.sub{
  text-align: left;
  }
  #sec04 .btn_style01 {
    margin-top: 8%;
  }
}
/* ========== end △ */


/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
  #sec04 {
    padding: 0;
    height: auto;
  }
  #sec04 .box:first-child {
  width: 100%;
  border-left:none ;
}
  #sec04 .box {
    width: 100%;
    margin-bottom: 0;
    height: 110px;
    display: block;
    border-bottom: 1px solid #eee;
  }
  #sec04 .box > div{
    width: 50%;
    float: left;
  }

  #sec04 .box .btn_area {
    position: relative;
    text-align: center;
  }
  #sec04 .box .txt_area p.ttl {
    font-size: 18px;
  }
  #sec04 .box .btn_area a{
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    padding: 3%;
    background: url(../images/btn_arrow_02.png) center top 50% no-repeat #ffffff; 
  }
  
  #sec04 .box .btn_area a:hover {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    padding: 3%;
    background: url(../images/sec04_arrow.png) center top 50% no-repeat #3cb8ff;
    box-shadow: 1px 2px 15px -7px rgba(0,0,0,0.6);
  }
}
/* ========== end △ */

