@charset "UTF-8";
.btn_more a {max-width: 100%;}
/* ======================================================= */
.pagevisual_bg {
    background: url(/edu/introduction/attached/img_db/pagevisual.jpg)no-repeat center;
    background-size: cover;
}
.contents-text,
.contents-text:last-of-type {
    margin: 1em 0 2em;
}
/* ===================== */
section.box-center {
    margin-bottom: 60px;
}
.flex-disc {
    display: flex;
    align-items: center;
    gap: 0 35px;
    justify-content: space-between;
    margin: 10px 0 15px;
}
.flex-disc img {
    display: block;
    border-radius: 20px;
}

/* ===================== */
section.attached {
    margin-top: 100px;
}
.attached .ttl-main::before {
    position: absolute;
    top: -60px;
    display: block;
    content: url("/edu/introduction/attached/img_db/ttl-attached.png");
}
/* ===================== */
.contents_yellow {
    margin: 35px 0 0;
}
.contents_yellow .ttl-main {
    margin-bottom: 65px;
}
.contents_yellow a {
    text-decoration: underline;
}
.btn_more {
    max-width: 380px;
    margin: 0 0 20px 0;
}
.btn_blank img {
    display: inline-block;
    margin: 8px 0 0 8px;
}
/* ===================== */
.flex-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 20px;
}
.school {
    position: relative;
    max-width: 431px;
}
.school .contents-text {
    margin: 1em 0 1em;
}
.school .btn-click {
    position: absolute;
    right: 0;
    top: 3px;
}
.school img{
  margin: 0 auto;
}
.btn-click a {
    text-decoration: none;
}
.btn-click a:after {
    left: 10.5px;
    transform: rotate(0deg);
}
.btn-click img {
    margin-left: 7px;
}
/* 
====================================================================================
====================================================================================
ÒÔÏÂ¥ì¥¹¥Ý¥ó¥·¥Ö
====================================================================================
==================================================================================== */
@media screen and (max-width: 1200px) {}
/*¥¿¥Ö¥ì¥Ã¥È£¨¿k£©*/
@media screen and (orientation: portrait) and (min-width: 768px){}

@media screen and (max-width: 1279px){
.school {
    position: relative;
    max-width: 100%;
    width: 100%;
}
.btn-click{
  font-size: 1.4rem;
}
.btn-click a:before {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.btn-click a:after {
    border-width: 4px 0 4px 5px;
    left: 7px;
    top: 52.5%;
    transform: rotate(0deg);
}
.btn-click img {
    width: 15px;
}
}

@media screen and ( max-width: 767px ){
.contents_yellow .ttl-main {
    margin-bottom: 30px;
}
.policy-dd {
    margin-inline-start: 0;
}
.flex-disc {
    flex-direction: column;
    gap: 20px;
}
.contents_yellow {
    margin: 35px 0 0;
    max-width: 100%;
}
.btn_more {
    margin: 0 auto 20px;
}
}
