/*reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tfoot, thead, 
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 vertical-align:baseline;
 background:transparent;
 box-sizing: border-box;
}
body {
 margin: 0;
 width: 100%;
 font-smoothing: antialiased;
 font-variant-numeric: tabular-nums;
 /* safari hover対策 */
 -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}
main{
 display: block;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
 display:block;
}
h1, h2, h3, h4, h5, h6{
    font-size: inherit;
    font-weight: inherit;
}
img {
    max-width: 100%;
 vertical-align: bottom;
 line-height: 1.0;
}
ul, ol{
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
ul{
    list-style: none;
}
.disc {
    list-style: disc;
    margin: 15px 28px;
}
blockquote, q {
 quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content:'';
 content:none;
}
a {
 margin:0;
 padding:0;
 vertical-align:baseline;
 text-decoration: none;
 color: inherit;
 box-sizing: border-box;
}
.inner a {
    word-break: break-all;
    display: inline-block;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}

/* change colours to suit your needs */
ins {
 background-color:#ff9;
 color:#000;
 text-decoration:none;
}

/* change colours to suit your needs */
mark {
 background-color:#ff9;
 color:#000;
 font-style:italic;
 font-weight:bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}
table {
 border-collapse:collapse;
 border-spacing:0;
 table-layout: fixed;
 word-break: break-word;
}
th, td {
    box-sizing: border-box;
}
/* change border colour to suit your needs */
hr {
 display:block;
 height:1px;
 border:0;
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}
input, select {
 vertical-align:middle;
}
button {
 line-height: 1.0;
 background-color: transparent;
 border: none;
 cursor: pointer;
 outline: none;
 padding: 0;
 appearance: none;
}

/*-reset-*/
/*common*/
@font-face {
font-family: 'myfont';
  src: url('../font/myfont.ttf') format('truetype');
  src: url('../font/myfont.woff') format("woff");
}
.br {
    display: inline-block;
}
.center {
    text-align: center;
}
.flex {
    display: flex;
}
.aline_center{
    align-items: center;
}
.wrap{
    flex-wrap: wrap;
}
.between{
    justify-content: space-between;
}
.around{
    justify-content: space-around;
}
.s-center{
    justify-content: center;
}
.goto_top {
    font-size: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.material-icons.at {
    font-size: 18px;
    transform: translateY(18%);
}
#breadcrumb_inner {
    width: 90%;
    margin: auto;
    font-size: 13px;
}
#breadcrumb_inner a:after {
    content: ">";
    padding: 10px;
}
#page_top {
    position: fixed;
    bottom: 30px;
    right: 5px;
}
#page_top a {
    background: #34afb0;
    color: #343e4c;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
}
#page_top a:hover {
    background-color: #343e4c;
    color: #34afb0;
    text-decoration: none;
}
.pdf_icon {
    font-size: 28px;
    margin-left: 10px;
    color: #343e4c;
}
h2 {
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: .5rem;
}
h3 {
    font-size: 30px;
}
.h2_sub {
    font-size: 20px;
}
.bg_gray {
    background: #e6e6e6;
}
.fcolor_g{
    color: #343e4c;
}
fcolor_rg{
    color: #3e3e3e;
}
.fcolor_y{
    color: #f9be00;
}
.fcolor_w{
    color: #fff;
}
.fcolor_m{
    color: #34afb0;
}
.fc_font{
    font-family: Futura, 'Century Gothic';
}
.noto_font {
    font-family: 'Noto Serif JP', serif;
}
.playfair_font{
    font-family: 'Playfair Display', serif;
}
.f-size_m{
    font-size: 20px;
}
.type01, .bg_gray, .under_area {
    padding: 100px 0;
}
.left_img_style, .right_img_style, .top_img_type {
    padding: 0;
}
.mb_30{
    margin-bottom: 30px; 
}
.bloc_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
}
.u_border {text-decoration: underline;}
a[href$="docx"] {
    position: relative;
}
a[href$="docx"]:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/content/400177951.png)no-repeat ;
    top: 50%;
    transform: translate(6px, -50%);
}
/*button*/
.btn-viewmore{
    width: 500px;
    margin: 30px auto;
}
.btn-viewmore a {
    color: #fff;
    background: #34afb0;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    border: 2px solid #343e4c;
    position: relative;
    overflow: hidden;
    transition: .3s;
}
.triangle_b {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #343e4c transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}
.btn-viewmore a:hover {
    background: #ffd85b;
    color: #343e4c;
    transition: .5s;
}
/*-button-*/
.arrow {
    position: absolute;
    right: 5%;
    top: 55%;
    transition: .5s;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow::before{
    right: 10px;
    width: 57px;
    height: 1px;
    background: #03004c;
}
.arrow::after{
    right: 6px;
    width: 25px;
    height: 0;
    border-top: 1px solid #03004c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -17px;
}
.news_list li a:hover, .support_list li:hover .arrow {
    transform: translateX(10px);
    transition: .5s;
}
.viewmore {
    display: flex;
}
.viewmore.short_line {
    width: 100%;
    margin: 50px 0 20px;
}
.viewmore a {
    font-size: 25px;
    font-family: Futura, 'Century Gothic';
    font-weight: 600;
    letter-spacing: .2em;
    transition: .2s;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}
.viewmore a:before {
    content: "";
    border-top: 1px solid #34afb0;
    width: 255px;
    margin-right: 20px;
}
.viewmore a:hover {
    color: #fabe00;
}
.viewmore a:hover:before {
    background: #fabe00;
}
.top-bloc {
    margin: 80px auto 150px;
}
/*header*/
header {
    width: 100%;
    position: fixed;
    z-index: 20;
    height: 121px;
    background: #fff;
    top: 0;
}
.inner_header {
    width: 100%;
    padding: 5px 0 5px 2.5%;
    display: flex;
    justify-content: space-between;
}
.header_right {
    justify-content: flex-end;
}
.logo {
    display: flex;
    align-items: center;
}
.logo img {
    width: 100%;
}
.header_utokyo_logo img {
    width: 140px;
}
.heaer_nav {
    display: flex;
    padding-top: 20px;
    margin-right: 30px;
}
.heaer_nav li {
    width: 120px;
    text-align: center;
}
.heaer_nav li img {
    margin-right: 5px;
}
.heaer_nav li img {
    margin-right: 5px;
    margin-bottom: 2px;
    width: 31px;
}
.heaer_nav li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #343e4c;
}
.exchange {
    display: flex;
    font-size: 14px;
    border-left: 1px solid;
    margin: 15px 0;
    align-items: center;
}
.lang {
    width: 58px;
    text-align: center;
}
.lang a {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
}
.lang_en {
    position: relative;
}
.lang_en:before {
    content: "";
    height: 22px;
    width: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.lang.select a {
    color: #34afb0;
}
.header_utokyo_logo {
    display: flex;
    align-items: center;
    margin-right: 30px;
}
/**nav**/
.navArea {
    background: #343e4c;
}
nav ul {
    width: 95%;
    margin: auto;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 500;
}
nav.pc li {
    position: relative;
}
nav.pc li:not(:last-child) {
    margin-right: 30px;
}
nav.pc li a{
    position: relative;
    padding: 0 0 8px;
    color: #fff;
    letter-spacing: 0.2rem;
    transition: .3s;
}
nav li a.active, nav li a:hover {
    color: #ffd85b;
    transition: .3s;
}
.nav_inner {
    visibility: hidden;
    opacity: 0;
    background: #d5d5d5;
    position: relative;
    top: -3px;
    transition: .5s;
}
.nav_inner .all_nav {
    width: 100%;
    padding: 20px 6%;
    position: relative;
}
.nav_inner.show {
    display: block;
    visibility: visible;
    transition: .5s;
    opacity: 1;
}
.slider_on_h1 {
    letter-spacing: 7.2px;
    font-weight: bold;
    font-family: 'myfont', sans-serif;
}
.main_content {
    width: 50%;
    font-size: 23px;
    padding: 10px 4%;
    display: flex;
}
.main_content:hover {
    background: #fff;
}
.page-nav .main_content.is_active {
    background: #ecffff;
}
.nav_no {
    font-style: oblique;
    font-weight: 700;
    padding-right: 7px;
}
.sub_content {
    font-size: 20px;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px;
    height: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    overflow-y: auto;
    height: 100%;
}
.sub_content.show {
    display: block;
    visibility: visible;
    transition: .5s;
    opacity: 1;
    z-index: 10;
}
.sub_content::-webkit-scrollbar-thumb {
    background: #d5e7e7;
}
.sub_content::-webkit-scrollbar {
    background: #fff;
}
.page-nav .sub_content.now{
    display: block;
    visibility: visible;
    opacity: 1;
    background: #ecffff;
    z-index: 1;
}
.sub_content img {
    margin-right: 5px;
}
.sub_content li {
    display: flex;
    padding: 11px 5px;
    border-bottom: 1px solid;
}
.utokyo.active {
    background: #fff;
}
.utokyo {
    color: #070c47;
}
nav .accordion_one ul .stage_icon {
    width: auto;
    align-items: center;
    padding: 0;
}
.stage_icon {
    margin-left: 10px;
    align-items: center;
}
.stage_icon li {
    display: flex;
    border-radius: 50%;
    margin: 0 3px;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.icon_g{
    background: #f15a24;
}
.icon_y{
    background: #8cc63f;
}
.icon_m{
    background: #1b1464;
}
.page_icon_non {
    background: #eaeaea;
}
.onlyUtokyo {
    background: #34afb0;
    width: 100px;
    border-radius: 15px;
    margin-right: 10px;
    color: #fff;
    text-align: center;
}
.support_en .onlyUtokyo {
    width: 200px;
}
/**supportpage_page_nav**/
.page-nav .main_content {
    font-size: 20px;
    padding: 5px 4%;
}
.page-nav .sub_content {
    font-size: 16px;
    padding: 8px 2%;
}
.page-nav .sub_content img {
    width: 22px;
}
.page-nav .stage_icon li {
    width: 24px;
    height: 24px;
    font-size: 13px;
}
/***sp-nav***/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}
.hum {
    position: relative;
    width: 40px;
    height: 26px;
    margin-left: 2%;
    top: 50%;
    transform: translateY(-50%);
}
.menu-trigger {
    display: flex;
    justify-content: space-around;
    width: 170px;
    vertical-align: middle;
    cursor: pointer;
    top: 0px;
    right: 0;
    z-index: 100;
    transform: translateX(0);
    transition: transform .5s;
    background: #34afb0;
    padding: 9px;
    margin-top: -5px;
    margin-bottom: -5px;
}
.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 93%;
    height: 1px;
    background-color: #fff;
    margin: 0 10%;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(6px) rotate(-45deg);
  top: 8px;
}
.menu-trigger span:nth-of-type(2) {
    top: 50%;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
.menu-trigger p {
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.sp {
  width: 58%;
  height: 100%;
  padding: 100px 3% 50px;
  background-color: #34afb0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  transform: translate(100%);
  transition: all .5s;
  overflow-y: scroll;
}
.sp.open {
  transform: translateZ(0);
}
.ac_inner_nav {
    padding: 10px 0;
    width: 98%;
}
.sp .heaer_nav li a::before, .sp .heaer_nav li a:after {
    content: none
}
.sp .heaer_nav a {
    color: #03004c;
}
.ac_inner_nav li {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding: 1% 0;
}
.ac_inner_nav a {
    color: #fff;
    width: calc(100% - 100px);
}
.under_nav {
    display: flex;
    margin: 4% 0;
    background: #fff;
    margin: 30px auto;
}
.under_nav li {
    margin-right: 3%;
}
.sp .under_nav a {
    display: flex;
    font-size: 15px;
    color: #343e4c;
}
.under_nav a:hover{
    color: #34afb0;
}
.sp_control a {
    color: #fff;
}
.sp img {
    margin-right: 8px;
}
.menu-trigger.active p{
    display:none;
}
.menu-trigger.active {
    right: 2px;
    background: none;
}
.sp_utokyo_logo {
    text-align: center;
}
.sp .sp_utokyo_logo img {
    background: none;
    width: auto;
    border-radius: unset;
}
.sp .stage_icon li {
    width: 23px;
    height: 23px;
    font-size: 16px;
}
.icon_no {
    background: #82b9ba;
}
/***-sp-nav-***/
/**-nav-**/
/*-header-*/
main {
    margin-top: 121px;
}
.top-bloc__content{
    width: 1200px;
    margin: auto;
}
.pamphlet_inner {
    padding: 60px 0;
}
/*slider*/
.slick-prev, .slick-next {
    display: none !important;
}
.slider_area {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.slick-slide img {
    width: 75%;
}
.slider_on {
    position: absolute;
    bottom: calc(0% + 50px);
    left: calc(75% + 36px);
    transform: translate(-50%, -50%);
    text-align: center;
    width: fit-content;
}
.slider_logo {
    position: absolute;
    bottom: -14%;
}
.slider_on_philosophy {
    font-size: 28px;
    margin: 19px 0;
    letter-spacing: 0.5rem;
}
.scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
    height: 161px;
}
/*-slider-*/
.list_style_box li {
    background: #e6e6e6;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    padding: 40px 140px 40px 5%;
    font-size: 20px;
    transition: .5s;
}
.list_style_box li:after {
    content: "";
    background: #34afb0;
    width: 13%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.list_style_box li:hover {
    transition: .5s;
    background: #ffd85b;
}
.list_style_box li:hover .arrow {
    transform: translateX(18px);
    transition: .5s;
}
.list_style_box li a {
    width: 100%;
    display: inline-block;
}
.link_title {
    display: flex;
    align-items: center;
}
.intro {
    font-size: 15px;
    margin: 10px 20px;
    color: #333333;
}
.list_date {
    margin-right: 6%;
}
.detailpage_list.list_style_box li {
    padding: 40px 5%;
}
/*message*/
.message {
    position: relative;
    max-width: 1500px;
}
.message_right {
    padding: 7% 2% 5% 8%;
    width: 50%;
}
.message_right:after {
    background: #e6e6e6;
    width: 20%;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}
.img_message {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
}
.message_left {
    width: 47%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.message_right p {
    width: 460px;
    line-height: 2;
}
.mainMessage {
    font-size: 35px;
}
/*-message-*/
/*bloc*/
.toppage_title {
    position: relative;
}
.toppage_title:before, .toppage_title:after{
    content: "";
    width: 3px;
    height: 38px;
    background: #343e4c;
    position: absolute;
    top: 50%;
} 
.toppage_title:before {
    transform: translate(-15px,-42%);
}
.toppage_title:after {
    transform: translate(15px,-42%);
}
.top-bloc>p {
    margin-bottom: 30px;
}
/*-bloc-*/
.stage_btn {
    margin: 50px auto 0;
}
.stage_btn_content {
    border: 1px solid #343e4c;
    position: relative;
    width: 350px;
    padding: 15px;
    transition: .3s;
}
.stage_btn_name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 62%;
}
.icon_stage {
    margin-top: -30px;
}
.triangle_g {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #e6e6e6 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .3s;
}
.stage_btn_content:hover {
    border-color: #ffd85b;
    transition: .3s;
}
.stage_btn_content:hover .triangle_g {
    border-color: transparent transparent #ffd85b transparent;
    transition: .3s;
}
.btn_name_list {
    position: relative;
}
.btn_name_list:before, .btn_name_list:after {
    content: "";
    width: 1px;
    height:18px;
    background: #343e4c;
    position: absolute;
    top: 50%;
} 
.btn_name_list:before {
    transform: translate(-6px,-42%);
}
.btn_name_list:after {
    transform: translate(6px,-42%);
}
.name {
    font-size: 20px;
    margin-bottom: 8px;
}
.support_img_list {
    margin: 20px auto 0;
}
.support_img_list_content {
    position: relative;
    margin-top: 150px;
    transition-duration: .3s;
}
.support_img_list_content:hover {
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    transform: scale(1.02);
    transition-duration: .3s;
}
.support_img_list_content .br {
    display: block;
}
.number_icon {
    position: absolute;
    top: -42px;
    left: 0;
    transition-duration: .3s;
    font-size: 226px;
    line-height: 0;
    color: #34afb0;
}
.support_img_list_content:hover .number_icon {
    filter: drop-shadow(2px 2px 1px rgb(0 0 0 / 30%));
    transition-duration: .3s;
}
.list_title_bloc {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: -70px;
    right: 6px;
    max-height: 330px;
    background: #fff;
    padding: 15px;
    box-shadow: 2px -1px 5px 1px #e8e8e8;
    line-height: 1.1;
}
.list_title_en {
    font-style: oblique;
}
/*ENpage*/
.list_title_bloc_en {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    width: 90%;
}
.enpage_list_title {
    color: #fff;
    text-shadow: 3px 3px 3px black;
    font-weight: 600;
}

/**/
.viewmore.list_last {
    height: 15px;
    margin-top: auto;
    width: 45%;
    padding-top: 40px;
}
.pamphlet {
    border-top: 1px solid #343e4c;
}
.pamphlet_file {
    width: 260px;
    margin-top: -10%;
    padding: 2%;
    transition-duration: .3s;
    background: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: 2px 2px #d1d1d1;
}
.pamphlet_file:hover {
    box-shadow: 0 2px 5px rgb(0 0 0 / 30%);
    transform: scale(1.02);
    transition-duration: .3s;
}
.pamphlet_img {
    width: 180px;
    margin: 0 auto 14px;
}
.pamphlet_img img {
    position: relative;
    max-width: 180px;
    max-height: 248px;
    box-shadow: 4px 4px 5px 4px #ececec;
}
.p_area_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pamphlet_name_jp {
    margin-bottom: 0;
    line-height: 1;
}
.pamphlet_name_en {
    font-size: 25px;
}
/*footer*/
footer {
    background: #343e4c;
}
.inner_footer {
    color: #fff;
    padding: 30px 0;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.footer_nav ul {
    display: flex;
    font-size: 14px;
}
.footer_nav li {
    word-break: keep-all;
}
.footer_nav li:not(:last-child) {
    margin-right: 30px;
}
.footer_nav li:hover{
    color: #ffd85b;
}
.footer_logo_img {
    margin-top: -4.8%;
    width: 30%;
    position: absolute;
    right: 0;
    top: 25px;
}
.footer_logo_img img {
    width: 100%;
}
.footer_nav {
    width: 100%;
}
.copyright_area{
    display: flex;
    justify-content: space-between;
}
address.l-footer-copyright {
    background: #b3b3b3;
    padding: 35px 0 32px 5%;
    width: 70%;
    display: flex;
    align-items: center;
}
.UTokyo_logo {
    display: flex;
    align-items: center;
    width: 30%;
    padding: 25px 6%;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.UTokyo_logo img {
    margin-left: auto;
}
.UTokyo_logo:before {
    content: "";
    width: 91px;
    height: 170px;
    background: #b3b3b3;
    position: absolute;
    top: -58px;
    left: -20px;
    -webkit-transform: rotate( 
43deg
 );
    -ms-transform: rotate(43deg);
    transform: rotate( 
43deg
 );
}
/*-footer-*/
.scroll_icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: -108px;
    z-index: 3;
    transform: translateX(-50%);
}
.scroll_icon_line {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #070707;
    -webkit-animation: scaleY-InOut cubic-bezier(0.86,0,0.07,1) 2s infinite;
    animation: scaleY-InOut cubic-bezier(0.86,0,0.07,1) 2s infinite;
}
.scroll_icon p {
    line-height: 1;
    letter-spacing: 0.17em;
    margin-bottom: 5px;
    font-size: 20px;
}
.scroll_icon_line {
    width: 1px;
    height: 60px;
    margin: 0 auto 5px;
    position: absolute;
    bottom: -69px;
    left: 50%;
}
.scroll_icon_line::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #070707;
    -webkit-animation: scaleY-InOut cubic-bezier(0.86,0,0.07,1) 2s infinite;
    animation: scaleY-InOut cubic-bezier(0.86,0,0.07,1) 2s infinite;
}
@-webkit-keyframes scaleY-InOut {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    50.00001% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
    100% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}
@keyframes scaleY-InOut {
    0% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
    50.00001% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
    100% {
        -webkit-transform: scale3d(1, 0, 1);
        transform: scale3d(1, 0, 1);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }
}

/*============================
アコーディオン
==============================*/
.s_06 .accordion_one {
    max-width: 1024px;
    margin: 0 auto;
  }
.accordion_header {
    color: #fff;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    padding: 2% 0;
    border-bottom: 1px solid;
}
    .accordion_one .accordion_header .i_box::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 21px;
    height: 2px;
    transform: rotate( 
90deg);
    background: #fff;
    transition: all .3s ease-in-out;

  }
  .accordion_one .accordion_header .i_box::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      width: 21px;
      height: 2px;
      background: #fff;
      transition: all .2s ease-in-out;
  }
  .accordion_one .accordion_inner {
      display: none;
      box-sizing: border-box;
  }
  .accordion_inner li {
    display: flex;
}
/*============================
detail
==============================*/
.main_visual {
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.main_visual img {
    min-width: 80%;
}
.visual_on {
    position: absolute;
    top: 50%;
    right: 90px;
    text-align: right;
    transform: translateY(-50%);
}
.detal-page h1 {
    font-size: 50px;
    font-weight: 500;
}
.detail_sub_title {
    text-align: right;
    font-size: 30px;
}
.detail-bloc_wapper {
    width: 1200px;
    margin: 80px auto 200px;
}
.main-img {
    width: 35%;
    margin-right: 5%;
}
.detail-main_content {
    line-height: 1.8;
    letter-spacing: 0.1rem;
    flex: 1;
    width: 60%;
}
.main-img img {
    width: 100%;
}
.sub-content {
    margin: 80px auto;
}
.sub-content h2 {
    font-size: 30px;
    position: relative;
    letter-spacing: 0.2rem;
}
.sub_bloc_title_left {
    border-bottom: 1px solid #34afb0;
    padding-left: 15px;
    margin-bottom: 60px;
    padding-bottom: 5px;
}
.sub_bloc_title_left:before {
    content: "";
    width: 7px;
    height: 100%;
    background: #34afb0;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sub_bloc_title_center:before, .sub_bloc_title_center:after {
    content: "";
    width: 3px;
    height: 30px;
    background: #343e4c;
    position: absolute;
    top: 50%;
}
.sub_bloc_title_center:before {
    transform: translate(-15px,-42%);
}
.sub_bloc_title_center:after {
    transform: translate(15px,-42%);
}
.sub_bloc_title_center {
    margin-bottom: 0;
}
.sub_bloc_subtitle {
    margin-bottom: 60px;
}
.content-list {
    margin-top: 40px;
}
.content-list h3 {
    font-size: 25px;
    color: #34afb0;
    position: relative;
    padding-left: 15px;
}
.content-list h3:before {
    content: "";
    width: 5px;
    height: 25px;
    background: #34afb0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-44%);
}
.content-list li:before {
    content: "\025cf";
    color: #34afb0;
    margin-right: 10px;
}
.content-list li {
    font-size: 18px;
    padding: 5px 10px;
}
.content-list ul, .img_list {
    margin-top: 15px;
}
.img_bloc {
    width: calc(90% / 3);
}
.img_bloc img {
    width: 100%;
}
.img_bloc:not(:last-child) {
    margin-right: 5%;
}
/*===
SUPPORT
===*/
.page-nav {
    background: #d5d5d5;
    position: relative;
    padding: 20px 6%;
    top: -3px;
}
.sub_content.show-default {
    visibility: visible;
    opacity: 1;
    background: #f1f1f1;
}
.active-page {
    background: #f1f1f1;
}
.th_e_name, .sub_name {
    font-style: oblique;
    line-height: 1.3;
}
.support_name {
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
}
.supportname {
    width: calc(100% - 27px);
}
.title_icon_utokyo {
    align-items: center;
    display: flex;
    margin-right: 7px;
}
.title_area .stage_icon {
    margin-left: auto;
}
.support_detail tr {
    border-bottom: 1px solid;
}
.support_detail th {
    width: 160px;
    padding: 30px 0;
    text-align: left;
    font-size: 20px;
    line-height: 1.4;
    vertical-align: top;
}
.support_detail td {
    padding: 30px 0 30px 2%;
}
.support_en .support_detail th {
    width: 235px;
    color: #34afb0;
}
.support_detail td a {
    text-decoration: underline;
}
.th_e_name {
    font-size: 14px;
}
.support_detail {
    border-top: 1px solid;
    margin: 15px 0;
    width: 100%;
}
.mt--s {
    margin-top: 20px;
}
.voice_content {
    flex: 1;
}
.voice {
    margin: 40px 0;
}
.voice_from {
    margin-top: 10px;
}
.voice_img {
    width: 150px;
    margin-right: 5%;
    border-radius: 50%;
    overflow: hidden;
}
.voice_img img {
    width: 100%;
}
.voice_noimg {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
    background: #e0e0e0;
    padding: 10%;
}
.latest_img {
    padding: 10% 5%;
    background: #fff;
    text-align: center;
    min-height: 0%;
    width: 100%;
}
.latest_img img {
    position: relative;
    max-width: 200px;
    max-height: 200px;
    box-shadow: 4px 4px 5px 4px #ececec;
    transition-duration: .3s;
}
.latest_img img:hover {
    transform: scale(1.02);
    transition-duration: .3s;
}
.pamphletpage_left {
    width: 300px;
    margin-right: 3%;
    border: 1px solid #ccc;
    background: #e6e6e6;
    padding: 20px;
}
.latest_pamphret {
    justify-content: space-between;
}
.pamphlet_right {
    width: 65%;
}
.latest_title {
    font-size: 27px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.latest_title span {
    font-size: 17px;
    margin-left: 2%;
}
.pablish_date {
    margin-right: 20px;
}
.sitepolicy td {
    padding: 10px 26px;
}
.detail-main_content li + li {
    margin-top: 0.2em;
}
.disc_list {
    list-style: disc;
    padding-inline-start: 25px;
}
ol:not([class]){
    padding-inline-start:1.5em;
}
.style_no li {
    list-style-type: none;
    counter-increment: cnt;
    text-indent: -1.2em;
    padding-inline-start: 1.2em;
}
.style_no li:before {
    content: counter(cnt) ") ";
}
.detail_list__sub__contents > li {
    padding: 10px 2%;
    font-size: 24px;
}
.detail_list__sub__contents {
    margin-bottom: 34px;
}
.detal_list__main_title {
    border-bottom: 1px dashed #343e4c;
    padding-bottom: 10px;
}
.detail_list_icon {
    width: 20px;
    margin-right: 10px;
}
.text__stage_icon {
    margin-top: 20px;
}
.text__stage_icon span {
    display: flex;
    border-radius: 50%;
    margin: 0 3px;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.detail_list__sub__contents li a {
    width: calc(100% - 140px);
}
.text__stage_icon li:not(:last-child) {
    margin-right: 20px;
}

.news_content {
    border-top: 1px solid;
    margin-top: 15px;
    padding-top: 50px;
}
.detail-main_content .title {
    margin-top: 15px;
}
.inner_main-content_flex p {
    width: 77%;
    margin-right: 3%;
}
.inner_main-content_flex_img {
    width: 20%;
}
.form_url {
    margin-top: 30px;
    padding: 2%;
    box-shadow: inset 1px -3px 7px 8px #e9e9e9;
    border: 1px solid #ccc;
}
.date_dl {
    display: grid;
    grid-template-columns: max-content auto;
    column-gap: 1em;
}
.date_dl dt {
    text-align: right;
}
/*****************/
/*サイトマップ*/
/*****************/
.sitemapList ul {
    margin-left: 47px;
    margin-bottom: 18px;
    color: #03004c;
}
.sitemapList li {
    margin: 10px 0;
}
.sitemapList li a {
    border-bottom: 1px dashed;
}
.sitemapList li a:before {
    content: "\025b7";
    font-size: 12px;
    margin-right: 6px;
}
.sitemapList li a:hover {
    border-bottom: 1px dashed #fabe00;
    color: #fabe00;
}
.sitemapList li a:hover:before {
    color: #fabe00;
}
.link_deco {
    text-decoration: underline;
    color: #1e8c8d;
}
/*****************/
/*英語ページ 調整*/
/*****************/
.page_en .slider_on_philosophy, .page_en .mainMessage {
    font-size: 25px;
    letter-spacing: 0.1rem;
}
.page_en .toppage_title, .page_en .pamphlet_name_jp {
    font-size: 35px;
    letter-spacing: 0.1rem;
}
.support_en .support_name {
    font-size: 30px;
}
