/* font指定************************************************************* */
body {
    /* font-family: 'Noto Sans JP', 'Roboto', sans-serif; */
    font-family: 'Roboto', "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", 'YuGothic', "メイリオ", 'Meiryo', sans-serif;
    word-wrap: break-word;
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
h10,
h11,
h12,
h13,
h14,
a,
p,
li,
td,
small,
figcaption,
time {
    color: #4d4d4d;
}


/* PCフォントサイズ基準****************************************************** */
html {
    font-size: 12px;
}

/* スマホ・タブレットフォントサイズ基準********************************************************************** */
@media only screen and (max-width : 1279px) {
    html {
        font-size: 11px;
    }
}

@media only screen and (max-width : 767px) {
    html {
        font-size: 10px;
    }
}

/* フォントサイズCSS****************************************************************************** */
.font-size01 {
    font-size: min(2vw, 32px);
    line-height: 3vw;
}

.font-size02 {
    font-size: min(1.5vw, 22px);
    line-height: 2vw;
}

.font-size03 {
    font-size: min(1.2vw, 18px);
    line-height: 2vw;
}

.font-size04 {
    font-size: min(1.3vw, 20px);
    line-height: 2vw;
}

.font-size05 {
    font-size: min(1.8vw, 24px);
    line-height: 3vw;
}

.font-size06 {
    font-size: min(1.1vw, 16px);
}

.font-size07 {
    font-size: min(1vw, 16px);
    line-height: 1.5vw;
}

.font-size08 {
    font-size: min(1.2vw, 18px);
    line-height: 2vw;
}

.font-size09 {
    font-size: min(3vw, 32px);
    line-height: 3vw;
}

.font-size10 {
    font-size: min(1vw, 16px);
    line-height: 1.5vw;
}

.font-size11 {
    font-size: min(1.9vw, 30px);
    line-height: 3vw;
}

.font-size12 {
    font-size: min(2vw, 32px);
    line-height: 3vw;
    margin-bottom: 0px;
}

@media only screen and (max-width : 767px) {
    .font-size01 {
        font-size: 2em;
        line-height: 1.5em;
    }

    .font-size02 {
        font-size: 10px;
        line-height: 20px;
    }

    .font-size03 {
        font-size: 12px;
        line-height: 18px;
    }

    .font-size04 {
        font-size: 12px;
        line-height: 18px;
    }

    .font-size05 {
        font-size: 12px;
        line-height: 18px;
    }

    .font-size08 {
        font-size: 10px;
        line-height: 20px;
    }

    .font-size09 {
        font-size: 2.5em;
        line-height: 1.5em;
    }

    .font-size10 {
        font-size: 12px;
        line-height: 18px;
    }

    .font-size11 {
        font-size: 1.8em;
        line-height: 1.5em;
    }

    .font-size12 {
        font-size: 2em;
        line-height: 1.5em;
    }
}

/* 全体******************************************************************************************** */
html {
    /* bodyから飛び出した部分をカットする */
    overflow-x: auto;
}

body {
    background-color: #DCDCDC;
    min-width: 375px;
    min-height: 667px;
    display: flex;
    flex-direction: column;
    /* bodyから飛び出した部分をカットする */
    overflow-x: hidden;
}

/* ヘッダー******************************************************************************************** */
header {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 4vw;
    max-height: 80px;
    min-height: 40px;
    z-index: 1000;
}

.header_inner {
    margin: 2vw 2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 2vw;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
}

@media only screen and (max-width : 767px) {
    .header_inner {
        border-radius: 15px;
    }
}

.change-color-header {
    /* スクロールするとヘッダー背景が透明になるように */
    background-color: rgba(255, 255, 255, 0.75);
    transition: all 1s ease;
}

.header_inner img {
    height: 3vw;
    max-height: 60px;
    min-height: 25px;
    padding: 0vw 2vw
}

.nav {
    display: flex;
    align-items: center;
}

#pc_nav {
    display: flex;
    margin-right: 20px;
}

#pc_nav ul {
    display: flex;
    align-items: center;
}

#pc_nav ul li {
    padding-top: 0.6vw;
    padding-bottom: 0.5vw;
    padding-right: 3vw;
    text-align: center;
}

#pc_nav .nav_lang li {
    padding-right: 2vw;
}

@media only screen and (max-width : 1279px) {
    #pc_nav ul li {
        padding-top: 0.75vw;
        padding-bottom: 0.5vw;
    }

    #pc_nav .nav_lang li {
        padding-right: 2vw;
    }
}

@media only screen and (max-width : 1024px) {
    #pc_nav ul li {
        padding-right: 2.8vw;
    }

    #pc_nav .nav_lang li {
        padding-right: 2vw;
    }
}

@media only screen and (max-width : 780px) {
    #pc_nav ul li {
        padding-right: 2.5vw;
    }

    #pc_nav .nav_lang li {
        padding-right: 2vw;
    }
}

#pc_nav ul li a {
    font-size: 1.4em;
    font-family: 'Noto Sans JP', 'Roboto', sans-serif;
}

#pc_nav .nav_menu .menu_contact a {
    color: #ffffff;
    background-color: #1BB8CE;
    border: 1px solid #1BB8CE;
    border-radius: 60px;
    transition: .3s;
    padding-right: 1vw;
    padding-left: 1vw;
}

#pc_nav .nav_menu .menu_contact a:hover {
    color: #1BB8CE;
    background-color: #ffffff;
}

#pc_nav .nav_lang {
    margin-left: 2vw;
    margin-right: 2vw;
}

#pc_nav .nav_lang span {
    display: inline-block;
    height: 18px;
    background-color: #4d4d4d;
    width: 1px;
}

/* マウスホバー 水色 */
.line_ani {
    position: relative;
}

.line_ani:hover {
    color: #1BB8CE;
}

.line_ani_e:hover {
    color: #1BB8CE;
}

.line_ani::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -20%;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 2px;
    background: #1BB8CE;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    transform-origin: center top;
    /*上部中央基点*/
}

.line_ani:hover::after {
    transform: scale(1, 1);
    /*X方向にスケール拡大*/
}

/* マウスホバー white */
.line_ani3 {
    position: relative;
}

.line_ani3::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -20%;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 1px;
    background: white;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    transform-origin: center top;
    /*上部中央基点*/
}

.line_ani3:hover::after {
    transform: scale(1.3, 1);
    /*X方向にスケール拡大*/
}

/* マウスホバー グレー */
.line_ani2 {
    position: relative;
}

.line_ani2::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -20%;
    left: 10%;
    /*線の形状*/
    width: 80%;
    height: 1px;
    background: #4d4d4d;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    transform-origin: center top;
    /*上部中央基点*/
}

.line_ani2:hover::after {
    transform: scale(1.3, 1);
    /*X方向にスケール拡大*/
}

#pc_nav .nav_lang li a {
    transition: .3s;
}

#pc_nav .nav_lang li a:hover {
    color: #1BB8CE;
}

#pc_nav .menu__lang ul li a {
    transition: .3s;
}

#pc_nav .menu__lang ul li a:hover {
    color: #1BB8CE;
}

@media only screen and (max-width : 1279px) {
    #pc_nav ul li a {
        font-size: 1.2em;
    }
}

@media only screen and (max-width : 1000px) {
    #pc_nav ul li a {
        font-size: 1em;
    }
}

@media only screen and (max-width : 767px) {
    #pc_nav {
        display: none;
    }
}

/* ハンバーガー */
.hb button {
    background-color: transparent;
    border: none;
    outline: none;
    color: inherit;
}

.MenuBtn.Style01 {
    cursor: pointer;
    position: relative;
    z-index: 1200;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1C50A1;
    width: 6vw;
    height: 6vw;
    max-height: 115px;
    min-height: 40px;
    min-width: 50px;
    border-radius: 0vw 2vw 2vw 0vw;
    /* border: solid 2px #000000; */
}

@media only screen and (max-width : 767px) {
    .MenuBtn.Style01 {
        border-radius: 0px 15px 15px 0px;
    }
}

.MenuBtn.Style01.no-color-button {
    /* ボタンをクリックするとボタン背景消えるように */
    background-color: transparent;
}

.MenuBtn.Style01 .MenuBtn-BarFrame {
    position: absolute;
    display: block;
    width: 3vw;
    min-width: 25px;
    height: 2px;
}

.MenuBtn.Style01 .MenuBtn-BarFrame-FirstBar {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: all .15s linear;
}

.MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: all .15s linear;
    transform: translateY(-0.8vw) rotate(0deg);
}

.MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    transition: all .15s linear;
    transform: translateY(0.8vw) rotate(0deg);
}

@media only screen and (max-width : 767px) {
    .MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
        transform: translateY(-8px) rotate(0deg);
    }

    .MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
        transform: translateY(8px) rotate(0deg);
    }
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-FirstBar {
    opacity: 0;
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-SecondBar {
    transform: translateY(0) rotate(45deg);
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-ThirdBar {
    transform: translateY(0) rotate(-45deg);
}

/*----------------------------
  * ハンバーガーメニュー本体
  *----------------------------*/
.hb_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../img/hb_back_pattern.png),
        linear-gradient(#1F528E, #1BB8CE);
    background-size: cover;
    background-blend-mode: overlay;
}

.hb_menu_header {
    position: absolute;
    top: 5vw;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.hb_menu_header img {
    margin-left: 5vw;
}

.hb_menu_header .menu__lang {
    margin-right: 15vw;
}

.menu__lang ul {
    display: flex;
}

.menu__lang a {
    color: #ffffff;
    font-size: 2em;
    padding-left: 10px;
    padding-right: 10px;
}

.menu__lang li:first-child {
    border-right: 1px solid #ffffff;
}

.all_menu {
    display: flex;
    flex-direction: row;
}

.menu__item {
    width: 100%;
    height: auto;
    padding: 2em 6em;
}

.menu__item a {
    color: #ffffff;
    font-size: 2.5em;
    font-weight: bolder;
}

.menu_policy {
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid white;
}

.menu_policy .menu__item a {
    font-size: 2em;
    font-weight: 400;
}

@media only screen and (max-width : 767px) {
    .all_menu {
        display: flex;
        flex-direction: column;
    }

    .menu__item {
        padding: 0.3em 1em;
        text-align: center;
    }

    .menu__item_e {
        padding: 1.3em 1em;
        text-align: center;
    }

    .menu__item a {
        font-size: 18px;
    }

    .menu_policy {
        margin-top: 20px;
        padding-top: 20px;
        margin-left: 0px;
        padding-left: 0px;
        border-top: 1px solid white;
        border-left: 0px solid white;
    }

    .menu_policy .menu__item a {
        font-size: 14px;
        font-weight: 400;
    }
}

/*----------------------------
  * アニメーション部分
  *----------------------------*/

/* アニメーション前のメニューの状態 */
.hb_menu {
    transform: translateX(100vw);
    transition: all .3s linear;
}

/* アニメーション後のメニューの状態 */
.hb_menu.is-active {
    transform: translateX(0);
}


/* フッター******************************************************************************************** */
footer {
    position: relative;
    z-index: 850;
}

footer .footer_back {
    position: absolute;
    bottom: 0;
    width: 100vw;
    height: auto;
}

footer .footer_logo_pc {
    position: absolute;
    bottom: 5vw;
    height: 12vw;
    max-height: 250px;
    left: 15%;
    transform: translate(-50%, 0);
}

footer .footer_logo_sp {
    display: none;
}

footer .footer_nav {
    position: absolute;
    bottom: 7.5vw;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
}

footer .footer_nav li a {
    margin-left: 10px;
    margin-right: 10px;
}

footer small {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width : 767px) {
    footer small {
        bottom: 10px;
        font-size: 5px;
    }

    footer .footer_logo_pc {
        display: none;
    }

    footer .footer_logo_sp {
        display: block;
        position: absolute;
        bottom: 7.5vw;
        height: 7.5vw;
        max-height: 100px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    footer .footer_nav {
        display: none;
    }
}

/* メイン******************************************************************************************** */
.top_main {
    flex: 1;
    width: 100vw;
    display: flex;
    flex-direction: column;
    position: relative;
}

.top_main .back_image {
    position: absolute;
    z-index: 1;
}

.top_main .back_image .circle01 {
    width: 60vw;
    height: 60vw;
    position: absolute;
    transform: translate(100%, -45%);
    object-fit: cover;
}

.top_main .back_image .circle02 {
    width: 44vw;
    height: 44vw;
    position: absolute;
    transform: translate(-30%, 100%);
    object-fit: cover;
}

.top_main .back_image .circle03 {
    width: 44vw;
    height: 44vw;
    position: absolute;
    transform: translate(190%, 170%);
    object-fit: cover;
}

.top_main .back_image .circle04 {
    width: 44vw;
    height: 44vw;
    position: absolute;
    transform: translate(-50%, 270%);
    object-fit: cover;
}

#to-top_btn {
    position: fixed;
    z-index: 900;
    top: 80vh;
    right: 1vw;
}

@media only screen and (max-width : 767px) {
    .top_main .back_image .circle02 {
        opacity: 0;
    }

    .top_main .back_image .circle03 {
        opacity: 0;
    }

    .top_main .back_image .circle04 {
        opacity: 0;
    }

    #to-top_btn {
        display: none;
    }
}


.sp_only_br{
    display:none;
}
@media only screen and (max-width : 600px) {
    .sp_only_br{
        display:block;
    }
}


.main_image {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 5vw;
    margin-right: 5vw;
    margin-top: 2vw;
}

.main_image img {
    width: 50vw;
    max-width: 640px;
    padding-top: 4vw;
}

.main_image .main_image_text {
    margin-top: 35vw;
    margin-bottom: 2vw;
    text-align: center;
}

.main_image .main_image_text p {
    font-size: min(2.5vw, 32px);
    line-height: 4vw;
    font-weight: 800;
    color: transparent;
    background-image: linear-gradient(90deg, #1F528E, #1BB8CE);
    -webkit-background-clip: text;
    background-clip: text;
}

.main_image .main_image_text .main_image_p_en {
    line-height: 3.4vw;
}

@media only screen and (max-width : 767px) {
    .main_image {
        display: flex;
        flex-direction: column;
        margin-top: 25vw;
    }

    .main_image img {
        width: 90%;
        max-width: none;
    }

    .main_image .main_image_text {
        margin-top: 14vw;
        margin-bottom: 10vw;
        margin-left: auto;
        margin-right: 5px;
    }

    .main_image .main_image_text_en {
        margin-top: 14vw;
        margin-bottom: 10vw;
    }

    .main_image .main_image_text p {
        font-size: max(2.5vw, 22px);
        line-height: 1.5em;
    }

    .main_image .main_image_text .main_image_p_en {
        font-size: max(2.5vw, 18px);
        line-height: 1.3em;
    }
}

.about_hyse {
    display: flex;
    flex-direction: column;
    height: 120vw;
    width: 100%;
    background-image: url("../img/SVG/back_grade02.svg");
    background-position: top;
    background-size: cover;
    text-align: center;
    margin-top: 20px;
}

.about_hyse h1 img {
    max-height: 120px;
    height: 7vw;
    margin-top: 20vw;
}

.about_hyse h2 {
    color: #ffffff;
    margin-top: 3vw;
}

.about_hyse p {
    color: #ffffff;
    margin-top: 2.5vw;
}

.about_hyse .hyse_detail_img_sp {
    display: none;
}

.about_hyse .hyse_detail_img_pc {
    margin-top: 4vw;
}

.about_hyse .hyse_detail_img_pc img {
    width: 50vw;
    height: auto;
}

.about_hyse .detail_btn {
    margin-top: 5vw;
}

.about_hyse .detail_btn a {
    padding: 12px 8vw;
    border-radius: 2vw;
    background-color: #1F528E;
    color: #ffffff;
    font-size: min(1.5vw, 20px);
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
    position: relative;
    display: inline-block;
    text-align: center;
    transition: ease .2s;
}

.about_hyse .detail_btn a:hover {
    background-color: #2563A0;
}

/* 矢印が右に移動 */
.btnarrow1::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 39%;
    right: 20px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow2::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 35%;
    right: 20px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow3::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 35%;
    right: 20px;
    /*矢印の形状*/
    width: 5px;
    height: 5px;
    border-top: 2px solid #1F528E;
    border-right: 2px solid #1F528E;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow4::after {
    content: '';
    /*絶対配置で矢印の位置を決める*/
    position: absolute;
    top: 20%;
    right: 0px;
    /*矢印の形状*/
    width: 12px;
    height: 12px;
    border-top: 2px solid #1F528E;
    border-right: 2px solid #1F528E;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after {
    right: 11px;
}

.btnarrow2:hover::after {
    right: 11px;
}

.btnarrow3:hover::after {
    right: 11px;
}

.btnarrow4:hover::after {
    right: -10px;
}


@media only screen and (min-width : 768px) {
    .about_hyse h2 br {
        display: none;
    }

    .about_hyse p .re_br02 {
        display: none;
    }
}

@media only screen and (max-width : 767px) {
    .about_hyse {
        height: 200vw;
        margin-top: 30px;
        margin-bottom: 30px;
        z-index: 2;
    }

    .about_hyse h1 img {
        max-height: none;
        height: 16vw;
        margin-top: 22vw;
    }

    .about_hyse_text {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .about_hyse h2 {
        margin-top: 5vw;
        margin-bottom: 3vw;
    }

    .about_hyse p br {
        display: none;
    }

    .about_hyse p .re_br {
        display: block;
    }

    .about_hyse p .re_br02 {
        display: block;
    }

    .about_hyse .hyse_detail_img_pc {
        display: none;
    }

    .about_hyse .hyse_detail_img_sp {
        display: block;
        margin-top: 4vw;
    }

    .about_hyse .hyse_detail_img_sp img {
        width: 90vw;
        height: auto;
    }

    .about_hyse .detail_btn a {
        padding: 12px 20vw;
        border-radius: 5vw;
        font-size: 2.5vw;
    }
}

.news_button {
    position: relative;
    z-index: 900;
}

.news_button button {
    cursor: pointer;
    font-size: 20px;
    color: white;
    border: 0px;
    background-color: transparent;
    position: absolute;
    left: 20vw;
    top: -3vw;
    max-width: 120px;
    max-height: 120px;
    width: 10vw;
    height: 10vw;
    min-width: 100px;
    min-height: 100px;
    border-radius: 100px;
    background-image: linear-gradient(180deg, #1F528E, #1BB8CE);
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
    /* transition: .3s; */
}

/* .news_button button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px 0 rgba(31, 82, 142, 1);
} */

/* .news_button button::after {
    content: '';
    max-width: 18px;
    max-height: 18px;
    width: 1vw;
    height: 1vw;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    top: 50%;
    left: 80%;
    margin-top: -0.6vw;
    transform: rotate(45deg);
} */


@media only screen and (max-width : 767px) {
    .news_button button {
        font-size: 18px;
        left: 5vw;
        top: -3.5vw;
    }

    /* .news_button button::after {
        width: 10px;
        height: 10px;
        margin-top: -5px;
    } */
}


.scroll_btn {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 32%;
    left: 46%;
    z-index: 900;
}

.scroll_btn img {
    max-width: 60px;
    width: 4vw;
    transition: .3s;
}

.scroll_btn img:hover {
    transform: scale(1.2);
}

@media only screen and (max-width : 767px) {
    .scroll_btn {
        top: 40%;
    }

    .scroll_btn img {
        width: 10vw;
    }
}

/* サブページ******************************************************************************************** */
.subpage_main {
    padding-bottom: 29vw;
    background-image: url(../img/sub_page_back03.png);
    /* background-position: bottom;
    background-size:cover; */
    background-size: contain;
    width: 100vw;
    min-height: 667px;
    /* min-height: 220vw; */
}

/* @media only screen and (max-width : 767px) {
    .subpage_main {
        background-size:contain;
        
    }
} */
/* .subpage_main {
    padding-bottom: 29vw;
    background-image: url(../img/sub_page_back02.png) repeat-y;
    background-position: bottom;
    background-size:cover;
    width: 100vw;
    min-height: 667px;
} */

/* HySEとは*********************************************************************************** */
.overview {
    margin-top: 3vw;
}

.overview table {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 1vw;
}

.overview table p {
    line-height: 1.5vw;
}

.overview table ul li {
    margin-top: 1vw;
    margin-bottom: 1vw;

}

.overview td {
    font-size: min(1vw, 16px);
    line-height: 1.5vw;
}

.overview table .td_name {
    color: #1F528E;
    width: 20%;
    font-weight: bolder;
    text-align: center;
}

.overview_detail {
    width: 80vw;
    max-width: 1300px;
    padding: 4vw;
    text-align: center;
}

.overview_detail p {
    margin-top: 3em;
    margin-bottom: 3em;
}

.overview_detail .theme {
    max-width: 1300px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.overview_detail .theme .theme_in {
    width: 40vw;
    padding: 2vw 2vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    background-color: #ffffff;
    border-radius: 6.5vw;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
    display: flex;
    flex-direction: column;
    text-align: center;
}

.overview_detail .theme .theme_in h8 {
    font-weight: bolder;
    display: inline-block;
    color: transparent;
    background-image: linear-gradient(0deg, #1BB8CE, #1F528E);
    -webkit-background-clip: text;
    background-clip: text;
}

.overview_detail .theme .theme_in p {
    font-weight: 500;
    margin-top: 1em;
    margin-bottom: 1em;
}

.subpage_main .overview section {
    width: 80vw;
    max-width: 1300px;
    padding: 4vw;
    margin: 3vw auto 9vw auto;
    background-color: #ffffff;
    border-radius: 6.5vw;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
}

.subpage_main .overview section:first-child {
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, 0);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 9vw;
    padding: 0vw 0vw;
}

.subpage_main .overview .btn_section {
    width: 40vw;
    max-width: 1000px;
    padding: 4vw;
    margin: 3vw auto 9vw auto;
    background-color: #ffffff;
    border-radius: 6.5vw;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
}

/* アクセス */
.subpage_main .overview .access_box {
    background-color: transparent;
    border-radius: 0;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, 0);
    margin-left: auto;
    margin-right: auto;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 0vw 0vw;
}

.hyse_map {
    /* display: flex; */
    /* flex-direction: row; */
    /* flex-wrap: wrap; */
    margin-top: 2vw;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
}


.hyse_map .map-wrap {
    max-width: 30%;
    /* ここに横幅を指定 */
}

.hyse_map .map_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;
}

.hyse_map .map_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.address_box {
    background-color: white;
    padding: 4vw 4vw;
    display: flex;
    flex-direction: column;
}

.address_box .map_link {
    font-size: 1vw;
    line-height: 1.5vw;
}

.address_box .map_link_button a {
    font-size: 1vw;
    line-height: 50px;
    color: white;
    background-color: #1BB8CE;
    border: 1px solid #1BB8CE;
    padding: 2px 15px;
    border-radius: 50px;
    transition: .3s;
}

@media only screen and (max-width : 767px) {
    .address_box .map_link {
        font-size: 12px;
        line-height: 24px;
    }

    .address_box .map_link_button a {
        font-size: 12px;
    }
}

.address_box .map_link_button a:hover {
    color: #1BB8CE;
    background-color: white;
}

.subpage_main .subpage_top_image01 {
    display: flex;
    flex-direction: column;
    height: 75vw;
    width: 100%;
    background-image: url(../img/SVG/subpage_top_img02.svg);
    background-position: top;
    background-size: cover;
}

.subpage_main .subpage_top_image02 {
    display: flex;
    flex-direction: column;
    height: 36vw;
    width: 100%;
    background-image: url(../img/SVG/subpage_top_img.svg);
    background-position: top;
    background-size: cover;
    text-align: center;
    justify-content: center;
}

.subpage_main .subpage_top_image01 h3 {
    margin-top: 18vw;
    text-align: center;
}

.subpage_main .subpage_top_image02 h3 {
    margin-top: 5vw;
    text-align: center;
}

h3 {
    font-size: min(4vw, 54px);
    color: white;
}

h3 span {
    font-size: min(3vw, 40px);
}

.overview_title {
    display: block;
    text-align: center;
}

h4 {
    display: inline-block;
    color: transparent;
    background-image: linear-gradient(90deg, #1F528E, #1BB8CE);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 2vw;
}

.line_deco {
    border-bottom: 2px solid #1F528E;
}

h14 {
    color: #1F528E;
    font-weight: bolder;
}

.member_link a {
    color: #1BB8CE;
    border-bottom: #1BB8CE 1px solid;
}

.map_link {
    color: #1BB8CE;
    border-bottom: #1BB8CE 1px solid;
}

.overview_table .test_in p {
    margin-left: 1em;
}

.purpose_list li {
    position: relative;
    padding-left: 15px;
}

.purpose_list li:last-child {
    margin-top: 1em;
}

.purpose_list li:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #1F528E;
    border-radius: 50%;
}

@media only screen and (max-width : 767px) {
    .subpage_main .overview section {
        width: 90vw;
    }

    .subpage_main .overview .btn_section {
        width: 70vw;
    }

    .overview td {
        font-size: 12px;
        line-height: 18px;
        display: block;
    }

    .overview td br {
        display: none;
    }

    .overview table .td_name {
        width: 100%;
        text-align: left;
    }

    .overview table p {
        line-height: 20px;
    }

    .overview_detail {
        text-align: left;
    }

    .overview_detail p br {
        display: none;
    }

    .overview_detail ul li {
        font-size: 10px;
        line-height: 20px;
    }
}

/* 組合員 */
.memberslink_box {
    margin-top: 9vw;
    background-image: url(../img/external_link_back.png);
    background-position: top;
    background-size: cover;
    padding-top: 9vw;
    padding-bottom: 9vw;
    width: 100%;
    height: 65vw;
    margin-bottom: -25vw;
}

.memberslink_box h4 {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 5vw;
}

.memberslink_box .links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 65vw;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
}

.memberslink_box .links .link_logo a img {
    width: 20vw;
    margin-bottom: 1vw;
    opacity: 1;
    transition: .3s ease-in-out;
}

.memberslink_box .links .link_logo a:hover img {
    opacity: 0.8;
}

@media only screen and (max-width : 767px) {
    .memberslink_box {
        margin-bottom: -15vw;
    }

    .memberslink_box .links {
        max-width: 90vw;
    }

    .memberslink_box .links .link_logo a img {
        width: 28vw;
    }
}

/* ニュース*********************************************************************************** */
.news_list {
    margin-top: 9vw;
}

.news_inner {
    display: flex;
    flex-direction: column;
    width: 80vw;
    max-width: 1300px;
    padding: 4vw;
    margin: 3vw auto;
    background-color: #ffffff;
    border-radius: 6.5vw;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
}

.movie_list {
    display: flex;
    flex-direction: column;
    width: 80vw;
    max-width: 1300px;
    padding: 4vw;
    margin: 3vw auto;
    background-color: #ffffff;
    border-radius: 6.5vw;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
}

.mov_ttl {
    text-align: center;
}

.mov_ttl h4 {
    font-weight: bold;
}

.movie_index {
    display: flex;
    flex-direction: row;
}

.movie_inner li {
    margin-bottom: 4vw;
}

.movie_inner li:last-child {
    margin-bottom: 0vw;
}

@media only screen and (max-width : 767px) {
    .movie_inner li {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    .movie_inner .news_detail_btn {
        margin-bottom: 5px;
    }
}

.news_inner li {
    display: flex;
    flex-direction: row;
    margin-bottom: 4vw;
    /* height: 15vw;
    max-height: 300px; */
}

.news_inner li:last-child {
    margin-bottom: 0vw;
}

.news_text_box {
    width: 45vw;
    margin-left: 2vw;
    overflow-wrap: break-word;
}

.news_img_box_shadow {
    box-shadow: 0 0 5px 0 rgba(31, 82, 142, .3);
}
.news_img_box img {
    width: 26vw;
    max-width: 500px;
}

.news_img_box video {
    width: 26vw;
    max-width: 500px;
}

h7 {
    font-size: min(1.2vw, 22px);
    font-weight: 500;
    line-height: 2vw;
}

.news_text_box P {
    font-size: 1.5vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px solid #898989;
    padding-top: 1vw;
}

.news_text_box .news_detail_btn {
    padding: 5px 40px 5px 25px;
    margin-top: 1vw;
    border-radius: 30px;
    background-color: #1F528E;
    color: #ffffff;
    font-size: min(1vw, 16px);
    display: inline-block;
    position: relative;
}

.news_text_box .news_detail_btn_box {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.news_text_box .news_detail_btn_box .news_link_url a h7 {
    color: #1F528E;
    font-weight: bold;
    border-bottom: #1F528E 1px solid;
}

.news_text_box .news_detail_btn_box .news_link_url a h7:hover {
    color: #1BB8CE;
    border-bottom: #1BB8CE 1px solid;
}

.news_text_box .news_detail_btn_box .news_ref {
    margin-top: 20px;
}

.news {
    margin-top: 6vw;
    overflow-wrap: break-word;
    display: flex;
    flex-direction: column;
}

.news .news01 {
    width: 80vw;
    max-width: 1300px;
    padding: 4vw;
    margin: 3vw auto;
    background-color: #ffffff;
    border-radius: 6.5vw;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
}

h5 {
    font-weight: 600;
    width: 72vw;
    max-width: 1150px;
    padding-bottom: 1vw;
    border-bottom: 1px solid #898989;
    margin-bottom: 2vw;
}

h6 {
    font-size: 1em;
    padding: 6px 20px;
    margin-right: 12px;
    background-image: linear-gradient(90deg, #1F528E, #1BB8CE);
    border-radius: 20px;
    color: #ffffff;
}

.news_mark {
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}

.news_mark time {
    font-size: 1.2em;
}

.news .return_btn {
    margin-top: 5vw;
    display: block;
    text-align: center;
}

.news .return_btn a {
    padding: 12px 8vw;
    border-radius: 2vw;
    background-color: #1F528E;
    color: #ffffff;
    font-size: min(1.5vw, 20px);
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
    transition: .3s;
    display: inline-block;
}

.news .return_btn a:hover {
    transform: scale(1.1);
}

@media only screen and (max-width : 767px) {
    .news_inner li {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

    .news_inner .news_detail_btn {
        margin-bottom: 5px;
    }

    .news_detail_btn_box {
        margin-bottom: 10px;
    }

    .news_text_box {
        width: 100%;
        margin-left: 0vw;
    }

    .news_img_box img {
        width: 100%;
        max-width: none;
        display: flex;
        text-align: center;
    }

    .news_img_box video {
        width: 100%;
        max-width: none;
        display: flex;
        text-align: center;
    }


    .news_mark {
        margin-bottom: 0.5vw;
    }

    .news_mark time {
        font-size: 1em;
    }

    .news_text_box .news_detail_btn {
        font-size: 2vw;
        margin-top: 1.5vw;
    }

    .news .return_btn a {
        padding: 12px 20vw;
        border-radius: 5vw;
        font-size: 2.5vw;
    }
}

.news01 section {
    margin-bottom: 2vw;
}

.news01 section table {
    width: 100%;
}

.news01 section tr {
    display: flex;
    flex-direction: row;
}

.news01 .news_section05 tr td:first-child {
    width: 15%;
    /* text-align: center; */
    font-weight: bolder;
}

.news01 .news_section05 small {
    display: flex;
    justify-content: right;
}

.news01 .news_section06 tr td:first-child {
    width: 60%;
}

.news01 .news_section06 a {
    color: #1BB8CE;
    border-bottom: 1px solid #1BB8CE;
    display: inline-block;
    margin-bottom: 1vw;
}

.news_photo {
    margin-bottom: 2vw;
}

.news_photo img {
    width: 72vw;
    max-width: 1150px;
    margin-bottom: 1vw;
}

.news_photo figcaption {
    text-align: right;
}

.news_photo02 {
    margin-bottom: 2vw;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.news_photo02 img {
    width: 24%;
}

.news01 .news_section02 p {
    margin-bottom: 1.5vw;
}

h11 {
    display: inline-block;
    color: #1F528E;
    font-weight: bolder;
    margin-bottom: 1vw;
}

h12 {
    display: inline-block;
    font-weight: bolder;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
}

h13 {
    font-weight: 600;
}

.news01 .news_section04 ul li:first-child h12 {
    margin-top: 0;
}

.news01 .news_section04 .sub_section {
    margin-top: 1vw;
}

.news_section03 .section03_img_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 2vw;
    justify-content: space-between;
}

.news_section03 .section03_img_box img {
    width: 48%;
}

.news_section03 p {
    display: block;
    text-align: right;
}

@media only screen and (max-width : 767px) {
    .news01 section {
        margin-bottom: 24px;
    }

    .news01 section .to_tel {
        display: none;
    }

    .news01 section tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 5px;
    }

    .news01 .news_section05 tr td:first-child {
        width: 100%;
    }

    .news01 .news_section06 tr td:first-child {
        width: 100%;
    }

    h5 {
        font-weight: 500;
    }

    h11 {
        margin-bottom: 10px;
    }

    h12 {
        margin-bottom: 5px;
    }

    .news01 .news_section05 small {
        font-size: 5px;
    }

    .news_section03 .section03_img_box {
        flex-direction: column;
        margin-bottom: 0vw;
    }

    .news_section03 .section03_img_box img {
        width: 100%;
        margin-bottom: 2vw;
    }
}

/* パンくずリスト*********************************************************************************** */
.bread {
    margin-left: 2vw;
    margin-top: 4vw;
}

.bread ol {
    display: flex;
}

.bread_bar {
    display: block;
    width: 20px;
    height: 1px;
    background-color: #4d4d4d;
    position: relative;
    transform: translateY(500%);
    margin-left: 15px;
    margin-right: 15px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb li {
    display: inline;
    /*横に並ぶように*/
    list-style: none;
    font-size: min(0.6vw, 12px);
    font-weight: bold;
    /*太字*/
}

@media only screen and (max-width : 767px) {
    .breadcrumb li {
        font-size: 10px;
    }
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #898989;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/* 試験研究の概要*********************************************************************************** */
.overview_inner {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-bottom: 50px;
}

h9 {
    font-size: 2.2vw;
    font-weight: bolder;
    display: inline-block;
    color: transparent;
    background-image: linear-gradient(90deg, #1F528E, #1BB8CE);
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 2vw;
}

.overview_inner section {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
    margin-top: 50px;
    margin-bottom: 50px;
    max-height: 600px;
}

.overview_inner .left {
    margin-right: 12vw;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    padding-left: 5vw;
}

.overview_inner .right {
    flex-direction: row-reverse;
    margin-left: 12vw;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    padding-right: 5vw;
}

.overview_inner .overview_img_box {
    position: relative;
    transform: translateY(-10%);
}

.overview_inner .overview_img_box img {
    width: 42vw;
    min-width: 335px;
}

.overview_inner .overview_text_box {
    width: 26vw;
    min-width: 100px;
}

.overview_inner .left .overview_text_box {
    margin-left: 5vw;
}

.overview_inner .right .overview_text_box {
    margin-right: 5vw;
}

@media only screen and (max-width : 767px) {

    /* 縦レイアウトに変更 */
    .overview_inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .overview_inner .left {
        flex-direction: column-reverse;
        margin-right: auto;
        margin-left: auto;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 6.5vw;
    }

    .overview_inner .right {
        flex-direction: column-reverse;
        margin-right: auto;
        margin-left: auto;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 6.5vw;
    }

    .overview_inner .overview_img_box {
        position: static;
        transform: translateY(0%);
    }

    .overview_inner .overview_img_box img {
        margin-top: 10px;
        width: 75vw;
        min-width: 0;
    }

    .overview_inner .overview_text_box {
        width: 75vw;
        min-width: 0;
    }

    .overview_inner .overview_text_box h9 {
        font-size: 20px;
    }

    .overview_inner .overview_text_box p {
        padding-top: 5px;
        /* border-top: 1px solid #4d4d4d; */
    }

    .overview_inner .left .overview_text_box {
        margin-left: 0;
    }

    .overview_inner .right .overview_text_box {
        margin-right: 0;
    }

    h9 {
        font-size: 3vw;
    }
}

/* 企業の皆様へ************************************************************************************ */
.guidance {
    margin-top: 9vw;
}

.guidance section {
    width: 80vw;
    max-width: 1300px;
    padding: 2vw;
    margin: 3vw auto;
    background-color: #ffffff;
    border-radius: 5vw;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
}

.guidance_title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    padding: 0 3% 0 50px;
    transition: all .5s ease;
    display: block;
}

/*アイコンの＋と×*/
.guidance_title::before,
.guidance_title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-image: linear-gradient(90deg, #1F528E, #1BB8CE);
}

.guidance_title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
}

.guidance_title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.guidance_title.close::before {
    transform: rotate(45deg);
}

.guidance_title.close::after {
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.guidance_box {
    display: none;
    /*はじめは非表示*/
    background: #E9EEF4;
    margin: 3% 3% 0% 3%;
    padding: 3%;
}

.guidance_box p {
    padding: 2vw;
}

.guidance_box ul {
    padding: 2vw;
}

.guidance_box li {
    padding: 1vw;
    margin-bottom: 2vw;
}

.guidance_box li:last-child {
    margin-bottom: 0vw;
}

.guidance_box a {
    background-color: #1BB8CE;
    border: 1px solid #1BB8CE;
    color: white;
    padding: 5px 20px;
    border-radius: 40px;
    transition: .3s;
}

.guidance_box a:hover {
    background-color: #ffffff;
    color: #1BB8CE;
}

.join_step_box .join_step .join_step_btn02 {
    margin-top: 2em;
}

@media only screen and (max-width : 767px) {
    h7 {
        font-size: 12px;
    }

    .news_list h7 {
        font-size: 10px;
    }
}

/*　News画像の拡大　*/
.zoomIn img {
    transform: scale(1);
    transition: .3s ease-in-out;
    /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img {
    /*hoverした時の変化*/
    transform: scale(1.2);
    /*拡大の値を変更したい場合はこの数値を変更*/
}

/*　News画像のマスク　*/
.mask {
    display: block;
    line-height: 0;
    /*行の高さを0にする*/
    overflow: hidden;
    /*拡大してはみ出る要素を隠す*/
}

/* 参加申し込みフロー */
.join_step {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: rgba(255, 255, 255, 0.5); */
    padding: 2vw 0vw;
    margin: 2vw 0vw;
}

.join_step_box {
    /* background-color: rgba(255, 255, 255, 0.5); */
    padding-top: 2em;
    padding-bottom: 2em;
}

.join_step h4 {
    font-family: "Gill Sans", sans-serif;
    font-weight: bold;
}

.join_arrow {
    margin: 4em 0;
    text-align: center;
}

.join_arrow img {
    width: 100%;
}

.join_line {
    text-align: center;
}

.join_line img {
    width: 100%;
}

/* サイトマップ************************************************************************************ */
.sitemap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 80vw;
    max-width: 1300px;
    padding: 4vw;
    margin: 9vw auto;
    background-color: #ffffff;
    border-radius: 6.5vw;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
}


.sitemap_inner {
    margin-bottom: 30px;
}

.sitemap section {
    margin: 20px 50px;
}

.sitemap .sitemap_inner li {
    margin-top: 5px;
}

.sitemap_inner_title {
    position: relative;
    padding-right: 40px;
    font-size: 18px;
    color: #1F528E;
    font-weight: 600;
}

.attempt_inner_title {
    position: relative;
    padding-right: 40px;
    font-size: min(2vw, 32px);
    line-height: 3vw;
    margin-bottom: 0px;
    font-weight: 600;
}

.attempt_inner_title h4 {
    margin-bottom: 0px;
}

.sitemap .sitemap_inner li a {
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 5px 30px;
    text-align: center;
    transition: ease .2s;
}

.sitemap .sitemap_inner li a span {
    position: relative;
    z-index: 3;
}

.sitemap .sitemap_inner li a:hover span {
    color: white;
}

@media only screen and (max-width : 767px) {
    .sitemap {
        flex-direction: column;
    }

    .sitemap section {
        margin: 20px 10px;
    }

    .sitemap_inner_title {
        font-size: 14px;
    }

    .attempt_inner_title {
        font-size: 2em;
        line-height: 1.5em;
    }

    .sitemap .sitemap_inner li a {
        padding: 5px 25px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }
}

.bgleft:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #1F528E;
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}

.bgleft:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
}

/* idでジャンプするとき位置調整 */
#purpose_box {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

#union_member_box {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

#overview_box {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

#access_box {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

#overview01 {
    display: block;
    /* padding-top: 100px; */
    margin-top: 20px;
}

#overview02 {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

#overview03 {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

/* プライバシーポリシー サイトポリシー************************************************************************************ */
.policy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80vw;
    max-width: 1300px;
    padding: 4vw;
    margin: 9vw auto;
    background-color: #ffffff;
    border-radius: 6.5vw;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
}

.policy h7 {
    font-weight: bolder;
}

.policy section {
    padding-top: 2.5vw;
    margin-top: 2.5vw;
    border-top: 1px solid #4d4d4d;
}

.policy section:first-child {
    border-top: none;
    padding-top: 0vw;
    margin-top: 0vw;
}

.policy p {
    padding-top: 1vw;
}

.policy ul {
    padding-top: 1.5vw;
}

.policy ol {
    padding-top: 1.5vw;
}

.policy li {
    list-style: disc;
    padding-top: 1vw;
    margin-left: 2em;
    font-size: 12px;
    line-height: 18px;
}

.policy .policy01 li {
    list-style-type: lower-alpha;
}

.policy ol li {
    list-style-type: upper-latin;
    margin-left: 2em;
}

.policy .privacy_inquery {
    margin-top: 10px;
}

.policy .privacy_inquery a {
    background-color: #1BB8CE;
    border: 1px solid #1BB8CE;
    color: white;
    padding: 5px 20px;
    border-radius: 40px;
    margin-right: 10px;
    transition: .3s;
}

.policy .privacy_inquery a:hover {
    background-color: #ffffff;
    color: #1BB8CE;
}

.policy .policy_inquery_box {
    margin-left: 2em;
}


@media only screen and (max-width : 767px) {
    .policy section {
        padding-top: 10px;
    }

    .policy p {
        padding-top: 9px;
    }

    .policy ul {
        padding-top: 15px;
    }

    .policy ol {
        padding-top: 15px;
    }

    .policy li {
        padding-top: 9px;
    }
}

/* お問い合わせ************************************************************************* */
.inquiries {
    width: 80vw;
    max-width: 1300px;
    padding: 4vw;
    margin: 9vw auto;
    background-color: #ffffff;
    border-radius: 6.5vw;
    box-shadow: 0 0 15px 0 rgba(31, 82, 142, .5);
}