@charset "UTF-8";

/* ベーススタイル ------------------------------------- */

body{
	font-family: 'Noto Sans JP', sans-serif;
	color: #3E3A39;
	font-size: 20px;
  margin: 0;
}

.wrap{
	margin: 0 auto;
	width: 100%;
}

p{
  margin: 0;
}

.inner{
	width: 90%;
	margin: 0 auto;
	max-width: 1200px;
}

img{
  width: 100%;
}

.view_pc{
	display: block;
}
.view_sp{
	display: none;
}

/*SP版 768px以下スタイル*/
@media screen and (max-width:768px){
	body{
		font-size: 16px;
	}
	.inner{
		width: 90%;
    max-width: 450px;
	}
	
	.view_pc{
		display: none;
	}
	.view_sp{
		display: block;
	}
	
}

/* 共通スタイル ------------------------------------- */

h2{
  background-color: #00419A;
  color: #fff;
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 15px;
}
.contents,
.contents1,
.contents2,
.contents3,
.contents4,
.contents5,
.contents6{
  background: #D5FAD8;
}
.contents_txt{
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
}
.contents_caption{
 font-size: 25px;
 font-weight: bold;
}
.txt_right{
  text-align: right;
}
.txt_center{
  text-align: center;
}
@media screen and (max-width:1200px){
  h2{
    font-size: 4vw;
  }
  .contents_caption{
 font-size: 2.5vw;
}
}
/*SP版 768px以下スタイル*/
@media screen and (max-width:768px){
  h2{
    font-size: 26px;
    padding: 18px;
  }
  .contents_txt{
  font-size: 16px;
  line-height: 1.8;
  }
  .contents_caption{
    font-size: 18px;
    font-weight:bold;
    text-align: center;
  }
}
.cmn_link_btn{
	display: block;
	margin: 0 auto;
	padding: 7px 0 15px 0;
	max-width: 570px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	border: 2px solid #016409;
	border-radius: 14px;
	background-color: #016409;
	transition: 0.4s;
  text-decoration: none;
  position: relative;
}
.cmn_link_btn::after{
    content: "";
    width: 15px;
    height: 15px;
    border-right: 2px solid;
    border-top: 2px solid ;
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top:23px;
    right: 5%;
}
.cmn_link_btn:hover{
	color: #016409;
	background-color: #fff;
}
/*SP版 768px以下スタイル*/
@media screen and (max-width:768px){
  .cmn_link_btn{
    font-size: 22px;
    padding: 0 0 30px 0;
  }
  .cmn_link_btn::after{
    width: 10px;
    height: 10px;
    top:40px;
    right: 50%;
  }
}

/* マンガ共通 ------------------------------------- */
.comic_flex{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  overflow: hidden;
}
.comic_mr_t{
  margin-top: 1.5%;
}
@media screen and (max-width:768px){
.comic_flex div:nth-child(odd){
  margin-left: 0.5%;
}
.comic_flex div:nth-child(2n){
  margin-right: 0.5%;
}
.comic_mr_t{
  margin-top: 2%;
}
}

/* mv ------------------------------------- */
.mv{
  background: url("../img/mv_bg_pc.png") no-repeat;
  background-size: cover;
}
.mv_pc_box{
  height: 700px;
  max-width: 1250px;
  position: relative;
  margin: 0 auto;
}
h1{
  margin: 0 auto;
  line-height: 0;
}
.mv_pc{
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.subtit_pc{
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 10px #100707B9;
  font-size: clamp(20px, 2.8vw, 35px);
  line-height: 1.8;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.mv_sp{
  display: none;
}
.subtit_sp{
  display: none;
}
.mv_sp_img{
  display: none;
}
@media screen and (max-width:1250px){
  .mv_pc_box{
    height: auto;
    width: 100%;
  }
  .mv_pc{
    position: static;
    transform: none;
    width: 95%;
  }
}
/*SP版 768px以下スタイル*/
@media screen and (max-width:768px){
  .mv{
    background: url("../img/mv_bg_sp.png") no-repeat;
    background-size: cover;
  }
  .mv_pc_box{
    height: auto;
    width: 100%;
  }
  .mv_pc{
		display: none;
	}
  .subtit_pc{
    display: none;
  }
  .mv_sp{
    display: block;
  }
  .subtit_sp{
  color: #fff;
  display: block;
  font-weight: bold;
  text-shadow: 0px 0px 10px #100707B9;
  font-size: 5vw;
  text-align: center;
  margin-bottom: 2%;
  }
	.mv_sp_img{
		display: block;
    width: 88%;
    margin: 0 auto;
	}
}

/* section1 ------------------------------------- */
.section1{
  padding-top: 5%;
}
.contents1_inner{
  margin-top: 50px;
  padding-bottom: 50px;
}
.contents1_flex{
  display: flex;
  justify-content: space-between;
}
.contents1_txt{
  width: 50%;
  margin-right: 2.5%;
}
.contents1_btn{
  margin-top: 25px;
}
@media screen and (max-width:1200px){
.contents1_txt{
  width: 70%;
}
}
@media screen and (max-width:900px){
  .contents1_flex{
  display: block;
  margin: 0 auto;
  }
  .contents1_txt{
  width: 100%;
  margin-right: 0;
}
.sect1_img01{
  display: block;
  margin: 25px auto 5px auto;
  width: 70%;
}
}
@media screen and (max-width:768px){
.contents1_inner{
  margin-top: 25px;
  padding-bottom: 20px;
}
.contents1_txt{
  width: auto;
  margin-right: 0;
}
.sect1_img01{
  display: block;
  margin: 25px auto 5px auto;
  width: 85%;
}
.contents1_btn{
  margin-top: 30px;
}
.comic05_sp{
  margin-bottom: 12px;
}
}


/* section2 ------------------------------------- */
.section2{
  padding-top: 2.5%;
 }
.comic07_pc{
  margin-left: 1.5%;
}
.comic09_pc{
  margin: 1% auto 3% auto;
  width: 1268px;
  transform: translateX(34px);
}
.contents2_inner{
  margin-top: 50px;
  padding-bottom: 50px;
}
.csr_flex_pc{
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
 }
 .sect2_img01,
 .sect2_img02,
 .sect2_img03{
  width: 31%;
  display: block;
 }
.staff_flex_pc{
  display: flex;
  margin-top: 25px;
  justify-content: space-between;
}
.man_01,
.man_02,
.man_03{
 width: 31%;
}
 .contents2_btn{
  margin-top: 50px;
}
.balloon{
  background-color:#EFFDF0;
  position: relative;
  text-align: center;
  font-size: 26px;
  border-radius: 27px;
  padding: 43px 15px;
  margin-bottom:20px;
}
.balloon_2{
  background-color:#EFFDF0;
  position: relative;
  text-align: center;
  font-size: 26px;
  border-radius: 27px;
  padding: 23px 21px;
  margin-bottom:20px;
}
 .balloon::after{
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #EFFDF0;
 }
  .balloon_2::after{
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #EFFDF0;
 }

@media screen and (max-width:1325px){
.comic09_pc{
  width: 95%;
  transform: translateX(2.5%);
}
}
@media screen and (max-width:1200px){
  .balloon,
 .balloon_2{
  font-size: 2vw;
 }
 .balloon{
  padding: 11% 15px;
 }
 .balloon_2{
  padding: 6% 21px;
 }
}
@media screen and (max-width:900px){
 .csr_flex_pc,
 .staff_flex_pc{
  margin-top: 25px;
  display: block;
 }
 .sect2_img01,
 .sect2_img02,
 .sect2_img03{
  width: 45%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
 }
 .sect2_img02,
 .sect2_img03{
  margin-top: 2%;
 }
 .man_01,
 .man_02,
 .man_03{
  width: 45%;
   max-width: 450px;
   margin: 0 auto;
 }
 .man_02,
 .man_03{
  margin-top: 5%;
 }
  .balloon{
  padding: 5% 15px;
 }
 .balloon_2{
  padding: 5% 21px;
 }
}

@media screen and (max-width:768px){
 .comic06_02_sp{
  margin-top: -5%;
 }
 .comic07_sp{
  width: 80%;
  display: block;
  margin-right: auto;
  margin-left: auto;
 }
 .comic08_02_sp{
  margin-top: -2%;
 }
 .comic09_02_sp{
  margin-top: -2%;
 }
 .contents2_inner{
  margin-top: 25px;
  padding-bottom: 20px;
 }
 .csr_flex_pc,
 .staff_flex_pc{
  margin-top: 25px;
  display: block;
 }
 .sect2_img01,
 .sect2_img02,
 .sect2_img03{
  width: 76%;
  margin: 0 auto;
  display: block;
 }
 .sect2_img02,
 .sect2_img03{
  margin-top: 5%;
 }
 .contents2_btn{
  margin-top: 25px;
 }
 .balloon,
 .balloon_2{
  font-size: 18px;
  border-radius: 27px;
  padding: 15px 25px;
  margin-bottom:20px;
 }
 .balloon::after{
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #EFFDF0;
 }
  .balloon_2::after{
  content: "";
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #EFFDF0;
 }
 .sect2_man01,
 .sect2_man02,
 .sect2_man03{
  display: block;
  width: 90%;
  margin: 0 auto 2%;
 }
 .man_01,
 .man_02,
 .man_03{
  width: auto;
 }
 .man_02,
 .man_03{
  margin-top: 10%;
 }
}

/* section3 ------------------------------------- */
.section3{
  padding-top: 2.5%;
}

.comic13_14_pc{
  display: block;
  margin: -12% 0 5% 0;
}
.comic13_pc{
  margin-left: 1.5%;
  margin-top: 9%;
}
.comic14_pc{
  margin: 0 0 0 0;
}
.contents3_inner{
  margin-top: 30px;
  padding-bottom: 30px;
}
.contents3_flex_pc{
  display: flex;
  justify-content: space-between;
}
.contents3_txtbox{
  width: 48%;
}
.sect3_img01{
  width: 35%;
  padding-left: 9%;
  margin: auto;
}
.contents_name{
  font-weight: bold;
  font-size: 26px;
  margin-top: 2%;
}

@media screen and (max-width:900px){
  .contents3_flex_pc{
    display: block;
  }
  .contents3_txtbox{
  width: 100%;
  padding-left: 0;
  }
  .sect3_img01{
    width: 35%;
    padding-left: 0%;
    margin: auto;
    display: block;
  }
}

@media screen and (max-width:768px){
  .section3{
    padding-top: 4%;
  }
  .comic14_02_sp{
    margin-bottom: 5%;
  }
  .sect3_img01{
    width: 80%;
    margin-top: 10px;
  }
  .contents_name{
    font-size: 18px;
    margin-top: 2%;
  }
  .contents3_inner{
    margin-top: 5px;
    padding-bottom: 20px;
  }

}

/* section4 ------------------------------------- */
.section4{
  padding-top: 3%;
}
.comic15_pc{
  margin-left: 1.5%;
}
.comic16_pc{
  margin-top: -3%;
}
.comic17_pc{
  margin-bottom: 5%;
}
.contents4_inner1{
  margin-top: 30px;
}
.contents4_flex_pc{
  display: flex;
  justify-content: space-between;
}
.contents4_txtbox{
  width: 48%;
}
.sect4_img01{
  width: 35%;
  padding-left: 6%;
  margin: auto;
}
.contents4_btn{
  margin-top: 50px;
}
.contents4_inner2{
  margin-top: 45px;
  padding-bottom: 30px;
}
@media screen and (max-width:900px){
  .contents4_flex_pc{
    display: block;
  }
  .contents4_txtbox{
  width: 100%;
  padding-left: 0;
  }
  .sect4_img01{
    width: 35%;
    padding-left: 0%;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width:768px){
  .section4{
    padding-top: 4%;
  }
  .comic16_sp{
    display: block;
    margin-top: -2.5%;
  }
  .comic17_sp{
    margin-bottom: 4%;
  }
  .contents4_inner1{
    margin-top: 25px;
  }
  .contents4_inner2{
    margin-top: 0px;
    padding-bottom: 25px;
  }
  .contents4_btn{
    margin-top: 25px;
  }
  .sect4_img01{
    width: 80%;
    margin-top: 10px;
    margin-left: 5%;
  }
}

/* section5 ------------------------------------- */
.comic19_pc,
.comic24_pc,
.comic26_pc{
  margin-left: 1.5%;
}
.comic25_pc{
  margin-top: -1.5%;
}
.comic26_27_pc{
  margin: 0 auto 0 auto;
  width: 1248px;
  transform: translateX(24px);
}
.comic27_pc{
  margin-top: 2%;
}
.comic28_pc{
  margin-top: -1.7%;
}
.contents5_inner{
  margin-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width:1325px){
.comic26_27_pc{
  width: 93.5%;
  transform: translateX(1.8%);
}
}
@media screen and (max-width:768px){
    .section5{
    padding-top: 4%;
  }
  .comic21_sp{
    display: block;
    width: 55%;
    margin: 0 auto;
  }
  .comic24_sp{
    display: block;
    width: 49%;
    margin: 0 auto;
  }
  .comic26_sp{
    display: block;
    margin-top: -4%;
  }
  .comic27_sp{
    display: block;
    width: 75%;
    margin: 2% auto 0;
  }
  .contents5_inner{
    margin-top: 25px;
    padding-bottom: 25px;
  }
}

/* section6 ------------------------------------- */
.section6{
  padding-top: 3%;
}
.comic33_34_pc{
  margin: 0 auto 0 auto;
  width: 1232px;
  transform: translateX(16px);
}
.comic33_pc,
.comic35_pc{
  margin-left: 1.5%;
}
.contents6_flex_pc{
  display: flex;
  justify-content: space-between;
}
.sect6_img01_pc{
  display: block;
  width: 30%;
  margin-top: -10%;
}
.sect6_img01_sp{
  display: none;
}
.contents6_btn_box{
  width: 80%;
  margin-top: 5%;
  margin-left: 20px;
}
.contents6_btn2{
  margin-top: 5%;
}
.contents6{
  margin-top: 2%;
}
@media screen and (max-width:1325px){
.comic33_34_pc{
  width: 92%;
  transform: translateX(1%);
}
}
@media screen and (max-width:1200px){
  .sect6_img01_pc{
    display: block;
    width: 30%;
    margin-top: -5%;
  }
}
@media screen and (max-width:768px){
  .section6{
    padding-top: 4%;
  }
  .comic35_sp{
    display: block;
    width: 80%;
    margin: -3% auto 0;
  }
  .section6_flex{
    display: flex;
    flex-direction: row-reverse;
    padding: 0 0 0 5%;
    margin: 0 auto;
    max-width: 480px;
    overflow: hidden;
  }
  .comic33_sp{
    margin-left: 2%;
  }
  .comic37_sp{
    display: block;
    margin: -1% auto 5% auto;
  }
  .contents6_inner{
    margin-top: 25px;
  }
  .contents6_btn2{
    margin-top: 20px;
  }
  .sect6_img01_sp{
    display: block;
    margin: 12px auto 0 auto;
    width: 70%;
  }
  .sect6_img01_pc{
  display: none;
  }
  .contents6_btn_box{
  width: 100%;
  margin-top: 5%;
  margin-left: 0px;
}
}

@media screen and (max-width:450px){
    .section6_flex{
    display: flex;
    flex-direction: row-reverse;
    padding: 0 0 0 5%;
    max-width: 450px;
  }
}

/* アニメーション設定 ------------------------------------- */

/* スクロールしたら下から表示 */
.scroll_popup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s;
	animation-delay: 0.1;
}

.fadeIn{
    opacity: 1;
    transform: translateY(0);
}

/*スクロールしたら遅れて下から表示*/
.scroll_popup_slow{
	opacity: 0;
	transform: translateY(10px);
	transition-delay: 0.5s;
	transition-duration: 1s;
}
.fadeslowIn{
    opacity: 1;
    transform: translateY(0);
}


/* スクロールしたら横から表示 */
.scroll_slide_left{
	opacity: 0;
	transform: translateX(-100px);
	transition: all 0.5s;
}
.scroll_slide_right{
	opacity: 0;
	transform: translateX(100px);
	transition: all 0.5s;
}
.slideIn{
	opacity: 1;
	transform: translateX(0);
}
