/*   
Theme Name: soil_202602
*/
@charset "UTF-8";

/* Repeatable Patterns
----------------------------------------------------*/

html {
    font-size: 62.5%;
}

html.is-scroll-prevent {
    height: 100%;
    overflow: hidden;
}

* {
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #000;
    font-family: "Midashi Go MB31", sans-serif;
    line-height: 1;
    letter-spacing: .1rem;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
}

.all_container {
    position: relative;
}

/* print setting */
@media print {
    html {
        font-size: 38%;
    }

    body {
        -webkit-print-color-adjust: exact;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: inherit;
    margin: 0;
}

ul {
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
    transition: 0.5s ease-out;
}

a:hover {
    color: #777;
}

a img {
    transition: 0.5s ease-out;
}

a:hover img {
    opacity: .7;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

figure {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast;
    }
}

svg {
    fill: currentcolor;
    vertical-align: middle;
}

svg + * {
    vertical-align: middle;
}


ul {
    list-style-type: none;
    padding: 0;
}

input,
textarea,
button {
    font-family: YuGothic, "游ゴシック体", "Yu Gothic Bold", "游ゴシック Bold", "Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP", sans-serif;
    font-weight: 700;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    transition: 0.3s ease-out;
    cursor: pointer;
    color: #000;
    border: none;
}

.wrapper {
    width: calc(1180 / 1280 * 100%);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.sub_wrapper{
    max-width: 84rem;
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*テキスト*/
.chugo{
    font-family: "Gothic Medium BBB", sans-serif;
}

.yugo{
/*
    font-family: YuGothic, "游ゴシック体", "Yu Gothic Bold", "游ゴシック Bold", "Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP", sans-serif;
    font-weight: 700;
*/
}

.mincho{
    font-family: "A1 Mincho", serif;
}

.yumin{
    font-family: "A1 Mincho", serif;
}

.text_01 {
    font-size: 1.9rem;
    line-height: 2;
    text-align: justify;
}

.text_01 + .text_01{
    margin-top: 3.2rem;
}

.text_02 {
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: justify;
}

/*リンク*/
.link_button{
    position: relative;
    width: 26rem;
    display: block;
    aspect-ratio: 260 / 45;
}

.link_arrow{
    position: relative;
    width: 6rem;
    display: block;
    aspect-ratio: 1 / 1;
}

.link_button img,
.link_arrow img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    transition: 0.5s ease-in-out;
}

.link_button .normal,
.link_arrow .normal{
    opacity: 1;
}

.link_button .hover,
.link_arrow .hover{
    opacity: 0;
}

.link_button:hover .normal,
.link_arrow:hover .normal{
    opacity: 0;
}

.link_button:hover .hover,
.link_arrow:hover .hover{
    opacity: 1;
}

.links_container{
    border-left: 1px solid;
    border-right: 1px solid;
}

.links_container .link_box{
    width: 50%;
}

.links_container .link_box img{
    width: auto;
    height: 10rem;
}

.links_container .link_box + .link_box{
    border-left: 1px solid;
}

.link_container .link_box{
    border-left: 1px solid;
    border-right: 1px solid;
    padding: 0 4rem;
}

.link_container .link_box img{
    width: auto;
    height: 3.9rem;
}

.link_box{
    background: #fff;
    justify-content: center;
    align-items: center;
    height: 20rem;
    transition: 0.25s ease-out;
}

.post_footer_link .link_box{
    height: 14rem;
    padding: 0 5rem;
}

.link_bg{
    background: #fff;
    display: block;
}

.link_box:hover{
    background: #000;
    color: #fff;
}

.link_bg:hover{
    background: #fefbf5;
    color: #000;
}

.link_box:hover img{
    opacity: 1;
    filter: invert(100%) sepia(60%) saturate(0%) hue-rotate(231deg) brightness(106%) contrast(101%);
}

.link_bg:hover img{
    opacity: 1;
}


/*アニメーション*/
.fadein {
    opacity: 0;
    transition: 2s ease-out;
}

.fadein.scrollin {
    opacity: 1;
}

@media print {
    .fadein {
        opacity: 1;
    }
}

/* ----- 読み込み画面 ----- */
/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    text-align: center;
}

/* Loading画像中央配置　*/
#splash_logo {
    width: calc(300 / 1280 * 100%);
    max-width: 30rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: splashAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes splashAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


/* メインヘッダー
----------------------------------------------------*/

.header_container{
    position: absolute;
    top: calc(100vh - 12rem);
    top: calc(100svh - 12rem);
    left: 0;
    right: 0;
    background: #fff;
    align-items: center;
    z-index: 998;
}

.is-fixed.header_container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

body:not(.is-opened) .is-fixed.header_container{
    border-bottom: 1px solid #000;
}

.header_inner{
    height: 12rem;
    justify-content: space-between;
    align-items: center;
}

.header_logo{
    width: calc(175 / 1160 * 100%);
    max-width: 18rem;
}

.drawer-hamburger {
    padding: 0;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    width: 8rem;
    height: 2.7rem;
    background-image: url("img/drawer_open.svg");
    background-repeat: no-repeat;
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
}

.is-opened .drawer-hamburger-icon {
    width: 8rem;
    height: 3.9rem;
    background-image: url("img/drawer_close.svg");
}

.drawer-nav {
    background-color: #fff;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 99;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    transition: top .3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
    align-items: center;
}

.is-opened .drawer-nav {
    top: 0;
}

.drawer_inner {
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.drawer_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6%;
    margin: auto;
}

.drawer_logo img {
    width: 1.8rem;
}

.main_nav {
    width: 70%;
    margin-left: auto;
}

.main_nav_list{
    width: 50%;
}

.main_nav_item + .main_nav_item {
    margin-top: 3.7rem;
}

.main_nav_item .nav_en{
    width: auto;
    height: 2.9rem;
    display: block;
    margin-bottom: 1.4rem;
}

.nav_about .nav_en,
.nav_field .nav_en{
    height: 3.2rem;
}

.main_nav_item .nav_jp{
    width: auto;
    height: 1.4rem;
    display: block;
}

.nav_about .nav_jp{
    height: 1.2rem;
}

.nav_vision .nav_jp{
    height: 1.1rem;
}

.nav_self .nav_jp{
    height: 1.3rem;
}

.satsuma_nav_list{
    width: 70%;
    margin-top: 7.6rem;
    margin-left: auto;
    align-items: center;
}

.satsuma_nav_item + .satsuma_nav_item{
    margin-left: 9%;
}

.satsuma_nav_item img{
    width: 15.8rem;
}


/* メインフッター 
----------------------------------------------------*/

body:not(.home) .footer_container{
    margin-top: 16rem;
}

.footer_container{
    background-image: url(img/footer_bg_pc.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.footer_inner{
    align-items: flex-end;
    justify-content: space-between;
}

.footer_logo{
    width: calc(478 / 1180 * 100%);
}

.footer_body{
    width: calc(360 / 1180 * 100%);;
}

.footer_nav_list{
    align-items: flex-end;
    flex-direction: column;
}

.footer_nav_item + .footer_nav_item{
    margin-top: 2.3rem;
}

.footer_nav_item img{
    width: auto;
    height: 2.2rem;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(310deg) brightness(102%) contrast(102%);
}

.footer_nav_item.nav_about img,
.footer_nav_item.nav_field img{
    height: 2.3rem;
}

.footer_copyright {
    margin-top: 6.2rem;
    width: 100%;
}

/* メインコンテナー .main_container
----------------------------------------------------*/

/* ----- トップページ ----- */

/*メインビジュアル*/
.top_visual_container{
    position: relative;
}

.top_main_slide{
    width: 100%;
    height: calc(100vh - 12rem);
    height: calc(100svh - 12rem);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top_main_slide-1{
    background-image: url(img/fv-1_pc.jpg);
}

.top_main_slide-2{
    background-image: url(img/fv-2_pc.jpg);
}

.animation_scroll {
    position: absolute;
    right: 4.6%;
    bottom: 6rem;
    z-index: 9;
    flex-direction: column;
    align-items: center;
}

.animation_scroll span {
    width: 1px;
    height: 6.7rem;
    background: #fff;
    display: block;
    animation: scroll 1.8s cubic-bezier(1, 0, 0, 1) infinite;
    border-radius: 100vmax;
    margin-left: -.4rem;
}

.animation_scroll span::after{
    content: '';
    position: absolute;
    bottom: -0.1rem;
    right: -0.4rem;
    width: 1px;
    height: 1.2rem;
    display: block;
    background: #fff;
    transform: rotate(38deg);
    border-radius: 100vmax;
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.animation_scroll img{
    width: 1.4rem;
    padding-top: 1.2rem;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(242deg) brightness(101%) contrast(105%);
}

/*アバウト*/
.top_about_container{
    position: relative;
    padding-top: 27rem;
}

.top_about_logo{
    width: 50rem;
}

.top_about_heading{
    position: absolute;
    top: 27rem;
    right: 0;
    width: 11.9rem;
}

.top_about_body{
    margin-top: 17rem;
    margin-bottom: 15rem;
    justify-content: space-between;
    align-items: flex-end;
}
.top_about_text{
    font-size: 2.4rem;
    line-height: 1.875;
}


/*Review*/
.top_review_container{
    padding-top: 16rem;
    padding-bottom: 12rem;
}

.section_heading {
    padding-left: 1.2rem;
    margin-bottom: 2.6rem;
}

.section_heading img{
    width: auto;
    height: 2.6rem;
}

.review_item:first-child{
    border-top: 1px solid;
}

.review_item{
    width: 100%;
    border-bottom: 1px solid;
    position: relative;
}

.review_item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.5s ease-out;
    z-index: -2;
}

.review_item:hover::before{
    background: #fefbf5;
}

.review_item_img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
    margin: auto;
    width: 24%;
    opacity: 0;
    transition: 0.5s ease-out;
    z-index: -1;
}

.review_item_link:hover .review_item_img{
    opacity: 1;
}

.review_item_link:hover .review_item_img img{
    opacity: 1;
}

.review_item_link{
    padding: 4.2rem 1.2rem;
    display: block;
}

.review_item_link:hover{
    color: #000;
}

.review_item_title{
    font-size: 6.6rem;
    line-height: 1.2;
    letter-spacing: .2rem;
}

.review_item_text{
    margin-top: 2.4rem;
    align-items: baseline;
}

.review_item_name{
    font-size: 3rem;
    line-height: 1.3;
    margin-right: 2.4rem;
}

.review_item_position{
    font-size: 2.2rem;
    line-height: 1.3;
}

.top_review_link{
    margin-top: 9rem;
}


/*Field*/
.top_field_container{
    padding-top: 12rem;
}

.field_item:first-child{
    border-top: 1px solid;
}

.field_item{
    width: 100%;
    border-bottom: 1px solid;
}

.field_item_link{
    padding: 3rem 0;
}

.field_item_inner{
    align-items: center;
}

.field_item_img{
    width: 24rem;
}

.field_item_body{
    width: calc(100% - 24rem);
    padding-left: 5%;
}

.field_item_place{
    font-size: 2.6rem;
    line-height: 1.3;
    letter-spacing: .5rem;
    margin-bottom: 2.2rem;
}

.field_item_title{
    font-size: 5rem;
    line-height: 1.2;
    letter-spacing: .2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 1.8rem;
}

.field_item_name{
    font-size: 3.3rem;
    line-height: 1.3;
    letter-spacing: .5rem;
    margin-bottom: 2rem;
}

.field_item_keyword{
    font-size: 2rem;
    line-height: 1.3;
}

.top_field_link{
    margin-top: 9rem;
}

/*Interview*/
.top_interview_container{
    padding-top: 16rem;
    padding-bottom: 12rem;
}

.top_interview_heading{
    padding-bottom: 2.4rem;
    border-bottom: 1px solid;
    margin-bottom: 5rem;
}

.interview_list{
    margin: 0 -3% -6.6rem;
}

.interview_item{
    width: 50%;
    padding: 0 3% 6.6rem;
}

.interview_item_img img{
    aspect-ratio: 560 / 370;
    object-fit: cover;
}

.interview_item_body{
    margin-top: 3rem;
}

.interview_item_position{
    font-size: 1.7rem;
    line-height: 1.4;
    text-decoration: underline;
    margin-bottom: 1rem;
}

.interview_item_name{
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: .5rem;
    margin-bottom: 1.6rem;
}

.interview_item_title{
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: .2rem;
}

.top_interview_link{
    margin-top: 9rem;
}

/*薩摩大学・薩摩会議・薩摩留学*/

.satsuma_link_list{
    padding-top: 13rem;
    justify-content: space-evenly;
}

.satsuma_link_item{
    position: relative;
    height: 55rem;
}

.satsuma_link_logo{
    width: auto;
    height: 43.5rem;
}

.satsuma_link_journey .satsuma_link_logo{
    width: auto;
    height: 44.8rem;
}

.satsuma_link_arrow{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.satsuma_link:hover .normal{
    opacity: 0;
}

.satsuma_link:hover .hover{
    opacity: 1;
}


/*Note*/
.top_note_container{
    padding-top: 13rem;
    padding-bottom: 13rem;
}

.top_note_heading{
    padding-bottom: 2.4rem;
    border-bottom: 1px solid;
    margin-bottom: 5rem;
}

.note_list{
    margin: 0 -3% -5rem;
}

.note_item{
    width: 50%;
    padding: 0 3% 5rem;
}

.note_item_img{
    aspect-ratio: 560 / 370;
}

.note_item_body{
    margin-top: 3rem;
}

.note_item_date{
    font-size: 2.2rem;
    text-decoration: underline;
    margin-bottom: 2rem;
}

.note_item_title{
    font-size: 3.1rem;
    line-height: 1.5;
    letter-spacing: .2rem;
}

.note_item_tag{
    margin-top: 2.4rem;
    font-size: 2.1rem;
    line-height: 1.5;
    letter-spacing: .2rem;
}

.note_item_tag li{
    margin-right: 1.2rem;
}

.top_note_link{
    margin-top: 9rem;
}

/* ----- 固定ページ ----- */

body:not(.home):not(.page-id-31) .main_container{
    padding-top: 12rem;
}

/*About*/
.about_soil_container{
    padding-bottom: 12rem;
}

.about_soil_inner{
    position: relative;
    margin-top: 18rem;
}

.about_logo{
    width: 50rem;
}

.about_heading{
    position: absolute;
    top: 0;
    right: 0;
    width: 11.9rem;
}

.about_soil_body{
    margin-top: 17rem;
}

.about_text{
    font-size: 2.4rem;
    line-height: 1.875;
}

.about_150_container{
    padding-bottom: 12rem;
    margin-bottom: 12.8rem;
    border-bottom: 1px solid;
}

.about_150_inner{
    position: relative;
    margin-top: 10rem;
}

.about_150_heading{
    position: absolute;
    top: 0;
    right: 0;
    width: 12.6rem;
}

.about_self_inner{
    position: relative;
}

.about_self_heading{
    position: absolute;
    top: 0;
    right: 0;
    width: 13rem;
}

.about_self_logo{
    width: 62rem;
    margin-bottom: 11.4rem;
}

/*Vision*/
.page_vision{
    background-image: url(img/vision_bg.jpg);
    background-size: cover;
    background-position: top right;
    padding-top: 15rem;
    padding-bottom: 15rem;
}

.vision_main_container{
    position: relative;
}

.vision_heading{
    position: absolute;
    width: calc(272 / 1180 * 100%);
    top: 0;
    right: 0;
}

.vision_text{
    width: calc(655 / 1180 * 100%);
    color: #fff;
    font-size: 2.4rem;
    line-height: 2;
    text-align: justify;
}

.page-id-19 .footer_container,
.page-id-27 .footer_container{
    margin-top: 0 !important;
}

/*Statement*/
.page_statement{
    background-image: url(img/statement_bg.jpg);
    background-size: cover;
    background-position: bottom right;
    padding-top: 15rem;
    padding-bottom: 15rem;
}

.statement_main_container{
    position: relative;
}

.statement_heading{
    position: absolute;
    width: 4.8rem;
    top: 0;
    right: 0;
}

.statement_text{
    color: #fff;
    font-size: 2.4rem;
    line-height: 2;
}

.page-id-19 .footer_container,
.page-id-27 .footer_container{
    margin-top: 0 !important;
}

/* ----- アーカイブ ----- */


.page_header{
    margin-top: 16rem;
    margin-bottom: 15.4rem;
}

.page_heading{
    margin-bottom: 9.2rem;
    text-align: center;
}

.page_heading img{
    width: auto;
    height: 4rem;
}

.page_intro_text{
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: .2rem;
    text-align: center;
}

/*field*/
.archive_field_map{
    width: calc(830 / 1180 * 100%);
    margin: 14rem auto 0;
}

/*interview*/

.archive_interview_header{
    position: relative;
}

.archive_interview_tagline{
    width: 11rem;
    position: absolute;
    top: 0;
    right: 0;
}

.archive_interview_header .page_heading{
    text-align: left;
    margin-bottom: 13rem;
}

.archive_interview_header .page_intro_text{
    text-align: left;
}

.archive_interview .archive_list_container,
.archive_note .archive_list_container{
    border-top: 1px solid;
    padding-top: 6.8rem;
}


/*ページャー（WP-PageNavi）*/
.wp-pagenavi {
    margin: 6rem -0.6rem 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.wp-pagenavi a,
.wp-pagenavi span {
    width: 4.2rem;
    height: 4.2rem;
    font-size: 2rem;
    margin: 0 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
}

.wp-pagenavi a:hover,
.wp-pagenavi span{
    background: #000;
    color: #fff;
    border: 1px solid #000;
}


/* ----- 個別記事 ----- */

/*ヘッダー*/
.review_header{
    margin-top: 15rem;
    margin-bottom: 14rem;
}

.review_header_title{
    font-size: 5.8rem;
    line-height: 1.35;
    letter-spacing: .2rem;
    text-align: center;
}

.review_header_text{
    margin-top: 12rem;
}

.review_header_name{
    font-size: 3.6rem;
    line-height: 1.3;
    letter-spacing: .5rem;
    text-align: center;
    margin-bottom: 3rem;
}

.review_header_position{
    font-size: 2.1rem;
    line-height: 1.6;
    letter-spacing: .2rem;
    text-align: center;
    text-decoration: underline;
}

.interview_main_img img,
.note_main_img img{
    aspect-ratio: 1280 / 680;
    object-fit: cover;
}

.interview_header{
    margin-top: 12rem;
}

.field_header{
    margin-top: 13rem;
    margin-bottom: 8rem;
}

.interview_header_title,
.field_header_title,
.note_header_title{
    font-size: 5.8rem;
    line-height: 1.35;
    letter-spacing: .2rem;
}

.interview_header_text{
    margin-top: 8rem;
    margin-bottom: 8rem;
    position: relative;
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
}

.field_header_text{
    margin-top: 7rem;
    margin-bottom: 5.6rem;
    position: relative;
    padding-top: 5.4rem;
    padding-bottom: 5.4rem;
}

.interview_header_text::before,
.interview_header_text::after,
.field_header_text::before,
.field_header_text::after{
    width: 3.5rem;
    height: 0.1rem;
    background: #000;
    position: absolute;
    left: 0;
    content: "";
}

.interview_header_text::before,
.field_header_text::before{
    top: 0;
}

.interview_header_text::after,
.field_header_text::after{
    bottom: 0;
}

.interview_header_name,
.field_header_name{
    font-size: 3.6rem;
    line-height: 1.3;
    letter-spacing: .5rem;
    margin-bottom: 3rem;
}

.interview_header_position,
.field_header_position{
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: .2rem;
    text-decoration: underline;
}

.field_header_place{
    font-size: 2.9rem;
    letter-spacing: .5rem;
    margin-bottom: 3rem;
}

.field_header_keyword{
    font-size: 1.9rem;
    line-height: 1.6;
}

.note_header{
    margin-top: 15rem;
    margin-bottom: 8rem;
}

.note_header_date{
    font-size: 2.5rem;
    text-decoration: underline;
    margin-bottom: 8rem;
}

.note_header_text{
    margin-top: 4.8rem;
}

.note_tag_list{
    font-size: 2.4rem;
    margin-bottom: 6.8rem;
}

.note_tag_list li{
    margin-right: 1.2rem;
}

/*本文*/

.post_body{
    font-family: "Gothic Medium BBB", sans-serif;
    font-size: 2rem;
    line-height: 2;
    text-align: justify;
}

.post_body > * + * {
    margin: 4rem 0;
}

.post_body figure {
    margin: 8rem 0;
}

.post_body figure:first-child{
    margin-top: 0;
}

.post_body h2{
    font-size: 3.2rem;
    line-height: 1.5;
    margin-top: 9rem;
    margin-bottom: 6rem;
}

.single_review .post_body h2,
.single_field .post_body h2,
.single_note .post_body h2{
    font-family: "Midashi Go MB31", sans-serif;
}

.single_interview .post_body h2{
    font-family: "A1 Mincho", serif;
    font-size: 3.9rem;
    line-height: 1.65;
    margin-top: 8rem;
    margin-bottom: 6rem;
}

.single_interview .post_body h3{
    font-family: "Midashi Go MB31", sans-serif;
    font-size: 3.2rem;
    line-height: 1.5;
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.post_body a{
    text-decoration: underline;
}

.post_body figure.is-type-video .wp-block-embed__wrapper{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.post_body figure.is-type-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.post_body ul{
    list-style-type: disc;
    margin-left: 2rem;
}

.post_body ol{
    list-style-type: decimal;
    margin-left: 2rem;
}

/*フッター*/

.post_footer{
    margin-top: 14rem;
    position: relative;
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.post_footer::before,
.post_footer::after{
    width: 3.5rem;
    height: 0.1rem;
    background: #000;
    position: absolute;
    left: 0;
    content: "";
}

.post_footer::before{
    top: 0;
}

.post_footer::after{
    bottom: 0;
}

.post_footer_main{
    align-items: center;
    margin-bottom: 5rem;
}

.post_footer_img{
    width: 25rem;
}

.post_footer_body{
    width: calc(100% - 25rem);
    padding-left: 5.5%;
}

.post_footer_name{
    font-size: 2.9rem;
    line-height: 1.3;
    letter-spacing: .5rem;
    margin-bottom: 2.8rem;
}

.post_footer_position{
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: .2rem;
    text-decoration: underline;
}

.post_footer_text{
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: justify;
}

.post_footer_link{
    margin-top: 14rem;
}

.interview_credit{
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.interview_credit::after{
    width: 3.5rem;
    height: 0.1rem;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.interview_credit_title{
    font-size: 1.6rem;
    letter-spacing: .2rem;
    margin-bottom: 3rem;
}

.interview_credit_name{
    font-size: 3.2rem;
    letter-spacing: .5rem;
    margin-bottom: 3rem;
}

.interview_credit_position{
    font-size: 1.6rem;
    letter-spacing: .3rem;
    text-decoration: underline;
}

.post_footer_recommend{
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.post_footer_recommend::after{
    width: 3.5rem;
    height: 0.1rem;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}

.post_footer_recommend_heading{
    font-size: 2.2rem;
    margin-bottom: 5rem;
}

.post_footer_recommend_list{
    font-size: 2.5rem;
    line-height: 1.75;
    text-align: justify;
    list-style: disc;
    margin-left: 2.4rem;
}

.post_footer_recommend_list li + li{
    margin-top: 1.6rem;
}

.note_footer{
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
}

.note_footer .post_footer_main{
    margin: 0;
}

.note_footer .post_footer_body{
    width: 100%;
    padding-left: 0;
}

.note_footer .post_footer_heading{
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
}

.note_footer .post_footer_name{
    font-size: 3.6rem;
    margin-bottom: 2.6rem;
}

.note_footer .post_footer_position{
    font-size: 1.8rem;
}

/* ----- 留学 ----- */

.journey_container{
    font-size: 2.5rem;
    line-height: 1.7;
    letter-spacing: .1rem;
    text-align: justify;
}

.journey_wrapper{
    max-width: 78rem;
    margin-left: auto;
    margin-right: auto;
}

/*ファーストビジュアル*/
.journey_fv_container{
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: relative;
}

.journey_fv_logo{
    position: absolute;
    width: 20%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 26rem;
}

.journey_fv_text{
    position: absolute;
    width: 8rem;
    top: 0;
    bottom: 0;
    left: 4%;
}

.journey_fv_tag{
    position: absolute;
    width: 2.1rem;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.journey_fv_self{
    position: absolute;
    bottom: 5%;
    left: 0;
}

.journey_fv_soil{
    position: absolute;
    width: 1.7rem;
    top: 0;
    bottom: 0;
    right: 4%;
}

.journey_fv_soil img{
    position: absolute;
    width: 100%;
    top: 42%;
    right: 0;
    transform: translate(-50%, -50%);
}

.journey_animation_scroll {
    position: absolute;
    right: 4%;
    bottom: 5rem;
    z-index: 9;
}

.journey_animation_scroll span {
    width: 2px;
    height: 8rem;
    background: #000;
    display: block;
    animation: j-scroll 1.8s cubic-bezier(1, 0, 0, 1) infinite;
    border-radius: 100vmax;
}

.journey_animation_scroll span::after{
    content: '';
    position: absolute;
    bottom: -0.1rem;
    right: -0.4rem;
    width: 2px;
    height: 1.4rem;
    display: block;
    background: #000;
    transform: rotate(38deg);
    border-radius: 100vmax;
}

@keyframes j-scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.journey_animation_scroll img{
    width: 1.6rem;
    margin-right: 1rem;
}

/*イントロダクション*/

.journey_intro_container{
    padding-top: 24rem;
    padding-bottom: 16rem;
    border-bottom: 1px solid;
}

.journey_intro_inner{
    flex-direction: row-reverse;
    justify-content: space-between;
}

.journey_intro_heading{
    width: calc(53 / 780 * 100%);
    flex-direction: column;
    align-items: center;
}

.journey_intro_heading_jp{
    width: 5.3rem;
    margin-bottom: 6.8rem;
}

.journey_intro_heading_en{
    width: 2.8rem;
}

.journey_intro_body{
    width: calc(540 / 780 * 100%);
}

.journey_intro_title{
    margin-bottom: 10rem;
}

.journey_intro_text{
    line-height: 1.8;
}


/*プログラム*/

.journey_program_container{
    padding-top: 16rem;
    padding-bottom: 16rem;
    border-bottom: 1px solid;
}

.journey_program_heading{
    margin-bottom: 7.2rem;
}

.journey_program_heading img{
    width: auto;
    height: 3.9rem;
}

.journey_program-1{
    padding-top: 16rem;
    padding-bottom: 16rem;
    border-bottom: 1px solid;
}

.journey_program_title{
    margin-bottom: 8rem;
}

.journey_program_title img{
    width: auto;
    height: 10.1rem;
}

.program_phase{
    margin-top: 10rem;
}

.program_phase_heading{
    font-size: 3.2rem;
    line-height: 1.9;
    margin-bottom: 4.4rem;
}

.program_phase_text + .program_phase_text{
    margin-top: 6rem;
}

.program_phase_list{
    margin-top: 5.6rem;
    margin-bottom: 7rem;
    list-style: disc;
    margin-left: 2.4rem;
}

.program_phase_item{
    margin-top: 4.8rem;
}

.program_phase_item_heading{
    font-size: 3.2rem;
}

.program_phase_item_text{
    font-size: 2.9rem;
}

.journey_program-2{
    padding-top: 16rem;
}

/*お問い合わせ*/

.journey_contact_container{
    text-align: center;
    padding-top: 16rem;
}

.journey_contact_heading{
    margin: 0 auto 6.4rem;
}

.journey_contact_heading img{
    width: auto;
    height: 3.1rem;
}

.journey_contact_text + .journey_contact_text{
    margin-top: 3.6rem;
}

/*フッター*/

.journey_footer{
    margin-top: 22rem;
    padding-bottom: 22rem;
}

.journey_footer_logo{
    width: calc(493 / 780 * 100%);
    display: block;
    margin: auto;
}

/* ----- 404 ----- */

.error_intro_title {
    font-size: 3.4rem;
    line-height: 1.8;
    letter-spacing: .15rem;
    margin: 16rem auto 0;
}


/*----------------------------------------------------

PCのみ

----------------------------------------------------*/

@media print,
    screen and (min-width: 768px) {
        .display_sp {
            display: none !important;
        }

        a[href^="tel:"] {
            pointer-events: none;
        }
}

@media screen and (max-width: 1299px) and (min-width: 1050px) {
    html {
        font-size: 58%;
    }

}

@media screen and (max-width: 1049px) and (min-width: 900px) {
    html {
        font-size: 52%;
    }
}

@media screen and (max-width: 899px) and (min-width: 768px) {
    html {
        font-size: 46%;
    }
}

/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/


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

    .wrapper {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .display_pc {
        display: none !important;
    }


    /*テキスト*/
    .text_01 {
        font-size: 1.6rem;
    }

    .text_01 + .text_01{
        margin-top: 2.4rem;
    }

    .text_02 {
        font-size: 1.4rem;
    }

    /*リンク*/
    .link_button{
        width: 21rem;
    }

    .link_arrow{
        width: 3.4rem;
    }

    .links_container{
        border-left: none; 
        border-right: none;
    }

    .links_container .link_box{
        width: 100%;
        border-left: 1px solid; 
        border-right: 1px solid;
    }

    .link_container .link_box{
        padding: 0;
    }

    .links_container .link_box + .link_box{
        margin-top: 3rem;
    }

    .links_container .link_box img,
    .link_container .link_box img{
        height: 5.8rem;
    }

    .link_box{
        height: 14rem;
    }


    /* ----- 読み込み画面 ----- */

    /* Loading画像中央配置　*/
    #splash_logo {
        width: calc(220 / 480 * 100%);
        max-width: 22rem;
    }

    /* メインヘッダー
    ----------------------------------------------------*/

    .header_container{
        top: calc(100vh - 8rem);
        top: calc(100svh - 8rem);
    }

    .header_inner{
        height: 8rem;
    }

    .header_logo{
        width: calc(130 / 420 * 100%);
        max-width: 13rem;
    }

    .drawer-hamburger-icon {
        width: 5.8rem;
        height: 1.9rem
    }

    .is-opened .drawer-hamburger-icon {
        width: 5.8rem;
        height: 2.8rem;
    }

    .main_nav {
        width: 100%;
    }

    .main_nav_list{
        width: 100%;
    }

    .main_nav_list + .main_nav_list{
        margin-top: 2.8rem;
    }

    .main_nav_item + .main_nav_item {
        margin-top: 2.8rem;
    }

    .main_nav_item .nav_en{
        height: 2.2rem;
        margin: 0 auto 1rem;
    }

    .nav_about .nav_en,
    .nav_field .nav_en{
        height: 2.4rem;
    }

    .main_nav_item .nav_jp{
        height: 1.1rem;
        margin: auto;
    }

    .nav_about .nav_jp{
        height: .9rem;
    }

    .nav_vision .nav_jp{
        height: .9rem;
    }

    .nav_self .nav_jp{
        height: .9rem;
    }

    .satsuma_nav_list{
        width: 100%;
        flex-direction: column;
        justify-content: center;
        margin-top: 5rem;
    }

    .satsuma_nav_item + .satsuma_nav_item{
        margin-left: 0;
        margin-top: 3.6rem;
    }

    .satsuma_nav_item img{
        width: 12.6rem;
    }


    /* メインフッター 
    ----------------------------------------------------*/

    body:not(.home) .footer_container{
        margin-top: 10rem;
    }

    .footer_container{
        background-image: url(img/footer_bg_sp.jpg);
        padding-top: 6.6rem;
        padding-bottom: 3.6rem;
        background-position: bottom;
    }

    .footer_inner{
        flex-direction: column-reverse;
    }

    .footer_logo{
        width: 98%;
        margin-top: 22rem;
    }

    .footer_body{
        width: 100%;
    }
    
    .footer_nav_list{
        align-items: center;
    }

    .footer_nav_item + .footer_nav_item{
        margin-top: 2.8rem;
    }

    .footer_nav_item img{
        height: 1.7rem;
    }

    .footer_nav_item.nav_about img,
    .footer_nav_item.nav_field img{
        height: 1.8rem;
    }

    .footer_copyright {
        width: 68%;
        margin: 4.8rem auto 0;
    }

    /* メインコンテナー .main_container
    ----------------------------------------------------*/

    /* ----- トップページ ----- */

    /*メインビジュアル*/
    .top_visual_container{
        position: relative;
    }

    .top_main_slide{
        height: calc(100vh - 8rem);
        height: calc(100svh - 8rem);
    }

    .top_main_slide-1{
        background-image: url(img/fv-1_sp.jpg);
    }

    .top_main_slide-2{
        background-image: url(img/fv-2_sp.jpg);
    }

    .animation_scroll {
        right: 5%;
        bottom: 5rem;
    }

    .animation_scroll img{
        width: 1.3rem;
    }

    /*アバウト*/
    .top_about_container{
        padding-top: 20rem;
    }

    .top_about_logo{
        width: calc(279 / 420 * 100%);
    }

    .top_about_heading{
        top: 19.8rem;
        right: 5%;
        width: calc(68 / 420 * 100%);
    }

    .top_about_body{
        margin-top: 12rem;
        margin-bottom: 10rem;
    }

    .top_about_text{
        font-size: 1.4rem;
    }

    .top_about_button{
        margin-top: 5.5rem;
        margin-left: auto;
    }


    /*Review*/
    .top_review_container{
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .section_heading {
        padding-left: .6rem;
        margin-bottom: 1.5rem;
    }

    .section_heading img{
        height: 1.8rem;
    }

    .review_item_link{
        padding: 2.2rem .6rem;
    }
    
    .review_item_title{
        font-size: 2.8rem;
    }

    .review_item_text{
        margin-top: 1.2rem;
    }

    .review_item_name{
        font-size: 1.5rem;
        margin-right: 1rem;
        letter-spacing: .05rem;
    }

    .review_item_position{
        font-size: 1.1rem;
        letter-spacing: .05rem;
    }

    .top_review_link{
        margin-top: 4rem;
    }


    /*Field*/
    .top_field_container{
        padding-top: 6rem;
    }

    .field_item_link{
        padding: 2rem 0;
    }

    .field_item_img{
        width: 12rem;
    }

    .field_item_body{
        width: calc(100% - 12rem);
        padding-left: 5%;
    }

    .field_item_place{
        font-size: 1.4rem;
        margin-bottom: .8rem;
    }

    .field_item_title{
        font-size: 2.4rem;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 1rem;
    }

    .field_item_name{
        font-size: 1.7rem;
        margin-bottom: 0;
    }

    .top_field_link{
        margin-top: 4rem;
    }

    /*Interview*/
    .top_interview_container{
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .top_interview_heading{
        padding-bottom: 1.2rem;
        margin-bottom: 3rem;
    }

    .interview_list{
        margin: 0;
    }

    .interview_item{
        width: 100%;
        padding: 0;
    }

    .interview_item + .interview_item{
        margin-top: 5rem;
    }

    .interview_item_body{
        margin-top: 2.4rem;
    }

    .interview_item_position{
        font-size: 1.2rem;
        margin-bottom: .6rem;
    }

    .interview_item_name{
        font-size: 2.2rem;
        margin-bottom: 1.46rem;
    }

    .interview_item_title{
        font-size: 2.3rem;
    }

    .top_interview_link{
        margin-top: 4rem;
    }

    /*薩摩大学・薩摩会議・薩摩留学*/

    .satsuma_link_list{
        padding-top: 7.7rem;
        align-items: center;
    }

    .satsuma_link_item{
        height: 15.4rem;
    }

    .satsuma_link_item + .satsuma_link_item{
        margin-top: 6rem;
    }

    .satsuma_link_logo,
    .satsuma_link_journey .satsuma_link_logo{
        width: 26rem;
        height: auto;
    }

    /*Note*/
    .top_note_container{
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .top_note_heading{
        padding-bottom: 1.2rem;
        margin-bottom: 3rem;
    }

    .note_list{
        margin: 0;
    }

    .note_item{
        width: 100%;
        padding: 0;
    }

    .note_item + .note_item{
        margin-top: 5rem;
    }

    .note_item_body{
        margin-top: 2rem;
    }

    .note_item_date{
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }

    .note_item_title{
        font-size: 2.2rem;
    }

    .note_item_tag{
        margin-top: 1.4rem;
        font-size: 1.6rem;
    }

    .note_item_tag li{
        margin-right: .8rem;
    }

    .top_note_link{
        margin-top: 4rem;
    }


    /* ----- 固定ページ ----- */

    body:not(.home):not(.page-id-31) .main_container{
        padding-top: 8rem;
    }

    /*About*/
    .about_soil_container{
        padding-bottom: 8rem;
    }

    .about_soil_inner{
        margin-top: 8rem;
    }

    .about_logo{
        width: calc(279 / 420 * 100%);
    }

    .about_heading{
        top: -.2rem;
        right: 5%;
        width: calc(68 / 420 * 100%);
    }

    .about_soil_body{
        margin-top: 8rem;
    }

    .about_text{
        font-size: 1.4rem;
    }

    .about_150_container{
        padding-bottom: 8rem;
        margin-bottom: 8rem;
    }

    .about_150_inner{
        margin-top: 6rem;
    }

    .about_150_heading{
        width: calc(68 / 420 * 100%);
    }

    .about_self_heading{
        width: calc(66 / 420 * 100%);
    }

    .about_self_logo{
        width: calc(300 / 420 * 100%);
        margin-bottom: 6rem;
    }


    /*Vision*/
    .page_vision{
        padding-top: 8rem;
        padding-bottom: 10rem;
        background-image: url(img/vision_bg_sp.jpg);
    }

    .vision_heading{
        position: relative;
        width: calc(170 / 420 * 100%);
        padding-left: 1rem;
        margin: auto;
        margin-bottom: 7.2rem;
    }

    .vision_text{
        width: 100%;
        font-size: 1.4rem;
    }

    .page-id-19 .footer_container,
    .page-id-27 .footer_container{
        margin-top: 0 !important;
    }


    /*Statement*/
    .page_statement{
        padding-top: 8rem;
        padding-bottom: 10rem;
    }

    .statement_heading{
        width: calc(36 / 420 * 100%);
        right: 5%;
    }

    .statement_text{
        font-size: 1.4rem;
    }


    /* ----- アーカイブ ----- */

    .page_header{
        margin-top: 10rem;
        margin-bottom: 8rem;
    }

    .page_heading{
        margin-bottom: 4rem;
    }

    .page_heading img{
        height: 2.4rem;
    }

    .page_intro_text{
        font-size: 1.6rem;
    }
    
    /*field*/
    .archive_field_map{
        width: 100%;
        margin-top: 8rem;
    }

    /*interview*/

    .archive_interview_tagline{
        width: 6rem;
        top: 10.8rem;
    }

    .archive_interview_header .page_heading{
        margin-bottom: 8rem;
    }
    
    .archive_interview_header .page_intro_text{
        font-size: 1.5rem;
    }

    .archive_interview .archive_list_container,
    .archive_note .archive_list_container{
        padding-top: 5rem;
    }

    /*ページャー（WP-PageNavi）*/
    .wp-pagenavi {
        padding-top: 1.2rem;
        margin: 3rem -0.4rem 0 !important;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 1.6rem;
        margin: 0 0.4rem;
    }


    /* ----- 個別記事 ----- */

    /*ヘッダー*/
    
    .review_header{
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    .review_header_title{
        font-size: 2.8rem;
    }

    .review_header_text{
        margin-top: 5rem;
    }

    .review_header_name{
        font-size: 2.2rem;
        margin-bottom: 1.8rem;
    }

    .review_header_position{
        font-size: 1.3rem;
    }

    .interview_header{
        margin-top: 6rem;
    }

    .field_header {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }

    .interview_header_title{
        font-size: 2.3rem;
    }
    
    .field_header_title{
        font-size: 2.6rem;
    }
    
    .note_header_title{
        font-size: 2.4rem;
    }

    .interview_header_text{
        margin-top: 6rem;
        margin-bottom: 4rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .field_header_text {
        margin-top: 6rem;
        margin-bottom: 4rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .interview_header_name,
    .field_header_name{
        font-size: 2rem;
        margin-bottom: 1.4rem;
    }

    .interview_header_position,
    .field_header_position{
        font-size: 1.3rem;
    }

    .field_header_place {
        font-size: 2rem;
        margin-bottom: 1.8rem;
    }

    .field_header_keyword {
        font-size: 1.3rem;
    }

    .note_header{
        margin-top: 6rem;
        margin-bottom: 4rem;
    }

    .note_header_date{
        font-size: 1.6rem;
        margin-bottom: 4rem;
    }

    .note_header_text{
        margin-top: 2.4rem;
    }

    .note_tag_list{
        font-size: 1.7rem;
        margin-bottom: 5rem;
    }

    .note_tag_list li{
        margin-right: 1rem;
    }


    /*本文*/
    
    .post_body{
        font-size: 1.5rem;
    }

    .post_body > * + * {
        margin: 3.2rem 0;
    }

    .post_body figure {
        margin: 5rem 0;
    }

    .post_body h2{
        font-size: 2rem;
        margin-top: 5rem;
        margin-bottom: 4rem;
    }

    .single_interview .post_body h2{
        font-size: 2.2rem;
        margin-top: 8rem;
        margin-bottom: 4.8rem;
    }

    .single_interview .post_body h3{
        font-size: 1.9rem;
        margin-top: 4.8rem;
        margin-bottom: 3.2rem;
    }
    
    /*フッター*/

    .post_footer{
        margin-top: 6rem;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .post_footer::before,
    .post_footer::after{
        width: 3.5rem;
    }

    .post_footer_main{
        margin-bottom: 3.2rem;
    }

    .post_footer_img{
        width: 12rem;
    }

    .post_footer_body{
        width: calc(100% - 12rem);
        padding-left: 5%;
    }

    .post_footer_name{
        font-size: 1.8rem;
        margin-bottom: 1.4rem;
    }

    .post_footer_position{
        font-size: 1.1rem;
    }

    .post_footer_text{
        font-size: 1.3rem;
    }

    .post_footer_link{
        margin-top: 8rem;
    }

    .interview_credit{
        padding-top: 3.6rem;
        padding-bottom: 3.6rem;
    }

    .interview_credit_title{
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }

    .interview_credit_name{
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .interview_credit_position{
        font-size: 1.2rem;
    }

    .post_footer_recommend {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .post_footer_recommend_heading {
        font-size: 1.4rem;
        margin-bottom: 3.2rem;
    }

    .post_footer_recommend_list {
        font-size: 1.6rem;
        margin-left: 2rem;
    }

    .post_footer_recommend_list li + li {
        margin-top: 1.2rem;
    }

    .note_footer{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .note_footer .post_footer_heading{
        font-size: 1.4rem;
        margin-bottom: 2.2rem;
    }

    .note_footer .post_footer_name{
        font-size: 2.2rem;
        margin-bottom: 1.8rem;
    }

    .note_footer .post_footer_position{
        font-size: 1.3rem;
    }


    /* ----- 留学 ----- */

    .journey_container{
        font-size: 1.5rem;
    }

    .journey_wrapper{
        max-width: 100%;
        padding-left: 6%;
        padding-right: 6%;
    }

    /*ファーストビジュアル*/

    .journey_fv_logo{
        width: 38%;
        top: 47%;
        max-width: 16rem;
    }

    .journey_fv_text{
        width: 14%;
        left: 6%;
    }

    .journey_fv_tag{
        width: 28%;
        top: 45%;
        left: 0;
        transform: translate(0, -50%);
    }

    .journey_fv_self{
        bottom: 6%;
    }

    .journey_fv_soil{
        width: 3.3%;
        right: 6%;
    }

    .journey_fv_soil img{
        position: absolute;
        width: 100%;
        top: 45%;
        right: 50%;
        transform: translate(-50%, -50%);
    }

    .journey_animation_scroll {
        right: 8%;
        bottom: 5%;
    }

    .journey_animation_scroll span {
        height: 6.4rem;
    }

    .journey_animation_scroll img{
        width: 1.2rem;
        margin-right: .8rem;
    }

    /*イントロダクション*/

    .journey_intro_container{
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .journey_intro_inner{
        flex-direction: column;
    }

    .journey_intro_heading{
        width: 100%;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 10rem;
    }

    .journey_intro_heading_jp{
        width: 3.8rem;
        margin-left: 1.6rem;
        margin-bottom: 0;
    }

    .journey_intro_heading_en{
        width: 1.1rem;
    }

    .journey_intro_body{
        width: 100%;
    }
    
    .journey_intro_title{
        width: 92%;
    }

    .journey_intro_title{
        margin-bottom: 6rem;
    }


    /*プログラム*/

    .journey_program_container{
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .journey_program_heading{
        margin-bottom: 4rem;
    }

    .journey_program_heading img{
        height: 3.2rem;
    }

    .journey_program-1{
        padding-top: 6rem;
        padding-bottom: 10rem;
    }

    .journey_program_title{
        margin-bottom: 4rem;
    }

    .journey_program_title img{
        height: 10rem;
    }

    .program_phase{
        margin-top: 6rem;
    }

    .program_phase_heading{
        font-size: 2rem;
        margin-bottom: 3.6rem;
    }

    .program_phase_text + .program_phase_text{
        margin-top: 3.6rem;
    }

    .program_phase_list{
        margin-top: 3rem;
        margin-bottom: 4rem;
        margin-left: 2rem;
    }

    .program_phase_item{
        margin-top: 1.6rem;
    }

    .program_phase_item_heading{
        font-size: 2rem;
    }

    .program_phase_item_text{
        font-size: 1.6rem;
    }

    .journey_program-2{
        padding-top: 10rem;
    }

    /*お問い合わせ*/

    .journey_contact_container{
        padding-top: 10rem;
    }

    .journey_contact_heading{
        margin: 0 auto 4rem;
    }

    .journey_contact_heading img{
        height: 2.4rem;
    }

    .journey_contact_text + .journey_contact_text{
        margin-top: 2rem;
    }

    /*フッター*/

    .journey_footer{
        margin-top: 12rem;
        padding-bottom: 12rem;
    }

    .journey_footer_logo{
        width: calc(493 / 780 * 100%);
    }

    /* ----- 404 ----- */

    .error_intro_title {
        font-size: 2.4rem;
        margin-top: 14rem;
    }

}


@media screen and (max-width: 320px) {
    html {
        font-size: 56%;
    }
}
