@charset "UTF-8";

@font-face {
    font-style: normal;
    font-weight: 100;
    src: url("../font/BwGradual/BwGradualDEMO-Thin.otf") format('opentype');
    font-family: "BwGradual";
}

@font-face {
    font-style: normal;
    font-weight: 300;
    src: url("../font/BwGradual/BwGradualDEMO-Light.otf") format('opentype');
    font-family: "BwGradual";
}


@font-face {
    font-style: normal;
    font-weight: 400;
    src: url("../font/BwGradual/BwGradualDEMO-Regular.otf") format('opentype');
    font-family: "BwGradual";
}


@font-face {
    font-style: normal;
    font-weight: 500;
    src: url("../font/BwGradual/BwGradualDEMO-Medium.otf") format('opentype');
    font-family: "BwGradual";
}


@font-face {
    font-style: normal;
    font-weight: 700;
    src: url("../font/BwGradual/BwGradualDEMO-Bold.otf") format('opentype');
    font-family: "BwGradual";
}


@font-face {
    font-style: normal;
    font-weight: 900;
    src: url("../font/BwGradual/BwGradualDEMO-ExtraBold.otf") format('opentype');
    font-family: "BwGradual";
}

body *{
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
body *::-webkit-scrollbar {
    display:none;
   }

html {
    font-size: 62.5%;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #333333;
    font-family: "BwGradual",'M PLUS 1p', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html.ja{
    font-size: 55%;
}

body {
    position: relative;
}

main {
    position: relative;
    z-index: 1;
    background-color: #fff;

}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

img,
video {
    width: 100%;
    vertical-align: bottom;
    height: auto;
}


a {
    display: inline-block;
    text-decoration: none;

}

li {
    list-style: none;
}

.full-height {
    min-height: 100vh;
}

.more {
    text-align: right;
}

.more__link {
    line-height: 2em;
    font-size: 2.4rem;
    padding: 0 19px;
    color: #009BC4;
    border-radius: 30px;
    border: 2px solid #009BC4;
    transition: 0.3s;
}

.more__link.ja{
    font-size: 2.2rem;
}

.more__link--small {
    line-height: 1.8em;
    font-size: 1.8rem;
    padding: 0 9px;
    transition: 0.3s;
}

.more__link--small.ja{
    font-size: 1.6rem;   
}

.more__link:hover {
    color: #FF1C5C;
    border-color: #FF1C5C;
}

.more__link--white {
    color: #fff;
    border: 2px solid #fff;
}

.more__link--white:hover {
    color: #000;
    border: 2px solid #000;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 16px 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 3;
}

.header__logo {
    height: 70px;
    width: auto;
}

.header__logo--s {
    height: 40px;
}

.header-add{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 20px 0;
    color: #5A5A5A;
    background: #F2EFE8;
}

.header-add__link{
    color: #5A5A5A;
}

.header-add__line{
    padding: 0 0.5em;
}

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

.header__item {
    margin: 0 0.5em;
    font-size: 1.45rem;
}

.header__item--account {
    margin-left: 41px;
}

.header__link {
    color: #5A5A5A;
    letter-spacing: 0.02em;
}

.header__link--account {
    display: flex;
    align-items: center;
}

.header__link--account img {
    margin-right: 15px;
}

.header__line {
    width: 1px;
    height: 16px;
    background: #5A5A5A;
    margin: 0 8px;
}

.header__account {
    width: 24px;
    height: 24px;
    background-color: #D9D6C3;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}

.sp-hum {
    display: none;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 80px 7.7% 72px;
    background: #FF1C5C;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
}

.footer__left {
    width: 500px;
}

.footer__right {
    text-align: right;
    width: calc(100% - 500px);
}

.footer__color {
    transition: 0.3s;
}

.footer__color:hover {
    fill: #000;
}

.footer__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.footer__item {
    margin-right: 2.4rem;
    margin-bottom: 22px;
}

.footer__item--last {
    margin-right: 0;
}

.footer__link {
    font-size: 2.4rem;
    color: #fff;
    letter-spacing: 0.02em;
}

.footer__block {
    width: 100%;
    height: 0;
}

.footer__sns-link {
    width: 16px;
    margin: 0 8px;
}

.footer__logo {
    height: 40px;
    width: auto;
}

.copy {
    margin-top: 32px;
    font-size: 1.4rem;

}

.copy__link {
    color: #000;
    text-decoration: underline;
}

.fv {
    position: relative;
    height: 600px;
    margin-top: 102px;
}

.fv__img {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center right;
    background-blend-mode: multiply;
}

.fv--news {
    height: 480px;
}

.fv--country {
    height: 480px;
}

.fv--account {
    height: 280px;
}

.fv__left {
    width: 49%;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background: #009BC4;
    mix-blend-mode: multiply !important;
}

.fv__right {
    width: 63%;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background: #D9D6C3;
    mix-blend-mode: multiply !important;
}



.fv--about {
    height: 480px;
}

.fv--single {
    background-size: 64% auto !important;
    background-position: right !important;
    background-blend-mode: multiply !important;
    height: 480px;
    position: relative;
}

.fv--country-detail {
    background-size: cover !important;
    background-position: center !important;
    background-blend-mode: multiply !important;
}

.fv__content {
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #009BC4;
    mix-blend-mode: multiply;
}

.fv__content--small {
    width: 34%;
}

.fv__block {
    display: block;
}

.sp-fv {
    display: none;
}

.fv__text {
    max-width: 1216px;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fv__title {
    width: 100%;
    max-width: 488px;
    font-size: 2.8rem;
    line-height: 1.3em;
    color: #fff;
    font-weight: 500;
}

.fv__title.ja{
    font-size: 3.5rem;
}

.fv__pattern {
    width: auto;
    height: 28px;
    margin-top: 48px;
}

.fv__type {
    padding-left: 32px;
    margin-bottom: 16px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    position: relative;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1em;
}

.fv__type::before {
    content: "";
    display: inline-block;
    background: url(../img/unlock-w.svg);
    width: 14px;
    height: 16px;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.fv__type--lock::before {
    background: url(../img/lock-w.svg);
}

.fv__date {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    margin-top: 16px;
    color: #fff;
    line-height: 1em;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.fv__summary {
    width: 100%;
    max-width: 488px;
    font-size: 1.6rem;
    line-height: 1.6em;
    margin-top: 16px;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.fv__pattern--page {
    margin-top: 20px;
    height: 24px;
}


.about {
    padding: 80px 0px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.about__wrap {
    max-width: 1216px;
    width: 90%;
    margin: auto;
    display: flex;
}

.about__left {
    width: 312px;
}

.section__title {
    font-size: 4rem;
    font-weight: 500;
}

.section__title small {
    font-size: 40%;
}

.section__title.ja{
    font-size: 4rem;
}


.section__pattern {
    width: auto;
    height: 28px;
    margin-top: 24px;
}

.about__right {
    width: calc(100% - 312px);
    padding-left: 25px;

}

.about__detail {
    font-size: 2.2rem;
    letter-spacing: 0em;
    line-height: 1.6em;
    color: #333333;
    font-weight: 400;
}

.about__detail small{
    display: block;
    font-size: 70%;
    margin: 10px 0;
    line-height: 2.5rem;
}

.about__detail.ja{
font-size: 3rem;
}

.about__more {
    margin-top: 48px;
}

.benefits {
    background: #F2EFE8;
    padding: 80px 0;
}

.benefits__wrap {
    max-width: 1216px;
    width: 90%;
    margin: auto;
    display: flex;
}

.benefits__left {
    width: 312px;
}

.benefits__right {
    width: calc(100% - 312px);

}

.benefits__list {
    display: flex;
    justify-content: space-between;
}

.benefits-item {
    width: 30%;
}

.benefits-item__icon {
    width: 72px;
}

.benefits-item__title {
    font-size: 3.6rem;
    line-height: 1.3em;
    margin-top: 24px;
    font-weight: 500;
}

.benefits-item__title.ja{
    font-size: 3.2rem;
}

.benefits-item__line {
    margin: 32px 0;
    height: 2px;
    width: 24px;
    background: #FF1C5C;
}

.benefits-item__block {
    display: block;
}

.benefits-item__detail {
    font-size: 1.6rem;
    line-height: 1.6em;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.benefits__more {
    margin-top: 48px;
}

.why {
    background: #333333;
    color: #fff;
    position: relative;

}

.why__box {
    max-width: 1216px;
    width: 90%;
    margin: auto;
    padding: 80px 0 70px;
}

.why__left {
    display: flex;
}

.why__text {
    width: 344px;
}

.why__label {
    width: 312px;
}

.why__text {
    width: 488px;
}

.why-item {
    margin-bottom: 48px;
}


.why-item--last {
    margin-bottom: 0;
}

.why-item__title {
    font-size: 3.6rem;
    font-weight: 500;
}

.why-item__title.ja{
    font-size: 3.2rem;
}

.why__line {
    width: 24px;
    height: 2px;
    background: #FF1C5C;
    margin: 20px 0 24px;
}

.why__detail {
    font-size: 1.6rem;
    line-height: 1.6em;
    font-family: 'Inter', sans-serif;
    font-weight: 400;

}

.why__image {
    background: url(../img/why-back.png), url(../img/why.jpg) no-repeat;
    background-size: cover;
    background-position-y: center;
    background-blend-mode: multiply;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 34.4%;
}

.why__image--jp {
    background: url(../img/why-back.png), url(../img/why2.jpg) no-repeat;
    background-size: cover;
    background-position-y: center;
}

.why__more {
    margin-top: 48px;
}

.who {
    padding: 80px 0;
    background: #009BC4;
    color: #fff;
}

.who__wrap {
    width: 90%;
    max-width: 1216px;
    margin: auto;
    display: flex;
}

.who__detail{
    width: 90%;
    max-width: 1216px;
    margin: auto;
    font-size:16px;
    margin-bottom: 30px;
}

.who__left {
    width: 312px;
}

.who-box--last {
    margin-bottom: 0px;
}


.who-box__title-wrap {
    position: relative;
    margin-bottom: 50px;
}

.who-box__title-wrap::after {
    content: "";
    position: absolute;
    bottom: 6px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #fff;

}

.who-box__title {
    font-size: 3.6rem;
    line-height: 1em;
    display: inline-block;
    padding: 0 17px 6px 0;
    background: #009BC4;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.who-box__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.who-item {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}

.who-item__img {
    width: 56px;
}

.who-item__prof {
    margin-left: 16px;
}

.who-item__career {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 4px;
}

.who-item__name {
    display: block;
    font-size: 2.2rem;
}

.who__right {
    width: calc(100% - 312px);
    padding-left: 50px;
    padding-top: 20px;

}

.news {
    padding: 80px 0;
    background: #F2EFE8;
}

.news__wrap {
    width: 90%;
    max-width: 1216px;
    margin: auto;
    display: flex;
}

.news__left {
    width: 312px;

}

.news__right {
    width: calc(100% - 12px);
}

.news-item__type {
    font-size: 1.4rem;
    font-weight: 600;
}

.news__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-item {
    width: 280px;
    color: #000;
}

.news-item__type {
    padding-left: 24px;
    margin: 13px 0 8px;
    color: #5A5A5A;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    position: relative;
}

.news-item__type--unlock::before {
    content: "";
    display: inline-block;
    background: url(../img/unlock.svg);
    width: 14px;
    height: 16px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}

.news-item__type--lock::before {
    content: "";
    display: inline-block;
    background: url(../img/lock.svg);
    width: 14px;
    height: 16px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}

.news-item__category {
    color: #009BC4;
}

.news-item__title {
    font-size: 2.4rem;
    line-height: 1.3em;
    font-weight: 500;
}

.news-item__title.ja{
    font-size: 2.2rem;
}

.news-item__image {
    width: 100%;
    height: 187px;
    background: #D9D6C3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px
}

.news-item__date {
    margin-top: 8px;
    font-size: 1.4rem;
    color: #999999;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}
.partners__more,
.news__more {
    margin-top: 48px;
}

.partners {
    padding: 80px 0;
    background: #009BC4;
}

.partners__title{
    color: #fff;
}

.partners__wrap {
    width: 90%;
    max-width: 1216px;
    margin: auto;
    display: flex;
}

.partners__left {
    width: 312px;
}


.partners__right {
    width: calc(100% - 312px);
}

.partners__logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.partners__logo--top {
    padding-left: 104px;
    margin-bottom: 48px;
}

.partners__logo--under {
    padding-right: 104px;
}

.partners__img {
    width: 72px;
}

.partners__img--first {
    margin-left: 0;
}

.partners__img--last {
    margin-right: 0;
}

.faq {
    padding: 80px 0;
    background-color: #F2EFE8;
    background-image: url(../img/faq.png);
    background-size: auto 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.faq__wrap {
    width: 90%;
    max-width: 1216px;
    margin: auto;
    display: flex;
}


.faq__left {
    width: 312px;
}

.faq__right {
    width: calc(100% - 312px);
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
}

.faq-content {
    width: 384px;
    margin: 0 32px 16px 0;
}

.faq-content__title {
    font-size: 2.4rem;
    margin-bottom: 16px;
    font-weight: 500;
}

.faq-content__title.ja{
    font-size: 2.2rem;
}

.faq-content__detail {
    font-size: 1.6rem;
    line-height: 1.6em;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.faq__more {
    margin-top: 32px;
    width: 100%;
}

.post-nav {
    background: #F2EFE8;
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: scroll;
}

.post-nav__list {
    max-width: 1216px;
    width: 100%;
    margin: auto;
    display: flex;
    white-space: nowrap
}


.post-nav__item {
    padding: 0 24px;
    background: #F2EFE8;
    line-height: 48px;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    font-weight: 700;
    border-right: 3px solid #fff;
    cursor: pointer;
    color: #333333;
}

.post-nav__item.active {
    color: #FF1C5C;
    background: #fff;
}

.post-nav__item:first-of-type {
    border-left: 3px solid #fff;
}

.archive {
    position: relative;
    z-index: 1;
    background: #fff;
}

.archive__box {
    padding: 64px 0;
    border-bottom: 2px solid #D9D6C3;
}

.archive__img {
    height: 256px;
    width: 384px;
    background-color: #D9D6C3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.archive__content {
    max-width: 1216px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.archive__title {
    font-size: 3.6rem;
    line-height: 1.3em;
    font-weight: 500;
    letter-spacing: 0;
}

.archive__left {
    width: 384px;
}

.archive__right {
    width: 384px;
    padding-top: 32px;
    position: relative;
}

.archive__detail {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.6em;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    position: relative;
}

.archive__more {
    position: absolute;
    right: 0;
    bottom: 0;
}

.archive__type {
    padding-left: 32px;
    margin-bottom: 16px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1em;
}

.archive__type::before {
    content: "";
    display: inline-block;
    background: url(../img/unlock.svg);
    width: 14px;
    height: 16px;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.archive__type--lock::before {
    background: url(../img/lock.svg);
}



.archive__category {
    color: #009BC4;
}

.archive__date {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    color: #999999;
    margin-top: 24px;
}

.archive__detail {
    font-size: 1.6rem;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.pagination {
    padding: 64px 0;
    text-align: center;
}

.pagination__list {
    display: flex;
    justify-content: center;
}

.pagination__item {
    margin: 0 8px;
}

.pagination__outer {
    width: 48px;
    height: 48px;
    overflow: hidden;
    transform: rotate(22.5deg);
    position: relative;
}

.pagination__inner {
    width: 100%;
    height: 100%;
    background-color: #D9D6C3;
    transform: rotate(45deg);
    text-align: center;

}

.pagination__inner.active {
    background: #FF1C5C;
}

.pagination__link {
    transform: rotate(-67.5deg);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 48px;
    font-size: 2rem;
    color: #fff;
}

.pagination__link--arrow {
    font-size: 2rem;
}

.country {
    padding: 64px 0 16px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.country-post,
.blog-post {
    background: #fff;
    position: relative;
    z-index: 1;
}

.country__box {
    max-width: 1216px;
    margin: auto;
}

.country__title-wrap {
    position: relative;
    margin-bottom: 50px;
}

.country__title {
    font-size: 4.8rem;
    line-height: 1em;
    display: inline-block;
    padding-right: 16px;
    background: #fff;
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.country__title-wrap::after {
    content: "";
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 100%;
    height: 2px;
    background: #D9D6C3;
}

.country__list {
    padding: 0 0 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.country__item {
    border-radius: 5px;
    overflow: hidden;
    width: calc(50% - 16px);
    margin-bottom: 32px;
}

.country__link {
    display: flex;
    width: 100%;
}




.country__img {
    display: block;
    width: 47.3%;
    background: #D9D6C3;
    background-size: cover;
    background-position: center;
}

.country__text {
    padding: 24px 16px 24px 32px;
    background: #F2EFE8;
    width: 52.7%;
    color: #333333;
    display: block;
    transition: 0.3s;
}

.country__link:hover .country__text {
    background: #D9D6C3;
}

.country__flag {
    width: 24px;
    margin-bottom: 16px;
}

.country__name {
    display: block;
    font-size: 4rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.country__line {
    display: block;
    width: 16px;
    height: 2px;
    background: #FF1C5C;
    margin-bottom: 15px;
}


.country__detail,
.blog__detail {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.02em;
}

.country-post__content {
    padding: 64px 0;
    max-width: 1008px;
    width: 90%;
    margin: auto;
    display: none;
}

.blog-post__content {
    padding: 0 0 64px;
    max-width: 1008px;
    width: 90%;
    margin: auto;
}

.country-post__content.show {
    display: block;
}

.country-post__catch,
.blog-post__catch {
    font-size: 3.2rem;
    line-height: 1.6em;
}

.country-post__detail {
    padding: 40px 0 64px;
}

.country-post__detail *:last-child {
    margin-bottom: 0 !important;
}

.country-post__detail .folder p:first-child {
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 2.4rem;
    position: relative;
    cursor: pointer;
}


.country-post__detail .folder p:first-child::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../img/country-post-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


.country-post__detail .folder p.open:first-child::before {
    background-image: url(../img/country-post-arrow-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.country-post__detail .folder p:nth-child(2) {
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 2rem;
    position: relative;
    display: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.country-post__detail p {
    font-size: 2rem;
    line-height: 1.65em;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-top: 16px;
}


.country-post__detail video {
    width: 100%;
    height: auto;
    margin: 48px 0;
    display: block;
}

.country-post__detail img:not(.country-post__break) {
    margin: 48px 0;
    border-radius: 5px;
}

.country-post__break {
    display: block;
    margin: 48px auto;
    width: auto;
    height: 24px;
}

.country-advisor__name {
    font-size: 4rem;
    font-weight: 500;
    margin-bottom: 16px;

}

.country-advisor {
    margin-top: 24px;
}

.country-advisor p {
    margin-bottom: 1em;
    font-size: 2rem;
    line-height: 1.65em;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.country-advisor p.country-advisor__contact {
    margin-bottom: 24px;
}

.country-advisor__mail {
    padding: 0 2.4rem;
    font-size: 1.8rem;
    color: #009BC4;
    border: 2px solid #009BC4;
    border-radius: 30px;
    line-height: 32px;
}

.country-post__wrap,
.blog-post__wrap {
    display: flex;
    justify-content: space-between;
}

.country-post__left,
.blog-post__left {
    width: calc(100% - 312px);
}

.country-post__right,
.blog-post__right {
    width: 280px;
}

.country-advisor__photo {
    padding-top: 68px;
}

.country-advisor img {
    border-radius: 5px;
}

.country-topic,
.blog-topic {
    background: #F2EFE8;
    border-radius: 5px;
    padding: 16px 0;
    position: sticky;
    top: 120px;
    transition: 0.3s;
}

.country-topic.open,
.blog-topic.open{
    padding: 16px 0 34px;
}

.country-topic__title,
.blog-topic__title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 16px;
    padding-left: 24px;
}

.country-topic__link,
.blog-topic__link,
.blog-topic__link--intro,
.blog-topic__link--opp,
.blog-topic__link--updates  {
    font-size: 1.6rem;
    line-height: 1em;
    margin-bottom: 24px;
    color: #333;
    padding-left: 40px;
    position: relative;
    width: 100%;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.country-topic__link.active,
.blog-topic__link.active,
.blog-topic__link--intro.active,
.blog-topic__link--opp.active,
.blog-topic__link--updates.active {
    color: #FF1C5C;
}

.country-topic__link::before,
.blog-topic__link::before,
.blog-topic__link--intro::before,
.blog-topic__link--opp::before,
.blog-topic__link--updates::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
    top: 7px;
}

.country-topic__link.active::before,
.blog-topic__link.active::before,
.blog-topic__link--intro.active::before,
.blog-topic__link--opp.active::before,
.blog-topic__link--updates.active::before {
    background: #FF1C5C;
}

.country-topic__link:last-child,
.blog-topic__link:last-child,
.blog-topic__link--intro:last-child,
.blog-topic__link--opp:last-child,
.blog-topic__link--updates:last-child  {
    margin-bottom: 0;
}

.blog-post__wrap {
    margin-top: 64px;
}

.blog-post__detail:first-letter {
    font-size: 80px;
}

.blog-post__detail a {
    color: #009BC4;
}

.blog-post__detail a:hover {
    color: #FF1C5C;
}

.blog-post__wrap b,
.blog-post__wrap strong {
    font-weight: 600;
}

.blog-post__detail div {
    margin-bottom: 48px;
    font-size: 2rem;
    line-height: 1.65em;
}

.blog-post__detail h2 {
    font-size: 4rem;
    line-height: 1.4em;
    margin-bottom: 24px;
    font-weight: 500;
    font-family: "BwGradual",'M PLUS 1p', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.blog-post__detail h3 {
    font-size: 3.6rem;
    line-height: 1.4em;
    margin-bottom: 24px;
    font-weight: 500;
    font-family: "BwGradual",'M PLUS 1p', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.blog-post__detail h4 {
    font-size: 3.2rem;
    line-height: 1.4em;
    margin-bottom: 24px;
    font-weight: 500;
    font-family: "BwGradual",'M PLUS 1p', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.blog-post__detail ul:not(.slick-dots) {
    margin-bottom: 48px;
}

.blog-post__detail ul li:not(.slick-dots li) {
    padding-left: 40px;
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1.65em;
    position: relative;
}

.blog-post__detail ul li:not(.slick-dots li)::before {
    content: "";
    width: 24px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 16px;
    background: #FF1C5C;
}

.blog-post__detail ol {
    margin-bottom: 48px;
    list-style: none;
    counter-reset: circle 0;
}

.blog-post__detail ol li {
    padding-left: 40px;
    margin-bottom: 24px;
    font-size: 2rem;
    line-height: 1.65em;
    position: relative;
}

.blog-post__detail ol li:after {
    content: counter(circle) ".";
    counter-increment: circle 1;
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    font-size: 3.2rem;
    color: #FF1C5C;
}

.blog-post__detail {
    font-size: 2rem;
    line-height: 1.65em;
}

.blog-post__detail *{
    font-family: 'Inter','M PLUS 1p', sans-serif;
    font-weight: 400;
}
.blog-post__detail.ja{

}

.blog-post__detail p {
    margin-bottom: 48px;
    font-size: 2rem;
    line-height: 1.65em!important;
}

.blog-post__detail.ja p{
    font-size: 1.8rem;
}

.blog-post__detail blockquote {
    font-size: 2.4rem;
    color: #009BC4;
    padding-left: 40px;
    position: relative;
    margin-bottom: 48px;
}

.blog-post__detail blockquote::before {
    content: "“";
    font-size: 9.6rem;
    position: absolute;
    left: 0;
    top: -28px;
    color: #FF1C5C;
}

.blog-post__detail img:not(.slider img) {
    width: fit-content!important;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 8px;
}

.blog-post__detail img+span {
    font-size: 1.6rem;
    color: #999;
    outline: none;
}

.blog-post__detail iframe+span,
.blog-post__detail div.exp {
    font-size: 1.6rem;
    color: #999;
    outline: none;
}

.blog-post__detail div.exp p {
    margin: 0;
}

.blog-post__detail div.folder {
    margin-bottom: 48px;
}

.blog-post__detail .folder p:first-child {
    margin-top: 24px;
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 2.4rem;
    position: relative;
    cursor: pointer;
}

.blog-post__detail .folder p:first-child::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../img/country-post-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.blog-post__detail .folder p.open:first-child::before {
    background-image: url(../img/country-post-arrow-red.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.blog-post__detail .folder p:nth-child(2) {
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 40px;
    font-size: 2rem;
    position: relative;
    display: none;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}


.blog-post__detail table {
    width: 100%;
    border-collapse: collapse;
    overflow: scroll;
    table-layout: fixed;
}

.blog-post__detail th {
    width: 176px !important;
    background: #F2EFE8;
    border: 1px solid #D9D6C3;
    padding: 13px 16px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1em;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.blog-post__detail td {
    width: 176px !important;
    font-family: 'Inter', sans-serif;
    border: 1px solid #D9D6C3;
    border-color: #D9D6C3;
    font-weight: 400;
    padding: 13px 16px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1em;
}

.slider {
    margin-bottom: 48px;
    padding-bottom: 16px;
}

.slick-dots {
    height: 8px;
}

.slick-dots {
    bottom: 0;
}

.slider div,
.slider p {
    margin: 0 !important;
}

.slick-dots li.slick-active button:before {
    color: #FF1C5C;
}



.blog-post__detail iframe {
    width: 100% !important;
}


.blog-post__break {
    margin-bottom: 48px;
    height: 24px;
    width: auto;
    display: block;
    margin: 24px auto;
}

.acount {
    padding: 64px 0 48px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.account__box {
    width: 90%;
    max-width: 1216px;
    margin: auto;
    padding-bottom: 48px;
}

.account__title {
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 48px;
}

.account__wrap {
    width: 90%;
    max-width: 697px;
    margin: auto;
}


.account__content {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.account__label {
    width: 280px;
    font-size: 2.8rem;
    margin-right: 32px;
}

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

.account__img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: #D9D6C3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 16px;
}

.account__link {
    padding: 0 25px;
    color: #000;
    background: #F2EFE8;
    font-size: 1.8rem;
    line-height: 50px;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
}

.account__detail{
    font-size: 1.4rem;
}

.account__input {
    width: 385px;
    height: 48px;
    padding: 0 25px;
    font-size: 1.8rem;
    border: 2px solid #D9D6C3;
    font-size: 1.8rem;
    border-radius: 50px;
}

.account__textarea{
    width: 385px;
    padding: 0.5em 25px;
    font-size: 1.8rem;
    border: 2px solid #D9D6C3;
    font-size: 1.8rem;
    border-radius: 27px;
}

.submit__wrap {
    text-align: right;
}

.submit {
    line-height: 2em;
    font-size: 2.4rem;
    padding: 0 24px;
    color: #009BC4;
    border-radius: 30px;
    border: 2px solid #009BC4;
    transition: 0.3s;
}

.account__line {
    width: 100%;
    height: 4px;
    background: #F2EFE8;
    margin-bottom: 48px;
}

.img__input {
    display: none;
}

.pass__label {
    font-size: 2rem;
    margin-bottom: 30px;

}

.pass__link {
    line-height: 2em;
    font-size: 2.4rem;
    padding: 0 24px;
    color: #009BC4;
    border-radius: 30px;
    border: 2px solid #009BC4;
    transition: 0.3s;
}

.country-advisor__name--sp {
    display: none;
}

.not-member {
    border-radius: 5px;
    background: #F2EFE8;
    padding: 48px;
    width: calc(100% - 312px);
    border-top: 16px solid #FF1C5C;
}

.not-member__text {
    margin-bottom: 48px;
    font-size: 2.4rem;
}

.not-member__wrap {
    display: flex;
    justify-content: space-between;
}

.not-member__input {
    height: 48px;
    width: 208px;
    text-align: center;
    font-size: 1.8rem;
    background: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-right: 16px;
    border-radius: 50px;
    border: 2px solid #D9D6C3;
}

.not-member__submit {
    width: 152px;
    height: 48px;
    font-size: 2.4rem;
    border: 2px solid #009BC4;
    color: #009BC4;
    border-radius: 50px;
    transition: 0.3s;
}

.not-member__submit:hover {
    color: #FF1C5C;
    border-color: #FF1C5C;
}

.sp-header-nav {
    display: none;
}

.hum__wrap {
    display: none;
}

.slick-slide {
    height: auto;
}

label.error{
    display: block;
    font-size: 14px;
    color: red;
}

.thanks__ttl{
    font-size: 48px;
}

.thanks__detail{
    margin-top: 30px;
    font-size: 32px;
}

.top__works{
    font-size: 2.3rem;
}

@media screen and (max-width:1440px) {
    .fv--single {
        background-size: auto 100% !important;
    }
}

@media screen and (max-width:1388px) {
    .why__left {
        display: block;
    }

    .why__label {
        margin-bottom: 48px;
    }

    .who__wrap {
        display: block;
    }

    .who__left {
        margin-bottom: 48px;
    }

    .who__right {
        width: auto;
        padding-left: 0;
        padding-top: 0;

    }
    .why__text{
        width: 600px;
    }
}

@media screen and (max-width:1332px) {
    .header{
        padding: 16px 2%;
    }

    
    .benefits-item__title {
        font-size: 3rem;
    }
}

@media screen and (max-width:1180px) {
    .archive__content {
        width: 90%;
        flex-wrap: wrap;
    }

    .archive__img {
        width: 90vw;
        height: 60vw;
        margin-bottom: 34px;
    }

    .archive__left {
        width: 49%;
    }

    .archive__right {
        width: 49%;
    }

    .archive__box {
        padding: 48px 0;
    }
    .ja .header__item {
        margin: 0 0.5em;
        font-size: 1.4rem;
    }
}

@media screen and (max-width:1024px) {
    .header__nav {
        display: none;
    }

    .sp-header-nav {
        display: block;
    }

    .sp-hum {
        display: block;
    }

    .header-hum {
        display: block;
    }

    .sp-header-nav {
        padding: 0;
    }

    .header__account {
        margin-right: 16px;
    }

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

    .sp-hum__lang {
        font-size: 1.6rem;
        color: #5A5A5A;
        margin-right: 16px;
    }

    .header-hum__wrap {
        position: relative;
        display: block;
        width: 32px;
        height: 12px;
    }

    .header-hum__wrap {
        position: relative;
    }

    .header-hum__wrap.open {
        height: 23px;
        width: 30px;
    }

    .sp-header-nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        padding: 0px;
        background: #fff;
        height: 0vh;
        overflow: hidden;
        transition: 0.3s;
        transition-property: height, padding;
        z-index: 2;
    }

    .sp-header-nav.open {
        height: 100vh;
        padding: 102px 0 20px;
        top: 0;
        overflow: scroll;

    }

    .header-nav__link {
        padding: 17px 16px;
        width: 100%;
        font-size: 3.6rem;
        color: #5A5A5A;
    }

    .header-hum__line {
        display: block;
        margin: auto;
        width: 100%;
        height: 2px;
        background: #383838;
        transition: 0.3s;
        position: absolute;
    }

    .header-hum__line--top {
        top: 0;
        left: 0;
        transform: translateY(0%);

    }

    .header-hum__line--top.open {
        top: 0;
        left: 0;
        transform: translateY(0%) rotate(-45deg);
        transform-origin: right;
        background: #FF1C5C;
    }

    .header-hum__line--center {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .header-hum__line--under {
        bottom: 0;
        left: 0;
        transform: translateY(0%);
    }

    .header-hum__line--center.open {
        opacity: 0;

    }

    .header-hum__line--under.open {
        bottom: 0;
        left: 0;
        transform: translateY(0%) rotate(45deg);
        transform-origin: right;
        background: #FF1C5C;
    }

    .header__folder {
        background: #F2EFE8;
        padding: 8px 0;
    }

    .header__folder.open{
        padding: 8px 0 24px;
    }

    .login-link{
        padding-left: 56px;
        display: block;
        height: 56px;
        line-height: 56px;
        font-size: 1.6rem;
        color: #5A5A5A;
        position: relative;
    }

    .login-link::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        background-image: url(../img/country-post-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .login-link.open::before {
        background-image: url(../img/country-post-arrow-red.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .header__not-member{
        padding: 0 17px;
    }

    .sp-header-nav__list {
        padding: 8px 16px;
    }

    .about__wrap {
        flex-wrap: wrap;
    }

    .about__left {
        width: 100%;
        margin-bottom: 48px;
    }

    .about__right {
        width: 100%;
        padding-left: 0;

    }

    .benefits__wrap {
        flex-wrap: wrap;
    }

    .benefits__left {
        width: 100%;
        margin-bottom: 48px;
    }

    .benefits__right {
        width: 100%;
    }

    .benefits__list {
        flex-wrap: wrap;
    }

    .benefits-item {
        margin-bottom: 32px;
    }

    .benefits-item__top {
        display: flex;
        align-items: center;

    }

    .benefits-item__title {
        margin: 0 0 0 16px;
    }

    .benefits-item__line {
        display: none;
    }

    .benefits-item__detail {
        margin-top: 7px;
    }

    .why__text{
        width: 480px;
    }

    .news__wrap {
        display: block;
    }

    .news__left {
        width: 100%;
        margin-bottom: 48px;
    }

    .news__right {
        width: 100%;
    }

    .partners__wrap {
        display: block;
    }

    .partners__right {
        width: 100%;
    }

    .partners__left {
        margin-bottom: 48px;
    }

    .faq__wrap {
        display: block;
    }

    .faq__right {
        width: 100%;
    }

    .faq-content {
        width: 100%;
        margin-right: 0;
    }

    .archive__title {
        font-size: 2.6rem;
    }

    .country__box {
        width: 90%;
    }

    .country__list {
        justify-content: center;
    }

    .country__item {
        width: 100%;
    }

    .country-post__wrap {
        flex-wrap: wrap;
    }

    .country-post__right {
        width: 100%;
        order: 1;
        margin: 24px 0 0;
    }

    .country-post__left {
        width: 100%;
        order: 2;
        padding-top: 0;
    }

    .country-topic {
        position: relative;
        top: 0;
        padding: 24px 0;
        margin-bottom: 24px;
    }
    .link__wrap--intro,
    .link__wrap{
        display: none;
    }

    .blog-topic__title,
    .country-topic__title {
        margin-bottom: 0;
        padding-left: 40px;
        position: relative;
    }

    .blog-topic__title::before,
    .country-topic__title::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 8px;
        transform: translateY(-50%);
        background-image: url(../img/country-post-arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .blog-topic__title.open::before,
    .country-topic__title.open::before {
        background-image: url(../img/country-post-arrow-red.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .blog-topic__title.open,
    .country-topic__title.open {
        margin-bottom: 16px;
    }

    .country-topic__link {
        width: 100%;
    }

    .country-post__detail h2:first-child {
        margin-top: 0;
    }

    .country-post__content {
        padding: 48px 0;
    }

    .country-post__right--empty {
        margin: 0;
    }

    .country-advisor__photo {
        padding-top: 0;
    }

    .country-advisor__name {
        display: none;
    }

    .country-advisor__name--sp {
        display: block;

    }

    footer {
        flex-wrap: wrap;
    }

    .footer__left {
        width: 100%;
        order: 2;
    }

    .footer__right {
        width: 100%;
        order: 1;
    }

    .blog-post__wrap {
        flex-wrap: wrap;
        margin-top: 48px;
    }

    .blog-post__right {
        width: 100%;
        order: 1;
        margin-bottom: 48px;
    }

    .blog-post__left {
        width: 100%;
        order: 2;
    }

    .not-member {
        width: 100%;
    }

    .not-member__wrap {
        display: block;
        text-align: right;
    }

    .not-member__text {
        margin-bottom: 8px;
    }

    .not-member__input {
        width: 100%;
        margin: 0 0 8px;
    }

    .not-member__submit {
        margin-top: 8px;
    }

    .benefits-item {
        width: 100%;
    }
}


@media screen and (max-width:768px) {
    .sp-fv {
        display: block;
    }

    .fv {
        background: none;
        height: auto;
        background: #009BC4;
    }

    .fv__img {
        width: 100%;
        height: 55vw;
        position: relative;
        top: 0;
        right: 0;
        background-size: cover;
        background-position: center right;
        background-blend-mode: multiply;
    }

    .fv__img--country {
        background-size: contain;
    }

    .fv--country {
        background-color: #D9D6C3;
    }

    .fv__content--country {
        display: none;
    }

    .fv__text {
        position: static;
        transform: translate(0);
        top: 0;
        left: 0;
        padding: 48px 32px;
        width: 100%;
        background: #009BC4;
    }

    .fv-sp__padding {
        height: 55vw;
    }

    .fv--single {
        background-size: 100% auto !important;
        background-position: top center !important;
        background-repeat: no-repeat !important;
    }

    .why__image {
        position: relative;
        width: 100%;
        height: 87vw;
    }

    .why__text {
        width: 100%;
    }

    .news__list {
        display: block;
    }

    .news-item {
        width: 100%;
        margin-bottom: 64px;
    }

    .news-item--last {
        margin: 0;
    }

    .news-item__image {
        height: 60vw;
    }

    .fv--account {
        background: none;
    }

    .account__content {
        display: block;
        margin-bottom: 16px;
    }

    .account__wrap {
        width: 100%;
    }

    .account__label {
        margin-bottom: 16px;
    }

    .fv__content {
        width: 20%;
    }

    .fv__text--account {
        background: none;
    }
    .blog-post__detail:first-letter {
        font-size: 50px;
    }
    .top__works{
        font-size: 2rem;
    }
}

@media screen and (max-width:480px) {
    .header {
        padding: 8px 16px;
    }

    .header__logo {
        height: 48px;
    }

    .header__logo--s {
        height: 32px;
        margin: 1px 0;
    }

    .fv {
        margin-top: 64px;
    }

    .section__title {
        font-size: 3.6rem;
    }

    .section__pattern {
        height: 24px;
        margin-top: 16px;
    }

    .more__link {
        line-height: 3.2rem;
        font-size: 1.8rem;
        padding: 0 9px;
    }

    .who-box__list {
        display: block;
    }

    .who-item {
        width: 100%;
        margin-bottom: 16px;
    }

    .fv__title {
        font-size: 2.0rem;
    }

    .fv__text {
        padding: 24px 16px 32px;
    }

    .fv__pattern {
        height: 24px;
        margin-top: 16px;
    }

    .about {
        padding: 24px 16px 32px;

    }

    .about__wrap {
        width: 100%;
    }

    .about__left {
        margin-bottom: 24px;
    }

    .about__detail {
        font-size: 1.6rem;
        line-height: 1.55em;
    }

    .about__more {
        margin-top: 16px;
    }

    .benefits {
        padding: 24px 16px;
    }

    .benefits__wrap {
        width: 100%;
    }

    .benefits__left {
        margin-bottom: 24px;
    }

    .benefits-item__title {
        font-size: 2.4rem;
        line-height: 1.25em;
    }

    .benefits-item__icon {
        width: 60px;
    }

    .benefits-item__detail {
        margin-top: 12px;
    }

    .benefits-item {
        margin-bottom: 16px;
    }

    .benefits__more {
        margin-top: 8px;
    }

    .why__box {
        padding: 24px 16px 32px;
        width: 100%;
    }

    .why__label {
        width: 100%;
        margin-bottom: 24px;
    }

    .why__line {
        margin: 6px 0 8px;
    }

    .why__detail {
        margin-bottom: 24px;
    }

    .why-item {
        margin-bottom: 24px;
    }

    .why-item--last {
        margin-bottom: 0;
    }

    .who {
        padding: 24px 16px;
    }

    .who__wrap {
        width: 100%;
    }

    .who__detail{
        width: 100%;
        font-size:14px;
    }

    .who__left {
        margin-bottom: 24px;
        width: 100%;
    }

    .who-box__title {
        font-size: 2.4rem;
        padding-right: 12px;
    }

    .who-box__title-wrap {
        margin-bottom: 18px;
    }

    .who-item__name {
        font-size: 2.2rem;
    }

    .who__more {
        margin-top: 8px;
    }

    .who-box {
        margin-bottom: 24px;
    }

    .news {
        padding: 24px 0 32px;
    }

    .news__wrap {
        width: 100%;
        padding: 0 16px;
    }

    .news__left {
        margin-bottom: 24px;
    }

    .news-item__type {
        margin: 16px 0 8px;
    }

    .news-item__type {
        font-size: 1.2rem;
    }

    .news-item__date {
        font-size: 1.2rem;
    }

    .news-item__title {
        font-size: 1.8rem;
        line-height: 1.6em;
    }

    .news-item {
        margin-bottom: 32px;
    }

    .news-item--last {
        margin-bottom: 0;
    }
    .partners__more,
    .news__more {
        margin-top: 24px;
    }

    .partners {
        padding: 24px 0 32px;
    }

    .partners__left {
        margin-bottom: 24px;
        width: 100%;
    }


    .partners__logo {
        padding: 0;
    }

    .partners__img {
        margin-right: 92px;

    }

    .partners__img--last {
        margin: 12px 0 0 92px;
    }

    .partners__img--third {
        margin: 12px 0 0 92px;
    }

    .faq {
        padding: 24px 16px 32px;
    }

    .faq__wrap {
        width: 100%;
    }

    .faq__left {
        width: 100%;
    }

    .partners__logo--top {
        margin-bottom: 12px;
    }

    .faq-content {
        margin-bottom: 24px;
    }

    .faq-content__title {
        margin-bottom: 8px;
    }

    .faq__more {
        margin-top: 0;
    }

    .archive__left {
        width: 100%;
    }

    .archive__right {
        width: 100%;
    }

    .archive__more {
        position: relative;
        margin-top: 16px;
    }

    .archive__box {
        padding: 24px 0;
    }

    .archive__content {
        width: 100%;
        padding: 0 16px;
    }

    .archive__img {
        width: 100%;
        margin-bottom: 17px;
    }

    .post-nav__item {
        font-size: 1.3rem;
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
    }

    .archive__type {
        margin-bottom: 11px;
    }

    .archive__title {
        font-size: 2.4rem;
    }

    .archive__date {
        margin-top: 11px;
        font-size: 1.4rem;
    }

    .archive__right {
        padding-top: 16px;
    }

    .pagination {
        padding: 32px 0;
    }

    .pagination__outer {
        width: 40px;
        height: 40px;
    }

    .pagination__link {
        line-height: 40px;
    }

    .country {
        padding: 24px 0;
    }

    .country__title {
        font-size: 3.6rem;
    }

    .country__title-wrap {
        margin-bottom: 0;
    }

    .country__link {
        flex-wrap: wrap;
    }

    .country__list {
        padding: 30px 0 0;
    }

    .country__item {
        margin-bottom: 24px;
    }

    .country__img {
        width: 100%;
        height: 192px;
    }

    .country__text {
        width: 100%;
        padding: 16px;
    }

    .country-post__content {
        width: auto;
        margin: 0 16px;
    }

    .country-post__content {
        padding: 24px 0 ;
    }

    .country-post__catch,
    .blog-post__catch {
        font-size: 2rem;
    }

    .country-post__detail h2 {
        font-size: 1.8rem;
    }

    .country-post__detail p {
        font-size: 1.8rem;
    }

    .country-post__detail video {
        margin: 24px 0;
    }

    .country-post__break {
        margin: 24px auto;
    }

    .country-post__detail img:not(.country-post__break) {
        margin: 24px auto;
    }

    .country-post__detail {
        padding: 0 0 32px;
    }

    .country-advisor__photo {
        margin-top: 0;
    }

    .country-advisor__name {
        font-size: 2.6rem;
    }

    .country-advisor p {
        font-size: 1.8rem;
        margin-bottom: 16px;
    }

    .country-advisor p.country-advisor__contact {
        margin-bottom: m16px;
    }

    .country-advisor__mail {
        font-size: 1.8rem;
    }

    .country-post__left {
        padding-bottom: 32px;
    }

    footer {
        padding: 32px 16px 23px;
    }

    .footer__list {
        justify-content: flex-start;
        margin: 25px auto 0;
    }

    .footer__item {
        width: 50%;
        margin: 0 0 8px;
        text-align: left;

    }

    .footer__sns {
        text-align: left;
        margin-bottom: 52px;
    }

    .footer__link {
        font-weight: 500;
        font-size: 1.8rem;
        line-height: 2em;
    }

    .footer__sns-link--first {
        margin-left: 0;
    }

    .footer__block {
        display: none;
    }

    .copy {
        margin-top: 20px;
        font-size: 1.4rem;
    }

    .fv__text--account {
        padding: 24px 16px 32px;
    }

    .account__input {
        width: 100%;
    }

    .account__textarea{
        width: 100%;
    }

    .acount {
        padding: 24px 0 ;
    }

    .account__title {
        font-size: 2.6rem;
        font-weight: 400;
        margin-bottom: 24px;
    }

    .account__label {
        font-size: 2.4rem;
    }

    .account__img {
        width: 40px;
        height: 40px;
        margin-right: 24px;
    }

    .account__link {
        width: calc(100% - 64px);
    }

    .submit__wrap {
        margin: 24px 0;
    }

    .account__box {
        padding-bottom: 0;
    }

    .blog-post__content {
        width: 100%;
    }

    .blog-post__wrap {
        margin-top: 24px;
    }

    .blog-post__right {
        margin-bottom: 24px;
    }

    .blog-post__detail p {
        font-size: 1.8rem;
        margin-bottom: 32px;
    }

    .blog-post__break {
        margin: 40px 0;
    }

    .blog-post__detail h2 {
        margin-bottom: 16px;
        font-size: 2.6rem;
    }

    .blog-post__detail h3 {
        font-size: 2.4rem;
        margin-bottom: 16px;
    }

    .blog-post__detail h4 {
        font-size: 2.2rem;
        margin-bottom: 16px;
    }

    .blog-post__detail ul li:not(.slick-dots li) {
        padding-left: 24px;
        margin-bottom: 16px;
        font-size: 1.8rem;
    }

    .blog-post__detail ul li:not(.slick-dots li)::before {
        content: "";
        width: 16px;
        height: 2px;
        position: absolute;
        left: 0;
        top: 13px;
        background: #FF1C5C;
    }

    .blog-post__detail ol,
    .blog-post__detail ul:not(.slick-dots) {
        margin-bottom: 32px;
    }

    .blog-post__detail ol li {
        padding-left: 24px;
        margin-bottom: 16px;
        font-size: 1.8rem;
    }

    .blog-post__detail ol li:after {
        font-size: 2.6rem;
        top: -2px;
    }

    .blog-post__detail blockquote {
        padding: 0;
        font-size: 2rem;
        line-height: 1.55em;
        margin-bottom: 32px;
    }

    .blog-post__detail blockquote::before {
        left: -6px;
        top: -50px;
    }

    .blog-post__detail img+span {
        font-size: 1.4rem;
        line-height: 1.65em;
    }

    .blog-post__detail .folder p:first-child::before {
        top: 17px;
        transform: translateY(-50%);
    }

    .blog-post__detail .folder p:nth-child(2) {
        padding: 0;
        margin-top: 8px;
    }

    .not-member__text {
        margin-bottom: 8px;
        font-size: 1.8rem;
    }

    .not-member__input {
        width: 100%;
        margin: 0 0 8px;
        font-size: 1.8rem;
        height: 40px;
    }

    .not-member__submit {
        margin-top: 8px;
    }

    .not-member__submit {
        font-size: 1.8rem;
        height: 40px;
    }

    .fv__left {
        width: 47.5%;
    }

    .fv__right {
        width: 71%;
    }
}

@media screen and (max-width:365px) {
    .partners__img {
        margin-right: 60px;
    }

    .partners__img--third {
        margin-right: 0px;
        margin-left: 60px;
    }

    .partners__img--last {
        margin: 12px 0 0 60px;
    }
}