@charset "utf-8";

/* 

●游ゴシック
font-family: "yu-gothic-pr6n", sans-serif;
font-weight: 400;
font-style: normal;

●zen丸ゴシック
font-family: 'Zen Maru Gothic', serif;
font-weight: 400;
font-weight: 500;
font-weight: 700;

●Noto sans JP
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;

*/

html {
  font-size: 62.5%;
}
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  color: #424242;
  font-feature-settings: "palt";
}
.inner-1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.inner-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1060px) {
  .inner-960 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}
br.b-960,
br.b-750,
br.b-480 {
  display: none;
}
.img {
  width: 100%;
  height: auto;
}
.hover--opacity {
  transition: 0.3s;
}
.hover--opacity:hover {
  opacity: 0.7;
}
.bg-color__type01 {
  background-color: #d4f1f5;
}
.bg-color__type02 {
  background-color: #e6faf0;
}
.bg-color__type03 {
  background-color: #fffce9;
}
.bg-color__type04 {
  background-color: #e5eff7;
}
.ilblk {
  display: inline-block;
}
/*--------------------------------
	header
--------------------------------*/

header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #0362b2;
  padding: 5px 0 6px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.header__wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  /* margin: 0 15px 0 auto; */
  /* max-width: initial; */
  justify-content: space-between;
}
.header__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__left {
  max-width: 132px;
  height: auto;
}
.header__right {
  display: flex;
  justify-content: right;
  gap: 0 min(1.67vw, 8px);
}
.header__logo {
  width: 100%;
}
.header__center {
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
}
.header__tel {
  font-size: 1.8rem;
  width: 100%;
  letter-spacing: 0.08em;
  line-height: 1.37;
}
.header__tel--link {
  font-size: 2rem;
  pointer-events: none;
  line-height: 1.2;
}
.header__time {
  font-size: 1.1rem;
  text-align: left;
  letter-spacing: -0.04em;
  line-height: 1.65;
} /* .header__btn {
  width: 27px;
  height: 27px;
  display: block;
  transition: all 0.3s;
} */
.header__btn {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #0062b0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 37px;
  padding: 5px min(2.08vw, 10px);
  border-radius: 5.8px;
}
.header__btn01 {
  background: #fff;
  flex-shrink: 0;
}
.header__btn02 {
  background: #ffff65;
}
.header__btn02 span {
  display: inline-block;
}
.header__btn:hover {
  opacity: 0.7;
}
.top__btn {
  background-color: #fff;
  color: #004b9c;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 1px #004b9c;
  transition: 0.3s;
  display: block;
  position: fixed;
  bottom: 60px;
  right: 5vw;
  margin-left: auto;
}
.top__txt {
  font-size: 1.2rem;
  text-align: center;
  display: block;
  line-height: 1.1;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top__txt .arrow {
  font-size: 1rem;
}
.top__btn:hover {
  background-color: #004b9c;
  color: #fff;
}

.openbtn1 {
  position: absolute; /*ボタン内側の基点となるためrelativeを指定*/
  background: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
/*ボタン内側*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #004b9c;
  width: 45%;
}
.openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.openbtn1 span:nth-of-type(3) {
  top: 31px;
}
/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*--------------------------------
	document-fix
--------------------------------*/
.document-fix {
  position: fixed;
  z-index: 11;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
}
.document-fix__type01 {
  top: 105px;

  letter-spacing: 0.3em;
}
.document-fix__type02 {
  top: 235px;
}
.document-fix__type01 .document-fix__text {
  height: 120px;
  background-color: #4ba1d9;
}
.document-fix__type02 .document-fix__text {
  height: 237px;
  background-color: #ed605f;
}
.document-fix__text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 53px;
  line-height: 1.62;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.3s;
}
.document-fix__text:hover {
  opacity: 0.9;
  transition: 0.3s;
} /*--------------------------------
	fv
--------------------------------*/
.fv {
  padding-top: 60px;
  position: relative;
}
.fv__img {
  display: block;
  margin: 0 auto;
}
.fv--sp {
  display: none;
} /*--------------------------------
side_nav
--------------------------------*/
.side_nav {
  position: fixed;
  left: 0;
  top: 20vh;
  z-index: 5;
}
.side_nav-list {
  width: 138px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.side_nav-list .bg_pk {
  background-color: #f37f96;
}
.side_nav-list .bg_gr {
  background-color: #05b4aa;
}
.side_nav-list .bg_or {
  background-color: #ff9164;
}
.side_nav-list .bg_bl {
  background-color: #0362b2;
}
.side_nav-list li a {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  min-height: 37px;
  border-radius: 0 10px 10px 0;
}
.side_nav-list li a span {
  padding: 0 10px;
} /*--------------------------------
character
--------------------------------*/
.character {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  width: 48.61vw;
  min-width: 700px;
  padding: 20px 10px;
  background-color: #fffce9;
  border-radius: 10px;
  position: absolute;
  top: 46.5vw;
  left: 50%;
  transform: translateX(-50%);
}
.character__flex--type01 {
  width: 51.5%;
}
.character__flex--type02 {
  width: 43.7%;
}
.character img {
  display: block;
}
.deco1 {
  width: 29%;
  max-width: 86px;
}
.deco2 {
  width: 29%;
  max-width: 86px;
}
.text_chara1 {
  width: 68%;
  max-width: 211px;
}
.text_chara2 {
  width: 68%;
  max-width: 181px;
}
/*--------------------------------
	consideration
--------------------------------*/
.cc-wrap {
  padding: 35px 0 50px;
}
.consideration {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 7.5%;
  background-color: #0362b2;
  border-radius: 20px;
}
.consideration__title {
  color: #0362b2;
  font-size: 4.1rem;
  text-align: center;
  font-weight: 700;
  width: 100%;
  max-width: 456px;
  margin: 0 auto 29px;
  padding: 28px 20px 33px;
  background-color: #fff;
  border-radius: 59px;
  box-shadow: 3px 3px 0 rgba(0, 23, 132, 0.6);
  line-height: 1.28;
  letter-spacing: 0.05em;
}
.consideration__text {
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 38px;
  line-height: 1.6;
}
/* point */
.point__title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 34px;
  line-height: 1.23;
}
.point__list {
  display: flex;
  flex-wrap: wrap;
}
.point__list--item {
  width: calc(91.6% / 3);
  max-width: 200px;
}
.point__list--item:not(:last-child) {
  margin-right: 4.2%;
} /*--------------------------------
	simulation
--------------------------------*/

.simulation {
  padding: 84px 0;
}
.simulation__wrapper {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}
.simulation__box {
  background-color: #f2ebc9;

  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 30px 41px;
}
.simulation__btn {
  background-color: #0062b0;
  color: #fff;
  height: 115px;
  width: 232px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 11px;
  font-size: 1.9rem;
  font-weight: 700;
  transition: 0.3s;
  line-height: 1.39;
}
.simulation__btn:hover {
  opacity: 0.7;
}
.simulation__txt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.66;
}
.simulation__txt--small {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.66;
}
.simulation__txt--big {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.26;
  letter-spacing: -0.03em;
}
.simulation__img {
  position: absolute;
  width: 162px;
  display: block;
}
.simulation__img:first-of-type {
  right: 100%;
  bottom: 0;
  transform: translate(6%, 26%);
}
.simulation__img:last-of-type {
  top: 0;
  left: 100%;
  transform: translate(-8%, -37%);
}
/*--------------------------------
	index-movie
--------------------------------*/
.index-movie {
  padding-top: 64px;
  padding-bottom: 75px;
}
.index-movie__wrap {
  padding: 37px 20px 46px;
  background-color: #fff;
  box-shadow: 3px 3px 0 rgba(0, 23, 132, 0.6);
}
.index-movie__title {
  width: 100%;
  max-width: 430px;
  margin: 0 auto 8px;
}
.index-movie__subTitle {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  max-width: 184px;
  margin: 0 auto 4px;
  line-height: 1.45;
  letter-spacing: 0.15em;
  background-color: #0062b0;
  border-radius: 5px;
}
.index-movie__text {
  color: #0062b0;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 17px;
  line-height: 1.44;
  letter-spacing: 0.065em;
}
.index-movie__list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.index-movie__list--item {
  width: 100%;
  padding: 20px;

  background-color: #fff7e1;
  border-radius: 20px;
}
.index-movie__list--item:not(:last-child) {
  margin-bottom: 17px;
}
.index-movie__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.index-movie__list--text {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  width: 48.5%;
  max-width: 170px;
  display: block;
  line-height: 1.45;
  transition: all 0.3s;
  text-decoration: underline;
}
.index-movie__list--text:hover {
  color: #0062b0;
}
.index-movie__list--link {
  width: 48.5%;
  max-width: 160px;
  display: block;
}
/*--------------------------------
	footer
--------------------------------*/

footer {
  color: #fff;
  background-color: #0362b2;
  padding: 25px 0 35px;
}
.footer__wrapper {
  width: 92%;
  max-width: 825px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__left {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.75;
}
.footer__tel {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.55;
}
.footer__tel--link {
  pointer-events: none;
}
.footer__time,
.footer__address {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.55;
}
@media screen and (max-width: 1200px) {
  .header__wrapper {
    max-width: 1002px;
  }
  header .inner-1200 {
    max-width: 1200px;
  }
  .header__left {
    width: 25%;
    min-width: 100px;
  }
  .inner-1100 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .character {
    width: 90%;
    max-width: 700px;
    min-width: initial;
    margin: 20px auto 0;
    position: static;
    transform: initial;
  }
}
@media screen and (max-width: 1000px) {
  .simulation__box {
    margin-bottom: 15px;
    text-align: left;
  }
  .simulation__img {
    position: static;
    margin: 0 10px;
    display: inline;
    transform: initial !important;
  }

  .simulation__wrapper {
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  br.b-960 {
    display: block;
  }
  br.n-960 {
    display: none;
  }
  .footer__time,
  .footer__address {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  br.b-750 {
    display: block;
  }
  br.n-750 {
    display: none;
  }
  header {
    padding: 10px 0;
  }
  .header__wrapper {
    max-width: initial;
    margin: 0 15px;
  }

  .header__flex {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 90%;
    height: 60vh;
    padding-bottom: 75px;
    position: absolute;
    top: calc(60px + 10vh);
    left: 50%;
    transform: translateX(-50%);
  }
  .header__center {
    color: #0362b2;
    width: 100%;
    margin-right: 0px;
  }
  .header__tel--link {
    pointer-events: all;
  }
  .header__time {
    text-align: center;
  }
  .side_nav {
    width: 100%;
    max-width: 250px;
    position: static;
  }
  .side_nav-list {
    width: 100%;
  }

  .side_nav-list li a {
    justify-content: center;
    border-radius: 10px;
    width: 100%;
  }
  .header__right {
    display: none;
  }
  .openbtn1 {
    display: block;
  }
  #g-nav {
    background: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 60px;
    left: -120%;
    transition: all 0.6s;
  }
  #g-nav.panelactive {
    left: 0;
    opacity: 1;
  }

  .document-fix__wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .document-fix {
    width: calc(100% / 2);
    display: block;
    bottom: 0;
    top: auto;
    right: auto;
    position: static;
    writing-mode: initial;
  }
  .document-fix__type01 .document-fix__text {
    border-bottom-left-radius: 0;
  }
  .document-fix__type02 .document-fix__text {
    border-bottom-left-radius: 0;
  }
  .document-fix__type01 .document-fix__text,
  .document-fix__type02 .document-fix__text {
    height: auto;
  }
  .document-fix__text {
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    min-width: initial;
    padding: 15px 10px;
    border-top-right-radius: 10px;
  }
  .character {
    max-width: 450px;
    flex-direction: column;
    align-items: center;
  }
  .character__flex--type01 {
    width: 82%;
    max-width: 349.7px;
    margin-bottom: 15px;
  }
  .character__flex--type02 {
    width: 70%;
    max-width: 297.7px;
  }
  .consideration__title {
    font-size: 3.1rem;
    max-width: 396px;
    padding: 20px 20px 25px;
    margin: 0 auto 24px;
  }
  .consideration__text {
    font-size: 1.9rem;
    margin-bottom: 28px;
  }

  .point__title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .point__list {
    justify-content: center;
  }
  .point__list--item {
    width: calc(95.8% / 2);
  }
  .point__list--item:nth-child(2) {
    margin-right: 0;
  }
  .point__list--item:not(:last-child) {
    margin-bottom: 4.2%;
  }
  .index-movie {
    padding-top: 14px;
    padding-bottom: 55px;
  }
  .index-movie__subTitle,
  .index-movie__list--text {
    font-size: 1.9rem;
  }
  .index-movie__text {
    font-size: 1.6rem;
  }
  .simulation__box {
    padding: 20px 30px 35px;
  }
  .simulation__box {
    display: block;
    text-align: center;
    width: 100%;
  }
  .simulation__btn {
    width: 100%;
    margin-top: 15px;
  }
  .simulation__txt {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }
  .simulation__txt--small {
    font-size: 1.4rem;
  }
  .simulation__txt--big {
    font-size: 3.4rem;
  }
  footer {
    padding: 25px 0 90px;
  }
  .footer__wrapper {
    display: block;
    text-align: center;
  }
  .footer__tel--link {
    pointer-events: auto;
  }
  .footer__tel--link:hover {
    text-decoration: underline;
  }
  .top__btn {
    right: 2vw;
  }
}
@media screen and (max-width: 480px) {
  br.b-480 {
    display: block;
  }
  br.n-480 {
    display: none;
  }
  .fv__pc {
    display: none;
  }
  .fv--sp {
    display: block;
  }
  .fv--sp img {
    width: 100%;
    height: auto;
  }
  .document-fix__text {
    font-size: 1.3rem;
    padding: 10px 5px;
  }
  .consideration {
    padding: 35px 20px;
    border-radius: 17px;
  }
  .consideration__title {
    font-size: 2.1rem;
    max-width: 286px;
    padding: 15px 20px 20px;
    margin: 0 auto 24px;
  }
  .consideration__text {
    font-size: 1.6rem;
    margin-bottom: 22px;
  }
  .point__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .index-movie__flex {
    display: block;
  }
  .index-movie__list--item {
    padding: 15px 20px;
    border-radius: 17px;
  }
  .index-movie__subTitle,
  .index-movie__list--text {
    font-size: 1.6rem;
  }
  .index-movie__list--text {
    text-align: center;
    width: 100%;
    max-width: initial;
    margin-bottom: 10px;
  }
  .index-movie__text {
    font-size: 1.4rem;
  }
  .index-movie__list--link {
    width: 100%;
    max-width: 160px;
    display: block;
    margin: 0 auto;
  }
  .simulation {
    padding: 40px 0;
  }
  .simulation__txt {
    font-size: 1.8rem;
  }
  .simulation__txt--small {
    font-size: 1.3rem;
  }
  .simulation__txt--big {
    font-size: 2.8rem;
  }
  .simulation__img {
    width: 100px;
  }
  .simulation__btn {
    font-size: 1.6rem;
    height: 80px;
  }

  footer {
    padding: 25px 0 70px;
  }
  .footer__left {
    font-size: 2.2rem;
  }
  .footer__tel {
    font-size: 1.9rem;
  }
  .footer__time,
  .footer__address {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 375px) {
}
