@charset "utf-8";
/* CSS Document */

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
img{
	vertical-align: bottom;
}
a img {
  border: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
	text-decoration:none;
}
a:hover{
  opacity: 0.8;
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
hr{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:solid 1px #CCC;
}

.pc_none{
	display:none !important;
}
.flex{
	display:flex;
}
.flex_wrap{
	flex-wrap: wrap;
}
.flex_between {
	justify-content: space-between;
}
.flex_around {
	justify-content: space-around;
}
.flex_end {
  align-items: flex-end;
}
.flex_center{
  justify-content: center;
}

.fb{
	font-weight:bold;
}

.aligncenter{ text-align:center !important;}
.alignleft{ text-align:left !important;}
.alignright{ text-align:right !important;}

.mt00{margin-top:0 !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}
.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}
.mt50{margin-top:50px !important;}
.mt55{margin-top:55px !important;}
.mt60{margin-top:60px !important;}
.mt65{margin-top:65px !important;}
.mt70{margin-top:70px !important;}

.mb00{margin-bottom:0 !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}

.mr00{margin-right:0 !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}
.mr50{margin-right:50px !important;}
.mr55{margin-right:55px !important;}
.mr60{margin-right:60px !important;}
.mr65{margin-right:65px !important;}
.mr70{margin-right:70px !important;}

* img{
  max-width: 100%;
}


.wrap{
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.44;
}

.top{
  background-color: #DAF5FF;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
  padding: 10px 50px 100px;
}

.logo{
  padding: 0 0 30px;
}
.main_ttl{
  text-align: center;
  padding: 80px 0;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
}
.block{
  padding: 120px 50px;
  clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);
  width: 100%;
}
.block .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.block .ttl{
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.block .ttl::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  word-break: break-all;
  width: 312px;
  height: 280px;
  background-image: url("../images/ttl_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.block6 .ttl::before{
  width: 573px;
  height: 467px;
  background-image: url("../images/ttl_bg2.svg");
}
.block h2{
  font-size: 53px;
  font-weight: 800;
  color: #00284A;
  position: relative;
  z-index: 2;
}

.block p{
  font-size: 24px;
  font-weight: 700;
  color: #00284A;
  margin-top: 100px;
  text-align: center;
  line-height: 1.8;
}
.block .img{
  margin-top: 60px;
  max-width: 100%;
}
.block + .block{
  clip-path: polygon(0 70px, 100% 0, 100% 100%, 0 100%);
  margin-top: -70px;
}
.block1{
  background-color: #FFDADA;
  background-image: url("../images/section1_bg.svg");
  background-repeat: no-repeat;
  background-position: top 300px center;
}
.block2{
  background-color: #DAF5FF;
  background-image: url("../images/section2_bg.svg");
  background-repeat: no-repeat;
  background-position: top 300px center;
}
.block2 .img2{
  width: fit-content;
  margin: 60px auto 0;
}
.block2 .img2 p{
  font-size: 17px;
  width: fit-content;
  padding: 0 40px;
  position: relative;
  margin: 0 auto 10px;
}
.slanted::before,
.slanted::after{
  content: "";
  position: absolute;
  top: 50%;                        /* テキストの中央に合わせる */
  width: 30px;                     /* 線の長さ */
  height: 2px;                     /* 線の太さ */
  background: #00284A;                /* 線の色 */
  transform-origin: center;
  transform: translateY(-50%);     /* top:50% を真ん中基準に */
}

/* 左の線 */
.slanted::before{
  left: 0;                       /* テキストとの距離調整 */
  transform: translateY(-50%) rotate(40deg); /* 角度調整 */
}

/* 右の線 */
.slanted::after{
  right: 0;
  transform: translateY(-50%) rotate(-40deg);
}

.block3{
  background-color: #E3FFDA;
  background-image: url("../images/section3_bg.svg");
  background-repeat: no-repeat;
  background-position: top 300px center;
}

.block4{
  background-color: #FFDADA;
  background-image: url("../images/section4_bg.svg");
  background-repeat: no-repeat;
  background-position: top 300px center;
}

.block5{
  background-color: #DAF5FF;
  background-image: url("../images/section5_bg.svg");
  background-repeat: no-repeat;
  background-position: top 300px center;
}

.block6{
  background-color: #E3FFDA;
  background-image: url("../images/section6_bg.svg");
  background-repeat: no-repeat;
  background-position: top 300px center;
}

.movie_wrap{
  position: relative;
  aspect-ratio: 16 / 9;
  width: 800px;
  margin: 60px auto 0;
}
.movie_wrap iframe{
  position: absolute;
  width: 100%;
  height: 100%;
}
.footer_logo{
  text-align: center;
  padding: 60px 20px 20px;
}
.copyright{
  background-color: #00284A;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

@media print, screen and (max-width: 1200px){
  
  
}

@media print, screen and (max-width: 768px){
  .pc_none{
  	display:block !important;
  }
  .top{
    padding: 10px 30px 100px;
  }
  .logo{
    max-width: 50%;
  }
  .main_ttl{
    padding: 50px 30px;
  }
  
  .block{
    padding: 120px 30px;
  }
  
  .block h2{
    font-size: 30px;
  }
  .block .ttl::before{
    width: 184px;
    height: 165px;
  }
  
  .block p{
    font-size: 15px;
    margin-top: 30px;
  }
  
  .movie_wrap{
    max-width: 100%;
  }
  
  .block1,
  .block2,
  .block3,
  .block4,
  .block5,
  .block6{
    background-position: top 200px center;
    background-size: 160% auto;
  }

  .block2 .img2 p{
    font-size: 14px;
  }
}
