/*
エージェント別
*/
.l-pc { display: block !important; }
.l-pc__inline { display: inline !important; }
.l-sp { display: none !important; }
.l-sp__inline { display: none !important; }
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-pc { display: none !important; }
.l-pc__inline { display: none !important; }
.l-sp { display: block !important; }
.l-sp__inline { display: inline !important; }
}

.l-warp {
  overflow-x: hidden;
}

/********* pcのみ *********/
@media only screen and (min-width: 751px) {
.l-sec--slider a:hover,
.u-ov__alpha:hover {
 -webkit-transition: 0.3s ease-in-out;  
 -moz-transition: 0.3s ease-in-out;  
 -o-transition: 0.3s ease-in-out;  
 transition: 0.3s ease-in-out;
 opacity: 0.5;  
 filter: alpha(opacity=50);
 }
}

/* ----------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------- */
.l-visual {
  width: 100vw;
  height: 100vh;
}

.vegas-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-visual--txt {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
  text-align: center;
  opacity: 0;
  animation: logo 1s ease 1s 1 normal forwards;
}

@keyframes logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.l-visual--txt h1 {
  max-width: 360px;
  width: 60%;
  margin: 0 auto;
}

.l-visual--txt p {
  text-align: center;
  margin-top: 50px;
  color: #fff;
}

.l-visual--txt p span {
  font-size: x-large;
  color: #f5d21e;
}


/* ----------------------------------------------------------------
プロフィール
---------------------------------------------------------------- */
.l-profile {
  width: 100%;
  height: 600px;
  background: url(../images/furumi.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-content: center;
  align-items: center;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-profile {
  width: 100%;
  height: 600px;
  background: url(../images/furumi_sp.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  align-content: flex-end;
  align-items: flex-end;
  padding-bottom: 30px;
 }
}

.l-profile--wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.l-profile--wave img {
  width: 100%;
}

.l-profile--inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 95%;
}

.l-profile--txt {
  width: 500px;
  background-color: rgba(31,56,108,0.4);
  padding: 25px;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-profile--txt {
  width: 100%;
  padding: 15px;
 }
}

.l-profile--txt h2 {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #fff solid;
  font-size: 24px;
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-profile--txt h2 {
  font-size: 18px;
 }
}

.l-profile--txt p {
  color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-profile--txt p {
  color: #fff;
  font-size: 14px;
 }
}


/* ----------------------------------------------------------------
sec
---------------------------------------------------------------- */
.l-sec {
  padding: 80px 0;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec {
  padding: 40px 0;
 }
}

.bk-blue {
  background-color: #e9f3fb;
}

.l-sec--inner {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}

.l-sec--inner h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
 }
}

.l-sec--inner h3 p {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  position: relative;
  background-color: #188bc9;
  height: 40px;
  padding: 5px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner h3 p {
  font-size: 12px;
  height: 30px;
  margin-right: 20px;
 }
}

.l-sec--inner h3 p::after {
  content: "";
  background: url(../images/bk_sttl.png) no-repeat;
  background-position: center top;
  display: block;
  position: absolute;
  top: 0;
  right: -17px;
  width: 17px;
  height: 40px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner h3 p::after {
  right: -13px;
  width: 13px;
  height: 30px;
  background-size: cover;
 }
}

.l-sec--inner h3 span {
  color: #fff;
  font-size: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--inner h3 span {
  color: #fff;
  font-size: 18px;
 }
}

.l-sec--txtarea {
  margin-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--txtarea {
  margin-bottom: 15px;
 }
}

.l-sec--slider {
  margin-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--slider {
  margin-bottom: 15px;
 }
}

/* 読み込み対応 */
.l-sec--slider {
  display: none;
}

.l-sec--slider.slick-initialized{
  display: block;
}

.l-sec--slider li {
  max-width: 320px;
  margin: 0 10px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--slider li {
  max-width: 100%;
  margin: 0;
 }
}

.l-sec--movie--list {
  overflow: hidden;
  margin-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--movie--list {
  margin-bottom: 25px;
 }
}

.l-sec--movie--list li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--movie--list li {
  width: 100%;
  margin-bottom: 10px;
 }
}

.l-sec--movie--list li:nth-child(even) {
  margin-right: 0;
}

.l-sec--movie--list li .l-sec--movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}

.l-sec--movie--list li .l-sec--movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-sec--movie {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 25px;
 }
}

.l-sec--movie iframe {
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
 }
}

.l-sec--pdf {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--pdf {
  margin-bottom: 25px;
 }
}

.l-sec--pdf img {
  width: auto;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--pdf img {
  width: 80%;
 }
}

.l-sec--pdf--list {
  width: 80%;
  margin: 0 auto 5px;
  overflow: hidden;
}

.l-sec--pdf--list li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--pdf--list li {
  width: 100%;
  margin-bottom: 10px;
 }
.l-sec--pdf--list li:last-child {
  width: 100%;
  margin-bottom: 0;
 }
}

.l-sec--pdf--list li:nth-child(even) {
  margin-right: 0;
}

.l-sec--pdf--list img {
  width: 100%;
}

.l-sec--pdf--listtxt {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--pdf--listtxt {
  margin-bottom: 25px;
 }
}

.l-sec--btnarea {
  overflow: hidden;
  margin-bottom: 30px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--btnarea {
  margin-bottom: 10px;
 }
}

.l-sec--btnarea li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--btnarea li {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
 }
}

.l-sec--btnarea li:last-child {
  margin-right: 0;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-sec--btnarea li:last-child {
  margin-right: 0;
  margin-bottom: 0;
 }
}

.u-btn__pink a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 2px #dc5260 solid;
  padding: 0 25px;
  color: #dc5260;
  font-size: 18px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.u-btn__pink a {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
 }
}

.u-btn__pink a:hover {
  color: #fff;
  background-color: #dc5260;
}

.u-btn__purple a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  border: 2px #602f85 solid;
  padding: 0 25px;
  color: #602f85;
  font-size: 18px;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.u-btn__purple a {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
 }
}

.u-btn__purple a:hover {
  color: #fff;
  background-color: #602f85;
}

.u-btn__arrow a {
  display: block;
  max-width: 360px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px #3f5392 solid;
  padding: 0 15px;
  color: #134186;
  font-size: 18px;
  margin: 0 auto;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.u-btn__arrow a {
  max-width: 90%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
 }
}

.u-btn__arrow a:hover {
  color: #007bbb;
}

.u-btn__arrow a::after {
  content: "";
  background: url(../images/bk_btn.png) no-repeat;
  background-position: center top;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
}

.kokuchi {
  display: inline-block;
  border-top: 1px #1e50a2 solid;
  border-bottom: 1px #1e50a2 solid;
  padding: 15px 50px;
  text-align: center;
  margin: 100px auto 0;
}

/* ----------------------------------------------------------------
copyright
---------------------------------------------------------------- */
.l-copyright {
  border-top: solid 4px #dbdbdb;
  padding: 40px 0;
  margin: 0 auto;
  max-width: 1024px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  width: 92%;
}
/********* sp *********/
@media only screen and (max-width: 750px) {
.l-copyright {
  border-top: solid 2px #dbdbdb;
  padding: 20px 0;
  font-size: 11px;
 }
}


