@charset "UTF-8";

.wrapper {
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/footer_bg.jpg);
    background-position: bottom -50px left -100px;
    background-size: 700px auto;
    background-repeat: no-repeat;
}

.header {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 40px;
    background-image: url(../img/top_bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
    border: #267f9d solid 4px;
}

.button {
    color: white; /* 文字色を白に */
    text-decoration: none; /* 下線を消す */
}

a {
    text-decoration: none; /* 下線を消す */
}

h1 {
    display: block;
    position: absolute;
    width: 36%;
    height: auto;
    top: 10%;
    left: 12%;
}

h2 {
    display: block;
    width: 100%;
    padding: .8rem 0 .8rem 3.6rem;
    font-family: 'M PLUS 1p', sans-serif;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    background: #267f9d;
    border-radius: 10px;
    box-sizing: border-box;
}

.h2__area {
    position: relative;
    width: 100%;
}

.icon__pen {
    position: absolute;
    width: 14%;
    height: auto;
    top: 0;
    bottom: 0;
    left:  -56px;
    margin: auto;
    z-index: 9999;
}

h3 {
    display: block;
    width: 100%;
    padding: .8rem 1.6rem;
    font-family: 'M PLUS 1p', sans-serif;
    line-height: 1.4;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    background: #267f9d;
    border-radius: 10px;
    box-sizing: border-box;
}

.catch {
    display: block;
    position: absolute;
    width: 24%;
    height: auto;
    bottom: 20%;
    right: 10%;
}

.tv {
    display: block;
    position: absolute;
    width: 14%;
    height: auto;
    bottom: 5%;
    right: 5%;
}

.chara_01 {
    position: absolute;
    width: 8%;
    height: auto;
    bottom: 42%;
    right: 39%;
}

.chara_02 {
    position: absolute;
    width: 8%;
    height: auto;
    bottom: 48%;
    right: 33%;
}

.chara_03 {
    position: absolute;
    width: 8%;
    height: auto;
    bottom: 54%;
    right: 27%;
}

.chara_04 {
    position: absolute;
    width: 8%;
    height: auto;
    bottom: 61%;
    right: 21%;
}

.chara_05 {
    position: absolute;
    width: 8%;
    height: auto;
    bottom: 66%;
    right: 15%;
}

.top__logo {
    position: absolute;
    width: 30%;
    height: auto;
    top: 1%;
    right: 10%;
}

.content {
    width: 1000px;
    margin: 0 auto;
}

.content--wide{
    width: 1600px;
    margin: 0 auto;
}

.inner {
    width: 800px;
    margin: 0 auto;
    padding: 2rem 0 2rem;
}

.inner p {
    margin: 1.4rem auto 2.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

.read__area {
    width: 60%;
    margin: 2rem auto 0;
    font-family: 'M PLUS 1p', sans-serif;
    text-align: center;
}

.read__area ul li {
    display: inline-block;
    margin-bottom: .4rem;
    font-size: 20px;
    font-weight: 400;
    color: #267f9d;
    line-height: 1.6;
}

.icon__hand {
    width: 100%;
    padding: 1rem 0;
}

.icon__hand img {
    width: 26%;
}

.main__cut {
    width: 100%;
}

.main__cut img {
    border-radius: 24px;
}

.difference__title__area {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
}

.difference__title {
    display: inline-block;
    padding: 1rem 2rem;
    font-family: 'M PLUS 1p', sans-serif;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    background: #267f9d;
    border-radius: 100px;
    letter-spacing: 2px;
}

.difference__title__area img {
    width: 12%;
    margin-bottom: 1rem;
}

.difference__title__area span {
    display: block;
    margin: 1rem 0 3rem;
    font-size: 18px;
    color: #267f9d;
}

.difference__area ul li {
    display: inline-block;
    text-align: left;
    line-height: 1;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    font-size: 24px;
    vertical-align: middle;
}

.difference__area ul li:nth-child(1) {
    padding: .6rem 1rem;
    text-align: left;
    color: #267f9d;
    border-radius: 100px;
}

.difference__area ul li:nth-child(2) {
    padding: 1rem 0 1rem .6rem;
}

.difference__bg_01 {
    background: #fffbe3;
}

.difference__bg_02 {
    background: #c4e2de;
}

.difference__photo__area {
    margin: 2rem 0 1rem;
}

.difference__table {
    width: 76%;
    margin: 3rem auto;
}

.record__title__area {
    width: 100%;
    text-align: center;
}

.record__title__area img {
    width: 80%;
    margin-bottom: 3rem;
}

.record__area {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
}

.record__area ul {
    text-align: center;
    font-size: 0;
}

.record__area ul li {
    position: relative;
    display: inline-block;
    line-height: 1.6;
    width: 30%;
    margin-left: 4%;
    vertical-align: top;
}

.record__area ul li:first-child {
    margin-left: 0;
}

.record__photo {
    width: 66%;
    margin: 2rem auto 0;
}

.record__photo img {
    border-radius: 6px;
}

.sheet_area {
    margin-bottom: 2rem;
    font-size: 18px;
    line-height: 1.6;
    text-align: center;
    color: #267f9d;
}

.sheet_area span{
    font-size: 24px;
    font-weight: bold;
}

.attention_area {
    margin-right: 0;
}

/*アコーディオン*/
.menu {
    width: 100%;
    padding: 0;
}
.menu input {
    display: none;
}

.menu label {
    cursor :pointer;
    display: block;
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem 4rem 1rem 4rem;
    text-decoration: none;
    text-align: left;
    line-height: 1.4;
    font-family: 'M PLUS 1p', sans-serif;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    background: #267f9d;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.2s;
}
.menu__movie label{
    width: 520px;
    margin: 0 auto;
    padding: 0.2rem 0;
    text-align: center;
    border-radius: 50px;
    border: 4px solid #6f6f6e;
    font-weight: bold;
}

.menu label:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
}

.menu ul {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
}
.menu li {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s;
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
        -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li {
    height: auto;
    opacity: 1;
    padding: 1.2rem 0;
}

#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child,
#menu_bar04:checked ~ #links04 li:last-child,
#menu_bar05:checked ~ #links05 li:last-child,
#menu_bar06:checked ~ #links06 li:last-child,
#menu_bar07:checked ~ #links07 li:last-child,
#menu_bar08:checked ~ #links08 li:last-child,
#menu_bar09:checked ~ #links09 li:last-child {
    margin-bottom: 20px;
}

.menu label:after{
    content:"";
    display:block;
    width:14px;
    height:14px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 4%;
    top: 0;
    bottom: 15%;
    margin: auto;
}

.menu__movie label:after{
    border-top: #fff 5px solid;
    border-right: #fff 5px solid;
}

.menu input[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:14px;
    height:14px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 4%;
    top: 7%;
    bottom: 0;
    margin: auto;
}

.menu__movie input[type=checkbox]:checked + label:after{
    border-top: #fff 5px solid;
    border-right: #fff 5px solid;
}

.text__indent {
    width: 100%;
    padding: .6rem 0 .6rem;
    margin: 0;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    padding-left:1em;
    text-indent:-1em;
}

.text__indent__title {
    display: block;
    width: 100%;
    padding: 0 0 .3rem 1rem;
    margin: 0 0 1.2rem;
    font-family: 'M PLUS 1p', sans-serif;
    color: #267f9d;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.6;
    border-left: #267f9d solid 6px;
    box-sizing: border-box;
}

.text__indent__title__top {
    margin: 1.2rem 0 1.2rem;
}

.point__area__inner {
    width: 100%;
    margin: 2rem 0 0;
    padding: 2rem;
    border: #267f9d solid 2px;
}

.professor__area {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 0;
}

.professor__area ul li {
    display: inline-block;
    line-height: 1.6;
    vertical-align: top;
}

.professor__area ul li:nth-child(1) {
    width: 48%;
    margin-right: 2%;
}

.professor__photo {
    border-radius: 24px;
}

.professor__area ul li:nth-child(2) {
    width: 48%;
    margin-left: 2%;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

.professor__area ul li:nth-child(2) span {
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.message__area {
    width: 100%;
    text-align: center;
}

.balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: .6rem 2rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    color: #267f9d;
    font-size: 26px;
    background: #FFF;
    border: solid 3px #267f9d;
    box-sizing: border-box;
    border-radius: 300px;
}

.balloon:before {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.balloon:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #267f9d;
    z-index: 1;
}

.hukidashi__area {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
}

.message__area ul li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}

.message__area ul li:nth-child(1) {
    width: 100%;
    padding: 0 0 0 17%;
    margin-bottom: .6rem;
    font-family: 'M PLUS 1p', sans-serif;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 500;
    color: #267f9d;
}

.message__area ul li:nth-child(2) {
    width: 100%;
    padding: 0 0 0 17%;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

.hukidashi {
    position: absolute;
    width: 14%;
    top: 0;
    left: 0;
}

.about__area {
    position: relative;
    width: 100%;
    padding: 3rem;
    border-radius: 24px;
    border: #267f9d solid 4px;
}

.about__area ul li {
    display: inline-block;
    line-height: 1.6;
    margin-bottom: 3rem;
    vertical-align: top;
}

.about__area ul li:nth-child(2n-1) {
    width: 47%;
    margin-right: 3%;
}

.about__area ul li:nth-child(2n) {
    width: 47%;
    margin-left: 3%;
}

.about__area ul li:nth-child(3),
.about__area ul li:nth-child(4){
    margin-bottom: 0;
}

.about__title {
    width: 100%;
    margin: 0 0 1rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    color: #267f9d;
}

.about__text {
    width: 100%;
    min-height: 5rem;
    margin: 1rem 0;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.about__btn {
    width: 70%;
    margin: 0 auto;
    background: #267f9d;
    color: #fff;
    padding: .6rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border-radius: 200px;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .1);
    transition: all 0.1s;
}

.about__btn:hover {
    transform:translateY(5px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.about__area ul li img {
    border-radius: 24px;
}

.sage__area {
    position: relative;
    width: 100%;
    padding: 3rem;
    border-radius: 24px;
    border: #267f9d solid 4px;
    text-align: center;
}

.sage__area__link {
    padding: 0;
    border-radius: 0;
    border: 0;
}

.sage__title {
    display: inline-block;
    margin-bottom: 2rem;
    padding: 1rem 2rem;
    font-family: 'M PLUS 1p', sans-serif;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    background: #267f9d;
    border-radius: 100px;
    letter-spacing: 2px;
}

.sage__area ul li {
    margin-top: 2rem;
    margin-right: 3%;
    display: inline-block;
    width: 17%;
    line-height: 1.6;
    vertical-align: top;
}

.sage__area ul li:last-child {
    margin-right: 0;
}

.sage__area ul li img:nth-child(3) {
    width: 40%;
    margin: 1rem 0;
}

.sage__area ul li img:nth-child(4) {
    border-radius: 200px;
    margin: 0 0 1rem;
}

.sage__btn {
    width: 100%;
    margin: 0 auto;
    background: #267f9d;
    color: #fff;
    padding: .4rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    border-radius: 200px;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .1);
    transition: all 0.1s;
}

.sage__btn:hover {
    transform:translateY(5px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.bnr__area {
    width: 100%;
}

.bnr__area ul {
    text-align: center;
}

.bnr__area ul li {
    display: inline-block;
    width: 24%;
    margin: 0 1% 3%;
}
/* .bnr__area ul li:nth-child(1),
.bnr__area ul li:nth-child(2),
.bnr__area ul li:nth-child(3){
    margin: 0 2% 4%;
}
.bnr__area ul li:nth-child(n+4){
    margin: 0 0.5% 4%;
} */

.back__btn {
    width: 40%;
    margin: 0 auto 4rem;
    background: #267f9d;
    color: #fff;
    padding: .6rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    text-decoration: none; /* 下線を消す */
    text-align: center;
    font-size: 18px;
    border-radius: 200px;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .1);
    transition: all 0.1s;
}

.back__btn:hover {
    transform:translateY(5px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.footer__cut {
    width: 40%;
    margin: 3rem auto 0;
}

.footer {
    width: 100%;
    padding: 0 0 3rem;
    text-align: center;
    font-size: 12px;
    color: #267f9d;
}

.about__header {
    width: 100%;
}

.about__header img {
    border-radius: 24px;
    border: #267f9d solid 4px;
}

.image__area {
    width: 100%;
}

.image__area img {
    border-radius: 24px;
    margin: 1rem 0;
}

.image__area p {
    margin: 0;
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    color: #267f9d;
    font-size: 34px;
    line-height: 1.6;
}

.image__area__text {
    text-align: left;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    color: #267f9d;
    font-size: 28px;
    line-height: 1.6;
}

.point__area {
    width: 100%;
}

.point__area ul li {
    margin-bottom: .6rem;
    padding-left: 1.2em;
    text-indent: -1.2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
}

.point__area ul li:before {
    content: "●";
    color: #267f9d;
}

.point__title {
    display: inline-block;
    height: 3rem;
    padding-left: 3.6rem;
    margin-bottom: 2rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    color: #267f9d;
    font-size: 30px;
    line-height: 3rem;
    background-image: url(../img/icon_light.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center left;
}

.point__title_02 {
    display: inline-block;
    height: 2.6rem;
    padding-left: 3.6rem;
    margin-bottom: 1rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    color: #267f9d;
    font-size: 24px;
    line-height: 3rem;
    background-image: url(../img/icon_light.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center left;
}

.point__title_03 {
    display: inline-block;
    margin-bottom: 1.6rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    color: #267f9d;
    font-size: 30px;
    line-height: 1.6;
}

.next__area {
    width: 100%;
    padding: 2rem 0;
}

.next__area ul {
    text-align: center;
}

.next__area ul li {
    display: inline-block;
    margin: 0 .5rem;
    vertical-align: middle;
}

.next__area ul li:nth-child(1) {
    width: 10%;
}

.next__area ul li:nth-child(2) {
    text-align: left;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    color: #267f9d;
    font-size: 24px;
    line-height: 1.6;
}

.sage__header {
    width: 100%;
    text-align: center;
}

.sage__name__title {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
}

.sage__name__title ul {
    text-align: center;
}

.sage__name__title ul li {
    display: inline-block;
    vertical-align: middle;
}

.sage__name__title ul li:nth-child(1) {
    width: 22%;
}

.sage__name__title ul li:nth-child(2) {
    text-align: left;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    color: #267f9d;
    font-size: 30px;
    line-height: 1.6;
}

.sage__name__title ul li p {
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    color: #000;
}

.sage__name__title ul li p span {
    font-size: 24px;
    font-weight: 400;
}

.wagaya__area {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 3rem;
}

.wagaya__area p {
    margin: 0;
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 500;
    color: #267f9d;
    font-size: 34px;
    line-height: 1.6;
}

.human__area {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0 4rem;
}

.human__area ul li {
    display: inline-block;
    line-height: 1.6;
    vertical-align: top;
}

.human__area ul li:nth-child(1) {
    width: 48%;
    margin-right: 2%;
}

.human__photo {
    border-radius: 24px;
}

.human__area ul li:nth-child(2) {
    width: 48%;
    margin-left: 2%;
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

.human__area ul li:nth-child(2) span {
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}

.movie__area {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 4rem;
}

.movie__outer {
    width: 100%;
    margin-bottom: 3rem;
}

.movie__area ul {
    text-align: left;
    font-size: 0;
}

.movie__area ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 1.6;
    width: 47%;
    margin-left: 6%;
}

.movie__area ul li:first-child {
    margin-left: 0;
}

.movie__title {
    position: relative;
    width: 100%;
    padding: 1rem 2rem;
    font-family: 'M PLUS 1p', sans-serif;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    background: #267f9d;
    border-radius: 100px;
    letter-spacing: 2px;
}

.movie__pen {
    position: absolute;
    width: 24%;
    height: auto;
    top: -30px;
    left: -30px;
}

.theme__pen{
    width: 19%;
}

.movie__text {
    font-size: 20px;
}

.movie__area__text {
    width: 100%;
    margin-top: 2rem;
    padding: 1rem;
    background-color: #e56296;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
}

.anker__area {
    width: 100%;
}

.anker__area ul li {
    display: inline-block;
    width: 48%;
    line-height: 1.6;
}

.anker__area ul li:nth-child(1) {
    margin-right: 2%;
}

.anker__area ul li:nth-child(2) {
    margin-left: 2%;
}

.anker__btn {
    width: 100%;
    margin: 2rem auto 0;
    background: #267f9d;
    color: #fff;
    padding: .6rem;
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    border-radius: 200px;
    box-shadow: 0 5px 0 0 rgba(0, 0, 0, .1);
    transition: all 0.1s;
}

.anker__btn:hover {
    transform:translateY(5px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

#tv {
    position: fixed;
    width: 130px;
    height: auto;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
}

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

    .pc_display {
        display: none;
    }

    .wrapper {
        background-image: url(../img/footer_bg.jpg);
        background-position: bottom -30px left 0;
        background-size: 70% auto;
        background-repeat: no-repeat;
    }

    .header {
        position: relative;
        width: 90%;
        height: 300px;
        margin: 1rem auto;
        background-size: auto 100%;
    }

    h1 {
        width: 80%;
        height: auto;
        top: 6%;
        left: 10%;
    }

    h2 {
        display: block;
        width: 100%;
        padding: .8rem 0 .8rem 3.6rem;
        font-family: 'M PLUS 1p', sans-serif;
        line-height: 1;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        background: #267f9d;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .h2__area {
        position: relative;
        width: 100%;
    }

    .icon__pen {
        position: absolute;
        width: 34%;
        height: auto;
        top: 0;
        bottom: 0;
        left:  -21%;
        margin: auto;
    }

    h3 {
        display: block;
        width: 100%;
        padding: .8rem 1.6rem;
        font-family: 'M PLUS 1p', sans-serif;
        line-height: 1.4;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        background: #267f9d;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .catch {
        width: 36%;
        bottom: 26%;
        right: 4%;
    }

    .tv {
        width: 23%;
        bottom: 1%;
        right: 3%;
    }

    .chara_01 {
        width: 16%;
        bottom: 36%;
        right: 40%;
    }

    .chara_02 {
        width: 16%;
        bottom: 42%;
        right: 30%;
    }

    .chara_03 {
        width: 16%;
        bottom: 48%;
        right: 18%;
    }

    .chara_04 {
        width: 16%;
        bottom: 54%;
        right: 8%;
    }

    .chara_05 {
        width: 16%;
        bottom: 60%;
        right: -2%;
    }

    .top__logo {
        width: 48%;
        top: 72%;
        right: 4%;
    }

    .content {
        width:  100%;
    }

    .inner {
        width: 90%;
        padding: 1rem 0 1rem;
    }

    .inner p {
        margin: 1rem auto 1.6rem;
    }

    .read__area {
        width: 100%;
        margin: 0 auto;
    }

    .read__area ul li {
        margin-bottom: .3rem;
        font-size: 16px;
    }

    .record__title__area img {
        width: 100%;
        margin-bottom: 2rem;
    }

    .record__area {
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }

    .record__area ul {
        text-align: center;
        font-size: 0;
    }

    .record__area ul li {
        width: 48%;
        margin-left: 4%;
    }

    .record__photo {
        width: 100%;
        margin: 1rem auto 0;
    }

    .sheet_area {
        font-size: 16px;
    }

    .sheet_area span{
        font-size: 22px;
    }

    .icon__hand img {
        width: 28%;
    }

    .difference__title__area {
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }

    .difference__title {
        width: 100%;
        padding: 1rem 0;
        font-size: 18px;
        letter-spacing: 0;
    }

    .difference__title__area img {
        width: 24%;
        margin-bottom: .6rem;
    }

    .difference__title__area span {
        margin: .6rem 0 1rem;
        font-size: 16px;
    }

    .difference__area ul li {
        font-size: 19px;
    }

    .difference__area ul li:nth-child(1) {
        padding: .6rem 1rem;
    }

    .difference__area ul li:nth-child(2) {
        padding: 1rem 0 1rem .6rem;
    }

    .difference__table {
        width: 100%;
        margin: 2rem auto;
    }

    .menu label {
        margin: 0 0 .6rem;
        padding: 1rem 3rem 1rem 3rem;
        font-size: 18px;
    }

    .menu__movie label{
        width: 100%;
        padding: 1rem 1.5rem;
    }

    .menu label:hover {
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "alpha(opacity=100)";
    }

    .menu li {
        margin-bottom: 0;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px;
        line-height: 1.6;
    }

    #menu_bar01:checked ~ #links01 li,
    #menu_bar02:checked ~ #links02 li,
    #menu_bar03:checked ~ #links03 li,
    #menu_bar04:checked ~ #links04 li,
    #menu_bar05:checked ~ #links05 li,
    #menu_bar06:checked ~ #links06 li,
    #menu_bar07:checked ~ #links07 li,
    #menu_bar08:checked ~ #links08 li {
        padding: 0;
    }
    .menu__movie #menu_bar01:checked ~ #links01 li,
    .menu__movie #menu_bar02:checked ~ #links02 li,
    .menu__movie #menu_bar03:checked ~ #links03 li{
        padding: 1rem 0 0;
    }

    #menu_bar01:checked ~ #links01 li:last-child,
    #menu_bar02:checked ~ #links02 li:last-child,
    #menu_bar03:checked ~ #links03 li:last-child,
    #menu_bar04:checked ~ #links04 li:last-child,
    #menu_bar05:checked ~ #links05 li:last-child,
    #menu_bar06:checked ~ #links06 li:last-child,
    #menu_bar07:checked ~ #links07 li:last-child,
    #menu_bar08:checked ~ #links08 li:last-child {
        margin-bottom: 1rem;
    }

    .menu label:after{
        width:10px;
        height:10px;
    }

    .menu input[type=checkbox]:checked + label:after{
        width:10px;
        height:10px;
    }

    .menu li ul li {
        width: 100%;
        padding: 0;
        margin: 0 0 .6rem;
        font-family: 'M PLUS 1p', sans-serif;
        font-size: 16px;
        line-height: 1.6;
    }

    .menu li ul li span {
        display: block;
        width: 100%;
        padding: 0 0 .3rem 1rem;
        margin: 1.6rem 0 .6rem;
        font-family: 'M PLUS 1p', sans-serif;
        color: #267f9d;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.6;
        border-left: #267f9d solid 6px;
        box-sizing: border-box;
    }

    .point__area__inner {
        margin: 1rem 0 0;
        padding: 1rem;
    }

    .professor__area {
        padding: 2rem 0 0;
    }

    .professor__area ul li:nth-child(1) {
        width: 100%;
        margin-right: 2%;
        margin-bottom: 1rem;
    }

    .professor__area ul li:nth-child(2) {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
    }

    .professor__area ul li:nth-child(2) span {
        font-size: 16px;
    }

    .balloon {
        margin: 0 0 2rem;
        padding: .6rem 1.6rem;
        font-size: 20px;
        line-height: 1.4;
    }

    .hukidashi__area {
        position: relative;
        width: 100%;
        margin-bottom: 2rem;
    }

    .hukidashi__area:last-child {
        margin-bottom: 0;
    }

    .message__area ul li {
        display: inline-block;
        text-align: left;
        box-sizing: border-box;
    }

    .message__area ul li:nth-child(1) {
        display: inline-block;
        min-height: 2rem;
        padding: 0 0 0 26%;
        margin-bottom: 2rem;
        line-height: 1.4;
        font-size: 20px;
        vertical-align: middle;
    }

    .message__area ul li:nth-child(2) {
        width: 100%;
        padding: 0;
    }

    .hukidashi {
        width: 22%;
    }

    .about__area {
        padding: 1.6rem 1rem;
    }

    .about__area ul li {
        line-height: 1.6;
        margin-bottom: 2rem;
    }

    .about__area ul li:nth-child(2n-1) {
        width: 100%;
        margin-right:0;
    }

    .about__area ul li:nth-child(2n) {
        width: 100%;
        margin-left: 0;
    }

    .about__area ul li:nth-child(3) {
        margin-bottom: 2.6rem;
    }

    .about__area ul li:nth-child(4) {
        margin-bottom: 0;
    }

    .about__title {
        font-size: 18px;
    }

    .about__text {
        min-height: 100%;
    }

    .about__btn {
        width: 100%;
    }

    .about__btn:hover {
        transform:translateY(0);
    }

    .sage__area {
        padding: 1.6rem 1rem;
    }

    .sage__title {
        width: 100%;
        margin-bottom: 1rem;
        padding: 1rem 1rem;
        font-size: 20px;
    }

    .sage__area ul li {
        margin-top: 2rem;
        margin-right: 3%;
        display: inline-block;
        width: 31%;
        line-height: 1.6;
        vertical-align: top;
    }

    .sage__area ul li:nth-child(3) {
        margin-right: 0;
    }

    .sage__area ul li:last-child {
        margin-right: 0;
    }

    .sage__area ul li img:nth-child(3) {
        width: 50%;
    }

    .sage__btn:hover {
        transform:translateY(0);
    }

    .bnr__area {
        width: 100%;
    }

    .bnr__area ul {
        text-align: center;
    }

	.bnr__area ul li:nth-child(1),
	.bnr__area ul li:nth-child(2),
	.bnr__area ul li:nth-child(3),
	.bnr__area ul li:nth-child(n+4),
    .bnr__area ul li {
        display: inline-block;
        width: 46%;
        margin: 0 2% 4%;
    }

    .back__btn {
        width: 80%;
        margin: 0 auto 3rem;
    }

    .back__btn:hover {
        transform:translateY(0);
    }

    .footer__cut {
        width: 60%;
        margin: 3rem auto 0;
    }

    .footer {
        width: 100%;
        padding: 1rem 0 2rem;
        text-align: center;
        font-size: 12px;
        color: #267f9d;
    }

    .about__header {
        width: 100%;
    }

    .about__header img {
        border-radius: 24px;
        border: #267f9d solid 4px;
    }

    .image__area img {
        margin: .6rem 0;
    }

    .image__area p {
        margin: 0;
        text-align: center;
        font-size: 24px;
        line-height: 1.6;
    }

    .image__area__text {
        font-size: 20px;
        line-height: 1.6;
    }

    .point__area ul li {
        font-size: 18px;
        margin-bottom: 1.2rem;
    }

    .point__title {
        height: auto;
        line-height: 2rem;
        padding-left: 2.6rem;
        margin-bottom: 1.6rem;
        font-size: 24px;
        line-height: 1.6;
    }

    .point__title_02 {
        height: auto;
        padding-left: 4rem;
        margin-bottom: 1rem;
        font-size: 20px;
        line-height: 1.6;
    }

    .point__title_03 {
        height: auto;
        margin-bottom: 1rem;
        font-size: 20px;
        line-height: 1.6;
    }

    .next__area {
        width: 90%;
        margin: 0 auto;
        padding: 2rem 0;
    }

    .next__area ul {
        text-align: center;
    }

    .next__area ul li {
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        text-align: center;
    }

    .next__area ul li:nth-child(1) {
        width: 18%;
        margin: 0 4% 0 0;
    }

    .next__area ul li:nth-child(2) {
        width: 78%;
        font-size: 16px;
        margin: 0;
    }

    .sage__header {
        width: 100%;
        text-align: center;
    }

    .sage__image__bottom {
        margin-bottom: 1.6rem;
    }

    .sage__name__title {
        width: 100%;
        margin-bottom: .6rem;
        text-align: center;
    }

    .sage__name__title ul li {
        display: inline-block;
        vertical-align: middle;
    }

    .sage__name__title ul li:nth-child(1) {
        width: 40%;
        margin-bottom: 1rem;
    }

    .sage__name__title ul li:nth-child(2) {
        text-align: left;
        font-size: 22px;
        margin-bottom: 0;
    }

    .sage__name__title ul li p {
        font-size: 16px;;
    }

    .sage__name__title ul li p span {
        font-size: 20px;
    }

    .wagaya__area {
        padding: 0 0 2rem;
    }

    .wagaya__area p {
        margin: 0;
        text-align: center;
        font-size: 24px;
        line-height: 1.6;
    }

    .human__area {
        padding: 2rem 0 3rem;
    }

    .human__area ul li:nth-child(1) {
        width: 100%;
        margin-right: 2%;
        margin-bottom: 1rem;
    }

    .human__area ul li:nth-child(2) {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
    }

    .human_area ul li:nth-child(2) span {
        font-size: 16px;
    }

    .movie__area {
        padding: 0 0 2rem;
    }

    .movie__outer {
        margin-bottom: 2rem;
    }

    .movie__area ul {
        text-align: left;
        font-size: 0;
    }

    .movie__area ul li {
        width: 100%;
        margin-left: 0;
    }

    .movie__area ul li:first-child {
        margin-left: 0;
    }

    .movie__title {
        font-size: 20px;
    }

    .movie__pen,
    .theme__pen {
        position: absolute;
        width: 24%;
        height: auto;
        top: -10px;
        left: -30px;
    }

    .movie__text {
        font-size: 18px;
    }

    .movie__area__text {
        width: 100%;
        margin-top: 2rem;
        margin-bottom: 3rem;
        padding: 1rem;
        background-color: #e56296;
        box-sizing: border-box;
        color: #fff;
        font-size: 16px;
        border-radius: 20px;
    }

    .anker__btn {
        margin: 2rem auto 0;
        font-size: 18px;
    }

    .anker__btn:hover {
        transform:translateY(0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }

    #tv {
        position: fixed;
        width: 26%;
        height: auto;
        bottom: 10px;
        right: 10px;
        z-index: 9999;
    }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

    .sp_display{
        display: none;
    }

    .wrapper {
        background-size: 500px auto;
    }

    .header {
        position: relative;
        width: 90%;
        height: 500px;
        margin: 40px auto;
        background-image: url(../img/top_bg.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 24px;
        border: #267f9d solid 4px;
    }

    h1 {
        width: 40%;
        top: 10%;
        left: 10%;
    }

    h2 {
        font-size: 22px;
    }

    .icon__pen {
        width: 18%;
    }

    h3 {
        font-size: 22px;
    }

    .catch {
        width: 30%;
        bottom: 16%;
        right: 10%;
    }

    .tv {
        width: 20%;
        bottom: 5%;
        right: 5%;
    }

    .chara_01 {
        position: absolute;
        width: 12%;
        height: auto;
        bottom: 43%;
        right: 34%;
    }

    .chara_02 {
        position: absolute;
        width: 12%;
        height: auto;
        bottom: 48%;
        right: 26%;
    }

    .chara_03 {
        position: absolute;
        width: 12%;
        height: auto;
        bottom: 54%;
        right: 17%;
    }

    .chara_04 {
        position: absolute;
        width: 12%;
        height: auto;
        bottom: 60%;
        right: 8%;
    }

    .chara_05 {
        position: absolute;
        width: 12%;
        height: auto;
        bottom: 66%;
        right: 0%;
    }

    .top__logo {
        width: 36%;
        top: 1%;
        right: 5%;
    }

    .content {
        width: 100%;
    }

    .inner {
        width: 80%;
    }

    .read__area {
        width: 80%;
    }

    .record__area ul li {
        width: 36%;
        margin-left: 6%;
    }

    .balloon {
        font-size: 22px;
    }

    .about__title {
        font-size: 16px;
    }

    .about__text {
        min-height: 7rem;
    }

    .movie__area p {
        height: 5.6rem;
    }

    .movie__title {
        font-size: 20px;
    }

    .movie__pen {
        width: 24%;
        top: -5px;
        left: -30px;
    }

    .movie__text {
        font-size: 18px;
    }

}

@media screen and (min-width: 1025px) {

    .sp_display {
        display: none;
    }

    .header {
        min-width: 1060px;
    }

    .alpha a:hover img {
        opacity: 0.6;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
    }

    a.btn_over img {
        -webkit-transition: -weblit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        -ms-transition: -ms-transform 0.3s;
        transition: transform 0.3s;
    }

    a.btn_over img:hover {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -o-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

}
.guide_area.outer{
	background:#FFF8A9;
}
.guide_area.outer.seminar,
.guide_area.outer.seminar .inner > div{
	background:#f8c3be;
}

.guide_area.outer .inner{
	padding-top:0;
}
.guide_area .inner > div{
	background:#FFF8A9;
	border-radius:25px;
	padding:2rem 0;
	text-align:center;
}
.guide_area .inner{
	padding-bottom:0;
}
.guide_area img{
	margin-right:1rem;
}
.guide_area .inner > div > div,
.guide_area img{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}
.guide_area .inner > div > div{
	width:520px;
}
.guide_area img{
	width:186px;
}
.guide_area span{
	font-size:1.5rem;
	font-weight:bold;
}
.guide_area span b{
font-size:1.2rem;
	display:inline-block;
	vertical-align:middle;
	border-radius:100%;
	line-height:3;
	color:#fff;
	background:#c33;
	width:3em;
	height:3em;
	text-align:center;
	margin-right:1em;
}
.guide_area span strong{
	vertical-align:middle;
	display:inline-block;
}
.guide_area p{
	margin-top:.25rem;
	margin-bottom:.25rem;
	font-family: 'M PLUS 1p', sans-serif;
    font-weight: 400;
}
.guide_area p + p{
	margin-top:1rem;
	margin-bottom:0;
	margin-left:1rem;
	width: 40%;
    background: #267f9d;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border-radius: 200px;
    box-shadow: 0 5px 0 0 rgb(0 0 0 / 10%);
    transition: all 0.1s;
}
.guide_area p + p:hover {
    transform:translateY(5px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.guide_area p + p a{
	display:block;
    padding: 0.6rem;
}
.ogi_area .inner div{
	position:relative;
}
.ogi_area .inner p{
	position:absolute;
	width:30%;
	margin:auto;
	left:0;
	right:0;
	bottom:1rem;
    background: #E84653;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border-radius: 200px;
    box-shadow: 0 5px 0 0 rgb(0 0 0 / 10%);
    transition: all 0.1s;
    font-weight: 400;
}
.ogi_area{
	text-align:center;
}
.ogi_area img{
	width:100%;
}
.ogi_area .inner{
	padding-bottom:0;
}
.ogi_area .inner p.none{
	display:none;
}
.ogi_area .inner p.on{
	display:block;
}
.ogi_area .inner p:hover{
    transform:translateY(5px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.ogi_area .inner p a{
	display:block;
    padding: 0.6rem;
	font-family: 'M PLUS 1p', sans-serif;
}
.ogi_area_end .inner{
	padding-bottom:0;
}
.ogi_area_end p{
	font-family: 'M PLUS 1p', sans-serif;
	font-weight:400;
	font-size:16px;
	text-align:center;
	text-decoration:underline;
	margin:0;
}
.tei_area .inner{
	padding-bottom:0;
	text-align:center;
}
.seminar .inner{
	padding:0;
}
.seminar .inner a,
.tei_area .inner a{
	transition:opacity 0.1s ease 0s;
}
.seminar .inner a:hover,
.tei_area .inner a:hover{
	opacity:0.5;
}
.tei_area img{
	width:100%;
}
.chikara_area .inner{
    padding:2rem 0;
}
.chikara_area img{
    width:100%;
}
.chikara_area .inner a:hover{
	opacity:0.5;
}
.consultation_area .inner{
    padding:2rem 0 0;
}
.past-video_area .inner{
    padding: 2rem 0 0;
}
.consultation_area img,
.past-video_area img{
    width:100%;
}
.consultation_area .inner a:hover,
.past-video_area .inner a:hover{
	opacity:0.5;
}
.seminar > .inner > div > a > img{
    width:100%;
}
.thema_movie{
	text-align:center;
	padding:1.5rem 0;
}
.thema_movie .inner{
	padding:0;
}
.thema_movie.thema_movie2{
	background:rgba(38,127,157,0.2);
}
.thema_movie.thema_movie2.seminar{
	background:#fff8da;
}
.thema_movie.thema_movie3{
	background:#FFF8A9;
}
.thema_movie.thema_movie3.seminar{
	background:#ffe7e5;
}
.thema_movie p{
	text-align:center;
	font-size:32px;
	padding:2rem 0 1rem;
	font-family: 'M PLUS 1p', sans-serif;
	margin:0;
	font-weight:bold;
}
.thema_movie li{
	display:inline-block;
	width:49%;
	margin-right:2%;
	vertical-align:top;
}
.thema_movie li:last-child{
	margin-right:0;
}
.thema_movie li dl{
	font-size:16px;
	line-height:1.6;
	padding:1rem 0 0;
}
.thema_movie li dt{
	color:#267F9D;
	font-family:'Noto Sans JP';
	text-align:center;
	font-size:20px;
	margin:0 0 1rem;
}
.thema_movie.seminar li dt{
	color:#eb5c01;
}
.thema_movie li dt small{
	font-size:16px;
	margin:0 0 .25rem;
}
.thema_movie li dt b{
	font-weight:bold;
	margin:0 0 .25rem;
}
.thema_movie li dt b,
.thema_movie li dt small{
	text-align:center;
	display:block;
}
.thema_movie li dt span,
.thema_movie li dd span{
	font-size:12px;
}
.thema_movie li dd{
	text-align:left;
}
.ogi_movie.outer{
	background:url(../img/ogi_movie_bg.png) no-repeat top center;
	background-size:100% auto;
	text-align:center;
}
.ogi_movie.outer img{
	margin:0 0 2rem;
}
.ogi_movie.outer p.txt{
	font-family: 'M PLUS 1p', sans-serif;
    color:#E84653;
    font-weight:bold;
    margin: 4rem 0 2rem;
}
.ogi_movie.outer p.stit{
    text-align: center;
    font-size: 32px;
    padding: 2rem 0 1rem;
    font-family: 'M PLUS 1p', sans-serif;
    margin: 0;
    font-weight: bold;
    color:#287a96;
}
.ogi_movie.outer p.stit span{
    color:#e84653;
}
.ogi_movie.outer p.btn{
    width: 40%;
    margin: 0 auto 40px;
    background: #E84653;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    border-radius: 200px;
    box-shadow: 0 5px 0 0 rgb(0 0 0 / 10%);
    transition: all 0.1s;
    font-weight: 400;
}
.ogi_movie.outer p.btn:hover{
    transform:translateY(5px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.ogi_movie.outer p.btn a{
    display: block;
    padding: 0.6rem;
    font-family: 'M PLUS 1p', sans-serif;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.guide_area p + p{
		margin-left:auto;
		margin-right:auto;
		width: 70%;
	}
	.ogi_area .inner p{
		margin-top:.5rem;
		position:static;
		width: 55%;
	}
    .thema_movie .inner{
        margin: 0 auto;
        width: 80%;
    }
    .thema_movie li{
		width:auto;
		display:block;
        margin: 0;
	}
	.ogi_movie.outer img{
		width:100%;
	}
}
@media screen and (min-width: 1px) and (max-width: 767px) {
    .past-video_area .inner{
        padding: 1rem 0 0;
    }
    .guide_area{
        padding: 0 0 2rem;
    }
	.guide_area p,
	.guide_area p + p{
		font-size:16px;
	}
	.guide_area p + p{
		margin-left:auto;
		margin-right:auto;
		width: 70%;
	}
	.guide_area .inner > div > div{
		width:100%;
		padding:0 .5em;
	}
	.guide_area span{
		font-size:1.2rem;
	}
	.guide_area span b{
		font-size:1.0rem;
	}
	.guide_area img{
		width:auto;
	}
	.chikara_area .inner{
   		padding:2rem 0 1rem;
	}
    .try_area .inner{
        padding:0 0 1rem;
    }
	.ogi_area_end .inner{
		padding-bottom:2rem;
	}
	.ogi_area .inner p{
		margin-top:.5rem;
		position:static;
		width: 55%;
	}
	.tei_area .inner{
		padding-top:2rem;
		padding-bottom:0;
	}
	.seminar .inner img,
	.tei_area .inner img{
		width:100%;
	}
	.thema_movie{
		padding:1.5rem 2rem 1rem;
	}
    .thema_movie .inner{
        margin: 0 auto;
        width: 100%;
    }
	.thema_movie li{
		width:auto;
		display:block;
        margin: 0;
	}
	.thema_movie p{
		font-size:24px;
	}
	.thema_movie li dt{
		font-size:18px;
	}
	.ogi_movie.outer img{
		width:100%;
	}
}
.bnr__area__movie{
    padding: 2rem 0;
}
.bnr__area__movie p{
    text-align: center;
    font-size: 32px;
    padding: 2rem 0 1rem;
    font-family: 'M PLUS 1p', sans-serif;
    margin: 0;
    font-weight: bold;
}
.bnr__area__movie__inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.bnr__area__movie__inner > section{
    width: 100%;
}
.bnr__area__movie__inner > section img{
    width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
    .bnr__area__movie{
        padding: 2rem 0;
    }
    .bnr__area__movie__inner{
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1px) and (max-width: 767px){
    .bnr__area__movie{
        padding: 2rem 0;
    }
    .bnr__area__movie__inner{
        display: block;
        width: 90%;
        margin: 0 auto;
    }
    .bnr__area__movie__inner > section{
        margin: 0 0 0.6rem;
    }
    .bnr__area__movie__inner > section:last-child{
        margin: 0;
    }
}
.seminar_area{
    background:#EB5C01;
    padding:20px 0;
}
.seminar_area p{
    margin:0;
    text-align:center;
    padding:20px 0;
    font-size:34px;
    font-weight:600;
    color:#fff;
    letter-spacing:4px;
    background:url(../img/seminar_area.png) no-repeat bottom center;
}
.wrapper.seminar{
    background:#D4CAB4;
}
.thema_seminar p{
    color:#603813;
    font-weight:600;
    font-size:20px;
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    margin:0 0 5px;
    line-height:1.6;
    min-height:50px;
}
.thema_seminar p b{
    padding-left:10px;
}
.thema_seminar li.hogosya p b{
    border-left:20px solid #39B54A;
}
.thema_seminar li.oyako p b{
    border-left:20px solid #EB5C01;
}
.thema_seminar ul{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding:60px 0 0;
}
.thema_seminar li{
    width:48%;
    margin-right:4%;
    margin-bottom:10%;
}
.thema_seminar li:nth-child(2n){
    margin-right:0;
}
.thema_seminar li dl{
    font-size:16px;
    line-height:1.6;
    padding:1rem 0 0;
}
.thema_seminar li dt{
    color:#000;
    font-family:'Noto Sans JP';
    text-align:center;
    font-size:18px;
    margin:0 0 1rem;
    font-weight:bold;
}
.thema_seminar li dt small{
    font-size:12px;
    margin:0 0 .5rem;
    font-weight:normal;
}
.thema_seminar li dt b{
    font-weight:bold;
    margin:0 0 .5rem;
}
.thema_seminar li dt b,
.thema_seminar li dt small{
    text-align:center;
    display:block;
}
.thema_seminar li dt span,
.thema_seminar li dd span{
    font-size:12px;
}
.thema_seminar li dd{
    text-align:left;
}
.thema_seminar .iframe-content img{
    position:absolute;
    width:100%;
    top:0;
}
.thema_seminar .iframe-content aside{
	position:absolute;
	width:45%;
	height:35%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	top:0;
	left:0;
	bottom:0;
	right:0;
	margin:auto;
	text-align:center;
	background:#FF0000;
	color:#fff;
	z-index:3;
	font-size:22px;
}
footer.seminar{
    color:#000;
}
.t-semi{
	background: -moz-linear-gradient(top, rgba(221,173,66,0.4) 0%, rgba(255,250,198,0.4) 55%, rgba(216,181,112,0.4) 99%, rgba(215,179,110,0.4) 100%);
	background: -webkit-linear-gradient(top, rgba(221,173,66,0.4) 0%,rgba(255,250,198,0.4) 55%,rgba(216,181,112,0.4) 99%,rgba(215,179,110,0.4) 100%);
	background: linear-gradient(to bottom, rgba(221,173,66,0.4) 0%,rgba(255,250,198,0.4) 55%,rgba(216,181,112,0.4) 99%,rgba(215,179,110,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ddad42', endColorstr='#66d7b36e',GradientType=0 );
}
.t-semi h1{
	font-size:0;
	line-height:0;
	position:static;
	margin:0 0 20px;
	padding:0;
}
.t-semi p.txt{
	text-align:center;
	font-size:22px;
	font-weight:bold;
}
.t-semi .movie dt{
	margin:0 0 30px;
	text-align:center;
}
.t-semi .movie dd{
	position:relative;
	width:80%;
	padding-top:45%;
	margin:0 auto 30px;
}
.t-semi .movie dd iframe{
	width:100%;
	height:100%;
}
.t-semi .prof{
	margin:0 0 40px;
}
.t-semi .prof dt{
	font-size:18px;
	border-left:10px solid #000;
	margin:0 0 15px;
	padding-left:15px;
}
.t-semi .prof dd{
	font-size:16px;
}
.t-semi p.btn{
	width:60%;
	margin:0 auto;
}
.t-semi p.btn a{
	font-weight:bold;
	display:block;
	text-align:center;
	color:#fff;
	font-size:24px;
	border-radius:20px;
	background:#FF0000;
	color:#fff;
	padding:.5em;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .seminar_area{
        padding:5% 3.125%;
    }
    .seminar_area p{
        padding:5% 0;
        font-size:24px;
    }
    .thema_seminar p{
        font-size:18px;
        margin:0 0 1%;
        min-height:0;
    }
    .thema_seminar p b{
        padding-left:5px;
    }
    .thema_seminar li.hogosya p b{
        border-left:15px solid #39B54A;
    }
    .thema_seminar li.oyako p b{
        border-left:15px solid #EB5C01;
    }
    .thema_seminar ul{
        display:block;
        padding:10% 0 0;
    }
    .thema_seminar li{
        width:auto;
        margin-right:0;
        margin-bottom:10%;
    }
	.thema_seminar .iframe-content aside{
		font-size:18px;
	}
    .thema_seminar li:nth-child(2n){
        margin-right:0;
    }
	.t-semi h1{
		width:auto;
		margin:0 0 4%;
	}
	.t-semi img{
		width:100%;
	}
	.t-semi h1 p.txt{
		text-align:left;
		font-size:18px;
	}
	.t-semi .movie dt{
		margin:0 0 3%;
	}
	.t-semi .movie dd{
		width:100%;
		padding-top:50%;
		margin:0 auto 6%;
	}
	.t-semi .prof{
		margin:0 0 6%;
	}
	.t-semi .prof dt{
		margin:0 0 3%;
	}
	.t-semi .prof dd{
		font-size:14px;
	}
	.t-semi p.btn{
		width:90%;
	}
	.t-semi p.btn a{
		display:block;
		text-align:center;
		color:#fff;
		font-size:22px;
		border-radius:20px;
		background:#FF0000;
		color:#fff;
		padding:.5em;
	}

}
.oyano-semi{
	background:#EBD2D0;
}
.oyano-semi h1{
	font-size:0;
	line-height:0;
	position:static;
	margin:0 0 20px;
	padding:0;
    width:100%;
}
.oyano-semi h1 img{
    width:100%;
}
.oyano-semi .oyano-semi_area h2{
    background:transparent;
    text-align:center;
    padding:0;
    margin:0 0 10px;
}
.oyano-semi .oyano-semi_area h2 img{
    font-size:0;
    width:100%;
    line-height:0;
    margin:0 auto;
}
.oyano-semi .oyano-semi_area p{
    background:#4D280A;
    border-radius: 50px;
    width:80%;
    margin:0 auto;
    transition: opacity .3s ease 0s;
}
.oyano-semi .oyano-semi_area p:hover{
    opacity:0.5;
}
.oyano-semi .oyano-semi_area p a{
    display:block;
    text-align:center;
    font-weight:bold;
    font-size:2.4rem;
}
.oyano-semi h2.sml img{
    width:42%;
}
.oyano-semi .prof{
	background:#BC5237;
}
.oyano-semi .prof .inner{
    padding:0;
}
.oyano-semi .prof .flex{
    display:flex;
    display:-webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.oyano-semi .prof .flex figure{
    font-size:0;
    line-height:0;
    width:30%;
    padding:30px 0 0;
}
.oyano-semi .prof .flex dl{
    width:70%;
    box-sizing: border-box;
    padding:20px;
    color:#fff;
}
.oyano-semi .prof .flex dt{
    font-size:30px;
    margin:0 0 10px;
    line-height:1.2;
    font-weight:bold;
    text-align:center;
}
.oyano-semi .prof .flex img{
    width:100%;
}
.oyano-semi .prof .flex dd{
    font-size:18px;
}
.oyano-semi .movie{
	position:relative;
	width:100%;
	padding-top:60%;
	margin:0 auto 30px;
}
.oyano-semi .movie > div{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.oyano-semi .movie > div iframe{
    width:100%;
    height:100%;
}
.oyano-semi .ans {
    margin:0 0 30px;
}
.oyano-semi .ans dt{
    text-align:center;
    width:80%;
    margin:0 auto;
}
.oyano-semi .ans dt img{
    max-width:100%;
}
.oyano-semi .ans dd{
    padding:0 40px;
    font-size:20px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
    .oyano-semi .oyano-semi_area p{
        width:100%;
    }
    .oyano-semi .oyano-semi_area p a{
        padding:10px 0;
        font-size:1.4rem;
    }
    .oyano-semi .prof .flex{
        display:block;
    }
    .oyano-semi .prof .flex figure{
        margin:0 auto 10px;
    }
    .oyano-semi .prof .flex dl{
        width:100%;
        padding:0 0 20px;
    }
    .oyano-semi .prof .flex dt{
        font-size:24px;
        text-align:left;
    }
    .oyano-semi .prof .flex img{
        width:100%;
    }
    .oyano-semi .prof .flex dd{
        font-size:18px;
    }
}
.try-seminar,
.seminar02{
	background:#fff;
}
.try-seminar .try-seminar_area{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 45%, rgba(255,215,160,1) 45%, rgba(255,215,160,1) 55%, rgba(255,255,255,1) 55%);
}
.try-seminar h1,
.seminar02 h1{
	font-size:0;
	line-height:0;
	position:static;
	margin:0 0 20px;
	padding:0;
    width:100%;
}
.try-seminar h1 img,
.seminar02 h1 img{
    width:100%;
}
.seminar02_bg_wrapper{
    background: #EF919D;
    max-width: 1200px;
    border: 1px solid #707070;
    border-radius:62px;
    margin: 0 auto 3rem;
}
.try-seminar_list .content{
    background:#FFC47E;
    border-radius:62px;
}
.try-seminar_list .content .inner{
    width:900px;
}
.seminar02_list .content .inner{
    width:100%;
    padding: 40px 60px 100px;
    box-sizing: border-box;
}
.try-seminar_list ul,
.seminar02_list ul{
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.seminar02_list ul{
    gap: 6%;
}
.try-seminar_list ul li,
.seminar02_list ul li{
    width:48%;
}
.seminar02_list ul li{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.try-seminar_list li dl,
.seminar02_list li dl{
    margin:0 0 20px;
}
.seminar02_list li dl{
    flex: 1 0 auto;
}
.try-seminar_list li dt,
.seminar02_list li dt{
    color:#fff;
    text-align:center;
    font-size:20px;
    line-height:1.2;
    font-weight:bold;
    margin:0 0 10px;
}
.seminar02_list li dt{
    font-size: 1.8em;
    text-align: left;
    text-indent: -2em;
    padding: 0 0 0 2em;
    box-sizing: border-box;
}
.try-seminar_list li dd,
.seminar02_list li dd{
    font-size:16px;
    line-height:1.4;
}
.try-seminar_list li .cat{
    text-align: right;
    margin:0 0 20px;
}
.try-seminar_list li .cat a{
    display:inline-block;
    background:#fff;
    color:#000;
    padding:10px 20px;
    line-height:1;
    border:1px solid #000;
    border-radius: 5px;
}
.try-seminar_list li .cat.del a{
    text-decoration: line-through;
}
.try-seminar .prof,
.seminar02 .prof{
    margin:0 0 40px;
}
.seminar02 .prof{
    position: relative;
}
.seminar02 .prof.left::before{
    content: "";
    position: absolute;
    width: 28px;
    height: 100%;
    background: #fff;
    left: -44px;
    top: -5%;
    border-radius: 35px;
}
.seminar02 .prof.right::before{
    content: "";
    position: absolute;
    width: 28px;
    height: 100%;
    background: #fff;
    right: -44px;
    top: -5%;
    border-radius: 35px;
}
.try-seminar .prof .inner,
.seminar02 .prof .inner{
    padding:0;
}
.try-seminar .prof .flex,
.seminar02 .prof .flex{
    display:flex;
    display:-webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.seminar02 .prof .flex{
    background: #fff;
    padding: 31px 126px 31px 30px;
    box-sizing: border-box;
    border-radius: 35px 177px 177px 35px;
}
.seminar02 .prof.right .flex{
    padding: 31px 30px 31px 126px;
    border-radius: 177px 35px 35px 177px;
}
.try-seminar .prof .flex figure{
    font-size:0;
    line-height:0;
    width:30%;
}
.seminar02 .prof .flex figure{
    font-size:0;
    line-height:0;
    width:300px;
}
.try-seminar .prof .flex dl{
    width:70%;
    box-sizing: border-box;
    padding:0 20px;
    color:#000;
}
.seminar02 .prof .flex dl{
    width:858px;
    box-sizing: border-box;
    padding:0 20px;
    color:#000;
}
.try-seminar .prof .flex dt,
.seminar02 .prof .flex dt{
    font-size:30px;
    margin:0 0 10px;
    line-height:1.2;
    font-weight:bold;
}
.seminar02 .prof .flex dt{
    font-weight: normal;
}
.try-seminar .prof .flex img,
.seminar02 .prof .flex img{
    width:100%;
}
.try-seminar .prof .flex dd,
.seminar02 .prof .flex dd{
    font-size:16px;
}
.try-seminar .prof .flex dd p:first-child,
.seminar02 .prof .flex dd p:first-child{
    padding:0 0 15px;
    border-bottom:1px solid #707070;
    margin:0 0 10px;
}
.seminar02 .prof .flex dd p:last-child{
    margin: 1.4rem auto 0;
}
.try-seminar .movie,
.seminar02 .movie{
	position:relative;
	width:100%;
	padding-top:57%;
	margin:0 auto 30px;
}
.try-seminar .movie img,
.seminar02 .movie img{
    width:100%;
}
.try-seminar .movie > div,
.seminar02 .movie > div{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.try-seminar .movie > div iframe,
.seminar02 .movie > div iframe{
    width:100%;
    height:100%;
}
.seminar02 .pc{
    display: block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
    .seminar02_bg_wrapper{
        width: 98%;
        margin: 0 auto 1rem;
    }
    .try-seminar_list .content{
        width:98%;
    }
    .try-seminar_list .content .inner,
    .seminar02_list .content .inner{
        width:auto;
    }
    .seminar02_list .content .inner{
        padding: 40px 4%;
    }
    .try-seminar_list ul,
    .seminar02_list ul{
        display:block;
        padding:0 20px;
    }
    .seminar02_list ul{
        padding: 0
    }
    .try-seminar_list ul li,
    .seminar02_list ul li{
        width:auto;
    }
    .seminar02_list li dt{
        font-size: 20px;
    }
    .try-seminar .prof{
        padding:0 20px;
    }
    .seminar02 .prof.left::before{
       left: -2%;
       top: -3%;
       width: 4%;
    }
    .seminar02 .prof.right::before{
       right: -2%;
       top: -3%;
       width: 4%;
    }
    .try-seminar .prof .flex,
    .seminar02 .prof .flex{
        display:block;
    }
    .seminar02 .prof .flex{
        padding: 41px 20px;
        border-radius: 15px 80px 80px 15px;
        width: 95%;
    }
    .seminar02 .prof.left .flex{
        margin: 60px 0 0 auto;
    }
    .seminar02 .prof.right .flex{
        border-radius: 80px 15px 15px 80px;
        padding: 41px 20px;
        margin: 60px auto 0 0;
    }
    .try-seminar .prof .flex figure{
        margin:0 auto 10px;
    }
    .seminar02 .prof .flex figure{
        width: 60%;
        margin: 0 0 15px;
    }
    .try-seminar .prof .flex dl,
    .seminar02 .prof .flex dl{
        width:100%;
        padding:0 0 20px;
    }
    .seminar02 .prof .flex dd p{
        font-size:16px;
    }
    .try-seminar .prof .flex dt,
    .seminar02 .prof .flex dt{
        font-size:24px;
        text-align:left;
    }
    .try-seminar .prof .flex img,
    .seminar02 .prof .flex img{
        width:100%;
    }
    .try-seminar .prof .flex dd,
    .seminar02 .prof .flex dd{
        font-size:18px;
    }
    .seminar02 .pc{
        display: none;
    }
}

/* custom-styles.css */

/* 全体の設定 */
.unique-body {
    font-family: 'Poppins', 'Inter', Arial, sans-serif; /* モダンなフォント */
    margin: 0;
    padding: 0;
    line-height: 1.8;
    color: #f4f7f9; /* 明るいテキスト */
    background: radial-gradient(circle at center, #154734, #0e2a22); /* 濃い緑のリッチなグラデーション */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* ヘッダー */
.unique-header {
    width: 100%;
    max-width: 1200px;
    margin-top: 20px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.unique-header-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* メインコンテンツ */
.unique-main {
    max-width: 1200px;
    margin: 40px auto;
    background: #1b4d3c; /* 濃い緑の背景で要素を目立たせる */
    border-radius: 25px;
    padding: 40px;
    text-align: center; /* 全体を中央揃え */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* 見出し */
.unique-title {
    font-size: 2.6em;
    color: #eaf7ea; /* 明るい緑でコントラストを強調 */
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.unique-title::after {
    content: '';
    display: block;
    width: 120px;
    height: 4px;
    background: linear-gradient(to right, #28a745, #1e7c4e);
    margin: 10px auto 0;
    border-radius: 2px;
}

/* 講師紹介セクション */
.unique-instructor {
    display: flex; /* 横並びで配置 */
    align-items: flex-start; /* 上揃え */
    gap: 50px; /* 画像とテキストの間隔 */
    padding: 40px 60px; /* 内側の余白を広げる */
    background: #154734; /* 背景色 */
    border-radius: 20px; /* 角を丸める */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); /* シャドウで立体感 */
    color: #f4f7f9; /* テキストの明るい色 */
    margin-bottom: 40px;
    max-width: 1200px; /* 全体の幅を制限 */
    margin-left: auto;
    margin-right: auto;
}

.unique-instructor-image {
    width: 350px; /* 横幅を広げる */
    height: 450px; /* 高さを広げる */
    border-radius: 15px; /* 少し角を丸める */
    object-fit: cover; /* 枠内に画像を収める */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); /* シャドウ */
    background: #267f9d; /* 仮の背景色（画像がない場合に適用） */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    color: #f4f7f9;
    font-weight: bold;
    text-align: center;
}

.unique-instructor-details {
    flex: 1; /* テキスト部分が残りのスペースを占有 */
    display: flex;
    flex-direction: column; /* 縦に積む */
    justify-content: flex-start; /* 上揃え */
    line-height: 1.6; /* 行間の調整 */
    text-align: left; /* 左揃え */
}

.unique-instructor-name {
    font-size: 2.6em; /* 名前のフォントサイズ */
    font-weight: bold;
    margin-bottom: 10px;
    color: #eaf7ea; /* 明るい緑色 */
}

.unique-instructor-role {
    font-size: 1.8em; /* 肩書きのフォントサイズ */
    font-weight: 500;
    color: #c8dad3; /* ソフトな緑色 */
    margin-bottom: 20px;
    line-height: 1.4; /* 行間を調整 */
}

.unique-instructor-description {
    font-size: 1.2em; /* 説明文のフォントサイズ */
    color: #d9ebe7; /* 説明文の色 */
    line-height: 1.8; /* 読みやすい行間 */
    max-width: 800px; /* 最大幅を制限 */
}

/* 見出し */
.unique-instructor-title {
    font-size: 2.6em;
    font-weight: bold;
    color: #eaf7ea;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.unique-instructor-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, #28a745, #1e7c4e);
    margin: 10px auto 0;
    border-radius: 2px;
}





/* 動画セクション */
.unique-videos {
    margin-top: 40px;
}

.unique-video-item {
    background: linear-gradient(145deg, #1e4d3a, #154734);
    border-radius: 20px;
    box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.3), -8px -8px 15px rgba(255, 255, 255, 0.1);
    padding: 20px;
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.unique-video-item:hover {
    transform: scale(1.02);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4), -10px -10px 20px rgba(255, 255, 255, 0.3);
}

.unique-video-title {
    font-size: 1.8em;
    font-weight: 600;
    color: #eaf7ea;
    margin-bottom: 15px;
}

.unique-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    border: none;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}


/* レスポンシブ対応 */
@media (max-width: 768px) {


    .unique-main {
        margin: 40px auto; /* 左右のマージンを自動調整 */
        max-width: 100%;
        overflow-x: hidden;
      }

    .unique-instructor {
        flex-direction: column; /* 縦並びに変更 */
        text-align: center; /* 中央揃え */
        padding: 20px; /* 内側の余白を縮小 */
            gap: 0px; /* 画像とテキストの間隔 */
    }
    .unique-title{
        font-size: 1.8em;
    }

    .unique-instructor-image {
        width: 100%; /* 幅を全体に */
        height: auto; /* 高さを自動調整 */
        margin-bottom: 20px;
    }

    .unique-instructor-details {
        text-align: center; /* テキストを中央揃え */
    }

    .unique-instructor-name {
        font-size: 1.8em; /* 名前のサイズを縮小 */
    }

    .unique-instructor-role {
        font-size: 1em; /* 肩書きのサイズを縮小 */
    }

    .unique-instructor-description {
        font-size: 1em; /* 説明文のサイズをさらに縮小 */
        max-width: 100%; /* 幅制限を解除 */
    }

    .unique-instructor-title {
        font-size: 2em; /* 見出しサイズを縮小 */
    }
    .unique-video-title{
        font-size: 0.8em; /* 肩書きのサイズを縮小 */
    }


}