@charset "UTF-8";

@media screen and (min-width:0px) {
  .mv{
    background-image: url("../images/index_mv_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom 30% center;
  }
  .mv .wrap{
    padding: 0;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  .mv .txt{
    width: 80%;
    max-width: 529px;
    margin: 0 auto;
    position: absolute;
    bottom: 7%;
    z-index: 10;
  }
  .mv .img {
    width: 100%;
    height: 100vh;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .mv .img img{width: auto;height: 85vh;}


  .greeting{
    padding: 60px 0;
    text-align: center;
  }
  .greeting .wrap{
    display: flex;
    flex-flow: wrap-reverse;
    justify-content: center;
  }
  .greeting .img{
    max-width: 380px;
}
  .greeting h2{
    font-size: 26px;
    color: rgb(0,104,177);
    line-height: 1.5;
    letter-spacing: 0.12em;
    margin: 0 0 20px;
    font-weight: 600;
  }
  .greeting p{
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
  }
  .prof{
    padding: 45px 0 90px;
    background-color: rgb(0,104,177);
    color: #fff;
    position: relative;
  }
  .prof:before{
    position: absolute;
    bottom: 99%;
    left: 20%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 40px;
    border-color: transparent;
    border-bottom-color: rgb(0,104,177);
  }
  .prof .title{
    font-size: 18px;
    font-weight: 600;
  }
  .prof .name{
    font-size: 48px;
    font-weight: 600;
    margin: 0 0 30px;
  }
  .prof h2{
    font-size: 18px;
    margin: 0 0 10px;
  }
  .prof table tr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    line-height: 1.5;
  }
  .prof table tr td:first-child{
    width: 30%;
    font-weight: 300;
  }
  .prof table tr td:first-child::before{content:"■";}
  .prof table tr td:last-child{
    width: 70%;
    font-weight: 300;
  }
  .prof button,
  .prof .live{
    width: 100%;
    text-align: center;
    border-radius: 6px;
    margin: 15px auto 5px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.25);
    overflow: hidden;
  }
  .prof button a{display: block;}
  .prof button:hover {
      opacity: 0.8;
  }
  .prof .btn_profile{
    background: rgb(64,172,93);
    font-size: 18px;
    line-height: 2.5;
  }
  .prof .live{background: rgb(41,166,221);}
  .prof .live img{
    max-width: none;
    object-fit: contain;
  }
  .iframe{
    background:#fff;
    margin-top: 30px;
  }
  .iframe iframe{margin: 0 auto;}
  
  .prof .img{margin: 30px 0 0;}
  .policy .section{
    padding: 50px 0 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
  .policy .title_wrap{
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .policy h2 {
    font-size: 32px;
    text-align: center;
    margin: 20px auto 0;
  }
  .policy h2:after{
    content: "";
    width: 130px;
    height: 3px;
    background-color: rgb(0,104,177);
    display: block;
    margin: 10px auto 0;
  }
    
  .policy h2 + p {
      margin: 30px auto 0;
      text-align: center;
      font-size: 21px;
      word-break: keep-all;
      line-height: 1.25;
      font-weight: bold;
      color: rgb(0,104,177);
  }
  
  .policy .img{
    max-width: 237px;
    height: 237px;
    border-radius: calc(100%/2);
    overflow: hidden;
    border-style: solid;
    border-width: 2px;
  }
  .policy h3{
    text-align: center;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;
  }
  .policy .lead{
    margin: 30px 0 20px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.15em;
    padding: 0 20px;
  }
  .policy ul{
    width: 100%;
    padding: 50px 20px;
    position: relative;
    display: inline-block;
  }
  .policy ul:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: transparent;
  }
  .policy ul:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent;
  }
  .policy ul li{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  
  .policy .section:nth-of-type(1) {background-image: url("../images/policy_bg_01.jpg");}
  .policy .section:nth-of-type(1) {background-image: rgb(225,66,139);}
  .policy .section:nth-of-type(1) .img{border-color: rgb(225,66,139);}
  .policy .section:nth-of-type(1) h3{color: rgb(225,66,139);}
  .policy .section:nth-of-type(1) .lead{color: rgb(225,66,139);}
  .policy .section:nth-of-type(1) .ul_wrap{background-color: rgba(225,66,139,0.1);}
  .policy .section:nth-of-type(1) ul:before{border-top-color: rgb(225,66,139);}
  .policy .section:nth-of-type(1) ul:after{border-bottom-color: rgb(225,66,139);}
    
  .policy .section:nth-of-type(2) {background-image: url("../images/policy_bg_02.jpg");}
  .policy .section:nth-of-type(2) .img{border-color: rgb(64,172,93);}
  .policy .section:nth-of-type(2) h3{color: rgb(64,172,93);}
  .policy .section:nth-of-type(2) .lead{color: rgb(64,172,93);}
  .policy .section:nth-of-type(2) .ul_wrap{background-color: rgba(64,172,93,0.1);}
  .policy .section:nth-of-type(2) ul:before{border-top-color: rgb(64,172,93);}
  .policy .section:nth-of-type(2) ul:after{border-bottom-color: rgb(64,172,93);}
  
  .policy .section:nth-of-type(3) {background-image: url("../images/policy_bg_03.jpg");}
  .policy .section:nth-of-type(3) .img{border-color: rgb(0,154,227);}
  .policy .section:nth-of-type(3) h3{color: rgb(0,154,227);}
  .policy .section:nth-of-type(3) .lead{color: rgb(0,154,227);}
  .policy .section:nth-of-type(3) .ul_wrap{background-color: rgba(0,154,227,0.1);}
  .policy .section:nth-of-type(3) ul:before{border-top-color: rgb(0,154,227);}
  .policy .section:nth-of-type(3) ul:after{border-bottom-color: rgb(0,154,227);}
    
  .policy .section:nth-of-type(4) {background-image: url("../images/policy_bg_04.jpg");}
  .policy .section:nth-of-type(4) .img{border-color: rgb(234,128,0);}
  .policy .section:nth-of-type(4) h3{color: rgb(234,128,0);}
  .policy .section:nth-of-type(4) .lead{color: rgb(234,128,0);}
  .policy .section:nth-of-type(4) .ul_wrap{background-color: rgba(234,128,0,0.1);}
  .policy .section:nth-of-type(4) ul:before{border-top-color: rgb(234,128,0);}
  .policy .section:nth-of-type(4) ul:after{border-bottom-color: rgb(234,128,0);}

}

@media screen and (min-width:560px) {

  .prof .wrap{
    display: flex;
    justify-content: space-between;
  }
  .prof .txt{width: 50%;}
  .prof .img{
    width: 45%;
    margin: 0 auto;
  }
  .prof button{margin: 25px auto 0;}
  .iframe{
    width: 50%;
    padding: 10px;
    margin-top: 0;
    margin-left: 5%;
    min-width: 300px;
  }    
  .policy h2 + p {
      font-size: 32px;
      line-height: 1.4;
  }
  .policy h3{
    text-align: left;
    padding: 0 0 0 30px;
  }

}

@media screen and (min-width:1000px) {
.mv .wrap,
  .greeting .wrap{max-width: 960px;}

  .mv .wrap{
    padding: 75px 0 0;
    height: auto;
    overflow: auto;
  }
  .mv .txt,
  .mv .img{
    position: static;
  }
  .mv .img{max-width: 420px;height: auto;}
  .mv .img img{width: 100%;height: auto;}
  .greeting{text-align: left;}
  .greeting .wrap{justify-content: space-between;}
  .greeting h2{margin: 0 0 30px;}
  .greeting p{line-height: 1.75;}
  .prof .txt{width: 40%;}
  .prof .title{font-size: 21px;}
  .prof .name{
    font-size: 60px;
    margin: 0 0 40px;
  }
  .prof h2{
    font-size: 24px;
    margin: 0 0 20px;
  }
  .prof table tr{font-size: 16px;}
  .prof table tr td:first-child{width: 25%;}
  .prof table tr td:last-child{width: 75%;}
  .prof button{margin: 25px auto 15px;}
  .prof .live img{max-width: none;}
  .iframe{
    width: 50%;
    padding: 10px 20px;
    margin: 0;
  }
  .policy .title_wrap{width: 65%;}
  .policy h3{
    font-size: 45px;
    white-space: nowrap;
  }
  .policy .lead{
    margin: 60px 0 45px;
    font-size: 20px;
    text-align: center;
  }
  .policy {
	padding-top: 60px;
  }
  .policy ul{
    width: auto;
    padding: 50px 60px;
  }
  .policy ul li{
    font-size: 16px;
    line-height: 2;
  }
}