.pager2 li {
    margin: 0 2px;
}

@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap";

:root {
    --i_bg_color: #fff;
    --i_txt_color: #333;
    --i_main_color: #54215b;
    --i_sub_color: #adba21;
    --i_sub2_color: #e4d2b5;
    --i_btn_color: #54215b;
    --i_btn_hover_color: #703b76;
    --i_btn_txt_color: #fff;
    --i_btn_hover_txt_color: #fff;
    --i_shadow_color: rgba(0, 0, 0, 0.1);
    --i_border_color: rgba(0, 0, 0, 0.13);
    --i_noimg_bg_color: #f0e6d5
}

@media screen and (max-width: 500px) {
    :root {
        --i_padding: 20px
    }
}

html {
    font-size: 62.5%
}

body {
    font-size: 1.6rem;
    line-height: 1.8em;
    letter-spacing: 0;
    -webkit-text-size-adjust: 100%;
    color: var(--i_txt_color);
    font-weight: 500
}

body {
    background: var(--i_bg_color)
}

main {
    background: none !important
}

@media screen and (max-width: 850px) {
    html {
        font-size: 60.606%
    }

    body {
        letter-spacing: 0
    }
}

@media all and (-ms-high-contrast: none) {

    ::-ms-backdrop,
    main {
        display: block !important
    }
}

a {
    outline: 0;
    text-decoration: none;
    color: var(--i_txt_color)
}

section[style*=" color:"]:not([style*=" color: inherit"]) a,
div[style*=" color:"]:not([style*=" color: inherit"]) a {
    color: inherit
}

.composite_box01 .inner_item_img img {
    object-position: 50% 50%;
    font-family: 'object-position: 50% 50%;'
}

@media screen and (max-width: 850px) {
    #sidebar {
        padding: 0 !important
    }
}

.no_img {
    background: var(--i_noimg_bg_color, rgba(200, 200, 200, 0.3))
}

#load div:nth-of-type(1) {
    background: var(--i_bg_color)
}

#load .loader,
.popup .loader {
    border: 1px solid var(--i_main_color)
}

#load .loader,
#load .loader::before,
.popup .loader,
.popup .loader::before {
    border-top-color: var(--i_main_color) !important
}

#load .loader::before,
#load .loader::after,
.popup .loader::before,
.popup .loader::after {
    left: -1px;
    top: -1px
}

#load img {
    max-width: 200px
}

@media screen and (max-width: 650px) {
    #load img {
        max-width: 160px
    }
}

header {
    font-size: 1.4rem;
    background: #e4d2b5
}

header .wraper {
    max-width: 1600px
}

header#pattern4 .wraper>.inner {
    padding-top: 10px !important
}

header#pattern3:not(.width_full) .wraper {
    max-width: 1600px !important
}

header#pattern4 .inner>.btn {
    display: none
}

body.scrolled header {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2)
}

header h1 {
    line-height: 1.5;
    font-size: 1.3rem;
    font-weight: 400;
    opacity: .7;
    fill: var(--i_txt_color)
}

body.scrolled header .logo {
    padding: 20px 0 !important
}

body.scrolled header .wraper>.inner {
    min-height: 45px !important;
    margin-top: 0
}

header .logo,
header .logo a {
    max-width: 172px;
    min-width: 172px;
    position: relative;
    transition: all .5s ease-in-out
}

header .logo a img {
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 2
}

header#pattern2.width_full nav {
    padding-right: 0
}

header#pattern2:not(.width_full) nav {
    max-width: 1600px
}

header#pattern2:not(.width_full) nav ul.nav_1st {
    min-height: 70px !important
}

header .header_contents .header_col1 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

header .header_contents .header_col1 .tel {
    position: relative;
    font-size: 32px;
    line-height: 1;
    padding-left: 26px;
    font-weight: 500;
    fill: var(--i_txt_color);
    margin-top: 14px;
    margin-bottom: 0
}

header .header_contents .header_col1 .tel svg,
header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg,
header .header_contents .header_sns li svg {
    fill: var(--i_txt_color)
}

header .sp_menu a div span,
header .sp_menu a div:before,
header .sp_menu a div:after {
    background: var(--i_bg_color)
}

header#pattern4.open:after,
header#pattern4 .header_contents {
    background: rgba(255, 255, 255, 0.9)
}

header#pattern4 .burger li.sp_translate a svg {
    height: 28px;
    width: 28px;
    margin: 10% auto
}

header#pattern4 .header_sns {
    border-bottom: none
}

header#pattern4 .header_sns:empty,
header#pattern4 .header_contents .header_col1:empty,
header#pattern4 .header_contents .header_col2:empty {
    border: none
}

header#pattern4 .header_contents .header_col1 .tel,
header#pattern4 .header_contents .header_col1 .btn {
    float: none
}

header#pattern4 .header_contents .header_col2 {
    display: block !important
}

header .header_contents .header_col1 .btn>a,
header#pattern4 .wraper>.inner>.btn>a {
    display: block;
    padding: 12px 20px 10px;
    border: 1px solid #b3b3b3;
    transition: .4s ease-in-out;
    text-align: center
}

header .header_contents .header_col1 .btn>a:hover,
header#pattern4 .wraper>.inner>.btn>a:hover {
    background: var(--i_btn_color);
    color: #fff
}

heade#pattern4 nav {
    border-bottom: 1px solid var(--i_border_color)
}

header#pattern4 nav ul.nav_1st {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid var(--i_border_color)
}

header#pattern4 nav ul.nav_1st li {
    border-bottom: 1px solid var(--i_border_color);
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

header#pattern4 nav ul.nav_2nd li:last-of-type {
    border-bottom: none
}

header#pattern4 nav ul.nav_1st>li:before,
header#pattern4 nav ul.nav_1st>li:after {
    display: none !important
}

header#pattern4 nav ul.nav_1st>li i:before,
header#pattern4 nav ul.nav_1st>li i:after {
    background: var(--i_main_color)
}

header#pattern4 nav ul.nav_2nd {
    border-top: 1px solid var(--i_border_color)
}

header#pattern4 nav ul.nav_2nd>li {
    box-shadow: none
}

header#pattern4 nav ul.nav_2nd>li * {
    color: var(--i_txt_color)
}

header#pattern4 nav ul.nav_3rd {
    border-top: 1px solid var(--i_border_color)
}

header#pattern4 nav ul.nav_3rd>li:nth-last-of-type(1) {
    border-bottom: none
}

header .header_contents .header_col1 .tel svg {
    width: 20px;
    height: 20px;
    top: calc(50% - 9px);
    left: 0;
    fill: var(--i_txt_color)
}

header .header_contents .header_col1 .btn>a {
    display: block;
    text-align: center;
    background: var(--i_btn_color);
    color: var(--i_btn_txt_color);
    padding: 8px 15px 9px;
    transition: .4s ease-in-out;
    letter-spacing: .1rem;
    border-radius: 100px
}

header .header_contents .header_col1 .btn>a:hover {
    opacity: .8
}

header .header_contents .header_col1 .btn>a:hover[target="_blank"]::before,
header .header_contents .header_col1 .btn>a:hover[target="_blank"]::after {
    border-color: #fff
}

header .header_contents .header_col1 .btn .translate a svg {
    max-width: 74%;
    max-height: 74%;
    margin: 13% auto 0
}

header .header_contents .header_col1 .btn .translate a:hover {
    opacity: .8
}

header#pattern1 nav,
header#pattern3 nav {
    position: relative
}

header nav * {
    color: #572440;
    font-family: "Noto Serif JP", serif;
    font-weight: 700 !important
}

header nav ul.nav_1st {
    width: 100%;
    max-width: 700px !important
}

header nav ul.nav_1st>li {
    box-sizing: border-box;
    position: relative
}

header nav ul.nav_1st>li:after {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: calc(50% - 2.5px);
    left: 0;
    border-radius: 50%
}

header nav ul.nav_1st>li:last-child:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: calc(50% - 2.5px);
    right: 0;
    border-radius: 50%
}

header nav ul.nav_1st>li>a {
    font-size: 1.3rem;
    font-weight: 500;
    position: relative;
    padding-left: 1vw;
    padding-right: 1vw
}

header nav ul.nav_1st>li>a span {
    line-height: 3;
    letter-spacing: .2rem;
    transition: .4s ease-in-out;
    font-weight: 500
}

header nav ul.nav_1st>li>a:hover span {
    color: var(--i_btn_color)
}

header nav ul.nav_1st>li:hover>a span {
    opacity: 1
}

header#pattern2 nav ul.nav_1st>li>a span {
    line-height: 2.5
}

body.margin header nav ul.nav_1st>li>a span {
    line-height: 4
}

header nav ul.nav_2nd {
    padding-top: 20px
}

header nav ul.nav_1st>li:hover ul.nav_2nd {
    padding-top: 15px
}

header nav ul.nav_2nd>li {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid var(--i_border_color)
}

header nav ul.nav_2nd>li:nth-last-of-type(1) {
    border-bottom: none
}

header nav ul.nav_2nd li a {
    padding: 10px 20px;
    font-weight: 400;
    font-size: 1.1rem;
    letter-spacing: .2rem
}

header nav ul.nav_2nd>li>a {
    padding-right: 30px
}

header nav ul.nav_2nd>li>a span span {
    font-family: 'Noto Sans JP', "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

header nav ul.nav_2nd>li>a:after {
    height: 5px;
    width: 5px;
    transform: rotate(-45deg);
    border-right: 1px solid var(--i_sub_color);
    border-bottom: 1px solid var(--i_sub_color);
    top: calc(50% - 2.5px);
    right: 20px
}

header nav ul.nav_3rd {
    padding-left: 20px
}

header nav ul.nav_3nd li a {
    padding: 5px 20px
}

header nav ul.nav_3rd>li>a:after {
    height: 1px;
    width: 4px;
    background: var(--i_sub_color);
    top: calc(50% - 0.5px);
    left: 5px
}

@media screen and (max-width: 900px) {

    header .logo,
    header .logo a {
        padding-bottom: 0
    }

    header#pattern4 .wraper>.inner {
        padding-top: inherit !important
    }

    .index header {
        min-height: 0 !important
    }

    .index .ss header {
        min-height: 45px !important
    }

    header .logo {
        transition: .3s ease-in-out
    }

    header .logo,
    header .logo a {
        max-width: 155px;
        position: relative;
        transition: all .5s ease-in-out
    }

    body.scrolled header .logo {
        padding: 10px 0 !important
    }

    header.open:after,
    header .header_contents {
        background: var(--i_sub2_color)
    }

    header .burger li.sp_translate a svg {
        height: 28px;
        width: 28px;
        margin: 10% auto
    }

    header .header_sns {
        border-bottom: none
    }

    header .header_sns:empty,
    header .header_contents .header_col1:empty,
    header .header_contents .header_col2:empty {
        border: none
    }

    header .header_contents .header_col1 .tel,
    header .header_contents .header_col1 .btn {
        float: none
    }

    header .header_contents .header_col2 {
        display: block !important
    }

    header nav ul.nav_1st li {
        border-bottom: dashed 1px #572440
    }

    header nav ul.nav_1st>li:before,
    header nav ul.nav_1st>li:after {
        display: none !important
    }

    header nav ul.nav_1st>li i:before,
    header nav ul.nav_1st>li i:after {
        background: var(--i_main_color)
    }

    header nav ul.nav_1st>li i:before {
        height: 3px
    }

    header nav ul.nav_1st>li i:after {
        width: 3px;
        top: calc(50% - 3.5px);
        left: calc(50% - 1.5px)
    }

    header nav ul.nav_2nd>li {
        box-shadow: none;
        border-bottom: dashed 1px #572440 !important
    }

    header nav ul.nav_2nd>li:last-of-type {
        border-bottom: none !important
    }

    header nav ul.nav_3rd {
        border-top: 1px solid var(--i_border_color)
    }

    header nav ul.nav_3rd>li:nth-last-of-type(1) {
        border-bottom: none
    }

    header .logo a img {
        max-height: 40px !important;
        transition: all .5s ease-in-out
    }

    header nav ul.nav_1st>li>a:hover:before {
        transform: scale(0, 0)
    }

    header#pattern1 nav,
    header#pattern3 nav {
        border-bottom: 0;
        border-top: 0
    }

    header .header_contents .header_col1 .btn>a {
        padding: 7px 15px
    }

    header nav ul.nav_1st>li>a:hover {
        background: none
    }

    header#pattern2 nav ul.nav_1st {
        border-bottom: 0
    }

    header nav ul.nav_1st>li:hover ul.nav_2nd {
        box-shadow: none !important
    }
}

main>section:first-child:not([class*="pt"]),
main>div:first-child:not([class*="pt"]),
div[class*='pb']+.contents_related,
section[class*='pb']+.contents_related,
div[class*='pb']+.contents_related_tags,
section[class*='pb']+.contents_related_tags {
    padding-top: 60px
}

main>section:not([class*="pt"]),
main>div:not([class*="pt"]),
aside>section:not([class*="pt"]),
aside>div:not([class*="pt"]) {
    padding-bottom: 60px
}

@media screen and (max-width: 800px) {

    main>section:first-child:not([class*="pt"]),
    main>div:first-child:not([class*="pt"]),
    div[class*='pb']+.contents_related,
    section[class*='pb']+.contents_related,
    div[class*='pb']+.contents_related_tags,
    section[class*='pb']+.contents_related_tags {
        padding-top: 40px
    }

    main>section:not([class*="pt"]),
    main>div:not([class*="pt"]),
    aside>section:not([class*="pt"]),
    aside>div:not([class*="pt"]) {
        padding-bottom: 40px
    }
}

section .content_wrapper>.heading:first-child:last-child {
    margin-bottom: 0
}

section:not([class*="pt"]) .content_wrapper>.heading:first-child:last-child {
    margin-bottom: 0
}

.heading.block_header_1,
.heading.block_header_6 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center
}

.heading.block_header_1 p,
.heading.block_header_6 .h {
    font-weight: 700 !important;
    font-size: 4rem;
    line-height: 1.4;
    position: relative;
    color: var(--i_main_color);
    margin-bottom: 8px
}

section[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p,
section[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_1 p,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_6 .h {
    color: #fff !important
}

.heading.block_header_1 .h,
.heading.block_header_6 p {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .05rem;
    color: var(--i_sub_color)
}

@media screen and (max-width: 800px) {

    .heading.block_header_1,
    .heading.block_header_6 {
        margin-bottom: 20px
    }

    .heading.block_header_1 p,
    .heading.block_header_6 .h {
        font-size: 2.5rem
    }

    .heading.block_header_1 .h,
    .heading.block_header_6 p {
        font-size: 1.5rem
    }
}

.heading.block_header_2 {
    margin-bottom: 30px
}

section[style*="color: rgb(255, 255, 255);"] .heading.block_header_2,
div[style*="color: rgb(255, 255, 255);"] .heading.block_header_2 {
    border-bottom-color: #fff
}

.heading.block_header_2.align-center:before {
    display: none
}

.heading.block_header_2.align-left:before {
    left: 0
}

.heading.block_header_2.align-right:before {
    right: 0
}

.heading.block_header_2 .h {
    display: inline-block;
    font-size: 2.1rem;
    line-height: 1.5;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--i_main_color)
}

.heading.block_header_2 p {
    font-size: 1.5rem;
    letter-spacing: .3rem
}

.heading.block_header_2.align-center .h,
.heading.block_header_2.align-center p {
    padding-left: 0
}

.news_archive .heading.block_header_2,
.glossary_archive .heading.block_header_2,
.widget_gallery01 .heading.block_header_2,
.gallery_archive .heading.block_header_2 {
    border: none
}

.widget_gallery01.add_design4 .inner_item .heading.block_header_2 {
    padding-left: 2em !important
}

@media screen and (max-width: 800px) {
    .heading.block_header_2 {
        margin-bottom: 20px
    }

    .heading.block_header_2 .h {
        font-size: 2.1rem
    }

    .heading.block_header_2 p {
        letter-spacing: 0
    }

    .heading.block_header_2:before {
        top: 5px
    }

    .index .heading.block_header_2 .h {
        font-size: 2.7rem !important
    }
}

.heading.block_header_3 {
    overflow: hidden;
    background: var(--i_main_color);
    padding: 10px 30px;
    margin-bottom: 30px
}

.heading.block_header_3 .h {
    font-weight: 500;
    font-size: 1.9rem;
    line-height: 1.5;
    letter-spacing: .2rem;
    color: #fff
}

.heading.block_header_3 p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .2rem;
    color: #fff
}

@media screen and (max-width: 800px) {
    .heading.block_header_3 {
        padding: 5px 15px;
        margin-bottom: 20px
    }

    .heading.block_header_3 .h {
        font-size: 2rem
    }

    .heading.block_header_3 p {
        font-size: 1.3rem
    }
}

.heading.block_header_4 {
    margin-bottom: 15px
}

.heading.block_header_4:before {
    display: none
}

.heading.block_header_4 .h {
    font-size: 2.3rem !important;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
    letter-spacing: .05rem;
    color: var(--i_main_color)
}

.heading.block_header_4 p {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .2rem
}

.heading.block_header_5 {
    margin-bottom: 15px
}

.heading.block_header_5 .h {
    display: inline;
    font-weight: 500;
    font-size: 1.8rem;
    margin-bottom: 10px;
    letter-spacing: .2rem
}

.heading.block_header_5 p {
    letter-spacing: .2rem;
    display: inline;
    font-size: 1.4rem
}

.heading.block_header_5 p:before {
    content: "　/　"
}

#sidebar .heading.block_header_5 {
    padding: 5px 15px;
    border-bottom: 1px solid var(--i_main_color);
    color: var(--i_main_color);
    text-align: center
}

#sidebar .heading.block_header_5 p:before {
    display: none
}

#sidebar .heading.block_header_5 .h,
#sidebar .heading.block_header_5 p {
    font-weight: 700;
    font-size: 1.6rem
}

#sidebar .heading.block_header_5 p {
    padding-left: 8px
}

main #sidebar section {
    border-bottom: none;
    background: #fafafa;
    padding: 20px !important
}

.parallax {
    box-shadow: 0 0 5px var(--i_shadow_color) inset
}

.contents_btn01 a,
main form .submit span input,
.glossary_archive .content_wrapper .heading.block_header_2 a:after {
    background: transparent;
    color: var(--i_main_color) !important;
    border: 2px solid var(--i_sub_color);
    padding: 0 30px !important;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    font-family: inherit;
    transition: .4s ease-in-out;
    letter-spacing: .05em;
    font-weight: 700;
    border-radius: 50px
}

#fixbtn .contents_btn01 a {
    background: var(--i_sub_color);
    padding: 0 10px !important
}

.glossary_archive .content_wrapper .heading.block_header_2 a:hover:after {
    opacity: .8
}

main form .submit {
    overflow: hidden
}

main form .submit span input {
    padding: 12px 25px !important
}

main form .submit span {
    position: relative
}

.contents_btn01 a:hover,
main form .submit span input:hover {
    background: var(--i_main_color);
    color: var(--i_bg_color) !important;
    border: 2px solid var(--i_main_color)
}

.contents_btn01 a:before,
main form .submit span:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #fff;
    border-right: 0;
    top: calc(50% - 4px);
    right: 12px;
    color: var(--i_btn_txt_color);
    transition: .4s;
    z-index: 1
}

.contents_btn01 a:after,
main form .submit span:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: var(--i_sub_color);
    border: solid 1px var(--i_sub_color);
    border-radius: 100%;
    top: calc(50% - 9px);
    right: 8px;
    color: var(--i_btn_txt_color);
    transition: .4s;
    z-index: 0
}

.contents_btn01 a[target=_blank] span:before,
.contents_btn01 a[target=_blank] span:after {
    border: 1px solid var(--i_sub_color);
    transition: .4s ease-in-out;
    display: none
}

.contents_btn01 a[target=_blank]:hover span:before,
.contents_btn01 a[target=_blank]:hover span:after {
    border: 1px solid var(--i_bg_color)
}

main form .submit span input,
.contents_btn01 a span {
    text-align: center;
    line-height: 1.5;
    font-size: 1.8rem;
    padding: 14px 25px;
    transform: translateX(0)
}

main form .submit span input {
    font-size: 1.6rem
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
    -webkit-appearance: none;
    border-radius: 0
}

@media screen and (max-width: 800px) {
    #fixbtn .contents_btn01 a {
        padding: 0 !important
    }
}

#mv_outer {
    background: none;
    border-top: 80px solid transparent !important;
    padding-top: 40px
}

#mv {
    max-width: 1200px !important;
    width: 100%;
    height: 80vh;
    min-height: 500px
}

#mv .mv_text {
    height: 90%;
    align-items: center;
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important
}

#mv .mv_text>div {
    box-sizing: border-box;
    width: 90%;
    color: #fff
}

#mv .mv_text h2 {
    font-size: 60px;
    line-height: 1.1;
    letter-spacing: .4rem;
    font-weight: 500;
    font-size: 3.6rem !important;
    position: relative
}

#mv .mv_text p {
    padding-top: 15px;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: .3rem
}

#mv .mv_text p {
    padding-top: 30px;
    font-size: 2rem;
    color: #fff;
    font-weight: 500
}

#mv .mv_pointer {
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: auto;
    padding: 0;
    text-align: center;
    right: 0
}

#mv .mv_pointer li {
    width: 6px !important;
    height: 30px;
    margin: 0 10px 0 0;
    border-radius: 50px
}

#mv .mv_pointer li:last-of-type {
    margin: 0
}

#mv .mv_pointer li::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-top: 10px;
    border: 1px solid var(--i_bg_color);
    border-radius: 50px
}

#mv .mv_pointer li.current {
    width: 6px !important
}

#mv .mv_pointer li.current:before {
    background: var(--i_bg_color)
}

#mv .mv_scroll,
#mv .mv_arrow {
    display: none
}

#mv .mv_arrow li.mv_arrow_prev span:before,
#mv .mv_arrow li.mv_arrow_next span:before {
    border-left: 2px solid rgba(255, 255, 255, 0.7);
    border-top: 2px solid rgba(255, 255, 255, 0.7)
}

@media screen and (max-width: 100vh) {
    #mv {
        height: 65vh
    }
}

@media screen and (max-width: 900px) {
    #mv_outer {
        border-top: 60px solid transparent !important
    }
}

@media screen and (max-width: 800px) {
    #mv .mv_text p {
        padding-top: 10px
    }

    #mv::before {
        background-size: 400px
    }
}

@media screen and (max-width: 600px) {
    #mv::before {
        bottom: -50px;
        background-size: 300px
    }

    #mv .mv_text p {
        display: none
    }

    #mv .mv_text h2 {
        line-height: 1.5
    }

    #mv .mv_text {
        bottom: 50px;
        height: calc(100% - 140px);
        align-items: center
    }

    #mv_outer #mv .mv_text div p.static {
        font-size: 1.4rem
    }

    #mv .mv_pointer {
        display: none
    }

    #mv {
        width: 96%
    }
}

@media screen and (max-width: 500px) {
    #mv .mv_text {
        height: 90%
    }

    #mv .mv_text h2 {
        font-size: 5.5vw !important;
        letter-spacing: .1rem
    }
}

@media screen and (max-width: 400px) {
    #mv .mv_text>div {
        padding-left: 10px;
        padding-right: 10px
    }
}

#lv_outer {
    position: relative;
    border-top: 80px solid transparent !important;
    padding-top: 20px
}

#lv {
    width: 90%;
    background: #fff;
    height: 300px;
    padding-bottom: 0;
    height: 600px !important;
    max-width: 1200px
}

header.over+#lv_outer #lv {
    min-height: 250px
}

#lv div {
    opacity: 1
}

#lv p {
    left: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    height: 65%;
    display: flex;
    align-items: flex-end
}

#lv p span {
    display: inline-block;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    padding: 0 50px;
    position: relative;
    word-break: break-all;
    line-height: 1.2;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    width: 100%;
    text-align: left
}

@media screen and (max-width: 900px) {
    #lv_outer {
        padding-top: 0
    }
}

@media screen and (max-width: 600px) {
    #lv {
        height: 300px !important
    }

    #lv p {
        height: 90%
    }

    #lv p span {
        font-size: 2rem;
        padding: 0 15px
    }
}

#pan {
    padding: 0;
    padding-bottom: 10px;
    display: none
}

#pan li {
    font-size: 1.2rem;
    padding: 5px 0 3px 30px
}

#pan ul li:before,
#pan ul li:after {
    height: 6px;
    width: 6px;
    top: calc(50% - 2px);
    left: 10px;
    border-top: 1px solid var(--i_sub_color);
    border-right: 1px solid var(--i_sub_color)
}

#pan ul li,
#pan ul li a {
    color: var(--i_txt_color)
}

.default_ul li:before {
    border-top: 1px solid var(--i_sub_color);
    border-right: 1px solid var(--i_sub_color);
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    top: 8px;
    left: 0
}

.category1 li a {
    border: 1px solid var(--i_border_color);
    border-radius: 50px;
    font-size: 1.4rem
}

.category1 li a:hover,
.category1 li a.current {
    background: var(--i_main_color);
    border-color: var(--i_main_color);
    color: #fff
}

#sidebar section,
#sidebar>div {
    border-bottom: 1px solid var(--i_border_color)
}

#sidebar h2 {
    text-align: left;
    font-size: 2.2rem
}

#sidebar .sidebar_tag li {
    border: 1px solid var(--i_border_color)
}

#sidebar .sidebar_list a {
    position: relative;
    padding-left: 15px
}

#sidebar .sidebar_list a:before {
    content: "";
    display: block;
    position: absolute;
    border-top: 1px solid var(--i_sub_color);
    border-right: 1px solid var(--i_sub_color);
    height: 5px;
    width: 5px;
    transform: rotate(45deg);
    top: calc(50% - 3px);
    left: 0
}

.pager li a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    border: 1px solid var(--i_border_color);
    font-size: 1.4rem;
    border-radius: 0;
    text-align: center
}

.pager li:not(.arrow) a:hover,
.pager li:not(.arrow).current a {
    background: transparent;
    border-color: var(--i_txt_color);
    color: var(--i_txt_color)
}

.pager li.arrow a {
    background: none
}

.pager2 li a {
    border: 1px solid var(--i_border_color);
    color: var(--i_txt_color);
    line-height: 45px;
    padding: 0 15px;
    font-size: 1.4rem;
    border-radius: 0
}

.pager2 li a:hover {
    background: var(--i_main_color);
    border-color: var(--i_main_color);
    color: #fff
}

.popup {
    background: rgba(255, 255, 255, 0.7)
}

.poptxt {
    font-size: 1.2rem
}

#fixbtn {
    margin-bottom: 30px;
    font-size: 1.55rem
}

#fixbtn .fixbtnwrap {
    background: rgba(93, 44, 99, 0.95)
}

#fixbtn.no .fixbtnwrap {
    background-color: transparent
}

#fixbtn .fixbtntel {
    border-right: 1px solid var(--i_bg_color)
}

#fixbtn .fixbtntel:nth-last-of-type(2) {
    border-right: none
}

#fixbtn .fixbtntel a,
#fixbtn .fixbtntel span {
    font-size: 2.8rem;
    letter-spacing: 0;
    line-height: 1;
    margin-right: 10px
}

#fixbtn .contents_btn01 a:hover {
    background: #becb32
}

#fixbtn .fixbtntel a:last-child,
#fixbtn .fixbtntel span:last-child {
    margin-right: 0
}

#fixbtn .fixbtntel svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    fill: var(--i_bg_color)
}

#fixbtn .contents_btn01 {
    border-left: 1px solid rgba(255, 255, 255, 0.1)
}

#fixbtn .contents_btn01:nth-of-type(1) {
    border-left: none
}

#fixbtn .contents_btn01:nth-of-type(1) {
    margin-left: auto;
    margin-right: auto
}

#fixbtn .contents_btn01 span {
    text-align: center;
    padding: 10px 8px;
    line-height: 1.6
}

#fixbtn .contents_btn01 a:before,
#fixbtn .contents_btn01 a:after {
    display: none
}

#fixbtn #scrolltop:nth-of-type(1) {
    margin-left: auto;
    margin-right: 0;
    margin-right: auto;
    display: none
}

#fixbtn #scrolltop a {
    height: 40px;
    width: 40px
}

#fixbtn #scrolltop a:before {
    top: 17px;
    left: 3px;
    transform: rotate(45deg);
    transition: .2s ease-in-out;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 30px;
    height: 30px
}

#fixbtn #scrolltop a:hover:before {
    opacity: .7
}

#fixbtn.no #scrolltop a:before {
    border-color: rgba(120, 120, 120, 0.6)
}

#fixbtn.no #scrolltop a:hover:before {
    border-left: 2px solid rgba(255, 255, 255, 1);
    border-top: 2px solid rgba(255, 255, 255, 1)
}

@media screen and (max-width: 600px) {
    #fixbtn {
        margin-bottom: 0
    }

    #fixbtn,
    #fixbtn .fixbtntel a,
    #fixbtn .fixbtntel span {
        font-size: 1.7rem
    }

    .ft02 #fixbtn .fixbtntel span,
    .ft02 #fixbtn .fixbtntel a {
        font-size: 2rem !important
    }

    #fixbtn .fixbtntel svg {
        width: 18px;
        height: 18px
    }

    #fixbtn .contents_btn01 a {
        padding: 0;
        letter-spacing: 0
    }

    #fixbtn .contents_btn01 a:before {
        display: none
    }

    #fixbtn .contents_btn01 a span {
        padding: 10px
    }
}

footer {
    background: url(/common/upload_data/aiwininternationalschoolcojp/image/20241115162843.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.4rem
}

footer a {
    color: #fff
}

footer nav li {
    letter-spacing: .2rem;
    padding: 5px 0
}

footer nav li a {
    letter-spacing: .1rem
}

footer .logo {
    width: 200px
}

footer .sns {
    margin: 0 auto 30px
}

footer .sns svg {
    width: 40px;
    height: 40px;
    padding: 10px;
    fill: #fff;
    transition: .2s ease-in-out
}

footer .sns a:hover svg {
    opacity: .8
}

#cp {
    padding: 10px 0;
    font-size: 1.1rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 600px) {
    footer {
        padding: 0 0 20px
    }
}

@media screen and (max-width: 600px) {
    footer nav ul {
        border-bottom: 1px solid rgba(0, 0, 0, 0.13)
    }

    footer nav ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.13)
    }

    footer nav ul li:nth-last-of-type(2n) {
        border-right: 1px solid rgba(0, 0, 0, 0.13)
    }

    footer nav ul li:nth-last-of-type(2n+1) {
        border-left: 1px solid rgba(255, 255, 255, 0.1)
    }

    footer nav ul li:nth-of-type(1),
    footer nav ul li:nth-of-type(1),
    footer nav ul li:nth-of-type(2),
    footer nav ul li:nth-of-type(3):nth-last-of-type(2n-1) {
        border-top: 1px solid rgba(0, 0, 0, 0.13)
    }

    footer nav ul li:nth-last-of-type(1),
    footer nav ul li:nth-last-of-type(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    footer .logo {
        width: 150px
    }

    #fixbtn .fixbtnwrap {
        border-bottom: none
    }

    #fixbtn .inner {
        padding: 0
    }

    footer nav {
        border-top: 1px solid rgba(255, 255, 255, 0.1)
    }
}

.contents_faq01 dt {
    padding-left: 5rem;
    margin-bottom: 25px;
    min-height: 35px;
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box
}

.contents_faq01 dd {
    padding-left: 7.3rem;
    margin-bottom: 15px;
    width: 100%;
    padding-right: 15px;
    box-sizing: border-box
}

.contents_faq01 dt:before,
.contents_faq01 dd:before {
    width: 4rem;
    height: 4rem;
    font-size: 2.6rem;
    line-height: 1.3;
    box-sizing: border-box;
    font-weight: 500;
    color: #fff;
    background: var(--i_main_color);
    text-align: center;
    border-radius: 100px
}

.contents_faq01 dd:before {
    font-size: 2.6rem;
    line-height: 1.3;
    background: transparent;
    color: var(--i_main_color);
    border: solid 1px var(--i_main_color)
}

.contents_related_tags .inner_item {
    border: 1px solid var(--i_border_color)
}

.contents_related_tags .inner_item:hover {
    background: var(--i_sub2_color)
}

.contents_related .inner_item a:hover {
    background: var(--i_sub2_color);
    opacity: .8
}

.block_table_1 table thead {
    background: var(--i_sub2_color)
}

.block_table_1 table thead th,
.block_table_1 table thead td {
    background-color: var(--i_sub2_color)
}

.block_table_1 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle
}

.block_table_1 table td {
    background-color: #fff;
    border: 1px solid var(--i_border_color);
    vertical-align: middle
}

.block_table_1 table thead td {
    text-align: center;
    font-weight: 700
}

.block_table_2 table thead,
.block_table_2 table thead th,
.block_table_2 table thead td,
.block_table_5 table thead,
.block_table_5 table thead th,
.block_table_5 table thead td,
.block_table_6 table thead,
.block_table_6 table thead th,
.block_table_6 table thead td {
    background-color: var(--i_sub2_color)
}

.block_table_2 table th,
.block_table_5 table th,
.block_table_6 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle
}

.block_table_2 table td,
.block_table_5 table td,
.block_table_6 table td {
    background-color: #fff;
    border: 1px solid var(--i_border_color);
    vertical-align: middle
}

.block_table_2 table thead td,
.block_table_5 table thead td,
.block_table_6 table thead td {
    text-align: center;
    font-weight: 700
}

@media screen and (max-width: 500px) {
    .block_table_2 table {
        border-bottom: 1px solid var(--i_border_color)
    }

    .block_table_2 table th {
        border-top: 1px solid var(--i_border_color)
    }

    .block_table_2 table td {
        border-top: 1px dotted var(--i_border_color)
    }
}

.block_table_3 table thead,
.block_table_3 table thead th,
.block_table_3 table thead td,
.block_table_7 table thead,
.block_table_7 table thead th,
.block_table_7 table thead td {
    background-color: var(--i_sub2_color)
}

.block_table_3 table th,
.block_table_7 table th {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle
}

.block_table_3 table td,
.block_table_7 table td {
    background-color: #fff;
    border: 1px solid var(--i_border_color);
    vertical-align: middle
}

@media screen and (max-width: 500px) {
    .block_table_3 table {
        border-bottom: 1px solid var(--i_border_color)
    }

    .block_table_3 table th {
        border-top: 1px solid var(--i_border_color)
    }

    .block_table_3 table td {
        border-top: 1px dotted var(--i_border_color)
    }
}

.block_table_3_item li {
    vertical-align: middle
}

.gallery_archive .inner_item a,
.gallery_single .inner_item a {
    transition: .2s ease-in-out;
    background-color: transparent
}

.gallery_archive .inner_item a:hover,
.gallery_single .inner_item a:hover {
    background-color: #000
}

.gallery_archive .inner_item a:hover img,
.gallery_single .inner_item a:hover img {
    opacity: .8
}

.gallery_archive .inner_item a:after,
.gallery_single .inner_item a:after {
    color: #fff
}

.gallery_archive .inner_item p span,
.gallery_single .inner_item p span {
    color: #fff
}

.gallery_single_slider .slick-arrow::before {
    border-color: var(--i_btn_color)
}

.widget_gallery01 .slick-arrow {
    height: 40px;
    width: 30px;
    top: calc(50% - 20px);
    left: 0
}

.widget_gallery01 .slick-next {
    left: auto;
    right: 0
}

main .widget_gallery01 a,
main .gallery_archive .inner_item a,
main .gallery_single .inner_item a {
    overflow: hidden
}

main .widget_gallery01 a img,
main .gallery_archive .inner_item a img,
main .gallery_single .inner_item a img {
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    backface-visibility: visible;
    transition: 1s ease-out !important;
    transition-property: transform opacity !important;
    transform: scale(1.001, 1.001)
}

main .widget_gallery01 a:hover img,
main .gallery_archive .inner_item a:hover img,
main .gallery_single .inner_item a:hover img {
    transform: scale(1.1, 1.1);
    opacity: .8
}

.news_archive article .inner_item_img:hover {
    opacity: .8
}

.news_archive article .entry_meta {
    font-size: 1.3rem
}

.add_design5 #primary article .inner_item_img a i:nth-last-child(1) {
    background-size: 50% !important
}

#sidebar .widget_news02 li a div span i {
    background-size: 50% !important
}

.widget_coupon .content_wrapper {
    max-width: 900px !important
}

.widget_coupon .inner_item>div,
.widget_coupon .inner_item>dl {
    font-size: 1.4rem;
    line-height: 1.7
}

.widget_form .privacypolicy {
    border: 1px solid var(--i_border_color)
}

.widget_form form {
    border-top: 1px solid var(--i_border_color)
}

.widget_form form dl {
    border-bottom: 1px solid var(--i_border_color)
}

.widget_form form dt,
.widget_form form dd {
    vertical-align: middle
}

.widget_form form dl:nth-of-type(19) dd {
    padding-bottom: 12px
}

.widget_form form dt span {
    color: var(--i_sub2_color);
    color: #D43B3B !important;
    font-size: 1.2rem;
    font-weight: 700
}

@media screen and (max-width: 770px) {
    .widget_form form dt {
        border-bottom: 1px dotted var(--i_border_color)
    }
}

main form dl input,
main form textarea {
    border: 1px solid var(--i_border_color);
    letter-spacing: 1px
}

main form dl input:focus,
main form textarea:focus {
    background: #fff;
    border: 1px solid var(--i_border_color)
}

main form .submit input {
    letter-spacing: 3px;
    border: none
}

main form select {
    background: var(--i_bg_color);
    border: 1px solid var(--i_border_color);
    letter-spacing: 1px
}

main form input[type=radio]+label,
main form input[type=checkbox]+label {
    padding: 0 15px 0 22px
}

main form input[type=radio]+label::before,
main form input[type=checkbox]+label::before {
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    margin-top: -9px;
    background: var(--i_bg_color)
}

main form input[type=radio]+label::before {
    border-radius: 30px
}

main form input[type=radio]:checked+label::after,
main form input[type=checkbox]:checked+label::after {
    left: 4px;
    width: 9px;
    height: 9px;
    margin-top: -5px;
    background: var(--i_sub_color) !important
}

main form input[type=radio]:checked+label::after {
    border-radius: 100%
}

.widget_link .inner_item_txt {
    font-size: 2rem
}

.widget_link .inner_item_url {
    color: var(--i_main_color) !important;
    font-weight: 700
}

.widget_link.block_link_1 .wrapper_item a {
    border-left: 3px solid var(--i_main_color) !important
}

.widget_lp01 li a:hover {
    opacity: .8
}

.widget_lp01 li a div span {
    background-size: 60% auto
}

.widget_menu01 h3 {
    vertical-align: central;
    font-size: 1.7rem;
    letter-spacing: 1px;
    margin-bottom: 15px
}

.widget_menu01 li dd {
    font-size: 1.3rem;
    letter-spacing: 0
}

.widget_menu02 h3 {
    vertical-align: central;
    font-size: 1.7rem;
    letter-spacing: 1px
}

.widget_menu02 li>p {
    font-size: 1.3rem;
    letter-spacing: 0
}

.block_news_2 li {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
    border-radius: 0;
    border: none !important
}

.block_news_2 li a {
    padding: 30px;
    border-radius: 0;
    color: var(--i_txt_color) !important
}

.block_news_2 li a:after {
    border: 0 solid var(--i_sub2_color) !important;
    border-radius: 5px
}

.block_news_2 li a:hover:after {
    border-width: 10px !important
}

.block_news_2 li:nth-child(2n) {
    background: #fff !important
}

.widget_staff01 .inner_item a:hover * {
    opacity: .8
}

.widget_staff01 .sub {
    font-size: 1.2rem;
    font-weight: 500
}

.widget_staff01 .inner_item_img img {
    object-fit: cover
}

.widget_tel .inner_item_tel a,
.widget_tel .inner_item_tel span {
    font-size: 3.6rem;
    letter-spacing: .1rem;
    line-height: 1.1;
    padding: 20px
}

@media screen and (max-width: 450px) {

    .widget_tel .inner_item_tel a,
    .widget_tel .inner_item_tel span {
        font-size: 2.6rem;
        padding: 15px 10px
    }

    .widget_tel .inner_item_tel img {
        margin: 0 5px -2px 0
    }

    .widget_tel .inner_item_tel svg {
        height: 16px;
        width: 16px
    }
}

.glossary_archive .content_wrapper article {
    margin-bottom: 30px;
    padding-bottom: 30px
}

.glossary_archive .content_wrapper .heading.block_header_2 {
    margin-bottom: 10px
}

.glossary_archive .content_wrapper .heading.block_header_2 .h {
    font-size: 1.8rem
}

.glossary_archive .content_wrapper .heading.block_header_2 .h:after {
    top: 1em
}

.glossary_archive .content_wrapper .heading.block_header_2 a:after {
    content: "View More";
    position: absolute;
    width: 150px;
    bottom: 32px;
    right: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 3px 10px
}

.glossary_archive .content_wrapper article .entry_body {
    padding-right: 180px
}

@media screen and (max-width: 1224px) {
    .glossary_archive .content_wrapper .heading.block_header_2 a:after {
        bottom: calc(32px + 1.8rem)
    }
}

@media screen and (max-width: 650px) {
    .glossary_archive .content_wrapper article {
        padding-bottom: 60px
    }

    .glossary_archive .content_wrapper .heading.block_header_2 a:after {
        bottom: 30px
    }

    .glossary_archive .content_wrapper article .entry_body {
        padding-right: 0
    }
}

.recruit_archive.add_design1 .recruitment_list .inner_item {
    background: rgba(255, 255, 255, 1)
}

.index main>section:first-child+div.composite_box01 .heading.block_header_4 .h,
.index main>section:first-child+div+div.composite_box01 .heading.block_header_4 .h {
    font-size: 2.5rem;
    letter-spacing: .1rem
}

@media screen and (max-width: 800px) {

    .index main>section:first-child+div.composite_box01 .heading.block_header_4 .h,
    .index main>section:first-child+div+div.composite_box01 .heading.block_header_4 .h {
        font-size: 2.1rem
    }
}

.block_news_2 li {
    border: 1px solid var(--i_border_color)
}

@media screen and (max-device-width: 1400px) and (min-device-width: 900px) and (max-height: 700px) {
    #mv .mv_img li:nth-of-type(2) img {
        object-position: 56% 40%
    }
}

a[id*="para"]+section .parallax_img,
a[id*="para"]+div .parallax_img {
    filter: brightness(83%) contrast(100%) blur(2px);
    opacity: .5
}

#basic+div .inner_item:nth-child(odd) {
    background: var(--i_sub_color)
}

#basic+div .inner_item:nth-child(even) {
    background: var(--i_main_color)
}

#basic+div .heading.block_header_4 .h {
    font-size: 3rem !important;
    color: #fff;
    font-weight: 500 !important
}

#basic+div .inner_item_txt p {
    color: #fff
}

#basic+div .inner_item_img img {
    height: 100% !important;
    width: 100% !important;
    max-width: 400px
}

@media screen and (min-width: 901px) {
    #basic+div .inner_item>a {
        max-width: 400px;
        justify-content: center
    }

    #basic+div .inner_item {
        flex-direction: row;
        justify-content: center
    }

    #basic+div .inner_item_txt {
        box-sizing: border-box;
        width: 100%;
        max-width: 650px;
        margin-right: 8%;
        padding: 30px 0 0
    }
}

@media screen and (max-width: 900px) {
    #basic+div .inner_item {
        padding-top: 30px
    }
}

@media screen and (max-width: 480px) {
    #basic+div .inner_item_img img {
        max-width: 250px
    }
}

@media screen and (min-width: 901px) {
    .box {
        display: flex;
        justify-content: center;
        padding: 50px 0 80px !important
    }
}

@media screen and (max-width: 900px) {
    .box>div {
        margin-top: 30px
    }
}

#table_color+div table tr td:nth-child(2) {
    color: var(--i_main_color)
}

#table_color+div table tr:nth-child(3) td:nth-child(3),
#table_color+div table tr:nth-child(4) td:nth-child(3),
#table_color+div table tr:nth-child(5) td:nth-child(3),
#table_color+div table tr:nth-child(6) td:nth-child(3),
#table_color+div table tr:nth-child(7) td:nth-child(3),
#table_color+div table tr:nth-child(8) td:nth-child(3),
#table_color+div table tr:nth-child(9) td:nth-child(3),
#table_color+div table tr:nth-child(10) td:nth-child(3),
#table_color+div table tr:nth-child(11) td:nth-child(3),
#table_color+div table tr:nth-child(12) td:nth-child(3),
#table_color+div table tr:nth-child(13) td:nth-child(3),
#table_color+div table tr:nth-child(14) td:nth-child(3) {
    color: var(--i_sub_color)
}

header .nav_1st a[href^="#"] {
    cursor: context-menu
}

body.hHide header:not(.nofixed) {
    top: 0;
    opacity: 1
}

header {
    position: fixed !important
}

header .header_contents .header_sns li:first-child {
    order: 2
}

header .header_contents .header_sns li:nth-of-type(2) {
    order: 3
}

header .header_contents .header_sns li:nth-of-type(3) {
    order: 1
}

header .header_contents .header_sns li,
header .header_contents .header_sns li a {
    width: 15px;
    height: 15px
}

header .header_contents .header_sns li:first-of-type a {
    background: #572440 !important;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M80%20299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7%2020.3-71.5%2072.7-71.5c16.3%200%2029.4%20.4%2037%201.2V7.9C291.4%204%20256.4%200%20236.2%200C129.3%200%2080%2050.5%2080%20159.4v42.1H14v97.8H80z%22%2F%3E%3C%2Fsvg%3E)
}

header .header_contents .header_sns li:nth-of-type(2) a {
    width: 18px;
    height: 18px;
    background: #572440 !important;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M224.1%20141c-63.6%200-114.9%2051.3-114.9%20114.9s51.3%20114.9%20114.9%20114.9S339%20319.5%20339%20255.9%20287.7%20141%20224.1%20141zm0%20189.6c-41.1%200-74.7-33.5-74.7-74.7s33.5-74.7%2074.7-74.7%2074.7%2033.5%2074.7%2074.7-33.6%2074.7-74.7%2074.7zm146.4-194.3c0%2014.9-12%2026.8-26.8%2026.8-14.9%200-26.8-12-26.8-26.8s12-26.8%2026.8-26.8%2026.8%2012%2026.8%2026.8zm76.1%2027.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9%200-35.8%201.7-67.6%209.9-93.9%2036.1s-34.4%2058-36.2%2093.9c-2.1%2037-2.1%20147.9%200%20184.9%201.7%2035.9%209.9%2067.7%2036.2%2093.9s58%2034.4%2093.9%2036.2c37%202.1%20147.9%202.1%20184.9%200%2035.9-1.7%2067.7-9.9%2093.9-36.2%2026.2-26.2%2034.4-58%2036.2-93.9%202.1-37%202.1-147.8%200-184.8zM398.8%20388c-7.8%2019.6-22.9%2034.7-42.6%2042.6-29.5%2011.7-99.5%209-132.1%209s-102.7%202.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7%209-132.1c7.8-19.6%2022.9-34.7%2042.6-42.6%2029.5-11.7%2099.5-9%20132.1-9s102.7-2.6%20132.1%209c19.6%207.8%2034.7%2022.9%2042.6%2042.6%2011.7%2029.5%209%2099.5%209%20132.1s2.7%20102.7-9%20132.1z%22%2F%3E%3C%2Fsvg%3E)
}

header .header_contents .header_sns li:nth-of-type(3) {
    width: 21px
}

header .header_contents .header_sns li:nth-of-type(3) a {
    mask-repeat: no-repeat;
    mask-position: center;
    background: url(/common/upload_data/aiwininternationalschoolcojp/image/nav_youtube.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 21px
}

header .header_contents .header_sns li {
    margin: 0;
    padding: 0 10px;
    display: flex;
    align-items: center
}

header .header_contents .header_col1 .btn>a {
    text-indent: -9999px;
    min-width: auto;
    max-width: none;
    padding: 0 19px !important;
    width: 15px !important;
    height: 15px;
    border: none;
    background: url(/common/upload_data/aiwininternationalschoolcojp/image/nav_contact.png) no-repeat center / 15px !important;
    border-radius: 0;
    margin: 0 !important
}

header .header_contents .header_col1 .btn .translate {
    position: relative
}

header .header_contents .header_col1 .btn .translate a svg,
header .burger li.sp_translate a svg {
    display: none
}

header .header_contents .header_col1 .btn .translate,
header .burger li.sp_translate {
    min-height: 35px;
    position: relative;
    width: 120px;
    text-align: center;
    border: 1px solid #572440;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0 !important;
    margin-left: 10px
}

header .header_contents .header_col1 .btn .translate a,
header .burger li.sp_translate a {
    color: #572440;
    font-size: 1.2rem;
    position: relative;
    text-align: left;
    padding: 0 15px
}

header .header_contents .header_col1 .btn .translate a:before,
header .burger li.sp_translate a:before {
    position: absolute;
    top: calc(50% - 2px);
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #572440;
    pointer-events: none
}

header .burger li.sp_translate {
    width: 110px;
    height: 36px;
    margin-right: 10px
}

header .burger li.sp_translate a {
    width: 100px
}

header .burger li.sp_translate a p {
    width: 100%
}

#google_translate_element {
    max-width: 120px
}

header nav ul.nav_2nd>li {
    border-bottom: none;
    background: #bfac79
}

header nav ul.nav_2nd>li>a::after {
    display: none
}

header .h_fl {
    display: flex
}

@media screen and (min-width: 1501px) {
    header {
        padding: 0 50px
    }
}

@media screen and (min-width: 901px) {

    header.width_full .wraper .header_contents,
    header h1 {
        display: none !important
    }

    header {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        min-height: 80px !important
    }

    header#pattern2 nav ul.nav_1st {
        width: 100%
    }

    header .header_contents {
        min-width: auto;
        order: 2
    }

    header .header_contents .header_sns ul {
        flex-wrap: nowrap
    }

    .h_ct {
        height: 100% !important;
        padding: 0 !important
    }

    .h_ct .inner {
        display: flex;
        align-items: center
    }

    header#pattern2 .logo {
        position: relative;
        padding: 0;
        min-height: auto !important
    }

    header .header_contents .header_col1 .btn.hastrans {
        flex-wrap: nowrap
    }

    header.width_full .wraper {
        width: 45%
    }

    header nav ul.nav_1st>li>a {
        position: relative;
        overflow: visible
    }

    header nav ul.nav_1st>li:has(ul.nav_2nd)>a:before {
        position: absolute;
        display: block;
        content: "";
        bottom: 10px;
        left: calc(50% - 5px);
        width: 5px;
        height: 5px;
        border-right: 1px solid var(--i_txt_color);
        border-bottom: 1px solid var(--i_txt_color);
        transform: rotate(45deg);
        pointer-events: none
    }

    header nav ul.nav_1st>li:hover ul.nav_2nd {
        padding-top: 0
    }

    header nav ul.nav_1st>li>a {
        min-height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    header nav ul.nav_1st>li>a:hover {
        opacity: 1;
        background: #bfac79
    }

    header .header_contents .header_col1 .btn>a,
    header .header_contents .header_sns li {
        position: relative;
        min-height: 80px
    }

    header .header_contents .header_col1 .btn>a:before,
    header .header_contents .header_sns li:before {
        position: absolute;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #bfac79;
        z-index: -1;
        pointer-events: none;
        opacity: 0
    }

    header .header_contents .header_col1 .btn>a:hover:before,
    header .header_contents .header_sns li:hover:before {
        opacity: 1
    }

    header .header_contents .header_col1 .btn>a:hover {
        opacity: 1
    }

    header .header_contents .header_sns.on {
        padding: 0
    }

    body.scrolled header:not(.nofixed) .logo,
    body.scrolled header:not(.nofixed) .header_contents {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    header nav ul.nav_2nd>li>a:hover {
        background: #572440
    }

    header nav ul.nav_2nd>li>a:hover span {
        color: #fff !important
    }
}

@media screen and (max-width: 1501px) and (min-width: 901px) {
    header.width_full .wraper {
        width: auto;
        margin-right: 10px
    }
}

@media screen and (max-width: 900px) {
    header.width_full .wraper {
        width: 100%;
        box-sizing: border-box;
        padding: 0
    }

    header .burger {
        min-height: 60px;
        top: 0;
        right: 0;
        display: flex
    }

    header .burger li {
        height: 60px
    }

    header .burger li.sp_menu {
        background: #572440;
        box-sizing: border-box;
        width: 100%
    }

    header .burger li.sp_menu a {
        height: 100%;
        box-sizing: border-box;
        width: 60px;
        padding: 12px 15px
    }

    header .sp_menu a div::before,
    header .sp_menu a div::after,
    header .sp_menu a div span {
        height: 2px
    }

    header .sp_menu a div::before {
        top: 5px
    }

    header .sp_menu a div::after {
        top: 29px
    }

    header .sp_menu a div {
        width: 100%
    }

    header#pattern2 .logo {
        padding-left: 10px !important
    }

    header .header_contents .header_col1 .btn a+.translate {
        display: none
    }

    header .h_fl {
        align-items: center;
        justify-content: center
    }

    header .h_fl .header_sns.on {
        padding: 0
    }

    header .h_fl>div {
        width: auto !important
    }

    header .header_contents .header_sns li,
    header .header_contents .header_sns li a {
        width: 20px !important;
        height: 20px !important
    }

    header .header_contents .header_col1 {
        padding: 0 5px
    }

    header .header_contents .header_col1 .btn>a {
        width: 20px !important;
        height: 20px;
        background-size: 20px !important
    }
}

footer {
    padding-bottom: 50px !important
}

footer .content_wrapper,
footer .content_wrapper+div#cp {
    display: none
}

.ftr ol.flex {
    display: flex;
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto
}

.ftr ol.flex>li {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.ftr ol.flex>li:first-of-type p:first-of-type img {
    max-width: 270px;
    width: 100%
}

.ftr ol.flex>li:first-of-type p:last-of-type img {
    max-width: 230px;
    width: 100%
}

.ftr ol.flex>li:nth-of-type(2) span:first-of-type {
    font-weight: 700
}

.ftr ol.flex>li:nth-of-type(2) p:not(:last-child) {
    margin-bottom: 10px
}

.ftr ol.flex>li:last-of-type dt a {
    background: var(--i_sub_color);
    font-size: 1.6rem;
    padding: 5px 10px;
    display: inline-block;
    max-width: 200px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    transition: .4s ease-in-out
}

.ftr ol.flex>li:last-of-type dt a:before {
    position: absolute;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-right: 2px solid var(--i_bg_color);
    border-bottom: 2px solid var(--i_bg_color);
    transform: rotate(-45deg);
    top: calc(50% - 3px);
    right: 15px;
    transition: .4s ease-in-out;
    pointer-events: none
}

.ftr ol.flex>li:last-of-type dt a:hover {
    background: var(--i_bg_color);
    color: var(--i_main_color)
}

.ftr ol.flex>li:last-of-type dt a:hover:before {
    border-right: 2px solid var(--i_main_color);
    border-bottom: 2px solid var(--i_main_color)
}

.ftr ol.flex>li:last-of-type img {
    filter: brightness(800%);
    opacity: 0
}

.ftr ol.flex>li:last-of-type ol a,
.ftr ol.flex>li:last-of-type #cp {
    font-size: 1.4rem;
    padding: 0;
    transition: .4s ease-in-out
}

.ftr ol.flex>li:last-of-type ol a:hover {
    color: var(--i_sub_color)
}

.ftr ol.flex>li:last-of-type ol li {
    position: relative
}

.ftr ol.flex>li:last-of-type ol li:not(:last-of-type) {
    padding-right: 10px;
    margin-right: 5px
}

.ftr ol.flex>li:last-of-type ol li:not(:last-of-type):before {
    position: absolute;
    display: block;
    content: "/";
    right: 0;
    top: 0;
    pointer-events: none
}

.ftr ol.flex>li:last-of-type ol {
    display: flex;
    justify-content: center
}

.ftr ol.flex>li:last-of-type {
    text-align: center
}

.ftr ol.flex>li:last-of-type dl {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.ftr ol.flex>li:last-of-type dd p {
    margin-bottom: 20px
}

.ftr ol.flex>li:last-of-type dd p a {
    padding: 0 15px;
    display: inline-block;
    transition: .4s ease-in-out
}

.ftr ol.flex>li:last-of-type dd p a:first-of-type {
    background: #fff !important;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Social_Icons%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20128%20128%22%20style%3D%22enable-background%3Anew%200%200%20128%20128%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3Anone%3B%7D%20.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bfill%3A%23CE1312%3B%7D%3C%2Fstyle%3E%3Cg%20id%3D%22_x34__stroke%22%3E%20%3Cg%20id%3D%22Youtube_1_%22%3E%20%3Crect%20class%3D%22st0%22%20width%3D%22128%22%20height%3D%22128%22%2F%3E%20%3Cpath%20id%3D%22Youtube%22%20class%3D%22st1%22%20d%3D%22M126.7%2C38.2c0%2C0-1.3-8.9-5.1-12.8c-4.9-5.1-10.3-5.2-12.8-5.5C90.9%2C18.7%2C64%2C18.7%2C64%2C18.7H64%20c0%2C0-26.9%2C0-44.8%2C1.3c-2.5%2C0.3-8%2C0.3-12.8%2C5.5c-3.8%2C3.9-5.1%2C12.8-5.1%2C12.8S0%2C48.7%2C0%2C59.1v9.8c0%2C10.4%2C1.3%2C20.9%2C1.3%2C20.9%20s1.2%2C8.9%2C5.1%2C12.8c4.9%2C5.1%2C11.3%2C5%2C14.1%2C5.5c10.2%2C1%2C43.5%2C1.3%2C43.5%2C1.3s26.9%2C0%2C44.8-1.3c2.5-0.3%2C8-0.3%2C12.8-5.5%20c3.8-3.9%2C5.1-12.8%2C5.1-12.8s1.3-10.4%2C1.3-20.9v-9.8C128%2C48.7%2C126.7%2C38.2%2C126.7%2C38.2z%20M50.8%2C80.7l0-36.2l34.6%2C18.2L50.8%2C80.7z%22%2F%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    mask-size: 30px
}

.ftr ol.flex>li:last-of-type dd p a:nth-of-type(2) {
    background: #fff !important;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20320%20512%22%3E%3Cpath%20d%3D%22M80%20299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7%2020.3-71.5%2072.7-71.5c16.3%200%2029.4%20.4%2037%201.2V7.9C291.4%204%20256.4%200%20236.2%200C129.3%200%2080%2050.5%2080%20159.4v42.1H14v97.8H80z%22%2F%3E%3C%2Fsvg%3E);
    mask-size: 13px
}

.ftr ol.flex>li:last-of-type dd p a:last-of-type {
    background: #fff !important;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M224.1%20141c-63.6%200-114.9%2051.3-114.9%20114.9s51.3%20114.9%20114.9%20114.9S339%20319.5%20339%20255.9%20287.7%20141%20224.1%20141zm0%20189.6c-41.1%200-74.7-33.5-74.7-74.7s33.5-74.7%2074.7-74.7%2074.7%2033.5%2074.7%2074.7-33.6%2074.7-74.7%2074.7zm146.4-194.3c0%2014.9-12%2026.8-26.8%2026.8-14.9%200-26.8-12-26.8-26.8s12-26.8%2026.8-26.8%2026.8%2012%2026.8%2026.8zm76.1%2027.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9%200-35.8%201.7-67.6%209.9-93.9%2036.1s-34.4%2058-36.2%2093.9c-2.1%2037-2.1%20147.9%200%20184.9%201.7%2035.9%209.9%2067.7%2036.2%2093.9s58%2034.4%2093.9%2036.2c37%202.1%20147.9%202.1%20184.9%200%2035.9-1.7%2067.7-9.9%2093.9-36.2%2026.2-26.2%2034.4-58%2036.2-93.9%202.1-37%202.1-147.8%200-184.8zM398.8%20388c-7.8%2019.6-22.9%2034.7-42.6%2042.6-29.5%2011.7-99.5%209-132.1%209s-102.7%202.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7%209-132.1c7.8-19.6%2022.9-34.7%2042.6-42.6%2029.5-11.7%2099.5-9%20132.1-9s102.7-2.6%20132.1%209c19.6%207.8%2034.7%2022.9%2042.6%2042.6%2011.7%2029.5%209%2099.5%209%20132.1s2.7%20102.7-9%20132.1z%22%2F%3E%3C%2Fsvg%3E);
    mask-size: 22px
}

.ftr ol.flex>li:last-of-type dd p a:first-of-type:hover,
.ftr ol.flex>li:last-of-type dd p a:nth-of-type(2):hover,
.ftr ol.flex>li:last-of-type dd p a:nth-of-type(3):hover {
    background: var(--i_sub_color) !important
}

@media screen and (min-width: 901px) {

    .ftr ol.flex>li:first-of-type,
    .ftr ol.flex>li:last-of-type {
        width: 90%
    }

    .ftr ol.flex>li:nth-of-type(2) {
        width: 100%;
        margin-bottom: 100px
    }
}

@media screen and (max-width: 900px) {
    .ftr ol.flex {
        flex-direction: column;
        align-items: center
    }

    .ftr ol.flex>li:first-of-type p:first-of-type img {
        max-width: 215px
    }

    .ftr ol.flex>li:first-of-type p:last-of-type img {
        max-width: 172px
    }

    .ftr ol.flex>li:first-of-type p {
        padding-top: 20px
    }

    .ftr ol.flex>li:first-of-type {
        text-align: center
    }

    .ftr ol.flex>li:nth-of-type(2) {
        padding: 30px 0
    }

    .ftr ol.flex>li:last-of-type dd p {
        margin-top: 20px
    }

    .ftr ol.flex>li:last-of-type ol {
        flex-direction: column;
        align-items: baseline
    }

    .ftr ol.flex>li:last-of-type ol li {
        width: 100%;
        text-align: left;
        padding: 8px 0 !important;
        margin-right: 0;
        border-bottom: dashed 1px #ccc
    }

    .ftr ol.flex>li:last-of-type ol li a {
        width: 100%;
        display: inline-block
    }

    .ftr ol.flex>li:last-of-type ol li:before {
        position: absolute;
        display: block;
        content: "" !important;
        width: 5px;
        height: 5px;
        border-right: 2px solid var(--i_bg_color);
        border-bottom: 2px solid var(--i_bg_color);
        transform: rotate(-45deg);
        top: calc(50% - 3px) !important;
        right: 0dvi;
        transition: .4s ease-in-out;
        pointer-events: none
    }

    .ftr ol.flex>li:last-of-type #cp {
        padding-top: 30px
    }

    footer {
        padding-bottom: 30px !important;
        padding-top: 50px
    }
}

#y+section .inner_item_txt * {
    color: var(--i_bg_color) !important
}

#y+section .heading.block_header_2 {
    border-bottom: none
}

#y+section .wrapper_item {
    border: none;
    background: var(--i_main_color);
    position: relative
}

#y+section .wrapper_item:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -5px;
    right: 50px;
    background: url(/common/upload_data/aiwininternationalschoolcojp/image/yt.png) no-repeat center bottom / 150px;
    pointer-events: none
}

#y+section .heading.block_header_2 .h {
    font-size: 4rem;
    font-weight: 700;
    position: relative;
    padding-left: 70px
}

#y+section .heading.block_header_2 .h:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    pointer-events: none;
    transition: .2s ease-in-out;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    background: var(--i_bg_color);
    mask-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22_x32_%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22enable-background%3Anew%200%200%20512%20512%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234B4B4B%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M90.7%2C211c22.5%2C0%2C43.2-9.2%2C57.9-24c14.8-14.7%2C24-35.4%2C24-57.9s-9.2-43.2-24-57.9c-14.8-14.8-35.4-24-57.9-24%20c-22.5%2C0-43.2%2C9.2-57.9%2C24c-14.8%2C14.7-24%2C35.4-24%2C57.9c0%2C22.5%2C9.2%2C43.2%2C24%2C57.9C47.6%2C201.8%2C68.2%2C211%2C90.7%2C211z%20M66.1%2C104.4%20c6.4-6.3%2C14.9-10.2%2C24.6-10.2c9.7%2C0%2C18.2%2C3.9%2C24.6%2C10.2c6.3%2C6.4%2C10.2%2C14.9%2C10.2%2C24.6c0%2C9.7-3.9%2C18.2-10.2%2C24.6%20c-6.4%2C6.3-14.9%2C10.2-24.6%2C10.2c-9.7%2C0-18.2-3.9-24.6-10.2c-6.3-6.4-10.2-14.9-10.2-24.6C55.9%2C119.4%2C59.8%2C110.8%2C66.1%2C104.4z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M270.2%2C211c22.5%2C0%2C43.2-9.2%2C57.9-24c14.8-14.8%2C24-35.4%2C24-57.9c0-22.5-9.2-43.2-24-57.9%20c-14.8-14.8-35.4-24-57.9-24c-22.5%2C0-43.2%2C9.2-57.9%2C24c-14.8%2C14.8-24%2C35.4-24%2C57.9c0%2C22.5%2C9.2%2C43.2%2C24%2C57.9%20C227%2C201.8%2C247.7%2C211%2C270.2%2C211z%20M245.6%2C104.4c6.4-6.3%2C14.9-10.2%2C24.6-10.2c9.7%2C0%2C18.2%2C3.9%2C24.6%2C10.2c6.3%2C6.4%2C10.2%2C14.9%2C10.2%2C24.6%20c0%2C9.7-3.9%2C18.2-10.2%2C24.6c-6.4%2C6.3-14.9%2C10.2-24.6%2C10.2c-9.7%2C0-18.2-3.9-24.6-10.2c-6.3-6.4-10.2-14.9-10.2-24.6%20C235.4%2C119.4%2C239.2%2C110.8%2C245.6%2C104.4z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M313%2C224.2H46c-12.6%2C0-24.2%2C5.2-32.5%2C13.5C5.2%2C245.9%2C0%2C257.5%2C0%2C270.1v148.8c0%2C12.6%2C5.2%2C24.2%2C13.5%2C32.5%20c8.3%2C8.3%2C19.9%2C13.5%2C32.5%2C13.5H313c12.6%2C0%2C24.2-5.2%2C32.5-13.5c8.3-8.2%2C13.5-19.9%2C13.5-32.5V270.1c0-12.6-5.2-24.2-13.5-32.5%20C337.3%2C229.4%2C325.7%2C224.2%2C313%2C224.2z%20M317.8%2C418.9c0%2C1.4-0.5%2C2.5-1.4%2C3.4c-0.9%2C0.9-2%2C1.4-3.4%2C1.4H46c-1.4%2C0-2.4-0.5-3.4-1.4%20c-0.9-0.9-1.4-2-1.4-3.4V270.1c0-1.4%2C0.5-2.4%2C1.4-3.4c0.9-0.9%2C2-1.4%2C3.4-1.4H313c1.4%2C0%2C2.4%2C0.5%2C3.4%2C1.4c0.9%2C0.9%2C1.4%2C2%2C1.4%2C3.4%20L317.8%2C418.9L317.8%2C418.9z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M493.9%2C236.4c-5.8-3.5-12.5-5.4-19.1-5.4c-6.1%2C0-12.1%2C1.5-17.6%2C4.4l-73.7%2C39.3v46.7l87.4-46.6v139.3%20l-87.4-46.7v46.7l73.7%2C39.3c5.5%2C3%2C11.5%2C4.4%2C17.6%2C4.4c6.6%2C0%2C13.3-1.8%2C19.2-5.3c11.2-6.8%2C18.1-18.9%2C18.1-32V268.4%20C512%2C255.2%2C505.1%2C243.1%2C493.9%2C236.4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E)
}

#y+section .heading.block_header_2 p {
    font-size: 2rem
}

#y+section .contents_btn01 a {
    background: var(--i_sub_color)
}

#y+section .contents_btn01 a::after {
    background: var(--i_main_color);
    border: solid 1px var(--i_main_color)
}

#y+section .contents_btn01 a:hover {
    background: var(--i_main_color);
    border: 2px solid var(--i_sub_color)
}

#y+section .contents_btn01 a:hover:after {
    background: var(--i_sub_color);
    border: solid 1px var(--i_sub_color)
}

@media screen and (max-width: 900px) {
    #y+section .heading.block_header_2 .h {
        padding-left: 50px
    }

    #y+section .heading.block_header_2 .h::before {
        width: 35px;
        height: 35px
    }

    #y+section .heading.block_header_2 p {
        font-size: 1.65rem
    }

    #y+section .wrapper_item::before {
        bottom: -45px;
        right: 0;
        background-size: 75px;
        background-position: bottom right
    }
}

.block_image_1 a {
    transition: .4s ease-in-out
}

.block_image_1 a:hover {
    opacity: .6
}

a[id^="h4"]+section .heading.block_header_4,
a[id^="h4"]+div .content_wrapper>.heading.block_header_4 {
    display: flex;
    align-items: center
}

a[id^="h4"]+section .heading.block_header_4:before,
a[id^="h4"]+div .content_wrapper>.heading.block_header_4:before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--i_main_color);
    top: 3rem;
    right: 0;
    z-index: -1;
    pointer-events: none
}

a[id^="h4"]+section .heading.block_header_4 .h,
a[id^="h4"]+section .heading.block_header_4 p,
a[id^="h4"]+div .content_wrapper>.heading.block_header_4 .h,
a[id^="h4"]+div .content_wrapper>.heading.block_header_4 p {
    font-size: 3.5rem !important;
    font-weight: 700;
    letter-spacing: .05rem;
    margin: 0;
    background: var(--i_bg_color);
    padding: 0 10px 0 0
}

a[id^="h4"]+section .heading.block_header_4 p,
a[id^="h4"]+div .content_wrapper>.heading.block_header_4 p {
    color: var(--i_sub_color)
}

@media screen and (max-width: 800px) {

    a[id^="h4"]+section .heading.block_header_4 .h,
    a[id^="h4"]+section .heading.block_header_4 p,
    a[id^="h4"]+div .content_wrapper>.heading.block_header_4 .h,
    a[id^="h4"]+div .content_wrapper>.heading.block_header_4 p {
        font-size: 2.2rem !important
    }

    a[id^="h4"]+section .heading.block_header_4::before,
    a[id^="h4"]+div .content_wrapper>.heading.block_header_4::before {
        height: 1px;
        top: 2rem
    }
}

#lv .parallax_img {
    filter: blur(0);
    transform: translateY(0) !important;
    height: 100% !important
}

.view_archive_webp article .entry_header .heading .h a {
    color: var(--i_main_color);
    font-weight: 700;
    font-size: 1.8rem
}

.news_archive article {
    border-bottom: dashed 1px var(--i_main_color)
}

.view_archive_webp article .entry_header .heading {
    margin-bottom: 10px
}

@media screen and (min-width: 601px) {
    .view_archive_webp article .entry_header .heading {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: baseline
    }

    .view_archive_webp article .entry_header .heading .h {
        margin-bottom: 0;
        padding-left: 10px
    }
}

.view_gallery_archive .inner_item_txt p {
    font-weight: 700;
    color: var(--i_main_color);
    text-align: left;
    font-size: 1.8rem
}

.gallery_archive {
    background: #e5d3b4;
    margin-bottom: 0 !important;
    padding-top: 60px
}

.view_gallery_archive .pager {
    margin-top: 40px
}

.gallery_archive .inner_item {
    background: var(--i_bg_color);
    padding: 30px !important;
    border-radius: 15px;
    max-width: 890px;
    margin: 0 auto 50px !important
}

.gallery_archive.add_design3 .inner_item>a {
    float: right
}

.gallery_archive .heading.block_header_2 .h {
    font-weight: 700;
    font-size: 2.2rem;
    border-bottom: 1px solid var(--i_main_color);
    display: inline-block;
    width: 100%;
    padding-bottom: 10px
}

@media screen and (min-width: 601px) {
    .gallery_archive.add_design3 .inner_item>a {
        padding-left: 20px
    }
}

.gallery_archive:before,
.gallery_archive:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    pointer-events: none
}

.gallery_archive:before {
    left: 50px;
    background: url(/common/upload_data/aiwininternationalschoolcojp/image/pv_chara01.png) no-repeat bottom left
}

.gallery_archive:after {
    right: 50px;
    background: url(/common/upload_data/aiwininternationalschoolcojp/image/pv_chara02.png) no-repeat bottom right
}

@media screen and (max-width: 1200px) {

    .gallery_archive:before,
    .gallery_archive:after {
        display: none
    }
}

.view_gallery_archive .heading.block_header_6.align-center {
    align-items: flex-start
}

.view_gallery_archive .heading.block_header_6 p {
    color: var(--i_main_color)
}

.view_gallery_archive .heading.block_header_6 .h {
    background: var(--i_bg_color);
    padding: 0 10px 0 0
}

.view_gallery_archive .heading.block_header_6:before {
    position: absolute;
    display: contents;
    content: "";
    width: 100%;
    height: 2px;
    background: var(--i_main_color);
    top: 3rem;
    right: 0;
    z-index: -1;
    pointer-events: none
}

@media screen and (max-width: 900px) {
    .view_gallery_archive .heading.block_header_6:before {
        display: none
    }

    .view_gallery_archive .heading.block_header_6 .h {
        padding: 0
    }
}

.widget_sitemap>.content_wrapper {
    background: #fafafa;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    padding: 50px 80px;
    box-sizing: border-box;
    width: calc(100% - 40px)
}

.widget_sitemap::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: calc(100% - 100px);
    top: 50px;
    left: 0;
    background: #c8bb9b;
    pointer-events: none
}

@media screen and (max-width: 900px) {
    .widget_sitemap>.content_wrapper {
        padding: 30px 20px
    }
}

body:not(.index) #common_footer {
    display: none
}

body[data-type^="blog"] #lv,
body[data-type="blog_archive"] main>section:first-of-type {
    display: none
}

body[data-type^="blog"] .heading.block_header_5 .h {
    display: none
}

body[data-type^="blog"] #sidebar .heading.block_header_5 p {
    padding-left: 0;
    letter-spacing: 0
}

body[data-type^="blog"] #sidebar {
    display: flex;
    flex-direction: column-reverse
}

body[data-type^="blog"] #sidebar .widget_news02.recent_post li a div:nth-of-type(1),
body[data-type^="blog"] #sidebar .widget_news02.recent_post li p:nth-of-type(1) {
    display: none
}

body[data-type^="blog"] #sidebar .widget_news02 li a p,
body[data-type^="blog"] #sidebar .sidebar_list a {
    padding-left: 0
}

body[data-type^="blog"] #sidebar .sidebar_list a::before {
    display: none
}

body[data-type^="blog"] #sidebar .widget_news02 li a {
    padding: 2px 0
}

body[data-type^="blog"] #sidebar .sidebar_list li {
    margin-bottom: 0;
    line-height: 1.5
}

body[data-type^="blog"] #sidebar .widget_news02 ul p {
    white-space: unset;
    text-overflow: unset
}

body[data-type^="blog"] #sidebar {
    padding-left: 20px
}

.view_archive_webp article .entry_header .heading .h a {
    font-size: 1.45rem
}

body[data-type^="blog"] .entry_header .heading.block_header_2 p {
    letter-spacing: 0
}

body[data-type^="blog"] .pager ul {
    text-align: left
}

.view_archive_webp article .entry_header .heading .h a,
body[data-type^="blog"] #sidebar .widget_news02 li a p,
body[data-type^="blog"] #sidebar .sidebar_list a {
    transition: .4s ease-in-out
}

.view_archive_webp article .entry_header .heading .h a:hover,
body[data-type^="blog"] #sidebar .widget_news02 li a:hover p,
body[data-type^="blog"] #sidebar .sidebar_list a:hover {
    color: var(--i_sub_color)
}

.news_archive .pager {
    display: flex;
    align-items: center
}

.news_archive .pager>p {
    text-align: center;
    font-size: 1.3rem;
    margin-bottom: 0;
    border: 1px solid #BFBFBF;
    padding: 3px 5px;
    height: 28px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-right: 10px
}

.news_archive .pager li a {
    width: 20px !important;
    height: 28px !important;
    line-height: 28px !important
}

@media screen and (max-width: 800px) {
    .news_archive .heading.block_header_2 {
        display: flex;
        flex-direction: column-reverse
    }

    .news_archive .heading.block_header_2 .h {
        font-size: 2.1rem;
        line-height: 1
    }
}

#sidebar section:has(.sidebar_tag) {
    display: none
}

body:has(main .widget_sitemap) #lv,
.widget_sitemap .heading.block_header_1 {
    display: none
}

.widget_sitemap .content_wrapper>ul {
    display: flex;
    flex-wrap: wrap
}

.widget_sitemap .content_wrapper>ul>li {
    width: 20%;
    border: none
}

.widget_sitemap .content_wrapper>ul,
.widget_sitemap ul ul li {
    border: none;
    font-size: 1.3rem
}

.widget_sitemap .content_wrapper>ul>li:not(:nth-last-child(-n+4))>a>span {
    font-weight: 700;
    font-size: 1.5rem
}

.widget_sitemap .content_wrapper>ul>li:first-of-type,
.widget_sitemap .content_wrapper>ul>li:nth-last-child(-n+4) {
    width: 100%
}

.widget_sitemap .content_wrapper>ul>li:first-of-type {
    padding-bottom: 20px
}

.widget_sitemap ul ul {
    padding-left: 0;
    border-top: none
}

.widget_sitemap .content_wrapper>ul>li>a {
    padding: 0 5px 0 0
}

.widget_sitemap .content_wrapper>ul>li>a::before,
.widget_sitemap .content_wrapper>ul>li>a::after {
    display: none
}

.widget_sitemap .content_wrapper>ul>li:nth-last-child(-n+4) {
    position: relative;
    padding-left: 13px
}

.widget_sitemap .content_wrapper>ul>li:nth-last-child(-n+4)::before,
.widget_sitemap .content_wrapper>ul>li li>a::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 5px;
    top: 1.4rem;
    left: 3px;
    transform: none;
    border-top: 2px solid var(--i_txt_color);
    border-right: none
}

.widget_sitemap .content_wrapper>ul>li:nth-of-type(7) ul a {
    padding-left: 0
}

.widget_sitemap .content_wrapper>ul>li:nth-of-type(7) ul a:after {
    display: none
}

.widget_sitemap .content_wrapper>ul>li li>a {
    padding: 0 0 0 13px
}

.widget_sitemap>.content_wrapper {
    padding: 80px 120px;
    max-width: 1200px !important
}

.widget_sitemap {
    margin-top: 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.widget_sitemap li span {
    color: #000;
    transition: .4s ease-in-out
}

.widget_sitemap li a:hover span {
    color: var(--i_sub_color)
}

@media screen and (min-width: 1201px) {
    .widget_sitemap>.content_wrapper {
        margin-left: 10%
    }
}

@media screen and (min-width: 901px) {
    .widget_sitemap .content_wrapper>ul>li:not(:first-of-type):not(:nth-last-child(-n+4)) {
        margin-bottom: 30px
    }
}

@media screen and (max-width: 900px) {
    .widget_sitemap .content_wrapper>ul>li {
        width: 100%
    }

    .widget_sitemap .content_wrapper>ul>li:not(:nth-last-child(-n+4)):not(:first-of-type) {
        margin-bottom: 20px
    }

    .widget_sitemap>.content_wrapper {
        padding: 20px
    }
}

.widget_sitemap li span span {
    display: none
}

.follow {
    position: fixed;
    bottom: -200px;
    right: 10px;
    z-index: 20;
    transition: .6s
}

.scrolled .follow {
    bottom: 20px
}

.follow img {
    width: 12vw;
    max-width: 150px;
    min-width: 80px
}

.follow:hover {
    transform: translateY(-10px)
}

@media screen and (max-width: 480px) {
    body:not(.index) .ftr ol.flex>li:last-of-type dl {
        min-width: 244px
    }

    body:not(.index) .ftr ol.flex>li:last-of-type #cp {
        font-size: 1rem;
        text-align: left
    }
}

header .burger {
    transform: initial;
}