@charset "UTF-8";
/* arguments inittial */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
#story-page .story_fixedbtn {
  position: fixed;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
  letter-spacing: 0.03em;
  font-weight: 700;
  background: #0055A2;
  color: #fff;
  text-align: center;
  z-index: 10;
  bottom: 40px;
  left: calc(50% + 400px);
  border-radius: 50%;
  border: 2px solid #0055A2;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0;
  cursor: pointer;
}

@media only screen and (max-width: 1140px) {
  #story-page .story_fixedbtn {
    left: auto;
    right: 30px;
  }
}

@media (max-width: 767px) {
  #story-page .story_fixedbtn {
    right: 20px;
    bottom: 20px;
    width: 85px;
    height: 85px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}

@media (any-hover: hover) {
  #story-page .story_fixedbtn:hover, #story-page .story_fixedbtn:focus {
    background: #fff;
    color: #0055A2;
    opacity: 1;
  }
}

#story-page .story_fixedbtn.is-show {
  pointer-events: auto;
  opacity: 1;
}

#story-page .story_pagetitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin-top: 157px;
}

@media (max-width: 767px) {
  #story-page .story_pagetitle {
    margin-top: 37px;
    padding: 0 27px;
  }
}

#story-page .story_pagetitle ._en {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #story-page .story_pagetitle ._en {
    margin-top: 14px;
  }
}

#story-page .story_pagetitle ._en img {
  width: 199px;
}

@media (max-width: 767px) {
  #story-page .story_pagetitle ._en img {
    width: 100px;
  }
}

#story-page .story_pagetitle ._ja {
  width: fit-content;
  border-top: 3px solid #0055A2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-weight: 500;
  padding-top: 13px;
  color: #0055A2;
}

@media (max-width: 767px) {
  #story-page .story_pagetitle ._ja {
    font-size: 12px;
    font-size: 1.2rem;
    border-width: 2px;
    padding: 11px 5px 0;
  }
}

#story-page .mv {
  width: 100%;
  margin: 42px auto 0;
  position: relative;
}

@media (max-width: 767px) {
  #story-page .mv {
    padding: 0 27px;
    margin-top: 25px;
  }
}

#story-page .mv:before {
  content: '';
  display: block;
  position: absolute;
  transform: skewY(-16.7deg);
  background: #0055A2;
  width: 100%;
  height: calc(100% - 395px);
  z-index: -2;
  bottom: 48px;
  left: 0;
}

@media only screen and (max-width: 1100px) {
  #story-page .mv:before {
    height: calc(100% - 200px);
    bottom: 20px;
  }
}

@media (max-width: 767px) {
  #story-page .mv:before {
    height: calc(100% - 121px);
    width: calc(100% - 42px);
    left: 42px;
    bottom: 0;
  }
}

#story-page .mv:after {
  content: '';
  height: 200%;
  width: calc(50% - 467px);
  background: #E9EFF6;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: -1;
}

#story-page .mv .mv_img {
  display: block;
  width: calc(100% - 60px);
  max-width: 1140px;
  margin: 0 auto;
}

#story-page .mv .mv_img.is-movie {
  aspect-ratio: 560 / 315;
}

#story-page .mv .mv_img.is-movie iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  #story-page .mv .mv_img {
    aspect-ratio: 280 / 237;
    width: 100%;
  }
  #story-page .mv .mv_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#story-page .mv .mv_text {
  width: 100%;
  max-width: 934px;
  margin: 36px auto 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-left: 42px;
  padding-bottom: 28px;
}

@media only screen and (max-width: 1000px) {
  #story-page .mv .mv_text {
    padding-bottom: 48px;
  }
}

@media (max-width: 767px) {
  #story-page .mv .mv_text {
    margin-top: 19px;
    padding: 0 0 38px 36px;
    width: calc(100% + 10px);
    margin-right: -10px;
  }
}

#story-page .mv .mv_text ._num img {
  transform: translateX(3px);
  height: 21px;
  width: auto;
  display: block;
}

@media (max-width: 767px) {
  #story-page .mv .mv_text ._num img {
    height: 14px;
  }
}

#story-page .mv .mv_text ._title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 18px;
}

@media only screen and (max-width: 1100px) {
  #story-page .mv .mv_text ._title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  #story-page .mv .mv_text ._title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.45454em;
    margin-top: 14px;
  }
}

#story-page .mv .mv_text ._title span {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1100px) {
  #story-page .mv .mv_text ._title span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  #story-page .mv .mv_text ._title span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  #story-page .mv .mv_text ._title span span {
    display: inline-block;
  }
}

#story-page .mv .mv_text ._company {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 20px;
}

@media only screen and (max-width: 1100px) {
  #story-page .mv .mv_text ._company {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  #story-page .mv .mv_text ._company {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px;
  }
}

#story-page .mv .mv_text ._name {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 14px;
}

@media only screen and (max-width: 1100px) {
  #story-page .mv .mv_text ._name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  #story-page .mv .mv_text ._name {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 9px;
  }
}

#story-page .mv .mv_text ._name span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #story-page .mv .mv_text ._name span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#story-page .description {
  width: calc(100% - 60px);
  max-width: 900px;
  margin: 110px auto 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.875em;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: justify;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 1100px) {
  #story-page .description {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
    padding: 0 40px 0 100px;
  }
}

@media (max-width: 767px) {
  #story-page .description {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.8823em;
    letter-spacing: 0.01em;
    padding: 0 27px;
    margin-top: 21.0666vw;
  }
}

#story-page .description p {
  display: block;
}

#story-page .content {
  margin-top: 96px;
}

@media (max-width: 767px) {
  #story-page .content {
    margin-top: 61px;
  }
}

#story-page .content figure, #story-page .content h2, #story-page .content h3, #story-page .content p {
  width: calc(100% - 60px);
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width: 767px) {
  #story-page .content figure, #story-page .content h2, #story-page .content h3, #story-page .content p {
    width: 100%;
    padding: 0 27px;
  }
}

#story-page .content figure {
  max-width: 1096px;
}

@media (max-width: 767px) {
  #story-page .content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#story-page .content figure figcaption {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  font-weight: 600;
  display: block;
  margin-top: 15px;
}

@media (max-width: 767px) {
  #story-page .content figure figcaption {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

#story-page .content h2, #story-page .content h3, #story-page .content p {
  max-width: 900px;
  font-feature-settings: initial;
  text-align: justify;
  font-feature-settings: "palt";
}

#story-page .content h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6em;
  letter-spacing: 0.03em;
  font-weight: 700;
}

@media (max-width: 767px) {
  #story-page .content h2 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.647em;
    letter-spacing: 0.15em;
  }
}

#story-page .content h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777em;
  letter-spacing: 0.03em;
  font-weight: 700;
}

@media (max-width: 767px) {
  #story-page .content h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8666em;
  }
}

#story-page .content h3:before {
  content: '―';
}

#story-page .content h3.nomark:before {
  content: '';
}

#story-page .content p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777em;
  letter-spacing: 0.03em;
  font-weight: 400;
  word-break: break-all;
}

@media (max-width: 767px) {
  #story-page .content p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8666em;
    letter-spacing: 0.03em;
  }
}

#story-page .content p span {
  font-weight: 700;
}

#story-page .content p.bold {
  font-weight: 700;
}

#story-page .content p .blank {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #0055A2;
  max-width: fit-content;
  margin: 0 auto;
  text-decoration: underline;
  text-align: center;
}

@media (max-width: 767px) {
  #story-page .content p .blank {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#story-page .content figure + h2 {
  margin-top: 84px;
}

@media (max-width: 767px) {
  #story-page .content figure + h2 {
    margin-top: 28px;
  }
}

#story-page .content figure + h3 {
  margin-top: 86px;
}

@media (max-width: 767px) {
  #story-page .content figure + h3 {
    margin-top: 30px;
  }
}

#story-page .content figure + p {
  margin-top: 73px;
}

@media (max-width: 767px) {
  #story-page .content figure + p {
    margin-top: 30px;
  }
}

#story-page .content h2 + h3 {
  margin-top: 64px;
}

@media (max-width: 767px) {
  #story-page .content h2 + h3 {
    margin-top: 29px;
  }
}

#story-page .content h3 + h2 {
  margin-top: 126px;
}

@media (max-width: 767px) {
  #story-page .content h3 + h2 {
    margin-top: 80px;
  }
}

#story-page .content h3 + p {
  margin-top: 32px;
}

@media (max-width: 767px) {
  #story-page .content h3 + p {
    margin-top: 27px;
  }
}

#story-page .content p + p {
  margin-top: 32px;
}

@media (max-width: 767px) {
  #story-page .content p + p {
    margin-top: 27px;
  }
}

#story-page .content p + h2,
#story-page .content p + h3 {
  margin-top: 64px;
}

@media (max-width: 767px) {
  #story-page .content p + h2,
  #story-page .content p + h3 {
    margin-top: 29px;
  }
}

#story-page .content h2 + figure,
#story-page .content h3 + figure,
#story-page .content p + figure {
  margin-top: 93px;
}

@media (max-width: 767px) {
  #story-page .content h2 + figure,
  #story-page .content h3 + figure,
  #story-page .content p + figure {
    margin-top: 39px;
  }
}

#story-page .content figure + figure {
  margin-top: 50px;
}

@media (max-width: 767px) {
  #story-page .content figure + figure {
    margin-top: 20px;
  }
}

#story-page .movie {
  width: calc(100% - 60px);
  max-width: 1096px;
  margin: 151px auto 0;
}

@media (max-width: 767px) {
  #story-page .movie {
    width: 100%;
    padding: 0 27px;
    margin-top: 85px;
  }
}

#story-page .movie .movie_title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4583em;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-align: center;
  padding-bottom: 27px;
  border-bottom: 1px solid #000;
  display: block;
}

@media (max-width: 767px) {
  #story-page .movie .movie_title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1em;
    letter-spacing: 0.15em;
    font-weight: 700;
    padding: 0;
    border: none;
  }
}

#story-page .movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin-top: 22px;
  display: block;
}

@media (max-width: 767px) {
  #story-page .movie iframe {
    margin-top: 27px;
  }
}

#story-page .story_link {
  width: 255px;
  height: 69px;
  color: #0055A2;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0055A2;
  margin: 104px auto 84px;
  transition: 0.3s;
  transform: skewX(-20deg);
  cursor: pointer;
}

@media (max-width: 767px) {
  #story-page .story_link {
    height: 50px;
    margin: 40px auto 80px;
    width: 175px;
  }
}

#story-page .story_link span {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1em;
  letter-spacing: 0.2em;
  font-weight: 500;
  transform: skewX(20deg);
}

@media only screen and (max-width: 1100px) {
  #story-page .story_link span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  #story-page .story_link span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (any-hover: hover) {
  #story-page .story_link:hover, #story-page .story_link:focus {
    background: #0055A2;
    opacity: 1;
    color: #fff;
  }
}

#story-page.cosmo .mv .mv_text ._name {
  margin-top: 0;
}

#story-page.cosmo .content figure:first-child img {
  width: 75.5%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  #story-page.cosmo .content figure:first-child img {
    width: 100%;
  }
}

@media only screen and (min-width: 1350px) {
  #story-page.cosmo .description {
    max-width: 1120px;
    transform: translateX(110px);
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.toyaku .description {
    max-width: 1025px;
    transform: translateX(60px);
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.ebine .description {
    max-width: 1045px;
    transform: translateX(70px);
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.kyoei .description {
    max-width: 1035px;
    transform: translateX(65px);
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.minori .description {
    max-width: 1010px;
    transform: translateX(55px);
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.seiwa .description {
    max-width: 990px;
    transform: translateX(45px);
  }
}

@media (min-width: 768px) {
  #story-page.ism .mv_text {
    padding-bottom: 110px;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.ism .mv_text ._title {
    width: calc(100% + 50px);
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.ism .description {
    max-width: 990px;
    transform: translateX(45px);
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.fujiishoten .description, #story-page.shimashokai .description {
    max-width: 930px;
  }
}

@media (min-width: 768px) {
  #story-page.hamakan .mv .mv_text ._title span.pc {
    display: inline-block;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.hamakan .description {
    max-width: 970px;
    transform: translateX(30px);
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.ajirushi .mv .mv_text {
    padding-bottom: 88px;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.ajirushi .description {
    max-width: 1000px;
    transform: translateX(40px);
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.kurakawaseisaku .description {
    letter-spacing: 0.01em;
  }
}

#story-page.waken .content p + h2, #story-page.okawa .content p + h2 {
  margin-top: 128px;
}

@media (max-width: 767px) {
  #story-page.waken .content p + h2, #story-page.okawa .content p + h2 {
    margin-top: 58px;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.waken .description, #story-page.okawa .description {
    max-width: 1000px;
    transform: translateX(40px);
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.joyfulhonda .mv .mv_text, #story-page.shimashokai .mv .mv_text, #story-page.story03 .mv .mv_text {
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.fujiishoten .mv .mv_text ._title, #story-page.morooka .mv .mv_text ._title {
    margin-top: 26px;
  }
  #story-page.fujiishoten .mv .mv_text ._title span, #story-page.morooka .mv .mv_text ._title span {
    line-height: 1.7;
  }
  #story-page.fujiishoten .mv .mv_text ._company, #story-page.morooka .mv .mv_text ._company {
    margin-top: 15px;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.kurakawaseisaku .mv .mv_text ._title {
    margin-top: 26px;
  }
}

@media (max-width: 767px) {
  #story-page.kurakawaseisaku .mv .mv_text ._title {
    word-break: break-all;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.kurakawaseisaku .mv .mv_text ._title span {
    line-height: 1.575;
  }
}

#story-page.kurakawaseisaku .mv .mv_text ._title span small {
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 1000px) {
  #story-page.kurakawaseisaku .mv .mv_text ._title span small {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  #story-page.kurakawaseisaku .mv .mv_text ._title span small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1000px) {
  #story-page.kurakawaseisaku .mv .mv_text ._company {
    margin-top: 15px;
  }
}

#story-page .contact{
	margin-bottom: 84px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 60px);
	max-width: 900px;
	padding: 60px;
	background: #fff;
}
@media (max-width: 767px){
	#story-page .contact{
		padding: 30px;
	}
}
#story-page .contact p{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7777em;
	letter-spacing: 0.03em;
	font-weight: 400;
	word-break: break-all;
}

@media (max-width: 767px){
	#story-page .contact p{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8666em;
		letter-spacing: 0.03em;
	}
}

#story-page .contact .set{
	padding-left: 1.0rem;
	text-indent: -1.0rem;
}

#story-page .contact .contact_link{
	position: relative;
	display: inline-block;
	margin-top: 0.5rem;
	padding-left: 1.8rem;
	color: #0055A2;
	font-size: 1.8rem;
	transition: 0.3s;
	text-decoration: underline;
}
@media (max-width: 767px){
	#story-page .contact .contact_link{
		margin-top: 0;
		font-size: 1.5rem;
	}
}

#story-page .contact .contact_link::before{
	content: '';
	position: absolute;
	top: calc(50% + 1px);
	left: 0;
	width: 1rem;
	height: 1rem;
	border: 0px;
	border-top: solid 2px #014694;
	border-right: solid 2px #014694;
	transform: translateY(-50%) rotate(45deg);
}
