<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */


/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
.nowrap{ white-space: nowrap;}

#contents_area{
    width: 880px;
    min-width: 880px;
    margin: 0 auto;
    overflow: hidden;
}

.logo_hobo{
    min-width: 880px;
    padding: 8px 0;
    text-align: center;
    background-color: #000;
}

.logo_hobo img{
    width: 127px;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    padding: 30px 0 0 65px;
    text-align: center;
}

#mv h1{
    width: 710px;
    height: 509px;
    margin: 0 auto 45px auto;
    position: relative;
}

#mv h1.m02{
    width: 632px;
    height: 490px;
}

#mv h1 img{
    position: absolute;
    top: 0;
    left: 0;
}

#mv h1 a{
    position: absolute;
    top: 61px;
    left: 273px;
}

.banner_gakkou{
    margin: 40px 0 50px 0;
    text-align: center;
}


/* --------------------------------------------------
*
    #section_profile
*
-------------------------------------------------- */
#section_profile{
    padding: 0 0 0 0;
    text-align: center;
    overflow: hidden;
}

#section_profile .btn_profile{
    margin: 0 0 55px 0;
    height: 56px;
    display: inline-block;
}

#section_profile .btn_profile img{
    width: 260px;
    opacity: 0;
}

#section_profile .btn_profile{
    display: inline-block;
    border-radius: 8px;
    background-image:url(../images/parts_bg_y.png);
    position: relative;
    cursor: pointer;
    transition: transform .1s ease .0s, opacity .1s ease .0s;
}

.is_pc #section_profile .btn_profile:hover,
.is_sp #section_profile .btn_profile.touch{
    opacity: .8;
    transition: transform .15s ease .05s, opacity .15s ease .05s;
}

#section_profile .btn_profile:before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image:url(../images/parts_arrow_btm.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    position: absolute;
    top: 16px;
    left: 12px;
    transition: transform .1s ease .0s, opacity .1s ease .0s;
}

.is_pc #section_profile .btn_profile:hover:before,
.is_sp #section_profile .btn_profile.touch:before{
    transform: rotate(-90deg);
    transition: transform .15s ease .05s, opacity .15s ease .05s;
    -webkit-transform: rotate(-90deg);
	-webkit-transition: transform .15s ease .05s, opacity .15s ease .05s;
}

#section_profile .btn_profile.on:before{
    transform: rotate(-180deg);
    transition: transform .15s ease 0, opacity .15s ease 0;
    -webkit-transform: rotate(-180deg);
	-webkit-transition: transform .15s ease 0, opacity .15s ease 0;
}

#section_profile .btn_profile:after{
    content: '';
    display: block;
    width: 181px;
    height: 100%;
    background-image:url(../images/txt_profile_kono.png);
    background-repeat: no-repeat;
    background-size: 181px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 27px;
}

#section_profile .profile_inner{
    height: 0;
    margin: -20px 0 20px 0;
    padding: 0 0 0 250px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    transition: height .45s ease, margin .45s ease !important;
}

#section_profile .profile_inner.on{
    margin-bottom: 70px;
    transition: height .45s ease, margin .45s ease !important;
}

#section_profile .profile_inner h3{
    margin: 0 0 15px 0;
    font-size: 20px;
    font-family: 'ヒラギノ角ゴ W6 JIS2004' !important;
}

#section_profile .profile_inner h3 .s{
    font-size: 16px;
    line-height: 1.8em;
}

#section_profile .profile_inner p{
    font-size: 16px;
    line-height: 1.875em;
}

#section_profile .content_list{
    padding: 30px 0 0 0;
    font-size: 16px;
    line-height: 1.875em;
}

#section_profile .content_list h4{
    font-family: 'ヒラギノ角ゴ W6 JIS2004' !important;
}

#section_profile .content_list ul{ margin: 0 0 30px 0;}
#section_profile .content_list ul:last-child{ margin: 0;}

#section_profile .content_list a{
    padding: 0 0 3px 0;
    border-bottom: 1px solid #231815;
    transition: border .1s ease .0s;
    position: relative;
}

.is_ie #section_profile .content_list a{
    padding: 0;
}

.is_pc #section_profile .content_list a:hover,
.is_sp #section_profile .content_list a.touch{
    border-bottom: 1px solid transparent;
    transition: border .15s ease .05s;
}


/* --------------------------------------------------
*
    #sec_body_wrap
*
-------------------------------------------------- */
#sec_index_wrap,
#sec_body_wrap{
    width: 720px;
    margin: 20px auto 75px auto;
    background-color: #07592e;
    position: relative;
}

#sec_index_wrap:before,
#sec_index_wrap:after,
#sec_body_wrap:before,
#sec_body_wrap:after{
    content: '';
    width: 720px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-image:url(../images/parts_board_top.jpg);
    background-position: center;
    position: absolute;
    top: -20px;
    left: 0;
}

#sec_index_wrap:after,
#sec_body_wrap:after{
    top: auto;
    bottom: -20px;
}

#foreword{
    margin: 0 0 45px 0;
    padding: 65px 0 0 0;
    color: #fff;
    text-align: center;
}

#foreword h2{
    width: 556px;
    margin: 0 0 50px 0;
    padding: 0 5px;
    box-sizing: border-box;
    font-family: 'UD新ゴ M' !important;
    font-size: 36px;
    letter-spacing: .05em;
    text-align: left;
    display: inline-block;
    position: relative;
}

#foreword h2:after{
    clear: both;
    content: '';
    width: 556px;
    height: 14px;
    display: block;
    background-image:url(../images/parts_line.png);
    background-position: center;
    background-size: 556px;
    position: absolute;
    bottom: -16px;
    left: 0;
}

#foreword h2 span{
    font-size: 20px;
    position: absolute;
    bottom: 0;
    right: 5px;
}

#foreword .desc{
    padding: 0 0 0 165px;
    font-family: 'A1明朝', serif !important;
    text-align: left;
    font-size: 16px;
    line-height: 1.875em;
}

#foreword.newyear .desc{
    padding-left: 130px;
}

#foreword.wide .desc{
    padding-left: 115px;
}

#foreword.newyear .pic{
    margin: 0 0 50px 0;
}

#foreword.newyear .pic img{
    width: 100%;
}

#foreword h3{
    margin: 20px 0 30px 0;
    font-family: 'A1明朝', serif !important;
    font-size: 150%;
    text-align: left;
}

#foreword .desc p{
    margin: 0 0 30px 0;
}

#foreword .desc p.s{
    font-size: 15px;
}

#foreword .desc p.quote{
    width: auto !important;
    padding: 20px 30px;
    margin-top: -25px !important;
    left: -92px !important;
    box-sizing: border-box;
    display: inline-block;
    background-color: rgba(0, 0, 0, .15) !important;
    white-space: nowrap;
}
    
#foreword .desc p .face{
    width: 50px;
    height: 53px;
    padding: 2px 5px 5px 5px;
    margin: 5px 5px 0 5px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    bottom: -3px;
}

#foreword .desc p img{
    width: 52px;
    text-align: center;
    display: block;
    position: relative;
    left: -2px;
}

#foreword .desc .photo img{
    width: 440px;
    position: relative;
    left: -35px;
}

#foreword .desc .photo.v{
    text-align: center;
}

#foreword .desc .photo.v img{
    width: 330px;
    left: 20px;
}

#foreword .desc .photo.v_s img{
    width: 250px;
    left: 60px;
}

#foreword.wide .desc .photo img{
    left: 0;
    display: block;
    margin: 0 auto;
}
#foreword.wide .desc .photo{
    text-align: center;
}

#foreword.wide .desc .photo.v.col2 img,
.photo.v.col2 img {
  max-width: calc((100% - 10px) / 2);
  width: auto;
  display: inline;
  margin: auto 2px;
  vertical-align: middle;
}

#foreword.wide .desc .photo.v.col3 img,
.photo.v.col3 img {
  max-width: calc((100% - 11px) / 3);
  width: auto;
  display: inline;
  margin: auto;
  vertical-align: middle;
}

#foreword .desc p a, #foreword .desc dd a{
    padding: 0 0 2px 0;
    color: #fcf988;
    border-bottom: 1px solid #fcf988;
    transition: border .1s ease 0s;
}

.is_pc #foreword .desc p a:hover,
.is_sp #foreword .desc p a.touch{
    border-bottom: 1px solid transparent;
    transition: border .15s ease .05s;
}

#foreword .desc.box p{
    width: 368px;
    margin-left: 0px;
    text-justfy: inter-ideograph;
    text-align: justify;
    line-break: strict;
}

#foreword.newyear .desc.box p{
    width: 440px;
}

#foreword.wide .desc.box p{
    width: 470px;
}

#foreword .desc .bg{
    margin: 0 150px 40px -5px;
    padding: 15px;
    border: 1px dashed #fff;
    background-color: rgba(0, 0, 0, .2);
    font-size: 14px;
}

#foreword .desc .bg p{
    width: 100%;
    margin: 0;
}

#foreword p.ti{
    width: calc(368px - 2em) !important;
    position: relative;
    left: 1em;
}

#foreword.wide p.ti{
    width: calc(470px - 2em) !important;
}

.indent_box{
    margin: 0 0 30px 0;
}

.indent_box p{
    width: calc(368px - 2em) !important;
}

.wide .indent_box p{
    width: calc(470px - 2em) !important;
    margin: 0 0 0 1.5em !important;
    text-indent: -1em !important;
    padding-left: 1em !important;
    box-sizing: border-box;
}

#foreword .desc .box_w{
    margin: 0 130px 40px -25px;
    padding: 15px;
    background-color: #fff;;
}

#foreword .desc .box_w p{
    width: 100%;
    color: #07592e;
    margin: 0;
}

#foreword .desc .box_w p .s{
    margin: 10px 0 0 0;
    text-indent: -.5em;;
    display: block;
    font-size: 80%;
    line-height: 1.8em;
}

#foreword .talk{
    overflow: hidden;
    margin: 50px 0 25px 0;
}

#foreword .talk dl{
    width: 410px;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}

#foreword .talk dl:after{
    content: '';
    display: block;
    clear: both;
}

#foreword .talk dt{
    width: 20%;
    max-width: 60px;
    clear: both;
    float: left;
}

#foreword .talk dd{
    width: 80%;
    margin: 0 0 25px 0;
    float: left;
}

#foreword .talk.conv{
    box-sizing: border-box;
}

#foreword .talk.conv dl{
    padding: 0 2em;
}

#foreword .talk.conv dt{
    width: 100%;
    clear: both;
    float: none;
    white-space: nowrap;
}

#foreword .talk.conv dd{
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0 1em;
    float: none;
    box-sizing: border-box;
}

#foreword .talk.conv a{
    padding: 0 0 2px 0;
    color: #fcf988;
    border-bottom: 1px solid #fcf988;
    transition: border .1s ease 0s;
}

.is_pc #foreword .talk.conv a:hover,
.is_sp #foreword .talk.conv a.touch{
    border-bottom: 1px solid transparent;
    transition: border .15s ease .05s;
}


#greeting{
    width: 555px;
    margin: 0 auto;
    padding: 55px 0 0 0;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}

#greeting .section_inner{
    padding: 0 0 30px 0;
    position: relative;
}

#greeting h3{
    margin: 0 0 15px 0;
    padding: 0 0 0 83px;
    font-family: '光朝', serif !important;
    font-size: 21px;
    color: #ec5a0c;
}

#greeting .desc{
    padding: 0 0 0 83px;
    font-size: 16px;
    line-height: 1.875em;
}

#greeting:before,
#greeting:after,
#greeting .section_inner:before,
#greeting .section_inner:after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #ec5a0c;
    position: absolute;
}

#greeting:before{ top: 15px; left: 15px;}
#greeting:after{ top: 15px; right: 15px;}
#greeting .section_inner:before{ bottom: 15px; left: 15px;}
#greeting .section_inner:after{ bottom: 15px; right: 15px;}

#greeting .name{
    padding: 30px 0 0 255px;
}

#afterword{
    margin: 0 0 45px 0;
    padding: 35px 0 0 165px;
    color: #fff;
    text-align: center;
}

#afterword p{
    margin: 0 0 30px 0;
    font-family: 'A1明朝', serif !important;
    font-size: 16px;
    line-height: 1.875em;
    color: #fff;
    text-align: left;
}

#afterword .sign{
    padding: 0 83px 35px 0;
}

#afterword .sign p{
    margin: 0;
    text-align: right;
}

#afterword .sign .date{
    margin: -15px 0 5px 0;
}

#afterword .sign img{
    width: 134px;
}


#btm_date{
    margin: -15px auto 45px;
    padding: 0 0 0 0;
    color: #fff;
    text-align: right;
    width: 470px;
}

#btm_date p{
    margin: 0 0 5px 0;
    font-size: 15px;
    line-height: 2.3em;
    color: #fff;
    text-align: right;
}

#btm_date .sign p{
    margin: 0;
    text-align: right;
}

#btm_date .sign .date{
    margin: -15px 0 5px 0;
}

#btm_date .sign img{
    width: 134px;
}

#ps{
    font-family: 'A1明朝', serif !important;
    width: 470px;
    margin: -20px auto 50px auto;
}

#ps p{
    color: #fff;
    line-height: 2em;
    text-justfy: inter-ideograph;
    text-align: justify;
    line-break: strict;
    word-break: break-word;
}

#ps p a{
    padding: 0 0 2px 0;
    color: #fcf988;
    border-bottom: 1px solid #fcf988;
    transition: border .1s ease 0s;
}

#ps .photo{
    text-align:center;
}

#ps .photo img{
    width: 440px;
    position: relative;
    margin:15px auto;
}

.is_pc #ps p a:hover,
.is_sp #ps p a.touch{
    border-bottom: 1px solid transparent;
    transition: border .15s ease .05s;
}

#ps .s{
    font-size: 85%;
}

/* --------------------------------------------------
*
    .talk_nav
*
-------------------------------------------------- */
.talk_nav{
    width: 556px;
    box-sizing: border-box;
    margin: 0 auto 70px auto;
    padding: 25px 0;
    position: relative;
}

.talk_nav:before,
.talk_nav:after{
    clear: both;
    content: '';
    width: 556px;
    height: 14px;
    display: block;
    background-image:url(../images/parts_line.png);
    background-position: center;
    background-size: 556px;
    position: absolute;
    left: 0;
}

.talk_nav:before{ top: -14px;}
.talk_nav:after{ bottom: -14px;}

.talk_nav ul{
    text-align: center;
}

.talk_nav li{
    display: inline-block;
}

.talk_nav li.prev{
    position: absolute;
    top: 23px;
    left: 50px;
}

.talk_nav li.next{
    position: absolute;
    top: 23px;
    right: 50px;
}

.talk_nav li img{
    width: auto;
    height: 30px;
    transform: translate3d(0, 0, 0);
}

/* --------------------------------------------------
*
    .index_nav
*
-------------------------------------------------- */
.index_nav{
    padding: 30px 0 20px 0;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.index_nav a{
    color: #fff;
}

.index_nav h4{
    margin: 0 0 30px 0;
    font-size: 24px;
    font-family: 'UD新ゴ M' !important;
    color: #fcf988;
}

.index_nav ul{
    display: inline-block;
}

.index_nav li{
    margin: 0 0 30px 0;
    text-align: left;
}

.index_nav dl{
    display: inline-block;
    text-align: left;
}

.index_nav dl dt{
    width: 5em;
    margin: 3px 10px 0 0;
    font-family: 'UD新ゴ M' !important;
    clear: both;
    float: left;
    font-size: 16px;
    text-align: right;
}

.index_nav dl dd{
    font-family: 'A1明朝', serif !important;
    float: left;
    font-size: 20px;
}

.index_nav dl dd .a{
    padding: 0 0 8px 10px;
    text-indent: -.5em;
    display: block;
    border-bottom: 1px solid #fff;
    transition: border .1s ease .0s, color .1s ease .0s;
}

.is_ie .index_nav dl dd .a{
    padding: 0;
}

.is_pc .index_nav a:hover dd .a,
.is_sp .index_nav a.touch dd .a{
    color: #fcf988;
    border-bottom: 1px solid #fcf988;
    transition: border .15s ease .05s, color .15s ease .05s;
}

.index_nav dl dd .date{
    margin: 5px 0 0 10px;
    color: #f9f68c;
    font-size: 12px;
    display: block;
}


/* --------------------------------------------------
*
    #mail_magazine
*
-------------------------------------------------- */
#mail_magazine{
    padding: 0 0 0 185px;
    margin: 0 0 45px 0;
    overflow: hidden;
}

#mail_magazine p{
    margin: 0 0 30px 0;
    font-family: 'ヒラギノUD角ゴ W3 JIS2004' !important;
    font-size: 16px;
    line-height: 1.875em;
}

#mail_magazine .sec_form{
    width: 510px;
    margin: 40px 0 50px 0;
    padding: 40px 0 35px 40px;
    border-radius: 10px;
    box-sizing: border-box;
    background-image:url(../images/parts_bg_y.png);
    overflow: hidden;
}

#mail_magazine .sec_form li{ margin: 0 0 40px 0;}
#mail_magazine .sec_form li:last-child{ margin: 0;}


#mail_magazine .sec_form h5{
    margin: 0 0 5px 0;
    font-family: 'UD新ゴ M' !important;
    font-size: 18px;
}

#mail_magazine .sec_form .notes{
    margin: 0;
    font-size: 13px;
}

#mail_magazine .sec_form input{
    width: 340px;
    height: 30px;
    padding: 0 5px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #9b9b9b;
    background-color: #fff;
    transition: border .1s ease;
}

#mail_magazine .sec_form input:hover,
#mail_magazine .sec_form input:focus{
    border: 1px solid #333;
}

#mail_magazine button{
    width: 75px;
    height: 30px;
    margin: 0 0 0 10px;
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    border: none;
    background-color: #ec5a0c;
    position: relative;
    top: 1px;
    cursor: pointer;
    transition: opacity .1s ease .0s;
}

.is_pc #mail_magazine button:hover,
.is_sp #mail_magazine button.touch{
    opacity: .7;
    transition: opacity .15s ease .05s;
}

#mail_magazine .unsubscribe button{
    background-color:#60a9bd;
}

#mail_magazine .mes_submit{
    margin: 20px 40px 0 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, .85);
    display: none;
}

#mail_magazine .mes_submit p{
    margin: 0;
    font-size: 14px;
}

#mail_magazine .btm_info li{
    margin: 0 0 35px 0;
}

#mail_magazine .btm_info h5{
    margin: 0 0 10px 0;
    font-family: 'A1明朝', serif !important;
    font-size: 18px;
    color: #ec5a0c;
}

#mail_magazine .btm_info li a{
}

#mail_magazine .btm_info li a:hover{
    text-decoration: underline;
}

#mail_magazine .result_mes{
    margin: 0 40px 40px 0;
    padding: 15px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #07592e;
    opacity: 0;
    display: none;
}

#mail_magazine .result_mes p{
    color: #fff;
    margin: 0;
}



/* --------------------------------------------------
*
    #footer
*
-------------------------------------------------- */
#footer{
    padding: 65px 0;
    clear: both;
    overflow: hidden;
    text-align: center;
    position: relative;
    color: #fff;
    background-color: #000;
}

#sns_share li{
    margin: 0 12px 20px 12px;
    display: inline-block;
    vertical-align: top;
}

#sns_share li img{
    width: auto;
    height: 50px;
}

.balloon2-right {
  position: relative;
  right: 0px;
  display: inline-block;
  margin: 1em 10px 1em 0;
  padding: 14px 0 14px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #FFF;
  font-size: 14px;
  background: transparent;
  border: solid 2px #FFF;
  box-sizing: border-box;
  border-radius: 62px;
  line-height: 1.4em;
  text-align:left;
}

.balloon2-right:before{
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #07592E;
  z-index: 2;
}

.balloon2-right:after{
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  margin-top: -11px;
  border: 11px solid transparent;
  border-left: 11px solid #FFF;
  z-index: 1;
}

.balloon2-right p {
  margin: 0;
  padding: 0;
}

.master_comment {
  max-width:360px;
  margin:auto;
  text-align:center;
  background-image:url(/gakkou_ml/common/images/img_illust_master_white.png);
  background-position:right 20px top 0;
  background-repeat:no-repeat;
  background-size:100px auto;
}

.share li{
    margin: 0 12px 20px 12px;
    display: inline-block;
    vertical-align: top;
}

.share li img{
    width: auto;
    height: 50px;
}

#footer .copyright{
    clear: both;
}

#footer .copyright img{
    width: 210px;
}

} /* ----- min-width : 641px ----- */
</pre></body></html>