@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

.fontHeebo {
  font-family: "Heebo", sans-serif;
}

/* -------------------------------------------------------------------- 
 body
-------------------------------------------------------------------- */

body {
  color: #333333;

  font-family: "Noto Sans JP", sans-serif;

  font-size: 13px;
  *font-size:small;
  *font:x-small;
  text-align: center;
  text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  max-height: 999999px;
}

#top {
  /*overflow: hidden;*/
  /*overflow-x: hidden;*/
}

#wrap {
  /*overflow: hidden;*/
  /*width: 640px;*/
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  /*min-width: 1000px;*/
}

img {
  vertical-align: bottom;
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
}

.relative-wrap {
  position: relative;
}

.contDispN {
  display: none;
}

p, span, dt, dd, th, td, li, h1, h2, h3, h4 {
  max-height: 999999px;
  background-image: url(../img/spacer.gif);
}

.weightM {
  font-weight: 500;
}
.weightSB {
  font-weight: 600;
}
.weightB {
  font-weight: bold;
}

/*-----------------------*/

.anc {
  position: relative;
}
.ancIn {
  position: absolute;
  top: -4.86vw;
}

#top {
  /*padding-top: 69px;*/
}

/*-----------------------*/

.pc {
  display: block;
}

.sp {
  display: none;
}

.pcBr {
  display: inline;
}

.spBr {
  display: none;
}

.pcTable {
  display: table !important;
}
.spTable {
  display: none !important;
}


@media screen and (max-width:768px) {

  body {
  }

  #wrap {
    /*overflow: hidden;*/
    width: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding: 0px;
    min-width: 200px;
  }

  /*-----------------------*/

  .anc {
    position: relative;
  }
  .ancIn {
    position: absolute;
    top: -79px;
  }

  #top {
    /*padding-top: 79px;*/
  }

  /*-----------------------*/

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: inline;
  }

  .pcTable {
    display: none !important;
  }
  .spTable {
    display: table !important;
  }

  .contIn1000 {
    width: auto;
  }


}


/* -------------------------------------------------------------------- 
 header
-------------------------------------------------------------------- */

.headerBlockWrap {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
}
.headerBlock01 {
  background-color: #ffffff;
box-shadow: 0px 2px 5px 0px rgba( 0,0,0,0.05 );
-webkit-box-shadow: 0px 2px 5px 0px rgba( 0,0,0,0.05 );
-moz-box-shadow: 0px 2px 5px 0px rgba( 0,0,0,0.05 );
-o-box-shadow: 0px 2px 5px 0px rgba( 0,0,0,0.05 );
-ms-box-shadow: 0px 2px 5px 0px rgba( 0,0,0,0.05 );
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.34vw 2.77vw;
  width: 100%;
  height: 5vw;
  /*position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;*/
}
.headerLogo01 img {
  width: auto;
  height: 4.16vw;
}

.headerMenu01 {
  display: flex;
  gap: 0px 1.94vw;
}
.headerMenu01 a {
  font-size: 0.97vw;
  line-height: 1.4em;
  font-weight: 500;
}
.headerMenu01 a:link {	color: #3F3F3F;	text-decoration: none;}
.headerMenu01 a:visited {	color: #3F3F3F;	text-decoration: none;}
/*.headerMenu01 a:hover {	color:#3F3F3F;	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}*/
.headerMenu01 a {
  transition: color 0.3s ease;
}

.headerMenu01 a:hover {
  color: rgba(63, 63, 63, 0.7);
  text-decoration: none;
  opacity: 1;
  filter: none;
}
.headerMenu01 a:active {	color:#3F3F3F;	text-decoration: none;}

.headerMenu01 .ar01 a::before {
  content: "";
  width: 0.98vw;
  height: 0.98vw;
  background-image: url("../img/navi_ar01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  display: inline-block;
  margin-right: 0.34vw;
  vertical-align: middle;
}

/*--------------------*/

.headerBlockWrap.topPage {
  top: -5.4vw;
  transition-duration: 0.3s;
}
.headerBlockWrap.topPage.fixed {
  top: 0px;
  transition-duration: 0.3s;
}




@media screen and (max-width:768px) {

  .headerBlockWrap {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
  }
  .headerBlock01 {
    background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba( 0,0,0,0.05 );
  -webkit-box-shadow: 0px 2px 5px 0px rgba( 0,0,0,0.05 );
  -moz-box-shadow: 0px 2px 5px 0px rgba( 0,0,0,0.05 );
  -o-box-shadow: 0px 2px 5px 0px rgba( 0,0,0,0.05 );
  -ms-box-shadow: 0px 2px 5px 0px rgba( 0,0,0,0.05 );
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0.34vw 2.77vw;
    width: 100%;
    height: 56px;
    /*position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;*/
  }
  .headerLogo01 img {
    width: auto;
    height: 44px;;
  }

  .headerMenu01 {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 0px;
    width: 100%;
    background-color: #ffffff;
  }
  .headerMenu01 li {
    text-align: left;
    width: 100%;
  }
  .headerMenu01 a {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
  }
  .headerMenu01 a:link {	color: #3F3F3F;	text-decoration: none;}
  .headerMenu01 a:visited {	color: #3F3F3F;	text-decoration: none;}
  .headerMenu01 a:hover {	color:#3F3F3F;	text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    transition-duration: 0.3s;
  }
  .headerMenu01 a:active {	color:#3F3F3F;	text-decoration: none;}

  .headerMenu01 .ar01 a::before {
    content: "";
    width: 16px;
    height: 16px;;
    background-image: url("../img/navi_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }

  /*--------------------*/

  .headerBlockWrap.topPage {
    top: -17vw;
    transition-duration: 0.3s;
  }
  .headerBlockWrap.topPage.fixed {
    top: 0px;
    transition-duration: 0.3s;
  }

  /*-------------------------*/

  .headerMenuWrap01 {
    /*display: none;*/
    width: 100%;
    height: 100%;
    position: absolute;
    top: 55px;
    left: 0px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.6s;
    transition: all 0.6s;
  }
  .headerMenuWrap01.contOpen {
    visibility: visible;
    opacity: 1;
    /*transition-duration: 0.2s;*/
    transition: all 0.6s;
  }
  .headerMenuBg01 {
    width: 110vw;
    height: 100%;
    background-color: #000000;
    filter: alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
    position: fixed;
    top: 55px;
    left: 0px;
    z-index: 0;
  }

  .accordionMenu {
   /* position: relative;
    left: 0;
    right: 0;*/
    margin: auto;
    top: 0;
    width: 100%;
    max-width: 750px;
    z-index: 1000;
  }

  .accordionMenu_inner {
    position: relative;
  }

  .accordionMenu.fixed {
      position: fixed;
  }

  .menuSp01 {
    /*width: 74px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: 270px;
    z-index: 100;*/
  }

  .menuContSp01 {
    /*width: 100%;*/
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 40px 20px 45px 20px;
    background-color: #ffffff;
   /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: all 0.6s;*/
    position: relative;
    top: -100vh;
    opacity: 0;
    z-index: 1;
  }
  .contOpen .menuContSp01 {
    top: 0px;
    /*left: 0px;*/
    opacity: 1;
    transition: all 0.6s;
  }
  .menuContSp01 a {
    display: block;
  }

  .menuBtnClose01 {
    position: absolute;
      top: 30px;
      left: 50%;
      margin-left: 270px;
  }
  .menuBtnClose01 img {
    width: 74px;
  }

  /*---*/

  .menuContWrap01 {
    height: auto;
    overflow: auto;
    box-sizing:border-box;
    padding: 0px 0px;
  }

  .headerNavi01 {
    display: flex;
    flex-wrap: wrap;
    gap: 74px 0px;
  }
  .headerNavi01 li {
    width: 100%;
    text-align: left;
  }
  .headerNavi01 li a {
    display: block;
    color: #ffffff;
  }
  .headerNavi01 li .p01 {
    margin-bottom: 40px;
  }
  .headerNavi01 li .p01 img {
    width: auto;
    height: 31px;
  }
  .headerNavi01 li .p02 {
    font-size: 36px;
    line-height: 1.55em;
    font-weight: bold;
    margin-top: 10px;
  }
  .headerNavi01 li .p02 .s01 {
    font-size: 29px;
  }

  .headerNavi01 li .p03 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
  }

  /*------------------*/

  .btn-trigger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 22px;
    height: 10px;
    cursor: pointer;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #454545;
    border-radius: 4px;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 10px;
    display: none;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .btn-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  .btn-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .btn-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }




}


/* -------------------------------------------------------------------- 
 TOP
-------------------------------------------------------------------- */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

@keyframes yurayura {
  from{ transform : translateY(-0.55vw); }
  50%{ transform : translateY(1.0vw); }
  to{ transform : translateY(-0.55vw); }
}

/*------------------------*/

.topMainBlock01 {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.topBox01 {
  width: 27.77vw;
  z-index: 0;
}

.topBox01.left {
  position: fixed;
  top: 0px;
  left: 0px;
}
.topBox01.right{
  position: fixed;
  top: 0px;
  right: 0px;
}
body.is-bottom .topBox01.left,
body.is-bottom .topBox01.right {
  opacity: 0;
  visibility: hidden;
}
.topBox02 {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 52.8125vw;
}

.topMainLogo01 {
  position: relative;
  top: 13.05vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  opacity: 1;
}
.topMainLogo01 img {
  width: 24.37vw;
  height: auto;
}

.topMainFlex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.27vw 0px;
}
.topMainFlex01 li {
  width: 100%;
  animation-duration: 1.6s;
  animation-fill-mode: both;
}

.delay01 {
  animation-delay: 0.6s;
}
.delay02 {
  animation-delay: 1.2s;
}
.delay03 {
  animation-delay: 1.8s;
}
.delay04 {
  animation-delay: 2.4s;
}

.topMainFlex01 li.li50 {
  width: 49.5%;
}
.topMainFlex01 img {
  width: 100%;
  height: auto;
}

.topMainScroll01 {
  width: 4.44vw;
  position: absolute;
  bottom: 1.38vw;
  left: 50%;
  margin-left: -2.22vw;
  animation-name: yurayura;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.topMainScroll01 img {
  width: 100%;
  height: auto;
}

.topMainNews01 {
  width: 25.34vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.38vw 0px;
  position: absolute;
  right: 0px;
  bottom: 1.38vw;
}
.topMainNews01 li {
  width: 100%;
  position: relative;
}

.topMainNews01 li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.topMainNews01 li .news01 {
  display: flex;
  align-items: center;
  gap: 0px 1.38vw;
  width: 100%;
  box-sizing: border-box;
  padding: 0.9vw 1.25vw 0.9vw 0.83vw;
  text-align: left;
  color: #ffffff;
  border-radius: 10vw 0px 0px 10vw;
  background: #1D3E9A;
  background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
box-shadow: 0px 0px 15px 0px rgba( 0,0,0,0.3 );
-webkit-box-shadow: 0px 0px 15px 0px rgba( 0,0,0,0.3 );
-moz-box-shadow: 0px 0px 15px 0px rgba( 0,0,0,0.3 );
-o-box-shadow: 0px 0px 15px 0px rgba( 0,0,0,0.3 );
-ms-box-shadow: 0px 0px 15px 0px rgba( 0,0,0,0.3 );
}
.topMainNews01 li .news01:hover{
  color: #ffffff;
  text-decoration: none;
  background: #1D3E9A;
  background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(29, 62, 154, 1) 100%);
}

.topMainNews01 li a:link {	color: #ffffff;	text-decoration: none;}
.topMainNews01 li a:visited {	color: #ffffff;	text-decoration: none;}
.topMainNews01 li a:hover {	color:#ffffff;	text-decoration: none;}
.topMainNews01 li a:active {	color:#ffffff;	text-decoration: none;}


.topMainNews01 li dt {
  background-image: url("../img/cont_tit_star01_wh.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 0.48vw auto;
  padding-left: 1.0vw;
  font-size: 0.833vw;
  line-height: 1.2em;
  font-weight: 600;
}
.topMainNews01 li dd {
  font-size: 0.972vw;
  line-height: 1.3em;
}

.topMainNewsAr01 {
  width: 2.22vw;
  height: 2.22vw;
  background-color: #ffffff;
  flex-shrink: 0;
  border-radius: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topMainNewsAr01 img {
  width: 0.69vw;
  height: auto;
}

/*----------------------*/

.posiRe {
  position: relative;
}

.topWhatBlock01 {
  padding: 13.88vw 0px 13.888vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.topWhatBlock01::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba( 255,255,255,0.9 );
  filter: blur(3px);
  transform: scale(1.02);
  backdrop-filter: blur(9px);
  position: absolute;
  top: 0px;
  left: 0px;
}
.topWhatH201 h2 {
  color: #1D3E9A;
  font-size: 2.222vw;
  line-height: 1.4em;
  font-weight: 500;
  margin-bottom: 3.819vw;
}
.topWhatTextBox01 {
  font-size: 1.111vw;
  line-height: 2.0em;
}

/*-----------------------*/

.topMovieBlock01 {
  padding: 5.555vw 0px;
  background: #1D3E9A;
  background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
  position: relative;
}
.topMovieFlex01 {
  display: flex;
  justify-content: space-between;
  width: 79.166vw;
  margin: auto;
}
.topMovieFlex01 li {
  width: 48.24%;
  text-align: center;
}

.topMovieFlex01 li .movie {
  cursor: pointer;
}
.topMovieFlex01 li .movie:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.topMovieFlex01 li img {
  width: 100%;
  height: auto;
}

.topMovieFlex01 li .p01 {
  color: #ffffff;
  font-size: 1.388vw;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 1.111vw;
}

/*-----------------------*/

.topContWrap01 {
  background-image: url("../img/back.webp");
  background-repeat: no-repeat;
  background-position: center top 5.55vw;
  background-size: 100% auto;
  background-color: #ffffff;
  position: relative;
}

.topSpecialBlock01 {
  padding: 11.111vw 0px;
}
.topSpecialFlex01 {
  text-align: left;
  width: 79.166vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.topSpecialFlex01 .topBox01 {
  /*position: relative;*/
  /*height: 40vw*/
}

.topSpecialFlex01 .topBox02 {
  width: 61.4%;
  height: auto;
}
.topSpecialFlex01 .topBox02 img {
  width: 100%;
  height: auto;
}

.posiSticky {
   position: sticky;
}

.topContH301 {
  text-align: center;
  top: 7vw;
  margin-bottom: 4.166vw;
}
.topContH301 .s01 {
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 0.972vw;
  line-height: 1.3em;
  font-weight: 600;
  color: #1D3E9A;
	letter-spacing: 0.1vw;
}
.topContH301 .s01::before {
  content: "";
  background-image: url("../img/cont_tit_star01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 0.694vw;
  height: 0.902vw;
  position: absolute;
  left: -1.38vw;
  top: 50%;
  transform: translateY(-50%);
}
.topContH301 .s01::after {
  content: "";
  background-image: url("../img/cont_tit_star01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 0.694vw;
  height: 0.902vw;
  position: absolute;
  right: -1.38vw;
  top: 50%;
  transform: translateY(-50%);
}

.topContH301 .s02 {
  display: block;
  font-size: 3.333vw;
  line-height: 1.3em;
  margin-top: 1.0vw
}

.topSpecialTextBox01 {
  margin-top: 1.111vw;
}
.topSpecialTextBox01 .text12_18_n.weightM{
	opacity: 0.5;
}
.text12_18_n {
  font-size: 0.833vw;
  line-height: 1.8em;
}
.text14_18_n {
  font-size: 0.972vw;
  line-height: 1.8em;
}
.topContH401 {
  font-size: 2.222vw;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 0.347vw;
  margin-bottom: 0.694vw;
}

.topSpecialBox01 {
  margin-top: 5.55vw;
}
.topSpecialBox01:first-child {
  margin-top: 0vw;
}

/*-----------------------------*/

.topProjectBlock01 {
  padding: 0px 1.388vw 11.111vw;
}

.topProjectBox01 {
  clip-path: polygon(
    2.083vw 0,
    calc(100% - 2.083vw) 0,
    100% 2.083vw,
    100% calc(100% - 2.083vw),
    calc(100% - 2.083vw) 100%,
    2.083vw 100%,
    0 calc(100% - 2.083vw),
    0 2.083vw
  );
  
background: #1D3E9A;
background: linear-gradient(180deg,rgba(29, 62, 154, 1) 0%, rgba(34, 141, 216, 1) 100%);
  
  display: flex;
  margin-top: 1.111vw;
}

.topProjectBox01 a,.topProjectBox01 a:visited{
  color: #fff;
}

.topProBox01 {
  width: 50%;
  text-align: left;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 2.777vw 6.944vw 2.777vw 9.027vw;
  color: #ffffff;
}
.topProBox02 {
  width: 50%;
}
.topProBox02 img {
  width: 100%;
  height: auto;
}

.topBtnMt60 {
  margin-top: 4.166vw;
}

/*-----------------------------*/

.topBtn01.all a {
  margin-left: 0px;
}
.topBtn01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.694vw;
  width: 17.708vw;
  height: 3.888vw;
  background: #1D3E9A;
  background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
  border-radius: 7vw;
  position: relative;
  font-size: 0.972vw;
  line-height: 1.0em;
  font-weight: 500;
  margin: auto;
	padding-left: 1.5vw;
}
.topBtn01 a:link {	color: #ffffff;	text-decoration: none;}
.topBtn01 a:visited {	color: #ffffff;	text-decoration: none;}
.topBtn01 a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #1D3E9A;
  background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(29, 62, 154, 1) 100%);
}
.topBtn01 a:active {	color:#ffffff;	text-decoration: none;}

.topBtn01 a::before {
  content: "";
  width: 2.222vw;
  height: 2.222vw;
  border-radius: 7vw;
  background-color: #ffffff;
  position: absolute;
  left: 0.833vw;
  top: 50%;
  transform: translateY(-50%);
}
.topBtn01 a:hover::before {
  background-color: #ffffff;
}

.topBtn01 a::after {
  content: "";
  background-image: url("../img/btn_ar_blue01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.833vw auto;
  width: 2.222vw;
  height: 2.222vw;
  position: absolute;
  left: 0.833vw;
  top: 50%;
  transform: translateY(-50%);
}
.topBtn01.outer a::after {
  background-image: url("../img/btn_ar_blue01_outer.png");
  background-size: 0.833vw auto;
}

/*-----------------------------*/

.topBtn02 {}
.topBtn02 a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.694vw;
  width: 17.708vw;
  height: 3.888vw;
  background-color: #ffffff;
  border-radius: 7vw;
  position: relative;
  font-size: 0.972vw;
  line-height: 1.0em;
  font-weight: 500;
	padding-left: 1.5vw;	
}
.topBtn02 a:link {	color: #1D3E9A;	text-decoration: none;}
.topBtn02 a:visited {	color: #1D3E9A;	text-decoration: none;}
.topBtn02 a:hover {
  color: rgba( 33,29,154,0.7 );
  text-decoration: none;
	transition-duration: 0.3s;
}
.topBtn02 a:active {	color:#1D3E9A;	text-decoration: none;}

.topBtn02 a::before {
  content: "";
  width: 2.222vw;
  height: 2.222vw;
  border-radius: 7vw;
  background: #1D3E9A;
  background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
  position: absolute;
  left: 0.833vw;
  top: 50%;
  transform: translateY(-50%);
}
.topBtn02 a:hover::before {
  background: #1D3E9A;
  background: linear-gradient(135deg,rgba(29, 62, 154, 0.7) 0%, rgba(29, 62, 154, 0.7) 100%);
  transition-duration: 0.3s;
}

.topBtn02 a::after {
  content: "";
  background-image: url("../img/btn_ar_white01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.833vw auto;
  width: 2.222vw;
  height: 2.222vw;
  position: absolute;
  left: 0.833vw;
  top: 50%;
  transform: translateY(-50%);
}
.topBtn02.outer a::after {
  background-image: url("../img/btn_ar_white01_outer.png");
  background-size: 0.833vw auto;
}

/*-----------------------------*/

.topText01 {
  font-size: 0.833vw;
  line-height: 1.8em;
  font-weight: 500;
  margin-bottom: 0.694vw;
}
.topH401 {
  font-size: 2.222vw;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 0.694vw
}
.topText02 {
  font-size: 0.972vw;
  line-height: 1.8em;
}

.topTit01 {
  text-align: center;
  margin-bottom: 2.777vw;
}
.topTit01 .s01 {
  position: relative;
  display: inline-block;
  font-size: 1.666vw;
  line-height: 1.3em;
  font-weight: 500;
  color: #1D3E9A;
}
.topTit01 .s01::before {
  content: "";
  background-image: url("../img/cont_tit_star01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 1.18vw;
  height: 1.666vw;
  position: absolute;
  left: -1.88vw;
  top: 50%;
  transform: translateY(-50%);
}
.topTit01 .s01::after {
  content: "";
  background-image: url("../img/cont_tit_star01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 1.18vw;
  height: 1.666vw;
  position: absolute;
  right: -1.88vw;
  top: 50%;
  transform: translateY(-50%);
}

.topTit01 .s02 {
  display: block;
  font-size: 0.972vw;
  line-height: 1.3em;
  margin-top: 0.694vw
}
.topAcBlock01 {
  margin-top: 4.166vw;
}

/*---------------------*/

.careProBlock01 {
  padding-bottom: 6.944vw;
}
.careFlex01 {
  display: flex;
  align-items: center;
  margin-top: 6.944vw;
}
.reverse01 {
  flex-direction: row-reverse;
}
.careFlex01 .box01 {
  width: 48.6%;
  box-sizing: border-box;
  padding: 1.388vw 5.555vw 1.388vw 10.416vw;
  text-align: left;
}
.careFlex01.reverse01 .box01 {
  padding: 1.388vw 10.416vw 1.388vw 5.555vw;
}

.careFlex01 .box02 {
  width: 51.4%;
  flex-shrink: 0;
}
.careFlex01 .box02 img {
  width: 100%;
  height: auto;
}

.carePointTit01 {
  font-family: "Heebo", sans-serif;
	letter-spacing: 0.06vw;
  display: inline-flex;
  align-items: center;
  padding: 0.138vw 0.833vw;
  box-sizing: border-box;
  height: 1.527vw;
  font-size: 0.972vw;
  line-height: 1.0em;
  font-weight: 600;
  color: #1D3E9A;
  background-image: url("../img/care_tit_deco01.png"), url("../img/care_tit_deco02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  background-size: auto 100%, auto 100%;
  margin: auto auto 2.777vw 0px;
}

.careBlock01 {
  margin-top: 6.944vw;
}

.careContBox01 {
  width: 79.166vw;
  margin: 2.777vw auto auto;
}
.careContBoxIn01 {
  background-image: url("../img/care_box_mid.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
  padding: 0.694vw;
}
.topTit01.tit02 {
  margin-bottom: 0.694vw;
}
.careFlex02 {
  width: 56.944vw;
  margin: 2.777vw auto auto;
  display: flex;
  justify-content: space-between;
}
.careFlex02 .li01 {
  width: 26.666vw
}
.careFlex02 .li02 {
  width: 27.222vw
}
/*.ruby01 rt {
  font-size: 0.694vw;
  margin-bottom: -0.138vw;
}*/

.ruby02 {
  position: relative;
}
/*.ruby02 rt {
  font-size: 0.694vw;
  position: absolute;
  left: 50%;
  transform: translateX(-60%);
  top: -0.277vw;
}*/
.ruby02 .sRuby01 {
  font-size: 0.694vw;
  line-height: 1.0em;
  position: absolute;
  left: 50%;
  transform: translateX(-60%);
  top: -0.6vw;
  white-space: nowrap;
}



.careContBox02 {
  box-sizing: border-box;
  width: 53.472vw;
  margin: 2.777vw auto auto;
  display: flex;
  align-items: flex-end;
}
.careUl01 {
  width: 32.638vw;
}
.careUl01 li {
  display: flex;
	 gap: 5px;
  /*margin-top: 1.527vw;*/
}
.careUl01 li .box01 {
  box-sizing: border-box;
  width: 18.055vw;
  padding: 0px 1.944vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.careUl01 li .box01 .boxIn01 {
  width: 100%;
}
.careUl01 li .box01 .p01 {
  text-align: center;
  color: #1D3E9A;
  font-size: 1.666vw;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 0.486vw;
}
.careUl01 li .box01 .p02 {
  text-align: left;
  font-size: 0.972vw;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}
.careUl01 li .box02 {
  width: 14.305vw;
margin-top: 1.527vw;	
}
.careUl01 li .box02 video {
  width: 100%;
}
.boderBottom01 {
  border-bottom: 1px solid rgba( 63,63,63,0.4 );
}

.careText01 {
  font-size: 0.833vw;
  line-height: 1.6em;
  padding-right: 2.777vw;
  text-align: right;
  margin-bottom: 0.694vw;
}
.careContImg01 {
  width: 23.333vw;
  flex-shrink: 0;
}

.careYouTube01 {
  position: relative;
  width: 56.944vw;
  height: 0;
  padding-top: calc(56.944vw * 9 / 16);
  margin: 4.166vw auto auto;
  overflow: hidden;
}

.careYouTube01 iframe {
  position: absolute;
  top: 0;
  left: -2px;
  display: block;
  width: calc(100% + 4px);
  height: 100%;
  border: 0;
}
@media screen and (max-width:768px) {
  .careYouTube01 {
    width: 100%;
    padding-top: 56.25%;
    margin: 40px auto auto;
  }
}

.careContBox03 {
  box-sizing: border-box;
  width: 56.944vw;
  margin: 4.166vw auto auto;
  border: 1px solid rgba( 63,63,63,0.4 );
  padding: 1.388vw 2.777vw;
  display: flex;
  align-items: center;
  gap: 0px 1.666vw;
}
.careContBox03 .contBox01 {
  width: 8.333vw;
  flex-shrink: 0;
}
.careContBox03 .contBox02 {
  text-align: left;
}

.text12_16_n {
  font-size: 0.833vw;
  line-height: 1.6em;
}
.text20_13_n {
  font-size: 1.388vw;
  line-height: 1.3em;
}
.mb_5 {
  margin-bottom: 0.347vw;
}
.careUl01 li .box02 {
  border: 1px solid #1D3E9A;
  box-sizing: border-box;
}

.careUl01 li .box02 video {
  display: block;
  width: 100%;
}
/*-----------------------------*/

.bannerBlock01 {
  background: #1D3E9A;
  background: linear-gradient(170deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
  padding: 5.555vw 0px 6.944vw;
}

.topTit01.tit03 {
  margin-bottom: 0.694vw;
}
.topTit01.tit03 .s01 {
  color: #ffffff;
}
.topTit01.tit03 .s01::before {
  background-image: url("../img/cont_tit_star01_02.svg");
}
.topTit01.tit03 .s01::after {
  background-image: url("../img/cont_tit_star01_02.svg");
}

.text10_18_n {
  font-size: 0.694vw;
  line-height: 1.8em;
}
.colWh01 {
  color: #ffffff;
}

.bannerBox01 {
  width: 79.166vw;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-top: 2.777vw;
  padding-bottom: 2.777vw;
}
.bannerH401 {
  text-align: left;
  color: #ffffff;
  font-size: 0.972vw;
  line-height: 1.3em;
  font-weight: 500;
  overflow: hidden;
}
.bannerH401 .s01 {
  display: inline-block;
  position: relative;
}
.bannerH401 .s01::after {
  content: "";
  width: 79.166vw;
  height: 1px;
  background-color: rgba( 255,255,255,0.4 );
  position: absolute;
  top: 50%;
  right: -79.856vw;
}

.bannerFlex01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.666vw;
  margin-top: 1.666vw;
}
.bannerFlex01 li {
  width: 38.75vw;
box-shadow: 0px 0px 15px 0px rgba( 15,40,111,0.8 );
-webkit-box-shadow: 0px 0px 15px 0px rgba( 15,40,111,0.8 );
-moz-box-shadow: 0px 0px 15px 0px rgba( 15,40,111,0.8 );
-o-box-shadow: 0px 0px 15px 0px rgba( 15,40,111,0.8 );
-ms-box-shadow: 0px 0px 15px 0px rgba( 15,40,111,0.8 );
}
.bannerFlex01 img {
  width: 100%;
  height: auto;
}

.bannerFlex01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.alc a {
  margin-left: auto;
  margin-right: auto;
}

.bannerFlex01.flex02 li {
  width: 18.54vw;
}

/*------------------------*/

.contBottomBlock01 {
  background-image: url("../img/back.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  position: relative;
  padding: 13.888vw 0px 10.2vw;
}
.contBottomBlock01.toppage {
  background-color: #ffffff;
}

.contBottomToTop01 {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.contBottomToTop01 img {
  width: 15.625vw;
}
.contBottomToTop01 a {
	transition-duration: 0.3s;
}
.contBottomToTop01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}

.snsBtnFlex01 {
  display: flex;
  justify-content: center;
  gap: 0px 1.111vw;
  margin-top: 1.111vw;
}
.snsBtnFlex01 li {
  width: 2.777vw;
}
.snsBtnFlex01 a {
	transition-duration: 0.3s;
}
.snsBtnFlex01 a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}




@media screen and (max-width:768px) {
  
  .topMainSpFlex01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px 0px;
  }
  .topMainSpFlex01 .w40 {
    width: 42.6%;
  }
  
  .topMainSpFlex02 {
    width: 56%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px 0px;
  }
  .topMainSpFlex02 .w50 {
    width: 49%;
  }

  .topMainBlock01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    z-index: 0;
  }
  .topBox01 {
    width: 100%;
  }

  .topBox01.left {
    position: fixed;
    top: 0px;
    left: 0px;
  }
  .topBox01.right{
    position: fixed;
    top: 138vw;
    right: 0px;
  }

  .topBox02 {
    width: 100%;
    position: relative;
    z-index: 0;
    height: 89.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 48vw;
    margin-bottom: 48vw
  }

  .topMainLogo01 {
    position: relative;
    top: 0px;
    left: 0px;
    transform: translateX(0%);
    z-index: 0;
    opacity: 1;
  }
  .topMainLogo01 img {
    width: 206px;
    height: auto;
  }

  .topMainFlex01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.27vw 0px;
  }
  .topMainFlex01 li {
    width: 100%;
    animation-duration: 1.6s;
    animation-fill-mode: both;
  }

  .delay01 {
    animation-delay: 0.6s;
  }
  .delay02 {
    animation-delay: 1.2s;
  }
  .delay03 {
    animation-delay: 1.8s;
  }
  .delay04 {
    animation-delay: 2.4s;
  }

  .topMainFlex01 li.li50 {
    width: 49.5%;
  }
  .topMainFlex01 img {
    width: 100%;
    height: auto;
  }

  .topMainScroll01 {
    display: none;
    width: 4.44vw;
    position: absolute;
    bottom: 1.38vw;
    left: 50%;
    margin-left: -2.22vw;
    animation-name: yurayura;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
  .topMainScroll01 img {
    width: 100%;
    height: auto;
  }

  .topMainNews01 {
    width: 94%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 0px;
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  .topMainNews01 li {
    width: 100%;
  }
  .topMainNews01 li .news01 {
    display: flex;
    align-items: center;
    gap: 0px 20px;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px 15px 13px;
    text-align: left;
    color: #ffffff;
    border-radius: 100px 0px 0px 100px;
    background: #1D3E9A;
    background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
  box-shadow: 0px 0px 15px 0px rgba( 0,0,0,0.3 );
  -webkit-box-shadow: 0px 0px 15px 0px rgba( 0,0,0,0.3 );
  -moz-box-shadow: 0px 0px 15px 0px rgba( 0,0,0,0.3 );
  -o-box-shadow: 0px 0px 15px 0px rgba( 0,0,0,0.3 );
  -ms-box-shadow: 0px 0px 15px 0px rgba( 0,0,0,0.3 );
  }
  .topMainNews01 li a:link {	color: #ffffff;	text-decoration: none;}
  .topMainNews01 li a:visited {	color: #ffffff;	text-decoration: none;}
  .topMainNews01 li a:hover {	color:#ffffff;	text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    transition-duration: 0.3s;
  }
  .topMainNews01 li a:active {	color:#ffffff;	text-decoration: none;}

  .topMainNews01 li dt {
    background-image: url("../img/cont_tit_star01_wh.png");
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 7px auto;
    padding-left: 18px;;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 600;
  }
  .topMainNews01 li dd {
    font-size: 14px;
    line-height: 1.3em;
  }

  .topMainNewsAr01 {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    flex-shrink: 0;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .topMainNewsAr01 img {
    width: 10px;
    height: auto;
  }

  /*----------------------*/

  .topWhatBlock01 {
    padding: 80px 20px 120px;
    text-align: center;
    position: relative;
  }
  .topWhatH201 h2 {
    color: #1D3E9A;
    font-size: 28px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 45px;
  }
  .topWhatTextBox01 {
    font-size: 14px;
    line-height: 2.0em;
  }

  /*-----------------------*/

  .topMovieBlock01 {
    padding: 80px 20px;
    background: #1D3E9A;
    background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
    position: relative;
  }
  .topMovieFlex01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0px;
    width: auto;
    margin: auto;
  }
  .topMovieFlex01 li {
    width: 100%;
    text-align: center;
  }

  .topMovieFlex01 li .movie {
    cursor: pointer;
  }
  .topMovieFlex01 li .movie:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    transition-duration: 0.3s;
  }

  .topMovieFlex01 li img {
    width: 100%;
    height: auto;
  }

  .topMovieFlex01 li .p01 {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    margin-top: 14px;
  }

  /*-----------------------*/

  .topContWrap01 {
    background-image: url("../img/back_sp.webp");
    background-repeat: no-repeat;
    background-position: center top 80px;
    background-size: 100% auto;
    position: relative;
  }

  .topSpecialBlock01 {
    padding: 100px 20px 80px;
  }
  .topSpecialFlex01 {
    text-align: left;
    width: auto;
    margin: auto;
    display: block;
  }

  .topSpecialFlex01 .topBox01 {
    /*position: relative;*/
    /*height: 40vw*/
  }

  .topSpecialFlex01 .topBox02 {
    width: auto;
    height: auto;
    display: block;
    margin-top: 2vw;
    margin-bottom: 0;
  }
  .topSpecialFlex01 .topBox02 img {
    width: 100%;
    height: auto;
  }

  .posiSticky {
     position: sticky;
  }

  .topContH301 {
    text-align: center;
    top: 0px;
    margin-bottom: 45px;
  }
  .topContH301 .s01 {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 600;
    color: #1D3E9A;
  }
  .topContH301 .s01::before {
    content: "";
    background-image: url("../img/cont_tit_star01.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 10px;
    height: 13px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .topContH301 .s01::after {
    content: "";
    background-image: url("../img/cont_tit_star01.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 10px;
    height: 13px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .topContH301 .s02 {
    display: block;
    font-size: 34px;
    line-height: 1.3em;
    margin-top: 14px;
  }

  .topSpecialTextBox01 {
    margin-top: 14px;
  }
  .text12_18_n {
    font-size: 12px;
    line-height: 1.8em;
  }
  .text14_18_n {
    font-size: 14px;
    line-height: 1.8em;
  }
  .topContH401 {
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .topSpecialBox01 {
    margin-top: 50px;
  }
  .topSpecialBox01:first-child {
    margin-top: 0vw;
  }

  /*-----------------------------*/

  .topProjectBlock01 {
    padding: 0px 10px 120px;
  }

  .topProjectBox01 {
    clip-path: polygon(
      28px 0,
      calc(100% - 28px) 0,
      100% 28px,
      100% calc(100% - 28px),
      calc(100% - 28px) 100%,
      28px 100%,
      0 calc(100% - 28px),
      0 28px
    );

  background: #1D3E9A;
  background: linear-gradient(180deg,rgba(29, 62, 154, 1) 0%, rgba(34, 141, 216, 1) 100%);

    display: block;
    margin-top: 24px;
  }

  .topProBox01 {
    width: auto;
    text-align: left;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 54px 20px 40px;
    color: #ffffff;
	  margin-bottom: 50px;
  }
  .topProBox02 {
    width: auto;
  }
  .topProBox02 img {
    width: 100%;
    height: auto;
  }

  .topBtnMt60 {
    margin-top: 40px;
  }

  /*-----------------------------*/

  .topBtn01.all a {
    margin-left: 0px;
  }
  .topBtn01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px;
    width: 255px;
    height: 56px;
    background: #1D3E9A;
    background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
    border-radius: 100px;
    position: relative;
    font-size: 14px;
    line-height: 1.0em;
    font-weight: 500;
    margin: auto;
  }
  .topBtn01 a:link {	color: #ffffff;	text-decoration: none;}
  .topBtn01 a:visited {	color: #ffffff;	text-decoration: none;}
  .topBtn01 a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #1D3E9A;
    background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(29, 62, 154, 1) 100%);
  }
  .topBtn01 a:active {	color:#ffffff;	text-decoration: none;}

  .topBtn01 a::before {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 7vw;
    background-color: #ffffff;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .topBtn01 a:hover::before {
    background-color: #ffffff;
  }

  .topBtn01 a::after {
    content: "";
    background-image: url("../img/btn_ar_blue01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .topBtn01.outer a::after {
    background-size: 10px auto;
  }
  /*-----------------------------*/

  .topBtn02 {
    text-align: center;
  }
  .topBtn02 a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px;
    width: 255px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 7vw;
    position: relative;
    font-size: 14px;
    line-height: 1.0em;
    font-weight: 500;
    margin: auto;
  }
  .topBtn02 a:link {	color: #1D3E9A;	text-decoration: none;}
  .topBtn02 a:visited {	color: #1D3E9A;	text-decoration: none;}
  .topBtn02 a:hover {
    color: rgba( 33,29,154,0.7 );
    text-decoration: none;
    transition-duration: 0.3s;
  }
  .topBtn02 a:active {	color:#1D3E9A;	text-decoration: none;}

  .topBtn02 a::before {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 7vw;
    background: #1D3E9A;
    background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .topBtn02 a:hover::before {
    background: #1D3E9A;
    background: linear-gradient(135deg,rgba(29, 62, 154, 0.7) 0%, rgba(29, 62, 154, 0.7) 100%);
    transition-duration: 0.3s;
  }

  .topBtn02 a::after {
    content: "";
    background-image: url("../img/btn_ar_white01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }

  .topBtn02.outer a::after {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    top: 50%;
  }

  /*-----------------------------*/

  .topText01 {
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .topH401 {
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .topText02 {
    font-size: 14px;
    line-height: 1.8em;
  }

  .topTit01 {
    margin-bottom: 24px;
  }
  .topTit01 .s01 {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1.6em;
    color: #1D3E9A;
  }
  .topTit01 .s01::before {
    content: "";
    background-image: url("../img/cont_tit_star01.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 17px;
    height: 24px;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
  }
  .topTit01 .s01::after {
    content: "";
    background-image: url("../img/cont_tit_star01.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 17px;
    height: 24px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
  }

  .topTit01 .s02 {
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    margin-top: 10px;
  }
  .topAcBlock01 {
    margin-top: 45px;
  }

  /*---------------------*/

  .careProBlock01 {
    padding-bottom: 120px;
  }
  .careFlex01 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px 0px;
    margin-top: 55px;
  }
  .reverse01 {
    flex-direction: row-reverse;
  }
  .careFlex01 .box01 {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px 0px 20px;
    text-align: left;
  }
  .careFlex01.reverse01 .box01 {
    padding: 0px 20px 0px 20px;
  }

  .careFlex01 .box02 {
    width: 100%;
    flex-shrink: 0;
  }
  .careFlex01 .box02 img {
    width: 100%;
    height: auto;
  }

  .carePointTit01 {
    display: inline-flex;
    align-items: center;
    padding: 3px 12px;
    box-sizing: border-box;
    height: 22px;
    font-size: 14px;
    line-height: 1.0em;
    font-weight: 600;
    color: #1D3E9A;
    background-image: url("../img/care_tit_deco01.png"), url("../img/care_tit_deco02.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center left, center right;
    background-size: auto 100%, auto 100%;
    margin: auto auto 40px 0px;
  }

  .all.alcSP {
    text-align: center !important;
  }
  .topBtn01.all.alcSP a {
    margin-left: auto;
  }
  
  
  .careBlock01 {
    margin-top: 55px;
  }

  .careContBox01 {
    width: auto;
    margin: 24px auto auto;
  }
  .careContBoxIn01 {
    background-image: url("../img/care_box_mid_sp.png");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 100% auto;
    padding: 10px 30px;
    text-align: left;
  }
  .topTit01.tit02 {
    margin-bottom: 10px;
  }
  .careFlex02 {
    width: auto;
    margin: 40px auto auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 0px;
  }
  .careFlex02 .li01 {
    width: auto;
  }
  .careFlex02 .li02 {
    width: auto;
  }
  /*.ruby01 rt {
    font-size: 10px;
    margin-bottom: -3px;
  }*/

  .ruby02 {
    position: relative;
  }
  /*.ruby02 rt {
    font-size: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-60%);
    top: -3px;
  }*/
  .ruby02 .sRuby01 {
    font-size: 8px;
    position: absolute;
    left: 50%;
    transform: translateX(-60%);
    top: -3px;
    white-space: nowrap;
  }

  .careContBox02 {
    box-sizing: border-box;
    width: auto;
    margin: 20px auto auto;
    display: block;
  }
  .careUl01 {
    width: auto;
  }
  .careUl01 li {
    display: flex;
    gap: 0px 10px;
    margin-top: 0px;
    padding: 20px 0px;
    border-bottom: 1px solid rgba( 63,63,63,0.4 );
  }
  .careUl01 li .box01 {
    box-sizing: border-box;
    width: 50%;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .careUl01 li .box01 .boxIn01 {
    width: 100%;
  }
  .careUl01 li .box01 .p01 {
    text-align: center;
    color: #1D3E9A;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 10px;
  }
  #VcArea-MainColum .careUl01 li .box01 .p01 {
    text-align: center;
    color: #1D3E9A;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 10px;
  }  
  .careUl01 li .box01 .p02 {
    text-align: left;
    font-size: 12px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }
  #VcArea-MainColum .careUl01 li .box01 .p02 {
    text-align: left;
    font-size: 12px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }
  .careUl01 li .box02 {
    width: 50%;
  }
  .careUl01 li .box02 video {
    width: 100%;
  }
  .boderBottom01 {
    border-bottom: none;
  }

  .careText01 {
    font-size: 0.833vw;
    line-height: 1.6em;
    padding-right: 2.777vw;
    text-align: right;
    margin-bottom: 0.694vw;
  }
  .careContImg01 {
    width: 23.333vw;
    flex-shrink: 0;
  }


  .careContBox03 {
    box-sizing: border-box;
    width: auto;
    margin: 40px auto auto;
    border: 1px solid rgba( 63,63,63,0.4 );
    padding: 24px 10px;
    display: block;
    align-items: center;
    gap: 0px 0px;
  }
  .careContBox03 .contBox01 {
    width: 120px;
    margin: auto auto 16px;
  }
  .careContBox03 .contBox02 {
    text-align: left;
  }

  .text12_16_n,#VcArea-MainColum p.text12_16_n {
    font-size: 12px;
    line-height: 1.6em;
  }
  .text20_13_n,#VcArea-MainColum p.text20_13_n {
    font-size: 20px;
    line-height: 1.3em;
  }
  .mb_5 {
    margin-bottom: 10px;
  }

  .alcSp {
    text-align: center;
  }
  
  .alc.allSp {
    text-align: left !important;
    padding: 0px 20px;
  }
  
  /*-----------------------------*/

  .bannerBlock01 {
    background: #1D3E9A;
    background: linear-gradient(170deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
    padding: 80px 0px 80px;
  }

  .topTit01.tit03 {
    margin-bottom: 10px;
  }
  .topTit01.tit03 .s01 {
    color: #ffffff;
  }
  .topTit01.tit03 .s01::before {
    background-image: url("../img/cont_tit_star01_02.svg");
  }
  .topTit01.tit03 .s01::after {
    background-image: url("../img/cont_tit_star01_02.svg");
  }

  .text10_18_n,#VcArea-MainColum p.text10_18_n {
    font-size: 10px;
    line-height: 1.8em;
  }
  .colWh01 {
    color: #ffffff;
  }

  .bannerBox01 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 40px 20px 20px;
  }
  .bannerH401 {
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3em;
    font-weight: 500;
    overflow: hidden;
  }
  .bannerH401 .s01 {
    display: inline-block;
    position: relative;
  }
  .bannerH401 .s01::after {
    content: "";
    width: 100vw;
    height: 1px;
    background-color: rgba( 255,255,255,0.4 );
    position: absolute;
    top: 50%;
    right: -102vw;
  }

  .bannerFlex01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 4%;
    margin-top: 24px;
  }
  .bannerFlex01 li {
    width: 100%;
  box-shadow: 0px 0px 15px 0px rgba( 15,40,111,0.8 );
  -webkit-box-shadow: 0px 0px 15px 0px rgba( 15,40,111,0.8 );
  -moz-box-shadow: 0px 0px 15px 0px rgba( 15,40,111,0.8 );
  -o-box-shadow: 0px 0px 15px 0px rgba( 15,40,111,0.8 );
  -ms-box-shadow: 0px 0px 15px 0px rgba( 15,40,111,0.8 );
  }
  .bannerFlex01 img {
    width: 100%;
    height: auto;
  }

  .bannerFlex01 a:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    transition-duration: 0.3s;
  }
  .alc a {
    margin-left: auto;
    margin-right: auto;
  }

  .bannerFlex01.flex02 li {
    width: 48%;
  }

  /*------------------------*/

  .contBottomBlock01 {
    background-image: url("../img/back_sp.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: relative;
    padding: 160px 0px 125px;
  }
  .contBottomToTop01 {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .contBottomToTop01 img {
    width: 230px;
  }
  .contBottomToTop01 a:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    transition-duration: 0.3s;
  }

  .snsBtnFlex01 {
    display: flex;
    justify-content: center;
    gap: 0px 16px;
    margin-top: 16px;
  }
  .snsBtnFlex01 li {
    width: 40px;
  }




}



/* -------------------------------------------------------------------- 
 footer
-------------------------------------------------------------------- */

.pageFooterBlock01 {
  text-align: left;
  background-color: #F3F4F4;
  padding: 3.888vw 2.777vw 1.666vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footerNaviFlex01 {
  display: flex;
  gap: 0px 1.666vw;
}
.footerNaviFlex01 a {
  font-size: 0.972vw;
  line-height: 1.8em;
}
.footerNaviFlex01 a:link {	color: #3F3F3F;	text-decoration: underline;}
.footerNaviFlex01 a:visited {	color: #3F3F3F;	text-decoration: underline;}
.footerNaviFlex01 a:hover {	color:#3F3F3F;	text-decoration: none;}
.footerNaviFlex01 a:active {	color:#3F3F3F;	text-decoration: none;}

.footerCopy01 {
  font-size: 0.833vw;
  line-height: 1.6em;
}
.footerLogo01 {
  margin-bottom: 4.166vw
}
.footerLogo01 img {
  width: 11.944vw;
  height: auto;
}






@media screen and (max-width:768px) {

  .pageFooterBlock01 {
    text-align: center;
    background-color: #F3F4F4;
    padding: 55px 25px 25px;
    display: block;
  }
  .footerNaviFlex01 {
    display: flex;
    justify-content: center;
    gap: 0px 24px;
    margin-bottom: 24px;
  }
  .footerNaviFlex01 a {
    font-size: 14px;
    line-height: 1.8em;
  }
  .footerNaviFlex01 a:link {	color: #3F3F3F;	text-decoration: underline;}
  .footerNaviFlex01 a:visited {	color: #3F3F3F;	text-decoration: underline;}
  .footerNaviFlex01 a:hover {	color:#3F3F3F;	text-decoration: none;}
  .footerNaviFlex01 a:active {	color:#3F3F3F;	text-decoration: none;}

  .footerCopy01 {
    font-size: 12px;
    line-height: 1.6em;
  }
  .footerLogo01 {
    margin-bottom: 60px;
  }
  .footerLogo01 img {
    width: 172px;;
    height: auto;
  }



}


/* -------------------------------------------------------------------- 
 アーカイブ
-------------------------------------------------------------------- */

.contBottomBlock01.detail {
  background-image: none;
}

.detailBlockBase01 {
  padding: 6.666vw 0px 0px;
  /*margin-top: 4.444vw;*/
}

.contBlock_900 {
  width: 62.5vw;
  margin-left: auto;
  margin-right: auto;
}
.topContH301.detail {
  margin-bottom: 1.666vw;
}

.accordionArc {
  margin-top: 4.444vw
}
.archivesAncNavi01 {
  display: flex;
  flex-wrap: wrap;
  gap: 0.694vw 0.666vw;
}
.archivesAncNavi01 li {
  width: 9.861vw
}
.archivesAncNavi01 li a {
  border: 1px solid rgba( 29,62,154,0.5 );
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: 2.777vw;
  font-size: 1.111vw;
  line-height: 1.0em;
  font-weight: 500;
  transition-duration: 0.3s;
}
.archivesAncNavi01 li a:link {	color: #1D3E9A;	text-decoration: none;}
.archivesAncNavi01 li a:visited {	color: #1D3E9A;	text-decoration: none;}
.archivesAncNavi01 li a:hover {	color:#ffffff;	text-decoration: none;
  background-color: #1D3E9A;
  transition-duration: 0.3s;
}
.archivesAncNavi01 li a:active {	color:#1D3E9A;	text-decoration: none;}

.archivesH201 {
  text-align: left;
  color: #1D3E9A;
  font-size: 2.222vw;
  line-height: 1.0em;
  font-weight: 500;
  padding-bottom: 0.694vw;
  border-bottom: 1px solid rgba( 63,63,63,0.2 );
  margin-top: 4.444vw;
}
.archivesBox01 {
  margin-top: 4.444vw;
}

.archivesAncBox01 {}
.archivesAncBox01 li {
  padding: 1.388vw 0px;
}

.archivesFlex01 {
  position: relative;
}
.archivesFlex01 a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.archivesAncBox01 li .archivesFlex01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  transition-duration: 0.3s;
}
.archivesAncBox01 a:link {	color: #3F3F3F;	text-decoration: none;}
.archivesAncBox01 a:visited {	color: #3F3F3F;	text-decoration: none;}
.archivesAncBox01 a:hover {	color:#3F3F3F;	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	transition-duration: 0.3s;
}
.archivesAncBox01 a:active {	color:#3F3F3F;	text-decoration: none;}

#VcArea-MainColum .archivesAncBox01 li .archivesFlex01 p.p01 {
  color: rgba( 63,63,63,0.5 );
  font-size: 0.833vw;
  line-height: 1.8em;
  font-weight: 500;
  margin-bottom: 0.208vw;
  margin-top: 0;
}
#VcArea-MainColum .archivesAncBox01 li .archivesFlex01 p.p02 {
  font-size: 0.972vw;
  line-height: 1.8em;
  margin-bottom: 0.208vw;
  margin-top: 0;
}
#VcArea-MainColum .archivesAncBox01 li .archivesFlex01 p.p03 {
  font-size: 1.666vw;
  line-height: 1.4em;
  font-weight: 500;
  margin-top: 0;
}
.archivesAr01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.888vw;
  height: 3.888vw;
  border-radius: 4.4vw;
  background: #1D3E9A;
  background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
}
.archivesAr01 img {
  width: 0.972vw;
  height: auto;
}

/*-------------------------*/

.topBtn03 {}
.topBtn03 a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.694vw;
  width: 17.708vw;
  height: 3.888vw;
  background-color: #ffffff;
  border-radius: 7vw;
  position: relative;
  font-size: 0.972vw;
  line-height: 1.0em;
  font-weight: 500;
  border: 1px solid #1D3E9A;
  transition-duration: 0.3s;
	padding-left: 1.5vw;	
}
.topBtn03 a:link {	color: #1D3E9A;	text-decoration: none;}
.topBtn03 a:visited {	color: #1D3E9A;	text-decoration: none;}
.topBtn03 a:hover {
  color: #ffffff;
  background-color: #1D3E9A;
  text-decoration: none;
	transition-duration: 0.3s;
}
.topBtn03 a:active {	color:#1D3E9A;	text-decoration: none;}

.topBtn03 a::before {
  content: "";
  width: 2.222vw;
  height: 2.222vw;
  border-radius: 7vw;
  background: #1D3E9A;
  background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
  position: absolute;
  left: 0.833vw;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.3s;
}
.topBtn03 a:hover::before {
  background: #ffffff;
  background: linear-gradient(135deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  transition-duration: 0.3s;
}

.topBtn03 a::after {
  content: "";
  background-image: url("../img/btn_ar_white02.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.833vw auto;
  width: 2.222vw;
  height: 2.222vw;
  position: absolute;
  left: 0.833vw;
  top: 50%;
  transform: translateY(-50%);
  transition-duration: 0.3s;
}
.topBtn03 a:hover::after {
  background-image: url("../img/btn_ar_blue02.png");
  transition-duration: 0.3s;
}





@media screen and (max-width:768px) {

  .contBottomBlock01.detail {
    background-image: none;
  }

  .detailBlockBase01 {
    padding: 48px 20px 0px;
    margin-top: 56px;
  }

  .contBlock_900 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .topContH301.detail {
    margin-bottom: 24px;
  }

  .archivesAncNavi01 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 3%;
    margin-top: 0px
  }
  .archivesAncNavi01 li {
    width: 31.3%;
  }
  .archivesAncNavi01 li a {
    border: 1px solid rgba( 29,62,154,0.5 );
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 1.0em;
    font-weight: 500;
    transition-duration: 0.3s;
  }
  .archivesAncNavi01 li a:link {	color: #1D3E9A;	text-decoration: none;}
  .archivesAncNavi01 li a:visited {	color: #1D3E9A;	text-decoration: none;}
  .archivesAncNavi01 li a:hover {	color: #1D3E9A;	text-decoration: none;
    background-color: transparent;
    transition-duration: 0.3s;
  }
  .archivesAncNavi01 li a:active {	color: #1D3E9A;	text-decoration: none;}

  .archivesH201 {
    text-align: left;
    color: #1D3E9A;
    font-size: 28px;
    line-height: 1.0em;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba( 63,63,63,0.2 );
    margin-top: 40px;
  }
  .archivesBox01 {
    margin-top: 40px;
  }

  .archivesAncBox01 {}
  .archivesAncBox01 li {
    padding: 12px 0px;
  }
  .archivesAncBox01 li .archivesFlex01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    transition-duration: 0.3s;
    gap: 0px 20px;
  }
  .archivesAncBox01 a:link {	color: #3F3F3F;	text-decoration: none;}
  .archivesAncBox01 a:visited {	color: #3F3F3F;	text-decoration: none;}
  .archivesAncBox01 a:hover {	color:#3F3F3F;	text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
    transition-duration: 0.3s;
  }
  .archivesAncBox01 a:active {	color:#3F3F3F;	text-decoration: none;}

  .archivesAncBox01 li .archivesFlex01 .p01,#VcArea-MainColum .archivesAncBox01 li .archivesFlex01 p.p01{
    color: rgba( 63,63,63,0.5 );
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 3px;
  }
  .archivesAncBox01 li .archivesFlex01 .p02,#VcArea-MainColum .archivesAncBox01 li .archivesFlex01 p.p02{
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 3px;
  }
  .archivesAncBox01 li .archivesFlex01 .p03,#VcArea-MainColum .archivesAncBox01 li .archivesFlex01 p.p03{
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
  }
  .archivesAr01 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: #1D3E9A;
    background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
  }
  .archivesAr01 img {
    width: 9px;
    height: auto;
  }

  /*-------------------------------------*/

  .accordionArc {
    position: relative;
    margin-top: 40px;
    padding-bottom: 50px;
  }
  /* ボタン */
  .accordion-btn {
    margin-top: 10px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    box-sizing: border-box;
    border: 1px solid rgba( 29,62,154,0.5 );
    width: 100%;
    height: 40px;
  }
  /* 続きを読むボタンの表記 */
  .accordion-btn::after {
    content: "";
    background-image: url("../img/ac_ar01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  /* ボタンhover時のスタイル */
  .accordion-btn:hover {
    /*background-color: #fff;
    color: #6495ed;*/
  }
  .accordion-text {
    overflow: hidden; /* テキストを隠す */
    position: relative;
  }
  /* 最初に見えてるテキストエリアの高さ */
  .accordion-text.is-hide {
    height: 90px;
  }
  /* テキストをグラデーションで隠す */
  .accordion-text::before {
    display: none;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
    background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
    bottom: 0;
    content: "";
    height: 60px;
    position: absolute;
    width: 100%;
  }
  /* 閉じるボタンの位置 */
  .accordion-btn.is-show {
    /*bottom: -3em;*/
  }
  /* 閉じるボタンの表記 */
  .accordion-btn.is-show::after {
    content: "";
    background-image: url("../img/ac_ar01_on.png");
  }
  /* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
  .accordion-btn.is-show + .accordion-text::before {
    display: none;
  }

  /*-------------------------*/

  .topBtn03 {}
  .topBtn03 a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    width: 255px;
    height: 56px;
    background-color: #ffffff;
    border-radius: 100px;
    position: relative;
    font-size: 14px;
    line-height: 1.0em;
    font-weight: 500;
    border: 1px solid #1D3E9A;
    transition-duration: 0.3s;
  }
  .topBtn03 a:link {	color: #1D3E9A;	text-decoration: none;}
  .topBtn03 a:visited {	color: #1D3E9A;	text-decoration: none;}
  .topBtn03 a:hover {
    color: #ffffff;
    background-color: #1D3E9A;
    text-decoration: none;
    transition-duration: 0.3s;
  }
  .topBtn03 a:active {	color:#1D3E9A;	text-decoration: none;}

  .topBtn03 a::before {
    content: "";
    width: 32px;
    height: 32px;
    border-radius: 50px;
    background: #1D3E9A;
    background: linear-gradient(135deg,rgba(29, 62, 154, 1) 0%, rgba(39, 163, 226, 1) 100%);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.3s;
  }
  .topBtn03 a:hover::before {
    background: #ffffff;
    background: linear-gradient(135deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    transition-duration: 0.3s;
  }

  .topBtn03 a::after {
    content: "";
    background-image: url("../img/btn_ar_white02.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 11px auto;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.3s;
  }
  .topBtn03 a:hover::after {
    background-image: url("../img/btn_ar_blue02.png");
    transition-duration: 0.3s;
  }


}


/* -------------------------------------------------------------------- 
 kidaページ
-------------------------------------------------------------------- */

.kidaContWrap01 {
  background-image: url("../img/kids/kids_bottom_bg01.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #C5F1FF;
  overflow: hidden;
}
.kidsSnsTit01 {
  text-align: center;
}
.kidsSnsTit01 img {
  width: 23.055vw;
  height: auto;
}

/*------------------*/

.kidaMainBlock01 {
  /*background-image: url("../img/kids/kids_main_bg01.webp")*/
  background-image: url("../img/kids/kids_main_bg01.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding: 2.083vw 0px 8.333vw;
  margin-top: 4.444vw;
}
.kidaMainTit01 {
  width: 64.097vw;
  margin: auto;
}

/*-------------------*/

.kidsFlex01 {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.kidsFlex01 li {
}

/*--------------------*/

.kidaBtnWrap01 {
  position: relative;
  box-sizing: border-box;
  padding: 1px;
  height: 5.555vw;
  width: 25.625vw;
  margin-left: auto;
  margin-right: auto;
}
.kidaBtnWrap01 a {
  display: block;
  position: relative;
  margin-top: -5px;
  margin-left: -5px;
  transition-duration: 0.3s;
}
.kidaBtnWrap01 a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #222457;
  border-radius: 12vw;
  position: absolute;
  right: -5px;
  bottom: -5px;
  opacity: 1;
  transition-duration: 0.3s;
}

.kidaBtnWrap01 a:hover {
  margin-left: 0px;
  margin-top: 0px;
  transition-duration: 0.3s;
}
.kidaBtnWrap01 a:hover::before {
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition-duration: 0.3s;
}

.kidaBtnWrap01 a img {
  position: relative;
  width: auto;
}

/*-----------------------*/

.kids1280 {
  width: 88.888vw;
  margin-left: auto;
  margin-right: auto;
}

.kidsTopicsWrap01 h2{
  margin-top: 80px;
}

.kidsH201 {
  margin: auto auto 32px;;
  width: 24.791vw;
}
.kidsTopicsBox01 {
  background-image: url("../img/kids/kids_topics_bg01.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  /*height: 43.888vw;*/
  padding: 5.555vw 4.861vw 4.166vw;
}
.kidsFlex02 {
  display: flex;
  gap: 0px 2.777vw;
}
.kidsFlex02 .box01 {
  width: 35.694vw;
  flex-shrink: 0;
}
.kidsFlex02 .box02 {
  text-align: left;
}
.text20_18_n {
  font-size: 1.388vw;
  line-height: 1.8em;
}
.kidsFlex02 .box02 .p01 {
  font-size: 0.972vw;
  line-height: 1.6em;
  margin-bottom: 1.388vw
}
.kidsFlex02 .box02 .p02 {
  font-size: 1.666vw;
  line-height: 1.6em;
  margin-bottom: 1.388vw
}
.kidsFlex02 .box02 .p03 {
  font-size: 2.777vw;
  line-height: 1.3em;
  margin-bottom: 1.388vw
}
.kidsBtn01 {
  text-align: center;
  margin-top: 3.888vw;
}

/*--------------------*/

.kidsCont01 {
  margin-top: 10.069vw;
  background-image: url("../img/kids/kids_cont01_bg01.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  padding: 3.125vw 13.194vw 4.583vw;
}
.kidsH202_01 {
  width: 100%;
  position: absolute;
  top: -1.736vw;
  left: 0px;
}
.kidsH202_01 img {
  width: 38.69vw;
  height: auto;
}
.text24_18_n {
  font-size: 1.666vw;
  line-height: 1.8em;
}
.kidsDeco01_01 {
  width: 20.625vw;
  position: absolute;
  left: -3.819vw;
  top: -6.597vw;
}
.kidsDeco01_02 {
  width: 23.68vw;
  position: absolute;
  right: -4.861vw;
  bottom: -5.555vw;
}


/*--------------------*/

.kidsCont02 {
  margin-top: 10.069vw;
  background-image: url("../img/kids/kids_cont02_bg01.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  padding: 3.125vw 13.194vw 4.583vw;
}
.kidsH202_02 {
  width: 100%;
  position: absolute;
  top: -1.736vw;
  left: 0px;
}
.kidsH202_02 img {
  width: 53.541vw;
  height: auto;
}
.kidsDeco02_01 {
  width: 18.75vw;
  position: absolute;
  left: -3.819vw;
  bottom: 5.9722vw;
}
.kidsDeco02_02 {
  width: 15.347vw;
  position: absolute;
  right: -2.777vw;
  bottom: 7.083vw;
}


/*--------------------*/

.kidsCont03 {
  margin-top: 10.069vw;
  background-image: url("../img/kids/kids_cont03_bg01.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  padding: 3.125vw 4.861vw 4.583vw;
}
.kidsH202_03 {
  width: 100%;
  position: absolute;
  top: -4.513vw;
  left: 0px;
}
.kidsH202_03 img {
  width: 42.986vw;
  height: auto;
}
.kidsDeco03_01 {
  width: 18.888vw;
  position: absolute;
  left: -4.166vw;
  top: -4.513vw;
}
.kidsDeco03_02 {
  width: 25.138vw;
  position: absolute;
  right: -6.944vw;
  bottom: -10.416vw;
}

.kidsFlex03 {
  display: flex;
  justify-content: space-between;
  gap: 0px 2.777vw;
  margin-top: 3.333vw;
}
.kidsFlex03 li {
  width: 50%;
  text-align: left;
}

.kidsBtn03 {
  margin-top: 2.222vw;
}
.kidsBtn03 .kidaBtnWrap01 {
  margin-left: 0px;
}
.kidsDl01 {
  margin-top: 2.222vw;
  height: 9.305vw;
}
.kidsDl01 dt {
  font-size: 2.222vw;
  line-height: 1.5em;
}
.kidaContWrap01 a {}
.kidaContWrap01 a:link {	color: #CD99EE;	text-decoration: underline;}
.kidaContWrap01 a:visited {	color: #CD99EE;	text-decoration: underline;}
.kidaContWrap01 a:hover {	color:#CD99EE;	text-decoration: none;}
.kidaContWrap01 a:active {	color:#CD99EE;	text-decoration: none;}

/*---------------------------------*/

#inline-wrap {
  background-image: url("../img/kids/modal_bg01.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  width: 88.888vw;
  margin-left: auto;
  margin-right: auto;
  padding: 4.166vw 5.555vw 8.333vw;
  position: relative;
}
.modalH301 {
  margin-bottom: 1.111vw
}
.modalImg01 {
  width: 63.958vw;
  margin: auto auto;
}
.modalBox01 {
  margin-top: 4.444vw;
  background-color: #FBF5FF;
  border-radius: 1.388vw;
  padding: 3.472vw 2.777vw;
  display: flex;
  gap: 0px 4.444vw;
}

.modalBox01 .box01 {
  width: 60%;
}

.modalBox01 .box02 {
  position: relative;
  width: 31.944vw;
  flex-shrink: 0;
}
.modalDeco01 {
  width: 15.416vw;
  position: absolute;
  bottom: 0px;
  left: -12.777vw;
}

.modalTit01 {
  font-size: 1.944vw;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 1.111vw;
  overflow: hidden;
}
.modalTit01 .s01 {
  position: relative;
  display: inline-block;
  padding-right: 0.694vw;
}
.modalTit01 .s01::after {
  content: "";
  background-image: url("../img/kids/modal_line_dot01.webp");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: auto 100%;
  width: 22.638vw;
  height: 0.277vw;
  position: absolute;
  right: -23vw;
  top: 50%;
  transform: translateY(-50%);
}
.modalUl01 {}
.modalUl01 li::before {
  content: "";
  display: inline-block;
  background-image: url("../img/kids/modal_check01.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 1.388vw;
  height: 1.388vw;
  vertical-align: middle;
  margin-right: 0.347vw;
}

.modalFlex01 {
  display: flex;
  justify-content: space-between;
  /*gap: 0px 4.444vw;*/
  margin-top: 4.444vw;
}
.modalFlex01 .box02 {
  width: 33.333vw;
  flex-shrink: 0;
}

.modalFlex01 .box03 {
  width: 44.791vw;
  flex-shrink: 0;
}

.modalH302 {
  margin-bottom: 1.18vw;
}
.modalH302 .s01 {
  display: inline-block;
  background-image: url("../img/kids/modal_num_bg01.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  width: 3.263vw;
  height: 3.472vw;
  color: #ffffff;
  font-size: 1.666vw;
  line-height: 1.0em;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding-top: 0.7vw;
  vertical-align: super;
}
.modalH302 .s02 {
  color: #CD99EE;
  font-size: 2.222vw;
  line-height: 1.5em;
  font-weight: bold;
}
#inline-wrap a {}
#inline-wrap a:link {	color: #CD99EE;	text-decoration: underline;}
#inline-wrap a:visited {	color: #CD99EE;	text-decoration: underline;}
#inline-wrap a:hover {	color:#CD99EE;	text-decoration: none;}
#inline-wrap a:active {	color:#CD99EE;	text-decoration: none;}

.modalImg02 {
  width: 28.402vw;
  margin-top: 1.666vw;
}

button.mfp-close {
  width: 4.444vw;
  height: 4.444vw;
  line-height: 0px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0px;
  background-image: url("../img/kids/modal_close01.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}





@media screen and (max-width:768px) {

  .kidaContWrap01 {
    background-image: url("../img/kids/kids_bottom_bg01_sp.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-color: #C5F1FF;
  }
  .kidsSnsTit01 {
    text-align: center;
  }
  .kidsSnsTit01 img {
    width: 250px;
    height: auto;
  }

  /*------------------*/

  .kidaMainBlock01 {
    background-image: url("../img/kids/kids_main_bg01_sp.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 55px 20px;
    margin-top: 56px;
  }
  .kidaMainTit01 {
    width: 100%;
    margin: auto;
  }

  /*-------------------*/

  .kidsFlex01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .kidsFlex01 li {
    width: 100%;
  }

  /*--------------------*/

  .kidaBtnWrap01 {
    position: relative;
    box-sizing: border-box;
    padding: 1px;
    height: auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .kidaBtnWrap01 a {
    display: block;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    transition-duration: 0.3s;
  }
  .kidaBtnWrap01 a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #222457;
    border-radius: 12vw;
    position: absolute;
    right: -3px;
    bottom: -3px;
    opacity: 1;
    transition-duration: 0.3s;
  }

  .kidaBtnWrap01 a:hover {
    margin-left: 0px;
    margin-top: 0px;
    transition-duration: 0.3s;
  }
  .kidaBtnWrap01 a:hover::before {
    right: -3px;
    bottom: -3px;
    opacity: 0;
    transition-duration: 0.3s;
  }

  .kidaBtnWrap01 a img {
    position: relative;
  }

  /*-----------------------*/

  .kids1280 {
    width: 88.888vw;
    margin-left: auto;
    margin-right: auto;
  }

  .kidsTopicsWrap01 h2{
    margin-top: 74px;
  }

  .kidsH201 {
    margin: auto auto -35px;
    width: 222px;
  }
  .kidsTopicsBox01 {
    background-image: url("../img/kids/kids_topics_bg01_sp.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    /*height: 43.888vw;*/
    padding: 54px 20px 60px;
  }
  .kidsFlex02 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  .kidsFlex02 .box01 {
    width: 100%;
    flex-shrink: 0;
  }
  .kidsFlex02 .box02 {
    text-align: left;
  }
  .text20_18_n {
    font-size: 18px;
    line-height: 1.8em;
  }
  .kidsFlex02 .box02 .p01 {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 15px
  }
  .kidsFlex02 .box02 .p02 {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 15px;
  }
  .kidsFlex02 .box02 .p03 {
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 15px;
  }
  .kidsBtn01 {
    text-align: center;
    margin-top: 40px;
  }

  /*--------------------*/

  .kidsCont01 {
    margin-top: 110px;
    background-image: url("../img/kids/kids_cont01_bg01_sp.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    padding: 50px 20px 70px;
  }
  .kidsH202_01 {
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0px;
  }
  .kidsH202_01 img {
    width: 100%;
    height: auto;
  }
  .text24_18_n {
    font-size: 18px;
    line-height: 1.8em;
  }
  .kidsDeco01_01 {
    width: 121px;
    position: absolute;
    left: -9px;
    top: auto;
    bottom: -50px;
  }
  .kidsDeco01_02 {
    width: 151px;
    position: absolute;
    right: 10px;
    bottom: -50px;
  }


  /*--------------------*/
  
  .contImgSp01 {
    margin-top: 40px;
  }

  .kidsCont02 {
    margin-top: 104px;
    background-image: url("../img/kids/kids_cont02_bg01_sp.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    padding: 95px 20px 60px;
  }
  .kidsH202_02 {
    width: 100%;
    position: absolute;
    top: -40px;
    left: 0px;
  }
  .kidsH202_02 img {
    width: 90%;
    height: auto;
  }
  .kidsDeco02_01 {
    width: 120px;
    position: absolute;
    left: -40px;
    bottom: auto;
    top: 46%;
  }
  .kidsDeco02_02 {
    width: 110px;
    position: absolute;
    right: -10px;
    top: 58%;
  }


  /*--------------------*/

  .kidsCont03 {
    margin-top: 110px;
    background-image: url("../img/kids/kids_cont03_bg01_sp.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: relative;
    padding: 60px 20px 64px;
  }
  .kidsH202_03 {
    width: 100%;
    position: absolute;
    top: -70px;
    left: 0px;
  }
  .kidsH202_03 img {
    width: 100%;
    height: auto;
  }
  .kidsDeco03_01 {
    width: 100px;
    position: absolute;
    left: -15px;
    top: 120px;
  }
  .kidsDeco03_02 {
    width: 160px;
    position: absolute;
    right: -25px;
    bottom: -80px;
  }

  .kidsFlex03 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 40px;
  }
  .kidsFlex03 li {
    width: 100%;
    text-align: left;
  }

  .kidsBtn03 {
    margin-top: 24px;
  }
  .kidsBtn03 .kidaBtnWrap01 {
    margin-left: 0px;
  }
  .kidsDl01 {
    margin-top: 16px;
    height: auto;
  }
  .kidsDl01 dt {
    font-size: 24px;
    line-height: 1.5em;
  }
  .kidaContWrap01 a {}
  .kidaContWrap01 a:link {	color: #CD99EE;	text-decoration: underline;}
  .kidaContWrap01 a:visited {	color: #CD99EE;	text-decoration: underline;}
  .kidaContWrap01 a:hover {	color:#CD99EE;	text-decoration: none;}
  .kidaContWrap01 a:active {	color:#CD99EE;	text-decoration: none;}

  /*---------------------------------*/

  #inline-wrap {
    background-image: url("../img/kids/modal_bg01_sp.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    box-sizing: border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 70px;
    position: relative;
  }
  .modalH301 {
    margin-bottom: 30px;
    margin-left: -10%;
    margin-right: -10%;
  }
  .modalImg01 {
    width: 63.958vw;
    margin: auto auto;
  }
  .modalBox01 {
    margin-top: 40px;
    background-color: #FBF5FF;
    border-radius: 15px;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }

  .modalBox01 .box01 {
    width: 100%;
  }

  .modalBox01 .box02 {
    position: relative;
    width: 100%;
    flex-shrink: 0;
  }
  .modalDeco01 {
    width: 100px;
    position: absolute;
    bottom: auto;
    top: -110px;
    left: auto;
    right: -30px;
  }

  .modalTit01 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
  }
  .modalTit01 .s01 {
    position: relative;
    display: inline-block;
    padding-right: 10px;
  }
  .modalTit01 .s01::after {
    content: "";
    background-image: url("../img/kids/modal_line_dot01.webp");
    background-repeat: repeat-x;
    background-position: left center;
    background-size: auto 100%;
    width: 100vw;
    height: 4px;
    position: absolute;
    right: -100vw;
    top: 50%;
    transform: translateY(-50%);
  }
  .modalUl01.text20_18_n {
    font-size: 16px;
    line-height: 2.0em;
  }
  .modalUl01 li::before {
    content: "";
    display: inline-block;
    background-image: url("../img/kids/modal_check01.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 7px;
  }

  .modalFlex01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 50px;
  }
  .modalFlex01 .box02 {
    width: 100%;
    flex-shrink: 0;
  }

  .modalFlex01 .box03 {
    width: 100%;
    flex-shrink: 0;
  }

  .modalH302 {
    margin-bottom: 16px;
  }
  .modalH302 .s01 {
    display: inline-block;
    background-image: url("../img/kids/modal_num_bg01.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 33px;
    height: 36px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.0em;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
    vertical-align: super;
  }
  .modalH302 .s02 {
    color: #CD99EE;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: bold;
  }
  #inline-wrap a {}
  #inline-wrap a:link {	color: #CD99EE;	text-decoration: underline;}
  #inline-wrap a:visited {	color: #CD99EE;	text-decoration: underline;}
  #inline-wrap a:hover {	color:#CD99EE;	text-decoration: none;}
  #inline-wrap a:active {	color:#CD99EE;	text-decoration: none;}

  .modalImg02 {
    display: none;
    width: 28.402vw;
    margin-top: 1.666vw;
  }

  button.mfp-close {
    width: 40px;
    height: 40px;
    line-height: 0px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 1;
    padding: 0px;
    background-image: url("../img/kids/modal_close01.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }




}


#vcbody-wrapper .kidsH202_03{
 position: inherit;
}

#vcbody-wrapper .mfp-hide{
  display: block!important;
}
.mfp-close {
  font-size: 0;
}
/* iPhoneでモーダル背景が途中で切れる対策 */
.mfp-bg {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}

.mfp-wrap {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

.mfp-container {
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
/*-----*/
.topMainNews01 {
  transition:
    transform 0.5s cubic-bezier(0.55, 0, 1, 0.45),
    opacity 0.3s ease;
  will-change: transform, opacity;
}

.topMainNews01.is-hide {
  transform: translateX(120vw);
  opacity: 0;
}
.modal-video {
  background-color: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
@media screen and (max-width:768px) {
  .headerMenuBg01 {
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 1;
    filter: none;
    -moz-opacity: 1;

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
}
rt {
  font-size: 0.694vw;
  line-height: 1;
	/*letter-spacing: -0.85vw*/
}
@media screen and (max-width:768px) {

rt {
  font-size: 7px;
}
}
/*キッズ演出*/
/* =====================
   kids main animation
===================== */

.kidsMainVisual01 {
  width: 52vw;
  max-width: none;
  margin: 0 auto 1vw;
  position: relative;
}

.kidaMainTit01 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.kidsMainCloud01 {
  display: block;
  animation: kidsMainPoyon01 0.9s ease-out 0.15s both;
}

.kidsMainCloud01 img {
  width: 100%;
  height: auto;
}

.kidsMainIllust {
  position: absolute;
  z-index: 3;
  opacity: 0;
  animation-name: kidsMainFadeIn01;
  animation-duration: 0.7s;
  animation-delay: 1.0s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

.kidsMainIllust img {
  width: 100%;
  height: auto;
  display: block;
}

/* 位置・サイズは画像に合わせて微調整 */
.kidsMainIllust01 {
  width: 11vw;
  /*max-width: 120px;*/
  left: -6%;
  top: 6%;
}

.kidsMainIllust02 {
  width: 11vw;
  /*max-width: 120px;*/
  left: -3%;
  bottom: 8%;
}

.kidsMainIllust03 {
  width: 12vw;
  /*max-width: 120px;*/
  right: -5%;
  top: 7%;
}

.kidsMainIllust04 {
  width: 17vw;
  /*max-width: 150px;*/
  right: -5vw;
  bottom: 0;
}

/* フェードイン後にそれぞれ別タイミングで上下に揺らす */
.kidsMainIllust01 img {
  animation: kidsMainYura01 2.4s ease-in-out 1.7s infinite;
}

.kidsMainIllust02 img {
  animation: kidsMainYura02 2.8s ease-in-out 1.9s infinite;
}

.kidsMainIllust03 img {
  animation: kidsMainYura03 2.6s ease-in-out 1.8s infinite;
}
/*
.kidsMainIllust04 img {
  animation: kidsMainYura04 3.0s ease-in-out 2.0s infinite;
}
*/
@keyframes kidsMainPoyon01 {
  0% {
    opacity: 0;
    transform: translateY(45px) scale(0.92);
  }
  60% {
    opacity: 1;
    transform: translateY(-8px) scale(1.04);
  }
  80% {
    transform: translateY(4px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes kidsMainFadeIn01 {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes kidsMainYura01 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.55vw);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes kidsMainYura02 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.65vw);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes kidsMainYura03 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.75vw);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes kidsMainYura04 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.5vw);
  }
  100% {
    transform: translateY(0);
  }
}



/* =====================
   kids title poyon
===================== */

.kidsPoyonTitle01 img {
  opacity: 0;
  transform: translateY(20px);
}

.kidsPoyonTitle01.is-show img {
  animation: kidsTitlePoyon01 0.8s ease-out both;
}

@keyframes kidsTitlePoyon01 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  45% {
    opacity: 1;
    transform: translateY(-14px);
  }
  65% {
    transform: translateY(5px);
  }
  82% {
    transform: translateY(-4px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =====================
   scroll slide in
===================== */
.js-slideIn {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.js-slideIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* =====================
   delay show
   遅れてパッと表示
===================== */
.js-delayShow {
  opacity: 0;
  visibility: hidden;
}

.js-delayShow.is-show {
  opacity: 1;
  visibility: visible;
}

/* =====================
   delay fade in
   遅れてふわっと表示
===================== */
.js-delayIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.js-delayIn.is-show {
  opacity: 1;
  transform: translateY(0);
}

.delay01 {
  transition-delay: 0.2s;
}

.delay02 {
  transition-delay: 0.4s;
}

.delay03 {
  transition-delay: 0.6s;
}

/* =====================
   fade in
   遅れてふわっと表示
===================== */
.js-fadeIn {
  opacity: 0;
  transition: opacity 0.5s ease;
  will-change: opacity;
}

.js-fadeIn.is-show {
  opacity: 1;
}

/* =====================
   fade in + yurayura
===================== */
.js-fadeIn.is-show.js-yurayura {
  animation-name: yurayura;
  animation-duration: 2.4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* =====================
   deco yurayura
===================== */
@keyframes decoYurayura {
  0% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateY(-4px);
  }
}

.js-fadeIn.is-show.js-decoYurayura {
  animation-name: decoYurayura;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

/* クラス名はそのまま、揺れのスピード違いとして使う */
.js-fadeIn.is-show.js-decoYurayura.yuraTiming01 {
  animation-duration: 2.4s;
}

.js-fadeIn.is-show.js-decoYurayura.yuraTiming02 {
  animation-duration: 3.2s;
}

@media screen and (max-width:768px) {

  .kidaMainBlock01 {
    padding: 55px 20px;
    overflow: visible;
  }

  .kidsMainVisual01 {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
    transform: none;
  }

  .kidaMainTit01 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }

  .kidsMainCloud01 {
    display: block;
    width: 100%;
    overflow: visible;
    animation: kidsMainPoyonSp01 0.9s ease-out 0.15s both !important;
  }

  .kidsMainCloud01 img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .kidsFlex01 {
    padding: 0;
  }

  @keyframes kidsMainPoyonSp01 {
    0% {
      opacity: 0;
      transform: translateY(45px);
    }
    55% {
      opacity: 1;
      transform: translateY(-10px);
    }
    75% {
      transform: translateY(5px);
    }
    90% {
      transform: translateY(-3px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

}

/* メインビジュアル PC/SP画像切り替え補正 */
.kidsMainCloud01 img.pcBr,.kidsMainVisual01 img.pcBr {
  display: block;
}

.kidsMainCloud01 img.spBr,.kidsMainVisual01 img.spBr {
  display: none;
}

@media screen and (max-width:768px) {
  .kidsMainCloud01 img.pcBr,.kidsMainVisual01 img.pcBr {
    display: none !important;
  }

  .kidsMainCloud01 img.spBr,.kidsMainVisual01 img.spBr {
    display: block !important;
  }
}

/* メインビジュアル イラスト SP調整 */
@media screen and (max-width:768px) {

  .kidsMainIllust01 {
    width: 20vw;
    max-width: none;
    left: 1%;
    top: 10%;
  }

  .kidsMainIllust02 {
    width: 25vw;
    max-width: none;
    left: 5%;
    bottom: 9%;
  }

  .kidsMainIllust03 {
    width: 20vw;
    max-width: none;
    right: 1%;
    top: 16%;
  }

  .kidsMainIllust04 {
    width: 34vw;
    max-width: none;
    right: -4%;
    bottom: -14%;
  }

}
@media screen and (max-width:768px) {

  .kidsMainVisual01 {
    position: relative;
    z-index: 1;
  }

  .kidsMainIllust {
    z-index: 2;

  }

  .kidsFlex01 {
    position: relative;
    z-index: 10;
  }

}
#vcbody-wrapper img{
  opacity: 1!important;
}