@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');
/*
 * story.css
 *
 */


/* パンくず
---------------------------------------------------------- */
#breadcrumb .l-frm {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* ページの先頭へ戻る
---------------------------------------------------------- */
.pageTop{
  position: relative;
  max-width:none;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.pageTop a{
  margin-left: auto;
  height: 40px;
  right: 10px;
}


/* mv
---------------------------------------------------------- */
#mv {
  background: url("../img/kybg.jpg") no-repeat center/cover;
  padding-top: 5vw;
  padding-bottom: 15vw;
}
#mv_bg {
  background: linear-gradient(#bbcce9 0%, #d1bedc 100%);
}
@media screen and (max-width:767px) {
  #mv {
    padding-top: 10em;
  }
}

/* ttl
---------------------------------------------------------- */
#ttl {
  margin-top: -15vw;
}
#ttl .page-ttl {
  display: flex;
  overflow:hidden;
}
#ttl .page-ttl,
#ttl .page-ttl .ttlBlock,
#ttl .page-ttl picture {
  height: 30vw;
}
#ttl .page-ttl .ttlBlock {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F0F3F5;
  position: relative;
  z-index: 1;
  order: 2;
}
#ttl .page-ttl .ttlBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-5vw + 1px);
  width: 0;
  height: 1px;
  border-style: solid;
  border-width: 30vw 5vw 0 0;
  border-color: transparent #F0F3F5 transparent transparent;
}
#ttl .page-ttl picture {
  width: 55%;
  overflow: hidden;
  position: relative;
  display: block;
}
#ttl .page-ttl picture img {
  position: absolute;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#ttl .page-ttl div.ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 0 2.5rem;
}
#ttl .page-ttl div.ttl * {
  width: 100%;
}
#ttl .page-ttl div.ttl h3 {
  font-size: 2.4vw;
  margin-bottom: 1.5rem;
  font-family:  'Noto Sans JP',"メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
}
#ttl .page-ttl div.ttl._small h3 {
  font-size: 2.2vw;
}
#ttl .page-ttl div.ttl h4 {
  font-size: 1.5vw;
  color: #000099;
  margin-bottom: 1.5rem;
  font-family:  'Noto Sans JP',"メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
}
#ttl .page-ttl picture {
  width: 55%;
  overflow: hidden;
  order: 1;
}
#ttl .page-ttl .new {
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  position: absolute;
  z-index: 2;
  color: #fff;
  padding: 0.5em 1.5em;
  background: linear-gradient(#313292 0%, #f9428c 100%);
}
#ttl .page-ttl .tag {
  line-height: 1;
  font-size: .8em;
  padding: .3em .5em .2em;
  display: inline-block;
  color: #000099;
  border: 1px solid #000099;
  border-radius: 3px;
  width: auto !important;
  margin-left: 1em;
  vertical-align: .1em;
}
@media screen and (min-width: 2000px) {
  #ttl .page-ttl div.ttl h3 {
    font-size: 3rem;
  }
  #ttl .page-ttl div.ttl._small h3 {
    font-size: 2.4rem;
  }
  #ttl .page-ttl div.ttl h4 {
    font-size: 1.6rem;
  }
  #ttl .page-ttl,
  #ttl .page-ttl .ttlBlock,
  #ttl .page-ttl picture {
    height: 600px;
  }
  #ttl .page-ttl .ttlBlock::before {
    border-width: 600px 5vw 0 0;
  }
}
@media screen and (max-width:767px) {
  #ttl .l-frm {
    width: 100%;
    padding: 2em 3em 4em 3em;
  }
  #ttl {
    margin-top: -15em;
  }
  #ttl .page-ttl {
    display: block;
    position: relative;
    width: calc(100%+4em);
    margin: 0 -2em;
  }
  #ttl .page-ttl,
  #ttl .page-ttl .ttlBlock,
  #ttl .page-ttl picture {
    height: auto;
  }
  #ttl .page-ttl .ttlBlock {
    width: 100%;
  }
  #ttl .page-ttl picture {
    width: 100%;
  }
  #ttl .page-ttl picture img{
    position: static;
  }
  #ttl .page-ttl div.ttlBlock::before {
    border: none;
  }
  #ttl .page-ttl div.ttl {
    padding: 1rem 1.5rem;
  }
  #ttl .page-ttl div.ttl div {
    order: 1;
    margin-bottom: .5em;
  }
  #ttl .page-ttl div.ttl h4 {
    font-size: 1em;
    margin-bottom: .5rem;
    order: 2;
  }
  #ttl .page-ttl div.ttl h3 {
    font-size: 1.5rem !important;
    margin-bottom: 0;
    order: 3;
  }
  #ttl .page-ttl a span.arrow{
    display: none;
    height: 1rem;
    width: 1rem;
  }
  #ttl .page-ttl .new {
    right: 0;
  }
}

/* lead */
#ttl .lead {
  padding: 2em;
}
#ttl .lead p{
  font-size: 1rem;
  line-height: 2;
  font-weight: bold;
}
#ttl .lead p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media screen and (max-width:767px) {
  #ttl .lead {
    padding: 2em 0;
  }
  #ttl .lead p{
    font-size: 1rem;
    line-height: 1.8;
  }
}

/* main
---------------------------------------------------------- */

#main .inner{
  max-width: 1100px;
  margin: auto;
  padding: 5em 0;
}
#main .inner + .inner{
  padding-top: 0;
}
#main .inner p{
  font-size: 1rem;
}
#main .inner p:not(:last-of-type) {
  margin-bottom: 1em;
}
#main picture{
  display: block;
}

@media screen and (max-width:1200px) {
  #main .inner{
    max-width: none;
    width: 100%;
    padding: 5em;
  }
}
@media screen and (max-width:767px) {
  #main .inner{
    padding: 4em 3em;
  }
  #main .inner + .inner{
    padding: 0 3em 4em;
  }
}


/* ttl */
#main .ttl01{
  font-family:  'Noto Sans JP',"メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-feature-settings: "palt";
  font-size: 2rem;
  margin-bottom: 1.8em;
}
#main .ttl01:after{
  content: "";
  background: url("../img/ttl_point.svg") no-repeat center/contain;
  height: .3em;
  width: 5em;
  display: block;
  margin-top: 1em;
}
#main .ttl02{
  font-weight: bold;
  font-size: 1rem;
  color: #1A2792;
  margin-bottom: 1em;
}
#main p.point{
  position: relative;
  display: flex;
}
#main p.point::before {
  content: "";
  position: absolute;
  right: calc(100% + 0.5em);
  margin: .5em 0.2em;
  width: 2.5em;
  height: 2px;
  background-color: #CFBFDD;
}
@media screen and (max-width:767px) {
  #main .ttl01{
    font-size: 1.6rem;
    line-height: 1.5;
  }
  #main .ttl01 br{
    display: none;
  }
}


/* figure */
#main figure{
  width: 380px;
  margin: 0 0 7em 8em;
  float: right;
}
#main figure span{
  display: block;
  border-radius: 0.3rem;
  overflow: hidden;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
#main figure span img {
  transform: skew(5deg) scale(1.1);
}
#main figure figcaption{
  text-align: right;
  font-size: 1em;
  line-height: 1.4;
  margin-top: 1em;
}
#main figure.left{
  float: left;
  margin: 0 12em 7em 0;
}

@media screen and (max-width:767px) {
  #main figure,
  #main figure.left{
    width: auto;
    float: none;
    margin: 0 0 2em -1em !important;
    padding: 0 2em;
  }
}

/* picture */
#main picture.sp_full{
  position: relative;
}
#main picture.sp_full small.caption {
  color: #000;
  top: auto;
  bottom: -2em;
  background-color:inherit;
  padding: 0;
}
@media screen and (max-width:767px) {
  #main picture.sp_full{
    width: calc(100% + 6em);
    margin-left: -3em;
    margin-right: -3em;
  }
  #main picture.sp_full small.caption{
    color: #fff;
    position: absolute;
    top:0;
    bottom: auto;
    background-color: rgba(26,39,146,0.50);
    padding: .5em .8em;
  }
}


/* bg - bg01 */
#main .bg01{
  background-color: #F0F3F5;
  position: relative;
}
#main .bg01.point{
  padding-bottom: 10em;
  margin-bottom: -10em;
  z-index: -1;
}
#main .bg01 .mask{
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10em;
  z-index: 1;
}
#main .bg01 + .inner{
  background-color: #fff;
  padding-left: 5em;
  padding-right: 5em;
  max-width: calc(1100px + 10em);
}
@media screen and (max-width:767px) {
  #main .bg01 + .inner{
    padding: 4em 3em;
  }
}

/* bg - bg02 */
#main .bg02{
  background-color: #F0F3F5;
}
#main .bg02.point{
  padding-bottom: 10em;
  margin-bottom: -10em;
}
#main .bg02 + .inner{
  padding-top: 0;
}

/* bg - pictfull */
#main .pictfull{
  background: linear-gradient(#bbcce9 0%, #d1bedc 100%);
  text-align: center;
}
#main .pictfull picture{
  border-radius: 10px;
  background-color: #fff;
  padding: 1em;
  display: block;
}
@media screen and (max-width:767px) {
  #main .pictfull .inner {
    padding-left: 1em;
    padding-right: 1em;
  }
}


/* bg - imgfull */
#main .imgfull{
  position: relative;
  margin-bottom: -10em;
  z-index: -1;
}
#main .imgfull img{
  width: 100%;
  z-index: -1;
}
#main small.caption{
  color: #fff;
  position: absolute;
  top:0;
  right: 0;
  background-color: rgba(26,39,146,0.50);
  margin-top: 0;
  line-height: 1;
  padding: .5em .8em;
}
#main .imgfull .mask{
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 10em;
  z-index: 1;
}
#main .imgfull + .inner{
  background-color: #fff;
  padding-left: 5em;
  padding-right: 5em;
  max-width: calc(1100px + 10em);
}
@media screen and (max-width:767px) {
  #main .imgfull{
    margin-bottom: 0;
  }
  #main .imgfull .mask{
    display: none;
  }
  #main .imgfull + .inner{
    padding: 4em 3em 4em;
    max-width: none;
    width: 100%;
  }
  
}

/* bg - page-end */
#main .bg-last{
  padding-bottom: 30em;
}
#main .page-end{
  background: linear-gradient(#bbcce9 0%, #d1bedc 100%);
  text-align: center;
}
#main .page-end picture{
  margin-top: -30em;
  display: block;
  border-radius: 0.3rem;
  overflow: hidden;
  -webkit-transform: skew(-5deg);
  transform: skew(-5deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
#main .page-end picture img {
  transform: skew(5deg) scale(1.1);
}
#main .page-end picture + p{
  text-align: left;
  font-size: smaller;
  margin-top: 1em;
}
#main .page-end small{
  display: block;
  text-align: right;
  margin-top: 1em;
  margin-bottom: 3rem;
}
#main .page-end > .inner > a{
  color: #fff;
  background-color: #1a2792;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  border-radius: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
  position: relative;
  transition: 0.3s ease;
  max-width: 60%;
  margin: auto;
  border: 1px solid #1a2792;
}
#main .page-end > .inner > a::after{
  content: "";
  background: url("../img/icn_blank_w.svg") no-repeat;
  display: block;
  height: 1rem;
  width: 1rem;
  right: 1rem;
  vertical-align: middle;
  width: 1.2rem;
  position: absolute;
  -webkit-transform:skew(10deg);
  transform: skew(10deg);
  transition: 0.3s ease;
}
#main .page-end > .inner > a._pdf::after{
  background: url("../img/icn_pdf_w.svg") no-repeat;
  height: 1.2rem;
  right: 1.1rem;
}
#main .page-end > .inner > a span{
  color: #fff;
  font-weight: bold;
  -webkit-transform:skew(10deg);
  transform: skew(10deg);
  transition: 0.3s ease;
  padding: 0 3em;
}
#main .page-end > .inner > a span font{
  font-size: 1.2em;
  display: block;
}
#main .page-end > .inner > a:hover{
  background-color: #FFF;
  border: 1px solid #1a2792;
  text-decoration: none !important;
}
#main .page-end > .inner > a:hover span{
  color: #1a2792 !important;
}
#main .page-end > .inner > a:hover::after{
  background: url("../img/icn_blank.svg") no-repeat;
}
#main .page-end > .inner > a._pdf:hover::after{
  background: url("../img/icn_pdf.svg") no-repeat;
}
@media screen and (max-width: 1200px) {
  #main .page-end > .inner > a{
    max-width: 75%;
  }
}
@media screen and (max-width:767px) {
  #main .bg-last{
    padding-bottom: 10em;
  }
  #main .page-end picture{
    margin-top: -10em;
    width: calc(100% + 2.5em);
    margin-left: -2em;
    margin-right: -1em;
  }
  #main .page-end > .inner > a{
    max-width: none;
    width: calc(100% + 2em);
    margin-left: -1em;
    margin-right: -1em;
  }
  #main .page-end > .inner > a span font{
    font-size: 1em;
  }
}

/* back */
#main .back{
  text-align: center;
  padding: 3em 0;
}
#main .back a{
  color: #1a2792;
  font-weight:bold;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
}
#main .back a img{
  height: .9em;
  width: .9em;
  margin-right: .2em;
}

/* frontgate-wrapper */
.frontgate-wrapper{
  margin-top: 5rem;
  padding: 2rem;
  background-color: rgba(255,255,255,.5)
}
.frontgate-h2{
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width:767px) {
  .frontgate-wrapper{
    text-align: left;
  }
}



/* story05
---------------------------------------------------------- */
body.story05 #ttl .page-ttl div.ttl h3{
  font-size: 2vw;
}

body.story05 #ttl .page-ttl picture img{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:767px) {
  body.story05 #ttl .page-ttl picture img{
    transform: none;
  }
}

body.story05 #main .pictfull picture {
  padding: 3em 10em 2em;
}

@media screen and (max-width:767px) {
  body.story05 #main .pictfull picture {
    padding: 1em 1em .8em 1em;
  }
}


/* story06
---------------------------------------------------------- */

body.story06 #main .bg-last .inner{
  padding-bottom: 0;
}


