@charset "UTF-8";
/*============================
function
============================*/
/*============================
mixin
============================*/
/*============================
easing
============================*/
/*============================
hover
============================*/
/*color*/
@media screen and (max-width: 767.9px) {
  body {
    -webkit-font-smoothing: antialiased;
  }
  body .ot-sdk-show-settings {
    display: none;
  }
  body #loader {
    position: fixed;
    opacity: 1;
    background: url("/70th/aseets/img/fv_img.jpg") center center no-repeat;
    background-size: cover;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
    display: block;
  }
  body #loader.none {
    opacity: 0;
  }
  body #main_content {
    background-color: #ffffff;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    color: #1E323C;
    overflow: hidden;
  }
  body #main_content section {
    position: relative;
    z-index: 2;
  }
  body #main_content section .content {
    position: relative;
    padding: 16vw 5.3333333333vw 0;
  }
  body #main_content .flex_block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #main_content .ttl_area {
    display: block;
  }
  body #main_content .ttl_area h2 {
    position: relative;
    margin: 0;
    margin-bottom: 6.1333333333vw;
    font-weight: 500;
    font-size: 6.4vw;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .ttl_area .sub_ttl {
    position: relative;
    width: 20.2666666667vw;
    top: 0;
    line-height: 0;
  }
  body #main_content .acordion_sf {
    position: relative;
    display: grid;
    background-color: #0A8296;
    width: 89.3333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
  body #main_content .acordion_sf .acordion_heading {
    background-color: #0A8296;
    padding-bottom: 23.2vw;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block {
    position: relative;
    display: block;
    background-color: #0A8296;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .img {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-bottom: 8vw;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area {
    position: relative;
    width: 100%;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .ttl {
    position: relative;
    padding-left: 8vw;
    margin-bottom: 4.5333333333vw;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .txt_block {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 8vw;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .txt_block .name {
    display: inline-block;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .txt_block .name p {
    color: #ffffff;
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .acordion_sf .acordion_btn {
    position: absolute;
    display: inline-block;
    bottom: 8vw;
    right: 8vw;
  }
  body #main_content .acordion_sf .acordion_btn.open .btn_area .btn::before {
    opacity: 0;
  }
  body #main_content .acordion_sf .acordion_btn.open .btn_area .btn::after {
    transform: rotate(-90deg);
  }
  body #main_content .acordion_sf .acordion_btn .btn_area {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #main_content .acordion_sf .acordion_btn .btn_area p {
    position: relative;
    margin-right: 4.8vw;
    color: #ffffff;
    font-weight: 500;
    font-size: 4.2666666667vw;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .acordion_sf .acordion_btn .btn_area .btn {
    position: relative;
    width: 7.2vw;
    height: 7.2vw;
    top: 0vw;
    border: solid 1px #ffffff;
    border-radius: 50%;
  }
  body #main_content .acordion_sf .acordion_btn .btn_area .btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0.2666666667vw;
    width: 0.2666666667vw;
    height: 3.2vw;
    transform: rotate(90deg);
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .acordion_sf .acordion_btn .btn_area .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0.2666666667vw;
    width: 0.2666666667vw;
    height: 3.2vw;
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .acordion_sf .acordion_outer {
    background-color: #0A8296;
  }
  body #main_content .acordion_sf .acordion_outer .acordion_contents {
    margin: -10.6666666667vw 8vw 0;
  }
  body #main_content .acordion_sf .acordion_outer .acordion_contents .txt {
    padding: 0vw 0 23.2vw;
  }
  body #main_content .acordion_sf .acordion_outer .acordion_contents .txt p {
    color: #ffffff;
    font-weight: 500;
    font-size: 3.2vw;
    letter-spacing: 0.16em;
    line-height: 2em;
  }
  body #main_content .header {
    position: fixed;
    pointer-events: none;
    overflow: hidden;
    width: 100%;
    height: 100svh;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  body #main_content .header.open .menu {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  body #main_content .header.black .header_block .nav_head .logo {
    width: 45.8666666667vw;
    height: 5.3333333333vw;
    background: url("/70th/aseets/img/logo_gr.png") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .menu_btn .bar {
    background-color: #1E323C;
  }
  body #main_content .header .header_block .nav_head {
    position: absolute;
    pointer-events: none;
    top: 5.3333333333vw;
    width: 88.2666666667vw;
    height: 5.8666666667vw;
    z-index: 1000;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
    padding: 0 5.3333333333vw;
    justify-content: space-between;
  }
  body #main_content .header .header_block .nav_head .logo {
    position: relative;
    pointer-events: all;
    width: 45.8666666667vw;
    height: 5.3333333333vw;
    background: url("/70th/aseets/img/logo.png") center no-repeat;
    background-size: contain;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .header .header_block .nav_head .menu_btn {
    position: relative;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 8vw;
    height: 5.8666666667vw;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
    pointer-events: all;
  }
  body #main_content .header .header_block .nav_head .menu_btn .bar {
    position: relative;
    display: block;
    background-color: #ffffff;
    width: 8vw;
    height: 2px;
    margin-bottom: 2.1333333333vw;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .header .header_block .nav_head .menu_btn .bar_bottom {
    margin-bottom: 0vw;
  }
  body #main_content .header .header_block .nav_head .menu_btn.on .bar_top {
    transform: translate(0%, 2.9333333333vw) rotate(45deg);
  }
  body #main_content .header .header_block .nav_head .menu_btn.on .bar_middle {
    opacity: 0;
  }
  body #main_content .header .header_block .nav_head .menu_btn.on .bar_bottom {
    width: 8vw;
    transform: translate(0%, -2.4vw) rotate(135deg);
  }
  body #main_content .header .header_block .menu {
    position: relative;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100svh;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
    z-index: -9;
    background-color: rgba(255, 255, 255, 0);
    pointer-events: none;
  }
  body #main_content .header .header_block .menu.on {
    pointer-events: all;
    z-index: 9;
    opacity: 1;
  }
  body #main_content .header .header_block .menu.on .menu_bg {
    pointer-events: all;
    opacity: 1;
    z-index: 1;
  }
  body #main_content .header .header_block .menu.on .menu_content {
    opacity: 1;
  }
  body #main_content .header .header_block .menu .menu_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: url("/70th/aseets/img/menu_bg.jpg") center top no-repeat;
    background-size: cover;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .header .header_block .menu .menu_content {
    position: relative;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: 22.4vw;
    display: block;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
    opacity: 0;
  }
  body #main_content .header .header_block .menu .menu_content .nav ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 88vw;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  body #main_content .header .header_block .menu .menu_content .nav ul li {
    position: relative;
    display: inline-block;
    margin: 0 auto 8.5333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  body #main_content .header .header_block .menu .menu_content .nav ul li .anchor_link {
    position: relative;
    margin: 0 auto;
    display: inline-block;
  }
  body #main_content .header .header_block .menu .menu_content .nav ul li .anchor_link.about {
    width: 16.5333333333vw;
    height: 5.3333333333vw;
    background: url("/70th/aseets/img/nav_about_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .menu .menu_content .nav ul li .anchor_link.purpose {
    width: 22.4vw;
    height: 6.1333333333vw;
    background: url("/70th/aseets/img/nav_purpose_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .menu .menu_content .nav ul li .anchor_link.movie {
    width: 16.8vw;
    height: 5.3333333333vw;
    background: url("/70th/aseets/img/nav_movie_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .menu .menu_content .nav ul li .anchor_link.history {
    width: 20.5333333333vw;
    height: 6.1333333333vw;
    background: url("/70th/aseets/img/nav_history_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .menu .menu_content .nav ul li .anchor_link.story {
    width: 14.1333333333vw;
    height: 6.1333333333vw;
    background: url("/70th/aseets/img/nav_story_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .menu .menu_content .nav ul li .anchor_link.future {
    width: 18.6666666667vw;
    height: 5.3333333333vw;
    background: url("/70th/aseets/img/nav_future_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .fv {
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
  }
  body #main_content .fv .content {
    position: relative;
    overflow: visible;
    padding: 0;
  }
  body #main_content .fv .content .fv_img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110dvh;
  }
  body #main_content .fv .content .fv_img .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 110dvh;
  }
  body #main_content .fv .content .fv_img .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 110dvh;
    overflow: hidden;
  }
  body #main_content .fv .content .fv_img .swiper-wrapper .swiper-slide.swiper-slide-active img {
    transform: scale(1.02);
  }
  body #main_content .fv .content .fv_img .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transform: scale(1);
    transition: all 3s linear;
  }
  body #main_content .fv .content::before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 163.4666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 236.2666666667vw;
    background: url("/70th/aseets/img/sc_bg.png") top center no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 1;
  }
  body #main_content .fv .content .fv_block {
    position: relative;
    width: 100%;
    height: 173.3333333333vw;
    z-index: 2;
  }
  body #main_content .fv .content .fv_block .ttl_block {
    position: absolute;
    width: 70.6666666667vw;
    top: 50%;
    left: 50%;
    transform: translate(-44.5333333333vw, -50%);
  }
  body #main_content .fv .content .fv_block .ttl_block .ttl {
    position: relative;
    opacity: 0;
    width: 100%;
    margin-bottom: 8vw;
  }
  body #main_content .fv .content .fv_block .ttl_block .ttl:last-child {
    margin-bottom: 0vw;
  }
  body #main_content .fv .content .se_block {
    position: relative;
    height: 213.3333333333vw;
    z-index: 5;
  }
  body #main_content .fv .content .se_block .txt_block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-44.5333333333vw, -50%);
    width: 100%;
  }
  body #main_content .fv .content .se_block .txt_block .txt {
    position: relative;
    opacity: 0;
    margin-bottom: 3.7333333333vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(1) {
    width: 58.4vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(2) {
    width: 36.2666666667vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(3) {
    width: 44.8vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(4) {
    width: 76vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(5) {
    width: 46.1333333333vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(6) {
    width: 50.1333333333vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(7) {
    width: 84.8vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(8) {
    width: 54.9333333333vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(9) {
    width: 25.0666666667vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(10) {
    width: 63.7333333333vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(11) {
    width: 54.4vw;
  }
  body #main_content .about {
    background-color: #EFF7F8;
  }
  body #main_content .about .content {
    background-color: #EFF7F8;
    padding: 0vw 0vw 4.5333333333vw;
  }
  body #main_content .about .content::before {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    top: -56.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 151.7333333333vw;
    height: 62.9333333333vw;
    background: url("/70th/aseets/img/boundary_sp.svg") center no-repeat;
    background-size: cover;
    z-index: -1;
  }
  body #main_content .about .content .logo {
    position: relative;
    z-index: 1;
    margin-bottom: 4.8vw;
  }
  body #main_content .about .content .logo .about_acordion {
    position: relative;
    width: 89.3333333333vw;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0vw 0.8vw 2.6666666667vw rgba(80, 190, 200, 0.5019607843);
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading {
    position: relative;
    padding: 11.7333333333vw 8vw 40vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading .visual_block {
    position: relative;
    display: block;
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading .visual_block .ttl {
    position: relative;
    top: 0vw;
    width: 70.1333333333vw;
    margin-bottom: 16vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading .visual_block .img {
    position: relative;
    width: 73.3333333333vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn {
    position: absolute;
    display: inline-block;
    bottom: 8vw;
    right: 8vw;
    z-index: 5;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn.open .btn_area .btn::before {
    opacity: 0;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn.open .btn_area .btn::after {
    transform: rotate(-90deg);
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area p {
    position: relative;
    margin-right: 4.8vw;
    color: #0A8296;
    font-weight: 500;
    font-size: 4.2666666667vw;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area .btn {
    position: relative;
    width: 7.2vw;
    height: 7.2vw;
    top: 0vw;
    background-color: #ffffff;
    border: solid 1px #0A8296;
    border-radius: 50%;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area .btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0.2666666667vw;
    width: 0.2666666667vw;
    height: 3.2vw;
    transform: rotate(90deg);
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0.2666666667vw;
    width: 0.2666666667vw;
    height: 3.2vw;
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer {
    background-color: #ffffff;
    margin-top: -12.2666666667vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents {
    position: relative;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block {
    position: relative;
    display: block;
    padding: 0vw 8vw 29.0666666667vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color {
    position: relative;
    width: 73.3333333333vw;
    padding-bottom: 12.5333333333vw;
    border-bottom: 1px solid #1E323C;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .img {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-bottom: 10.6666666667vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block {
    position: relative;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block .ttl {
    position: relative;
    margin-bottom: 5.6vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block .ttl p {
    font-weight: 500;
    font-size: 5.3333333333vw;
    letter-spacing: 0.08em;
    line-height: 1.35em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block .txt p {
    font-weight: 400;
    font-size: 3.7333333333vw;
    letter-spacing: 0.16em;
    line-height: 2.2857142857em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark {
    position: relative;
    width: 73.3333333333vw;
    padding-top: 9.3333333333vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .img {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-bottom: 3.4666666667vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .txt_block .ttl {
    position: relative;
    margin-bottom: 5.6vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .txt_block .ttl p {
    font-weight: 500;
    font-size: 5.3333333333vw;
    letter-spacing: 0.08em;
    line-height: 1.35em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .txt_block .txt p {
    font-weight: 400;
    font-size: 3.7333333333vw;
    letter-spacing: 0.16em;
    line-height: 2.2857142857em;
  }
  body #main_content .about .content .jump {
    position: relative;
    z-index: 1;
  }
  body #main_content .about .content .jump .acordion {
    position: relative;
    width: 89.3333333333vw;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0vw 0.8vw 2.6666666667vw rgba(80, 190, 200, 0.5019607843);
  }
  body #main_content .about .content .jump .acordion .acordion_heading {
    position: relative;
    padding: 11.2vw 7.4666666667vw 40vw;
  }
  body #main_content .about .content .jump .acordion .acordion_heading .visual_block {
    position: relative;
    display: block;
  }
  body #main_content .about .content .jump .acordion .acordion_heading .visual_block .ttl {
    position: relative;
    width: 48.5333333333vw;
    margin-bottom: 7.7333333333vw;
  }
  body #main_content .about .content .jump .acordion .acordion_heading .visual_block .img {
    position: relative;
    width: 75.2vw;
    margin-right: 0vw;
  }
  body #main_content .about .content .jump .acordion .acordion_btn {
    position: absolute;
    display: inline-block;
    bottom: 8vw;
    right: 8vw;
    z-index: 5;
  }
  body #main_content .about .content .jump .acordion .acordion_btn.open .btn_area .btn::before {
    opacity: 0;
  }
  body #main_content .about .content .jump .acordion .acordion_btn.open .btn_area .btn::after {
    transform: rotate(-90deg);
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area p {
    position: relative;
    margin-right: 4.8vw;
    color: #0A8296;
    font-weight: 500;
    font-size: 4.2666666667vw;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area .btn {
    position: relative;
    width: 7.2vw;
    height: 7.2vw;
    top: 0vw;
    background-color: #ffffff;
    border: solid 1px #0A8296;
    border-radius: 50%;
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area .btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0.2666666667vw;
    width: 0.2666666667vw;
    height: 3.2vw;
    transform: rotate(90deg);
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0.2666666667vw;
    width: 0.2666666667vw;
    height: 3.2vw;
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .jump .acordion .acordion_outer {
    background-color: #ffffff;
    margin-top: -12.2666666667vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area {
    padding: 0vw 4vw 26.6666666667vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block {
    position: relative;
    display: block;
    background-color: #EFF7F8;
    border-radius: 8vw;
    padding: 16vw 4vw 0;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .img_block {
    position: relative;
    width: 45.3333333333vw;
    margin: 0 auto 5.6vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile {
    position: relative;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block {
    position: relative;
    width: 73.3333333333vw;
    padding-bottom: 9.8666666667vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    padding-bottom: 0.5333333333vw;
    margin-bottom: 4.8vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area:last-child::after {
    content: none;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: radial-gradient(circle farthest-side, #50BEC8, #50BEC8 40%, transparent 50%, transparent);
    background-size: 2.4vw 2.4vw;
    width: 73.3333333333vw;
    height: 2.4vw;
    bottom: -1.6vw;
    left: -1.3333333333vw;
    z-index: 0;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .ttl {
    position: relative;
    width: 35.4666666667vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .ttl p {
    color: #0A8296;
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .txt {
    position: relative;
    width: 101.0666666667vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .txt p {
    color: #1E323C;
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.08em;
    line-height: 1.7142857143em;
  }
  body #main_content .purpose {
    background-color: #EFF7F8;
  }
  body #main_content .purpose .content {
    padding: 16vw 0vw 21.3333333333vw;
  }
  body #main_content .purpose .content .ttl_area {
    padding: 0 5.3333333333vw;
    margin-bottom: 53.3333333333vw;
  }
  body #main_content .purpose .content .ttl_area h2 {
    font-weight: 500;
    font-size: 6.4vw;
    letter-spacing: 0.08em;
    line-height: 1.5833333333em;
  }
  body #main_content .purpose .content .ttl_area .sub_ttl {
    position: relative;
    width: 20.2666666667vw;
  }
  body #main_content .purpose .content .txt_content {
    position: relative;
    width: 89.3333333333vw;
    height: 127.7333333333vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
  }
  body #main_content .purpose .content .txt_content.happiness {
    margin-bottom: 49.0666666667vw;
  }
  body #main_content .purpose .content .txt_content.happiness .img {
    position: absolute;
    z-index: 2;
  }
  body #main_content .purpose .content .txt_content.happiness .img:nth-child(1) {
    width: 100.5333333333vw;
    top: -38.4vw;
    left: -18.9333333333vw;
  }
  body #main_content .purpose .content .txt_content.happiness .img:nth-child(2) {
    z-index: 3;
    width: 66.6666666667vw;
    top: 0vw;
    right: -21.6vw;
  }
  body #main_content .purpose .content .txt_content.happiness .txt_block {
    padding: 31.4666666667vw 0vw 0 8vw;
  }
  body #main_content .purpose .content .txt_content.happiness .txt_block .ttl {
    width: 40.5333333333vw;
  }
  body #main_content .purpose .content .txt_content.thoughts {
    transform: translateX(-55%);
    width: 94.6666666667vw;
    margin-bottom: 96.2666666667vw;
  }
  body #main_content .purpose .content .txt_content.thoughts .img {
    position: absolute;
    z-index: 2;
  }
  body #main_content .purpose .content .txt_content.thoughts .img:nth-child(1) {
    width: 111.2vw;
    top: -38.9333333333vw;
    left: 15.2vw;
  }
  body #main_content .purpose .content .txt_content.thoughts .img:nth-child(2) {
    z-index: 3;
    width: 39.4666666667vw;
    top: 109.3333333333vw;
    left: 1.6vw;
  }
  body #main_content .purpose .content .txt_content.thoughts .txt_block {
    padding: 26.6666666667vw 0 0 15.4666666667vw;
  }
  body #main_content .purpose .content .txt_content.thoughts .txt_block .ttl {
    width: 69.3333333333vw;
  }
  body #main_content .purpose .content .txt_content.island {
    margin-bottom: 8.5333333333vw;
  }
  body #main_content .purpose .content .txt_content.island .img {
    position: absolute;
  }
  body #main_content .purpose .content .txt_content.island .img:nth-child(1) {
    z-index: 2;
    width: 117.3333333333vw;
    top: -55.2vw;
    left: -28vw;
  }
  body #main_content .purpose .content .txt_content.island .img:nth-child(2) {
    z-index: 3;
    width: 65.3333333333vw;
    top: -36.2666666667vw;
    right: -5.3333333333vw;
  }
  body #main_content .purpose .content .txt_content.island .txt_block {
    padding: 45.3333333333vw 8vw 0;
  }
  body #main_content .purpose .content .txt_content.island .txt_block .ttl {
    width: 69.6vw;
  }
  body #main_content .purpose .content .txt_content .txt_block {
    padding-top: 41.3333333333vw;
  }
  body #main_content .purpose .content .txt_content .txt_block .ttl {
    position: relative;
    margin-bottom: 9.6vw;
  }
  body #main_content .purpose .content .txt_content .txt_block .txt p {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.16em;
    line-height: 2.2857142857em;
  }
  body #main_content .purpose .content .btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    width: 89.3333333333vw;
    padding: 8vw 0;
    border: 0.2666666667vw solid #0A8296;
  }
  body #main_content .purpose .content .btn::after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 2.4vw;
    height: 4.2666666667vw;
    background: url("/70th/aseets/img/arw.svg") center no-repeat;
    background-size: cover;
  }
  body #main_content .purpose .content .btn p {
    position: relative;
    padding-left: 2.1333333333vw;
    margin-right: 8.8vw;
    color: #0A8296;
    font-weight: 500;
    font-size: 4.2666666667vw;
    letter-spacing: 0.08em;
    line-height: 0.0625em;
  }
  body #main_content .movie {
    background-color: #0A8296;
  }
  body #main_content .movie .content {
    padding: 20.8vw 5.3333333333vw 21.0666666667vw;
  }
  body #main_content .movie .content .ttl_area {
    margin-bottom: 13.0666666667vw;
  }
  body #main_content .movie .content .ttl_area h2 {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 4.2666666667vw;
  }
  body #main_content .movie .content .ttl_area .sub_ttl {
    width: 15.2vw;
  }
  body #main_content .movie .content .txt {
    margin-bottom: 12vw;
  }
  body #main_content .movie .content .txt p {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.16em;
    line-height: 2.2857142857em;
    color: #ffffff;
  }
  body #main_content .movie .content .tab {
    position: relative;
    width: 89.3333333333vw;
    margin: 0 auto;
  }
  body #main_content .movie .content .tab .tab_btn_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 89.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn {
    position: relative;
    width: 29.3333333333vw;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn p {
    position: relative;
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 3.2vw;
    letter-spacing: 0.04em;
    line-height: 2.6666666667em;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn::after {
    content: "";
    position: absolute;
    bottom: -1.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 29.3333333333vw;
    height: 0.5333333333vw;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn.active p {
    opacity: 1;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn.active::after {
    opacity: 1;
  }
  body #main_content .movie .content .tab .tab_content {
    position: relative;
    display: none;
    width: 100%;
  }
  body #main_content .movie .content .tab .tab_content.active {
    display: block;
  }
  body #main_content .movie .content .tab .tab_content .movie_block {
    position: relative;
    width: 89.3333333333vw;
    height: 50.4vw;
  }
  body #main_content .movie .content .tab .tab_content .movie_block .movie_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 11.7333333333vw;
    z-index: 4;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .movie .content .tab .tab_content .movie_block .movie_img {
    position: relative;
    top: 1px;
    left: 0;
    width: 89.3333333333vw;
    height: 50.9333333333vw;
    z-index: 3;
  }
  body #main_content .movie .content .tab .tab_content .movie_block .iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    border: 0;
    width: 89.3333333333vw;
    height: 50.4vw;
  }
  body #main_content .movie .content .tab .tab_content .movie_block .iframe iframe {
    display: block;
    border: 0;
    width: 89.3333333333vw;
    height: 50.4vw;
  }
  body #main_content .history {
    background-color: #EFF7F8;
    z-index: 4;
  }
  body #main_content .history .content {
    padding: 18.6666666667vw 0vw 35.4666666667vw;
  }
  body #main_content .history .content::before {
    content: "";
    position: absolute;
    bottom: -1.8666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 443.7333333333vw;
    height: 21.0666666667vw;
    background: url("/70th/aseets/img/wave.svg") center repeat-x;
    background-size: contain;
  }
  body #main_content .history .content::after {
    content: "";
    position: absolute;
    bottom: -12vw;
    left: 50%;
    transform: translateX(-50%);
    width: 443.7333333333vw;
    height: 21.0666666667vw;
    background: url("/70th/aseets/img/wave_bg_a.svg") center repeat-x;
    background-size: contain;
    z-index: -1;
  }
  body #main_content .history .content .txt_area {
    padding: 0vw;
    display: block;
  }
  body #main_content .history .content .txt_area .txt_block {
    position: relative;
    margin-bottom: 17.8666666667vw;
    width: 100%;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area {
    position: relative;
    left: 0.8vw;
    margin-bottom: 12.5333333333vw;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area h2 {
    font-weight: 500;
    font-size: 6.4vw;
    letter-spacing: 0.08em;
    line-height: 1.9583333333em;
    margin-bottom: 4.8vw;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area h2 ruby rt {
    position: relative;
    top: -1.0666666667vw;
    font-weight: 500;
    font-size: 2.1333333333vw;
    letter-spacing: 0.11em;
    line-height: 4em;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area h2 span {
    position: relative;
    left: 4.8vw;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area .sub_ttl {
    position: relative;
    width: 18.1333333333vw;
    left: 4.8vw;
  }
  body #main_content .history .content .txt_area .txt_block .txt {
    padding: 0 4.8vw;
  }
  body #main_content .history .content .txt_area .txt_block .txt p {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.16em;
    line-height: 2.2857142857em;
  }
  body #main_content .history .content .txt_area .img {
    position: relative;
    width: 89.3333333333vw;
    left: 10.6666666667vw;
  }
  body #main_content .story {
    background-color: #ffffff;
    z-index: 3;
  }
  body #main_content .story .content {
    position: relative;
    padding: 14.9333333333vw 5.3333333333vw 34.1333333333vw;
  }
  body #main_content .story .content::before {
    content: "";
    position: absolute;
    bottom: -5.8666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 443.7333333333vw;
    height: 21.0666666667vw;
    background: url("/70th/aseets/img/wave.svg") center repeat-x;
    background-size: contain;
  }
  body #main_content .story .content::after {
    content: "";
    position: absolute;
    bottom: -4.2666666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 443.7333333333vw;
    height: 21.0666666667vw;
    background: url("/70th/aseets/img/wave_bg.svg") center repeat-x;
    background-size: contain;
    z-index: -1;
  }
  body #main_content .story .content .ttl_area {
    margin-bottom: 6.1333333333vw;
  }
  body #main_content .story .content .ttl_area .sub_ttl {
    position: relative;
    width: 12.8vw;
  }
  body #main_content .story .content .txt_block {
    position: relative;
    margin-bottom: 11.2vw;
  }
  body #main_content .story .content .txt_block p {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block {
    background-color: #0A8296;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_a {
    width: 67.2vw;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_b {
    width: 60.8vw;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_c {
    width: 70.6666666667vw;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_d {
    width: 67.4666666667vw;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_e {
    width: 61.3333333333vw;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_f {
    width: 41.3333333333vw;
  }
  body #main_content .story .content .acordion_sf .acordion_outer {
    background-color: #0A8296;
  }
  body #main_content .future {
    background-color: #EFF7F8;
  }
  body #main_content .future .content {
    padding: 16vw 4vw 16vw 5.3333333333vw;
  }
  body #main_content .future .content .ttl_area {
    margin-bottom: 7.2vw;
  }
  body #main_content .future .content .ttl_area h2 {
    margin-bottom: 5.3333333333vw;
  }
  body #main_content .future .content .ttl_area .sub_ttl {
    position: relative;
    width: 16vw;
  }
  body #main_content .future .content .txt_block {
    position: relative;
    margin-bottom: 14.1333333333vw;
  }
  body #main_content .future .content .txt_block p {
    font-weight: 500;
    font-size: 3.7333333333vw;
    letter-spacing: 0.16em;
    line-height: 2.2857142857em;
  }
  body #main_content .future .content .acordion_sf {
    background-color: #50BEC8;
  }
  body #main_content .future .content .acordion_sf .acordion_heading {
    background-color: #50BEC8;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block {
    background-color: #50BEC8;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_a {
    width: 53.3333333333vw;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_b {
    width: 49.3333333333vw;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_c {
    width: 53.3333333333vw;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_d {
    width: 53.3333333333vw;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_e {
    width: 40.5333333333vw;
  }
  body #main_content .future .content .acordion_sf .acordion_outer {
    background-color: #50BEC8;
  }
  body #main_content #footer {
    position: relative;
    background-color: #EFF7F8;
    height: 176.5333333333vw;
    overflow: hidden;
    z-index: 2;
  }
  body #main_content #footer .img {
    position: relative;
    width: 434.6666666667vw;
    height: 180.2666666667vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  body #main_content #footer .img img {
    border-radius: 50% 50% 0 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  body #main_content #footer .copy {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background-color: #0A8296;
  }
  body #main_content #footer .copy p {
    position: relative;
    padding: 1.8666666667vw 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 3.2vw;
    letter-spacing: 0em;
    line-height: 2.6666666667em;
  }
}
/*============================
function
============================*/
@media screen and (min-width: 1921px) {
  body {
    width: 100%;
    -webkit-font-smoothing: antialiased;
  }
  body .ot-sdk-show-settings {
    display: none;
  }
  body #loader {
    position: fixed;
    opacity: 1;
    background: url("/70th/aseets/img/fv_img.jpg") center center no-repeat;
    background-size: cover;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
    display: block;
  }
  body #loader.none {
    opacity: 0;
  }
  body #main_content {
    background-color: #ffffff;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    color: #1E323C;
    overflow: hidden;
  }
  body #main_content section {
    position: relative;
    z-index: 2;
  }
  body #main_content section .content {
    position: relative;
    padding: 60px 44px 0;
  }
  body #main_content .flex_block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #main_content .ttl_area {
    justify-content: flex-start;
  }
  body #main_content .ttl_area h2 {
    position: relative;
    margin: 0;
    margin-right: 23px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .ttl_area .sub_ttl {
    position: relative;
    width: 76px;
    top: 6px;
    line-height: 0;
  }
  body #main_content .acordion_sf {
    position: relative;
    width: 980px;
    margin: 0 auto 2px;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #0A8296;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .img {
    position: relative;
    width: 490px;
    line-height: 0;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area {
    position: relative;
    width: 490px;
    padding: 47px 0 0;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .ttl {
    position: relative;
    padding-left: 40px;
    margin-bottom: 75px;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .txt_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 40px;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .txt_block .name {
    display: inline-block;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .txt_block .name p {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .acordion_sf .acordion_btn {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    top: 197px;
    right: 40px;
  }
  body #main_content .acordion_sf .acordion_btn.left {
    right: 530px;
  }
  body #main_content .acordion_sf .acordion_btn:hover {
    opacity: 0.8;
  }
  body #main_content .acordion_sf .acordion_btn.open .btn_area .btn::before {
    opacity: 0;
  }
  body #main_content .acordion_sf .acordion_btn.open .btn_area .btn::after {
    transform: rotate(-90deg);
  }
  body #main_content .acordion_sf .acordion_btn .btn_area {
    position: relative;
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  body #main_content .acordion_sf .acordion_btn .btn_area p {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.375em;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .acordion_sf .acordion_btn .btn_area .btn {
    position: relative;
    width: 27px;
    height: 27px;
    top: 0px;
    margin-left: 15px;
    border: solid 1px #ffffff;
    border-radius: 50%;
  }
  body #main_content .acordion_sf .acordion_btn .btn_area .btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 1px;
    width: 1px;
    height: 12px;
    transform: rotate(90deg);
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .acordion_sf .acordion_btn .btn_area .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 1px;
    width: 1px;
    height: 12px;
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .acordion_sf .acordion_outer {
    background-color: #0A8296;
  }
  body #main_content .acordion_sf .acordion_outer .acordion_contents {
    margin: 0px 40px;
  }
  body #main_content .acordion_sf .acordion_outer .acordion_contents .txt {
    padding: 30px 0;
  }
  body #main_content .acordion_sf .acordion_outer .acordion_contents .txt p {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.23em;
    line-height: 2em;
  }
  body #main_content .header {
    position: fixed;
    width: 100%;
    top: 17px;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .header.black .header_block .nav_head .logo {
    width: 172px;
    height: 20px;
    background: url("/70th/aseets/img/logo_gr.png") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link {
    display: block;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.about {
    background: url("/70th/aseets/img/nav_about_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.purpose {
    background: url("/70th/aseets/img/nav_purpose_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.movie {
    background: url("/70th/aseets/img/nav_movie_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.history {
    background: url("/70th/aseets/img/nav_history_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.story {
    background: url("/70th/aseets/img/nav_story_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.future {
    background: url("/70th/aseets/img/nav_future_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head {
    padding: 0 44px;
    justify-content: space-between;
  }
  body #main_content .header .header_block .nav_head .logo {
    position: relative;
    width: 172px;
    height: 20px;
    background: url("/70th/aseets/img/logo.png") center no-repeat;
    background-size: contain;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .header .header_block .nav_head .nav ul {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    list-style: none;
  }
  body #main_content .header .header_block .nav_head .nav ul li {
    position: relative;
  }
  body #main_content .header .header_block .nav_head .nav ul li:first-child {
    top: -2px;
  }
  body #main_content .header .header_block .nav_head .nav ul li:nth-child(3) {
    top: -2px;
  }
  body #main_content .header .header_block .nav_head .nav ul li:nth-child(6) {
    top: -1px;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link {
    position: relative;
    display: block;
    margin-left: 42px;
    height: 16px;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link:hover {
    opacity: 0.8;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.about {
    width: 50px;
    background: url("/70th/aseets/img/nav_about_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.purpose {
    width: 65px;
    background: url("/70th/aseets/img/nav_purpose_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.movie {
    width: 50px;
    background: url("/70th/aseets/img/nav_movie_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.history {
    width: 61px;
    background: url("/70th/aseets/img/nav_history_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.story {
    width: 41px;
    background: url("/70th/aseets/img/nav_story_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.future {
    width: 54px;
    background: url("/70th/aseets/img/nav_future_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .fv {
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
  }
  body #main_content .fv .content {
    position: relative;
    overflow: visible;
    padding: 0;
  }
  body #main_content .fv .content .fv_img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
  }
  body #main_content .fv .content .fv_img .swiper {
    width: 100%;
    height: 100%;
  }
  body #main_content .fv .content .fv_img .swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  body #main_content .fv .content .fv_img .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #main_content .fv .content .fv_img .swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
    transform: scale(1.02);
  }
  body #main_content .fv .content .fv_img .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transform: scale(1);
    transition: all 3s linear;
  }
  body #main_content .fv .content::before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 894px;
    background: url("/70th/aseets/img/sc_bg.png") top center no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 1;
  }
  body #main_content .fv .content .fv_block {
    position: relative;
    width: 100%;
    height: 100lvh;
    z-index: 2;
  }
  body #main_content .fv .content .fv_block .ttl_block {
    position: absolute;
    width: 348px;
    top: 50%;
    left: 50%;
    transform: translate(-489px, -50%);
    margin: 0;
  }
  body #main_content .fv .content .fv_block .ttl_block .ttl {
    position: relative;
    width: 100%;
    opacity: 0;
    margin-bottom: 40px;
  }
  body #main_content .fv .content .fv_block .ttl_block .ttl:last-child {
    margin-bottom: 0px;
  }
  body #main_content .fv .content .se_block {
    position: relative;
    height: 893px;
    z-index: 5;
  }
  body #main_content .fv .content .se_block .txt_block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-489px, -50%);
    width: 100%;
  }
  body #main_content .fv .content .se_block .txt_block .txt {
    position: relative;
    opacity: 0;
    margin-bottom: 23px;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(1) {
    width: 450px;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(2) {
    width: 575px;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(3) {
    width: 461px;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(4) {
    width: 397px;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(5) {
    width: 257px;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(6) {
    width: 688px;
  }
  body #main_content .about {
    background-color: #EFF7F8;
  }
  body #main_content .about .content {
    background-color: #EFF7F8;
    padding: 0px 44px 46px;
  }
  body #main_content .about .content::before {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    top: -622px;
    left: 50%;
    transform: translateX(-50%);
    width: 2425px;
    height: 1004px;
    background: url("/70th/aseets/img/boundary.svg") center no-repeat;
    background-size: cover;
    z-index: -1;
  }
  body #main_content .about .content .logo {
    position: relative;
    width: 1112px;
    margin: 0 auto;
    z-index: 1;
  }
  body #main_content .about .content .logo .about_acordion {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0px 3px 10px rgba(80, 190, 200, 0.5019607843);
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading {
    position: relative;
    padding: 62px 66px 55px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading .visual_block {
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading .visual_block .ttl {
    position: relative;
    top: 14px;
    width: 374px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading .visual_block .img {
    position: relative;
    width: 453px;
    left: -7px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 42px;
    left: 66px;
    z-index: 5;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn:hover {
    opacity: 0.8;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn.open .btn_area .btn::before {
    opacity: 0;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn.open .btn_area .btn::after {
    transform: rotate(-90deg);
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area p {
    position: relative;
    margin-right: 18px;
    color: #0A8296;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.375em;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area .btn {
    position: relative;
    width: 27px;
    height: 27px;
    top: 0px;
    background-color: #ffffff;
    border: solid 1px #0A8296;
    border-radius: 50%;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area .btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 1px;
    width: 1px;
    height: 12px;
    transform: rotate(90deg);
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 1px;
    width: 1px;
    height: 12px;
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer {
    background-color: #ffffff;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents {
    position: relative;
    padding: 0 66px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block {
    margin: 35px 0px 163px;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #0A8296;
    z-index: 0;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color {
    position: relative;
    width: 429px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .img {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-bottom: 35px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block {
    position: relative;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block .ttl {
    position: relative;
    margin-bottom: 21px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block .ttl p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.35em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block .txt p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark {
    position: relative;
    width: 432px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .img {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-bottom: 35px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .txt_block .ttl {
    position: relative;
    margin-bottom: 21px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .txt_block .ttl p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.35em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .txt_block .txt p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .about .content .jump {
    position: relative;
    width: 1112px;
    margin: 0 auto;
    z-index: 1;
  }
  body #main_content .about .content .jump .acordion {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px rgba(80, 190, 200, 0.5019607843);
  }
  body #main_content .about .content .jump .acordion .acordion_heading {
    position: relative;
    padding: 66px 66px 22px;
  }
  body #main_content .about .content .jump .acordion .acordion_heading .visual_block {
    position: relative;
    justify-content: space-between;
  }
  body #main_content .about .content .jump .acordion .acordion_heading .visual_block .ttl {
    position: relative;
    width: 259px;
    top: -36px;
  }
  body #main_content .about .content .jump .acordion .acordion_heading .visual_block .img {
    position: relative;
    width: 479px;
  }
  body #main_content .about .content .jump .acordion .acordion_btn {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 42px;
    left: 66px;
    z-index: 5;
  }
  body #main_content .about .content .jump .acordion .acordion_btn:hover {
    opacity: 0.8;
  }
  body #main_content .about .content .jump .acordion .acordion_btn.open .btn_area .btn::before {
    opacity: 0;
  }
  body #main_content .about .content .jump .acordion .acordion_btn.open .btn_area .btn::after {
    transform: rotate(-90deg);
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area p {
    position: relative;
    margin-right: 18px;
    color: #0A8296;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.375em;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area .btn {
    position: relative;
    width: 27px;
    height: 27px;
    top: 0px;
    background-color: #ffffff;
    border: solid 1px #0A8296;
    border-radius: 50%;
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area .btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 1px;
    width: 1px;
    height: 12px;
    transform: rotate(90deg);
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 1px;
    width: 1px;
    height: 12px;
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .jump .acordion .acordion_outer {
    background-color: #ffffff;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area {
    padding: 0px 66px 137px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #EFF7F8;
    border-radius: 30px;
    padding: 38px 85px 25px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .img_block {
    position: relative;
    width: 282px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile {
    position: relative;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block {
    position: relative;
    width: 450px;
    top: 24px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 23px;
    padding: 0;
    padding-bottom: 7px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area:last-child::after {
    content: none;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: radial-gradient(circle farthest-side, #50BEC8, #50BEC8 40%, transparent 50%, transparent);
    background-size: 9px 9px;
    width: 450px;
    height: 9px;
    bottom: -6px;
    left: -5px;
    z-index: 0;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .ttl {
    position: relative;
    width: 35px;
    margin-right: 38px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .ttl p {
    color: #0A8296;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .txt {
    position: relative;
    width: 379px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .txt p {
    color: #1E323C;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .purpose {
    background-color: #EFF7F8;
  }
  body #main_content .purpose .content {
    padding: 60px 0px 79px;
  }
  body #main_content .purpose .content .ttl_area {
    position: relative;
    width: 980px;
    margin: 0 auto;
    margin-bottom: 285px;
  }
  body #main_content .purpose .content .ttl_area .sub_ttl {
    position: relative;
    width: 74px;
    top: 4px;
  }
  body #main_content .purpose .content .txt_content {
    position: relative;
    height: 479px;
    left: 50%;
    background-color: #ffffff;
  }
  body #main_content .purpose .content .txt_content.happiness {
    transform: translateX(-556px);
    padding: 0px 66px;
    width: 1046px;
    margin-bottom: 326px;
  }
  body #main_content .purpose .content .txt_content.happiness .img {
    position: absolute;
  }
  body #main_content .purpose .content .txt_content.happiness .img:nth-child(1) {
    width: 826px;
    top: -252px;
    left: -44px;
  }
  body #main_content .purpose .content .txt_content.happiness .img:nth-child(2) {
    width: 455px;
    top: -130px;
    right: 22px;
  }
  body #main_content .purpose .content .txt_content.happiness .txt_block {
    padding-top: 195px;
  }
  body #main_content .purpose .content .txt_content.happiness .txt_block .ttl {
    width: 423px;
  }
  body #main_content .purpose .content .txt_content.thoughts {
    transform: translateX(-169px);
    width: 725px;
    padding: 0px 114px;
    margin-bottom: 292px;
  }
  body #main_content .purpose .content .txt_content.thoughts .img {
    position: absolute;
  }
  body #main_content .purpose .content .txt_content.thoughts .img:nth-child(1) {
    width: 832px;
    top: -260px;
    left: -63px;
  }
  body #main_content .purpose .content .txt_content.thoughts .img:nth-child(2) {
    width: 372px;
    top: -150px;
    left: -321px;
  }
  body #main_content .purpose .content .txt_content.thoughts .txt_block .ttl {
    width: 426px;
  }
  body #main_content .purpose .content .txt_content.island {
    transform: translateX(-556px);
    padding: 0px 66px;
    width: 791px;
    margin-bottom: 30px;
  }
  body #main_content .purpose .content .txt_content.island .img {
    position: absolute;
  }
  body #main_content .purpose .content .txt_content.island .img:nth-child(1) {
    width: 1090px;
    top: -220px;
    left: -44px;
  }
  body #main_content .purpose .content .txt_content.island .img:nth-child(2) {
    width: 556px;
    top: -50px;
    right: -233px;
  }
  body #main_content .purpose .content .txt_content.island .txt_block .ttl {
    width: 427px;
  }
  body #main_content .purpose .content .txt_content .txt_block {
    padding-top: 155px;
  }
  body #main_content .purpose .content .txt_content .txt_block .ttl {
    position: relative;
    margin-bottom: 46px;
  }
  body #main_content .purpose .content .txt_content .txt_block .txt p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .purpose .content .btn {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    width: 375px;
    padding: 30px 0;
    border: 1px solid #0A8296;
  }
  body #main_content .purpose .content .btn:hover {
    opacity: 0.8;
  }
  body #main_content .purpose .content .btn:hover::after {
    left: 5px;
  }
  body #main_content .purpose .content .btn::after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 9px;
    height: 16px;
    background: url("/70th/aseets/img/arw.svg") center no-repeat;
    background-size: cover;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .purpose .content .btn p {
    position: relative;
    margin-right: 33px;
    color: #0A8296;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 0.0625em;
  }
  body #main_content .movie {
    background-color: #0A8296;
  }
  body #main_content .movie .content {
    width: 980px;
    margin: 0 auto;
    padding: 60px 0 67px;
  }
  body #main_content .movie .content .ttl_area {
    margin-bottom: 23px;
  }
  body #main_content .movie .content .ttl_area h2 {
    color: #ffffff;
    font-weight: 500;
  }
  body #main_content .movie .content .ttl_area .sub_ttl {
    position: relative;
    top: 1px;
    width: 54px;
  }
  body #main_content .movie .content .txt {
    margin-bottom: 42px;
  }
  body #main_content .movie .content .txt p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
    color: #ffffff;
  }
  body #main_content .movie .content .tab {
    position: relative;
    width: 710px;
    margin: 0 auto;
  }
  body #main_content .movie .content .tab .tab_btn_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 490px;
    margin: 0 auto 25px;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn {
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: 150px;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn:hover {
    opacity: 0.8;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn p {
    position: relative;
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn.active p {
    opacity: 1;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn.active::after {
    opacity: 1;
  }
  body #main_content .movie .content .tab .tab_content {
    position: relative;
    display: none;
    width: 100%;
  }
  body #main_content .movie .content .tab .tab_content.active {
    display: block;
  }
  body #main_content .movie .content .tab .tab_content .movie_block {
    position: relative;
    width: 710px;
    height: 400px;
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  body #main_content .movie .content .tab .tab_content .movie_block:hover .movie_btn {
    transform: translate(-50%, -50%) scale(1.05);
  }
  body #main_content .movie .content .tab .tab_content .movie_block .movie_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 87px;
    z-index: 4;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .movie .content .tab .tab_content .movie_block .movie_img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  body #main_content .movie .content .tab .tab_content .movie_block .iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    border: 0;
    width: 710px;
    height: 400px;
  }
  body #main_content .movie .content .tab .tab_content .movie_block .iframe iframe {
    display: block;
    border: 0;
    width: 710px;
    height: 400px;
  }
  body #main_content .history {
    background-color: #EFF7F8;
    z-index: 4;
  }
  body #main_content .history .content {
    position: relative;
    padding: 80px 0 245px;
  }
  body #main_content .history .content::before {
    content: "";
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 3484px;
    height: 165px;
    background: url("/70th/aseets/img/wave.svg") top center repeat-x;
    background-size: contain;
  }
  body #main_content .history .content::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 162px;
    background: url("/70th/aseets/img/wave_bg_a.svg") top center repeat-x;
    background-size: contain;
    z-index: -1;
  }
  body #main_content .history .content .txt_area {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 0px;
    justify-content: space-between;
  }
  body #main_content .history .content .txt_area .txt_block {
    position: relative;
    width: 547px;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area {
    position: relative;
    left: -17px;
    margin-bottom: 50px;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area h2 ruby rt {
    position: relative;
    top: -4px;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.11em;
    line-height: 3.2em;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area .sub_ttl {
    position: relative;
    top: 8px;
    width: 68px;
  }
  body #main_content .history .content .txt_area .txt_block .txt p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .history .content .txt_area .img {
    position: relative;
    width: 344px;
  }
  body #main_content .story {
    background-color: #ffffff;
    z-index: 3;
  }
  body #main_content .story .content {
    position: relative;
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 80px 0 230px;
  }
  body #main_content .story .content::before {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 3484px;
    height: 165px;
    background: url("/70th/aseets/img/wave.svg") top center repeat-x;
    background-size: contain;
  }
  body #main_content .story .content::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 162px;
    background: url("/70th/aseets/img/wave_bg.svg") top center repeat-x;
    background-size: contain;
    z-index: -1;
  }
  body #main_content .story .content .ttl_area {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 52px;
  }
  body #main_content .story .content .ttl_area .sub_ttl {
    position: relative;
    top: 3px;
    width: 45px;
  }
  body #main_content .story .content .txt_block {
    position: relative;
    width: 980px;
    margin: 0 auto;
    margin-bottom: 52px;
  }
  body #main_content .story .content .txt_block p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .story .content .acordion_sf {
    width: 980px;
    margin: 0 auto 5px;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block {
    background-color: #0A8296;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_a {
    width: 302px;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_b {
    width: 270px;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_c {
    width: 316px;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_d {
    width: 302px;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_e {
    width: 271px;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_f {
    width: 184px;
  }
  body #main_content .story .content .acordion_sf .acordion_outer {
    background-color: #0A8296;
  }
  body #main_content .future {
    background-color: #EFF7F8;
  }
  body #main_content .future .content {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 143px 0 160px;
  }
  body #main_content .future .content .ttl_area {
    margin-bottom: 52px;
  }
  body #main_content .future .content .ttl_area .sub_ttl {
    width: 63px;
    top: 2px;
  }
  body #main_content .future .content .txt_block {
    position: relative;
    margin-bottom: 52px;
  }
  body #main_content .future .content .txt_block p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .future .content .acordion_sf {
    background-color: #50BEC8;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block {
    background-color: #50BEC8;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_a {
    width: 243px;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_b {
    width: 224px;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_c {
    width: 243px;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_d {
    width: 244px;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_e {
    width: 184px;
  }
  body #main_content .future .content .acordion_sf .acordion_outer {
    background-color: #50BEC8;
  }
  body #main_content #footer {
    position: relative;
    background-color: #EFF7F8;
    height: 795px;
    overflow: hidden;
    z-index: 2;
  }
  body #main_content #footer .img {
    position: relative;
    width: 2425px;
    height: 838px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  body #main_content #footer .img img {
    border-radius: 50% 50% 0 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  body #main_content #footer .copy {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background-color: #0A8296;
  }
  body #main_content #footer .copy p {
    position: relative;
    padding: 7px 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 2.6666666667em;
  }
  body #main_content .about .content::before {
    width: 100%;
  }
  body #main_content .purpose .content .txt_content.happiness .img:nth-child(1) {
    top: -140px;
  }
  body #main_content .purpose .content .txt_content.happiness .img:nth-child(2) {
    top: 155px;
  }
  body #main_content .purpose .content .txt_content.thoughts .img:nth-child(1) {
    top: -170px;
  }
  body #main_content .purpose .content .txt_content.thoughts .img:nth-child(2) {
    top: 112px;
  }
  body #main_content .purpose .content .txt_content.island .img:nth-child(1) {
    top: -109px;
  }
  body #main_content .purpose .content .txt_content.island .img:nth-child(2) {
    top: 328px;
  }
  body #main_content .footer .img {
    width: 100%;
  }
}
/*============================
function
============================*/
@media screen and (min-width: 768px) and (max-width: 1920px) {
  body {
    width: 100%;
    -webkit-font-smoothing: antialiased;
  }
  body .ot-sdk-show-settings {
    display: none;
  }
  body #loader {
    position: fixed;
    opacity: 1;
    background: url("/70th/aseets/img/fv_img.jpg") center center no-repeat;
    background-size: cover;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
    display: block;
  }
  body #loader.none {
    opacity: 0;
  }
  body #main_content {
    background-color: #ffffff;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    color: #1E323C;
    overflow: hidden;
  }
  body #main_content section {
    position: relative;
    z-index: 2;
  }
  body #main_content section .content {
    position: relative;
    padding: 5vw 3.6666666667vw 0;
  }
  body #main_content .flex_block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #main_content .ttl_area {
    justify-content: flex-start;
  }
  body #main_content .ttl_area h2 {
    position: relative;
    margin: 0;
    margin-right: 1.9166666667vw;
    font-weight: 500;
    font-size: 2vw;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .ttl_area .sub_ttl {
    position: relative;
    width: 6.3333333333vw;
    top: 0.5vw;
    line-height: 0;
  }
  body #main_content .acordion_sf {
    position: relative;
    width: 81.6666666667vw;
    margin: 0 auto 0.1666666667vw;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #0A8296;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .img {
    position: relative;
    width: 40.8333333333vw;
    line-height: 0;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area {
    position: relative;
    width: 40.8333333333vw;
    padding: 3.9166666667vw 0 0;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .ttl {
    position: relative;
    padding-left: 3.3333333333vw;
    margin-bottom: 6.25vw;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .txt_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 3.3333333333vw;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .txt_block .name {
    display: inline-block;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .txt_block .name p {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.1666666667vw;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .acordion_sf .acordion_btn {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    top: 16.4166666667vw;
    right: 3.3333333333vw;
  }
  body #main_content .acordion_sf .acordion_btn.left {
    right: 44.1666666667vw;
  }
  body #main_content .acordion_sf .acordion_btn:hover {
    opacity: 0.8;
  }
  body #main_content .acordion_sf .acordion_btn.open .btn_area .btn::before {
    opacity: 0;
  }
  body #main_content .acordion_sf .acordion_btn.open .btn_area .btn::after {
    transform: rotate(-90deg);
  }
  body #main_content .acordion_sf .acordion_btn .btn_area {
    position: relative;
    bottom: 0vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  body #main_content .acordion_sf .acordion_btn .btn_area p {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.3333333333vw;
    letter-spacing: 0.08em;
    line-height: 1.375em;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .acordion_sf .acordion_btn .btn_area .btn {
    position: relative;
    width: 2.25vw;
    height: 2.25vw;
    top: 0vw;
    margin-left: 1.25vw;
    border: solid 1px #ffffff;
    border-radius: 50%;
  }
  body #main_content .acordion_sf .acordion_btn .btn_area .btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0.0833333333vw;
    width: 0.0833333333vw;
    height: 1vw;
    transform: rotate(90deg);
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .acordion_sf .acordion_btn .btn_area .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0.0833333333vw;
    width: 0.0833333333vw;
    height: 1vw;
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .acordion_sf .acordion_outer {
    background-color: #0A8296;
  }
  body #main_content .acordion_sf .acordion_outer .acordion_contents {
    margin: 0vw 3.3333333333vw;
  }
  body #main_content .acordion_sf .acordion_outer .acordion_contents .txt {
    padding: 2.5vw 0;
  }
  body #main_content .acordion_sf .acordion_outer .acordion_contents .txt p {
    color: #ffffff;
    font-weight: 500;
    font-size: 1vw;
    letter-spacing: 0.23em;
    line-height: 2em;
  }
  body #main_content .header {
    position: fixed;
    width: 100%;
    top: 1.4166666667vw;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .header.black .header_block .nav_head .logo {
    width: 14.3333333333vw;
    height: 1.6666666667vw;
    background: url("/70th/aseets/img/logo_gr.png") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link {
    display: block;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.about {
    background: url("/70th/aseets/img/nav_about_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.purpose {
    background: url("/70th/aseets/img/nav_purpose_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.movie {
    background: url("/70th/aseets/img/nav_movie_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.history {
    background: url("/70th/aseets/img/nav_history_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.story {
    background: url("/70th/aseets/img/nav_story_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.future {
    background: url("/70th/aseets/img/nav_future_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head {
    padding: 0 3.6666666667vw;
    justify-content: space-between;
  }
  body #main_content .header .header_block .nav_head .logo {
    position: relative;
    width: 14.3333333333vw;
    height: 1.6666666667vw;
    background: url("/70th/aseets/img/logo.png") center no-repeat;
    background-size: contain;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .header .header_block .nav_head .nav ul {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    list-style: none;
  }
  body #main_content .header .header_block .nav_head .nav ul li {
    position: relative;
  }
  body #main_content .header .header_block .nav_head .nav ul li:first-child {
    top: -0.1666666667vw;
  }
  body #main_content .header .header_block .nav_head .nav ul li:nth-child(3) {
    top: -0.1666666667vw;
  }
  body #main_content .header .header_block .nav_head .nav ul li:nth-child(6) {
    top: -0.0833333333vw;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link {
    position: relative;
    display: block;
    margin-left: 3.5vw;
    height: 1.3333333333vw;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link:hover {
    opacity: 0.8;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.about {
    width: 4.1666666667vw;
    background: url("/70th/aseets/img/nav_about_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.purpose {
    width: 5.4166666667vw;
    background: url("/70th/aseets/img/nav_purpose_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.movie {
    width: 4.1666666667vw;
    background: url("/70th/aseets/img/nav_movie_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.history {
    width: 5.0833333333vw;
    background: url("/70th/aseets/img/nav_history_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.story {
    width: 3.4166666667vw;
    background: url("/70th/aseets/img/nav_story_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.future {
    width: 4.5vw;
    background: url("/70th/aseets/img/nav_future_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .fv {
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
  }
  body #main_content .fv .content {
    position: relative;
    overflow: visible;
    padding: 0;
  }
  body #main_content .fv .content .fv_img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
  }
  body #main_content .fv .content .fv_img .swiper {
    width: 100%;
    height: 100%;
  }
  body #main_content .fv .content .fv_img .swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  body #main_content .fv .content .fv_img .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #main_content .fv .content .fv_img .swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
    transform: scale(1.02);
  }
  body #main_content .fv .content .fv_img .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transform: scale(1);
    transition: all 3s linear;
  }
  body #main_content .fv .content::before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 74.5vw;
    background: url("/70th/aseets/img/sc_bg.png") top center no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 1;
  }
  body #main_content .fv .content .fv_block {
    position: relative;
    width: 100%;
    height: 100lvh;
    z-index: 2;
  }
  body #main_content .fv .content .fv_block .ttl_block {
    position: absolute;
    width: 29vw;
    top: 50%;
    left: 50%;
    transform: translate(-40.75vw, -50%);
    margin: 0;
  }
  body #main_content .fv .content .fv_block .ttl_block .ttl {
    position: relative;
    width: 100%;
    opacity: 0;
    margin-bottom: 3.3333333333vw;
  }
  body #main_content .fv .content .fv_block .ttl_block .ttl:last-child {
    margin-bottom: 0vw;
  }
  body #main_content .fv .content .se_block {
    position: relative;
    height: 74.4166666667vw;
    z-index: 5;
  }
  body #main_content .fv .content .se_block .txt_block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40.75vw, -50%);
    width: 100%;
  }
  body #main_content .fv .content .se_block .txt_block .txt {
    position: relative;
    opacity: 0;
    margin-bottom: 1.9166666667vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(1) {
    width: 37.5vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(2) {
    width: 47.9166666667vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(3) {
    width: 38.4166666667vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(4) {
    width: 33.0833333333vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(5) {
    width: 21.4166666667vw;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(6) {
    width: 57.3333333333vw;
  }
  body #main_content .about {
    background-color: #EFF7F8;
  }
  body #main_content .about .content {
    background-color: #EFF7F8;
    padding: 0vw 3.6666666667vw 3.8333333333vw;
  }
  body #main_content .about .content::before {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    top: -51.8333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 202.0833333333vw;
    height: 83.6666666667vw;
    background: url("/70th/aseets/img/boundary.svg") center no-repeat;
    background-size: cover;
    z-index: -1;
  }
  body #main_content .about .content .logo {
    position: relative;
    width: 92.6666666667vw;
    margin: 0 auto;
    z-index: 1;
  }
  body #main_content .about .content .logo .about_acordion {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 1.6666666667vw;
    box-shadow: 0vw 0.25vw 0.8333333333vw rgba(80, 190, 200, 0.5019607843);
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading {
    position: relative;
    padding: 5.1666666667vw 5.5vw 4.5833333333vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading .visual_block {
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading .visual_block .ttl {
    position: relative;
    top: 1.1666666667vw;
    width: 31.1666666667vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading .visual_block .img {
    position: relative;
    width: 37.75vw;
    left: -0.5833333333vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 3.5vw;
    left: 5.5vw;
    z-index: 5;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn:hover {
    opacity: 0.8;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn.open .btn_area .btn::before {
    opacity: 0;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn.open .btn_area .btn::after {
    transform: rotate(-90deg);
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area p {
    position: relative;
    margin-right: 1.5vw;
    color: #0A8296;
    font-weight: 500;
    font-size: 1.3333333333vw;
    letter-spacing: 0.08em;
    line-height: 1.375em;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area .btn {
    position: relative;
    width: 2.25vw;
    height: 2.25vw;
    top: 0vw;
    background-color: #ffffff;
    border: solid 1px #0A8296;
    border-radius: 50%;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area .btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0.0833333333vw;
    width: 0.0833333333vw;
    height: 1vw;
    transform: rotate(90deg);
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0.0833333333vw;
    width: 0.0833333333vw;
    height: 1vw;
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer {
    background-color: #ffffff;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents {
    position: relative;
    padding: 0 5.5vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block {
    margin: 2.9166666667vw 0vw 13.5833333333vw;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #0A8296;
    z-index: 0;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color {
    position: relative;
    width: 35.75vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .img {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-bottom: 2.9166666667vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block {
    position: relative;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block .ttl {
    position: relative;
    margin-bottom: 1.75vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block .ttl p {
    font-weight: 500;
    font-size: 1.6666666667vw;
    letter-spacing: 0.08em;
    line-height: 1.35em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block .txt p {
    font-weight: 400;
    font-size: 1.1666666667vw;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark {
    position: relative;
    width: 36vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .img {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-bottom: 2.9166666667vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .txt_block .ttl {
    position: relative;
    margin-bottom: 1.75vw;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .txt_block .ttl p {
    font-weight: 500;
    font-size: 1.6666666667vw;
    letter-spacing: 0.08em;
    line-height: 1.35em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .txt_block .txt p {
    font-weight: 400;
    font-size: 1.1666666667vw;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .about .content .jump {
    position: relative;
    width: 92.6666666667vw;
    margin: 0 auto;
    z-index: 1;
  }
  body #main_content .about .content .jump .acordion {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0vw 0.25vw 0.8333333333vw rgba(80, 190, 200, 0.5019607843);
  }
  body #main_content .about .content .jump .acordion .acordion_heading {
    position: relative;
    padding: 5.5vw 5.5vw 1.8333333333vw;
  }
  body #main_content .about .content .jump .acordion .acordion_heading .visual_block {
    position: relative;
    justify-content: space-between;
  }
  body #main_content .about .content .jump .acordion .acordion_heading .visual_block .ttl {
    position: relative;
    width: 21.5833333333vw;
    top: -3vw;
  }
  body #main_content .about .content .jump .acordion .acordion_heading .visual_block .img {
    position: relative;
    width: 39.9166666667vw;
  }
  body #main_content .about .content .jump .acordion .acordion_btn {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 3.5vw;
    left: 5.5vw;
    z-index: 5;
  }
  body #main_content .about .content .jump .acordion .acordion_btn:hover {
    opacity: 0.8;
  }
  body #main_content .about .content .jump .acordion .acordion_btn.open .btn_area .btn::before {
    opacity: 0;
  }
  body #main_content .about .content .jump .acordion .acordion_btn.open .btn_area .btn::after {
    transform: rotate(-90deg);
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area p {
    position: relative;
    margin-right: 1.5vw;
    color: #0A8296;
    font-weight: 500;
    font-size: 1.3333333333vw;
    letter-spacing: 0.08em;
    line-height: 1.375em;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area .btn {
    position: relative;
    width: 2.25vw;
    height: 2.25vw;
    top: 0vw;
    background-color: #ffffff;
    border: solid 1px #0A8296;
    border-radius: 50%;
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area .btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0.0833333333vw;
    width: 0.0833333333vw;
    height: 1vw;
    transform: rotate(90deg);
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 0.0833333333vw;
    width: 0.0833333333vw;
    height: 1vw;
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .jump .acordion .acordion_outer {
    background-color: #ffffff;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area {
    padding: 0vw 5.5vw 11.4166666667vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #EFF7F8;
    border-radius: 2.5vw;
    padding: 3.1666666667vw 7.0833333333vw 2.0833333333vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .img_block {
    position: relative;
    width: 23.5vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile {
    position: relative;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block {
    position: relative;
    width: 37.5vw;
    top: 2vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.9166666667vw;
    padding: 0;
    padding-bottom: 0.5833333333vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area:last-child::after {
    content: none;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: radial-gradient(circle farthest-side, #50BEC8, #50BEC8 40%, transparent 50%, transparent);
    background-size: 0.75vw 0.75vw;
    width: 37.5vw;
    height: 0.75vw;
    bottom: -0.5vw;
    left: -0.4166666667vw;
    z-index: 0;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .ttl {
    position: relative;
    width: 2.9166666667vw;
    margin-right: 3.1666666667vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .ttl p {
    color: #0A8296;
    font-weight: 500;
    font-size: 1.3333333333vw;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .txt {
    position: relative;
    width: 31.5833333333vw;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .txt p {
    color: #1E323C;
    font-weight: 500;
    font-size: 1.3333333333vw;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .purpose {
    background-color: #EFF7F8;
  }
  body #main_content .purpose .content {
    padding: 5vw 0vw 6.5833333333vw;
  }
  body #main_content .purpose .content .ttl_area {
    position: relative;
    width: 81.6666666667vw;
    margin: 0 auto;
    margin-bottom: 23.75vw;
  }
  body #main_content .purpose .content .ttl_area .sub_ttl {
    position: relative;
    width: 6.1666666667vw;
    top: 0.3333333333vw;
  }
  body #main_content .purpose .content .txt_content {
    position: relative;
    height: 39.9166666667vw;
    left: 50%;
    background-color: #ffffff;
  }
  body #main_content .purpose .content .txt_content.happiness {
    transform: translateX(-46.3333333333vw);
    padding: 0vw 5.5vw;
    width: 87.1666666667vw;
    margin-bottom: 27.1666666667vw;
  }
  body #main_content .purpose .content .txt_content.happiness .img {
    position: absolute;
  }
  body #main_content .purpose .content .txt_content.happiness .img:nth-child(1) {
    width: 68.8333333333vw;
    top: -21vw;
    left: -3.6666666667vw;
  }
  body #main_content .purpose .content .txt_content.happiness .img:nth-child(2) {
    width: 37.9166666667vw;
    top: -10.8333333333vw;
    right: 1.8333333333vw;
  }
  body #main_content .purpose .content .txt_content.happiness .txt_block {
    padding-top: 16.25vw;
  }
  body #main_content .purpose .content .txt_content.happiness .txt_block .ttl {
    width: 35.25vw;
  }
  body #main_content .purpose .content .txt_content.thoughts {
    transform: translateX(-14.0833333333vw);
    width: 60.4166666667vw;
    padding: 0vw 9.5vw;
    margin-bottom: 24.3333333333vw;
  }
  body #main_content .purpose .content .txt_content.thoughts .img {
    position: absolute;
  }
  body #main_content .purpose .content .txt_content.thoughts .img:nth-child(1) {
    width: 69.3333333333vw;
    top: -21.6666666667vw;
    left: -5.25vw;
  }
  body #main_content .purpose .content .txt_content.thoughts .img:nth-child(2) {
    width: 31vw;
    top: -12.5vw;
    left: -26.75vw;
  }
  body #main_content .purpose .content .txt_content.thoughts .txt_block .ttl {
    width: 35.5vw;
  }
  body #main_content .purpose .content .txt_content.island {
    transform: translateX(-46.3333333333vw);
    padding: 0vw 5.5vw;
    width: 65.9166666667vw;
    margin-bottom: 2.5vw;
  }
  body #main_content .purpose .content .txt_content.island .img {
    position: absolute;
  }
  body #main_content .purpose .content .txt_content.island .img:nth-child(1) {
    width: 90.8333333333vw;
    top: -18.3333333333vw;
    left: -3.6666666667vw;
  }
  body #main_content .purpose .content .txt_content.island .img:nth-child(2) {
    width: 46.3333333333vw;
    top: -4.1666666667vw;
    right: -19.4166666667vw;
  }
  body #main_content .purpose .content .txt_content.island .txt_block .ttl {
    width: 35.5833333333vw;
  }
  body #main_content .purpose .content .txt_content .txt_block {
    padding-top: 12.9166666667vw;
  }
  body #main_content .purpose .content .txt_content .txt_block .ttl {
    position: relative;
    margin-bottom: 3.8333333333vw;
  }
  body #main_content .purpose .content .txt_content .txt_block .txt p {
    font-weight: 500;
    font-size: 1.1666666667vw;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .purpose .content .btn {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    width: 31.25vw;
    padding: 2.5vw 0;
    border: 0.0833333333vw solid #0A8296;
  }
  body #main_content .purpose .content .btn:hover {
    opacity: 0.8;
  }
  body #main_content .purpose .content .btn:hover::after {
    left: 0.4166666667vw;
  }
  body #main_content .purpose .content .btn::after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 0.75vw;
    height: 1.3333333333vw;
    background: url("/70th/aseets/img/arw.svg") center no-repeat;
    background-size: cover;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .purpose .content .btn p {
    position: relative;
    margin-right: 2.75vw;
    color: #0A8296;
    font-weight: 500;
    font-size: 1.3333333333vw;
    letter-spacing: 0.08em;
    line-height: 0.0625em;
  }
  body #main_content .movie {
    background-color: #0A8296;
  }
  body #main_content .movie .content {
    width: 81.6666666667vw;
    margin: 0 auto;
    padding: 5vw 0 5.5833333333vw;
  }
  body #main_content .movie .content .ttl_area {
    margin-bottom: 1.9166666667vw;
  }
  body #main_content .movie .content .ttl_area h2 {
    color: #ffffff;
    font-weight: 500;
  }
  body #main_content .movie .content .ttl_area .sub_ttl {
    position: relative;
    top: 0.0833333333vw;
    width: 4.5vw;
  }
  body #main_content .movie .content .txt {
    margin-bottom: 3.5vw;
  }
  body #main_content .movie .content .txt p {
    font-weight: 500;
    font-size: 1.1666666667vw;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
    color: #ffffff;
  }
  body #main_content .movie .content .tab {
    position: relative;
    width: 59.1666666667vw;
    margin: 0 auto;
  }
  body #main_content .movie .content .tab .tab_btn_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40.8333333333vw;
    margin: 0 auto 2.0833333333vw;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn {
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: 12.5vw;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn:hover {
    opacity: 0.8;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn p {
    position: relative;
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.1666666667vw;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn::after {
    content: "";
    position: absolute;
    bottom: -0.4166666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 12.5vw;
    height: 0.1666666667vw;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn.active p {
    opacity: 1;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn.active::after {
    opacity: 1;
  }
  body #main_content .movie .content .tab .tab_content {
    position: relative;
    display: none;
    width: 100%;
  }
  body #main_content .movie .content .tab .tab_content.active {
    display: block;
  }
  body #main_content .movie .content .tab .tab_content .movie_block {
    position: relative;
    width: 59.1666666667vw;
    height: 33.3333333333vw;
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  body #main_content .movie .content .tab .tab_content .movie_block:hover .movie_btn {
    transform: translate(-50%, -50%) scale(1.05);
  }
  body #main_content .movie .content .tab .tab_content .movie_block .movie_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 7.25vw;
    z-index: 4;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .movie .content .tab .tab_content .movie_block .movie_img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  body #main_content .movie .content .tab .tab_content .movie_block .iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    border: 0;
    width: 59.1666666667vw;
    height: 33.3333333333vw;
  }
  body #main_content .movie .content .tab .tab_content .movie_block .iframe iframe {
    display: block;
    border: 0;
    width: 59.1666666667vw;
    height: 33.3333333333vw;
  }
  body #main_content .history {
    background-color: #EFF7F8;
    z-index: 4;
  }
  body #main_content .history .content {
    position: relative;
    padding: 6.6666666667vw 0 20.4166666667vw;
  }
  body #main_content .history .content::before {
    content: "";
    position: absolute;
    bottom: 1.9166666667vw;
    left: 50%;
    transform: translateX(-50%);
    width: 290.3333333333vw;
    height: 13.75vw;
    background: url("/70th/aseets/img/wave.svg") top center repeat-x;
    background-size: contain;
  }
  body #main_content .history .content::after {
    content: "";
    position: absolute;
    bottom: -3.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 13.5vw;
    background: url("/70th/aseets/img/wave_bg_a.svg") top center repeat-x;
    background-size: contain;
    z-index: -1;
  }
  body #main_content .history .content .txt_area {
    position: relative;
    width: 81.6666666667vw;
    margin: 0 auto;
    padding: 0vw;
    justify-content: space-between;
  }
  body #main_content .history .content .txt_area .txt_block {
    position: relative;
    width: 45.5833333333vw;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area {
    position: relative;
    left: -1.4166666667vw;
    margin-bottom: 4.1666666667vw;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area h2 ruby rt {
    position: relative;
    top: -0.3333333333vw;
    font-weight: 500;
    font-size: 0.8333333333vw;
    letter-spacing: 0.11em;
    line-height: 3.2em;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area .sub_ttl {
    position: relative;
    top: 0.6666666667vw;
    width: 5.6666666667vw;
  }
  body #main_content .history .content .txt_area .txt_block .txt p {
    font-weight: 500;
    font-size: 1.1666666667vw;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .history .content .txt_area .img {
    position: relative;
    width: 28.6666666667vw;
  }
  body #main_content .story {
    background-color: #ffffff;
    z-index: 3;
  }
  body #main_content .story .content {
    position: relative;
    position: relative;
    width: 81.6666666667vw;
    margin: 0 auto;
    padding: 6.6666666667vw 0 19.1666666667vw;
  }
  body #main_content .story .content::before {
    content: "";
    position: absolute;
    bottom: -3.75vw;
    left: 50%;
    transform: translateX(-50%);
    width: 290.3333333333vw;
    height: 13.75vw;
    background: url("/70th/aseets/img/wave.svg") top center repeat-x;
    background-size: contain;
  }
  body #main_content .story .content::after {
    content: "";
    position: absolute;
    bottom: -1.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 13.5vw;
    background: url("/70th/aseets/img/wave_bg.svg") top center repeat-x;
    background-size: contain;
    z-index: -1;
  }
  body #main_content .story .content .ttl_area {
    width: 81.6666666667vw;
    margin: 0 auto;
    margin-bottom: 4.3333333333vw;
  }
  body #main_content .story .content .ttl_area .sub_ttl {
    position: relative;
    top: 0.25vw;
    width: 3.75vw;
  }
  body #main_content .story .content .txt_block {
    position: relative;
    width: 81.6666666667vw;
    margin: 0 auto;
    margin-bottom: 4.3333333333vw;
  }
  body #main_content .story .content .txt_block p {
    font-weight: 500;
    font-size: 1.1666666667vw;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .story .content .acordion_sf {
    width: 81.6666666667vw;
    margin: 0 auto 0.4166666667vw;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block {
    background-color: #0A8296;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_a {
    width: 25.1666666667vw;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_b {
    width: 22.5vw;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_c {
    width: 26.3333333333vw;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_d {
    width: 25.1666666667vw;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_e {
    width: 22.5833333333vw;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_f {
    width: 15.3333333333vw;
  }
  body #main_content .story .content .acordion_sf .acordion_outer {
    background-color: #0A8296;
  }
  body #main_content .future {
    background-color: #EFF7F8;
  }
  body #main_content .future .content {
    position: relative;
    width: 81.6666666667vw;
    margin: 0 auto;
    padding: 11.9166666667vw 0 13.3333333333vw;
  }
  body #main_content .future .content .ttl_area {
    margin-bottom: 4.3333333333vw;
  }
  body #main_content .future .content .ttl_area .sub_ttl {
    width: 5.25vw;
    top: 0.1666666667vw;
  }
  body #main_content .future .content .txt_block {
    position: relative;
    margin-bottom: 4.3333333333vw;
  }
  body #main_content .future .content .txt_block p {
    font-weight: 500;
    font-size: 1.1666666667vw;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .future .content .acordion_sf {
    background-color: #50BEC8;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block {
    background-color: #50BEC8;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_a {
    width: 20.25vw;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_b {
    width: 18.6666666667vw;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_c {
    width: 20.25vw;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_d {
    width: 20.3333333333vw;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_e {
    width: 15.3333333333vw;
  }
  body #main_content .future .content .acordion_sf .acordion_outer {
    background-color: #50BEC8;
  }
  body #main_content #footer {
    position: relative;
    background-color: #EFF7F8;
    height: 66.25vw;
    overflow: hidden;
    z-index: 2;
  }
  body #main_content #footer .img {
    position: relative;
    width: 202.0833333333vw;
    height: 69.8333333333vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  body #main_content #footer .img img {
    border-radius: 50% 50% 0 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  body #main_content #footer .copy {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background-color: #0A8296;
  }
  body #main_content #footer .copy p {
    position: relative;
    padding: 0.5833333333vw 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 1vw;
    letter-spacing: 0em;
    line-height: 2.6666666667em;
  }
}
@media print {
  .sp_view {
    display: none !important;
  }
  .pc_view {
    display: block;
  }
  * {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
         print-color-adjust: exact;
  }
  body {
    width: 100%;
    -webkit-font-smoothing: antialiased;
  }
  body .ot-sdk-show-settings {
    display: none;
  }
  body #loader {
    position: fixed;
    opacity: 1;
    background: url("/70th/aseets/img/fv_img.jpg") center center no-repeat;
    background-size: cover;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
    display: block;
  }
  body #loader.none {
    opacity: 0;
  }
  body #main_content {
    background-color: #ffffff;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
    color: #1E323C;
    overflow: hidden;
  }
  body #main_content section {
    position: relative;
    z-index: 2;
  }
  body #main_content section .content {
    position: relative;
    padding: 60px 44px 0;
  }
  body #main_content .flex_block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body #main_content .ttl_area {
    justify-content: flex-start;
  }
  body #main_content .ttl_area h2 {
    position: relative;
    margin: 0;
    margin-right: 23px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .ttl_area .sub_ttl {
    position: relative;
    width: 76px;
    top: 6px;
    line-height: 0;
  }
  body #main_content .acordion_sf {
    position: relative;
    width: 980px;
    margin: 0 auto 2px;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #0A8296;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .img {
    position: relative;
    width: 490px;
    line-height: 0;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area {
    position: relative;
    width: 490px;
    padding: 47px 0 0;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .ttl {
    position: relative;
    padding-left: 40px;
    margin-bottom: 75px;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .txt_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0 40px;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .txt_block .name {
    display: inline-block;
  }
  body #main_content .acordion_sf .acordion_heading .visual_block .txt_area .txt_block .name p {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .acordion_sf .acordion_btn {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    top: 197px;
    right: 40px;
  }
  body #main_content .acordion_sf .acordion_btn.left {
    right: 530px;
  }
  body #main_content .acordion_sf .acordion_btn:hover {
    opacity: 0.8;
  }
  body #main_content .acordion_sf .acordion_btn.open .btn_area .btn::before {
    opacity: 0;
  }
  body #main_content .acordion_sf .acordion_btn.open .btn_area .btn::after {
    transform: rotate(-90deg);
  }
  body #main_content .acordion_sf .acordion_btn .btn_area {
    position: relative;
    bottom: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  body #main_content .acordion_sf .acordion_btn .btn_area p {
    position: relative;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.375em;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .acordion_sf .acordion_btn .btn_area .btn {
    position: relative;
    width: 27px;
    height: 27px;
    top: 0px;
    margin-left: 15px;
    border: solid 1px #ffffff;
    border-radius: 50%;
  }
  body #main_content .acordion_sf .acordion_btn .btn_area .btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 1px;
    width: 1px;
    height: 12px;
    transform: rotate(90deg);
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .acordion_sf .acordion_btn .btn_area .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 1px;
    width: 1px;
    height: 12px;
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .acordion_sf .acordion_outer {
    background-color: #0A8296;
  }
  body #main_content .acordion_sf .acordion_outer .acordion_contents {
    margin: 0px 40px;
  }
  body #main_content .acordion_sf .acordion_outer .acordion_contents .txt {
    padding: 30px 0;
  }
  body #main_content .acordion_sf .acordion_outer .acordion_contents .txt p {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.23em;
    line-height: 2em;
  }
  body #main_content .header {
    position: fixed;
    width: 100%;
    top: 17px;
    z-index: 10;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .header.black .header_block .nav_head .logo {
    width: 172px;
    height: 20px;
    background: url("/70th/aseets/img/logo_gr.png") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link {
    display: block;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.about {
    background: url("/70th/aseets/img/nav_about_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.purpose {
    background: url("/70th/aseets/img/nav_purpose_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.movie {
    background: url("/70th/aseets/img/nav_movie_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.history {
    background: url("/70th/aseets/img/nav_history_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.story {
    background: url("/70th/aseets/img/nav_story_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header.black .header_block .nav_head .nav ul .anchor_link.future {
    background: url("/70th/aseets/img/nav_future_gr.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head {
    padding: 0 44px;
    justify-content: space-between;
  }
  body #main_content .header .header_block .nav_head .logo {
    position: relative;
    width: 172px;
    height: 20px;
    background: url("/70th/aseets/img/logo.png") center no-repeat;
    background-size: contain;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .header .header_block .nav_head .nav ul {
    margin: 0;
    padding: 0;
    line-height: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    list-style: none;
  }
  body #main_content .header .header_block .nav_head .nav ul li {
    position: relative;
  }
  body #main_content .header .header_block .nav_head .nav ul li:first-child {
    top: -2px;
  }
  body #main_content .header .header_block .nav_head .nav ul li:nth-child(3) {
    top: -2px;
  }
  body #main_content .header .header_block .nav_head .nav ul li:nth-child(6) {
    top: -1px;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link {
    position: relative;
    display: block;
    margin-left: 42px;
    height: 16px;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link:hover {
    opacity: 0.8;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.about {
    width: 50px;
    background: url("/70th/aseets/img/nav_about_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.purpose {
    width: 65px;
    background: url("/70th/aseets/img/nav_purpose_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.movie {
    width: 50px;
    background: url("/70th/aseets/img/nav_movie_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.history {
    width: 61px;
    background: url("/70th/aseets/img/nav_history_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.story {
    width: 41px;
    background: url("/70th/aseets/img/nav_story_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .header .header_block .nav_head .nav ul li .anchor_link.future {
    width: 54px;
    background: url("/70th/aseets/img/nav_future_w.svg") center no-repeat;
    background-size: contain;
  }
  body #main_content .fv {
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
  }
  body #main_content .fv .content {
    position: relative;
    overflow: visible;
    padding: 0;
  }
  body #main_content .fv .content .fv_img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100lvh;
  }
  body #main_content .fv .content .fv_img .swiper {
    width: 100%;
    height: 100%;
  }
  body #main_content .fv .content .fv_img .swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }
  body #main_content .fv .content .fv_img .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body #main_content .fv .content .fv_img .swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
    transform: scale(1.02);
  }
  body #main_content .fv .content .fv_img .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transform: scale(1);
    transition: all 3s linear;
  }
  body #main_content .fv .content::before {
    content: "";
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 894px;
    background: url("/70th/aseets/img/sc_bg.png") top center no-repeat;
    background-size: cover;
    mix-blend-mode: multiply;
    z-index: 1;
  }
  body #main_content .fv .content .fv_block {
    position: relative;
    width: 100%;
    height: 100lvh;
    z-index: 2;
  }
  body #main_content .fv .content .fv_block .ttl_block {
    position: absolute;
    width: 348px;
    top: 50%;
    left: 50%;
    transform: translate(-489px, -50%);
    margin: 0;
  }
  body #main_content .fv .content .fv_block .ttl_block .ttl {
    position: relative;
    width: 100%;
    opacity: 0;
    margin-bottom: 40px;
  }
  body #main_content .fv .content .fv_block .ttl_block .ttl:last-child {
    margin-bottom: 0px;
  }
  body #main_content .fv .content .se_block {
    position: relative;
    height: 893px;
    z-index: 5;
  }
  body #main_content .fv .content .se_block .txt_block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-489px, -50%);
    width: 100%;
  }
  body #main_content .fv .content .se_block .txt_block .txt {
    position: relative;
    opacity: 0;
    margin-bottom: 23px;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(1) {
    width: 450px;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(2) {
    width: 575px;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(3) {
    width: 461px;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(4) {
    width: 397px;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(5) {
    width: 257px;
  }
  body #main_content .fv .content .se_block .txt_block .txt:nth-child(6) {
    width: 688px;
  }
  body #main_content .about {
    background-color: #EFF7F8;
  }
  body #main_content .about .content {
    background-color: #EFF7F8;
    padding: 0px 44px 46px;
  }
  body #main_content .about .content::before {
    content: "";
    pointer-events: none;
    display: block;
    position: absolute;
    top: -622px;
    left: 50%;
    transform: translateX(-50%);
    width: 2425px;
    height: 1004px;
    background: url("/70th/aseets/img/boundary.svg") center no-repeat;
    background-size: cover;
    z-index: -1;
  }
  body #main_content .about .content .logo {
    position: relative;
    width: 1112px;
    margin: 0 auto;
    z-index: 1;
  }
  body #main_content .about .content .logo .about_acordion {
    position: relative;
    background-color: #ffffff;
    margin-bottom: 20px;
    box-shadow: 0px 3px 10px rgba(80, 190, 200, 0.5019607843);
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading {
    position: relative;
    padding: 62px 66px 55px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading .visual_block {
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading .visual_block .ttl {
    position: relative;
    top: 14px;
    width: 374px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_heading .visual_block .img {
    position: relative;
    width: 453px;
    left: -7px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 42px;
    left: 66px;
    z-index: 5;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn:hover {
    opacity: 0.8;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn.open .btn_area .btn::before {
    opacity: 0;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn.open .btn_area .btn::after {
    transform: rotate(-90deg);
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area p {
    position: relative;
    margin-right: 18px;
    color: #0A8296;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.375em;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area .btn {
    position: relative;
    width: 27px;
    height: 27px;
    top: 0px;
    background-color: #ffffff;
    border: solid 1px #0A8296;
    border-radius: 50%;
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area .btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 1px;
    width: 1px;
    height: 12px;
    transform: rotate(90deg);
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .logo .about_acordion .acordion_btn .btn_area .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 1px;
    width: 1px;
    height: 12px;
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer {
    background-color: #ffffff;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents {
    position: relative;
    padding: 0 66px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block {
    margin: 35px 0px 163px;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #0A8296;
    z-index: 0;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color {
    position: relative;
    width: 429px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .img {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-bottom: 35px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block {
    position: relative;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block .ttl {
    position: relative;
    margin-bottom: 21px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block .ttl p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.35em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .color .txt_block .txt p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark {
    position: relative;
    width: 432px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .img {
    position: relative;
    width: 100%;
    line-height: 0;
    margin-bottom: 35px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .txt_block .ttl {
    position: relative;
    margin-bottom: 21px;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .txt_block .ttl p {
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.35em;
  }
  body #main_content .about .content .logo .about_acordion .acordion_outer .acordion_contents .flex_block .mark .txt_block .txt p {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .about .content .jump {
    position: relative;
    width: 1112px;
    margin: 0 auto;
    z-index: 1;
  }
  body #main_content .about .content .jump .acordion {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 3px 10px rgba(80, 190, 200, 0.5019607843);
  }
  body #main_content .about .content .jump .acordion .acordion_heading {
    position: relative;
    padding: 66px 66px 22px;
  }
  body #main_content .about .content .jump .acordion .acordion_heading .visual_block {
    position: relative;
    justify-content: space-between;
  }
  body #main_content .about .content .jump .acordion .acordion_heading .visual_block .ttl {
    position: relative;
    width: 259px;
    top: -36px;
  }
  body #main_content .about .content .jump .acordion .acordion_heading .visual_block .img {
    position: relative;
    width: 479px;
  }
  body #main_content .about .content .jump .acordion .acordion_btn {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 42px;
    left: 66px;
    z-index: 5;
  }
  body #main_content .about .content .jump .acordion .acordion_btn:hover {
    opacity: 0.8;
  }
  body #main_content .about .content .jump .acordion .acordion_btn.open .btn_area .btn::before {
    opacity: 0;
  }
  body #main_content .about .content .jump .acordion .acordion_btn.open .btn_area .btn::after {
    transform: rotate(-90deg);
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area p {
    position: relative;
    margin-right: 18px;
    color: #0A8296;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.375em;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area .btn {
    position: relative;
    width: 27px;
    height: 27px;
    top: 0px;
    background-color: #ffffff;
    border: solid 1px #0A8296;
    border-radius: 50%;
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area .btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 1px;
    width: 1px;
    height: 12px;
    transform: rotate(90deg);
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .jump .acordion .acordion_btn .btn_area .btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 1px;
    width: 1px;
    height: 12px;
    background-color: #0A8296;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .about .content .jump .acordion .acordion_outer {
    background-color: #ffffff;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area {
    padding: 0px 66px 137px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #EFF7F8;
    border-radius: 30px;
    padding: 38px 85px 25px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .img_block {
    position: relative;
    width: 282px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile {
    position: relative;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block {
    position: relative;
    width: 450px;
    top: 24px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 23px;
    padding: 0;
    padding-bottom: 7px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area:last-child::after {
    content: none;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area::after {
    content: "";
    position: absolute;
    display: inline-block;
    background: radial-gradient(circle farthest-side, #50BEC8, #50BEC8 40%, transparent 50%, transparent);
    background-size: 9px 9px;
    width: 450px;
    height: 9px;
    bottom: -6px;
    left: -5px;
    z-index: 0;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .ttl {
    position: relative;
    width: 35px;
    margin-right: 38px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .ttl p {
    color: #0A8296;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .txt {
    position: relative;
    width: 379px;
  }
  body #main_content .about .content .jump .acordion .acordion_outer .acordion_contents .profile_area .flex_block .profile .txt_block .txt_area .txt p {
    color: #1E323C;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.375em;
  }
  body #main_content .purpose {
    background-color: #EFF7F8;
  }
  body #main_content .purpose .content {
    padding: 60px 0px 79px;
  }
  body #main_content .purpose .content .ttl_area {
    position: relative;
    width: 980px;
    margin: 0 auto;
    margin-bottom: 285px;
  }
  body #main_content .purpose .content .ttl_area .sub_ttl {
    position: relative;
    width: 74px;
    top: 4px;
  }
  body #main_content .purpose .content .txt_content {
    position: relative;
    height: 479px;
    left: 50%;
    background-color: #ffffff;
  }
  body #main_content .purpose .content .txt_content.happiness {
    transform: translateX(-556px);
    padding: 0px 66px;
    width: 1046px;
    margin-bottom: 326px;
  }
  body #main_content .purpose .content .txt_content.happiness .img {
    position: absolute;
  }
  body #main_content .purpose .content .txt_content.happiness .img:nth-child(1) {
    width: 826px;
    top: -252px;
    left: -44px;
  }
  body #main_content .purpose .content .txt_content.happiness .img:nth-child(2) {
    width: 455px;
    top: -130px;
    right: 22px;
  }
  body #main_content .purpose .content .txt_content.happiness .txt_block {
    padding-top: 195px;
  }
  body #main_content .purpose .content .txt_content.happiness .txt_block .ttl {
    width: 423px;
  }
  body #main_content .purpose .content .txt_content.thoughts {
    transform: translateX(-169px);
    width: 725px;
    padding: 0px 114px;
    margin-bottom: 292px;
  }
  body #main_content .purpose .content .txt_content.thoughts .img {
    position: absolute;
  }
  body #main_content .purpose .content .txt_content.thoughts .img:nth-child(1) {
    width: 832px;
    top: -260px;
    left: -63px;
  }
  body #main_content .purpose .content .txt_content.thoughts .img:nth-child(2) {
    width: 372px;
    top: -150px;
    left: -321px;
  }
  body #main_content .purpose .content .txt_content.thoughts .txt_block .ttl {
    width: 426px;
  }
  body #main_content .purpose .content .txt_content.island {
    transform: translateX(-556px);
    padding: 0px 66px;
    width: 791px;
    margin-bottom: 30px;
  }
  body #main_content .purpose .content .txt_content.island .img {
    position: absolute;
  }
  body #main_content .purpose .content .txt_content.island .img:nth-child(1) {
    width: 1090px;
    top: -220px;
    left: -44px;
  }
  body #main_content .purpose .content .txt_content.island .img:nth-child(2) {
    width: 556px;
    top: -50px;
    right: -233px;
  }
  body #main_content .purpose .content .txt_content.island .txt_block .ttl {
    width: 427px;
  }
  body #main_content .purpose .content .txt_content .txt_block {
    padding-top: 155px;
  }
  body #main_content .purpose .content .txt_content .txt_block .ttl {
    position: relative;
    margin-bottom: 46px;
  }
  body #main_content .purpose .content .txt_content .txt_block .txt p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .purpose .content .btn {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
    width: 375px;
    padding: 30px 0;
    border: 1px solid #0A8296;
  }
  body #main_content .purpose .content .btn:hover {
    opacity: 0.8;
  }
  body #main_content .purpose .content .btn:hover::after {
    left: 5px;
  }
  body #main_content .purpose .content .btn::after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 9px;
    height: 16px;
    background: url("/70th/aseets/img/arw.svg") center no-repeat;
    background-size: cover;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .purpose .content .btn p {
    position: relative;
    margin-right: 33px;
    color: #0A8296;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 0.0625em;
  }
  body #main_content .movie {
    background-color: #0A8296;
  }
  body #main_content .movie .content {
    width: 980px;
    margin: 0 auto;
    padding: 60px 0 67px;
  }
  body #main_content .movie .content .ttl_area {
    margin-bottom: 23px;
  }
  body #main_content .movie .content .ttl_area h2 {
    color: #ffffff;
    font-weight: 500;
  }
  body #main_content .movie .content .ttl_area .sub_ttl {
    position: relative;
    top: 1px;
    width: 54px;
  }
  body #main_content .movie .content .txt {
    margin-bottom: 42px;
  }
  body #main_content .movie .content .txt p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
    color: #ffffff;
  }
  body #main_content .movie .content .tab {
    position: relative;
    width: 710px;
    margin: 0 auto;
  }
  body #main_content .movie .content .tab .tab_btn_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 490px;
    margin: 0 auto 25px;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn {
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    width: 150px;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn:hover {
    opacity: 0.8;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn p {
    position: relative;
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background-color: #ffffff;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn.active p {
    opacity: 1;
  }
  body #main_content .movie .content .tab .tab_btn_block .tab_btn.active::after {
    opacity: 1;
  }
  body #main_content .movie .content .tab .tab_content {
    position: relative;
    display: none;
    width: 100%;
  }
  body #main_content .movie .content .tab .tab_content.active {
    display: block;
  }
  body #main_content .movie .content .tab .tab_content .movie_block {
    position: relative;
    width: 710px;
    height: 400px;
    cursor: pointer;
    transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  }
  body #main_content .movie .content .tab .tab_content .movie_block:hover .movie_btn {
    transform: translate(-50%, -50%) scale(1.05);
  }
  body #main_content .movie .content .tab .tab_content .movie_block .movie_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 87px;
    z-index: 4;
    transition: all 0.3s cubic-bezier(0.64, 0, 0.78, 0);
  }
  body #main_content .movie .content .tab .tab_content .movie_block .movie_img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  body #main_content .movie .content .tab .tab_content .movie_block .iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    border: 0;
    width: 710px;
    height: 400px;
  }
  body #main_content .movie .content .tab .tab_content .movie_block .iframe iframe {
    display: block;
    border: 0;
    width: 710px;
    height: 400px;
  }
  body #main_content .history {
    background-color: #EFF7F8;
    z-index: 4;
  }
  body #main_content .history .content {
    position: relative;
    padding: 80px 0 245px;
  }
  body #main_content .history .content::before {
    content: "";
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 3484px;
    height: 165px;
    background: url("/70th/aseets/img/wave.svg") top center repeat-x;
    background-size: contain;
  }
  body #main_content .history .content::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 162px;
    background: url("/70th/aseets/img/wave_bg_a.svg") top center repeat-x;
    background-size: contain;
    z-index: -1;
  }
  body #main_content .history .content .txt_area {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 0px;
    justify-content: space-between;
  }
  body #main_content .history .content .txt_area .txt_block {
    position: relative;
    width: 547px;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area {
    position: relative;
    left: -17px;
    margin-bottom: 50px;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area h2 ruby rt {
    position: relative;
    top: -4px;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.11em;
    line-height: 3.2em;
  }
  body #main_content .history .content .txt_area .txt_block .ttl_area .sub_ttl {
    position: relative;
    top: 8px;
    width: 68px;
  }
  body #main_content .history .content .txt_area .txt_block .txt p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .history .content .txt_area .img {
    position: relative;
    width: 344px;
  }
  body #main_content .story {
    background-color: #ffffff;
    z-index: 3;
  }
  body #main_content .story .content {
    position: relative;
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 80px 0 230px;
  }
  body #main_content .story .content::before {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 3484px;
    height: 165px;
    background: url("/70th/aseets/img/wave.svg") top center repeat-x;
    background-size: contain;
  }
  body #main_content .story .content::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 162px;
    background: url("/70th/aseets/img/wave_bg.svg") top center repeat-x;
    background-size: contain;
    z-index: -1;
  }
  body #main_content .story .content .ttl_area {
    width: 980px;
    margin: 0 auto;
    margin-bottom: 52px;
  }
  body #main_content .story .content .ttl_area .sub_ttl {
    position: relative;
    top: 3px;
    width: 45px;
  }
  body #main_content .story .content .txt_block {
    position: relative;
    width: 980px;
    margin: 0 auto;
    margin-bottom: 52px;
  }
  body #main_content .story .content .txt_block p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .story .content .acordion_sf {
    width: 980px;
    margin: 0 auto 5px;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block {
    background-color: #0A8296;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_a {
    width: 302px;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_b {
    width: 270px;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_c {
    width: 316px;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_d {
    width: 302px;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_e {
    width: 271px;
  }
  body #main_content .story .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.story_f {
    width: 184px;
  }
  body #main_content .story .content .acordion_sf .acordion_outer {
    background-color: #0A8296;
  }
  body #main_content .future {
    background-color: #EFF7F8;
  }
  body #main_content .future .content {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 143px 0 160px;
  }
  body #main_content .future .content .ttl_area {
    margin-bottom: 52px;
  }
  body #main_content .future .content .ttl_area .sub_ttl {
    width: 63px;
    top: 2px;
  }
  body #main_content .future .content .txt_block {
    position: relative;
    margin-bottom: 52px;
  }
  body #main_content .future .content .txt_block p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.23em;
    line-height: 2.2857142857em;
  }
  body #main_content .future .content .acordion_sf {
    background-color: #50BEC8;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block {
    background-color: #50BEC8;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_a {
    width: 243px;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_b {
    width: 224px;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_c {
    width: 243px;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_d {
    width: 244px;
  }
  body #main_content .future .content .acordion_sf .acordion_heading .visual_block .txt_area .ttl.future_e {
    width: 184px;
  }
  body #main_content .future .content .acordion_sf .acordion_outer {
    background-color: #50BEC8;
  }
  body #main_content #footer {
    position: relative;
    background-color: #EFF7F8;
    height: 795px;
    overflow: hidden;
    z-index: 2;
  }
  body #main_content #footer .img {
    position: relative;
    width: 2425px;
    height: 838px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  body #main_content #footer .img img {
    border-radius: 50% 50% 0 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  body #main_content #footer .copy {
    position: absolute;
    bottom: 0;
    z-index: 3;
    width: 100%;
    background-color: #0A8296;
  }
  body #main_content #footer .copy p {
    position: relative;
    padding: 7px 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 2.6666666667em;
  }
  @page {
    margin: 1cm;
  }
}
/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023

 The MIT License (MIT)	

Copyright (c) 2019 Vladimir Kharlampidi

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}