@charset "UTF-8";
.c5-wrap {
  max-width: 1270px;
  padding: 0 15px;
  margin: 40px auto;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  overflow-x: hidden;
}
@media only screen and (max-width: 1300px) {
  .c5-wrap {
    font-size: max(1.23vw, 12px);
  }
}
@media only screen and (max-width: 756px) {
  .c5-wrap {
    font-size: 16px;
    padding: 0 24px;
    margin: 20px auto;
  }
}
.c5-wrap * {
  box-sizing: border-box;
}
.c5-wrap img:not(.s5-iconInline) {
  max-width: 100%;
  vertical-align: bottom;
}
.c5-wrap p {
  padding: 0;
}
.c5-wrap p:not(:last-child) {
  margin: 0 0 1.5em 0;
}

.c5-logo {
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: .2em;
  margin-bottom: -3.5em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .c5-logo {
    font-size: 1.6153846154vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-logo {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.c5-logo img {
  margin-right: 30px;
  max-width: 129px !important;
}
@media only screen and (max-width: 1300px) {
  .c5-logo img {
    margin-right: 2.3076923077vw;
    max-width: 9.9230769231vw !important;
  }
}
@media only screen and (max-width: 756px) {
  .c5-logo img {
    margin-right: 15px;
    max-width: 56px !important;
  }
}

.c5-inner_s {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.c5-header_pt {
  margin-bottom: 140px;
}
@media only screen and (max-width: 1300px) {
  .c5-header_pt {
    margin-bottom: 10.7692307692vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-header_pt {
    margin-bottom: 60px;
  }
}

.c5-cols_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 756px) {
  .c5-cols_header {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.c5-cols_header__img {
  flex: 0 1 53%;
}
@media only screen and (max-width: 756px) {
  .c5-cols_header__img {
    flex: 100%;
    width: 100%;
    text-align: center;
  }
  .c5-cols_header__img img {
    width: 100%;
  }
}
.c5-cols_header__txt {
  flex: 1;
  padding: 0 100px;
}
@media only screen and (max-width: 1300px) {
  .c5-cols_header__txt {
    padding: 0 7.6923076923vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-cols_header__txt {
    padding: 40px 0 0 0;
  }
}

@media only screen and (max-width: 756px) {
  .c5-mv {
    margin: 0 -24px;
  }
}

.c5-profile_sub {
  max-width: 44%;
  margin-top: 20px;
  margin-left: auto;
}
@media only screen and (max-width: 756px) {
  .c5-profile_sub {
    max-width: none;
    margin-top: 40px;
    padding: 20px 0 0 30px;
    font-size: 13px;
    position: relative;
  }
  .c5-profile_sub::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dbbd00;
  }
  .c5-profile_sub::after {
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    background-color: #fff;
    color: #dbbd00;
    content: 'MIYU HOSOI';
    line-height: 1;
    font-size: 12px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 756px) {
  .c5-txt_chapter {
    font-size: 13px;
  }
}

.c5-section {
  margin-bottom: 140px;
}
@media only screen and (max-width: 1300px) {
  .c5-section {
    margin-bottom: 10.7692307692vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-section {
    margin-bottom: 30px;
  }
}

.c5-section_s {
  max-width: 830px;
  margin: 0 auto;
}

.c5-ttl_name {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 15px;
  padding: 0;
}
@media only screen and (max-width: 1300px) {
  .c5-ttl_name {
    margin-bottom: 1.1538461538vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-ttl_name {
    margin-bottom: 0;
    font-size: 30px;
  }
}

.c5-ttl_section {
  font-size: 26px;
  line-height: 1.4;
}
@media only screen and (min-width: 755px) {
  .c5-ttl_section span {
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1300px) {
  .c5-ttl_section {
    font-size: 2vw;
    margin-bottom: 2.3076923077vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-ttl_section {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.c5-ttl_section.right {
  text-align: right;
}
@media only screen and (max-width: 756px) {
  .c5-ttl_section.right {
    text-align: left;
  }
}
@media only screen and (max-width: 756px) {
  .c5-ttl_section.sp_indent {
    padding-left: .5em;
    text-indent: -.5em;
  }
}

.c5-txt_job {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

.c5-txt_lead {
  font-size: 18px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1300px) {
  .c5-txt_lead {
    font-size: 1.3846153846vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-txt_lead {
    font-size: 16px;
  }
}

.c5-card_wrap {
  position: relative;
}
.c5-card_wrap.nameline::before {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #dbbd00;
}
.c5-card_wrap.nameline::after {
  content: 'MIYU HOSOI';
  position: absolute;
  bottom: 0;
  writing-mode: vertical-rl;
  color: #dbbd00;
  background-color: #fff;
  display: inline-block;
  padding-top: 10px;
  line-height: 1;
}
@media only screen and (max-width: 756px) {
  .c5-card_wrap.nameline::after {
    font-size: 12px;
  }
}
.c5-card_wrap.name_r {
  padding-right: 150px;
}
@media only screen and (max-width: 1300px) {
  .c5-card_wrap.name_r {
    padding-right: 11.5384615385vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-card_wrap.name_r {
    padding-right: 0;
    padding-left: 20px;
  }
}
.c5-card_wrap.name_r.nameline::before {
  right: 90px;
}
@media only screen and (max-width: 1300px) {
  .c5-card_wrap.name_r.nameline::before {
    right: 6.9230769231vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-card_wrap.name_r.nameline::before {
    left: 5px;
    right: auto;
  }
}
.c5-card_wrap.name_r.nameline::after {
  right: 85px;
}
@media only screen and (max-width: 1300px) {
  .c5-card_wrap.name_r.nameline::after {
    right: 6.5384615385vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-card_wrap.name_r.nameline::after {
    left: 0;
    right: auto;
  }
}
.c5-card_wrap.name_l {
  padding-left: 150px;
}
@media only screen and (max-width: 1300px) {
  .c5-card_wrap.name_l {
    padding-left: 11.5384615385vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-card_wrap.name_l {
    padding-left: 20px;
  }
}
.c5-card_wrap.name_l.nameline::before {
  left: 90px;
}
@media only screen and (max-width: 1300px) {
  .c5-card_wrap.name_l.nameline::before {
    left: 6.9230769231vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-card_wrap.name_l.nameline::before {
    left: 5px;
  }
}
.c5-card_wrap.name_l.nameline::after {
  left: 80px;
}
@media only screen and (max-width: 1300px) {
  .c5-card_wrap.name_l.nameline::after {
    left: 6.1538461538vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-card_wrap.name_l.nameline::after {
    left: 0;
  }
}
.c5-card_wrap .c5-ttl_section.left {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 756px) {
  .c5-card_wrap .c5-ttl_section.left {
    position: static;
  }
}
.c5-card_wrap .c5-ttl_section.right {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 756px) {
  .c5-card_wrap .c5-ttl_section.right {
    position: static;
  }
}

.c5-grid01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1.7fr;
  grid-gap: 15px;
  align-items: end;
  margin-bottom: 15px;
}

.c5-grid02 {
  display: grid;
  grid-template-columns: 1.9fr 1fr;
  grid-gap: 15px;
}
@media only screen and (max-width: 756px) {
  .c5-grid02 {
    display: block;
    margin-bottom: 30px;
  }
}
.c5-grid02 .txt {
  padding: 75px 0 0 50px;
}
@media only screen and (max-width: 1300px) {
  .c5-grid02 .txt {
    padding: 5.7692307692vw 0 0 3.8461538462vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-grid02 .txt {
    padding: 0 0 0 15px;
  }
}

.c5-grid03 {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-gap: 15px;
  align-items: end;
  padding-top: 110px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1300px) {
  .c5-grid03 {
    padding-top: 8.4615384615vw;
    grid-gap: 1.1538461538vw;
    margin-bottom: 1.1538461538vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-grid03 {
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
  }
}
.c5-grid03 .txt {
  padding: 0 50px 40px 0;
}
@media only screen and (max-width: 1300px) {
  .c5-grid03 .txt {
    padding: 0 3.8461538462vw 3.0769230769vw 0;
  }
}
@media only screen and (max-width: 756px) {
  .c5-grid03 .txt {
    padding: 0 0 0 15px;
  }
}

.c5-grid04 {
  display: grid;
  grid-template-columns: 3.4fr 1fr;
  grid-gap: 15px;
}
@media only screen and (max-width: 1300px) {
  .c5-grid04 {
    grid-gap: 1.1538461538vw;
  }
}

.c5-grid05 {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  grid-gap: 15px;
}
@media only screen and (max-width: 1300px) {
  .c5-grid05 {
    grid-gap: 1.1538461538vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-grid05 {
    display: block;
  }
}

.c5-grid06 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
}
@media only screen and (max-width: 1300px) {
  .c5-grid06 {
    margin-top: 9.2307692308vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-grid06 {
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.c5-grid06 > div:first-child {
  flex: 0 1 44.5%;
  padding-top: 30px;
}
@media only screen and (max-width: 1300px) {
  .c5-grid06 > div:first-child {
    padding-top: 2.3076923077vw;
  }
}
.c5-grid06 > div:last-child {
  margin-top: 15px;
}
@media only screen and (max-width: 1300px) {
  .c5-grid06 > div:last-child {
    margin-top: 1.1538461538vw;
  }
}
.c5-grid06 .txt {
  flex: 1;
  padding: 0 0 0 90px;
}
@media only screen and (max-width: 1300px) {
  .c5-grid06 .txt {
    padding-left: 6.9230769231vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-grid06 .txt {
    padding-left: 15px;
  }
}

.c5-separate {
  margin: 100px auto;
  height: 0;
  padding: 0;
  border-top: 1px solid #85bae5;
  width: 80%;
}
@media only screen and (max-width: 1300px) {
  .c5-separate {
    margin: 7.6923076923vw auto;
  }
}
@media only screen and (max-width: 756px) {
  .c5-separate {
    width: 100%;
    margin: 40px 0;
  }
}

.c5-img_impress {
  margin: 65px 0;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  .c5-img_impress {
    margin: 5vw 0;
  }
}
@media only screen and (max-width: 756px) {
  .c5-img_impress {
    margin: 0 -24px 30px -24px;
  }
}

.c5-impress {
  position: relative;
  /*&::before {
    position: absolute;
    top: 30px;
    right: 400px;
    content: '';
    width: 1px;
    height: calc(100% + 30px);
    background-color: #005bac;
    transform: rotate(22deg);
    z-index: -1;
    @media only screen and (max-width: $bp2) {
      display: none;
    }
  }*/
}

.c5-cols_impress {
  display: flex;
  margin-left: 65px;
}
@media only screen and (max-width: 1300px) {
  .c5-cols_impress {
    margin-left: 5vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-cols_impress {
    display: block;
    margin: 0 0 30px 0;
  }
}
.c5-cols_impress p span {
  background-color: #fff;
  display: inline-block;
}
.c5-cols_impress__img {
  flex: 0 1 45%;
}
.c5-cols_impress__img > div:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1300px) {
  .c5-cols_impress__img > div:not(:last-child) {
    margin-bottom: 1.1538461538vw;
  }
}
.c5-cols_impress__txt {
  flex: 1;
  padding-left: 70px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 756px) {
  .c5-cols_impress__txt {
    background-image: linear-gradient(to right bottom, transparent 49.8%, #85bae5 50%, transparent 50.2%);
    background-repeat: no-repeat;
  }
}
.c5-cols_impress__txt::before {
  position: absolute;
  top: 100px;
  right: 50px;
  content: '';
  width: 220%;
  height: 1px;
  background-color: #85bae5;
  transform: rotate(-68deg);
  z-index: -1;
  transform-origin: right;
}
@media only screen and (max-width: 756px) {
  .c5-cols_impress__txt::before {
    transform: rotate(-61deg);
    right: 0;
    width: 150vh;
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .c5-cols_impress__txt {
    padding-left: 5.3846153846vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-cols_impress__txt {
    padding: 0 0 30px 0;
  }
}
.c5-cols_impress._rv {
  margin-left: 0;
  margin-right: 65px;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1300px) {
  .c5-cols_impress._rv {
    margin-right: 5vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-cols_impress._rv {
    margin: 0 0 30px 0;
  }
}
.c5-cols_impress._rv .c5-cols_impress__img {
  margin-top: -130px;
}
@media only screen and (max-width: 1300px) {
  .c5-cols_impress._rv .c5-cols_impress__img {
    margin-top: -10vw;
  }
}
.c5-cols_impress._rv .c5-cols_impress__txt {
  padding: 120px 75px 0 0;
}
.c5-cols_impress._rv .c5-cols_impress__txt::before {
  top: 0;
  width: 240%;
}
@media only screen and (max-width: 1300px) {
  .c5-cols_impress._rv .c5-cols_impress__txt {
    padding: 9.2307692308vw 5.7692307692vw 0 0;
  }
}
@media only screen and (max-width: 756px) {
  .c5-cols_impress._rv .c5-cols_impress__txt {
    padding: 0 0 30px 0;
    background-position: 0 0;
  }
  .c5-cols_impress._rv .c5-cols_impress__txt::before {
    top: 0;
  }
}
.c5-cols_impress__head {
  margin: 0 0 100px -30px;
}
@media only screen and (max-width: 1300px) {
  .c5-cols_impress__head {
    margin: 0 0 7.6923076923vw -2.3076923077vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-cols_impress__head {
    margin: 0 0 40px 0;
  }
}

.c5-next {
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 1300px) {
  .c5-next {
    margin-top: 7.6923076923vw;
  }
}

.c5-products {
  margin-bottom: 100px;
}
@media only screen and (max-width: 1300px) {
  .c5-products {
    margin-bottom: 7.6923076923vw;
  }
}
@media screen and (min-width: 640px) {
  .c5-products._col2 .s5-listItem4 {
    width: 50%;
  }
}
.c5-products .s5-listItem4__main {
  border-top: none;
}

.c5-profile {
  display: flex;
  max-width: 860px;
  margin: 0 auto 100px auto;
}
@media only screen and (max-width: 1300px) {
  .c5-profile {
    margin-bottom: 7.6923076923vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-profile {
    display: block;
  }
}
.c5-profile__img {
  flex: 0 1 50%;
  margin-right: 40px;
}
@media only screen and (max-width: 1300px) {
  .c5-profile__img {
    margin-right: 3.0769230769vw;
  }
}
@media only screen and (max-width: 756px) {
  .c5-profile__img {
    margin: 0 0 20px 0;
  }
}
.c5-profile__txt {
  flex: 1;
}

.c5-cols_img {
  display: flex;
  margin: 0 -5px 30px -5px;
  flex-wrap: wrap;
}
.c5-cols_img > div {
  flex: 0 1 calc(50% - 10px);
  margin: 0 5px;
}
.c5-cols_img > div.span {
  flex: 100%;
}
.c5-cols_img > div.span + .span {
  margin-top: 10px;
}
.c5-cols_img > div:nth-child(n + 3) {
  margin-top: 10px;
}
@media only screen and (max-width: 756px) {
  .c5-cols_img.c5-img_full {
    margin-left: -29px;
    margin-right: -29px;
  }
}

@media only screen and (max-width: 756px) {
  .c5-img_full {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.c5-creator {
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 1300px) {
  .c5-creator {
    font-size: max(1.1vw, 11px);
  }
}
@media only screen and (max-width: 756px) {
  .c5-creator {
    text-align: left;
    font-size: 11px;
  }
}

.c5-fc_blue {
  color: #005bac;
}

.c5-fc_yellow {
  color: #dabd00;
}

.c5-mb15 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1300px) {
  .c5-mb15 {
    margin-bottom: 1.1538461538vw;
  }
}

.c5-fs14 {
  font-size: 14px;
}
@media only screen and (max-width: 1300px) {
  .c5-fs14 {
    font-size: max(1vw, 10px);
  }
}
@media only screen and (max-width: 756px) {
  .c5-fs14 {
    font-size: 12px;
  }
}

.c5-sp {
  display: none;
}
@media only screen and (max-width: 756px) {
  .c5-sp {
    display: block;
  }
  .c5-sp.c5-cols_img {
    display: flex;
  }
}

@media only screen and (max-width: 756px) {
  .c5-pc {
    display: none;
  }
}

/*anime ------------------------------------------------------*/
.anime_fade {
  opacity: 0;
  transition: opacity 1.5s ease;
}
.anime_fade.visible {
  opacity: 1;
}
@media only screen and (min-width: 755px) {
  .anime_fade.txt, .anime_fade.c5-cols_impress__txt {
    transition-delay: .8s;
  }
}
