@charset "UTF-8";
/*=====================================================
*
*	style.css
*   Since 2020.2.28
*
*   1= tags define
*   2= font setting
*		3= common module
*		4= structure module
*		5= page module
*
========================================================*/
/*	1= tags define
-----------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap");
html > body {
  overflow: -moz-scrollbars-vertical; }

/* for firefox */
html {
  background: #eae7dc;
  font-size: 62.5%; }

* {
  font-feature-settings: "palt"; }

body {
  background: #eae7dc;
  text-align: center; }

/*	2= font setting
-----------------------------------------------------*/
/* base font size */
body {
  font-size: 1.4rem;
  line-height: 1.7;
  text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  color: #1e1e1e;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", 'Roboto', 'Osaka', "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500; }

/*	3= common module
-----------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.cnote {
  color: #9e1f1f;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 0.5em;
  font-weight: 700; }

/*	4= structure module
-----------------------------------------------------*/
#mainimg {
  background: url("../images/title_bg2.jpg") no-repeat center center;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center; }
  #mainimg .catch {
    display: block;
    content: url("../images/title2.svg");
    width: 82.89vw;
    height: auto; }
    @media (max-width: 425px) {
      #mainimg .catch {
        width: 68vw; } }
  #mainimg .msg {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-weight: 700;
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    font-size: 4vh; }
  @media (max-width: 768px) {
    #mainimg {
      height: 60vw; }
      #mainimg .msg {
        font-size: 12px;
        font-size: 1.2rem;
        height: 26px; } }
  @media (max-width: 425px) {
    #mainimg {
      background-size: 128%; } }

#titlebox {
  background: #fff;
  border-bottom: 3px double #234c78; }
  #titlebox .ename {
    background: #224a75;
    /* Old browsers */
    background: -moz-linear-gradient(left, #072546 0%, #224a75 25%, #224a75 75%, #072546 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #072546 0%, #224a75 25%, #224a75 75%, #072546 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #072546 0%, #224a75 25%, #224a75 75%, #072546 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072546', endColorstr='#072546',GradientType=1 );
    /* IE6-9 */
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 5px;
    margin-top: 2px;
    font-size: 17px;
    font-size: 1.7rem; }
    @media (max-width: 425px) {
      #titlebox .ename {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.2; } }
  #titlebox .inner {
    width: 980px;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    padding: 15px 0; }
    @media (max-width: 768px) {
      #titlebox .inner {
        width: calc(100% - 40px);
        padding: 10px 0; } }
    @media (max-width: 425px) {
      #titlebox .inner {
        display: block; } }
    #titlebox .inner .titles {
      padding-right: 20px;
      border-right: 1px solid #124073; }
      @media (max-width: 425px) {
        #titlebox .inner .titles {
          padding-right: 0;
          border: none; } }
      #titlebox .inner .titles h1 {
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: 700;
        white-space: nowrap;
        line-height: normal;
        text-indent: -0.5em; }
        @media (max-width: 425px) {
          #titlebox .inner .titles h1 {
            text-indent: 0;
            font-size: 24px;
            font-size: 2.4rem; } }
        #titlebox .inner .titles h1 span {
          font-size: 14px;
          font-size: 1.4rem;
          font-weight: 500;
          display: block;
          line-height: normal;
          text-indent: 0; }
          @media (max-width: 425px) {
            #titlebox .inner .titles h1 span {
              text-indent: 0;
              font-size: 12px;
              font-size: 1.2rem; } }
      #titlebox .inner .titles .date {
        font-size: 25px;
        font-size: 2.5rem;
        font-family: 'Oswald', sans-serif;
        line-height: 1.1;
        color: #124073;
        margin: 5px 0;
        white-space: nowrap; }
        #titlebox .inner .titles .date span {
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 700; }
        #titlebox .inner .titles .date span.reserve {
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 400;
          margin-left: 0.5em;
          color: #9e1f1f; }
        #titlebox .inner .titles .date p.first {
          display: inline-block;
          margin-bottom: 0.2em; }
          #titlebox .inner .titles .date p.first:after {
            content: "";
            display: block;
            position: absolute;
            width: 80%;
            height: 1px;
            background-color: #124073;
            left: 0;
            top: 55%; }
          #titlebox .inner .titles .date p.first span.reserve {
            color: #124073; }
        #titlebox .inner .titles .date .pc {
          font-size: 25px;
          font-size: 2.5rem;
          font-weight: 400; }
        @media (max-width: 425px) {
          #titlebox .inner .titles .date {
            white-space: normal;
            font-size: 23px;
            font-size: 2.3rem; }
            #titlebox .inner .titles .date span {
              font-size: 13px;
              font-size: 1.3rem; } }
      #titlebox .inner .titles span.day {
        display: inline-block;
        text-align: center;
        vertical-align: bottom;
        font-size: 15px;
        font-size: 1.5rem;
        background: #124073;
        width: 24px;
        height: 24px;
        line-height: 24px;
        color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        margin-left: 4px; }
        @media (max-width: 425px) {
          #titlebox .inner .titles span.day {
            font-size: 12px;
            font-size: 1.2rem;
            width: 21px;
            height: 21px;
            line-height: 20px; } }
      #titlebox .inner .titles .time, #titlebox .inner .titles .place {
        vertical-align: middle;
        line-height: 1.4; }
        #titlebox .inner .titles .time span, #titlebox .inner .titles .place span {
          font-size: 14px;
          font-size: 1.4rem;
          display: inline-block;
          color: #124073;
          margin-right: 5px;
          font-weight: 500;
          font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "Roboto", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif; }
          @media (max-width: 425px) {
            #titlebox .inner .titles .time span, #titlebox .inner .titles .place span {
              font-size: 14px;
              font-size: 1.4rem;
              margin-right: 6px; } }
      #titlebox .inner .titles .time {
        font-size: 20px;
        font-size: 2rem;
        font-family: 'Oswald', sans-serif; }
        @media (max-width: 425px) {
          #titlebox .inner .titles .time {
            font-size: 16px;
            font-size: 1.6rem; } }
      #titlebox .inner .titles .place {
        font-size: 14px;
        font-size: 1.4rem; }
        @media (max-width: 425px) {
          #titlebox .inner .titles .place {
            font-size: 12px;
            font-size: 1.2rem; } }
      #titlebox .inner .titles .timeplace {
        text-align: left;
        display: inline-block; }
    #titlebox .inner .about {
      padding-left: 20px; }
      #titlebox .inner .about p:first-child {
        font-weight: 700;
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 0.5em; }
      #titlebox .inner .about p:last-child {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.8;
        color: #124073; }
      @media (max-width: 425px) {
        #titlebox .inner .about {
          margin-top: 20px;
          padding: 20px 0 10px;
          border-top: 1px solid #124073; } }

#intromerit {
  background: url("../images/bg1.jpg") no-repeat right bottom;
  background-size: cover;
  padding: 80px 0 40px; }
  @media (max-width: 768px) {
    #intromerit {
      padding-top: 60px 0 20px; } }
  #intromerit .inner {
    width: 980px;
    margin: auto; }
    @media (max-width: 768px) {
      #intromerit .inner {
        width: calc(100% - 40px); } }
  #intromerit #intro {
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    @media (max-width: 768px) {
      #intromerit #intro {
        display: block;
        text-align: center; } }
    #intromerit #intro .mcatch {
      padding: 45px 40px 45px 45px;
      font-weight: 700;
      font-size: 20px;
      font-size: 2rem;
      white-space: nowrap;
      margin-right: 38px;
      color: #124073; }
      @media (max-width: 768px) {
        #intromerit #intro .mcatch {
          margin: 0 auto 20px;
          display: inline-block; } }
      @media (max-width: 460px) {
        #intromerit #intro .mcatch {
          font-size: 4vw;
          padding: 6vw; } }
      #intromerit #intro .mcatch:before, #intromerit #intro .mcatch:after {
        content: "";
        display: block;
        position: absolute;
        width: 122px;
        height: 122px;
        border: 1px solid #124073;
        border-right: none;
        border-bottom: none; }
        @media (max-width: 460px) {
          #intromerit #intro .mcatch:before, #intromerit #intro .mcatch:after {
            width: 90px;
            height: 90px; } }
      #intromerit #intro .mcatch:before {
        left: 0;
        top: 0; }
      #intromerit #intro .mcatch:after {
        right: 0;
        bottom: 0;
        transform: rotate(180deg); }
      #intromerit #intro .mcatch span {
        display: inline-block;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: 900;
        background: url("../images/intro_waveline.svg") repeat-x left bottom;
        background-size: auto 4px; }
        @media (max-width: 460px) {
          #intromerit #intro .mcatch span {
            font-size: 5vw; } }
    #intromerit #intro .mname {
      font-weight: 400;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.75; }
      #intromerit #intro .mname p {
        margin-bottom: 0.3em; }
      @media (max-width: 425px) {
        #intromerit #intro .mname {
          font-size: 14px;
          font-size: 1.4rem; } }
  #intromerit #merit h2 {
    margin: 40px auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-end;
    justify-content: center;
    font-weight: 900;
    line-height: 1.1;
    font-size: 30px;
    font-size: 3rem; }
    #intromerit #merit h2 .eventname {
      font-weight: 400;
      font-size: 14px;
      font-size: 1.4rem;
      text-align: right;
      padding-right: 0.5em; }
      #intromerit #merit h2 .eventname span {
        display: block;
        font-weight: 700;
        font-size: 23px;
        font-size: 2.3rem;
        margin-top: 0.3em;
        margin-right: -0.5em; }
    @media (max-width: 425px) {
      #intromerit #merit h2 {
        display: block;
        text-align: center; }
        #intromerit #merit h2 .eventname {
          text-align: center; }
          #intromerit #merit h2 .eventname span {
            text-align: center;
            margin-right: 0; } }
    #intromerit #merit h2 .num {
      display: block;
      content: url("../images/4.svg");
      width: 76px;
      height: 104px;
      margin: 0 10px; }
      @media (max-width: 425px) {
        #intromerit #merit h2 .num {
          display: inline-block;
          vertical-align: baseline;
          height: 60px;
          width: auto; } }
  #intromerit #merit .inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    @media (max-width: 425px) {
      #intromerit #merit .inner {
        display: block;
        width: 100%; } }
    #intromerit #merit .inner dl {
      width: calc((100% - 20px) / 2);
      margin-bottom: 20px;
      background-position: right top !important;
      background-repeat: no-repeat !important;
      background-color: #fff !important;
      padding: 20px; }
      @media (max-width: 768px) {
        #intromerit #merit .inner dl {
          margin-bottom: 30px;
          background-position: right bottom !important; } }
      @media (max-width: 425px) {
        #intromerit #merit .inner dl {
          display: block;
          width: auto; } }
      #intromerit #merit .inner dl:before {
        position: absolute;
        display: block;
        content: "";
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        left: 2px;
        top: 2px;
        border: 1px solid #fff; }
      #intromerit #merit .inner dl.merit1, #intromerit #merit .inner dl.merit2 {
        min-height: 330px;
        background-size: cover !important; }
      #intromerit #merit .inner dl.merit3, #intromerit #merit .inner dl.merit4 {
        background-size: contain !important; }
      @media (max-width: 768px) {
        #intromerit #merit .inner dl.merit1, #intromerit #merit .inner dl.merit3, #intromerit #merit .inner dl.merit4 {
          background-size: auto 70% !important; }
        #intromerit #merit .inner dl:after {
          position: absolute;
          z-index: 1;
          display: block;
          content: "";
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: -moz-linear-gradient(top, white 30%, rgba(255, 255, 255, 0) 50%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, white 30%, rgba(255, 255, 255, 0) 50%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, white 30%, rgba(255, 255, 255, 0) 50%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
          /* IE6-9 */ } }
      @media (max-width: 425px) {
        #intromerit #merit .inner dl.merit3, #intromerit #merit .inner dl.merit4 {
          background-image: none !important; } }
      #intromerit #merit .inner dl.merit1 {
        background: url("../images/merit_ph1.jpg"); }
      #intromerit #merit .inner dl.merit2 {
        background: url("../images/merit_ph2.jpg"); }
      #intromerit #merit .inner dl.merit3 {
        background: url("../images/merit_ph3.jpg"); }
      #intromerit #merit .inner dl.merit4 {
        background: url("../images/merit_ph4.jpg"); }
      #intromerit #merit .inner dl dt {
        z-index: 2;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        margin-top: -30px; }
        #intromerit #merit .inner dl dt:after {
          content: "";
          display: block;
          height: 2px;
          background: -moz-linear-gradient(left, #eae7dc 0%, #eae7dc 60%, rgba(234, 231, 220, 0) 90%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(left, #eae7dc 0%, #eae7dc 60%, rgba(234, 231, 220, 0) 90%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to right, #eae7dc 0%, #eae7dc 60%, rgba(234, 231, 220, 0) 90%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
        @media (max-width: 768px) {
          #intromerit #merit .inner dl dt {
            margin-top: -40px;
            line-height: normal; } }
        #intromerit #merit .inner dl dt .strg {
          font-weight: 900;
          font-size: 20px;
          font-size: 2rem; }
        #intromerit #merit .inner dl dt .num {
          display: inline-block;
          width: auto !important;
          height: 46px !important;
          margin-bottom: 1px;
          margin-right: 10px; }
          @media (max-width: 768px) {
            #intromerit #merit .inner dl dt .num {
              display: block; } }
      #intromerit #merit .inner dl dd {
        z-index: 2;
        margin-top: 0.7em;
        font-weight: 400;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.7;
        width: 280px; }
        @media (max-width: 425px) {
          #intromerit #merit .inner dl dd {
            width: auto; } }
      #intromerit #merit .inner dl.merit1 .num {
        content: url("../images/merit_no1.svg"); }
      #intromerit #merit .inner dl.merit2 .num {
        content: url("../images/merit_no2.svg"); }
      #intromerit #merit .inner dl.merit3 .num {
        content: url("../images/merit_no3.svg"); }
      #intromerit #merit .inner dl.merit4 .num {
        content: url("../images/merit_no4.svg"); }
  #intromerit .entry-link {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    padding-bottom: 60px !important; }
    @media (max-width: 425px) {
      #intromerit .entry-link {
        padding-bottom: 45px !important; } }
  #intromerit .pr-videobox {
    margin: 40px auto;
    text-align: center; }
    @media (max-width: 768px) {
      #intromerit .pr-videobox {
        margin: 40px auto 0; } }
    @media (max-width: 425px) {
      #intromerit .pr-videobox {
        margin: 0 auto; } }
    #intromerit .pr-videobox h3.pevideo-ttl {
      display: block;
      content: url("../images/mp4_ttl.svg");
      margin: 0 auto 20px;
      width: 415px;
      height: auto;
      max-width: 80%; }
    #intromerit .pr-videobox #pr-video {
      width: 80%;
      height: auto;
      margin: 0 10%; }
      @media (max-width: 768px) {
        #intromerit .pr-videobox #pr-video {
          width: 100%;
          margin: 0; } }

.closed-msg {
  padding: 2em;
  text-align: center;
  background: #fcebe1;
  color: #cc0000;
  position: relative;
  font-weight: bold; }
  @media (max-width: 425px) {
    .closed-msg {
      padding: 1em; } }
  .closed-msg:after {
    display: block;
    content: '';
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    left: 2px;
    top: 2px;
    border: 1px solid #fff; }

.entry-link {
  margin: 60px auto 0;
  padding: 0 20px;
  text-align: center; }
  @media (max-width: 425px) {
    .entry-link {
      margin: 45px auto 0; } }
  .entry-link a {
    content: url("../images/entry_link.svg");
    width: auto;
    max-width: 720px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2); }
    @media (max-width: 425px) {
      .entry-link a {
        content: url("../images/entry_link_sp.svg"); } }
  .entry-link p {
    color: #9e1f1f;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center; }

#recommend {
  background: #fff;
  padding: 80px 0 70px; }
  @media (max-width: 425px) {
    #recommend {
      padding: 50px 0; } }
  #recommend .inner {
    margin: 0 auto;
    width: calc(100% - 80px);
    min-width: 1000px;
    background: url("../images/recommend_line.svg") repeat-x left bottom #eae7dc;
    background-size: auto 4px; }
    @media (max-width: 768px) {
      #recommend .inner {
        width: calc(100% - 40px);
        min-width: inherit; } }
    #recommend .inner:before, #recommend .inner:after {
      content: "";
      display: block;
      position: absolute;
      height: 100%;
      width: 4px;
      background: url("../images/recommend_line2.svg") repeat-y left top;
      background-size: 4px auto; }
    #recommend .inner:before {
      left: 0;
      top: 0; }
    #recommend .inner:after {
      right: 0;
      top: 0; }
    #recommend .inner h2 {
      font-size: 50px;
      font-size: 5rem;
      background: url("../images/recommend_line.svg") repeat-x left top;
      background-size: auto 4px;
      font-weight: 400;
      text-align: center; }
      #recommend .inner h2 > span {
        position: relative;
        z-index: 1;
        display: inline-block;
        text-align: center;
        top: -60px;
        background: url("../images/recommend_white.png") no-repeat center center;
        background-size: contain;
        width: 520px;
        height: 122px;
        line-height: 122px; }
        #recommend .inner h2 > span span {
          font-weight: 500;
          color: #124073; }
      @media (max-width: 425px) {
        #recommend .inner h2 {
          font-size: 8vw; }
          #recommend .inner h2 > span {
            top: -1em;
            width: 75vw;
            height: 17.5vw;
            line-height: 17.5vw; } }
    #recommend .inner > p {
      font-size: 18px;
      font-size: 1.8rem;
      margin-top: -80px;
      text-align: center; }
      @media (max-width: 425px) {
        #recommend .inner > p {
          margin-top: -1.5em;
          font-size: 14px;
          font-size: 1.4rem;
          padding: 0 1em; } }
    #recommend .inner .recommends {
      text-align: center;
      width: 980px;
      margin: auto;
      padding: 30px 0;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 768px) {
        #recommend .inner .recommends {
          width: calc(100% - 40px); } }
      @media (max-width: 425px) {
        #recommend .inner .recommends {
          display: block; } }
      #recommend .inner .recommends dl {
        width: 31%; }
        #recommend .inner .recommends dl dt {
          width: 304px;
          height: 268px; }
        #recommend .inner .recommends dl dd {
          font-size: 14px;
          font-size: 1.4rem;
          margin-top: 1em;
          padding: 0 20px; }
        @media (max-width: 768px) {
          #recommend .inner .recommends dl {
            width: calc((100% - 20px) / 3); }
            #recommend .inner .recommends dl dt {
              width: 100%;
              height: auto; } }
        @media (max-width: 425px) {
          #recommend .inner .recommends dl {
            width: 100%;
            margin-bottom: 10px; } }
        #recommend .inner .recommends dl:nth-child(1) dt {
          content: url("../images/recommend_ph1.png"); }
        #recommend .inner .recommends dl:nth-child(2) dt {
          content: url("../images/recommend_ph2.png"); }
        #recommend .inner .recommends dl:nth-child(3) dt {
          content: url("../images/recommend_ph3.png"); }

h2.commonttl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: 500;
  border-bottom: 1px solid #c0c5c6;
  margin-bottom: 30px; }
  @media (max-width: 425px) {
    h2.commonttl {
      display: block;
      border: none;
      margin-bottom: 22px; } }
  h2.commonttl.center {
    flex-flow: column wrap;
    align-items: center;
    border: none; }
    h2.commonttl.center > span:first-child {
      border-bottom: 1px solid #bfc4c4;
      width: 100% !important;
      margin-right: 0; }
    h2.commonttl.center > span:last-child {
      color: #1a1a1a !important; }
      @media (max-width: 425px) {
        h2.commonttl.center > span:last-child {
          border: none;
          text-align: center; } }
  h2.commonttl > span:first-child {
    margin-right: 15px; }
    @media (max-width: 425px) {
      h2.commonttl > span:first-child {
        margin-right: 0;
        display: block; } }
  h2.commonttl > span:last-child {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    vertical-align: middle; }
    h2.commonttl > span:last-child span {
      color: #9e1f1f;
      font-size: 10px;
      font-size: 1rem;
      padding: 0.5em;
      vertical-align: middle; }
    @media (max-width: 425px) {
      h2.commonttl > span:last-child {
        display: block;
        border-top: 1px solid #c0c5c6;
        font-size: 14px;
        font-size: 1.4rem; }
        h2.commonttl > span:last-child span {
          font-size: 7px;
          font-size: 0.7rem; } }

#profmsg {
  background: url("../images/bg2.jpg") no-repeat right bottom;
  background-size: contain;
  padding-bottom: 40px; }
  @media (max-width: 425px) {
    #profmsg {
      background-size: auto; } }

#profile {
  background: -moz-linear-gradient(top, white 60%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 60%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 60%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }
  #profile .inner {
    width: 980px;
    margin: auto;
    padding: 0 0 50px; }
    @media (max-width: 768px) {
      #profile .inner {
        width: calc(100% - 40px); } }
    @media (max-width: 425px) {
      #profile .inner {
        padding: 0 0 40px; } }
  #profile h2 > span:first-child {
    content: url("../images/profile_title.svg");
    height: 52px;
    width: auto; }
    @media (max-width: 425px) {
      #profile h2 > span:first-child {
        height: 39px; } }
  #profile .prof-cont {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start; }
    @media (max-width: 425px) {
      #profile .prof-cont {
        display: block;
        text-align: center; } }
    #profile .prof-cont .pphoto {
      width: 20.4%;
      height: auto;
      box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2); }
      @media (max-width: 425px) {
        #profile .prof-cont .pphoto {
          width: auto;
          margin: 0 auto; } }
    #profile .prof-cont .prof-data {
      padding-left: 4%; }
      @media (max-width: 425px) {
        #profile .prof-cont .prof-data {
          padding-left: 0; } }
      #profile .prof-cont .prof-data .pprof {
        display: flex;
        flex-flow: row nowrap;
        align-items: center; }
        @media (max-width: 768px) {
          #profile .prof-cont .prof-data .pprof {
            display: block; } }
        #profile .prof-cont .prof-data .pprof .pname {
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: 700;
          margin-right: 28px;
          line-height: normal;
          white-space: nowrap; }
          @media (max-width: 425px) {
            #profile .prof-cont .prof-data .pprof .pname {
              text-align: center;
              margin: 0 auto 10px; } }
        #profile .prof-cont .prof-data .pprof .pdata {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.66;
          font-weight: 400; }
          @media (max-width: 768px) {
            #profile .prof-cont .prof-data .pprof .pdata {
              margin-top: 0.5em; } }
    #profile .prof-cont ul {
      margin: 20px 0;
      clear: left;
      border-top: 1px solid #d0d8e0; }
      #profile .prof-cont ul li {
        font-weight: 400;
        list-style: none;
        border-bottom: 1px solid #d0d8e0;
        padding: 0.3em 0 0.3em 1.5em;
        text-indent: -1.5em; }
        #profile .prof-cont ul li:before {
          content: "・";
          display: inline;
          color: #124073;
          padding-right: 0.5em; }
    #profile .prof-cont .ptext {
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 1.8;
      column-count: 2;
      column-gap: 30px; }
      @media (max-width: 425px) {
        #profile .prof-cont .ptext {
          column-count: initial;
          column-gap: 0; } }

#message .inner {
  width: 980px;
  margin: auto; }
  @media (max-width: 768px) {
    #message .inner {
      width: calc(100% - 40px); } }
#message h2 > span:first-child {
  content: url("../images/message_title.svg");
  height: 64px;
  width: auto; }
  @media (max-width: 425px) {
    #message h2 > span:first-child {
      height: 48px; } }
#message .msg-cont {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  #message .msg-cont p {
    width: calc((100% - 40px) / 2); }
  @media (max-width: 425px) {
    #message .msg-cont {
      display: block; }
      #message .msg-cont p {
        width: auto; }
      #message .msg-cont p:first-child {
        margin-bottom: 1em; } }

#program {
  padding: 50px 0;
  background: url("../images/bg4.jpg") no-repeat right bottom #214871;
  background-size: cover; }
  @media (max-width: 425px) {
    #program {
      padding: 40px 0; } }
  #program .inner {
    width: 980px;
    margin: auto;
    color: #eae7dc; }
    @media (max-width: 768px) {
      #program .inner {
        width: calc(100% - 40px); } }
  #program h2 > span:first-child {
    content: url("../images/program_title.svg");
    height: 61px;
    width: auto; }
    @media (max-width: 425px) {
      #program h2 > span:first-child {
        height: 45px; } }
  #program h2.center > span:last-child {
    color: #eae7dc !important; }
  #program .pgms {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    @media (max-width: 425px) {
      #program .pgms {
        display: block; } }
    #program .pgms dl {
      width: calc((100% - 40px) / 2); }
      @media (max-width: 425px) {
        #program .pgms dl {
          width: auto; } }
      #program .pgms dl dt {
        background: #a6b6c7;
        color: #1a1a1a;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 700;
        text-align: center;
        padding: 4px; }
        #program .pgms dl dt span {
          display: block;
          float: left;
          width: 30px;
          height: 30px;
          line-height: 30px;
          background: #124073;
          color: #fff;
          font-family: 'Oswald', sans-serif;
          font-weight: bold;
          font-size: 18px;
          font-size: 1.8rem;
          text-align: center; }
        @media (max-width: 425px) {
          #program .pgms dl dt {
            font-size: 14px;
            font-size: 1.4rem;
            text-align: left; }
            #program .pgms dl dt span {
              font-size: 14px;
              font-size: 1.4rem;
              margin-right: 10px;
              width: 22px;
              height: 22px;
              line-height: 22px; } }
    #program .pgms li {
      list-style: none;
      margin-bottom: 0.3em; }
    #program .pgms dd > ol > li {
      margin: 1.5em 0;
      margin-left: 1.2em;
      text-indent: -1.2em; }
    #program .pgms dd > ol > li > ol {
      margin-top: 0.6em; }
    #program .pgms dd > ol > li li {
      margin-left: 1.5em;
      text-indent: -1.5em; }

#summary {
  padding: 50px 0; }
  @media (max-width: 425px) {
    #summary {
      padding: 40px 0; } }
  #summary .inner {
    width: 980px;
    margin: auto; }
    @media (max-width: 768px) {
      #summary .inner {
        width: calc(100% - 40px); } }
  #summary h2 > span:first-child {
    content: url("../images/summary_title.svg");
    height: 61px;
    width: auto; }
    @media (max-width: 425px) {
      #summary h2 > span:first-child {
        height: 45px; } }
  #summary .summarys {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center; }
    #summary .summarys div:first-child {
      margin-right: 20px;
      border-right: 1px solid #124073;
      padding-right: 20px; }
      #summary .summarys div:first-child p.stitle {
        font-weight: 400;
        line-height: 1.28;
        text-align: center; }
      #summary .summarys div:first-child h3 {
        margin: 20px auto 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: normal;
        font-weight: 500;
        text-align: center; }
        #summary .summarys div:first-child h3 span {
          display: block;
          font-size: 26px;
          font-size: 2.6rem;
          font-weight: 700;
          text-align: center; }
    #summary .summarys dl {
      text-align: left; }
      #summary .summarys dl dt, #summary .summarys dl dd {
        margin-bottom: 0.5em;
        line-height: normal; }
      #summary .summarys dl dt {
        background: #124073;
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        float: left;
        clear: both;
        width: 5em;
        text-align: center; }
      #summary .summarys dl dd {
        padding-left: 5.5em;
        text-align: left; }
        #summary .summarys dl dd p.first {
          display: inline-block; }
          #summary .summarys dl dd p.first:after {
            content: "";
            display: block;
            position: absolute;
            width: 75%;
            height: 1px;
            background-color: #1a1a1a;
            left: 0;
            top: 50%; }
          #summary .summarys dl dd p.first span.reserve {
            color: #1a1a1a; }
        #summary .summarys dl dd span.reserve {
          font-weight: 400;
          font-size: 12px;
          font-size: 1.2rem;
          color: #9e1f1f; }
    #summary .summarys .cnote {
      margin-top: 1em; }
  @media (max-width: 768px) {
    #summary .summarys {
      display: block;
      text-align: center; }
      #summary .summarys div:first-child {
        width: auto;
        text-align: center;
        margin-right: 0;
        border-right: none;
        padding-right: 0; }
        #summary .summarys div:first-child h3 {
          margin: 20px auto; }
      #summary .summarys dl {
        display: inline-block;
        margin: auto; }
      #summary .summarys .cnote {
        display: block;
        text-align: center;
        margin: 1em auto 0; }
      #summary .summarys div:last-child {
        text-align: center; } }

#entryform {
  padding: 0 0 50px; }
  @media (max-width: 425px) {
    #entryform {
      padding: 0 0 40px; } }
  #entryform .paper {
    width: calc(100% - 160px);
    min-width: 1000px;
    max-width: 1120px;
    margin: auto;
    padding: 40px 20px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.15);
    background: #fff; }
    @media (max-width: 768px) {
      #entryform .paper {
        width: calc(100% - 40px);
        min-width: inherit; } }
    #entryform .paper:before {
      display: block;
      position: absolute;
      right: -10px;
      top: -10px;
      content: url("../images/entry_paper.jpg");
      width: 50px;
      height: 54px; }
  #entryform .inner {
    width: 960px;
    margin: auto;
    text-align: center; }
    @media (max-width: 768px) {
      #entryform .inner {
        width: auto; } }
  #entryform h2 > span:first-child {
    content: url("../images/entry_title.svg");
    height: 66px;
    width: auto; }
    @media (max-width: 425px) {
      #entryform h2 > span:first-child {
        height: 49px; } }
  #entryform .enote {
    margin: 36px 0 40px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center; }
  #entryform form {
    display: block;
    text-align: center; }
    #entryform form .formtable {
      margin: auto;
      display: inline-block; }
      #entryform form .formtable::after {
        content: "";
        display: block;
        clear: both; }
      #entryform form .formtable dt,
      #entryform form .formtable dd {
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: top; }
      #entryform form .formtable dt {
        width: 150px;
        text-align: right;
        line-height: 34px; }
        #entryform form .formtable dt span {
          font-weight: 400;
          font-size: 12px;
          font-size: 1.2rem;
          margin-right: 1em; }
          #entryform form .formtable dt span.required {
            color: #9e1f1f; }
          #entryform form .formtable dt span.optional {
            display: none; }
      #entryform form .formtable dd {
        padding-left: 16px; }
        #entryform form .formtable dd span {
          font-size: 12px;
          font-size: 1.2rem;
          font-weight: 400;
          padding-left: 1em; }
          #entryform form .formtable dd span.error_blank {
            display: block;
            color: #9e1f1f;
            padding-left: 0;
            padding-top: 0.5em; }
      @media (max-width: 740px) {
        #entryform form .formtable br {
          display: none; }
        #entryform form .formtable dt,
        #entryform form .formtable dd {
          display: block; }
        #entryform form .formtable dt {
          text-align: left;
          margin-bottom: 0; }
        #entryform form .formtable dd {
          padding-left: 0;
          margin-bottom: 10px; }
          #entryform form .formtable dd span {
            display: block;
            padding-left: 0;
            padding-top: 0.5em; } }
  #entryform input[type='text'],
  #entryform input[type='tel'],
  #entryform input[type='email'] {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #faf9f6;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.15) inset !important;
    width: 500px; }
    @media (max-width: 768px) {
      #entryform input[type='text'],
      #entryform input[type='tel'],
      #entryform input[type='email'] {
        width: 360px; } }
    @media (max-width: 425px) {
      #entryform input[type='text'],
      #entryform input[type='tel'],
      #entryform input[type='email'] {
        width: 240px; } }
  #entryform .privacy-link {
    text-align: center; }
    #entryform .privacy-link a {
      color: #1a1a1a;
      text-decoration: underline;
      font-size: 12px;
      font-size: 1.2rem; }
  #entryform .privacy-check {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin: 10px auto 20px; }
  #entryform .form-check {
    display: none; }
    #entryform .form-check:checked + label:after {
      content: "";
      display: block;
      position: absolute;
      left: 7px;
      top: calc(50% - 10px);
      width: 10px;
      height: 14px;
      border: solid #9e1f1f;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
  #entryform .form-check-label {
    padding-left: 30px;
    line-height: 24px;
    vertical-align: middle; }
    #entryform .form-check-label:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: calc(50% - 12px);
      width: 24px;
      height: 24px;
      border: 2px solid #1a1a1a;
      background: #fff; }
  #entryform .cnote {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem; }

.submit-btn {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #9e1f1f;
  width: 42%;
  min-width: 200px;
  padding: 10px;
  line-height: normal;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff;
  display: block;
  margin: 24px auto 16px;
  cursor: pointer; }

#form_submit_button[disabled] {
  background: #ccc;
  cursor: default; }

#inquiry {
  background: url("../images/inquiry_bg.jpg") no-repeat right top #214871;
  background-size: contain;
  text-align: center !important;
  padding: 30px; }
  #inquiry h2 {
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin: auto;
    border-top: 1px solid #90a4b8; }
    #inquiry h2 span {
      display: inline-block;
      background: #214871;
      padding: 0.5em;
      line-height: normal;
      top: -1.2em;
      color: #fff; }
  #inquiry a.logolink {
    display: inline-block;
    width: 420px;
    height: auto;
    content: url("../images/brand_logo.svg");
    vertical-align: middle; }
    @media (max-width: 768px) and (min-width: 640px) {
      #inquiry a.logolink {
        width: calc(100% - 41px - 230px - 60px); } }
    @media (max-width: 639px) {
      #inquiry a.logolink {
        width: 100%; } }
  #inquiry div {
    vertical-align: middle;
    display: inline-block;
    margin-left: 40px;
    padding-left: 40px;
    border-left: 1px solid #9FA0A0;
    text-align: left;
    line-height: 1.2;
    color: #fff;
    font-weight: 400; }
    #inquiry div h3 {
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 700; }
      @media (max-width: 480px) {
        #inquiry div h3 {
          font-size: 12px;
          font-size: 1.2rem; } }
    #inquiry div p.tel {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.4; }
      #inquiry div p.tel a {
        color: #fff; }
      @media (max-width: 480px) {
        #inquiry div p.tel {
          font-size: 20px;
          font-size: 2rem;
          line-height: 1.6; } }
    @media (max-width: 768px) {
      #inquiry div {
        margin-left: 20px;
        padding-left: 20px; } }
    @media (max-width: 639px) {
      #inquiry div {
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        border: none;
        margin-top: 1.5em;
        line-height: normal;
        font-size: 12px;
        font-size: 1.2rem; }
        #inquiry div h3, #inquiry div p {
          text-align: center; } }

/*	5= page module
-----------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 50px;
  right: 50px; }
  .pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    background: url("../images/pagetop.svg");
    background-size: contain; }
  @media (max-width: 768px) {
    .pagetop {
      right: 10px;
      bottom: 10px; }
      .pagetop a {
        width: 30px;
        height: 30px; } }

/*===== RESPONSIVE =====*/
.sm, .tb {
  display: none !important; }

@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem; }

  .pc {
    display: none !important; }

  .tb {
    display: block !important; } }
@media (max-width: 425px) {
  .sm {
    display: block !important; } }

/*# sourceMappingURL=style3.css.map */
