/*h2 {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin:0 auto 30px;
	padding-bottom: 22px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	@include break(550) {
		margin:0 auto 20px;
		padding-bottom: 15px;
		font-size: 20px;
	}
	span {
		font-size: 16px;
		@include break(550) {
			font-size: 14px;
		}
	}
	&:after{
		content: '';
		width: 80px;
		height: 10px;
		background-color: #000;
		position: absolute;
		left:calc(50% - 40px);
		bottom:0px;
		@include break(550) {
			width: 60px;
			height: 8px;
			left:calc(50% - 30px);
		}
	}
}*/
section.top {
  max-width: 1310px;
  width: 93%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    section.top {
      margin: 0 auto; } }

section.calling {
  width: 100%;
  margin: 0 auto 60px;
  background: url("/entrance/img/society/socie_01_bg.gif") repeat left top; }
  @media screen and (max-width: 768px) {
    section.calling {
      margin: 0 auto 30px; } }
  section.calling .inner {
    margin: 0 auto;
    max-width: 1310px;
    display: flex;
    justify-content: center;
    width: 93%; }
    section.calling .inner .one, section.calling .inner .three {
      width: 100px; }
      @media screen and (max-width: 768px) {
        section.calling .inner .one, section.calling .inner .three {
          width: 10%; } }
      section.calling .inner .one img, section.calling .inner .three img {
        height: 100%; }
    section.calling .inner .two {
      background: url("/entrance/img/society/socie_01_bg_2.gif") repeat left top;
      max-width: 1110px;
      width: 93%;
      text-align: center;
      padding-top: 50px; }
      @media screen and (max-width: 768px) {
        section.calling .inner .two {
          width: 500px;
          padding: 50px 20px 0; } }
      section.calling .inner .two h2 {
        display: inline-block;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin: 0 auto;
        position: relative; }
        @media screen and (max-width: 768px) {
          section.calling .inner .two h2 {
            font-size: 20px;
            width: 90%; } }
        section.calling .inner .two h2:before {
          position: absolute;
          left: -70px;
          top: -5px;
          content: "";
          display: inline-block;
          width: 1.8em;
          height: 2.3em;
          background: url("/entrance/img/society/socie_01_left.png") no-repeat;
          background-size: contain; }
          @media screen and (max-width: 768px) {
            section.calling .inner .two h2:before {
              left: -30px;
              top: 5px; } }
        section.calling .inner .two h2:after {
          position: absolute;
          right: -70px;
          top: -5px;
          content: "";
          display: inline-block;
          width: 1.8em;
          height: 2.3em;
          background: url("/entrance/img/society/socie_01_right.png") no-repeat;
          background-size: contain; }
          @media screen and (max-width: 768px) {
            section.calling .inner .two h2:after {
              right: -30px;
              top: 5px; } }
      section.calling .inner .two p {
        text-align: left;
        width: 750px;
        margin: 50px auto;
        font-size: 16px;
        line-height: 2; }
        @media screen and (max-width: 768px) {
          section.calling .inner .two p {
            width: 95%;
            font-size: 14px;
            margin: 30px auto; } }

section.voice {
  max-width: 1100px;
  width: 93%;
  margin: 90px auto; }
  @media screen and (max-width: 768px) {
    section.voice {
      width: 98%;
      margin: 30px auto; } }
  section.voice .ttl {
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap; }
    section.voice .ttl .one {
      width: calc(50%-300px);
      height: 64px;
      line-height: 64px; }
      section.voice .ttl .one img {
        vertical-align: middle; }
      @media screen and (max-width: 768px) {
        section.voice .ttl .one {
          width: 10%; } }
      section.voice .ttl .one img {
        height: 100%; }
    section.voice .ttl .two {
      width: 600px;
      text-align: center;
      height: 64px;
      line-height: 64px;
      vertical-align: middle; }
      section.voice .ttl .two img {
        vertical-align: middle; }
      @media screen and (max-width: 768px) {
        section.voice .ttl .two {
          width: 70%;
          vertical-align: middle; } }
  section.voice .voiceBox {
    width: 700px;
    margin: 50px auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative; }
    @media screen and (max-width: 768px) {
      section.voice .voiceBox {
        width: 100%;
        margin: 20px auto 10px; } }
    section.voice .voiceBox .dog {
      position: absolute;
      right: -100px;
      bottom: -20px;
      z-index: 100; }
      @media screen and (max-width: 768px) {
        section.voice .voiceBox .dog {
          width: 60px;
          right: -5px;
          bottom: -10px; } }
    section.voice .voiceBox .voiceBoxPic {
      width: 30%;
      text-align: center; }
      @media screen and (max-width: 768px) {
        section.voice .voiceBox .voiceBoxPic {
          width: 25%; } }
      section.voice .voiceBox .voiceBoxPic .pic {
        margin-bottom: 10px; }
      section.voice .voiceBox .voiceBoxPic .name {
        font-size: 16px; }
        @media screen and (max-width: 768px) {
          section.voice .voiceBox .voiceBoxPic .name {
            font-size: 11px; } }
      section.voice .voiceBox .voiceBoxPic .name2 {
        font-size: 22px;
        font-weight: bold;
        position: relative;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          section.voice .voiceBox .voiceBoxPic .name2 {
            font-size: 12px; } }
        section.voice .voiceBox .voiceBoxPic .name2 span {
          font-size: 18px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            section.voice .voiceBox .voiceBoxPic .name2 span {
              font-size: 9px; } }
        section.voice .voiceBox .voiceBoxPic .name2:before {
          content: "- ";
          display: inline-block;
          position: absolute;
          left: -10px;
          font-size: 20px;
          line-height: 22px;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            section.voice .voiceBox .voiceBoxPic .name2:before {
              display: none; } }
        section.voice .voiceBox .voiceBoxPic .name2:after {
          content: " -";
          display: inline-block;
          position: absolute;
          right: -10px;
          font-size: 20px;
          line-height: 22px;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            section.voice .voiceBox .voiceBoxPic .name2:after {
              display: none; } }
    section.voice .voiceBox .voiceBoxTxt {
      width: 60%;
      position: relative; }
      @media screen and (max-width: 768px) {
        section.voice .voiceBox .voiceBoxTxt {
          width: 70%; } }
      section.voice .voiceBox .voiceBoxTxt .txtBg {
        position: relative;
        margin-left: 40px;
        width: 432px;
        background: url("/entrance/img/society/socie_voice_bg_02.gif") repeat-y left top; }
        @media screen and (max-width: 768px) {
          section.voice .voiceBox .voiceBoxTxt .txtBg {
            width: 95%;
            margin-left: 20px;
            background-size: contain; } }
        section.voice .voiceBox .voiceBoxTxt .txtBg:after {
          content: "";
          position: absolute;
          top: 50%;
          left: -60px;
          margin-top: -30px;
          border: 30px solid transparent;
          border-right: 30px solid #191919;
          z-index: 0; }
          @media screen and (max-width: 768px) {
            section.voice .voiceBox .voiceBoxTxt .txtBg:after {
              left: -30px;
              margin-top: -15px;
              border: 15px solid transparent;
              border-right: 15px solid #191919; } }
        section.voice .voiceBox .voiceBoxTxt .txtBg .txtBg2 {
          background: url("/entrance/img/society/socie_voice_bg_01.gif") no-repeat left top, url("/entrance/img/society/socie_voice_bg_03.gif") no-repeat left bottom; }
          @media screen and (max-width: 768px) {
            section.voice .voiceBox .voiceBoxTxt .txtBg .txtBg2 {
              background-size: contain; } }
          section.voice .voiceBox .voiceBoxTxt .txtBg .txtBg2 p {
            padding: 30px 45px 50px 45px;
            line-height: 2.5; }
            @media screen and (max-width: 768px) {
              section.voice .voiceBox .voiceBoxTxt .txtBg .txtBg2 p {
                font-size: 14px;
                padding: 20px 30px 35px 30px;
                line-height: 2; } }
  section.voice .dash {
    border-top: 2px dotted #313131;
    margin: 43px 0 30px; }

section.qa {
  max-width: 1100px;
  width: 93%;
  margin: 100px auto;
  padding: 30px 60px;
  background: #fff;
  border-radius: 10px;
  border: 5px solid #191919;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap; }
  @media screen and (max-width: 768px) {
    section.qa {
      border: 3px solid #191919;
      display: block;
      margin: 0px auto 40px;
      padding: 10px; } }
  section.qa .qaPic {
    width: 21%;
    background: url(/entrance/img/society/socie_qa_border.gif) repeat-y right;
    position: relative; }
    @media screen and (max-width: 768px) {
      section.qa .qaPic {
        width: 96%;
        text-align: center;
        margin: 10px auto;
        background: url(/entrance/img/society/socie_qa_border_2.gif) repeat-x right bottom;
        padding-bottom: 20px; } }
    section.qa .qaPic .qaTTL {
      display: block;
      width: 150px;
      height: 150px;
      font-size: 28px;
      font-weight: bold;
      letter-spacing: 0.2em;
      color: #fff;
      border-radius: 10px;
      background: #191919;
      text-align: center;
      line-height: 150px;
      position: absolute;
      left: calc(50% - 108px);
      top: calc(50% - 75px); }
      @media screen and (max-width: 768px) {
        section.qa .qaPic .qaTTL {
          display: block;
          position: relative;
          width: 80px;
          height: 80px;
          margin: 0 auto 2px auto;
          font-size: 16px;
          border-radius: 7px;
          line-height: 70px;
          left: auto;
          top: auto; } }
  section.qa .qaTxt {
    width: 72%;
    padding-left: 10px;
    margin: 10px auto; }
    @media screen and (max-width: 768px) {
      section.qa .qaTxt {
        width: 100%;
        padding: 0 10px; } }
    section.qa .qaTxt .item {
      background: url(/entrance/img/qa/faq_dot_02.gif) repeat-x left bottom;
      padding: 10px  0 25px; }
      section.qa .qaTxt .item.last {
        background: none;
        padding: 10px 0 0; }
        @media screen and (max-width: 768px) {
          section.qa .qaTxt .item.last {
            padding: 10px 0 0; } }
      @media screen and (max-width: 768px) {
        section.qa .qaTxt .item {
          padding: 10px 0 0; } }
      section.qa .qaTxt .item span {
        font-size: 20px;
        font-weight: bold;
        line-height: 1.3; }
        @media screen and (max-width: 768px) {
          section.qa .qaTxt .item span {
            font-size: 16px; } }
    section.qa .qaTxt .question {
      padding: 8px 0 20px 60px;
      background: url(/entrance/img/qa/faq_q.gif) no-repeat left 5px;
      background-size: 30px 30px;
      font-weight: bold;
      margin-bottom: 10px;
      display: inline-block; }
      @media screen and (max-width: 768px) {
        section.qa .qaTxt .question {
          padding: 8px 0 20px 40px;
          margin: 20px 0 0 3px; } }
    section.qa .qaTxt .answer {
      background: url(/entrance/img/qa/faq_a.gif) no-repeat left 5px;
      background-size: 30px 30px;
      font-size: 16px;
      line-height: 1.7;
      padding: 8px 0 20px 60px; }
      @media screen and (max-width: 768px) {
        section.qa .qaTxt .answer {
          padding: 10px 0 15px 40px;
          background-size: 35px 35px;
          font-size: 14px; } }
      section.qa .qaTxt .answer .txtS {
        font-size: 14px;
        font-weight: normal; }

section.practical {
  width: 100%;
  padding-bottom: 10px;
  margin: 0 auto 60px;
  background: url("/entrance/img/society/society_bg.gif") repeat left top; }
  @media screen and (max-width: 768px) {
    section.practical {
      margin: 0 auto 30px; } }
  section.practical .inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    position: relative; }
    section.practical .inner:before {
      position: absolute;
      left: 45%;
      top: 0;
      content: "";
      display: inline-block;
      width: 107px;
      height: 77px;
      background: url("/entrance/img/society/practical_arrow.png") no-repeat;
      background-position: center top;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        section.practical .inner:before {
          left: 39%;
          top: 0;
          width: 80px; } }
    section.practical .inner .two {
      text-align: center;
      padding-top: 100px;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        section.practical .inner .two {
          padding-top: 80px; } }
      section.practical .inner .two h2 {
        display: inline-block;
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin: 0 auto;
        position: relative; }
        @media screen and (max-width: 768px) {
          section.practical .inner .two h2 {
            font-size: 20px;
            width: 90%; } }
        section.practical .inner .two h2:before {
          position: absolute;
          left: -70px;
          top: -5px;
          content: "";
          display: inline-block;
          width: 1.8em;
          height: 2.3em;
          background: url("/entrance/img/society/socie_01_left.png") no-repeat;
          background-size: contain; }
          @media screen and (max-width: 768px) {
            section.practical .inner .two h2:before {
              left: 10px;
              top: 5px; } }
        section.practical .inner .two h2:after {
          position: absolute;
          right: -70px;
          top: -5px;
          content: "";
          display: inline-block;
          width: 1.8em;
          height: 2.3em;
          background: url("/entrance/img/society/socie_01_right.png") no-repeat;
          background-size: contain; }
          @media screen and (max-width: 768px) {
            section.practical .inner .two h2:after {
              right: 10px;
              top: 5px; } }
    section.practical .inner ul {
      display: flex;
      justify-content: space-between;
      margin-top: 115px; }
      @media screen and (max-width: 768px) {
        section.practical .inner ul {
          margin-top: 40px; } }
      section.practical .inner ul li.list {
        width: 65%; }
        @media screen and (max-width: 768px) {
          section.practical .inner ul li.list {
            width: 60%;
            margin-left: 12px; } }
        section.practical .inner ul li.list p {
          margin: 25px 40px 40px 0;
          line-height: 1.7; }
          @media screen and (max-width: 768px) {
            section.practical .inner ul li.list p {
              margin: 15px 15px 0 10px; } }
        section.practical .inner ul li.list .img {
          margin: 0 15%; }
      section.practical .inner ul li.listimg {
        float: right; }
        @media screen and (max-width: 768px) {
          section.practical .inner ul li.listimg {
            margin: 40px 20px 0 0;
            padding-top: 20px;
            width: 45%;
            align-items: flex-end;
            height: 50%; } }
      section.practical .inner ul li h3 {
        position: relative;
        font-size: 28px;
        font-weight: bold;
        border-bottom: 6px solid #000;
        padding: 0 0 15px 60px; }
        @media screen and (max-width: 768px) {
          section.practical .inner ul li h3 {
            font-size: 18px;
            padding: 0 0 10px 50px;
            width: 330px; } }
        section.practical .inner ul li h3:before {
          position: absolute;
          left: 10px;
          top: 0px;
          content: "";
          display: inline-block;
          width: 33px;
          height: 37px;
          background: url("/entrance/img/society/practical_h3.png") no-repeat;
          background-size: contain; }
          @media screen and (max-width: 768px) {
            section.practical .inner ul li h3:before {
              width: 20%;
              top: -10px; } }
    @media screen and (max-width: 768px) {
      section.practical .inner .img {
        margin: 30px auto 0;
        width: 70%; } }
    section.practical .inner .contBox {
      margin: 40px 0 30px; }
      @media screen and (max-width: 768px) {
        section.practical .inner .contBox {
          margin: 20px auto 0;
          width: 100%; } }
      section.practical .inner .contBox .content {
        max-width: 900px;
        width: 93%;
        position: relative;
        margin: 30px auto;
        padding: 30px 60px 40px;
        background: #fff;
        border-radius: 10px;
        border: 5px solid #191919; }
        section.practical .inner .contBox .content.mb30 {
          margin: 30px auto; }
        @media screen and (max-width: 768px) {
          section.practical .inner .contBox .content {
            border: 3px solid #191919;
            display: block;
            margin: 0px auto 20px;
            padding: 10px 20px 20px 20px; } }
        section.practical .inner .contBox .content h4 {
          width: 100%;
          height: 60px;
          margin: 0 auto;
          text-align: center;
          background: url("/entrance/img/society/society_bg02.gif") repeat left top;
          position: absolute;
          top: 0;
          left: 0;
          color: #fff;
          padding: 14px;
          font-size: 20px;
          font-weight: bold;
          border-top-left-radius: 5px;
          -webkit-border-top-left-radius: 5px;
          -moz-border-radius-topleft: 5px;
          border-top-right-radius: 5px;
          -webkit-border-top-right-radius: 5px;
          -moz-border-radius-topright: 5px; }
        section.practical .inner .contBox .content p {
          margin: 90px auto 40px;
          line-height: 1.7; }
          @media screen and (max-width: 768px) {
            section.practical .inner .contBox .content p {
              margin: 70px auto 20px; } }
        section.practical .inner .contBox .content .dot {
          display: flex;
          flex-direction: column; }
          section.practical .inner .contBox .content .dot dl {
            margin: 0 auto; }
            section.practical .inner .contBox .content .dot dl:nth-last-of-type(n+2) {
              margin-bottom: 30px; }
              section.practical .inner .contBox .content .dot dl:nth-last-of-type(n+2) dt::after {
                content: '';
                height: 100%;
                border-right: 6px dotted #000;
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, 100%); }
                @media screen and (max-width: 768px) {
                  section.practical .inner .contBox .content .dot dl:nth-last-of-type(n+2) dt::after {
                    height: 70px; } }
            section.practical .inner .contBox .content .dot dl dt {
              width: 500px;
              height: 50px;
              border: 2px solid #000;
              border-radius: 5px;
              background-color: #fdeaec;
              color: #000;
              font-size: 16px;
              text-align: center;
              position: relative;
              padding-top: 12px; }
              section.practical .inner .contBox .content .dot dl dt span.bold {
                font-weight: bold; }
              @media screen and (max-width: 768px) {
                section.practical .inner .contBox .content .dot dl dt {
                  width: 300px;
                  height: 40px;
                  font-size: 12px;
                  padding-top: 8px; } }
        section.practical .inner .contBox .content .btn dl {
          margin: 0 auto; }
          section.practical .inner .contBox .content .btn dl:nth-last-of-type(n+2) {
            margin-bottom: 30px; }
            section.practical .inner .contBox .content .btn dl:nth-last-of-type(n+2) dt::after {
              content: '';
              height: 100%;
              position: absolute;
              bottom: 0;
              left: 50%;
              transform: translate(-50%, 100%); }
              @media screen and (max-width: 768px) {
                section.practical .inner .contBox .content .btn dl:nth-last-of-type(n+2) dt::after {
                  height: 60px; } }
          section.practical .inner .contBox .content .btn dl dt {
            width: 500px;
            height: 100%;
            background-color: #fdeaec;
            color: #000;
            font-size: 16px;
            display: flex;
            padding: 20px;
            margin: 0 auto; }
            @media screen and (max-width: 768px) {
              section.practical .inner .contBox .content .btn dl dt {
                flex-direction: column;
                width: 290px;
                height: 100%; } }
            section.practical .inner .contBox .content .btn dl dt p {
              margin: 0 auto; }
              section.practical .inner .contBox .content .btn dl dt p span.bold {
                font-weight: bold; }
            section.practical .inner .contBox .content .btn dl dt p.linkBtn {
              text-align: center;
              width: 59%;
              display: flex;
              align-items: center;
              justify-content: flex-end; }
              @media screen and (max-width: 768px) {
                section.practical .inner .contBox .content .btn dl dt p.linkBtn {
                  width: 100%;
                  margin-top: 20px; } }
              section.practical .inner .contBox .content .btn dl dt p.linkBtn a {
                background: #000;
                color: #fff;
                width: 150px;
                height: 50px;
                font-size: 14px;
                border-radius: 5px;
                display: flex;
                justify-content: center;
                align-items: center; }
                @media screen and (max-width: 768px) {
                  section.practical .inner .contBox .content .btn dl dt p.linkBtn a {
                    width: 200px;
                    margin: 0 auto; } }

section.course {
  display: flex;
  max-width: 780px;
  width: 93%;
  margin: 0 auto 120px;
  border: 2px solid #191919;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    section.course {
      flex-direction: column;
      align-items: center;
      margin: 0 auto 48px;
      background-color: #252525; } }
  section.course .txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    @media screen and (min-width: 769px) {
      section.course .txt {
        width: calc(100% - 414px); } }
    @media screen and (max-width: 768px) {
      section.course .txt {
        width: 100%;
        padding: 16px 5%;
        background-color: #fff;
        margin-bottom: 0; } }
    @media screen and (max-width: 400px) {
      section.course .txt {
        padding: 40px 5% 16px; } }
    section.course .txt > img {
      position: absolute;
      top: 5px;
      left: 5px;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        section.course .txt > img {
          width: 90px;
          right: 5px; } }
    section.course .txt p {
      font-size: 18px; }
      @media screen and (max-width: 768px) {
        section.course .txt p {
          font-size: 16px; } }
      section.course .txt p.org {
        color: #fd4700;
        background: url("/entrance/img/society/course_border_bg.png") repeat-x left bottom; }
        section.course .txt p.org span {
          font-size: 32px; }
          @media screen and (max-width: 768px) {
            section.course .txt p.org span {
              font-size: 20px; } }
    section.course .txt a.btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 160px;
      height: 40px;
      margin-top: 10px;
      border-radius: 20px;
      background-color: #191919;
      color: #fff;
      font-size: 14px; }
  @media screen and (max-width: 768px) {
    section.course > img {
      max-width: 380px;
      width: 95%; } }

/*# sourceMappingURL=style-society.css.map */
