@charset "UTF-8";
/*
**********************************************************************

* Reset

*********************************************************************
*/
/* root
----------------------------------------------------------*/
:root {
  font-size: 62.5%; }

/* reset
----------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent; }

html {
  height: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
main,
section {
  display: block; }

body {
  letter-spacing: 0;
  color: #000;
  -webkit-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
th,
address {
  font-size: 100%;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

fieldset,
img {
  border: 0; }

img {
  vertical-align: top; }

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0; }

th,
td {
  text-align: left;
  vertical-align: top; }

caption,
th {
  text-align: left; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 62.5%;
  vertical-align: text-top; }

input,
textarea,
button,
label {
  font-family: inherit;
  margin: 0;
  vertical-align: middle;
  outline: 0; }

input[type='radio'],
input[type='checkbox'],
input[type='submit'],
button {
  cursor: pointer; }

/* link
----------------------------------------------------------------------*/
a {
  text-decoration: underline;
  color: #000; }

a:hover {
  text-decoration: none; }

a:active {
  text-decoration: none; }

/*
**********************************************************************

* Utility

*********************************************************************
*/
/* font family
----------------------------------------------------------*/
.f-en {
  font-family: "Libre Baskerville", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

.f-min {
  font-family: "Libre Baskerville", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }

/* #MqMark
----------------------------------------------------------*/
#MqMark {
  display: none; }

@media screen and (min-width: 769px), print {
  #MqMark {
    font-family: 'pc'; } }

@media only screen and (min-width: 769px) and (max-width: 959px) {
  #MqMark {
    font-family: 'tb'; } }

@media only screen and (max-width: 768px) {
  #MqMark {
    font-family: 'sp'; } }

/* pcNone,spNone
----------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* show
  ----------*/
  .pcBlock {
    display: block; }
  .spBlock {
    display: none; }
  .pcBlock-i {
    display: inline-block; }
  .spBlock-i {
    display: none; }
  /* hide
  ----------*/
  .pcNone {
    display: none; }
  .spNone {
    display: block; }
  .pcNone-i {
    display: none; }
  .spNone-i {
    display: inline; } }

@media only screen and (max-width: 768px) {
  /* show
  ----------*/
  .pcBlock {
    display: none; }
  .spBlock {
    display: block; }
  .pcBlock-i {
    display: none; }
  .spBlock-i {
    display: inline-block; }
  /* hide
  ----------*/
  .pcNone {
    display: block; }
  .spNone {
    display: none; }
  .pcNone-i {
    display: inline; }
  .spNone-i {
    display: none; } }

/* clearfix
----------------------------------------------------------------------*/
.clearfix:after,
.clearFix:after,
.u-cf:after {
  display: block;
  clear: both;
  content: ''; }

/* bisplay type
----------------------------------------------------------------------*/
.u-dib {
  display: inline-block; }

.u-di {
  display: inline; }

.u-db {
  display: block; }

/* hover
----------------------------------------------------------------------*/
.u-ovSelf {
  transition: opacity .2s ease; }

.u-ovSelf:hover {
  opacity: 0.6; }

a.u-ov {
  transition: opacity .2s ease; }

a.u-ov:hover img {
  opacity: 0.6; }

/* common style !important
----------------------------------------------------------------------*/
.u-hide {
  display: none !important; }

.u-fontB {
  font-weight: bold !important; }

.u-clrBk {
  color: #333 !important; }

.u-clrRed {
  color: #f00 !important; }

.u-tl {
  text-align: left !important; }

.u-tr {
  text-align: right !important; }

.u-tc {
  text-align: center !important; }

.u-clear {
  clear: both !important; }

.u-fl {
  float: left !important; }

.u-fr {
  float: right !important; }

.u-mt0 {
  margin-top: 0px !important; }

.u-mb0 {
  margin-bottom: 0px !important; }

.u-ml0 {
  margin-left: 0px !important; }

.u-mr0 {
  margin-bottom: 0px !important; }

.u-pt0 {
  padding-top: 0px !important; }

.u-pb0 {
  padding-bottom: 0px !important; }

.u-pl0 {
  padding-left: 0px !important; }

.u-pr0 {
  padding-bottom: 0px !important; }

.u-mt5 {
  margin-top: 5px !important; }

.u-mb5 {
  margin-bottom: 5px !important; }

.u-ml5 {
  margin-left: 5px !important; }

.u-mr5 {
  margin-bottom: 5px !important; }

.u-pt5 {
  padding-top: 5px !important; }

.u-pb5 {
  padding-bottom: 5px !important; }

.u-pl5 {
  padding-left: 5px !important; }

.u-pr5 {
  padding-bottom: 5px !important; }

.u-mt10 {
  margin-top: 10px !important; }

.u-mb10 {
  margin-bottom: 10px !important; }

.u-ml10 {
  margin-left: 10px !important; }

.u-mr10 {
  margin-bottom: 10px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pb10 {
  padding-bottom: 10px !important; }

.u-pl10 {
  padding-left: 10px !important; }

.u-pr10 {
  padding-bottom: 10px !important; }

.u-mt15 {
  margin-top: 15px !important; }

.u-mb15 {
  margin-bottom: 15px !important; }

.u-ml15 {
  margin-left: 15px !important; }

.u-mr15 {
  margin-bottom: 15px !important; }

.u-pt15 {
  padding-top: 15px !important; }

.u-pb15 {
  padding-bottom: 15px !important; }

.u-pl15 {
  padding-left: 15px !important; }

.u-pr15 {
  padding-bottom: 15px !important; }

.u-mt20 {
  margin-top: 20px !important; }

.u-mb20 {
  margin-bottom: 20px !important; }

.u-ml20 {
  margin-left: 20px !important; }

.u-mr20 {
  margin-bottom: 20px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-pl20 {
  padding-left: 20px !important; }

.u-pr20 {
  padding-bottom: 20px !important; }

.u-mt25 {
  margin-top: 25px !important; }

.u-mb25 {
  margin-bottom: 25px !important; }

.u-ml25 {
  margin-left: 25px !important; }

.u-mr25 {
  margin-bottom: 25px !important; }

.u-pt25 {
  padding-top: 25px !important; }

.u-pb25 {
  padding-bottom: 25px !important; }

.u-pl25 {
  padding-left: 25px !important; }

.u-pr25 {
  padding-bottom: 25px !important; }

.u-mt30 {
  margin-top: 30px !important; }

.u-mb30 {
  margin-bottom: 30px !important; }

.u-ml30 {
  margin-left: 30px !important; }

.u-mr30 {
  margin-bottom: 30px !important; }

.u-pt30 {
  padding-top: 30px !important; }

.u-pb30 {
  padding-bottom: 30px !important; }

.u-pl30 {
  padding-left: 30px !important; }

.u-pr30 {
  padding-bottom: 30px !important; }

.u-mt35 {
  margin-top: 35px !important; }

.u-mb35 {
  margin-bottom: 35px !important; }

.u-ml35 {
  margin-left: 35px !important; }

.u-mr35 {
  margin-bottom: 35px !important; }

.u-pt35 {
  padding-top: 35px !important; }

.u-pb35 {
  padding-bottom: 35px !important; }

.u-pl35 {
  padding-left: 35px !important; }

.u-pr35 {
  padding-bottom: 35px !important; }

.u-mt40 {
  margin-top: 40px !important; }

.u-mb40 {
  margin-bottom: 40px !important; }

.u-ml40 {
  margin-left: 40px !important; }

.u-mr40 {
  margin-bottom: 40px !important; }

.u-pt40 {
  padding-top: 40px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-pl40 {
  padding-left: 40px !important; }

.u-pr40 {
  padding-bottom: 40px !important; }

.u-mt45 {
  margin-top: 45px !important; }

.u-mb45 {
  margin-bottom: 45px !important; }

.u-ml45 {
  margin-left: 45px !important; }

.u-mr45 {
  margin-bottom: 45px !important; }

.u-pt45 {
  padding-top: 45px !important; }

.u-pb45 {
  padding-bottom: 45px !important; }

.u-pl45 {
  padding-left: 45px !important; }

.u-pr45 {
  padding-bottom: 45px !important; }

.u-mt50 {
  margin-top: 50px !important; }

.u-mb50 {
  margin-bottom: 50px !important; }

.u-ml50 {
  margin-left: 50px !important; }

.u-mr50 {
  margin-bottom: 50px !important; }

.u-pt50 {
  padding-top: 50px !important; }

.u-pb50 {
  padding-bottom: 50px !important; }

.u-pl50 {
  padding-left: 50px !important; }

.u-pr50 {
  padding-bottom: 50px !important; }

.u-mt55 {
  margin-top: 55px !important; }

.u-mb55 {
  margin-bottom: 55px !important; }

.u-ml55 {
  margin-left: 55px !important; }

.u-mr55 {
  margin-bottom: 55px !important; }

.u-pt55 {
  padding-top: 55px !important; }

.u-pb55 {
  padding-bottom: 55px !important; }

.u-pl55 {
  padding-left: 55px !important; }

.u-pr55 {
  padding-bottom: 55px !important; }

.u-mt60 {
  margin-top: 60px !important; }

.u-mb60 {
  margin-bottom: 60px !important; }

.u-ml60 {
  margin-left: 60px !important; }

.u-mr60 {
  margin-bottom: 60px !important; }

.u-pt60 {
  padding-top: 60px !important; }

.u-pb60 {
  padding-bottom: 60px !important; }

.u-pl60 {
  padding-left: 60px !important; }

.u-pr60 {
  padding-bottom: 60px !important; }

.u-mt65 {
  margin-top: 65px !important; }

.u-mb65 {
  margin-bottom: 65px !important; }

.u-ml65 {
  margin-left: 65px !important; }

.u-mr65 {
  margin-bottom: 65px !important; }

.u-pt65 {
  padding-top: 65px !important; }

.u-pb65 {
  padding-bottom: 65px !important; }

.u-pl65 {
  padding-left: 65px !important; }

.u-pr65 {
  padding-bottom: 65px !important; }

.u-mt70 {
  margin-top: 70px !important; }

.u-mb70 {
  margin-bottom: 70px !important; }

.u-ml70 {
  margin-left: 70px !important; }

.u-mr70 {
  margin-bottom: 70px !important; }

.u-pt70 {
  padding-top: 70px !important; }

.u-pb70 {
  padding-bottom: 70px !important; }

.u-pl70 {
  padding-left: 70px !important; }

.u-pr70 {
  padding-bottom: 70px !important; }

.u-mt75 {
  margin-top: 75px !important; }

.u-mb75 {
  margin-bottom: 75px !important; }

.u-ml75 {
  margin-left: 75px !important; }

.u-mr75 {
  margin-bottom: 75px !important; }

.u-pt75 {
  padding-top: 75px !important; }

.u-pb75 {
  padding-bottom: 75px !important; }

.u-pl75 {
  padding-left: 75px !important; }

.u-pr75 {
  padding-bottom: 75px !important; }

.u-mt80 {
  margin-top: 80px !important; }

.u-mb80 {
  margin-bottom: 80px !important; }

.u-ml80 {
  margin-left: 80px !important; }

.u-mr80 {
  margin-bottom: 80px !important; }

.u-pt80 {
  padding-top: 80px !important; }

.u-pb80 {
  padding-bottom: 80px !important; }

.u-pl80 {
  padding-left: 80px !important; }

.u-pr80 {
  padding-bottom: 80px !important; }

.u-mt85 {
  margin-top: 85px !important; }

.u-mb85 {
  margin-bottom: 85px !important; }

.u-ml85 {
  margin-left: 85px !important; }

.u-mr85 {
  margin-bottom: 85px !important; }

.u-pt85 {
  padding-top: 85px !important; }

.u-pb85 {
  padding-bottom: 85px !important; }

.u-pl85 {
  padding-left: 85px !important; }

.u-pr85 {
  padding-bottom: 85px !important; }

.u-mt90 {
  margin-top: 90px !important; }

.u-mb90 {
  margin-bottom: 90px !important; }

.u-ml90 {
  margin-left: 90px !important; }

.u-mr90 {
  margin-bottom: 90px !important; }

.u-pt90 {
  padding-top: 90px !important; }

.u-pb90 {
  padding-bottom: 90px !important; }

.u-pl90 {
  padding-left: 90px !important; }

.u-pr90 {
  padding-bottom: 90px !important; }

.u-mt95 {
  margin-top: 95px !important; }

.u-mb95 {
  margin-bottom: 95px !important; }

.u-ml95 {
  margin-left: 95px !important; }

.u-mr95 {
  margin-bottom: 95px !important; }

.u-pt95 {
  padding-top: 95px !important; }

.u-pb95 {
  padding-bottom: 95px !important; }

.u-pl95 {
  padding-left: 95px !important; }

.u-pr95 {
  padding-bottom: 95px !important; }

.u-mt100 {
  margin-top: 100px !important; }

.u-mb100 {
  margin-bottom: 100px !important; }

.u-ml100 {
  margin-left: 100px !important; }

.u-mr100 {
  margin-bottom: 100px !important; }

.u-pt100 {
  padding-top: 100px !important; }

.u-pb100 {
  padding-bottom: 100px !important; }

.u-pl100 {
  padding-left: 100px !important; }

.u-pr100 {
  padding-bottom: 100px !important; }

/* font-size
----------------------------------------------------------------------*/
.u-fontS {
  font-size: 93.333%; }

.u-fontL {
  font-size: 110%; }

.u-fontLL {
  font-size: 120%; }

/* indent
----------------------------------------------------------------------*/
.u-indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em; }

/*
**********************************************************************

* Libs

*********************************************************************
*/
/* =========================================================
SLICK
========================================================= */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ''; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide a {
    outline: none !important; }
  [dir='rtl'] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* slickArrow */
.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  text-indent: -9999px;
  border: 0;
  background: no-repeat center center #e0e0e0;
  background-size: 9px 18px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
  .slick-arrow {
    transition: opacity .2s ease; }
  .slick-arrow:hover {
    opacity: 0.6; }
  @media only screen and (max-width: 768px) {
    .slick-arrow {
      width: 30px;
      height: 30px;
      background-size: 7px 14px; } }
  .slick-arrow.slick-disabled {
    display: none !important; }

.slick-prev {
  left: 0;
  background-image: url(../images/common/arrow_prev01.svg); }

.slick-next {
  right: 0;
  background-image: url(../images/common/arrow_next01.svg); }

.slick-dots {
  line-height: 1;
  margin-top: 40px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .slick-dots {
      margin-top: 20px; } }
  .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    vertical-align: top; }
    .slick-dots li.slick-active button {
      background-color: #000; }
    .slick-dots li button {
      display: block;
      overflow: hidden;
      width: 12px;
      height: 12px;
      margin: 0;
      padding: 0;
      text-indent: -9999px;
      border: 0;
      border-radius: 50% 50%;
      background: transparent;
      background-color: #a4a4a4; }

/*
**********************************************************************

* Common

*********************************************************************
*/
/* =========================================================
body
========================================================= */
body {
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, sans-serif;
  min-width: 320px;
  background: #fff; }

@media screen and (min-width: 769px), print {
  body {
    line-height: 1.8;
    font-size: 15px;
    font-size: 1.5rem; } }

@media only screen and (max-width: 768px) {
  body {
    line-height: 1.8;
    font-size: 14px;
    font-size: 1.4rem; } }

@media only screen and (max-width: 374px) {
  body {
    font-size: 13px;
    font-size: 1.3rem; } }

@media only print {
  body {
    width: 960px !important; } }

/* =========================================================
#Wrapper
========================================================= */
#Wrapper {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  min-height: 100vh; }
  #Wrapper #WrapIn {
    width: 100%; }
  .is-menuOpen #Wrapper,
  .is-popOpen #Wrapper {
    overflow: visible; }
    .is-menuOpen #Wrapper #WrapIn,
    .is-popOpen #Wrapper #WrapIn {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }

.inner {
  position: relative;
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 15px; }

img {
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 769px), print {
  #Wrapper {
    padding-top: 75px; }
    .is-menuOpen #Wrapper #WrapIn,
    .is-popOpen #Wrapper #WrapIn {
      max-height: calc(100vh - 75px);
      padding-top: 75px; }
  .inner {
    padding: 0 15px; } }

@media only screen and (max-width: 768px) {
  #Wrapper {
    padding-top: 50px; }
    .is-menuOpen #Wrapper #WrapIn,
    .is-popOpen #Wrapper #WrapIn {
      max-height: calc(100vh - 50px);
      padding-top: 50px; }
  .inner {
    padding: 0 15px; } }
  @media only screen and (max-width: 768px) and (max-width: 374px) {
    .inner {
      padding: 0 10px; } }

/* =========================================================
#GHead
========================================================= */
/* ----- print ----- */
@media only print {
  #GHead {
    position: absolute !important; } }

/* ---------- */
#GHead {
  line-height: 1;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%; }
  .is-menuOpen #GHead {
    position: absolute; }
  #GHead img {
    vertical-align: top; }
  #GHead .headInner {
    position: relative;
    z-index: 1;
    background-color: #fff; }
    #GHead .headInner .logo img {
      width: auto; }
    #GHead .headInner .btnBlock {
      position: absolute;
      top: 0;
      right: 0; }
      #GHead .headInner .btnBlock .itemList {
        display: flex; }
        #GHead .headInner .btnBlock .itemList li {
          text-align: center;
          color: #444;
          border-left: 1px solid #e2e2e9; }
          #GHead .headInner .btnBlock .itemList li a {
            display: block;
            text-decoration: none;
            color: inherit; }
          #GHead .headInner .btnBlock .itemList li .liInner {
            box-sizing: border-box; }
          #GHead .headInner .btnBlock .itemList li .icon {
            position: relative; }
            #GHead .headInner .btnBlock .itemList li .icon img {
              width: auto; }
          #GHead .headInner .btnBlock .itemList li.searchBtnWrap {
            position: relative;
            transition: .2s ease;
            transition-property: color,backround-color;
            color: inherit;
            background-color: #fff; }
            .is-searchOpen #GHead .headInner .btnBlock .itemList li.searchBtnWrap {
              color: #fff;
              background-color: #6b1b7e; }
            #GHead .headInner .btnBlock .itemList li.searchBtnWrap .icon img {
              transition: opacity .2s ease;
              opacity: 1; }
              .is-searchOpen #GHead .headInner .btnBlock .itemList li.searchBtnWrap .icon img {
                opacity: 0; }
            #GHead .headInner .btnBlock .itemList li.searchBtnWrap span {
              position: absolute;
              box-sizing: border-box;
              transition: all .2s ease;
              opacity: 0;
              background-color: #444; }
              .is-searchOpen #GHead .headInner .btnBlock .itemList li.searchBtnWrap span {
                background-color: #fff; }
              #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m2 {
                top: 50%; }
              #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m3 {
                display: none; }
              .is-searchOpen #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m1 {
                opacity: 1.0; }
              .is-searchOpen #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m2 {
                transform: translateY(0) rotate(225deg);
                opacity: 1.0; }
              .is-searchOpen #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m3 {
                opacity: 0; }
          #GHead .headInner .btnBlock .itemList li.menuBtnWrap {
            position: relative;
            transition: .2s ease;
            transition-property: color,backround-color;
            color: inherit;
            background-color: #fff; }
            .is-menuOpen #GHead .headInner .btnBlock .itemList li.menuBtnWrap {
              color: #fff;
              background-color: #6b1b7e; }
            #GHead .headInner .btnBlock .itemList li.menuBtnWrap span {
              position: absolute;
              box-sizing: border-box;
              transition: all .2s ease;
              background-color: #444; }
              .is-menuOpen #GHead .headInner .btnBlock .itemList li.menuBtnWrap span {
                background-color: #fff; }
              #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m2 {
                top: 50%; }
              #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m3 {
                opacity: 1.0; }
              .is-menuOpen #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m2 {
                transform: translateY(0) rotate(225deg); }
              .is-menuOpen #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m3 {
                opacity: 0; }

@media screen and (min-width: 769px), print {
  #GHead .headInner {
    height: 75px;
    padding: 0 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    #GHead .headInner .logo {
      padding-top: 22px; }
      #GHead .headInner .logo img {
        height: 38px; }
    #GHead .headInner .btnBlock .itemList li {
      width: 75px; }
      #GHead .headInner .btnBlock .itemList li .liInner {
        height: 75px;
        padding: 18px 0; }
      #GHead .headInner .btnBlock .itemList li .icon,
      #GHead .headInner .btnBlock .itemList li .icon img {
        height: 25px; }
      #GHead .headInner .btnBlock .itemList li .txt {
        margin-top: 10px;
        font-size: 11px;
        font-size: 1.1rem; }
      #GHead .headInner .btnBlock .itemList li.searchBtnWrap span {
        left: 20px;
        width: 32px;
        height: 3px; }
        #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m1 {
          top: 0; }
        #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m2 {
          margin-top: -2px; }
        #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m3 {
          bottom: 1px; }
        .is-searchOpen #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m1 {
          transform: translateY(11px) rotate(-225deg); }
        .is-searchOpen #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m3 {
          transform: translateY(-11px) rotate(180deg); }
      #GHead .headInner .btnBlock .itemList li.menuBtnWrap span {
        left: 20px;
        width: 32px;
        height: 3px; }
        #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m1 {
          top: 0; }
        #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m2 {
          margin-top: -2px; }
        #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m3 {
          bottom: 1px; }
        .is-menuOpen #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m1 {
          transform: translateY(11px) rotate(-225deg); }
        .is-menuOpen #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m3 {
          transform: translateY(-11px) rotate(180deg); } }

@media only screen and (max-width: 768px) {
  #GHead .headInner {
    height: 50px;
    padding: 0 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    #GHead .headInner .logo {
      padding-top: 15px; }
      #GHead .headInner .logo img {
        height: 24px; } }
    @media only screen and (max-width: 768px) and (max-width: 374px) {
      #GHead .headInner .logo {
        padding-top: 17px; }
        #GHead .headInner .logo img {
          height: 19px; } }

@media only screen and (max-width: 768px) {
    #GHead .headInner .btnBlock .itemList li {
      width: 46px; }
      #GHead .headInner .btnBlock .itemList li .liInner {
        height: 50px;
        padding: 10px 0; }
      #GHead .headInner .btnBlock .itemList li .icon,
      #GHead .headInner .btnBlock .itemList li .icon img {
        height: 18px; }
      #GHead .headInner .btnBlock .itemList li .txt {
        margin-top: 5px;
        font-size: 10px;
        font-size: 1rem; }
      #GHead .headInner .btnBlock .itemList li.searchBtnWrap span {
        left: 11px;
        width: 22px;
        height: 2px; }
        #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m1 {
          top: 1px; }
        #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m2 {
          margin-top: -1px; }
        #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m3 {
          bottom: 1px; }
        .is-searchOpen #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m1 {
          transform: translateY(7px) rotate(-225deg); }
        .is-searchOpen #GHead .headInner .btnBlock .itemList li.searchBtnWrap span.m3 {
          transform: translateY(-7px) rotate(180deg); }
      #GHead .headInner .btnBlock .itemList li.menuBtnWrap span {
        left: 11px;
        width: 22px;
        height: 2px; }
        #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m1 {
          top: 1px; }
        #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m2 {
          margin-top: -1px; }
        #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m3 {
          bottom: 1px; }
        .is-menuOpen #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m1 {
          transform: translateY(7px) rotate(-225deg); }
        .is-menuOpen #GHead .headInner .btnBlock .itemList li.menuBtnWrap span.m3 {
          transform: translateY(-7px) rotate(180deg); } }

/* =========================================================
#FootNav
========================================================= */
#FootNav {
  border-top: 1px solid #dadae1; }
  #FootNav .navBlock:after {
    display: block;
    clear: both;
    content: ''; }
  #FootNav .navBlock .navBox {
    float: left; }
    #FootNav .navBlock .navBox .itemList li {
      font-size: 14px;
      font-size: 1.4rem; }
      #FootNav .navBlock .navBox .itemList li:first-child {
        margin-top: 0; }
      #FootNav .navBlock .navBox .itemList li a {
        text-decoration: none; }

@media screen and (min-width: 960px), print {
  #FootNav {
    padding: 55px 0; }
    #FootNav .navBlock .navBox {
      width: 25%; }
      #FootNav .navBlock .navBox .itemList li {
        margin-top: 18px; }
        #FootNav .navBlock .navBox .itemList li a:hover {
          text-decoration: underline; } }

@media only screen and (max-width: 959px) {
  #FootNav {
    display: none; } }

/* =========================================================
#GFoot
========================================================= */
#GFoot {
  line-height: 1;
  background-color: #fff; }
  #GFoot,
  #GFoot a {
    color: #000; }
  #GFoot img {
    vertical-align: top; }
  #GFoot .pagetop {
    text-align: center;
    background-color: #fff; }
    #GFoot .pagetop a {
      display: block;
      background-color: #6b1b7e; }
  #GFoot .infoBlock {
    text-align: center;
    background: url(../images/common/foot_bg01.jpg?ver=202008) no-repeat center 85%;
    background-size: cover; }
    #GFoot .infoBlock .navBox .itemList {
      display: flex;
      box-sizing: border-box;
      text-align: center;
      flex-wrap: wrap;
      justify-content: center; }
      #GFoot .infoBlock .navBox .itemList li {
        box-sizing: border-box; }
        #GFoot .infoBlock .navBox .itemList li a {
          text-decoration: none; }
    #GFoot .infoBlock .snsBox .itemList {
      text-align: center; }
      #GFoot .infoBlock .snsBox .itemList li {
        display: inline-block; }
        #GFoot .infoBlock .snsBox .itemList li img {
          width: auto; }
    #GFoot .infoBlock .searchBox {
      position: relative;
      margin: 0 auto;
      background-color: #fff;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05); }
      #GFoot .infoBlock .searchBox .inputBox input {
        line-height: 1;
        display: block;
        box-sizing: border-box;
        width: 100%;
        border: 0; }
      #GFoot .infoBlock .searchBox .submitBox input {
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
        height: 100%;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        text-indent: -9999px;
        border: 0;
        border-radius: 0;
        background: url(../images/common/foot_icn_search01.svg?ver=202008) no-repeat center center #959595;
        background-size: 70%; }
    #GFoot .infoBlock .requestBtn {
      text-align: center; }
      #GFoot .infoBlock .requestBtn a {
        display: inline-block;
        box-sizing: border-box;
        text-decoration: none;
        color: #fff;
        background-color: #6b1b7e; }
        #GFoot .infoBlock .requestBtn a:after {
          position: absolute;
          display: block;
          width: 0.8em;
          height: 0.22em;
          background-repeat: no-repeat;
          background-position: 0 0;
          background-size: 100% auto;
          content: '';
          line-height: 1;
          display: inline-block;
          margin-top: .25em;
          margin-left: .75em;
          transform: skewX(45deg);
          vertical-align: middle;
          border: solid #fff;
          border-width: 0 1px 1px 0; }
    #GFoot .infoBlock .addressList {
      line-height: 1.2;
      text-align: center;
      color: #6b1b7e; }
      #GFoot .infoBlock .addressList dt,
      #GFoot .infoBlock .addressList dd {
        display: inline-block; }
  #GFoot .copyright {
    line-height: 1.4;
    text-align: center;
    color: #fff;
    background-color: #1a1a1a; }

@media screen and (min-width: 769px), print {
  #GFoot .pagetop a {
    padding: 13px 0; }
  #GFoot .pagetop img {
    width: 15px; }
  #GFoot .infoBlock {
    padding: 60px 0 40px; }
    #GFoot .infoBlock .navBox {
      margin-top: -24px; }
      #GFoot .infoBlock .navBox .itemList li {
        margin-top: 24px;
        padding: 0 24px;
        font-size: 14px;
        font-size: 1.4rem; }
        #GFoot .infoBlock .navBox .itemList li a:hover {
          text-decoration: underline; }
    #GFoot .infoBlock .snsBox {
      margin-top: 45px; }
      #GFoot .infoBlock .snsBox .itemList li {
        margin: 0 12px; }
        #GFoot .infoBlock .snsBox .itemList li img {
          height: 34px; }
    #GFoot .infoBlock .searchBox {
      max-width: 300px;
      margin-top: 40px; }
      #GFoot .infoBlock .searchBox .inputBox {
        padding: 6px 0; }
        #GFoot .infoBlock .searchBox .inputBox input {
          height: 18px;
          padding: 2px 45px 2px 15px;
          font-size: 14px;
          font-size: 1.4rem; }
      #GFoot .infoBlock .searchBox .submitBox input {
        width: 30px; }
    #GFoot .infoBlock .requestBtn {
      margin-top: 35px;
      font-size: 16px;
      font-size: 1.6rem; }
      #GFoot .infoBlock .requestBtn a {
        min-width: 300px;
        padding: 12px 20px;
        border-radius: 30px 30px; }
    #GFoot .infoBlock .logo {
      margin-top: 65px; }
      #GFoot .infoBlock .logo img {
        width: 210px; }
    #GFoot .infoBlock .addressList {
      margin-top: 25px;
      font-size: 14px;
      font-size: 1.4rem; }
      #GFoot .infoBlock .addressList + .addressList {
        margin-top: 8px; }
      #GFoot .infoBlock .addressList dd {
        margin-left: 10px; }
  #GFoot .copyright {
    padding: 20px 0;
    letter-spacing: .05em;
    font-size: 11px;
    font-size: 1.1rem; } }

@media only screen and (max-width: 768px) {
  #GFoot .pagetop a {
    padding: 8px 0; }
  #GFoot .pagetop img {
    width: 15px; }
  #GFoot .infoBlock {
    padding: 40px 0 30px;
    background-image: url(../images/common/foot_bg01-sp.jpg?ver=202008);
    background-position: center bottom; }
    #GFoot .infoBlock .navBox {
      max-width: 480px;
      margin: 0 auto;
      margin-top: -20px; }
      #GFoot .infoBlock .navBox .itemList li {
        margin-top: 20px;
        padding: 0 2px;
        width: 50%;
        font-size: 12px;
        font-size: 1.2rem; }
        #GFoot .infoBlock .navBox .itemList li:nth-child(4):after {
          position: relative;
          display: block;
          width: 100%;
          height: 1px;
          content: ''; }
    #GFoot .infoBlock .snsBox {
      margin-top: 25px; }
      #GFoot .infoBlock .snsBox .itemList li {
        margin: 0 3px; }
        #GFoot .infoBlock .snsBox .itemList li img {
          height: 30px; }
    #GFoot .infoBlock .searchBox {
      max-width: 250px;
      margin-top: 30px; }
      #GFoot .infoBlock .searchBox .inputBox {
        padding: 8px 0; }
        #GFoot .infoBlock .searchBox .inputBox input {
          height: 16px;
          padding: 0 40px 0 10px;
          font-size: 16px;
          font-size: 1.6rem; }
      #GFoot .infoBlock .searchBox .submitBox input {
        width: 30px; }
    #GFoot .infoBlock .requestBtn {
      margin-top: 30px;
      font-size: 15px;
      font-size: 1.5rem; }
      #GFoot .infoBlock .requestBtn a {
        min-width: 250px;
        padding: 10px 20px;
        border-radius: 30px 30px; }
    #GFoot .infoBlock .logo {
      margin-top: 40px; }
      #GFoot .infoBlock .logo img {
        width: 184px; }
    #GFoot .infoBlock .addressList {
      margin-top: 25px; }
      #GFoot .infoBlock .addressList + .addressList {
        margin-top: 20px; }
      #GFoot .infoBlock .addressList dt,
      #GFoot .infoBlock .addressList dd {
        display: block; }
      #GFoot .infoBlock .addressList dt {
        font-size: 12px;
        font-size: 1.2rem; }
      #GFoot .infoBlock .addressList dd {
        margin-top: 8px;
        font-size: 12px;
        font-size: 1.2rem; }
  #GFoot .copyright {
    padding: 8px 0;
    font-size: 10px;
    font-size: 1rem; } }

/* =========================================================
#Contents
========================================================= */
#Contents {
  min-height: 600px; }

@media screen and (min-width: 960px), print {
  #Contents {
    padding-bottom: 100px; } }

@media only screen and (max-width: 959px) {
  #Contents {
    padding-bottom: 80px; } }

/* =========================================================
#Main
========================================================= */
#Main.topMain {
  padding-top: 0;
  padding-bottom: 0; }

main a {
  color: #6b1b7e; }
  main a {
    transition: opacity .2s ease; }
  main a:hover {
    opacity: 0.6; }

@media screen and (min-width: 769px), print {
  #Main {
    padding-top: 80px; } }

@media only screen and (max-width: 768px) {
  #Main {
    padding-top: 30px; } }

/* =========================================================
#Menu
========================================================= */
#MenuOverlay {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity ease .2s;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.75); }
  .is-menuOpen #MenuOverlay {
    z-index: 9;
    pointer-events: auto;
    opacity: 1; }

#Menu {
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background-color: #6b1b7e; }
  .is-menuOpen #Menu {
    z-index: 1; }
  #Menu,
  #Menu a {
    text-decoration: none;
    color: #fff; }
  #Menu .menuBlock {
    position: relative;
    z-index: 1;
    background-color: #6b1b7e; }
    #Menu .menuBlock .itemList {
      position: relative;
      border-bottom: 1px solid #fff; }
      #Menu .menuBlock .itemList .request a {
        display: block;
        color: #6b1b7e;
        background-color: #fff; }
      #Menu .menuBlock .itemList .parent {
        position: relative; }
        #Menu .menuBlock .itemList .parent a {
          display: block; }
      #Menu .menuBlock .itemList .innerList {
        display: none; }
        #Menu .menuBlock .itemList .innerList:after {
          display: block;
          clear: both;
          content: ''; }
        #Menu .menuBlock .itemList .innerList > li a {
          display: block; }
    #Menu .menuBlock .dummyBox {
      transition: ease-out height .25s; }
  #Menu .otherBlock {
    position: relative;
    background-color: #4d145b; }
    #Menu .otherBlock .subMenuBox .itemList {
      display: flex;
      flex-wrap: wrap; }
    #Menu .otherBlock .otherMenuBox .itemList {
      margin-top: -10px; }
      #Menu .otherBlock .otherMenuBox .itemList:after {
        display: block;
        clear: both;
        content: ''; }
      #Menu .otherBlock .otherMenuBox .itemList li {
        margin-top: 10px;
        float: left;
        border-right: 1px solid #fff; }

@media screen and (min-width: 960px), print {
  #Menu .menuBlock {
    padding: 50px 0 40px; }
    #Menu .menuBlock .itemList {
      display: flex;
      align-items: stretch;
      justify-content: space-between; }
      #Menu .menuBlock .itemList > li {
        line-height: 1.3;
        min-height: 100%;
        padding: 0 6px; }
        #Menu .menuBlock .itemList > li:first-child {
          padding-left: 0; }
        #Menu .menuBlock .itemList > li:last-child {
          padding-right: 0; }
        #Menu .menuBlock .itemList > li.open .parent:after {
          position: absolute;
          bottom: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 3px;
          content: '';
          pointer-events: none;
          background-color: #fff; }
      #Menu .menuBlock .itemList .request {
        margin-left: 6px;
        font-size: 14px;
        font-size: 1.4rem; }
        #Menu .menuBlock .itemList .request a {
          box-sizing: border-box;
          min-width: 140px;
          padding: 12px 12px;
          transform: translateY(-25%);
          text-align: center; }
      #Menu .menuBlock .itemList .parent {
        height: 100%;
        font-size: 15px;
        font-size: 1.5rem; } }
      @media screen and (min-width: 960px) and (min-width: 769px) and (max-width: 1120px), print {
        #Menu .menuBlock .itemList .parent {
          font-size: 14px;
          font-size: 1.4rem; } }

@media screen and (min-width: 960px), print {
        #Menu .menuBlock .itemList .parent a {
          display: flex;
          min-height: 100%;
          padding-bottom: 30px; }
          .is-IE #Menu .menuBlock .itemList .parent a {
            height: 100%; }
      #Menu .menuBlock .itemList .innerList {
        position: absolute;
        left: 0;
        overflow: hidden;
        width: 100%; }
        #Menu .menuBlock .itemList .innerList > li {
          float: left;
          width: 22.18%;
          margin-top: 35px;
          margin-left: 3.76%;
          font-size: 14px;
          font-size: 1.4rem; }
          #Menu .menuBlock .itemList .innerList > li:nth-child(4n+1) {
            margin-left: 0; }
        #Menu .menuBlock .itemList .innerList .txt {
          margin-top: 15px; }
    #Menu .menuBlock .dummyBox {
      height: 208px; }
  #Menu .otherBlock {
    padding: 30px 0 25px; }
    #Menu .otherBlock .subMenuBox .itemList {
      margin: -4px -4px; }
      #Menu .otherBlock .subMenuBox .itemList li {
        padding: 4px 4px;
        font-size: 13px;
        font-size: 1.3rem; }
        #Menu .otherBlock .subMenuBox .itemList li:first-child {
          margin-left: 0; }
        #Menu .otherBlock .subMenuBox .itemList li a {
          display: block;
          padding: 15px 15px;
          border: 1px solid #fff; }
          #Menu .otherBlock .subMenuBox .itemList li a {
            transition: opacity .2s ease; }
          #Menu .otherBlock .subMenuBox .itemList li a:hover {
            opacity: 0.6; }
    #Menu .otherBlock .otherMenuBox {
      margin-top: 50px; }
      #Menu .otherBlock .otherMenuBox .itemList {
        margin-left: -8px; }
        #Menu .otherBlock .otherMenuBox .itemList li {
          margin-left: 8px;
          padding-right: 8px;
          font-size: 12px;
          font-size: 1.2rem; }
          #Menu .otherBlock .otherMenuBox .itemList li a:hover {
            text-decoration: underline; } }

@media only screen and (max-width: 959px) {
  #Menu .inner {
    padding: 0; }
  #Menu .menuBlock .itemList > li {
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    #Menu .menuBlock .itemList > li:first-child {
      border-top: 0; }
    #Menu .menuBlock .itemList > li.open .parent .acIcon:after {
      transform: rotate(0deg);
      opacity: 0; }
  #Menu .menuBlock .itemList .request {
    font-size: 15px;
    font-size: 1.5rem; }
    #Menu .menuBlock .itemList .request a {
      padding: 15px 15px; }
  #Menu .menuBlock .itemList .parent {
    position: relative;
    font-size: 15px;
    font-size: 1.5rem; }
    #Menu .menuBlock .itemList .parent a {
      padding: 15px 50px 15px 15px; }
    #Menu .menuBlock .itemList .parent .acIcon {
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 50px;
      height: 100%;
      cursor: pointer; }
      #Menu .menuBlock .itemList .parent .acIcon:before, #Menu .menuBlock .itemList .parent .acIcon:after {
        position: absolute;
        display: block;
        width: 20px;
        height: 1px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto;
        content: '';
        top: 50%;
        right: 15px;
        background-color: #fff; }
      #Menu .menuBlock .itemList .parent .acIcon:after {
        transition: all ease .2s;
        transform: rotate(90deg); }
  #Menu .menuBlock .itemList .innerList {
    background-color: #4d145b; }
    #Menu .menuBlock .itemList .innerList > li {
      border-top: 1px solid rgba(255, 255, 255, 0.3);
      font-size: 14px;
      font-size: 1.4rem; }
    #Menu .menuBlock .itemList .innerList .liInner {
      padding: 11px 15px; }
    #Menu .menuBlock .itemList .innerList .thumb {
      display: none; }
    #Menu .menuBlock .itemList .innerList .txt {
      padding-left: 0;
      background-image: none; }
  #Menu .menuBlock .dummyBox {
    display: none; }
  #Menu .otherBlock .subMenuBox .itemList li {
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #fff;
    font-size: 13px;
    font-size: 1.3rem; } }
  @media only screen and (max-width: 959px) and (max-width: 374px) {
    #Menu .otherBlock .subMenuBox .itemList li {
      font-size: 12px;
      font-size: 1.2rem; } }

@media only screen and (max-width: 959px) {
    #Menu .otherBlock .subMenuBox .itemList li:nth-child(2n) {
      border-left: 1px solid #fff; }
    #Menu .otherBlock .subMenuBox .itemList li a {
      display: block;
      padding: 15px 15px 15px 15px; }
  #Menu .otherBlock .otherMenuBox {
    padding: 25px 15px 15px; }
    #Menu .otherBlock .otherMenuBox .itemList {
      margin-left: -5px; }
      #Menu .otherBlock .otherMenuBox .itemList li {
        margin-left: 5px;
        padding-right: 5px;
        font-size: 11px;
        font-size: 1.1rem; }
        #Menu .otherBlock .otherMenuBox .itemList li:first-child {
          padding-left: 0; } }

/* =========================================================
#Search
========================================================= */
#Search {
  line-height: 1;
  position: absolute;
  z-index: 0;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background-color: #6b1b7e; }
  .is-searchOpen #Search {
    z-index: 1; }
  #Search .searchBlock {
    display: flex;
    background-color: #fff;
    align-items: center; }
    #Search .searchBlock .inputBox {
      flex: 1; }
      #Search .searchBlock .inputBox input {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        background: no-repeat left center; }
        #Search .searchBlock .inputBox input.empty {
          background-image: url(../images/common/head_search_bg.jpg); }
        #Search .searchBlock .inputBox input:focus {
          background-image: none; }
    #Search .searchBlock .submitBox {
      height: 100%; }
      #Search .searchBlock .submitBox input {
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: none #a1a1a1;
        -webkit-appearance: none; }

@media screen and (min-width: 769px), print {
  #Search {
    padding: 25px 0; }
    #Search .searchBlock {
      height: 40px; }
      #Search .searchBlock .inputBox {
        padding: 0 15px; }
      #Search .searchBlock .submitBox {
        width: 145px; } }

@media only screen and (max-width: 768px) {
  #Search {
    padding: 15px 0; }
    #Search .searchBlock {
      height: 30px; }
      #Search .searchBlock .inputBox {
        padding: 0 10px; }
        #Search .searchBlock .inputBox input {
          background-size: auto 65%;
          font-size: 16px;
          font-size: 1.6rem; }
      #Search .searchBlock .submitBox {
        width: 60px; } }

/* =========================================================
#Overlay
========================================================= */
#Overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }

/* =========================================================
youtube popup
========================================================= */
#YtPopOverlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85); }

#YtPopWrap {
  line-height: 1;
  position: absolute;
  z-index: 101;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 50px 20px; }
  @media screen and (min-width: 960px), print {
    #YtPopWrap {
      left: 50%;
      max-width: 940px;
      margin-left: -470px; } }
  #YtPopWrap .ytpopClose {
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 20px;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    font-size: 3rem; }
  #YtPopWrap .iframeWrap {
    position: relative;
    display: block;
    padding-top: 56.25%; }
    #YtPopWrap .iframeWrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      vertical-align: top; }

/* =========================================================
========================================================= */
#PopWrap {
  box-sizing: border-box; }
  #PopWrap .popArrow {
    position: fixed;
    z-index: 1;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%); }
    #PopWrap .popArrow {
      transition: opacity .2s ease; }
    #PopWrap .popArrow:hover {
      opacity: 0.6; }
    #PopWrap .popArrow:before {
      position: absolute;
      display: block;
      width: 30%;
      height: 30%;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      content: '';
      left: 50%;
      top: 50%;
      transform: translate(-75%, -50%) rotate(45deg);
      border: solid #fff;
      border-width: 1px 1px 0 0; }
    #PopWrap .popArrow#PopPrev {
      left: 0;
      transform: scaleX(-1) translateY(-50%); }
    #PopWrap .popArrow#PopNext {
      right: 0; }
  #PopWrap .moviePop {
    position: relative;
    box-sizing: border-box;
    width: 1064px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px; }
    #PopWrap .moviePop .iframeWrap {
      position: relative;
      padding-top: 56.25%; }
      #PopWrap .moviePop .iframeWrap iframe,
      #PopWrap .moviePop .iframeWrap video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: calc(100vh - 150px); }
  #PopWrap.is-hasMovie .popInner {
    max-width: 1024px;
    padding: 35px 0; }
    @media only screen and (max-width: 768px) {
      #PopWrap.is-hasMovie .popInner {
        padding: 35px 0; } }
  #PopWrap .closeBtn {
    position: absolute;
    z-index: 8;
    right: 10px;
    bottom: 100%;
    cursor: pointer; }
    #PopWrap .closeBtn {
      transition: opacity .2s ease; }
    #PopWrap .closeBtn:hover {
      opacity: 0.6; }
    #PopWrap .closeBtn:before, #PopWrap .closeBtn:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      content: '';
      left: 50%;
      top: 50%;
      width: 50%;
      height: 1px;
      margin: -1px 0 0 -25%;
      border-radius: 2px;
      background-color: #fff; }
    #PopWrap .closeBtn:before {
      transform: rotate(45deg); }
    #PopWrap .closeBtn:after {
      transform: rotate(-45deg); }

@media screen and (min-width: 769px), print {
  #PopWrap {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 50px;
    padding: 0 80px; } }
  @media screen and (min-width: 769px) and (max-width: 1199px) {
    #PopWrap {
      padding-right: 50px;
      padding-left: 50px; } }

@media screen and (min-width: 769px), print {
    #PopWrap .popArrow {
      width: 80px;
      height: 80px; } }
    @media screen and (min-width: 769px) and (max-width: 1199px) {
      #PopWrap .popArrow {
        width: 50px;
        height: 50px; } }

@media screen and (min-width: 769px), print {
    #PopWrap .closeWrap {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #PopWrap .closeBtn {
      width: 80px;
      height: 80px;
      transform: translateX(100%); } }
    @media screen and (min-width: 769px) and (max-width: 1199px) {
      #PopWrap .closeBtn {
        transform: none; } }

@media screen and (min-width: 769px), print {
    #PopWrap .popInner {
      position: relative;
      z-index: 1;
      box-sizing: border-box;
      max-width: 1120px;
      margin: 0 auto; } }

@media only screen and (max-width: 768px) {
  #PopWrap {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 0 25px; }
    #PopWrap .popArrow {
      width: 26px;
      height: 26px; }
    #PopWrap .inner {
      padding: 0; }
    #PopWrap.moviePlay {
      text-align: center; }
    #PopWrap .closeWrap {
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #PopWrap .closeBtn {
      right: 0;
      width: 60px;
      height: 60px; }
    #PopWrap .popInner {
      position: relative;
      z-index: 1;
      box-sizing: border-box;
      max-width: 480px;
      margin: 0 auto; }
    #PopWrap .popBox .photoPop {
      text-align: center; }
      #PopWrap .popBox .photoPop img {
        width: 100%;
        max-width: 100%;
        height: auto; } }

#PopOverlay {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #333; }

.setPopMain,
.setPopHead,
.setPopFoot {
  display: none; }
  #PopWrap .setPopMain, #PopWrap
  .setPopHead, #PopWrap
  .setPopFoot {
    display: block; }

/*
**********************************************************************

* default style wrap

*********************************************************************
*/
/* =========================================================
========================================================= */
.styleWrap h1,
.styleWrap h2,
.styleWrap h3,
.styleWrap h4,
.styleWrap h5,
.styleWrap h6,
.styleWrap p {
  margin: 1.5rem 0; }

.styleWrap h1,
.styleWrap h2,
.styleWrap h3,
.styleWrap h4,
.styleWrap h5,
.styleWrap h6 {
  font-weight: normal;
  margin-top: 4rem; }

.styleWrap p:first-child {
  margin-top: 0; }

.styleWrap p:last-child {
  margin-bottom: 0; }

.styleWrap h2,
.styleWrap h3.ttl-b1 {
  line-height: 1.6;
  margin-top: 8rem;
  border: solid #6b1b7e;
  border-width: 0 0 1px 2px; }

.styleWrap h3 {
  margin-top: 6rem;
  border-left: double #6b1b7e;
  background-color: #f8f8f8; }
  .styleWrap h3.ttl-b1 {
    line-height: 1.6;
    margin-top: 8rem;
    border: solid #6b1b7e;
    border-width: 0 0 1px 2px;
    background-color: inherit; }

.styleWrap h4 {
  border-left: double #b0b0b0; }

.styleWrap p.page_top {
  text-align: right; }

.styleWrap .clearB,
.styleWrap .backnext {
  display: none;
  clear: both; }

.styleWrap .down-list {
  background-color: #f8f8f8;
  padding: 15px 25px; }
  .styleWrap .down-list li {
    display: inline;
    padding-left: 25px;
    margin-right: 25px;
    text-indent: inherit;
    background: url(../images/common/icn_arrow_next01.svg) no-repeat 2px center;
    background-size: .7em .85em; }
    .styleWrap .down-list li:before {
      display: none; }

.styleWrap .list-img ul,
.styleWrap .topic-list ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }
  .styleWrap .list-img ul li,
  .styleWrap .topic-list ul li {
    width: 25%;
    padding-left: 0;
    text-indent: 0; }
    .styleWrap .list-img ul li:before,
    .styleWrap .topic-list ul li:before {
      display: none; }
    .styleWrap .list-img ul li dl,
    .styleWrap .topic-list ul li dl {
      margin-right: 25px; }

@media screen and (min-width: 769px), print {
  .styleWrap h2 {
    margin-top: 8rem;
    padding: 20px 25px;
    font-size: 22px;
    font-size: 2.2rem; }
  .styleWrap h3 {
    margin-top: 6rem;
    padding: 15px 25px;
    font-size: 18px;
    font-size: 1.8rem; }
  .styleWrap h4 {
    padding: 10px 25px;
    font-size: 14px;
    font-size: 1.4rem; }
  .styleWrap .purple {
    color: #6B1B7E; }
  .styleWrap .pink {
    color: #FF6699; }
  .styleWrap .gray {
    color: #666666; } }

@media only screen and (max-width: 768px) {
  .styleWrap h1,
  .styleWrap h2,
  .styleWrap h3,
  .styleWrap h4,
  .styleWrap h5 {
    margin-top: 3rem; }
  .styleWrap h2 {
    margin-top: 4rem;
    padding: 10px 12px;
    font-size: 16px;
    font-size: 1.6rem; }
  .styleWrap h3 {
    padding: 10px 12px;
    font-size: 15px;
    font-size: 1.5rem; }
  .styleWrap h4 {
    padding: 5px 12px;
    font-size: 14px;
    font-size: 1.4rem; } }

/* =========================================================
========================================================= */
.styleWrap ul,
.styleWrap ol {
  margin: 1.5rem 0; }
  .styleWrap ul > li,
  .styleWrap ol > li {
    box-sizing: border-box;
    margin-top: .5rem;
    padding-left: 2em;
    text-indent: -2em; }
    .styleWrap ul > li:first-child,
    .styleWrap ol > li:first-child {
      margin-top: 0; }
    .styleWrap ul > li:before,
    .styleWrap ol > li:before {
      font-size: inherit;
      display: inline-block;
      box-sizing: border-box;
      width: 2em;
      text-align: center;
      vertical-align: middle;
      text-indent: 0;
      color: #6b1b7e; }
    .styleWrap ul > li ol, .styleWrap ul > li ul,
    .styleWrap ol > li ol,
    .styleWrap ol > li ul {
      margin: .5rem 0; }
  .styleWrap ul.down > li,
  .styleWrap ol.down > li {
    padding-left: inherit;
    text-indent: inherit; }
    .styleWrap ul.down > li:before,
    .styleWrap ol.down > li:before {
      display: none; }

.styleWrap ul > li:before {
  margin-top: -.25em;
  content: '●';
  transform: scale(0.75); }

.styleWrap ul ul > li:before {
  transform: scale(0.4);
  color: gray; }

.styleWrap ol {
  counter-reset: my-counter; }
  .styleWrap ol li:before {
    margin-top: -.25em;
    content: counter(my-counter) ".";
    counter-increment: my-counter; }

/* =========================================================
========================================================= */
.styleWrap table {
  margin: 4rem 0; }
  .styleWrap table th,
  .styleWrap table td {
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid #ccc; }
    .styleWrap table th.blank,
    .styleWrap table td.blank {
      padding: 5px; }
  .styleWrap table thead .event-6columns {
    width: 13%; }
  .styleWrap table thead .event-6columns-date {
    width: 5%; }
  .styleWrap table thead .event-6columns-place {
    width: 22%; }
  .styleWrap table thead .event-6columns-organizer {
    width: 9%; }
  .styleWrap table thead th,
  .styleWrap table thead td {
    text-align: center;
    color: #fff;
    background-color: #6b1b7e; }
    .styleWrap table thead th a,
    .styleWrap table thead td a {
      color: #fff; }
  .styleWrap table tbody th {
    text-align: center;
    background-color: #f8f8f8; }

@media screen and (min-width: 769px), print {
  .styleWrap table .event-6columns-center {
    text-align: center; }
  .styleWrap table .event-6columns-left {
    text-align: left; }
  .styleWrap table th,
  .styleWrap table td {
    padding: 5px 8px;
    font-size: 13px;
    font-size: 1.3rem; }
  .styleWrap table .event-cancel-bg {
    background: darkgray; }
  .styleWrap table .event-cancel {
    color: red; } }

@media only screen and (min-width: 769px) and (max-width: 959px) {
  .styleWrap table .event-6columns-center {
    text-align: center; }
  .styleWrap table .event-6columns-left {
    text-align: left; }
  .styleWrap table th,
  .styleWrap table td {
    padding: 10px 15px; }
  .styleWrap table .event-cancel-bg {
    background: darkgray; }
  .styleWrap table .event-cancel {
    color: red; } }

@media only screen and (max-width: 768px) {
  .styleWrap table .event-6columns-center {
    text-align: center; }
  .styleWrap table .event-6columns-left {
    text-align: left; }
  .styleWrap table th,
  .styleWrap table td {
    padding: 5px 5px;
    font-size: 12px;
    font-size: 1.2rem; }
  .styleWrap table .event-cancel-bg {
    background: darkgray; }
  .styleWrap table .event-cancel {
    color: red; } }

/*
**********************************************************************

* Modules

*********************************************************************
*/
/* =========================================================
========================================================= */
.m-pathBlock01 {
  line-height: 1.2;
  border-top: 1px solid #dadae1; }
  .m-pathBlock01--noBorder {
    border-top: 0; }
  .m-pathBlock01 .m-pathBlock01__item {
    display: inline-block;
    vertical-align: middle; }
    .m-pathBlock01 .m-pathBlock01__item:before {
      font-size: 80%;
      display: inline-block;
      margin-top: -1px;
      padding: 0 .5em;
      content: '>';
      vertical-align: middle; }
    .m-pathBlock01 .m-pathBlock01__item a {
      text-decoration: none; }
  .m-pathBlock01 .m-pathBlock01__home:before {
    display: none; }
  .m-pathBlock01 .m-pathBlock01__home img {
    vertical-align: middle; }

@media screen and (min-width: 769px), print {
  .m-pathBlock01 {
    padding: 8px 40px; }
    .m-pathBlock01 .m-pathBlock01__item {
      font-size: 12px;
      font-size: 1.2rem; }
    .m-pathBlock01 .m-pathBlock01__home {
      margin-top: -2px; }
      .m-pathBlock01 .m-pathBlock01__home img {
        width: 12px; } }

@media only screen and (max-width: 768px) {
  .m-pathBlock01 {
    padding: 8px 15px; }
    .m-pathBlock01 .m-pathBlock01__item {
      font-size: 11px;
      font-size: 1.1rem; }
    .m-pathBlock01 .m-pathBlock01__home {
      margin-top: -2px; }
      .m-pathBlock01 .m-pathBlock01__home img {
        width: 11px; } }

/* =========================================================
========================================================= */
.m-visualBlock01 {
  position: relative; }
  .m-visualBlock01 .m-visualBlock01__image {
    background: no-repeat center center;
    background-size: cover; }
    .m-visualBlock01 .m-visualBlock01__image img {
      display: none; }
  .m-visualBlock01 .m-visualBlock01__textBox {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff; }

@media screen and (min-width: 769px), print {
  .m-visualBlock01 .m-visualBlock01__image {
    height: 518px; }
  .m-visualBlock01--sizeS .m-visualBlock01__image {
    height: 400px; }
  .m-visualBlock01--sizeL .m-visualBlock01__image {
    height: 452px; }
  .m-visualBlock01 .m-visualBlock01__title {
    font-size: 24px;
    font-size: 2.4rem; } }

@media only screen and (max-width: 768px) {
  .m-visualBlock01 .m-visualBlock01__image {
    height: 0;
    padding-top: 49.6%; }
  .m-visualBlock01 .m-visualBlock01__title {
    font-size: 18px;
    font-size: 1.8rem; } }

/* =========================================================
========================================================= */
.m-visualSlideBlock01 .m-visualSlideBlock01__wrap {
  width: 30000px; }
  .m-visualSlideBlock01 .m-visualSlideBlock01__wrap:after {
    display: block;
    clear: both;
    content: ''; }
  .m-visualSlideBlock01 .m-visualSlideBlock01__wrap.slick-slider {
    width: auto;
    margin-left: 0; }

.m-visualSlideBlock01 .slick-list {
  overflow: visible; }

.m-visualSlideBlock01 .m-visualSlideBlock01__item {
  float: left;
  box-sizing: border-box;
  width: 100vw;
  max-width: 1084px;
  padding: 0 10px; }

@media screen and (min-width: 769px), print {
  .m-visualSlideBlock01 .m-visualSlideBlock01__wrap {
    margin-left: -10px; }
  .m-visualSlideBlock01 .slick-dots {
    margin-top: 20px; } }

@media only screen and (max-width: 768px) {
  .m-visualSlideBlock01 .m-visualSlideBlock01__wrap {
    margin-left: -10px; }
  .m-visualSlideBlock01 .slick-dots {
    margin-top: 0;
    padding: 15px 0 10px; }
  .m-visualSlideBlock01 .m-visualSlideBlock01__item {
    padding: 0 5px; } }

/* =========================================================
========================================================= */
.m-titleBlock01 {
  position: relative;
  border-bottom: #b0b0b0 solid; }
  .styleWrap .m-titleBlock01 {
    margin-bottom: 3em; }
  .m-titleBlock01:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    content: '';
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    background: #6b1b7e; }
  .m-titleBlock01 .m-titleBlock01__title {
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    border: 0; }
  .m-titleBlock01 .m-titleBlock01__subTitle {
    margin-top: .5rem;
    color: #6b1b7e; }

@media screen and (min-width: 769px), print {
  .m-titleBlock01 {
    padding-bottom: 25px;
    border-bottom-width: 2px; }
    .m-titleBlock01:after {
      width: 236px;
      height: 2px; }
    .m-titleBlock01 .m-titleBlock01__title {
      font-size: 28px;
      font-size: 2.8rem; }
    .m-titleBlock01 .m-titleBlock01__subTitle {
      font-size: 12px;
      font-size: 1.2rem; } }

@media only screen and (max-width: 768px) {
  .m-titleBlock01 {
    padding-bottom: 8px;
    border-bottom-width: 1px; }
    .m-titleBlock01:after {
      width: 168px;
      height: 1px; }
    .m-titleBlock01 .m-titleBlock01__title {
      font-size: 18px;
      font-size: 1.8rem; }
    .m-titleBlock01 .m-titleBlock01__subTitle {
      font-size: 8px;
      font-size: 0.8rem; } }

/* =========================================================
========================================================= */
.m-titleBlock02 {
  text-align: center; }
  .styleWrap .m-titleBlock02, .m-titleBlock02 {
    position: relative;
    margin: 4rem 0;
    padding: 0;
    border: 0;
    background-color: transparent; }
    .styleWrap .m-titleBlock02--noMargin, .m-titleBlock02--noMargin {
      margin-top: 0;
      margin-bottom: 0; }
    .styleWrap .m-titleBlock02 .styleWrap .m-titleBlock02__title, .m-titleBlock02 .styleWrap .m-titleBlock02__title, .styleWrap .m-titleBlock02 .m-titleBlock02__title, .m-titleBlock02 .m-titleBlock02__title {
      font-weight: normal;
      margin: 0;
      padding: 0;
      color: #6b1b7e;
      border: 0; }
    .styleWrap .m-titleBlock02 .styleWrap .m-titleBlock02__subTitle, .m-titleBlock02 .styleWrap .m-titleBlock02__subTitle, .styleWrap .m-titleBlock02 .m-titleBlock02__subTitle, .m-titleBlock02 .m-titleBlock02__subTitle {
      margin: 0;
      padding: 0;
      color: #6b1b7e;
      border: 0; }
    .styleWrap .m-titleBlock02 .styleWrap .m-titleBlock02__more, .m-titleBlock02 .styleWrap .m-titleBlock02__more, .styleWrap .m-titleBlock02 .m-titleBlock02__more, .m-titleBlock02 .m-titleBlock02__more {
      line-height: 1.2;
      position: absolute;
      right: 0;
      margin: 0; }
      .styleWrap .m-titleBlock02 .styleWrap .m-titleBlock02__more a, .m-titleBlock02 .styleWrap .m-titleBlock02__more a, .styleWrap .m-titleBlock02 .m-titleBlock02__more a, .m-titleBlock02 .m-titleBlock02__more a {
        text-decoration: none;
        color: inherit; }

@media screen and (min-width: 769px), print {
  .styleWrap .m-titleBlock02 .styleWrap .m-titleBlock02__title, .m-titleBlock02 .styleWrap .m-titleBlock02__title, .styleWrap .m-titleBlock02 .m-titleBlock02__title, .m-titleBlock02 .m-titleBlock02__title {
    font-size: 24px;
    font-size: 2.4rem; }
  .styleWrap .m-titleBlock02 .styleWrap .m-titleBlock02__more, .m-titleBlock02 .styleWrap .m-titleBlock02__more, .styleWrap .m-titleBlock02 .m-titleBlock02__more, .m-titleBlock02 .m-titleBlock02__more {
    top: 10px; } }

@media only screen and (max-width: 768px) {
  .styleWrap .m-titleBlock02 .styleWrap .m-titleBlock02__title, .m-titleBlock02 .styleWrap .m-titleBlock02__title, .styleWrap .m-titleBlock02 .m-titleBlock02__title, .m-titleBlock02 .m-titleBlock02__title {
    font-size: 18px;
    font-size: 1.8rem; }
  .styleWrap .m-titleBlock02 .styleWrap .m-titleBlock02__more, .m-titleBlock02 .styleWrap .m-titleBlock02__more, .styleWrap .m-titleBlock02 .m-titleBlock02__more, .m-titleBlock02 .m-titleBlock02__more {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
    .styleWrap .m-titleBlock02 .styleWrap .m-titleBlock02__more a, .m-titleBlock02 .styleWrap .m-titleBlock02__more a, .styleWrap .m-titleBlock02 .m-titleBlock02__more a, .m-titleBlock02 .m-titleBlock02__more a {
      display: block;
      display: block;
      overflow: hidden;
      width: 100%;
      height: 100%;
      margin-top: -15px;
      padding: 15px 0;
      text-indent: -9999px;
      background-position: 98% center; } }

/* =========================================================
========================================================= */
.m-acTitleBlock01,
.m-acTitleBlock02 {
  position: relative; }
  .m-acTitleBlock01 .m-acTitleBlock01__title,
  .m-acTitleBlock02 .m-acTitleBlock01__title, .m-acTitleBlock01
  .m-acTitleBlock02__title,
  .m-acTitleBlock02
  .m-acTitleBlock02__title {
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    flex: 1; }
  .m-acTitleBlock01 .m-acTitleBlock01__inner,
  .m-acTitleBlock02 .m-acTitleBlock01__inner, .m-acTitleBlock01
  .m-acTitleBlock02__inner,
  .m-acTitleBlock02
  .m-acTitleBlock02__inner {
    display: flex;
    cursor: pointer;
    align-items: center; }
  .m-acTitleBlock01 strong,
  .m-acTitleBlock02 strong {
    font-size: 130%;
    font-weight: normal; }
    .m-acTitleBlock01 strong:first-child,
    .m-acTitleBlock02 strong:first-child {
      margin-right: .5em;
      margin-left: 0; }
  .m-acTitleBlock01 .openIcon,
  .m-acTitleBlock02 .openIcon {
    line-height: 1;
    position: relative;
    min-width: 7em;
    margin-left: 1em;
    text-align: center;
    background-color: #fff;
    align-self: center; }
    .m-acTitleBlock01 .openIcon:after,
    .m-acTitleBlock02 .openIcon:after {
      position: absolute;
      display: block;
      width: 0.4em;
      height: 0.4em;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      content: '';
      right: 0;
      top: 50%;
      margin-right: 1em;
      transform: translate(0, -75%) rotate(45deg);
      vertical-align: middle;
      border: solid #6b1b7e;
      border-width: 0 2px 2px 0; }
    .m-acTitleBlock01 .openIcon span,
    .m-acTitleBlock02 .openIcon span {
      display: block;
      padding: .7em 2em; }
      .m-acTitleBlock01 .openIcon span:first-child,
      .m-acTitleBlock02 .openIcon span:first-child {
        display: inline-block; }
      .m-acTitleBlock01 .openIcon span:nth-child(2),
      .m-acTitleBlock02 .openIcon span:nth-child(2) {
        display: none; }
  .m-acTitleBlock01 .open .openIcon:after,
  .m-acTitleBlock02 .open .openIcon:after {
    transform: translate(0, -25%) rotate(45deg);
    border-width: 2px 0 0 2px; }
  .m-acTitleBlock01 .open .openIcon span:first-child,
  .m-acTitleBlock02 .open .openIcon span:first-child {
    display: none; }
  .m-acTitleBlock01 .open .openIcon span:nth-child(2),
  .m-acTitleBlock02 .open .openIcon span:nth-child(2) {
    display: inline-block; }

@media screen and (min-width: 769px), print {
  .m-acTitleBlock01 .openIcon,
  .m-acTitleBlock02 .openIcon {
    font-size: 14px;
    font-size: 1.4rem; } }

@media only screen and (max-width: 768px) {
  .m-acTitleBlock01 .openIcon,
  .m-acTitleBlock02 .openIcon {
    font-size: 12px;
    font-size: 1.2rem; } }

/* =========================================================
========================================================= */
.m-acTitleBlock01 {
  position: relative; }
  .m-acTitleBlock01 .m-acTitleBlock01__inner {
    background-color: #6b1b7e; }
  .m-acTitleBlock01 .m-acTitleBlock01__title {
    color: #fff; }

@media screen and (min-width: 769px), print {
  .styleWrap .m-acTitleBlock01 {
    padding: 3rem 0 3rem; }
  .m-acTitleBlock01 .m-acTitleBlock01__inner {
    padding: 20px 30px; }
  .m-acTitleBlock01 .m-acTitleBlock01__title {
    font-size: 22px;
    font-size: 2.2rem; } }

@media only screen and (max-width: 768px) {
  .styleWrap .m-acTitleBlock01 {
    padding: 3rem 0 2rem; }
  .m-acTitleBlock01 .m-acTitleBlock01__inner {
    padding: 12px 15px; }
  .m-acTitleBlock01 .m-acTitleBlock01__title {
    font-size: 16px;
    font-size: 1.6rem; } }

/* =========================================================
========================================================= */
.styleWrap .m-acTitleBlock02 {
  padding: 3rem 0 2rem; }

.m-acTitleBlock02 .m-acTitleBlock02__inner {
  background-color: #f4f4f4; }

.m-acTitleBlock02 .m-acTitleBlock02__title {
  color: #6b1b7e; }

@media screen and (min-width: 769px), print {
  .styleWrap .m-acTitleBlock02 {
    padding: 3rem 0 2rem; }
  .m-acTitleBlock02 .m-acTitleBlock02__inner {
    padding: 8px 30px; }
  .m-acTitleBlock02 .m-acTitleBlock02__title {
    font-size: 18px;
    font-size: 1.8rem; } }

@media only screen and (max-width: 768px) {
  .styleWrap .m-acTitleBlock02 {
    padding: 2rem 0 1rem; }
  .m-acTitleBlock02 .m-acTitleBlock02__inner {
    padding: 5px 15px; }
  .m-acTitleBlock02 .m-acTitleBlock02__title {
    font-size: 15px;
    font-size: 1.5rem; } }

/* =========================================================
========================================================= */
.styleWrap .m-title--doubleSide, .m-title--doubleSide {
  position: relative;
  padding: 0;
  border: 0;
  background-color: transparent; }
  .styleWrap .m-title--doubleSide span, .m-title--doubleSide span {
    display: inline-block;
    border-right: double #6b1b7e;
    border-left: double #6b1b7e; }

@media screen and (min-width: 769px), print {
  .styleWrap .m-title--doubleSide span, .m-title--doubleSide span {
    padding: 15px 35px; } }

@media only screen and (max-width: 768px) {
  .styleWrap .m-title--doubleSide span, .m-title--doubleSide span {
    padding: 5px 15px; } }

/* =========================================================
========================================================= */
.styleWrap .m-title--mainColorBar, .m-title--mainColorBar {
  line-height: 1; }
  .styleWrap .m-title--mainColorBar span,
  .styleWrap .m-title--mainColorBar strong, .m-title--mainColorBar span,
  .m-title--mainColorBar strong {
    display: inline-block;
    min-width: 5em;
    padding: .5em 1.5em;
    text-align: center;
    color: #fff;
    border-radius: 5em;
    background-color: #6b1b7e; }

/* =========================================================
========================================================= */
.m-flexLayoutBlock01 {
  position: relative;
  clear: both; }
  .m-flexLayoutBlock01 .m-flexLayoutBlock01__wrap {
    display: flex;
    align-items: center; }
    .m-flexLayoutBlock01 .m-flexLayoutBlock01__wrap > * {
      padding-right: 15px; }
      .styleWrap .m-flexLayoutBlock01 .m-flexLayoutBlock01__wrap > * {
        margin: 0; }

@media screen and (min-width: 769px), print {
  .m-flexLayoutBlock01 .m-flexLayoutBlock01__wrap > * {
    padding-right: 15px; } }

@media only screen and (max-width: 768px) {
  .m-flexLayoutBlock01 .m-flexLayoutBlock01__wrap > * {
    padding-right: 10px; } }

/* =========================================================
========================================================= */
.m-layoutBlock01 {
  position: relative;
  clear: both; }
  .m-layoutBlock01:after {
    display: block;
    clear: both;
    content: ''; }
  .styleWrap .m-layoutBlock01 {
    margin: 4rem 0; }
  .m-layoutBlock01 .m-layoutBlock01__box {
    position: relative;
    box-sizing: border-box; }

@media screen and (min-width: 769px), print {
  .m-layoutBlock01 .m-layoutBlock01__box {
    margin-top: 6rem; }
    .m-layoutBlock01 .m-layoutBlock01__box:first-child {
      z-index: 1;
      margin-top: 0; }
    .m-layoutBlock01 .m-layoutBlock01__box[class$='--text'] {
      float: none;
      width: auto; }
  .m-layoutBlock01--floatL .m-layoutBlock01__box {
    float: left;
    margin-right: 3.7594%; } }
  @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
    .m-layoutBlock01--floatL .m-layoutBlock01__box {
      margin-right: 1.8797%; } }

@media screen and (min-width: 769px), print {
  .m-layoutBlock01--floatR .m-layoutBlock01__box {
    float: right;
    margin-left: 3.7594%; } }
  @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
    .m-layoutBlock01--floatR .m-layoutBlock01__box {
      margin-left: 1.8797%; } }

@media screen and (min-width: 769px), print {
  .m-layoutBlock01--half .m-layoutBlock01__box {
    width: 48.1203%; } }
  @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
    .m-layoutBlock01--half .m-layoutBlock01__box {
      width: 49.06015%; } }

@media screen and (min-width: 769px), print {
    .m-layoutBlock01--half .m-layoutBlock01__box:nth-child(2n) {
      margin-right: 0;
      margin-left: 0; }
    .m-layoutBlock01--half .m-layoutBlock01__box:nth-child(2n+1) {
      clear: both; }
    .m-layoutBlock01--half .m-layoutBlock01__box:nth-child(-n+2) {
      margin-top: 0; }
  .m-layoutBlock01--quarter .m-layoutBlock01__box {
    width: 22.18045%; } }
  @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
    .m-layoutBlock01--quarter .m-layoutBlock01__box {
      width: 23.1203%; } }

@media screen and (min-width: 769px), print {
    .m-layoutBlock01--quarter .m-layoutBlock01__box:nth-child(4n) {
      margin-right: 0;
      margin-left: 0; }
    .m-layoutBlock01--quarter .m-layoutBlock01__box:nth-child(4n+1) {
      clear: both; }
    .m-layoutBlock01--quarter .m-layoutBlock01__box:nth-child(-n+4) {
      margin-top: 0; }
  .m-layoutBlock01--oneThird .m-layoutBlock01__box {
    width: 30.82707%; } }
  @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
    .m-layoutBlock01--oneThird .m-layoutBlock01__box {
      width: 31.76692%; } }

@media screen and (min-width: 769px), print {
    .m-layoutBlock01--oneThird .m-layoutBlock01__box:nth-child(3n) {
      margin-right: 0;
      margin-left: 0; }
    .m-layoutBlock01--oneThird .m-layoutBlock01__box:nth-child(3n+1) {
      clear: both; }
    .m-layoutBlock01--oneThird .m-layoutBlock01__box:nth-child(-n+3) {
      margin-top: 0; }
  .m-layoutBlock01--twoThird .m-layoutBlock01__box {
    width: 30.82707%; } }
  @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
    .m-layoutBlock01--twoThird .m-layoutBlock01__box {
      width: 31.76692%; } }

@media screen and (min-width: 769px), print {
    .m-layoutBlock01--twoThird .m-layoutBlock01__box:nth-child(2n) {
      margin-right: 0;
      margin-left: 0; }
    .m-layoutBlock01--twoThird .m-layoutBlock01__box:nth-child(2n+1) {
      clear: both; }
    .m-layoutBlock01--twoThird .m-layoutBlock01__box:nth-child(-n+2) {
      margin-top: 0; }
  .m-layoutBlock01--marginS .m-layoutBlock01__box {
    margin-top: 2rem; } }

@media only screen and (max-width: 768px) {
  .m-layoutBlock01 .m-layoutBlock01__box {
    margin-top: 2.5rem; }
    .m-layoutBlock01 .m-layoutBlock01__box:first-child {
      margin-top: 0; }
  .m-layoutBlock01--spHalf .m-layoutBlock01__box {
    float: left;
    width: 48.120%;
    margin-right: 3.7594%; }
    .m-layoutBlock01--spHalf .m-layoutBlock01__box:nth-child(2n) {
      margin-right: 0;
      margin-left: 0; }
    .m-layoutBlock01--spHalf .m-layoutBlock01__box:nth-child(2n+1) {
      clear: both; }
    .m-layoutBlock01--spHalf .m-layoutBlock01__box:nth-child(-n+2) {
      margin-top: 0; }
  .m-layoutBlock01--marginS .m-layoutBlock01__box {
    margin-top: 1.5rem; } }

/* =========================================================
========================================================= */
@media screen and (min-width: 769px), print {
  .m-indentLayoutBlock01 {
    padding: 0 30px; } }

@media only screen and (max-width: 768px) {
  .m-indentLayoutBlock01 {
    padding: 0 0; } }

/* =========================================================
========================================================= */
.m-list--noMark > li,
.styleWrap .m-list--noMark > li {
  padding-left: 0;
  text-indent: 0; }

.m-list--noMark > li:before,
.styleWrap .m-list--noMark > li:before {
  display: none; }

/* =========================================================
========================================================= */
.styleWrap .m-listBlock01 {
  margin: 1.5rem 0; }

.m-listBlock01 .m-listBlock01__item {
  background-color: #f4f4f4; }
  .m-listBlock01 .m-listBlock01__item:nth-child(2n+1) {
    background-color: #fff; }

.m-listBlock01--bgReverse .m-listBlock01__item {
  background-color: #fff; }
  .m-listBlock01--bgReverse .m-listBlock01__item:nth-child(2n+1) {
    background-color: #f4f4f4; }

.m-listBlock01 .m-listBlock01__date {
  margin: 0; }

.m-listBlock01 .m-listBlock01__text {
  margin: 0; }

.m-listBlock01 .m-listBlock01__text {
  margin: 0; }

.m-listBlock01 .m-listBlock01__cat {
  font-size: 80%;
  line-height: 1;
  display: inline-block;
  margin-top: -.2em;
  margin-right: 1em;
  padding: .25em 1em;
  vertical-align: middle;
  border: 1px solid #000;
  background-color: #fff; }

.m-listBlock01--type02 .m-listBlock01__cat {
  margin-right: 0;
  margin-left: 1em; }

.m-listBlock01 .m-listBlock01__text .m-listBlock01__categoryname {
  color: #6B1A7E;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 5px; }

.m-listBlock01 .m-listBlock01__text .m-listBlock01__categoryname .fa-pencil {
  margin-right: 5px; }

@media screen and (min-width: 769px), print {
  .m-listBlock01 .m-listBlock01__wrap {
    display: flex;
    padding: 15px 20px; }
  .m-listBlock01 .m-listBlock01__date {
    width: 110px;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-listBlock01 .m-listBlock01__date .new_icon {
    color: red;
    font-size: 11px;
    border: solid 1px;
    padding: 2px 8px; }
  .m-listBlock01 .m-listBlock01__text {
    flex: 1;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-listBlock01 .m-listBlock01__item .m-listBlock01__text .m-listBlock01__categoryname {
    color: #6B1A7E;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 5px; }
  .m-listBlock01 .m-listBlock01__item .m-listBlock01__text .m-listBlock01__categoryname .fa-pencil {
    margin-right: 5px; }
  .m-listBlock01 .m-listBlock01__text .br-sp {
    display: none; }
  .m-listBlock01--type02 .m-listBlock01__wrap {
    display: block; }
  .m-listBlock01--type02 .m-listBlock01__date {
    width: auto;
    font-size: 13px;
    font-size: 1.3rem; }
  .m-listBlock01--type02 .m-listBlock01__text {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem; } }

@media only screen and (max-width: 768px) {
  .m-listBlock01 .m-listBlock01__wrap {
    padding: 12px 15px; } }
  @media only screen and (max-width: 768px) and (max-width: 374px) {
    .m-listBlock01 .m-listBlock01__wrap {
      padding-right: 10px;
      padding-left: 10px; } }

@media only screen and (max-width: 768px) {
  .m-listBlock01 .m-listBlock01__date {
    font-size: 10px;
    font-size: 1rem; }
  .m-listBlock01 .m-listBlock01__date .new_icon {
    color: red;
    font-size: 11px;
    border: solid 1px;
    padding: 2px 8px;
    margin-left: 5px; }
  .m-listBlock01 .m-listBlock01__text {
    font-size: 10px;
    font-size: 1rem; }
  .m-listBlock01 .m-listBlock01__text .m-listBlock01__categoryname {
    color: #6B1A7E;
    margin-top: 5px;
    font-size: 10px;
    font-size: 1rem; }
  .m-listBlock01 .m-listBlock01__text .m-listBlock01__categoryname .fa-pencil {
    margin-right: 5px; } }

/* =========================================================
========================================================= */
.m-itemsBlock01 {
  background-color: #f8f8f8; }
  .styleWrap .m-itemsBlock01 {
    margin: 1.5rem 0; }
  .m-itemsBlock01 .m-itemsBlock01__item {
    display: inline-block;
    margin: .3em 0; }
    .m-itemsBlock01 .m-itemsBlock01__item a {
      text-decoration: none;
      color: inherit; }

@media screen and (min-width: 769px), print {
  .m-itemsBlock01 {
    padding: 15px 25px; }
    .m-itemsBlock01 .m-itemsBlock01__item {
      margin-right: 25px;
      font-size: 14px;
      font-size: 1.4rem; } }

@media only screen and (max-width: 768px) {
  .m-itemsBlock01 {
    padding: 15px 15px; } }
  @media only screen and (max-width: 768px) and (max-width: 374px) {
    .m-itemsBlock01 {
      padding: 10px 10px; } }

@media only screen and (max-width: 768px) {
    .m-itemsBlock01 .m-itemsBlock01__item {
      margin-right: 12px;
      font-size: 13px;
      font-size: 1.3rem; } }

/* =========================================================
========================================================= */
.m-itemsBlock02 {
  width: 700px;
  background: #f5f5f5;
  display: flex;
  padding: 10px 0;
  margin: 10px auto; }
  .m-itemsBlock02 .m-itemsBlock02__item {
    flex: 0 0 16.6%;
    min-width: 16.6%; }
    .m-itemsBlock02 .m-itemsBlock02__item a {
      display: block;
      text-decoration: none;
      color: inherit;
      text-align: center; }

@media screen and (min-width: 769px), print {
  .m-itemsBlock02 {
    width: 700px;
    background: #f5f5f5;
    display: flex;
    padding: 10px 0;
    margin: 10px auto; }
    .m-itemsBlock02__item {
      flex: 0 0 16.6%;
      min-width: 16.6%; }
    .m-itemsBlock02 .m-itemsBlock02__item a {
      display: block;
      text-decoration: none;
      color: inherit;
      text-align: center; }
    .m-itemsBlock02__item__bottom {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.2;
      display: inline-block;
      margin: .3em 0; }
      .m-itemsBlock02__item__bottom a {
        margin-right: 6px;
        padding: 8px 16px;
        border-radius: 20px;
        display: block;
        text-decoration: none;
        color: inherit;
        border: 1px solid #d0d0d0; } }

@media only screen and (max-width: 768px) {
  .tagBlock {
    background: #f5f5f5;
    width: 100%;
    max-width: 411px;
    margin: 0 auto; }
  .m-itemsBlock02 {
    width: 100%;
    background: #f5f5f5;
    display: flex;
    padding: 10px 3px;
    margin: 5px auto 0 auto;
    overflow-x: scroll; }
    .m-itemsBlock02 .m-itemsBlock02__item {
      flex: 0 0 69px;
      min-width: 69px; }
      .m-itemsBlock02 .m-itemsBlock02__item a {
        display: block;
        text-decoration: none;
        color: inherit;
        text-align: center; }
    .m-itemsBlock02__item__bottom {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.2;
      display: inline-block;
      margin: .3em 0; }
      .m-itemsBlock02__item__bottom a {
        margin-right: 6px;
        padding: 8px 16px;
        border-radius: 20px;
        display: block;
        text-decoration: none;
        color: inherit;
        border: 1px solid #d0d0d0; } }

/* =========================================================
========================================================= */
.styleWrap .m-itemsBlock03 {
  margin: 1.5rem 0; }

.m-itemsBlock03 .m-itemsBlock03__item {
  display: inline-block;
  margin: .3em 0; }
  .m-itemsBlock03 .m-itemsBlock03__item a {
    text-decoration: none;
    color: inherit; }

@media screen and (min-width: 769px), print {
  .m-itemsBlock03 .m-itemsBlock03__item {
    margin-right: 30px;
    font-size: 15px;
    font-size: 1.5rem; }
    .m-itemsBlock03 .m-itemsBlock03__item:last-child {
      margin-right: 0; } }

@media only screen and (max-width: 768px) {
  .m-itemsBlock03 .m-itemsBlock03__item {
    margin-right: 12px;
    font-size: 14px;
    font-size: 1.4rem; }
    .m-itemsBlock03 .m-itemsBlock03__item:last-child {
      margin-right: 0; } }

/* =========================================================
========================================================= */
.styleWrap .m-itemsBlock04 {
  margin: 1.5rem 0; }

.m-itemsBlock04 .m-itemsBlock04__item {
  line-height: 1.2;
  margin: .4em 0;
  text-align: center; }
  .m-itemsBlock04 .m-itemsBlock04__item a {
    display: block;
    text-decoration: none;
    color: inherit;
    border: 2px solid #e3e3e8;
    background-color: #e3e3e8; }
  .m-itemsBlock04 .m-itemsBlock04__item.current a {
    background-color: #fff; }

@media screen and (min-width: 769px), print {
  .m-itemsBlock04 .m-itemsBlock04__wrap {
    display: flex;
    max-width: 620px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap; }
  .m-itemsBlock04 .m-itemsBlock04__item {
    width: 145px;
    padding: 0 5px;
    font-size: 12px;
    font-size: 1.2rem; }
    .m-itemsBlock04 .m-itemsBlock04__item a {
      padding: 4px 5px;
      border-radius: 20px; } }

@media only screen and (max-width: 768px) {
  .m-itemsBlock04 .m-itemsBlock04__item {
    display: inline-block;
    margin-right: 4px;
    font-size: 12px;
    font-size: 1.2rem; }
    .m-itemsBlock04 .m-itemsBlock04__item a {
      padding: 4px 8px;
      border-radius: 15px; } }

/* =========================================================
========================================================= */
.m-itemsBlock05 {
  text-align: center;
  border-bottom: 1px solid #d0d0d0; }
  .styleWrap .m-itemsBlock05 {
    margin: 1.5rem 0; }
  .m-itemsBlock05 .m-itemsBlock05__wrap {
    display: flex;
    justify-content: center; }
  .m-itemsBlock05 .m-itemsBlock05__item {
    line-height: 1.2;
    margin: .3em 0;
    border-left: 1px solid #d0d0d0; }
    .m-itemsBlock05 .m-itemsBlock05__item:first-child {
      border-left: 0; }
    .m-itemsBlock05 .m-itemsBlock05__item a {
      display: block;
      box-sizing: border-box;
      height: 100%;
      text-decoration: none;
      color: inherit; }
  .m-itemsBlock05 .m-itemsBlock05__text {
    font-weight: bold;
    color: #6b1b7e; }

@media screen and (min-width: 769px), print {
  .m-itemsBlock05 {
    padding: 25px 0; }
    .m-itemsBlock05 .m-itemsBlock05__item {
      width: 165px; }
      .m-itemsBlock05 .m-itemsBlock05__item a {
        padding: 5px 5px; }
    .m-itemsBlock05 .m-itemsBlock05__icon img {
      width: 30px;
      height: 34px; }
    .m-itemsBlock05 .m-itemsBlock05__text {
      margin-top: 15px;
      font-size: 14px;
      font-size: 1.4rem; } }

@media only screen and (max-width: 768px) {
  .m-itemsBlock05 .m-itemsBlock05__item {
    box-sizing: border-box;
    width: 20%; }
    .m-itemsBlock05 .m-itemsBlock05__item a {
      padding: 5px 3px; }
  .m-itemsBlock05 .m-itemsBlock05__icon img {
    width: 20px;
    height: 23px; }
  .m-itemsBlock05 .m-itemsBlock05__text {
    margin-top: 3px;
    font-size: 10px;
    font-size: 1rem; } }

/* =========================================================
========================================================= */
.m-panel01 a {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border: solid #e3e3ea;
  background-color: #fff; }
  .m-panel01 a span {
    position: relative;
    padding-left: 0;
    vertical-align: middle;
    background-position: right center; }
    .m-panel01 a span.m-icon01--pdf:after, .m-panel01 a span.m-icon01--window:after {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }

.m-panel01--noBorder a {
  border: 0; }

.m-panel01--center {
  margin: 0 auto;
  text-align: center; }

.m-panel01--purple a {
  color: #fff;
  border: none;
  background-color: #6b1b7e; }

@media screen and (min-width: 769px), print {
  .m-panel01 {
    max-width: 330px;
    font-size: 14px;
    font-size: 1.4rem; }
    .m-panel01 a {
      display: table;
      padding: 15px 20px 15px 20px;
      border-width: 2px; } }
    @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
      .m-panel01 a {
        padding: 15px 12px 15px 15px; } }

@media screen and (min-width: 769px), print {
      .m-panel01 a span {
        display: table-cell;
        height: 100%;
        padding-right: 15px; }
    .m-panel01--center a span {
      padding-left: 15px; }
    .m-panel01--sizeL {
      max-width: 480px; } }

@media only screen and (max-width: 768px) {
  .m-panel01 {
    max-width: 480px;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem; }
    .m-panel01 a {
      display: block;
      padding: 15px 20px 15px 20px;
      border-width: 2px; }
      .m-panel01 a span {
        display: block;
        padding-right: 15px; }
    .m-panel01--center a span {
      padding-left: 15px; } }

/* =========================================================
========================================================= */
.m-panel02 {
  position: relative; }
  .m-panel02 > a {
    display: block;
    text-decoration: none;
    color: inherit; }
  .m-panel02 .m-panel02__titleWrap {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #ddd; }
    .m-panel02 .m-panel02__titleWrap a {
      display: block;
      text-decoration: none;
      color: inherit; }
    .m-panel02 .m-panel02__titleWrap--colorGray {
      border-bottom-color: #6b1b7e;
      background-color: #f5f5f5; }
  .m-panel02 .m-panel02__thumb {
    text-align: center; }
    .m-panel02 .m-panel02__thumb img {
      width: 100%; }
  .m-panel02 .m-panel02__titleWrap .m-panel02__title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem; }
    .m-panel02 .m-panel02__titleWrap .m-panel02__title *[class^='m-icon01'] {
      display: block;
      background-position: 2px .4em; }
  .m-panel02 .m-panel02__titleWrap--colorGray .m-panel02__title *[class^='m-icon01'] {
    padding-left: 0;
    vertical-align: middle;
    background-position: right center; }
  .m-panel02 .m-panel02__cat {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    color: #fff;
    background-color: #6b1b7e; }
    .m-panel02 .m-panel02__cat--white {
      color: #6b1b7e;
      background-color: #fff; }
  .m-panel02 .m-panel02__date {
    margin-bottom: 0; }
  .m-panel02 .m-panel02__date + .m-panel02__text {
    margin-top: 0; }
  .m-panel02 .m-panel02__list li {
    margin-top: 1rem; }
    .m-panel02 .m-panel02__list li:first-child {
      margin-top: 0; }
    .m-panel02 .m-panel02__list li a {
      display: block;
      text-decoration: none;
      color: inherit; }
    .m-panel02 .m-panel02__list li *[class^='m-icon01'] {
      background-position: 2px .4em; }

@media screen and (min-width: 769px), print {
  .m-panel02 .m-panel02__titleWrap--colorGray {
    padding: 0 15px; }
    .m-panel02 .m-panel02__titleWrap--colorGray a {
      margin: 0 -15px;
      padding: 0 15px; }
  .m-panel02 .m-panel02__title {
    font-size: 18px;
    font-size: 1.8rem; }
    .m-panel02 .m-panel02__title--sizeS {
      font-size: inherit; }
  .m-panel02 .m-panel02__titleWrap--colorGray .m-panel02__title *[class^='m-icon01'] {
    padding-right: 15px; }
  .m-panel02 .m-panel02__cat {
    padding: 5px 15px;
    font-size: 12px;
    font-size: 1.2rem; }
  .m-panel02 .m-panel02__date {
    margin-top: 1em;
    font-size: 13px;
    font-size: 1.3rem; }
  .m-panel02 .m-panel02__date .new_icon {
    font-size: 11px;
    margin-left: 9px;
    padding: 2px 8px;
    color: red;
    border: solid 1px; }
  .m-panel02 .m-panel02__text {
    font-size: 14px;
    font-size: 1.4rem; }
  .m-panel02 .m-panel02__attribute {
    margin-top: 5px;
    color: #6b1a7e;
    font-size: 14px;
    font-size: 1.4rem; }
  .m-panel02 .m-panel02__list li {
    font-size: 14px;
    font-size: 1.4rem; } }

@media only screen and (max-width: 768px) {
  .m-panel02 .m-panel02__titleWrap--colorGray {
    padding: 0 10px; }
    .m-panel02 .m-panel02__titleWrap--colorGray a {
      margin: 0 -10px;
      padding: 0 10px; }
  .m-panel02 .m-panel02__title {
    font-size: 14px;
    font-size: 1.4rem; }
    .m-panel02 .m-panel02__title--sizeS {
      font-size: inherit; }
  .m-panel02 .m-panel02__titleWrap--colorGray .m-panel02__title *[class^='m-icon01'] {
    padding-right: 15px; }
  .m-panel02 .m-panel02__cat {
    padding: 5px 12px;
    font-size: 10px;
    font-size: 1rem; }
  .m-panel02 .m-panel02__date {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem; }
  .m-panel02 .m-panel02__date .new_icon {
    font-size: 11px;
    margin-left: 4px;
    padding: 2px 8px;
    color: red;
    border: solid 1px; }
  .m-panel02 .m-panel02__text {
    font-size: 13px;
    font-size: 1.3rem; }
  .m-panel02 .m-panel02__attribute {
    color: #6b1a7e; }
  .m-panel02 .m-panel02__list li {
    margin-top: 1.2rem;
    font-size: 12px;
    font-size: 1.2rem; } }

/* =========================================================
========================================================= */
.m-panel03 {
  position: relative; }
  .m-panel03 > a {
    display: block;
    text-decoration: none;
    color: inherit; }
  .m-panel03 .m-panel03__txtBox {
    position: relative;
    background-color: #fff; }

@media screen and (min-width: 769px), print {
  .m-panel03 .m-panel03__txtBox {
    max-width: 400px;
    margin: 0 30px;
    margin-top: -65px;
    padding: 35px 30px; }
  .m-panel03 .m-panel03__title {
    font-size: 20px;
    font-size: 2rem; }
  .m-panel03 .m-panel03__text {
    margin-top: 20px;
    font-size: 13px;
    font-size: 1.3rem; } }

@media only screen and (max-width: 768px) {
  .m-panel03 .m-panel03__txtBox {
    margin-top: -10px;
    margin-right: 15px;
    padding: 20px 10px; }
  .m-panel03 .m-panel03__title {
    font-size: 15px;
    font-size: 1.5rem; }
  .m-panel03 .m-panel03__text {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem; } }

/* =========================================================
========================================================= */
.m-border {
  padding-bottom: .25em;
  border-bottom: 1px solid #6b1b7e; }

/* =========================================================
========================================================= */
.m-borderBlock01 {
  border: 1px solid #ddd; }
  .styleWrap .m-borderBlock01 {
    margin: 4rem 0; }

@media screen and (min-width: 769px), print {
  .m-borderBlock01 {
    padding: 35px 40px; } }

@media only screen and (max-width: 768px) {
  .m-borderBlock01 {
    padding: 15px 15px; } }

/* =========================================================
========================================================= */
.m-icon01--arrow {
  background: url(../images/common/icn_arrow_more01.svg) no-repeat 2px center;
  background-size: .7em .85em; }

.m-icon01--arrowR {
  background: url(../images/common/icn_arrow_more01.svg) no-repeat right center;
  background-size: .7em .85em; }

.m-icon01--halfArrow {
  background: url(../images/common/icn_arrow_next01.svg) no-repeat 2px center;
  background-size: .7em .85em; }

.m-icon01--underArrow {
  background: url(../images/common/icn_arrow_more_under01.svg) no-repeat right center;
  background-size: 0.85em 0.7em; }

.m-icon01--whiteArrow {
  background: url(../images/common/icn_arrow_more_white01.svg) no-repeat 2px center;
  background-size: .7em .85em; }

.m-icon01--whiteArrow {
  background: url(../images/common/icn_arrow_more_white01.svg) no-repeat 2px center;
  background-size: .7em .85em; }

.m-icon01--exclamation {
  padding: .2em -0;
  padding-left: 2em;
  background: url(../images/common/icn_surprised01.svg) no-repeat 2px center;
  background-size: 1.5em 1.5em; }

.m-icon01--window:after {
  position: absolute;
  display: block;
  width: 1.33rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: '';
  position: relative;
  display: inline-block;
  margin-left: .4em;
  vertical-align: middle;
  background-image: url(../images/common/icn_window01.svg);
  background-size: contain;
  background-size: 100% 100%; }

.m-icon01--pdf:after {
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  content: '';
  position: relative;
  display: inline-block;
  margin-left: .3em;
  vertical-align: middle;
  background-image: url(../images/common/icn_pdf01.png);
  background-size: contain; }

.m-icon01--colorPurple {
  color: #6b1b7e; }

@media screen and (min-width: 769px), print {
  .m-icon01--arrow,
  .m-icon01--arrow a {
    padding-left: 25px; }
  .m-icon01--arrowR,
  .m-icon01--arrowR a {
    padding-right: 25px; }
  .m-icon01--halfArrow,
  .m-icon01--halfArrow a {
    padding-left: 25px; }
  .m-icon01--underArrow,
  .m-icon01--underArrow a {
    padding-right: 25px; }
  .m-icon01--whiteArrow,
  .m-icon01--whiteArrow a {
    padding-left: 25px; } }

@media only screen and (max-width: 768px) {
  .m-icon01--arrow,
  .m-icon01--arrow a {
    padding-left: 18px; }
  .m-icon01--arrowR,
  .m-icon01--arrowR a {
    padding-right: 18px; }
  .m-icon01--halfArrow,
  .m-icon01--halfArrow a {
    padding-left: 18px; }
  .m-icon01--underArrow,
  .m-icon01--underArrow a {
    padding-right: 18px; }
  .m-icon01--whiteArrow,
  .m-icon01--whiteArrow a {
    padding-left: 18px; } }

/* =========================================================
========================================================= */
.m-line01 {
  height: 1px;
  border-top: #d7d7de 1px solid; }
  .styleWrap .m-line01 {
    margin: 4rem 0; }
  .m-line01--dashed {
    border-top-style: dashed; }
  .m-line01--empty {
    border: none; }

/* =========================================================
========================================================= */
.styleWrap .m-table {
  table-layout: fixed; }
  .styleWrap .m-table--noStyle {
    width: auto;
    margin: 1.5rem 0; }
    .styleWrap .m-table--noStyle:first-child {
      margin-top: 0; }
    .styleWrap .m-table--noStyle:last-child {
      margin-bottom: 0; }
    .styleWrap .m-table--noStyle th,
    .styleWrap .m-table--noStyle td {
      padding: 0;
      text-align: left;
      vertical-align: top;
      border: 0;
      background-color: transparent; }
    .styleWrap .m-table--noStyle th {
      white-space: nowrap; }

@media screen and (min-width: 769px), print {
  .styleWrap .m-table--noStyle th,
  .styleWrap .m-table--noStyle td {
    font-size: 15px;
    font-size: 1.5rem; } }

@media only screen and (max-width: 768px) {
  .styleWrap .m-table--noStyle th,
  .styleWrap .m-table--noStyle td {
    font-size: 13px;
    font-size: 1.3rem; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .styleWrap .m-table--noStyle th,
    .styleWrap .m-table--noStyle td {
      font-size: 12px;
      font-size: 1.2rem; } }

/* =========================================================
========================================================= */
.styleWrap .m-table01Wrap {
  margin: 4rem 0; }

@media only screen and (max-width: 768px) {
  .m-table01Wrap {
    overflow-x: auto;
    width: 100%; }
    .m-table01Wrap table {
      width: auto; } }

/* =========================================================
========================================================= */
.m-bgBlock--gray {
  background-color: #f4f4f4; }

@media screen and (min-width: 769px), print {
  .m-bgBlock {
    padding: 25px; } }

@media only screen and (max-width: 768px) {
  .m-bgBlock {
    padding: 15px; } }

/* =========================================================
pager
========================================================= */
.ccm-page .ccm-pagination-wrapper .pagination {
  display: block;
  margin: 0;
  padding-left: 0;
  border-radius: 0;
  text-align: center; }
  .ccm-page .ccm-pagination-wrapper .pagination > li > a,
  .ccm-page .ccm-pagination-wrapper .pagination > li > span {
    position: static;
    float: none;
    padding: 0;
    border: none;
    margin-left: 0;
    color: #6b1b7e; }
  .ccm-page .ccm-pagination-wrapper .pagination > li > a:hover,
  .ccm-page .ccm-pagination-wrapper .pagination > li > span:hover,
  .ccm-page .ccm-pagination-wrapper .pagination > li > a:focus,
  .ccm-page .ccm-pagination-wrapper .pagination > li > span:focus {
    color: #6b1b7e;
    background-color: transparent;
    border-color: none; }
  .ccm-page .ccm-pagination-wrapper .pagination > li:first-child > a,
  .ccm-page .ccm-pagination-wrapper .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .ccm-page .ccm-pagination-wrapper .pagination > .active > a,
  .ccm-page .ccm-pagination-wrapper .pagination > .active > span,
  .ccm-page .ccm-pagination-wrapper .pagination > .active > a:hover,
  .ccm-page .ccm-pagination-wrapper .pagination > .active > span:hover,
  .ccm-page .ccm-pagination-wrapper .pagination > .active > a:focus,
  .ccm-page .ccm-pagination-wrapper .pagination > .active > span:focus {
    color: #fff;
    background-color: #6b1b7e; }

.styleWrap .ccm-pagination-wrapper {
  margin: 4rem 0; }

.ccm-pagination-wrapper .pagination {
  text-align: center; }
  .ccm-pagination-wrapper .pagination li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-indent: 0; }
    .ccm-pagination-wrapper .pagination li:before {
      display: none; }
  .ccm-pagination-wrapper .pagination li {
    display: inline-block;
    margin: 0 1px 5px;
    vertical-align: middle;
    color: #6b1b7e;
    border: 1px solid #6b1b7e;
    background-color: #fff;
    font-size: 14px;
    font-size: 1.4rem; }
    .ccm-pagination-wrapper .pagination li .sr-only {
      display: none; }
    .ccm-pagination-wrapper .pagination li > a,
    .ccm-pagination-wrapper .pagination li > span {
      line-height: 28px;
      display: block;
      width: 22px;
      height: 26px;
      text-align: center;
      text-decoration: none; }
    .ccm-pagination-wrapper .pagination li.active {
      color: #fff;
      background-color: #6b1b7e; }
    .ccm-pagination-wrapper .pagination li.prev, .ccm-pagination-wrapper .pagination li.next {
      line-height: 1;
      position: relative;
      text-indent: -9999px; }
      .ccm-pagination-wrapper .pagination li.prev a:after,
      .ccm-pagination-wrapper .pagination li.prev span:after, .ccm-pagination-wrapper .pagination li.next a:after,
      .ccm-pagination-wrapper .pagination li.next span:after {
        font-size: 90%;
        font-weight: bold;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scaleX(0.75);
        text-indent: 0; }
      .ccm-pagination-wrapper .pagination li.prev.disabled, .ccm-pagination-wrapper .pagination li.next.disabled {
        opacity: .5;
        color: inherit;
        border-color: #e0e0e0;
        background-color: #e0e0e0; }
    .ccm-pagination-wrapper .pagination li.prev a:after,
    .ccm-pagination-wrapper .pagination li.prev span:after {
      content: '<'; }
    .ccm-pagination-wrapper .pagination li.next a:after,
    .ccm-pagination-wrapper .pagination li.next span:after {
      content: '>'; }

.styleWrap .fc table {
  margin: 0; }

.styleWrap .fc h2 {
  padding: 0;
  border: none; }

.styleWrap .fc .fc-row .fc-content-skeleton td {
  color: inherit; }

.styleWrap .ccm-block-express-entry-list-advanced-search-fields h4 {
  border: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 15rem; }

.styleWrap .ccm-block-express-entry-list-advanced-search-fields > div {
  margin-bottom: 1em;
  margin-left: 15rem; }
  .styleWrap .ccm-block-express-entry-list-advanced-search-fields > div > div {
    display: inline; }

/* =========================================================
========================================================= */
.pointBox {
  margin-top: 1em; }
  .pointBox:first-child {
    margin-top: 0; }
  .m-panel02__titleWrap .pointBox {
    padding-bottom: 1px; }
  .pointBox dt {
    line-height: 1; }
    .pointBox dt span,
    .pointBox dt strong {
      display: inline-block;
      min-width: 5em;
      padding: .5em 1.5em;
      text-align: center;
      color: #fff;
      border-radius: 5em;
      background-color: #6b1b7e; }
  .pointBox dd {
    margin-top: .5em; }

/*
**********************************************************************

* pages

*********************************************************************
*/
/* =========================================================
========================================================= */
.p-fieldofstudy #Contents {
  padding-bottom: 0; }
  .p-fieldofstudy #Contents #Main {
    padding-top: 0; }

/* =========================================================
========================================================= */
.p-fieldofstudy .m-visualBlock01 {
  position: relative;
  z-index: 3; }
  .p-fieldofstudy .m-visualBlock01__title {
    line-height: 1; }
    .p-fieldofstudy .m-visualBlock01__title span {
      position: relative;
      display: inline-block; }
      .p-fieldofstudy .m-visualBlock01__title span:before {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #6b1b7e; }
      .p-fieldofstudy .m-visualBlock01__title span > * {
        position: relative;
        z-index: 1; }

@media screen and (min-width: 769px), print {
  .p-fieldofstudy .m-visualBlock01 {
    padding-right: 100px; } }
  @media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1120px), print {
    .p-fieldofstudy .m-visualBlock01 {
      padding-right: 50px; } }

@media screen and (min-width: 769px), print {
    .p-fieldofstudy .m-visualBlock01__title span:before {
      width: 130%;
      height: 50px; }
    .p-fieldofstudy .m-visualBlock01__title img {
      width: 497px; } }

@media only screen and (max-width: 768px) {
  .p-fieldofstudy .m-visualBlock01 {
    padding-right: 30px; }
    .p-fieldofstudy .m-visualBlock01__image {
      padding-top: 58%; }
    .p-fieldofstudy .m-visualBlock01__title span:before {
      width: 105%;
      height: 25px; }
    .p-fieldofstudy .m-visualBlock01__title img {
      width: 250px; } }

/* =========================================================
========================================================= */
.p-fieldofstudy .leadSect {
  position: relative;
  z-index: 2; }
  .p-fieldofstudy .leadSect:before, .p-fieldofstudy .leadSect:after {
    position: absolute;
    display: block;
    width: 100vw;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    content: '';
    left: 50%;
    bottom: 0;
    z-index: 0; }
  .p-fieldofstudy .leadSect:before {
    background-color: #dbe7f4; }
  .p-fieldofstudy .leadSect:after {
    background-color: #e6f100;
    mix-blend-mode: multiply; }
  .p-fieldofstudy .leadSect .sectInner {
    position: relative;
    z-index: 1; }
  .p-fieldofstudy .leadSect .sectTit {
    line-height: 1;
    position: relative;
    z-index: 1;
    letter-spacing: .1em; }
    .p-fieldofstudy .leadSect .sectTit:before {
      position: absolute;
      display: block;
      width: 100vw;
      height: 1px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      content: '';
      right: 0;
      bottom: 0;
      z-index: 0;
      margin-top: -1px;
      background-color: #808080; }
    .p-fieldofstudy .leadSect .sectTit small {
      display: block; }
    .p-fieldofstudy .leadSect .sectTit strong {
      font-weight: bold;
      position: relative;
      display: inline-block;
      margin-bottom: -1px;
      border-bottom: solid #8c489c; }
  .p-fieldofstudy .leadSect .sectMain {
    line-height: 2;
    position: relative; }

@media screen and (min-width: 769px), print {
  .p-fieldofstudy .leadSect:before, .p-fieldofstudy .leadSect:after {
    margin-bottom: -30px;
    margin-left: -220px; }
  .p-fieldofstudy .leadSect:before {
    height: 30px; }
  .p-fieldofstudy .leadSect:after {
    padding: 60px 0 30px; }
  .p-fieldofstudy .leadSect .sectInner {
    display: flex;
    padding: 50px 0 50px;
    align-items: flex-start; }
  .p-fieldofstudy .leadSect .sectTit {
    font-size: 26px;
    font-size: 2.6rem; }
    .p-fieldofstudy .leadSect .sectTit small {
      padding-bottom: 15px;
      font-size: 19px;
      font-size: 1.9rem; }
    .p-fieldofstudy .leadSect .sectTit strong {
      padding-bottom: 5px;
      border-bottom-width: 3px;
      font-size: 36px;
      font-size: 3.6rem; }
  .p-fieldofstudy .leadSect .sectMain {
    padding-top: 10px;
    padding-left: 80px;
    flex: 1;
    font-size: 17px;
    font-size: 1.7rem; } }
  @media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1120px), print {
    .p-fieldofstudy .leadSect .sectMain {
      padding-left: 40px;
      font-size: 14px;
      font-size: 1.4rem; } }

@media only screen and (max-width: 768px) {
  .p-fieldofstudy .leadSect:before, .p-fieldofstudy .leadSect:after {
    margin-bottom: -10px;
    margin-left: -50%; }
  .p-fieldofstudy .leadSect:before {
    height: 10px; }
  .p-fieldofstudy .leadSect:after {
    padding: 30px 0 10px; }
  .p-fieldofstudy .leadSect .sectInner {
    padding: 30px 30px 30px; } }
  @media only screen and (max-width: 768px) and (max-width: 374px) {
    .p-fieldofstudy .leadSect .sectInner {
      padding-right: 20px;
      padding-left: 20px; } }

@media only screen and (max-width: 768px) {
  .p-fieldofstudy .leadSect .sectTit {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem; }
    .p-fieldofstudy .leadSect .sectTit small {
      padding-bottom: 10px;
      font-size: 12px;
      font-size: 1.2rem; }
    .p-fieldofstudy .leadSect .sectTit strong {
      padding-bottom: 5px;
      border-bottom-width: 3px;
      font-size: 21px;
      font-size: 2.1rem; }
  .p-fieldofstudy .leadSect .sectMain {
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem; } }

/* =========================================================
========================================================= */
.p-fieldofstudy .cmnTitBlock {
  text-align: center; }
  .p-fieldofstudy .cmnTitBlock .enTit {
    line-height: 1; }
    .p-fieldofstudy .cmnTitBlock .enTit span {
      position: relative;
      display: inline-block;
      box-sizing: border-box; }
      .p-fieldofstudy .cmnTitBlock .enTit span:before, .p-fieldofstudy .cmnTitBlock .enTit span:after {
        position: absolute;
        display: block;
        width: 0;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto;
        content: '';
        top: 0;
        box-sizing: border-box;
        border: solid #000; }
      .p-fieldofstudy .cmnTitBlock .enTit span:before {
        left: 0; }
      .p-fieldofstudy .cmnTitBlock .enTit span:after {
        right: 0; }
      .p-fieldofstudy .cmnTitBlock .enTit span img {
        width: auto;
        height: 1em; }
  .p-fieldofstudy .cmnTitBlock .sectTit {
    line-height: 1.2;
    letter-spacing: .05em; }

@media screen and (min-width: 769px), print {
  .p-fieldofstudy .cmnTitBlock .enTit {
    font-size: 36px;
    font-size: 3.6rem; }
    .p-fieldofstudy .cmnTitBlock .enTit span {
      min-width: 170px;
      padding: 5px 10px; }
      .p-fieldofstudy .cmnTitBlock .enTit span:before, .p-fieldofstudy .cmnTitBlock .enTit span:after {
        width: 8px;
        border-width: 2px; }
      .p-fieldofstudy .cmnTitBlock .enTit span:before {
        border-right-width: 0; }
      .p-fieldofstudy .cmnTitBlock .enTit span:after {
        border-left-width: 0; }
  .p-fieldofstudy .cmnTitBlock .sectTit {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.8rem; } }

@media only screen and (max-width: 768px) {
  .p-fieldofstudy .cmnTitBlock .enTit {
    font-size: 26px;
    font-size: 2.6rem; }
    .p-fieldofstudy .cmnTitBlock .enTit span {
      min-width: 115px;
      padding: 2px 6px; }
      .p-fieldofstudy .cmnTitBlock .enTit span:before, .p-fieldofstudy .cmnTitBlock .enTit span:after {
        width: 4px;
        border-width: 1px; }
      .p-fieldofstudy .cmnTitBlock .enTit span:before {
        border-right-width: 0; }
      .p-fieldofstudy .cmnTitBlock .enTit span:after {
        border-left-width: 0; }
  .p-fieldofstudy .cmnTitBlock .sectTit {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem; } }

/* =========================================================
========================================================= */
.p-fieldofstudy .fieldSect {
  position: relative;
  z-index: 1;
  background-color: #dbe7f4; }
  .p-fieldofstudy .fieldSect:before {
    position: absolute;
    display: block;
    width: 100vw;
    height: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    content: '';
    bottom: 0;
    right: 50%;
    background-color: #dbe7f4;
    mix-blend-mode: multiply; }
  .p-fieldofstudy .fieldSect .inner {
    z-index: 1; }
  .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList > li {
    box-sizing: border-box; }
    .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList > li a {
      display: block;
      text-decoration: none;
      color: inherit; }
  .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .liBgWrap {
    background-color: #fff; }
  .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .liInner {
    border-top: solid #6b1b7e; }
  .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .field {
    font-weight: bold;
    line-height: 1;
    color: #6b1b7e; }
    .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .field img {
      width: auto;
      height: 1em;
      vertical-align: bottom; }
    .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .field .num {
      display: inline-block;
      margin-left: .5em;
      padding-left: .5em;
      border-left: 1px solid #6b1b7e; }
  .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .thumb {
    line-height: 1; }
  .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .tit {
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    letter-spacing: .05em; }
  .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .btn {
    line-height: 1.01;
    text-align: center; }
    .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .btn img {
      width: auto;
      height: 1em;
      vertical-align: top; }
    .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .btn span {
      position: relative;
      display: inline-block;
      box-sizing: border-box;
      max-width: 100%;
      padding: 1em 25px;
      text-align: left;
      border-radius: 10em;
      background-color: #ebe0ff; }
      .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .btn span:after {
        position: absolute;
        display: block;
        width: 50px;
        height: 5px;
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% auto;
        content: '';
        right: 0;
        top: 50%;
        margin-top: -2.5px;
        margin-right: 1.5em;
        background-image: url(../images/common/icn_arrow_next02.svg);
        background-position: center center; }

@media screen and (min-width: 769px), print {
  .p-fieldofstudy .fieldSect {
    padding: 120px 0 130px; }
    .p-fieldofstudy .fieldSect:before {
      height: 750px;
      margin-right: -450px;
      margin-bottom: -30px; }
    .p-fieldofstudy .fieldSect .inner {
      max-width: 1190px; }
    .p-fieldofstudy .fieldSect .sectMain {
      margin-top: 60px; }
      .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList {
        display: flex;
        margin: -25px -12px 0;
        flex-wrap: wrap; }
        .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList > li {
          width: 33.333%;
          margin-top: 25px;
          padding: 0 12px; } }
        @media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1120px), print {
          .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList > li {
            width: 50%; } }

@media screen and (min-width: 769px), print {
        .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .liBgWrap {
          min-height: 100%; }
        .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .liInner {
          padding: 30px 25px 40px;
          border-top-width: 4px; }
        .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .field {
          font-size: 13px;
          font-size: 1.3rem; }
          .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .field .num {
            font-size: 24px;
            font-size: 2.4rem; }
        .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .thumb {
          padding: 0 12px; }
        .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .tit {
          font-size: 20px;
          font-size: 2rem; }
        .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .btn {
          margin-top: 20px;
          font-size: 8px;
          font-size: 0.8rem; }
          .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .btn span {
            width: 150px; } }

@media only screen and (max-width: 768px) {
  .p-fieldofstudy .fieldSect {
    padding: 50px 0 50px; }
    .p-fieldofstudy .fieldSect:before {
      height: 50%;
      margin-right: -120px;
      margin-bottom: -10px; }
    .p-fieldofstudy .fieldSect .sectMain {
      margin-top: 30px; }
      .p-fieldofstudy .fieldSect .sectMain .listBlock {
        padding: 0 15px; }
        .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList {
          max-width: 480px;
          margin: 0 auto; }
          .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList > li {
            margin-top: 20px; }
            .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList > li:first-child {
              margin-top: 0; }
          .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .liInner {
            padding: 15px 15px 15px;
            border-top-width: 3px; }
          .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .field {
            font-size: 10px;
            font-size: 1rem; }
            .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .field .num {
              font-size: 18px;
              font-size: 1.8rem; }
          .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .thumb {
            padding: 0 50px; }
          .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .tit {
            font-size: 15px;
            font-size: 1.5rem; }
          .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .btn {
            margin-top: 15px;
            font-size: 8px;
            font-size: 0.8rem; }
            .p-fieldofstudy .fieldSect .sectMain .listBlock .itemList .btn span {
              width: 150px; } }

/* =========================================================
========================================================= */
.p-fieldofstudy .facultySect {
  position: relative;
  z-index: 0;
  background-color: #f8ffee; }
  .p-fieldofstudy .facultySect:before {
    position: absolute;
    display: block;
    width: 100vw;
    height: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    content: '';
    left: 50%;
    bottom: 0;
    background-color: #dbe7f4; }
  .p-fieldofstudy .facultySect .inner {
    z-index: 1; }
  .p-fieldofstudy .facultySect .sectMain .listBlock .itemList > li {
    box-sizing: border-box; }
    .p-fieldofstudy .facultySect .sectMain .listBlock .itemList > li a {
      display: block;
      text-decoration: none;
      color: inherit; }
  .p-fieldofstudy .facultySect .sectMain .listBlock .itemList .liBgWrap {
    background-color: #fff; }
  .p-fieldofstudy .facultySect .sectMain .listBlock .itemList .liInner {
    color: #fff;
    background-color: #6b1b7e; }
  .p-fieldofstudy .facultySect .sectMain .listBlock .itemList .thumb {
    line-height: 1; }
  .p-fieldofstudy .facultySect .sectMain .listBlock .itemList .tit {
    line-height: 1.2;
    padding: .9em 1em .9em;
    text-align: center;
    letter-spacing: .05em; }

@media screen and (min-width: 769px), print {
  .p-fieldofstudy .facultySect {
    padding: 120px 0; }
    .p-fieldofstudy .facultySect:before {
      height: 570px;
      margin-left: 70px; }
    .p-fieldofstudy .facultySect .inner {
      max-width: 1190px; }
    .p-fieldofstudy .facultySect .sectMain {
      margin-top: 60px; }
      .p-fieldofstudy .facultySect .sectMain .listBlock .itemList {
        display: flex;
        margin: -25px -12px 0;
        flex-wrap: wrap; }
        .p-fieldofstudy .facultySect .sectMain .listBlock .itemList > li {
          width: 33.333%;
          margin-top: 25px;
          padding: 0 12px; }
        .p-fieldofstudy .facultySect .sectMain .listBlock .itemList .tit {
          font-size: 17px;
          font-size: 1.7rem; } }

@media only screen and (max-width: 768px) {
  .p-fieldofstudy .facultySect {
    padding: 50px 0 50px; }
    .p-fieldofstudy .facultySect:before {
      height: 22%;
      margin-left: -60px; }
    .p-fieldofstudy .facultySect .sectMain {
      margin-top: 30px; }
      .p-fieldofstudy .facultySect .sectMain .listBlock {
        padding: 0 15px; }
        .p-fieldofstudy .facultySect .sectMain .listBlock .itemList {
          max-width: 480px;
          margin: 0 auto; }
          .p-fieldofstudy .facultySect .sectMain .listBlock .itemList > li {
            margin-top: 20px; }
            .p-fieldofstudy .facultySect .sectMain .listBlock .itemList > li:first-child {
              margin-top: 0; }
          .p-fieldofstudy .facultySect .sectMain .listBlock .itemList .tit {
            font-size: 14px;
            font-size: 1.4rem; } }

/* =========================================================
========================================================= */
.p-fieldofstudy .titlePopSect {
  border-top: solid #6b1b7e;
  background-color: #fff; }
  .p-fieldofstudy .titlePopSect .sectTit {
    line-height: 1;
    position: relative; }
    .p-fieldofstudy .titlePopSect .sectTit:before {
      position: absolute;
      display: block;
      width: 2px;
      height: 100%;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      content: '';
      left: 0;
      top: 0;
      border: solid #6b1b7e;
      border-width: 0 1px; }
    .p-fieldofstudy .titlePopSect .sectTit small {
      display: block; }

@media screen and (min-width: 769px), print {
  .p-fieldofstudy .titlePopSect {
    padding: 0 38px;
    border-top-width: 12px; }
    .p-fieldofstudy .titlePopSect .sectTit {
      padding-top: 40px;
      padding-left: 20px;
      font-size: 18px;
      font-size: 1.8rem; }
      .p-fieldofstudy .titlePopSect .sectTit small {
        padding-bottom: 10px;
        font-size: 12px;
        font-size: 1.2rem; } }

@media only screen and (max-width: 768px) {
  .p-fieldofstudy .titlePopSect {
    padding: 0 20px;
    border-top-width: 6px; }
    .p-fieldofstudy .titlePopSect .sectTit {
      padding-top: 15px;
      padding-left: 10px;
      font-size: 12px;
      font-size: 1.2rem; }
      .p-fieldofstudy .titlePopSect .sectTit small {
        padding-bottom: 10px;
        font-size: 10px;
        font-size: 1rem; } }

/* =========================================================
fieldSect
========================================================= */
.p-fieldofstudy .fieldPopSect {
  background-color: #fff; }
  .p-fieldofstudy .fieldPopSect .indexBlock .blockInner {
    display: flex; }
  .p-fieldofstudy .fieldPopSect .indexBlock .txtBox {
    position: relative;
    z-index: 1; }
    .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .field {
      font-weight: bold;
      line-height: 1;
      position: relative; }
      .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .field img {
        width: auto;
        height: 1em;
        vertical-align: bottom; }
      .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .field:before {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        background-color: #000; }
      .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .field .num {
        margin-left: .5em; }
    .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .sectTit {
      font-weight: bold;
      line-height: 1.7; }
      .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .sectTit strong {
        background-color: #e6f100; }
  .p-fieldofstudy .fieldPopSect .indexBlock .thumb {
    position: relative;
    z-index: 0; }
    .p-fieldofstudy .fieldPopSect .indexBlock .thumb span {
      display: block; }
  .p-fieldofstudy .fieldPopSect .sectMain .itemList > li {
    margin-top: -2px; }
  .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit {
    position: relative;
    z-index: 1;
    cursor: pointer;
    border: solid #000;
    border-width: 1px 0;
    background-color: #fff; }
    .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit:before, .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit:after {
      position: absolute;
      display: block;
      width: 0;
      height: 1.1px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 100% auto;
      content: '';
      right: 0;
      top: 50%;
      background: #000; }
    .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit:after {
      transition: ease .4s transform;
      transform: rotate(90deg); }
    .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit.open {
      background: repeating-linear-gradient(315deg, #ebe0ff, #ebe0ff 1.5px, #fff 0, #fff 6px); }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit.open:after {
        transform: rotate(0deg); }
  .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch; }
    .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li {
      box-sizing: border-box; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li a {
        height: 100%; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li .liInner {
        display: flex;
        box-sizing: border-box;
        min-height: 100%;
        border: 1px solid #dedede;
        justify-content: flex-start; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-music_ensou'] .liInner, .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-music_bunka'] .liInner, .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-media'] .liInner, .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-international'] .liInner {
        color: #d87c9d;
        border-left-color: #d87c9d; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-english'] .liInner, .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-japanese'] .liInner {
        color: #6e9562;
        border-left-color: #6e9562; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-system'] .liInner, .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-childhood'] .liInner {
        color: #4893c4;
        border-left-color: #4893c4; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-human'] .liInner, .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-nutrition_kanri'] .liInner, .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-nutrition_kagaku'] .liInner {
        color: #c2a85d;
        border-left-color: #c2a85d; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-clinical'] .liInner {
        color: #8f6fa0;
        border-left-color: #8f6fa0; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li[data-clone$='.-nursing'] .liInner {
        color: #d08079;
        border-left-color: #d08079; }
    .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList a {
      display: block;
      text-decoration: none; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList a {
        transition: opacity .2s ease; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList a:hover {
        opacity: 0.6; }
    .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList .txt {
      display: flex;
      align-items: center;
      justify-content: center; }
      .is-IE .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList .txt {
        width: 100%; }
    .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList .name {
      flex: 1; }
      .is-IE .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList .name {
        padding-top: 0.4em; }

@media screen and (min-width: 769px), print {
  .p-fieldofstudy .fieldPopSect.fieldPop03 .indexBlock .thumb span {
    margin-left: -30px; }
  .p-fieldofstudy .fieldPopSect.fieldPop04 .indexBlock .thumb span {
    margin-top: -30px;
    margin-left: -70px; }
  .p-fieldofstudy .fieldPopSect.fieldPop05 .indexBlock .txtBox {
    margin-right: -35%; }
  .p-fieldofstudy .fieldPopSect.fieldPop05 .indexBlock .thumb span {
    margin-top: -110px;
    margin-left: -170px; }
  .p-fieldofstudy .fieldPopSect.fieldPop06 .indexBlock .thumb span {
    margin-top: -40px; }
  .p-fieldofstudy .fieldPopSect.fieldPop07 .indexBlock .thumb span {
    margin-top: -20px;
    margin-left: -30px; }
  .p-fieldofstudy .fieldPopSect.fieldPop08 .indexBlock .thumb span {
    margin-top: -40px; }
  .p-fieldofstudy .fieldPopSect .sectInner {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 30px 190px; }
  .p-fieldofstudy .fieldPopSect .indexBlock .blockInner.-reverse {
    flex-direction: row-reverse; }
    .p-fieldofstudy .fieldPopSect .indexBlock .blockInner.-reverse .txtBox {
      padding-left: 20px; }
  .p-fieldofstudy .fieldPopSect .indexBlock .txtBox {
    flex: 1; }
    .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .field {
      margin-left: -30px;
      padding: .5em 0 1em;
      font-size: 20px;
      font-size: 2rem; } }
    @media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1120px), print {
      .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .field {
        margin-left: -10px; } }

@media screen and (min-width: 769px), print {
      .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .field:before {
        width: 43px;
        height: 2px; }
      .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .field .num {
        font-size: 40px;
        font-size: 4rem; }
    .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .sectTit {
      margin-top: 25px;
      font-size: 32px;
      font-size: 3.2rem; } }
    @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
      .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .sectTit {
        font-size: 24px;
        font-size: 2.4rem; } }

@media screen and (min-width: 769px), print {
    .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .txt {
      line-height: 2;
      margin-top: 15px;
      font-size: 16px;
      font-size: 1.6rem; }
  .p-fieldofstudy .fieldPopSect .indexBlock .thumb {
    width: 35%;
    margin-bottom: -70px; }
  .p-fieldofstudy .fieldPopSect .sectMain {
    margin-top: 100px; }
    .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit {
      line-height: 1.6;
      padding: 1.2em  45px  1.2em .8em;
      font-size: 18px;
      font-size: 1.8rem; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit:before, .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit:after {
        width: 14px;
        margin-right: 20px; }
    .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList {
      margin: -35px -18px 0;
      padding: 50px 20px; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li {
        width: 33.333%;
        margin-top: 35px;
        padding: 0 18px;
        font-size: 17px;
        font-size: 1.7rem; } }
      @media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 959px) {
        .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li {
          width: 50%; } }

@media screen and (min-width: 769px), print {
        .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li .liInner {
          padding: 12px 12px;
          border-left-width: 5px; }
        .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li .txt {
          min-height: 4em; }
          .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li .txt .icn {
            width: 26px;
            height: 26px;
            margin-right: 8px; } }

@media only screen and (max-width: 768px) {
  .p-fieldofstudy .fieldPopSect .sectInner {
    padding: 10px 15px 50px; } }
  @media only screen and (max-width: 768px) and (max-width: 374px) {
    .p-fieldofstudy .fieldPopSect .sectInner {
      padding-right: 10px;
      padding-left: 10px; } }

@media only screen and (max-width: 768px) {
  .p-fieldofstudy .fieldPopSect .indexBlock .blockInner {
    flex-direction: column-reverse; }
  .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .field {
    padding: .5em 0 1em;
    font-size: 11px;
    font-size: 1.1rem; }
    .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .field:before {
      width: 20px;
      height: 1px; }
    .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .field .num {
      font-size: 20px;
      font-size: 2rem; }
  .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .sectTit {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem; }
  .p-fieldofstudy .fieldPopSect .indexBlock .txtBox .txt {
    line-height: 1.8;
    margin-top: 15px;
    font-size: 12px;
    font-size: 1.2rem; }
  .p-fieldofstudy .fieldPopSect .indexBlock .thumb {
    text-align: center; }
    .p-fieldofstudy .fieldPopSect .indexBlock .thumb img {
      width: auto;
      height: 200px; }
  .p-fieldofstudy .fieldPopSect .sectMain {
    margin-top: 30px; }
    .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit {
      padding: .6em 25px .6em .5em;
      font-size: 14px;
      font-size: 1.4rem; } }
    @media only screen and (max-width: 768px) and (max-width: 374px) {
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit {
        font-size: 12px;
        font-size: 1.2rem; } }

@media only screen and (max-width: 768px) {
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit:before, .p-fieldofstudy .fieldPopSect .sectMain .itemList .tit:after {
        width: 8px;
        margin-right: 10px; }
    .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList {
      margin: -10px -5px 0;
      padding: 30px 0; }
      .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li {
        width: 50%;
        margin-top: 10px;
        padding: 0 5px; }
        .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li .liInner {
          padding: 10px 5px;
          border-left-width: 3px; } }
        @media only screen and (max-width: 768px) and (max-width: 374px) {
          .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li .liInner {
            justify-content: flex-start; } }

@media only screen and (max-width: 768px) {
        .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li .txt {
          line-height: 1.6;
          min-height: 3.2em; }
        .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li .icn {
          width: 18px;
          height: 18px;
          margin-right: 5px; }
        .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li .name {
          font-size: 12px;
          font-size: 1.2rem; } }
        @media only screen and (max-width: 768px) and (max-width: 374px) {
          .p-fieldofstudy .fieldPopSect .sectMain .itemList .facultyList > li .name {
            font-size: 10px;
            font-size: 1rem; } }

/* =========================================================
========================================================= */
.p-fieldofstudy .listPopSect {
  position: relative;
  border-top: solid #6b1b7e;
  background-color: #fff; }
  .p-fieldofstudy .listPopSect .bgBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover; }
    .p-fieldofstudy .listPopSect .bgBlock:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background-color: rgba(0, 0, 0, 0.3); }
    .p-fieldofstudy .listPopSect .bgBlock img {
      display: none; }
  .p-fieldofstudy .listPopSect .sectInner {
    position: relative;
    z-index: 1;
    margin: 0 auto; }
  .p-fieldofstudy .listPopSect .sectTit {
    line-height: 1;
    position: relative;
    padding: .8em 0;
    text-align: center;
    color: #fff; }
    .p-fieldofstudy .listPopSect .sectTit:before {
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 1px;
      content: '';
      transform: translateX(-50%);
      background-color: #fff; }
  .p-fieldofstudy .listPopSect .sectMain .itemList {
    display: flex;
    flex-wrap: wrap; }
    .p-fieldofstudy .listPopSect .sectMain .itemList > li {
      box-sizing: border-box; }
    .p-fieldofstudy .listPopSect .sectMain .itemList .bgLiInner {
      background-color: #fff; }
    .p-fieldofstudy .listPopSect .sectMain .itemList a {
      display: block;
      text-decoration: none; }
      .p-fieldofstudy .listPopSect .sectMain .itemList a {
        transition: opacity .2s ease; }
      .p-fieldofstudy .listPopSect .sectMain .itemList a:hover {
        opacity: 0.6; }
    .p-fieldofstudy .listPopSect .sectMain .itemList .liInner {
      position: relative;
      background-color: #faf0ff; }
    .p-fieldofstudy .listPopSect .sectMain .itemList .num {
      font-weight: bold;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 0;
      box-sizing: border-box;
      padding: .9em .25em;
      text-align: center;
      color: #fff;
      background-color: #6b1b7e; }
      .p-fieldofstudy .listPopSect .sectMain .itemList .num img {
        width: auto;
        height: 1em;
        vertical-align: bottom; }
    .p-fieldofstudy .listPopSect .sectMain .itemList .tit {
      text-align: center; }

@media screen and (min-width: 769px), print {
  .p-fieldofstudy .listPopSect {
    padding: 80px 0 60px;
    border-top-width: 12px; }
    .p-fieldofstudy .listPopSect .sectInner {
      max-width: 1028px;
      padding: 0 30px; }
    .p-fieldofstudy .listPopSect .sectTit {
      font-size: 18px;
      font-size: 1.8rem; }
      .p-fieldofstudy .listPopSect .sectTit:before {
        width: 34px; }
    .p-fieldofstudy .listPopSect .sectMain {
      margin-top: 70px; }
      .p-fieldofstudy .listPopSect .sectMain .itemList {
        margin: -20px -10px 0; }
        .p-fieldofstudy .listPopSect .sectMain .itemList > li {
          width: 25%;
          margin-top: 20px;
          padding: 0 10px; } }
        @media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1120px), print {
          .p-fieldofstudy .listPopSect .sectMain .itemList > li {
            width: 33.333%; } }

@media screen and (min-width: 769px), print {
        .p-fieldofstudy .listPopSect .sectMain .itemList .liInner {
          padding: 25px 40px 25px; } }
        @media screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1120px), print {
          .p-fieldofstudy .listPopSect .sectMain .itemList .liInner {
            padding: 40px 20px 30px; } }

@media screen and (min-width: 769px), print {
        .p-fieldofstudy .listPopSect .sectMain .itemList .num {
          min-width: 40px;
          font-size: 14px;
          font-size: 1.4rem; }
        .p-fieldofstudy .listPopSect .sectMain .itemList .tit {
          font-size: 14px;
          font-size: 1.4rem; } }

@media only screen and (max-width: 768px) {
  .p-fieldofstudy .listPopSect {
    padding: 30px 0 30px;
    border-top-width: 5px; }
    .p-fieldofstudy .listPopSect .sectInner {
      padding: 0 15px; } }
    @media only screen and (max-width: 768px) and (max-width: 374px) {
      .p-fieldofstudy .listPopSect .sectInner {
        padding: 0 10px; } }

@media only screen and (max-width: 768px) {
    .p-fieldofstudy .listPopSect .sectTit {
      font-size: 16px;
      font-size: 1.6rem; }
      .p-fieldofstudy .listPopSect .sectTit:before {
        width: 30px; }
    .p-fieldofstudy .listPopSect .sectMain {
      margin-top: 35px; }
      .p-fieldofstudy .listPopSect .sectMain .itemList {
        margin: -15px -5px 0; }
        .p-fieldofstudy .listPopSect .sectMain .itemList > li {
          width: 50%;
          margin-top: 15px;
          padding: 0 5px; }
        .p-fieldofstudy .listPopSect .sectMain .itemList .liInner {
          padding: 25px 5px; }
        .p-fieldofstudy .listPopSect .sectMain .itemList .num {
          min-width: 24px;
          font-size: 8px;
          font-size: 0.8rem; }
        .p-fieldofstudy .listPopSect .sectMain .itemList .tit {
          font-size: 12px;
          font-size: 1.2rem; } }
        @media only screen and (max-width: 768px) and (max-width: 374px) {
          .p-fieldofstudy .listPopSect .sectMain .itemList .tit {
            font-size: 10px;
            font-size: 1rem; } }
