@charset "utf-8";
/* CSS Document */
html {
    min-width: 1180px;
    font-feature-settings: "palt" 1;
}
body,
body * {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family:-apple-system,BlinkMacSystemFont,"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
    box-sizing: border-box;
}
body,
header,
nav,
footer {
	width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
/*ヘッダー*/
header {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #002978;
    z-index: 5000;
    transition: all 0.6s;
}
header img {
    max-width: initial;
}
header.UpMove {
    top: -100%;
}
header h1 {
    text-align: center;
    padding: 22px 10px 7px;
}
header #menu_btn a {
    display: flex;
    padding: 0 0 0 72px;
    position: absolute;
    top: 35px;
    bottom: 0;
    left: calc(50% + 466px);
    height: 24px;
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
header #menu_btn a:before,
header #menu_btn a:after {
    content: "";
    display: block;
    width: 62px;
    position: absolute;
    left: 0;
    top: -3px;
    bottom: 0;
    margin: auto;
}
header #menu_btn a:before {
    height: 20px;
    border-top: 2px solid #D3D4D3;
    border-bottom: 2px solid #D3D4D3;
}
header #menu_btn a:after {
    background-color: #D3D4D3;
    height: 2px;
}
header #menu_btn a img {
    width: 50px;
    height: auto;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    height: 60%;
    z-index: 9999;
    transform: rotateX(90deg);
    transition: all 0.6s;
}
nav.active {
    transform: rotateX(0);
}
.nav_bg {
    display: none;
}
nav.active + .nav_bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #9FA0A0;
    mix-blend-mode: multiply;
    z-index: 5000;
}
nav #nav_cnt {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #002978;
    padding: 82px 132px 85px 170px;
    box-sizing: border-box;
    overflow: auto;
    gap: 60px;
}
nav #nav_cnt .nav_list {
}
nav #nav_cnt .nav_list p {
    margin: 0 0 27px;
}
nav #nav_cnt .nav_list ul {
    list-style: none;
}
nav #nav_cnt .nav_list ul li {
    margin: 0 0 15px;
}
nav #nav_cnt .nav_list ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 1px;
}
nav #nav_cnt .nav_list ul li a:hover {
    opacity: 0.5;
}
nav #close_btn {
    position: absolute;
    right: 71px;
    bottom: 37px;
}
nav #close_btn a {
    display: block;
    padding: 27px 98px 20px 0;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 22px;
}
nav #close_btn a:before,
nav #close_btn a:after {
    content: "";
    display: block;
    width: 82px;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
nav #close_btn a:before {
    transform: rotate(45deg);
}
nav #close_btn a:after {
    transform: rotate(135deg);
}
#main_visual {
    background: url("../images/main_bg.png") center bottom/contain repeat-x;
    min-height: 810px;
    position: relative;
    padding: 70px 0 0;
}
#main_visual .main_img {
    text-align: center;
    position: relative;
    z-index: 5;
    padding: 0 0 0 32px;
}
#main_visual img {
    max-width: 984px;
}
#main_visual .sub_txt01,
#main_visual .sub_txt02 {
    background-color: #002978;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1.5px;
    padding: 2px 26px 0;
    position: absolute;
    left: 0;
    right: 0;
}
#main_visual .sub_txt01 {
    text-align: right;
    margin: 0 0 10px;
    margin-right: calc(50% + 98px);
    bottom: 218px;
    letter-spacing: 4.5px;
}
#main_visual .sub_txt02 {
    margin-left: calc(50% - 494px);
    bottom: 168px;
    letter-spacing: 4px;
}
#cnt01 {
    background-color: rgba(242,156,159,0.25);
    padding: 150px 0 180px;
    text-align: center;
}
#cnt01 p{
	line-height: 0;
}
#cnt01 p:first-child img {
    max-width: 1088px;
    height: auto;
}
#cnt01 p:first-child{
	margin-bottom: 175px;
}
#cnt01 p:nth-child(2) img {
    max-width: 1050px;
    height: auto;
}
#cnt01_01{
	background-color: rgba(232,70,90,0.4);
    padding: 144px 0 159px;
}
#cnt01_01 > div{
	display: flex;
	max-width: 1000px;
	width: 100%;
	margin: auto;
	justify-content: space-between;
}
#cnt01_01 .text_cnt{
	max-width: 500px;
	width: 100%;	
}
#cnt01_01 .text_cnt > p:first-child {
	margin: 18px 0 52px;
}
#cnt01_01 .text_cnt > p:first-child img{
	max-width: 500px;
	width: 100%;
}
#cnt01_01 .text_cnt > p:nth-child(2) img{
	max-width: 500px;
	width: 100%;
	transform: scale(1.188);
}
#cnt01_01 .text_cnt ul{
	list-style: none;
    margin-top: 20px;
    padding-left: 2px;
}
#cnt01_01 .text_cnt ul li{
	position: relative;
	padding-left: 40px;
    font-size: 1.8125rem;
    font-weight: 700;
    letter-spacing: 5px;
	margin-bottom: 19px;
}
#cnt01_01 .text_cnt ul li span{
	color: #e8465a;
	font-weight: 700;	
}
#cnt01_01 .text_cnt ul li::before{
	position: absolute;
	content:"";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #e8465a;
	top:8px;
	left:0;
}
#cnt01_01 .youtube_short{
	max-width: fit-content;
}
#cnt01_01 .youtube_short iframe{
	border-radius: 7px;
    overflow: hidden;
}
#cnt01_01 > p{
	max-width: 800px;
	margin: 72px auto 0;
}
#cnt01_01 > p a{
	display: block;
	line-height: 1;
}
#cnt02 {
    padding: 167px 36px 0 0;
}
#cnt02 p {
    line-height: 0;
    text-align: center;
}
#cnt02 p img {
    max-width: 1000px;
    height: auto;
}
#cnt03 {
    background-color: #BFC4CE;
    padding: 89px 0 95px;
    position: relative;
}
#cnt03::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 60px 0 60px;
    border-color: #bfc4ce transparent transparent transparent;
}
#cnt03 h2 {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #002978;
    color: #FFFFFF;
    text-align: center;
    font-size: 25px;
    letter-spacing: 5px;
    padding: 5px;
    max-width: 338px;
}
#cnt03 h2::before,
#cnt03 h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
#cnt03 h2::before {
    border-width: 0 50px 50px 0;
    border-color: transparent #002878 transparent transparent;
    left: -50px;
}
#cnt03 h2::after {
    border-width: 50px 50px 0 0;
    border-color: #002878 transparent transparent transparent;
    right: -50px;
}
#cnt03 .cnt_img {
    text-align: center;
}
#cnt03 .cnt_img img {
    max-width: 996px;
}
#cnt03 .cnt_list {
    list-style: none;
}
#cnt03 .cnt_list li {
    position: absolute;
    transform: scale(0);
    transform-origin: center top;
    transition: all 1s;
}
#cnt03 .cnt_list li.is-inview {
    transform: scale(1);
}
#cnt03 .cnt_list li.list01 {
    top: 372px;
    left: calc(50% - 503px);
}
#cnt03 .cnt_list li.list02 {
    top: 309px;
    right: calc(50% - 529px);
    transition-delay: 0.6s;
}
#cnt03 .box_cnt {
    background-color: #FFFFFF;
    max-width: 1000px;
    margin: -18px auto 0;
}
#cnt03 .box_cnt p {
    text-align: center;
    padding: 24px 32px 20px 10px;
}
#cnt03 .box_cnt .cnt_ttl {
    background-color: #002978;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.5px;
    padding: 16px 10px 12px;
}
#cnt03 .box_cnt .cnt_ttl span {
    font-size: 30px;
    letter-spacing: 1px;
    margin-left: 8px;
}
#cnt04 {
    background: url("../images/bg_img.png") bottom center/cover no-repeat;
}
#cnt04 .cnt_ttl {
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 104px 14px 57px 0;
}
#cnt04 .cnt_ttl img {
    max-width: 908px;
}
#cnt04 .cnt_img {
    text-align: center;
    padding: 83px 0 30px;
}
#cnt04 .cnt_img img {
    max-width: 1006px;
}
#cnt05_01 {
    background-color: rgba(122,198,201,0.25);
    margin: 0 0 20px;
    padding: 100px 0 93px;
}
#cnt05_01 h2 {
    width: 1000px;
    padding: 10px 504px 40px 0;
    background: url("../images/cnt05_01_img01.svg") right top/420px no-repeat;
    margin: 0 auto 40px;
}
#cnt05_01 ul {
    display: flex;
    align-items: baseline;
    list-style: none;
    gap: 8px;
    justify-content: center;
}
#cnt05_01 ul li {
    width: 496px;
}
#cnt05_02 {
    background-color: rgba(242,156,159,0.25);
    margin: 0 0 20px;
    padding: 100px 0 91px;
}
#cnt05_02 h2 {
    width: 1000px;
    padding: 10px 507px 0 0;
    margin: 0 auto 75px;
    position: relative;
}
#cnt05_02 h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/cnt05_02_img01.svg") right top/contain no-repeat;
    width: 426px;
    height: 599px;
}
#cnt05_02 p {
    width: 1000px;
    margin: 0 auto;
}
#cnt05_03 {
    background-color: rgba(196,168,216,0.25);
    padding: 100px 0 95px;
}
#cnt05_03 h2 {
    width: 1000px;
    padding: 10px 507px 0 0;
    margin: 0 auto 97px;
    position: relative;
}
#cnt05_03 h2::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -6px;
    background: url("../images/cnt05_03_img01.svg") right top/contain no-repeat;
    width: 428px;
    height: 436px;
}
#cnt05_03 p {
    width: 1000px;
    margin: 0 auto;
}
#cnt06 {
    position: relative;
    padding: 147px 0 107px;
}
#cnt06::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 90px 0 90px;
    border-color: #002878 transparent transparent transparent;
}
#cnt06 h2 {
    width: 1000px;
    margin: 0 auto;
    padding: 0 206px 196px 202px;
    text-align: center;
    position: relative;
}
#cnt06 h2::before,
#cnt06 h2::after,
#cnt06 h2 span::before,
#cnt06 h2 span::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 1s;
    transform: scale(0);
    transform-origin: center top;
}
#cnt06 h2.is-inview::before,
#cnt06 h2.is-inview::after,
#cnt06 h2.is-inview span::before,
#cnt06 h2.is-inview span::after {
    transform: scale(1);
}
#cnt06 h2::before {
    background: url("../images/cnt06_comment01.svg") left top/contain no-repeat;
    width: 228px;
    height: 192px;
    top: 67px;
    left: -5px;
}
#cnt06 h2::after {
    background: url("../images/cnt06_comment02.svg") left top/contain no-repeat;
    width: 426px;
    height: 160px;
    top: 283px;
    left: 0;
    transition-delay: 0.6s;
}
#cnt06 h2 span::before {
    background: url("../images/cnt06_comment03.svg") left top/contain no-repeat;
    width: 235px;
    height: 226px;
    top: 43px;
    right: -3px;
    transition-delay: 1.2s;
}
#cnt06 h2 span::after {
    background: url("../images/cnt06_comment04.svg") left top/contain no-repeat;
    width: 520px;
    height: 162px;
    top: 280px;
    right: -17px;
    transition-delay: 1.8s;
}
#cnt07 {
    background: #3c94b2;
    background: -moz-linear-gradient(left,  #3c94b2 1%, #002978 100%);
    background: -webkit-linear-gradient(left,  #3c94b2 1%,#002978 100%);
    background: linear-gradient(to right,  #3c94b2 1%,#002978 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c94b2', endColorstr='#002978',GradientType=1 );
    padding: 50px 0 10px;
}
#cnt07 p {
    border-bottom: 12px solid #FFFFFF;
    padding: 0 277px 44px 0;
    position: relative;
    text-align: center;
}
#cnt07 p::after {
    content: "";
    display: block;
    width: 278px;
    height: 262px;
    background: url("../images/cnt07_img.png") right bottom no-repeat;
    position: absolute;
    z-index: 1;
    bottom: -12px;
    left: 729px;
    right: 0;
    margin: auto;
}
#cnt08 {
    padding: 96px 0 217px;
    text-align: center;
}
#cnt08 .cnt_txt {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #E8465A;
}
#cnt08 .cnt_txt span {
    color: #E8465A;
}
.youtube {
	width: 1000px;
	margin: 0 auto 81px;
    padding-top: 29px;
}
.youtube_wrap {
	position: relative;
	width: 1000px;
	height: 562px;
	margin: 0 auto;
}
.youtube iframe {
	width: 1000px;
	height: 562px;
}
.youtube_start a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube_start a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	border: 8px solid #FFFFFF;
	width: 148px;
	height: 148px;
	border-radius: 50%;
}
.youtube_start a::after{
	content: "";
	position: absolute;
	display: block;
    top: 0;
    left: 22px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #FFFFFF;
	border-width: 48px 0 48px 80px;
}
.youtube_start span {
    position: relative;
    z-index: -1;
}
#cnt09 {
    border-bottom: 40px solid #002978;
    padding: 0 0 151px;
}
#cnt09 .cnt_ttl {
    background: #3c94b2;
    background: -moz-linear-gradient(left,  #3c94b2 1%, #002978 100%);
    background: -webkit-linear-gradient(left,  #3c94b2 1%,#002978 100%);
    background: linear-gradient(to right,  #3c94b2 1%,#002978 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c94b2', endColorstr='#002978',GradientType=1 );
    color: #FFFFFF;
    text-align: center;
    padding: 27px 0 18px;
}
#cnt09 .cnt_ttl img {
    max-width: 222px;
}
#cnt09 h2 {
    text-align: center;
    margin: 116px 0 66px;
}
#cnt09 .cnt_box {
    display: flex;
    gap: 124px;
    justify-content: center;
    margin: 0 0 142px;
}
#cnt09 .cnt_box.col2 {
    gap: 125px;
}
#cnt09 .cnt_box .col2_box > p {
    text-align: center;
    margin-left: 48px;
}
#cnt09 .cnt_box ul {
    list-style: none;
    margin: 29px 0 39px 88px;
}
#cnt09 .cnt_box ul li {
    color: #002978;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin: 0 0 4px;
    padding: 0 0 0 18px;
    line-height: 1.4;
}
#cnt09 .cnt_box ul li::before {
    content: "";
    display: block;
    background-color: #002978;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 4px;
}
#cnt09 .cnt_box .col4 {
    display: flex;
    gap: 28px;
}
#cnt09 .cnt_box .col4_box {
    text-align: center;
}
#cnt09 .cnt_box .col4_box p {
    margin: 0 0 30px;
}
.blue_box {
    background: #E5EAF1 url("../images/blue_arrow3.png") 328px 348px no-repeat;
    max-width: 900px;
    margin: 0 auto 170px;
    border-radius: 30px;
    padding: 44px 0 32px;
}
.blue_box .box_top_txt {
    color: #002978;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 3px;
    margin: 0 0 13px 28px;
}
.blue_box .box_top_txt span {
    color: #E8465A;
    font-weight: bold;
    font-size: 24px;
}
.blue_box h3 {
    color: #FFFFFF;
    background-color: #002978;
    border-radius: 0 100px 100px 0;
    max-width: 376px;
    padding: 8px 40px 9px 29px;
    font-size: 21px;
    letter-spacing: 3.6px;
    line-height: 1.4;
}
.blue_box .box_cnt {
    display: flex;
    gap: 194px;
    justify-content: center;
    align-items: baseline;
    margin: -73px 0 0;
}
.blue_box .box_cnt p {
    text-align: center;
    font-weight: bold;
    margin: 0 0 7px;
    font-size: 20px;
}
.gray_box {
    background: #E6E6E6 url("../images/bio_logo.png") calc(100% - 50px) 46px no-repeat;
    padding: 39px 174px 39px 43px;
    border-radius: 30px;
    color: #002978;
    max-width: 900px;
    margin: 0 auto;
}
.gray_box h3 {
    border-bottom: 1px solid #002978;
    padding: 0 0 19px;
    margin: 0 0 23px;
    font-size: 30px;
    letter-spacing: 2.35px;
}
.gray_box p {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.75;
}

.btn_bnr{
    position: relative;
    max-width: 1330px;
    margin: 0 auto;
    width: 100%;
	z-index: 10;
}
.btn_bnr a{
	position: absolute;
    right: 13px;
    bottom: -40px;
	border-radius: 100%;
	line-height: 0;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}