@charset "utf-8";

main a {
    color: initial;
    transition: 0.3s;
}

main a:hover {
    opacity: 0.7;
}

.l-inner {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

section>div>h2 {
    font-size: 2.8rem;
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 30px;
}

section>div>h2 span {
    color: #0E357F;
    font-size: 1.8rem;
}

section>div>h2::after {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    top: 4px;
    left: 0;
}

a.link_icon_line {
    width: fit-content;
    display: flex;
    align-items: center;
    color: #0E357F;
    text-decoration: underline;
    text-underline-offset: 5px;
    position: relative;
    margin: 0 0 0 25px;
}

a.link_icon_line::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #0E357F;
    border-radius: 10px;
    position: absolute;
    left: -25px;
}

a.link_icon_line::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: -20px;
}

a.btn_yoyaku {
    width: 100%;
    max-width: 450px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    background: linear-gradient(#DF0615, #8B2129);
    border-radius: 35px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 40%));
    margin: 0 auto;
}

a.btn_yoyaku span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 18px;
    position: relative;
}

a.btn_yoyaku span::after {
    content: "";
    width: 13px;
    height: 10px;
    background: #DF0615;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(-90deg);
    position: absolute;
    margin: 0 0 0 3px;
}

.br-sp {
    display: none;
}

.hero_box {
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/soudan/globalsupport/image/hero_bg.jpg) center center / cover no-repeat;
}

.hero_box>div {
    text-align: center;
    background: rgba(255, 255, 255, 80%);
    padding: 60px;
    margin: 0 0 50px;
}

.hero_box>div>p:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    font-weight: bold;
    position: relative;
}

.hero_box>div>p:nth-of-type(1)::before,
.hero_box>div>p:nth-of-type(1)::after {
    content: "";
    width: 60px;
    height: 1px;
    background: #111;
    position: relative;
}

.hero_box>div>p:nth-of-type(1)::before {
    left: -10px;
}

.hero_box>div>p:nth-of-type(1)::after {
    right: -10px;
}

.hero_box>div>h1 {
    font-size: 5rem;
    font-weight: bold;
    margin: 0 0 10px;
}

.menu_box {
    background: #E3EBEF;
    padding: 50px 0;
}

.menu_box h2 {
    font-size: 3rem;
    text-align: center;
    margin: 0 0 30px;
}

.menu_box>div>p {
    font-weight: bold;
}

.menu_box>div>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 0 0 30px
}

.menu_box>div>div>div>p:nth-of-type(1) {
    text-align: center;
    margin: 0 0 10px;
}

.menu_box>div>div>div>p:last-of-type {
    text-align: center;
    border-top: 2px solid #0E357F;
    border-bottom: 2px solid #0E357F;
    padding: 5px 0;
}

.menu_box>div>div>div>p:last-of-type a {
    display: inline-block;
    color: #111;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.menu_box>div>div>div:nth-of-type(1) {
    background: #fff;
    border: 2px solid #0E357F;
    border-radius: 5px;
    padding: 10px 30px 20px;
}

.menu_box>div>div>div:nth-of-type(1)>div:nth-of-type(1) {
    width: fit-content;
    display: flex;
    gap: 20px;
    margin: 0 auto 10px;
}

.menu_box>div>div>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1) {
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.menu_box>div>div>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(1)::after {
    content: "";
    width: 70px;
    height: 50px;
    background: #0E357F;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: -11px;
    z-index: -1;
}

.menu_box>div>div>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2) {
    color: #0E357F;
    font-size: 2.4rem;
    font-weight: bold;
}

.menu_box>div>div>div:nth-of-type(1)>div:nth-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 0 15px;
}

.menu_box>div>div>div>div:nth-of-type(2) img {
    width: 45px;
}

.menu_box a.btn_yoyaku {
    max-width: 300px;
    height: 60px;
    font-size: 1.8rem;
    filter: none;
    margin: 0;
}

.menu_box a.btn_yoyaku span {
    width: 25px;
    height: 25px;
}

.menu_box a.btn_yoyaku span::after {
    width: 10px;
    height: 8px;
}

.menu_box>div>div>div:nth-of-type(2) {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.menu_box>div>div>div:nth-of-type(2)>a {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    position: relative;
    padding: 10px 10px 10px 60px;
}

.menu_box>div>div>div:nth-of-type(2)>a::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
}

.menu_box>div>div>div:nth-of-type(2)>a:nth-of-type(1)::before {
    background: url(/soudan/globalsupport/image/icon_hatena.svg) center center / contain no-repeat;
}

.menu_box>div>div>div:nth-of-type(2)>a:nth-of-type(2)::before {
    background: url(/soudan/globalsupport/image/icon_people.svg) center center / contain no-repeat;
}

.menu_box>div>div>div:nth-of-type(2)>a:nth-of-type(3)::before {
    background: url(/soudan/globalsupport/image/icon_download.svg) center center / contain no-repeat;
}

.menu_box>div>div>div:nth-of-type(2)>a:nth-of-type(4)::before {
    background: url(/soudan/globalsupport/image/icon_loupe.svg) center center / contain no-repeat;
}

.menu_box>div>div>div:nth-of-type(2)>a::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #0E357F;
    border-bottom: 2px solid #0E357F;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    margin: 0 0 4px 0;
}

.news_box {
    width: 100%;
    background: url(/soudan/globalsupport/image/news_bg.jpg) center right / 350px no-repeat;
    padding: 50px 0;
}

.news_box h2::after {
    background: url(/soudan/globalsupport/image/icon_title_mail.svg) center center / contain no-repeat;
}

.news_box ul {
    display: flex;
    flex-flow: column;
    gap: 20px;
    padding: 0 0 0 60px;
}

.news_box ul li {
    width: fit-content;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #707070;
    padding: 0 0 20px;
}

.news_box ul li div {
    display: flex;
    gap: 10px;
    font-weight: bold;
}

.news_box ul li div span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    font-weight: normal;
    background: #0E357F;
    padding: 0 10px;
}

.news_box ul li a {
    color: initial;
}

.consultation_box {
    background: #EFEDE4;
    padding: 50px 0;
}

.consultation_box h2::after,
.top_box.l_consultation h2::after {
    background: url(/soudan/globalsupport/image/icon_title_hatena.svg) center center / contain no-repeat;
}

.consultation_box>div>p:nth-of-type(1) {
    margin: 0 0 30px;
}

.consultation_box>div>p:nth-of-type(2) {
    text-align: center;
    margin: 0 0 30px;
}

.consultation_box>div>p:nth-of-type(2) span {
    font-size: 1.6rem;
    font-weight: bold;
}

.consultation_box>div>div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 0 0 30px;
}

.consultation_box>div>div>a {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #fff;
    border: 1px solid #0E357F;
    border-radius: 10px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 40%));
    position: relative;
    padding: 20px 10px;
}

.consultation_box>div>div>a::after {
    content: "";
    width: 14px;
    height: 14px;
    border-right: 2px solid #0E357F;
    border-bottom: 2px solid #0E357F;
    transform: rotate(-45deg);
    position: absolute;
    top: 20px;
    right: 20px;
}

.consultation_box>div>div>a p:nth-of-type(1) {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0E357F;
    border-radius: 40px;
    margin: 0 0 10px;
}

.consultation_box>div>div>a p:nth-of-type(2) {
    text-align: center;
}

.consultation_box>div>div>a h3 {
    color: #0E357F;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 10px;
}

.expert_box {
    padding: 50px 0;
}

.expert_box h2::after {
    background: url(/soudan/globalsupport/image/icon_title_people.svg) center center / contain no-repeat;
}

.expert_box>div>p:nth-of-type(1) {
    margin: 0 0 30px;
}

.expert_box>div>p:nth-of-type(2) {
    text-align: center;
    margin: 0 0 30px;
}

.expert_box>div>a:nth-of-type(1) {
    margin: 0 0 10px 25px;
}

.expert_box>div>a:nth-of-type(2) {
    margin: 0 0 30px 25px;
}

.expert_box>div>div:nth-of-type(1) {
    background: #E3EBEF;
    position: relative;
    padding: 30px;
    margin: 0 0 60px;
}

.expert_box>div>div:nth-of-type(1)::after {
    content: "";
    width: 150px;
    height: 40px;
    background: #E3EBEF;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -35px;
    left: 50%;
    margin: 0 0 0 -75px;
}

.expert_box>div>div:nth-of-type(1) h3 {
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 30px;
}

.expert_box>div>div:nth-of-type(1) h3 span {
    color: #DF0615;
    font-size: 4rem;
}

.expert_box>div>div:nth-of-type(1) ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 0 0 30px;
}

.expert_box>div>div:nth-of-type(1) ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    background: #fff;
    border: 1px solid #0E357F;
    border-radius: 50%;
    padding: 40px 0;
}

.expert_box>div>div:nth-of-type(1) ul li p:nth-of-type(1) {
    color: #fff;
    font-size: 1.4rem;
    background: #0E357F;
    border-radius: 20px;
    padding: 2px 15px;
}

.expert_box>div>div:nth-of-type(1) ul li h4 {
    color: #0E357F;
    font-size: 1.8rem;
    font-weight: bold;
}

.expert_box>div>div:nth-of-type(1)>p {
    font-size: 1rem;
}

.expert_box>div>div:nth-of-type(2) {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: end;
    gap: 30px;
    margin: 0 0 30px;
}

.expert_box>div>div:nth-of-type(2)>div:nth-of-type(1)>img {
    max-width: 300px;
    margin: 0 auto;
}

.expert_box>div>div:nth-of-type(2)>div:nth-of-type(2)>p {
    margin: 0 0 10px;
}

.expert_box>div>div:nth-of-type(2) ul {
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.expert_box>div>div:nth-of-type(2) ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #707070;
    position: relative;
    padding: 0 0 3px;
    margin: 0 0 0 25px;
}

.expert_box>div>div:nth-of-type(2) ul li::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/soudan/globalsupport/image/icon_hatena_small.svg) center center / contain no-repeat;
    position: absolute;
    left: -25px;
}

.mb_box {
    background: #EFEDE4;
    padding: 50px 0;
}

.mb_box h2::after {
    background: url(/soudan/globalsupport/image/icon_title_download.svg) center center / contain no-repeat;
}

.mb_box>div>p:nth-of-type(1) {
    margin: 0 0 30px;
}

.mb_box>div>nav {
    display: grid;
    grid-template-columns: repeat(3, 180px);
    gap: 30px 20px;
    margin: 0 0 40px;
}

.mb_box>div>nav a {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0E357F;
    border-radius: 5px;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 40%));
    position: relative;
}

.mb_box>div>nav a::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 45px;
}

.mb_box>div>nav a:nth-of-type(1)::before {
    background: url(/soudan/globalsupport/image/icon_book.svg) center center / contain no-repeat;
}

.mb_box>div>nav a:nth-of-type(2)::before {
    background: url(/soudan/globalsupport/image/icon_colum.svg) center center / contain no-repeat;
}

.mb_box>div>nav a:nth-of-type(3)::before {
    background: url(/soudan/globalsupport/image/icon_movie.svg) center center / contain no-repeat;
}

.mb_box>div>nav a::after {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    margin: 0 0 4px 0;
}

.mb_box>div>section h3 {
    display: flex;
    align-items: center;
    font-size: 2.4rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 20px;
}

.mb_box>div>section h3::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
}

.mb_box>div>section.book h3::after {
    background: url(/soudan/globalsupport/image/icon_title_book.svg) center center / contain no-repeat;
}

.mb_box>div>section.colum h3::after {
    background: url(/soudan/globalsupport/image/icon_title_colum.svg) center center / contain no-repeat;
}

.mb_box>div>section.movie h3::after {
    background: url(/soudan/globalsupport/image/icon_title_movie.svg) center center / contain no-repeat;
}

.mb_box>div>section.book,
.mb_box>div>section.colum {
    border-bottom: 2px solid;
    margin: 0 0 50px;
}

.mb_box>div>section.book>p:nth-of-type(1) {
    margin: 0 0 30px;
}

.mb_box>div>section.book>div {
    margin: 0 0 50px;
}

.mb_box>div>section.book>div h4 {
    display: flex;
    align-items: center;
    gap: 5px 10px;
    font-size: 2rem;
    border-bottom: 1px solid;
    padding: 0 0 10px;
    margin: 0 0 30px;
}

.mb_box>div>section.book>div h4 span {
    width: 100px;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    background: #0E357F;
    border-radius: 20px;
}

.mb_box>div>section.book>div>div {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 30px;
}

.mb_box>div>section.book>div:nth-of-type(4)>div {
    grid-template-columns: 250px 1fr;
}

.mb_box>div>section.book>div>div>div:nth-of-type(1) img {
    margin: 0 auto 10px;
}

.mb_box>div>section.book>div>div>div:nth-of-type(1) p {
    font-size: 1rem;
    text-align: center;
}

.mb_box>div>section.book>div>div>div:nth-of-type(2) h5 {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 10px;
}

.mb_box>div>section.book>div>div>div:nth-of-type(2) p:nth-of-type(1) {
    margin: 0 0 20px;
}

.mb_box>div>section.book>div>div>div:nth-of-type(2) ul {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin: 0 0 20px;
}

.mb_box>div>section.book>div>div>div:nth-of-type(2) ul li {
    list-style: decimal;
    margin: 0 0 0 20px;
}

.mb_box>div>section.colum>p:nth-of-type(1) {
    margin: 0 0 30px;
}

.mb_box>div>section.colum>ul {
    display: flex;
    flex-flow: column;
    gap: 20px;
    margin: 0 0 20px;
}

.mb_box>div>section.colum>ul li {
    background: #fff;
    border-radius: 5px;
    padding: 10px 10px 10px 30px;
}

.mb_box>div>section.colum>ul li a {
    width: fit-content;
    display: flex;
    align-items: center;
    color: #0E357F;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 5px;
    position: relative;
    margin: 0 0 0 15px;
}

.mb_box>div>section.colum>ul li a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #0E357F;
    border-bottom: 2px solid #0E357F;
    transform: rotate(-45deg);
    position: absolute;
    left: -15px;
    margin: 3px 0 0;
}

.mb_box>div>section.colum>div {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin: 0 0 50px;
}

.mb_box>div>section.colum>div h4 {
    color: #0E357F;
    font-size: 1.8rem;
    border-bottom: 1px solid #111;
    padding: 0 0 5px;
    margin: 0 0 20px;
}

.mb_box>div>section.colum>div ul {
    display: flex;
    flex-flow: column;
    gap: 10px;
    padding: 0 0 0 20px;
}

.mb_box>div>section.colum>div ul li a {
    width: fit-content;
    display: flex;
    align-items: center;
    color: #111;
    text-decoration: underline;
    text-underline-offset: 5px;
    position: relative;
    margin: 0 0 0 15px;
}

.mb_box>div>section.colum>div ul li a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #0E357F;
    border-bottom: 2px solid #0E357F;
    transform: rotate(-45deg);
    position: absolute;
    left: -15px;
}

.mb_box>div>section.movie>p {
    margin: 0 0 30px;
}

.mb_box>div>section.movie>a {
    margin: 0 0 30px 25px;
}

.mb_box>div>section.movie>div {
    background: #fff;
    position: relative;
    padding: 30px;
}

.mb_box>div>section.movie>div::after {
    content: "";
    width: 70px;
    height: 30px;
    background: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(180deg);
    position: absolute;
    top: -20px;
    left: 20px;
}

.mb_box>div>section.movie>div p {
    margin: 0 0 30px;
}

.mb_box>div>section.movie>div ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.mb_box>div>section.movie>div ul li {
    position: relative;
}

.mb_box>div>section.movie>div ul li::before {
    content: "⚫︎";
    margin: 0 5px 0 0;
}

.institution_box {
    padding: 50px 0;
}

.institution_box h2::after {
    background: url(/soudan/globalsupport/image/icon_title_loupe.svg) center center / contain no-repeat;
}

.institution_box>div>p {
    margin: 0 0 30px;
}

.institution_box>div>ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
    margin: 0 0 60px;
}

.institution_box>div>ul li {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    background: #E3EBEF;
    border: 2px solid #0E357F;
    border-radius: 10px;
    position: relative;
    padding: 20px;
}

.institution_box>div>ul li::before {
    content: "";
    width: 20px;
    height: 30px;
    background: #0E357F;
    position: absolute;
    bottom: -30px;
}

.institution_box>div>ul li::after {
    content: "";
    width: 40px;
    height: 25px;
    background: #0E357F;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: -50px;
}

.institution_box>div>ul li h3 {
    color: #0E357F;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 2px dashed;
    padding: 0 0 5px;
    margin: 0 0 10px;
}

.institution_box>div>a {
    width: 100%;
    max-width: 800px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    background: #0E357F;
    border-radius: 20px;
    margin: 0 auto 30px;
}

.institution_box>div>a span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    position: relative;
}

.institution_box>div>a span::after {
    content: "";
    width: 13px;
    height: 10px;
    background: #0E357F;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(-90deg);
    position: absolute;
    margin: 0 0 0 3px;
}

.institution_box>div>div {
    width: fit-content;
    display: grid;
    grid-template-columns: 1fr 200px;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
}

.institution_box>div>div img {
    max-width: 200px;
    margin: 0 auto;
}

.institution_box>div>div>p a {
    display: inline-block;
    color: #111;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.yoyaku_box {
    background: url(/soudan/globalsupport/image/yoyaku_bg.jpg) center center / cover no-repeat;
    padding: 50px 0;
}

.yoyaku_box>div h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 3rem;
    margin: 0 0 30px;
}

.yoyaku_box>div h2 span {
    color: #0E357F;
    font-size: 2rem;
    font-weight: bold;
    background: #fff;
    border-radius: 5px;
    padding: 2px 15px;
}

.yoyaku_box>div>p {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 10px;
}

.yoyaku_box>div>a {
    margin: 0 auto 30px;
}

.yoyaku_box>div>div {
    width: 100%;
    max-width: 500px;
    color: #fff;
    text-align: center;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 20px 0;
    margin: 0 auto;
}

.yoyaku_box>div>div>p:nth-of-type(1) {
    margin: 0 0 10px;
}

.yoyaku_box>div>div>a {
    width: 100%;
    max-width: 300px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-weight: bold;
    background: #F67016;
    border-radius: 20px;
    margin: 0 auto 10px;
}

.yoyaku_box>div>div>a span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 15px;
    position: relative;
}

.yoyaku_box>div>div>a span::after {
    content: "";
    width: 10px;
    height: 7px;
    background: #F67016;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(-90deg);
    position: absolute;
    margin: 0 0 0 3px;
}

/*----- 下層ページ　ここから -----*/

.lower_page .hero_box>div>p:nth-of-type(1)::before,
.lower_page .hero_box>div>p:nth-of-type(1)::after {
    width: 50px;
}

.lower_page .hero_box>div>p:nth-of-type(1) {
    font-size: 2rem;
}

.lower_page .hero_box>div>h1 {
    font-size: 3rem;
}

.lower_page .hero_box>div>h1 a {
    width: fit-content;
    display: flex;
    align-items: center;
    text-decoration: underline;
    text-underline-offset: 7px;
    position: relative;
    margin: 0 auto;
}

.lower_page .hero_box>div>h1 a:before {
    content: "";
    width: 18px;
    height: 18px;
    border-right: 3px solid #0E357F;
    border-bottom: 3px solid #0E357F;
    transform: rotate(-45deg);
    position: absolute;
    left: -25px;
    margin: 0 0 -3px;
}

.lower_page .hero_box>div>h2 {
    width: fit-content;
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
    background: #0E357F;
    padding: 20px 30px;
    margin: 0 auto 20px;
}

.lower_page .hero_box>div>h2 span {
    font-size: 2rem;
}

.lower_page .breadcrumb_box {
    padding: 10px 0 0;
}

.lower_page .breadcrumb_box ol {
    display: flex;
    gap: 0 15px;
    list-style: none;
}

.lower_page .breadcrumb_box ol li a {
    display: flex;
    align-items: center;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.lower_page .breadcrumb_box ol li:last-of-type {
    font-weight: bold;
    position: relative;
}

.lower_page .breadcrumb_box ol li:last-of-type::before {
    content: "＞";
    margin: 0 10px 0 0;
}

.lower_page .top_box {
    padding: 30px 0;
}

.lower_page .top_box>div>nav {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin: 0 0 30px;
}

.lower_page .top_box>div>nav a {
    text-align: center;
    border: 2px solid #0E357F;
    border-radius: 5px;
    padding: 20px;
}

.lower_page .top_box>div>nav a:hover {
    color: #fff;
    background: #0E357F;
    opacity: 1;
}

.lower_page .top_box>div>nav a.active {
    color: #fff;
    background: #0E357F;
    pointer-events: none;
    opacity: 1;
}

.lower_page .top_box>div>div {
    text-align: center;
    background: #EFEDE4;
    padding: 50px 0;
}

.lower_page .top_box>div>div p:nth-of-type(1) {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0E357F;
    border-radius: 40px;
    margin: 0 auto 10px;
}

.lower_page .top_box>div>div h3 {
    color: #0E357F;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 10px;
}

.lower_page .top_box>div>div nav {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
    position: relative;
}

.lower_page .top_box>div>div nav a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    text-decoration: underline;
    text-underline-offset: 5px;
    position: relative;
}

.lower_page .top_box>div>div nav a::before {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 2px solid #0E357F;
    border-bottom: 2px solid #0E357F;
    transform: rotate(45deg);
    position: absolute;
    left: -20px;
    margin: 0 0 5px;
}

.lower_page section:nth-of-type(n+2)>div>p:nth-of-type(1) {
    display: flex;
    justify-content: center;
    color: #0E357F;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin: 0 auto 20px;
}

.lower_page section:nth-of-type(n+2)>div>p:nth-of-type(1)::before {
    content: "";
    width: 100px;
    height: 2px;
    background: #0E357F;
    position: absolute;
    bottom: -5px;
}

.lower_page section:nth-of-type(n+2)>div>p:nth-of-type(1)::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #DF0716;
    position: absolute;
    bottom: -5px;
    margin: 0 60px 0 0;
}

.lower_page section:nth-of-type(n+2)>div>h2 {
    font-size: 2.8rem;
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 0 0 30px;
}

.lower_page ul.grid_1 {
    display: grid;
    grid-template-columns: 313px;
    justify-content: center;
    gap: 30px;
}

.lower_page ul.grid_2 {
    display: grid;
    grid-template-columns: repeat(2, 313px);
    justify-content: center;
    gap: 30px;
}

.lower_page ul.grid_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.lower_page section:nth-of-type(n+2)>div>ul li {
    background: #fff;
    border: 2px solid #0E357F;
    border-radius: 5px;
}

.lower_page section:nth-of-type(n+2)>div>ul li>p {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background: #0E357F;
    position: relative;
    padding: 3px 0;
}

.lower_page section>div>ul li>p::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(/soudan/globalsupport/image/icon_book.svg) center center / contain no-repeat;
    margin: 0 10px 0;
}

.lower_page section>div>ul li>p.colum::before {
    background: url(/soudan/globalsupport/image/icon_colum.svg) center center / contain no-repeat;
}

.lower_page section>div>ul li>p.movie::before {
    background: url(/soudan/globalsupport/image/icon_movie.svg) center center / contain no-repeat;
}

.lower_page section>div>ul li>p.no_icon::before {
    display: none;
}

.lower_page section:nth-of-type(n+2)>div>ul li>div {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    padding: 20px;
}

.lower_page section:nth-of-type(n+2)>div>ul li>div h3.colum_3 {
    min-height: 86px;
}

.lower_page section:nth-of-type(n+2)>div>ul li>div h3.colum_4 {
    min-height: 114px;
}

.lower_page section:nth-of-type(n+2)>div>ul li>div img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.lower_page section:nth-of-type(n+2)>div>ul li>div>p {
    color: #0E357F;
}

.lower_page section:nth-of-type(n+2)>div>ul li>div>p img {
    width: 120px;
    height: 176px;
}

.lower_page section:nth-of-type(n+2)>div>ul li>div>p img.naibu {
    width: 140px;
}

.lower_page section>div>ul li>div img.icon {
    width: 100px;
    height: 100px;
}

.lower_page .u01 {
    padding: 0 0 50px;
}

.lower_page .u02,
.lower_page .u04 {
    background: #EFEFEF;
    padding: 50px 0;
}

.lower_page .u03 {
    padding: 50px 0;
}


/*----- 下層ページ　ここまで -----*/

@media screen and (max-width: 767px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: block;
    }

    .l-inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    a.btn_yoyaku {
        font-size: 2.2rem;
    }

    section>div>h2 {
        font-size: 2.2rem;
    }

    .hero_box {
        height: auto;
        padding: 40px 30px;
    }

    .hero_box>div {
        padding: 20px;
        margin: 0;
    }

    .hero_box>div>h1 {
        font-size: 3rem;
    }

    .hero_box>div>p:nth-of-type(1) {
        font-size: 2rem;
    }

    .hero_box>div>p:nth-of-type(1)::before,
    .hero_box>div>p:nth-of-type(1)::after {
        width: 50px;
    }

    .menu_box a.btn_yoyaku {
        gap: 5px;
        font-size: 1.6rem;
    }

    .menu_box>div>div {
        max-width: 500px;
        grid-template-columns: 1fr;
        margin: 0 auto 30px;
    }

    .menu_box>div>div>div:nth-of-type(1)>div:nth-of-type(1)>p:nth-of-type(2) {
        font-size: 2rem;
    }

    .menu_box>div>div>div:nth-of-type(2) {
        gap: 30px;
    }

    .menu_box>div>div>div:nth-of-type(2)>a {
        padding: 10px 10px 10px 50px;
    }

    .menu_box>div>div>div>div:nth-of-type(2) img {
        width: 40px;
    }

    .news_box ul {
        width: 100%;
        padding: 0;
    }

    .news_box ul li {
        flex-flow: column;
    }

    .consultation_box>div>div {
        max-width: 500px;
        grid-template-columns: 1fr;
        margin: 0 auto 30px;
    }

    .expert_box>div>div:nth-of-type(1) ul {
        grid-template-columns: 230px;
        justify-content: center;
    }

    .expert_box>div>div:nth-of-type(2) {

        grid-template-columns: 1fr;
    }

    .mb_box>div>nav {
        max-width: 400px;
        grid-template-columns: 1fr;
        margin: 0 auto 40px;
    }

    .mb_box>div>section.book>div>div,
    .mb_box>div>section.book>div:nth-of-type(4)>div,
    .mb_box>div>section.book>div:nth-of-type(5)>div {
        grid-template-columns: 1fr;
    }

    .mb_box>div>section.book>div>div>div:nth-of-type(1) img {
        max-width: 200px;
    }

    .mb_box>div>section.book>div h4 {
        flex-flow: column;
        align-items: flex-start;
    }

    .mb_box>div>section.book>div h4 span {
        text-align: center;
    }

    .mb_box>div>section.colum>ul li {
        padding: 10px 10px 10px 23px;
    }

    .mb_box>div>section.colum>div {
        padding: 30px 20px;
    }

    .mb_box>div>section.colum>div ul {
        padding: 0;
    }

    .mb_box>div>section.movie>div {
        padding: 30px 20px;
    }

    .institution_box>div>ul {
        max-width: 500px;
        grid-template-columns: 1fr;
        margin: 0 auto 60px;
    }

    .institution_box>div>div {
        grid-template-columns: 1fr;
    }

    .yoyaku_box>div h2 {
        font-size: 2.4rem;
    }

    /*----- 下層ページ　ここから -----*/

    .lower_pag .ehero_box>div>p:nth-of-type(1) {
        font-size: 1.6rem;
    }

    .lower_page .hero_box>div>h1 {
        font-size: 2.4rem;
    }

    .lower_page .hero_box>div>h2 {
        font-size: 3rem;
    }

    .lower_page .top_box>div>nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .lower_page ul.grid_1,
    .lower_page ul.grid_2,
    .lower_page ul.grid_3 {
        max-width: 300px;
        grid-template-columns: 1fr;
        margin: 0 auto;
    }

    .lower_page section:nth-of-type(n+2)>div>ul li>div h3.colum_3,
    .lower_page section:nth-of-type(n+2)>div>ul li>div h3.colum_4 {
        min-height: auto;
    }

    /*----- 下層ページ　ここまで -----*/

}

.bread.type2 {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #CBC4AC;
    border-bottom: 1px solid #CBC4AC;
}

.bread.type2 .inner {
    width: 1080px;
    padding-top: 9px;
    padding-bottom: 9px;
    align-items: center;
}

