@charset "UTF-8";
/* base */
/* Canvas Size */
/* PC Responsive Width */
/* Color */
/* Font */
/* Image */
/* Responsive
========================================================================== */
/* Exclude
========================================================================== */
/* px to rem
========================================================================== */
/* px to em
========================================================================== */
/* WebFont
========================================================================== */
/* Color
========================================================================== */
/* mediaquery */
/* font */
/* hover */
/* other */
#main.-pb0 {
  padding-bottom: 0 !important;
}

/* wrap-green
============================================================= */
@media screen and (min-width: 768px), print {
  .wrap-green {
    background: #3384a8 !important;
    margin-top: 0.2rem;
    padding-top: 0.35rem;
    padding-bottom: 0.95rem;
  }
  .wrap-green #side {
    position: relative;
  }
  .wrap-green #side .mokuji-side__title {
    position: relative;
  }
  .wrap-green #side .mokuji-side__title::before {
    background: url(img/common/bg01.png) no-repeat left 0;
    background-size: 10.8rem auto;
    content: '';
    width: 10.8rem;
    height: 7.08rem;
    pointer-events: none;
    position: absolute;
    left: -10.85rem;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  .wrap-green {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.sect-inner {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .sect-inner {
    max-width: 7.8rem;
  }
}

/* mokuji-side
============================================================= */
@media screen and (min-width: 768px), print {
  .mokuji-side .mokuji-side__list a {
    color: #fff !important;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    white-space: nowrap;
  }
  .mokuji-side .mokuji-side__list a > span {
    color: #fff !important;
  }
  .mokuji-side .mokuji-side__list a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .mokuji-side .mokuji-side__list .-fontEn {
    color: #fff !important;
  }
}

/* pageTitle
============================================================= */
.pageTitle {
  font-family: "秀英丸ゴシック B";
  line-height: 1.2;
}

.pageTitle > span {
  display: block;
}

.pageTitle .en {
  color: #3384a8;
}

@media screen and (min-width: 768px), print {
  .pageTitle .en {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTitle .en {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px), print {
  .pageTitle .en + * {
    margin-top: 0.04rem;
  }
}

@media screen and (max-width: 767px) {
  .pageTitle .en + * {
    margin-top: 0.8vw;
  }
}

@media screen and (max-width: 767px) {
  .pageTitle + * {
    margin-top: 13.33vw;
  }
}

/* sectTitle
============================================================= */
.sectTitle {
  text-align: center;
  line-height: 1.2;
}

.sectTitle > * {
  display: block;
}

@media screen and (min-width: 768px), print {
  .sectTitle + * {
    margin-top: 0.32rem;
  }
}

@media screen and (max-width: 767px) {
  .sectTitle + * {
    margin-top: 9.07vw;
  }
}

@media screen and (min-width: 768px), print {
  .sectTitle-en {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .sectTitle-en {
    font-size: 4.67vw;
    letter-spacing: .1em;
  }
}

.sectTitle-main {
  font-family: "秀英丸ゴシック B";
}

@media screen and (min-width: 768px), print {
  .sectTitle-main {
    font-size: 0.3rem;
    margin-top: 0.05rem;
  }
}

@media screen and (max-width: 767px) {
  .sectTitle-main {
    font-size: 7.73vw;
    letter-spacing: .1em;
  }
}

/* btnGreen
============================================================= */
.btnGreen {
  background-color: #3384a8;
  border-radius: 100px;
  color: #fff !important;
  display: inline-block;
  font-family: "秀英丸ゴシック B";
  line-height: 1.2;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .btnGreen {
    font-size: 0.2rem;
    padding: 0.17rem 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .btnGreen {
    padding: 3.47vw 13.33vw;
  }
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .btnGreen {
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
  .btnGreen:hover {
    background-color: #52a8ce;
  }
}

@media screen and (max-width: 767px) {
  .btnGreen {
    width: 100%;
  }
}

.btnGreen::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px), print {
  .btnGreen::before {
    right: 0.26rem;
    width: 0.08rem;
    height: 0.08rem;
  }
}

@media screen and (max-width: 767px) {
  .btnGreen::before {
    right: 5.6vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

/* graySect
============================================================= */
.graySect {
  background-color: #f9f9f9;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .graySect {
    font-size: 0.12rem;
    padding: 0.25rem 0.35rem;
  }
}

@media screen and (max-width: 767px) {
  .graySect {
    font-size: 3.2vw;
    padding: 4vw 5.33vw;
  }
}

.graySect-title {
  font-family: "秀英丸ゴシック B";
}

/* profileBlock
============================================================= */
.profileBlockWrap {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .profileBlockWrap {
    max-width: 7.8rem;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .profileBlockWrap {
    margin-top: 10.67vw;
  }
}

@media screen and (min-width: 768px), print {
  .profileBlockWrap + * {
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .profileBlockWrap + * {
    margin-top: 10.67vw;
  }
}

.profileBlock {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

@media screen and (min-width: 768px), print {
  .profileBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
  }
}

@media screen and (max-width: 767px) {
  .profileBlock {
    padding-bottom: 8vw;
    padding-top: 9.6vw;
  }
}

.profileBlock-picture {
  display: block;
}

@media screen and (min-width: 768px), print {
  .profileBlock-picture {
    width: 1.5rem;
    max-width: 1.5rem;
    min-width: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .profileBlock-picture {
    padding-left: 21.33vw;
    padding-right: 21.33vw;
  }
}

.profileBlock-picture img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .profileBlock-picture + * {
    margin-top: 6.67vw;
  }
}

@media screen and (min-width: 768px), print {
  .profileBlock-contents {
    width: calc(100% - 1.8rem);
    max-width: calc(100% - 1.8rem);
    min-width: calc(100% - 1.8rem);
  }
}

.profileBlock-name {
  font-family: "秀英丸ゴシック B";
  line-height: 1.4;
}

@media screen and (min-width: 768px), print {
  .profileBlock-name {
    font-size: 0.24rem;
  }
}

@media screen and (max-width: 767px) {
  .profileBlock-name {
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 768px), print {
  .profileBlock-name + * {
    margin-top: 0.15rem;
  }
}

@media screen and (max-width: 767px) {
  .profileBlock-name + * {
    margin-top: 3.47vw;
  }
}

@media screen and (min-width: 768px), print {
  .profileBlock-text {
    font-size: 0.14rem;
  }
}

@media screen and (max-width: 767px) {
  .profileBlock-text {
    font-size: 3.47vw;
  }
}

/* audioBlock
============================================================= */
.audioBlock {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px), print {
  .audioBlock {
    max-width: 7.8rem;
  }
}

.audioBlock__contents {
  border: 1px solid #c15044;
  font-family: "秀英丸ゴシック B";
  line-height: 1.2;
  position: relative;
}

@media screen and (min-width: 768px), print {
  .audioBlock__contents {
    border-radius: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.45rem 0.55rem 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .audioBlock__contents {
    border-radius: 2.67vw;
    padding: 8vw 6.67vw;
  }
}

.audioBlock__contents::after {
  background: url(img/common/bg_audio.png) no-repeat left 0;
  background-size: 100% auto;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 768px), print {
  .audioBlock__contents::after {
    right: 0.2rem;
    width: 1.54rem;
    height: 1.57rem;
  }
}

@media screen and (max-width: 767px) {
  .audioBlock__contents::after {
    right: 4vw;
    width: 28.75vw;
    height: 29.31vw;
  }
}

@media screen and (min-width: 768px), print {
  .audioBlock__contentsItem {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  * + .audioBlock__contentsItem {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 768px), print {
  .audioBlock__contentsTitle {
    font-size: 0.2rem;
  }
}

@media screen and (max-width: 767px) {
  .audioBlock__contentsTitle {
    font-size: 4.53vw;
  }
}

@media screen and (min-width: 768px), print {
  .audioBlock__contentsTitle + * {
    margin-top: 0.12rem;
  }
}

@media screen and (max-width: 767px) {
  .audioBlock__contentsTitle + * {
    margin-top: 3.2vw;
  }
}

@media screen and (min-width: 768px), print {
  * + .audioBlock__contentsTitle {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  * + .audioBlock__contentsTitle {
    margin-top: 8vw;
  }
}

.audioBlock__contentsLink {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .audioBlock__contentsLink {
    padding-left: 0.45rem;
  }
}

@media screen and (max-width: 767px) {
  .audioBlock__contentsLink {
    padding-left: 12vw;
  }
}

.audioBlock__contentsLink::before {
  background: url(img/common/icon_audio.png) no-repeat left 0;
  background-size: 100% auto;
  content: '';
  position: absolute;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .audioBlock__contentsLink::before {
    top: 0.02rem;
    left: 0.13rem;
    width: 0.22rem;
    height: 0.17rem;
  }
}

@media screen and (max-width: 767px) {
  .audioBlock__contentsLink::before {
    top: 0.53vw;
    left: 3.47vw;
    width: 5.87vw;
    height: 4.53vw;
  }
}

.audioBlock__contentsLink a {
  text-decoration: underline;
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .audioBlock__contentsLink a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px), print {
  .audioBlock__contentsLink + .audioBlock__contentsLink {
    margin-top: 0.1rem;
  }
}

@media screen and (max-width: 767px) {
  .audioBlock__contentsLink + .audioBlock__contentsLink {
    margin-top: 2.67vw;
  }
}

@media screen and (min-width: 768px), print {
  .audio-graySect {
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .audio-graySect {
    margin-top: 6.67vw;
  }
}

@media screen and (min-width: 768px), print {
  .audio-graySect p {
    padding-left: 2.6em;
  }
}

.audio-graySect p a {
  color: #00a273 !important;
  text-decoration: underline;
}

@media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .audio-graySect p a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 768px), print {
  .ssAgenda,
  .agendaSect {
    border-bottom: solid #3384a8;
    border-top: solid #3384a8;
  }
  .ssAgenda .agendaSect-list > li:before,
  .agendaSect .agendaSect-list > li:before {
    background-color: #3384a8 !important;
  }
  .ssAgenda .agendaSect-list > li a,
  .agendaSect .agendaSect-list > li a {
    color: #3384a8 !important;
  }
  .ssAgenda .agendaSect-list > li a:hover,
  .agendaSect .agendaSect-list > li a:hover {
    color: #b0b0b0 !important;
  }
  .ssAgenda__list > li:before, .ssAgenda__list2 > li:before,
  .agendaSect__list > li:before,
  .agendaSect__list2 > li:before {
    background-color: #3384a8 !important;
  }
  .ssAgenda__list > li a, .ssAgenda__list2 > li a,
  .agendaSect__list > li a,
  .agendaSect__list2 > li a {
    color: #3384a8 !important;
  }
  .ssAgenda__list > li a:hover, .ssAgenda__list2 > li a:hover,
  .agendaSect__list > li a:hover,
  .agendaSect__list2 > li a:hover {
    color: #b0b0b0 !important;
  }
}

@media screen and (max-width: 767px) {
  .ssAgenda,
  .agendaSect {
    border-bottom: solid #3384a8;
    border-top: solid #3384a8;
  }
  .ssAgenda .agendaSect-list > li:before,
  .agendaSect .agendaSect-list > li:before {
    background-color: #3384a8 !important;
  }
  .ssAgenda .agendaSect-list > li a,
  .agendaSect .agendaSect-list > li a {
    color: #3384a8 !important;
  }
  .ssAgenda .agendaSect-list > li a:hover,
  .agendaSect .agendaSect-list > li a:hover {
    color: #b0b0b0 !important;
  }
  .ssAgenda__list > li:before, .ssAgenda__list2 > li:before,
  .agendaSect__list > li:before,
  .agendaSect__list2 > li:before {
    background-color: #3384a8 !important;
  }
  .ssAgenda__list > li a, .ssAgenda__list2 > li a,
  .agendaSect__list > li a,
  .agendaSect__list2 > li a {
    color: #3384a8 !important;
  }
  .ssAgenda__list > li a:hover, .ssAgenda__list2 > li a:hover,
  .agendaSect__list > li a:hover,
  .agendaSect__list2 > li a:hover {
    color: #b0b0b0 !important;
  }
}
/*# sourceMappingURL=common.css.map */