@charset "UTF-8";
/* IE表示用のCSS　*/
_:-ms-input-placeholder, :root {
  font-family: Meiryo, sans-serif; }

.bg-whi {
  display: inline-block;
  background: #fff; }

.bg-yel {
  display: inline-block;
  background: #f5ede0; }

.tc-red {
  color: #d11821; }

.tc-yel {
  color: #f7b100; }

.tc-gre {
  color: #0d9707; }

.f-b {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold; }

.fc-o {
  color: #F7B103; }

@media print, screen and (min-width: 768px) {
  #wrapper .link-anchor nav ul li {
    width: calc(100 * 300vw / 1440); } }

@media print, screen and (min-width: 1440px) {
  #wrapper .link-anchor nav ul li {
    width: 300px; } }

#wrapper .link-anchor nav ul li a span {
  letter-spacing: -0.1em; }

.box-content {
  padding: calc(100 * 50vw / 750) 0;
  font-size: calc(100 * 24vw / 750); }
  .box-content p {
    line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    .box-content {
      padding: 60px 0; } }

#content #mv {
  width: 100%; }
  #content #mv h2 {
    margin-bottom: 0; }
    #content #mv h2 img {
      width: 100%;
      height: auto; }

#content .link-anchor-wh .link-anchor-wh-inner {
  border-top: 1px dotted #99CB75; }
  @media print, screen and (min-width: 768px) {
    #content .link-anchor-wh .link-anchor-wh-inner {
      border-top: none; } }
  @media print, screen and (min-width: 768px) {
    #content .link-anchor-wh .link-anchor-wh-inner nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      max-width: 1440px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 768px) {
    #content .link-anchor-wh .link-anchor-wh-inner nav ul li {
      width: 25%;
      max-width: 280px;
      padding: 30px 0 40px; } }
  #content .link-anchor-wh .link-anchor-wh-inner nav ul li a, #content .link-anchor-wh .link-anchor-wh-inner nav ul li span {
    display: block;
    padding: calc(100 * 36vw / 750) calc(100 * 90vw / 750) calc(100 * 26vw / 750) calc(100 * 30vw / 750);
    border-bottom: 1px dotted #99CB75;
    color: #99CB75;
    font-size: calc(100 * 28vw / 750);
    position: relative;
    width: 100%; }
    @media print, screen and (min-width: 768px) {
      #content .link-anchor-wh .link-anchor-wh-inner nav ul li a, #content .link-anchor-wh .link-anchor-wh-inner nav ul li span {
        padding: 0;
        font-size: 16px;
        text-align: center;
        line-height: 1.5;
        border-left: 1px dotted #99CB75;
        border-bottom: none;
        min-height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    #content .link-anchor-wh .link-anchor-wh-inner nav ul li a::after, #content .link-anchor-wh .link-anchor-wh-inner nav ul li span::after {
      position: absolute;
      top: 45%;
      right: calc(100 * 30vw / 750);
      content: '';
      width: 5px;
      height: 5px;
      border-top: solid 2px #99CB75;
      border-right: solid 2px #99CB75;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
      @media print, screen and (min-width: 768px) {
        #content .link-anchor-wh .link-anchor-wh-inner nav ul li a::after, #content .link-anchor-wh .link-anchor-wh-inner nav ul li span::after {
          top: auto;
          bottom: -5px;
          left: 50%;
          right: auto; } }
  #content .link-anchor-wh .link-anchor-wh-inner nav ul li span {
    color: #8B8B8B; }
    #content .link-anchor-wh .link-anchor-wh-inner nav ul li span::after {
      display: none; }
  @media print, screen and (min-width: 768px) {
    #content .link-anchor-wh .link-anchor-wh-inner nav ul li:first-child a {
      border-left: none; } }

#content .tab-box {
  background: #CDECBA;
  padding-top: calc(100 * 30vw / 750); }
  #content .tab-box .tab-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100 * 690vw / 750);
    margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      #content .tab-box .tab-box-inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        max-width: 1200px; } }
    #content .tab-box .tab-box-inner .tab-content {
      width: calc(100 * 344vw / 750);
      text-align: center;
      background: #99CB75;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: calc(100 * 20vw / 750) 0; }
      @media print, screen and (min-width: 768px) {
        #content .tab-box .tab-box-inner .tab-content {
          width: 49.58333%;
          padding: 31px 0 25px; } }
      #content .tab-box .tab-box-inner .tab-content:nth-child(1) {
        border-top-left-radius: calc(100 * 20vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content .tab-box .tab-box-inner .tab-content:nth-child(1) {
            border-top-left-radius: 20px; } }
      #content .tab-box .tab-box-inner .tab-content:nth-child(2) {
        border-top-right-radius: calc(100 * 20vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content .tab-box .tab-box-inner .tab-content:nth-child(2) {
            border-top-right-radius: 20px; } }
      #content .tab-box .tab-box-inner .tab-content a, #content .tab-box .tab-box-inner .tab-content span {
        display: block;
        color: #ffffff;
        font-size: calc(100 * 26vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content .tab-box .tab-box-inner .tab-content a, #content .tab-box .tab-box-inner .tab-content span {
            font-size: 18px; } }
      #content .tab-box .tab-box-inner .tab-content.active {
        background: #ffffff; }
        #content .tab-box .tab-box-inner .tab-content.active a, #content .tab-box .tab-box-inner .tab-content.active span {
          color: #5AAB61; }

#content #talk .sec-inner {
  width: calc(100 * 690vw / 750);
  margin: 0 auto; }
  #content #talk .sec-inner .talk-head {
    margin-bottom: calc(100 * 60vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #talk .sec-inner .talk-head {
        position: relative;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        margin-bottom: 75px; } }
    #content #talk .sec-inner .talk-head h3 {
      margin: 0;
      position: relative;
      z-index: 1; }
      @media print, screen and (min-width: 768px) {
        #content #talk .sec-inner .talk-head h3 {
          width: 665px; } }
      @media print, screen and (min-width: 1200px) {
        #content #talk .sec-inner .talk-head h3 {
          position: absolute;
          top: 0;
          left: 0;
          width: 665px; } }
    #content #talk .sec-inner .talk-head .talk-head-prof {
      margin-top: -15px; }
      @media print, screen and (min-width: 768px) {
        #content #talk .sec-inner .talk-head .talk-head-prof {
          margin: 0;
          text-align: right; } }
      #content #talk .sec-inner .talk-head .talk-head-prof p {
        padding-top: calc(100 * 20vw / 750);
        font-size: calc(100 * 22vw / 750);
        line-height: 1.5;
        color: #8B8B8B; }
        @media print, screen and (min-width: 1200px) {
          #content #talk .sec-inner .talk-head .talk-head-prof p {
            padding-top: 40px !important; } }
        @media print, screen and (min-width: 768px) {
          #content #talk .sec-inner .talk-head .talk-head-prof p {
            padding-top: 90px; } }
        #content #talk .sec-inner .talk-head .talk-head-prof p.thumb {
          margin-bottom: calc(100 * 20vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #talk .sec-inner .talk-head .talk-head-prof p.thumb {
              margin-bottom: 0; } }
    #content #talk .sec-inner .talk-head h4 {
      padding-top: calc(100 * 80vw / 750);
      padding-bottom: calc(100 * 60vw / 750);
      font-size: calc(100 * 50vw / 750);
      font-weight: normal;
      line-height: 1.5;
      color: #5AAB61;
      margin-bottom: calc(100 * 50vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #talk .sec-inner .talk-head h4 {
          position: absolute;
          top: 0;
          left: 0;
          font-size: 36px;
          letter-spacing: -0.04em; } }
      #content #talk .sec-inner .talk-head h4 small {
        font-size: calc(100 * 30vw / 750);
        vertical-align: baseline; }
        @media print, screen and (min-width: 768px) {
          #content #talk .sec-inner .talk-head h4 small {
            font-size: 24px; } }
    #content #talk .sec-inner .talk-head .txt p {
      font-size: calc(100 * 32vw / 750);
      color: #5AAB61;
      line-height: 1.5; }
      @media print, screen and (min-width: 768px) {
        #content #talk .sec-inner .talk-head .txt p {
          padding-top: 50px;
          font-size: 16px;
          text-align: center;
          line-height: 2; } }
    @media print, screen and (min-width: 768px) {
      #content #talk .sec-inner .talk-head.metro {
        padding-top: 40px;
        position: relative; } }
    #content #talk .sec-inner .talk-head.metro h3 {
      width: 100%;
      margin: 0;
      z-index: 1;
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        #content #talk .sec-inner .talk-head.metro h3 {
          background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, #F5FAF2), to(#F5FAF2));
          background: -webkit-linear-gradient(#ffffff 0%, #ffffff 50%, #F5FAF2 50%, #F5FAF2 100%);
          background: -o-linear-gradient(#ffffff 0%, #ffffff 50%, #F5FAF2 50%, #F5FAF2 100%);
          background: linear-gradient(#ffffff 0%, #ffffff 50%, #F5FAF2 50%, #F5FAF2 100%);
          width: 70%;
          position: unset;
          text-align: left; } }
      #content #talk .sec-inner .talk-head.metro h3 img {
        width: calc(100 * 610vw / 750);
        position: relative;
        z-index: 3;
        margin: 0 auto; }
        @media print, screen and (min-width: 768px) {
          #content #talk .sec-inner .talk-head.metro h3 img {
            width: 504px;
            margin: 0;
            margin-left: 20px; } }
    #content #talk .sec-inner .talk-head.metro p.thumb {
      background: #F5FAF2;
      width: 100%;
      margin-top: calc(100 * -50vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #talk .sec-inner .talk-head.metro p.thumb {
          padding: 0;
          margin: 0;
          background: none;
          position: absolute;
          top: 0;
          right: 0;
          z-index: 2;
          width: 60%; } }
    #content #talk .sec-inner .talk-head.metro .talk-metro-prof {
      background: #F5FAF2;
      padding: calc(100 * 40vw / 750);
      width: calc(100 * 720vw / 750);
      margin-top: calc(100 * -75vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #talk .sec-inner .talk-head.metro .talk-metro-prof {
          padding: 20px 0 60px 20px;
          width: 70%;
          margin: 0; } }
      #content #talk .sec-inner .talk-head.metro .talk-metro-prof p {
        padding-top: calc(100 * 20vw / 750);
        font-size: calc(100 * 22vw / 750);
        line-height: 1.5;
        color: #8B8B8B; }
        @media print, screen and (min-width: 768px) {
          #content #talk .sec-inner .talk-head.metro .talk-metro-prof p {
            position: relative;
            z-index: 3; } }
      #content #talk .sec-inner .talk-head.metro .talk-metro-prof h4 {
        padding-top: calc(100 * 80vw / 750);
        padding-bottom: calc(100 * 40vw / 750);
        font-size: calc(100 * 50vw / 750);
        font-weight: normal;
        line-height: 1.5;
        color: #5AAB61;
        margin-bottom: 0; }
        @media print, screen and (min-width: 768px) {
          #content #talk .sec-inner .talk-head.metro .talk-metro-prof h4 {
            font-size: 36px;
            letter-spacing: -0.04em;
            position: relative;
            z-index: 3;
            padding: 60px 0 90px; } }
        @media print, screen and (min-width: 768px) {
          #content #talk .sec-inner .talk-head.metro .talk-metro-prof h4 span.pc_sepa {
            display: inline-block;
            background: #fff;
            margin-bottom: 10px;
            padding: 0 15px; } }
        @media print, screen and (min-width: 768px) {
          #content #talk .sec-inner .talk-head.metro .talk-metro-prof h4 span.pc_sepa.first {
            border-top-left-radius: 10px; } }
        @media print, screen and (min-width: 768px) {
          #content #talk .sec-inner .talk-head.metro .talk-metro-prof h4 span.pc_sepa.last {
            border-bottom-right-radius: 10px; } }
        @media only screen and (max-width: 767px) {
          #content #talk .sec-inner .talk-head.metro .talk-metro-prof h4 span.sp_sepa {
            background: #fff;
            margin-bottom: 10px;
            padding: 0 15px;
            display: inline-block;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 767px) {
          #content #talk .sec-inner .talk-head.metro .talk-metro-prof h4 span.sp_sepa.first {
            border-top-left-radius: 10px; } }
        @media only screen and (max-width: 767px) {
          #content #talk .sec-inner .talk-head.metro .talk-metro-prof h4 span.sp_sepa.last {
            border-bottom-right-radius: 10px; } }
      #content #talk .sec-inner .talk-head.metro .talk-metro-prof p {
        padding: 0 !important;
        color: #5AAB61 !important; }
        @media print, screen and (min-width: 768px) {
          #content #talk .sec-inner .talk-head.metro .talk-metro-prof p {
            margin-bottom: 10px; } }
        #content #talk .sec-inner .talk-head.metro .talk-metro-prof p.company {
          font-size: calc(100 * 30vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #talk .sec-inner .talk-head.metro .talk-metro-prof p.company {
              font-size: 20px; } }
        #content #talk .sec-inner .talk-head.metro .talk-metro-prof p.job {
          font-size: calc(100 * 26vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #talk .sec-inner .talk-head.metro .talk-metro-prof p.job {
              font-size: 16px; } }
        #content #talk .sec-inner .talk-head.metro .talk-metro-prof p.member {
          font-weight: bold;
          font-size: calc(100 * 36vw / 750);
          margin-bottom: 0; }
          @media print, screen and (min-width: 768px) {
            #content #talk .sec-inner .talk-head.metro .talk-metro-prof p.member {
              font-size: 25px; } }
          #content #talk .sec-inner .talk-head.metro .talk-metro-prof p.member span {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: baseline;
            -ms-flex-align: baseline;
            align-items: baseline;
            margin-right: 10px; }
            #content #talk .sec-inner .talk-head.metro .talk-metro-prof p.member span small {
              font-size: calc(100 * 24vw / 750); }
              @media print, screen and (min-width: 768px) {
                #content #talk .sec-inner .talk-head.metro .talk-metro-prof p.member span small {
                  font-size: 16px;
                  margin-left: 5px; } }

@media print, screen and (min-width: 768px) {
  #content .talk-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; } }

#content .talk-content h3 {
  font-size: calc(100 * 40vw / 750);
  line-height: 1.5;
  font-weight: bold;
  color: #5AAB61;
  padding: calc(100 * 20vw / 750) 0;
  border-top: 1px solid #5AAB61;
  border-bottom: 1px solid #5AAB61;
  text-align: left;
  margin-bottom: calc(100 * 50vw / 750); }
  @media print, screen and (min-width: 768px) {
    #content .talk-content h3 {
      font-size: 30px;
      padding: 14px 20px 16px;
      margin-bottom: 50px; } }
  #content .talk-content h3 span {
    display: block;
    font-size: calc(100 * 36vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content .talk-content h3 span {
        display: inline;
        font-size: 22px;
        vertical-align: middle; } }
  #content .talk-content h3.metro {
    border: none;
    font-size: calc(100 * 40vw / 750);
    line-height: 1.5;
    font-weight: bold;
    color: #5AAB61;
    text-align: left;
    margin-bottom: calc(100 * 40vw / 750);
    letter-spacing: -0.06em;
    padding: 0; }
    @media print, screen and (min-width: 768px) {
      #content .talk-content h3.metro {
        font-size: 28px;
        margin-bottom: 30px;
        letter-spacing: 0em; } }

#content .talk-content h4 {
  font-size: calc(100 * 40vw / 750);
  line-height: 1.5;
  font-weight: bold;
  color: #5AAB61;
  text-align: left;
  text-indent: -1.2em;
  margin-left: 1.2em;
  margin-bottom: calc(100 * 40vw / 750);
  letter-spacing: -0.08em; }
  @media print, screen and (min-width: 768px) {
    #content .talk-content h4 {
      font-size: 22px;
      margin-bottom: 30px;
      letter-spacing: -0.04em; } }
  @media only screen and (max-width: 767px) {
    #content .talk-content h4.min {
      letter-spacing: -0.12em; } }

#content .talk-content .talk-content-set {
  margin-bottom: calc(100 * 80vw / 750); }
  @media print, screen and (min-width: 768px) {
    #content .talk-content .talk-content-set {
      margin-bottom: 60px; } }
  #content .talk-content .talk-content-set p {
    font-size: calc(100 * 30vw / 750);
    color: #000000;
    line-height: 2;
    margin-bottom: 1em; }
    @media print, screen and (min-width: 768px) {
      #content .talk-content .talk-content-set p {
        font-size: 16px; } }
    #content .talk-content .talk-content-set p span {
      color: #F7B103;
      font-weight: bold; }
  #content .talk-content .talk-content-set dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: calc(100 * 60vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content .talk-content .talk-content-set dl {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 30px; } }
    #content .talk-content .talk-content-set dl dt {
      width: calc(100 * 110vw / 750);
      text-align: center;
      margin-right: calc(100 * 30vw / 750);
      font-size: calc(100 * 24vw / 750);
      color: #5AAB61; }
      @media print, screen and (min-width: 768px) {
        #content .talk-content .talk-content-set dl dt {
          width: 9.16667%;
          max-width: 100px;
          margin-right: 20px;
          font-size: 15px;
          font-weight: bold; } }
      #content .talk-content .talk-content-set dl dt img {
        margin-bottom: calc(100 * 20vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content .talk-content .talk-content-set dl dt img {
            margin-bottom: 10px; } }
    #content .talk-content .talk-content-set dl dd {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      font-size: calc(100 * 30vw / 750);
      color: #5AAB61;
      line-height: 2;
      letter-spacing: -0.04em; }
      @media print, screen and (min-width: 768px) {
        #content .talk-content .talk-content-set dl dd {
          font-size: 16px; } }
      #content .talk-content .talk-content-set dl dd span {
        color: #F7B103;
        font-weight: bold; }
  @media print, screen and (min-width: 768px) {
    #content .talk-content .talk-content-set .side-img-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media print, screen and (min-width: 768px) {
    #content .talk-content .talk-content-set .side-img-box .side-img-inner dl dt {
      width: 12.22222%; } }
  #content .talk-content .talk-content-set .side-img-box .side-img-img {
    width: calc(100 * 610vw / 750);
    margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      #content .talk-content .talk-content-set .side-img-box .side-img-img {
        width: 28.66667%; } }
  @media print, screen and (min-width: 768px) {
    #content .talk-content .talk-content-set .side-img-box.metro .side-img-inner {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  #content .talk-content .talk-content-set .side-img-box.metro .side-img-img {
    width: 100%;
    margin: calc(100 * 40vw / 750) auto 0; }
    @media print, screen and (min-width: 768px) {
      #content .talk-content .talk-content-set .side-img-box.metro .side-img-img {
        width: 33.33333%;
        margin: 0;
        margin-left: 4.16667%;
        margin-bottom: 20px; } }
  #content .talk-content .talk-content-set .side-img-box.metro.img-left .side-img-inner {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  #content .talk-content .talk-content-set .side-img-box.metro.img-left .side-img-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 4.16667%; }

#content #talk-about {
  background: #FAF9EC;
  padding: calc(100 * 60vw / 750) 0; }
  @media print, screen and (min-width: 768px) {
    #content #talk-about {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px 40px 40px; } }
  #content #talk-about .sec-inner {
    width: calc(100 * 690vw / 750);
    margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      #content #talk-about .sec-inner {
        width: auto; } }
    @media print, screen and (min-width: 768px) {
      #content #talk-about .sec-inner .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media print, screen and (min-width: 768px) {
      #content #talk-about .sec-inner .flex .flex-detail {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; } }
    #content #talk-about .sec-inner .flex .flex-detail p.sub-title {
      display: inline-block;
      background: #ffffff;
      padding: calc(100 * 20vw / 750) calc(100 * 20vw / 750);
      border-top-left-radius: calc(100 * 20vw / 750);
      border-bottom-right-radius: calc(100 * 20vw / 750);
      color: #99CB75;
      font-size: calc(100 * 26vw / 750);
      margin-bottom: calc(100 * 10vw / 750);
      font-weight: normal;
      letter-spacing: 0.08em; }
      @media print, screen and (min-width: 768px) {
        #content #talk-about .sec-inner .flex .flex-detail p.sub-title {
          padding: 10px 10px;
          border-top-left-radius: 10px;
          border-bottom-right-radius: 10px;
          font-size: 20px;
          margin-bottom: 10px; } }
    #content #talk-about .sec-inner .flex .flex-detail p.last-txt {
      clear: both;
      font-size: calc(100 * 28vw / 750);
      line-height: 2;
      color: #5AAB61; }
      @media print, screen and (min-width: 768px) {
        #content #talk-about .sec-inner .flex .flex-detail p.last-txt {
          font-size: 14px; } }
    #content #talk-about .sec-inner .flex .flex-detail .title {
      margin-bottom: calc(100 * 40vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #talk-about .sec-inner .flex .flex-detail .title {
          margin-bottom: 30px; } }
      #content #talk-about .sec-inner .flex .flex-detail .title h3 {
        text-align: left;
        font-weight: normal; }
        @media print, screen and (min-width: 768px) {
          #content #talk-about .sec-inner .flex .flex-detail .title h3 {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background: #99CB75;
            padding: 15px 15px;
            border-top-left-radius: 10px;
            border-bottom-right-radius: 10px;
            float: left; } }
        #content #talk-about .sec-inner .flex .flex-detail .title h3 span {
          display: inline-block;
          background: #99CB75;
          padding: calc(100 * 10vw / 750) calc(100 * 20vw / 750);
          border-top-left-radius: calc(100 * 20vw / 750);
          border-bottom-right-radius: calc(100 * 20vw / 750);
          color: #ffffff; }
          @media print, screen and (min-width: 768px) {
            #content #talk-about .sec-inner .flex .flex-detail .title h3 span {
              background: none;
              padding: 0;
              border-top-left-radius: 0;
              border-bottom-right-radius: 0; } }
          #content #talk-about .sec-inner .flex .flex-detail .title h3 span.left {
            font-size: calc(100 * 26vw / 750);
            margin-bottom: calc(100 * 10vw / 750); }
            @media print, screen and (min-width: 768px) {
              #content #talk-about .sec-inner .flex .flex-detail .title h3 span.left {
                font-size: 15px;
                margin-bottom: 0;
                line-height: 1.3; } }
          #content #talk-about .sec-inner .flex .flex-detail .title h3 span.right {
            font-size: calc(100 * 40vw / 750);
            float: left; }
            @media print, screen and (min-width: 768px) {
              #content #talk-about .sec-inner .flex .flex-detail .title h3 span.right {
                font-size: 30px;
                float: none; } }
      #content #talk-about .sec-inner .flex .flex-detail .title p.txt {
        font-size: calc(100 * 40vw / 750);
        color: #5AAB61;
        margin-top: 0.3em; }
        @media print, screen and (min-width: 768px) {
          #content #talk-about .sec-inner .flex .flex-detail .title p.txt {
            font-size: 20px;
            height: 70px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px;
            margin: 0; } }
    @media print, screen and (min-width: 768px) {
      #content #talk-about .sec-inner .flex .flex-img {
        width: 35.41667%;
        margin-top: -20px;
        margin-left: 30px; } }
  #content #talk-about.metro {
    background: #FAF9EC;
    padding: calc(100 * 60vw / 750) 0; }
    @media print, screen and (min-width: 768px) {
      #content #talk-about.metro {
        padding: 30px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px; } }
    #content #talk-about.metro .sec-inner {
      width: calc(100 * 690vw / 750);
      margin: 0 auto; }
      @media print, screen and (min-width: 768px) {
        #content #talk-about.metro .sec-inner {
          width: auto; } }
      @media print, screen and (min-width: 768px) {
        #content #talk-about.metro .sec-inner .flex {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      #content #talk-about.metro .sec-inner .flex .title {
        margin-bottom: calc(100 * 40vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content #talk-about.metro .sec-inner .flex .title {
            margin-bottom: 15px; } }
        #content #talk-about.metro .sec-inner .flex .title h3 {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          font-size: calc(100 * 40vw / 750);
          font-weight: normal;
          color: #5AAB61;
          background: #ffffff;
          padding: 5px 15px;
          border-top-left-radius: 10px;
          border-bottom-right-radius: 10px;
          float: none; }
          @media print, screen and (min-width: 768px) {
            #content #talk-about.metro .sec-inner .flex .title h3 {
              font-size: 20px; } }
      #content #talk-about.metro .sec-inner .flex .flex-detail p.txt {
        font-size: calc(100 * 28vw / 750);
        margin-bottom: calc(100 * 40vw / 750);
        line-height: 2; }
        @media print, screen and (min-width: 768px) {
          #content #talk-about.metro .sec-inner .flex .flex-detail p.txt {
            font-size: 14px;
            margin-bottom: 20px; } }
      #content #talk-about.metro .sec-inner .flex .flex-detail p.last-txt {
        font-size: calc(100 * 24vw / 750);
        margin-bottom: 0; }
        @media print, screen and (min-width: 768px) {
          #content #talk-about.metro .sec-inner .flex .flex-detail p.last-txt {
            font-size: 12px; } }
      #content #talk-about.metro .sec-inner .flex .flex-img {
        width: 100%;
        margin-bottom: calc(100 * 40vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content #talk-about.metro .sec-inner .flex .flex-img {
            width: 25%;
            margin-top: 0;
            margin-left: 0;
            margin-right: 30px;
            margin-bottom: 0; } }
        #content #talk-about.metro .sec-inner .flex .flex-img img {
          width: 100%;
          height: auto; }

#content #contact .contact-inner {
  padding: calc(100 * 70vw / 750) 0; }
  @media print, screen and (min-width: 768px) {
    #content #contact .contact-inner {
      padding: 70px 0;
      width: 100%;
      max-width: 1200px;
      margin: 0 auto; } }
  #content #contact .contact-inner p.txt {
    text-align: center;
    font-size: calc(100 * 40vw / 750);
    font-weight: bold;
    line-height: 1.5;
    color: #5AAB61;
    margin-bottom: calc(100 * 40vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #contact .contact-inner p.txt {
        font-size: 30px;
        margin-bottom: 40px;
        font-weight: normal; } }
  #content #contact .contact-inner p.btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100 * 690vw / 750);
    height: calc(100 * 120vw / 750);
    font-size: calc(100 * 40vw / 750);
    font-weight: bold;
    background: #F7B103;
    color: #ffffff;
    border-radius: calc(100 * 120vw / 750);
    position: relative;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media print, screen and (min-width: 768px) {
      #content #contact .contact-inner p.btn a {
        width: 41.66667%;
        max-width: 500px;
        max-height: 80px;
        font-size: 25px; } }
    #content #contact .contact-inner p.btn a::after {
      position: absolute;
      top: 45%;
      right: calc(100 * 30vw / 750);
      content: '';
      width: 5px;
      height: 5px;
      border-top: solid 2px #ffffff;
      border-right: solid 2px #ffffff;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media print, screen and (min-width: 768px) {
        #content #contact .contact-inner p.btn a::after {
          top: 40%;
          right: 30px;
          width: 10px;
          height: 10px; } }
    @media print, screen and (min-width: 768px) {
      #content #contact .contact-inner p.btn a:hover {
        opacity: .8;
        text-decoration: none; } }

#content #about {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(4%, transparent), color-stop(4%, #F5FAF2), to(#F5FAF2));
  background: -webkit-linear-gradient(transparent 0%, transparent 4%, #F5FAF2 4%, #F5FAF2 100%);
  background: -o-linear-gradient(transparent 0%, transparent 4%, #F5FAF2 4%, #F5FAF2 100%);
  background: linear-gradient(transparent 0%, transparent 4%, #F5FAF2 4%, #F5FAF2 100%); }
  @media print, screen and (min-width: 768px) {
    #content #about {
      background: -webkit-linear-gradient(transparent 0%, transparent 125px, #F5FAF2 125px, #F5FAF2 100%);
      background: -o-linear-gradient(transparent 0%, transparent 125px, #F5FAF2 125px, #F5FAF2 100%);
      background: linear-gradient(transparent 0%, transparent 125px, #F5FAF2 125px, #F5FAF2 100%); } }
  @media print, screen and (min-width: 768px) {
    #content #about .sec-inner {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 768px) {
    #content #about .sec-inner .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 90.58333%;
      max-width: 1087px;
      margin: 0 auto; } }
  @media print, screen and (min-width: 768px) {
    #content #about .sec-inner .flex .flex-detail {
      padding-top: 50px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; } }
  @media print, screen and (min-width: 768px) {
    #content #about .sec-inner .flex .flex-image {
      width: 27.5989%;
      max-width: 300px;
      margin-right: 80px; } }
  #content #about .sec-inner h3 {
    width: calc(100 * 380vw / 750);
    margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      #content #about .sec-inner h3 {
        width: 48.79774%;
        max-width: 345px;
        margin: 0; } }
  #content #about .sec-inner .head {
    width: calc(100 * 690vw / 750);
    margin: 0 auto;
    margin-bottom: calc(100 * 60vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #about .sec-inner .head {
        width: auto; } }
    #content #about .sec-inner .head .head-detail .sub-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media print, screen and (min-width: 768px) {
        #content #about .sec-inner .head .head-detail .sub-title {
          -webkit-box-pack: left;
          -ms-flex-pack: left;
          justify-content: left;
          margin-bottom: 40px; } }
      #content #about .sec-inner .head .head-detail .sub-title h4 {
        display: inline-block;
        background: #99CB75;
        padding: calc(100 * 20vw / 750) calc(100 * 20vw / 750);
        border-top-left-radius: calc(100 * 20vw / 750);
        border-bottom-right-radius: calc(100 * 20vw / 750);
        color: #ffffff;
        font-size: calc(100 * 46vw / 750);
        margin-bottom: calc(100 * 10vw / 750);
        font-weight: normal; }
        @media print, screen and (min-width: 768px) {
          #content #about .sec-inner .head .head-detail .sub-title h4 {
            padding: 20px;
            border-top-left-radius: 10px;
            border-bottom-right-radius: 10px;
            font-size: 45px;
            margin-bottom: 0;
            margin-right: 10px; } }
      #content #about .sec-inner .head .head-detail .sub-title p {
        font-size: calc(100 * 30vw / 750);
        color: #5AAB61;
        padding-bottom: 0.5em; }
        @media print, screen and (min-width: 768px) {
          #content #about .sec-inner .head .head-detail .sub-title p {
            font-size: 30px;
            height: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center; } }
    #content #about .sec-inner .head .head-detail p.image {
      width: calc(100 * 300vw / 750);
      margin: 0 auto calc(100 * 40vw / 750);
      padding: calc(100 * 30vw / 750) 0 calc(100 * 20vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #about .sec-inner .head .head-detail p.image {
          display: none; } }
    #content #about .sec-inner .head .head-detail p.txt {
      font-size: calc(100 * 30vw / 750);
      line-height: 2;
      color: #5AAB61;
      margin-bottom: calc(100 * 30vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #about .sec-inner .head .head-detail p.txt {
          font-size: 18px;
          margin-bottom: 0;
          letter-spacing: -0.06em; } }
  #content #about .sec-inner .point {
    width: calc(100 * 690vw / 750);
    margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      #content #about .sec-inner .point {
        width: 100%;
        max-width: 1200px; } }
    #content #about .sec-inner .point h3 {
      width: 100%;
      margin: 0 auto calc(100 * 40vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #about .sec-inner .point h3 {
          width: 37.83333%;
          max-width: 454px;
          margin: 0 auto 25px; } }
    #content #about .sec-inner .point .point-detail ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: calc(100 * 80vw / 750); }
      @media only screen and (max-width: 767px) {
        #content #about .sec-inner .point .point-detail ul {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media print, screen and (min-width: 768px) {
        #content #about .sec-inner .point .point-detail ul {
          width: 100%;
          margin-bottom: 53px; } }
      #content #about .sec-inner .point .point-detail ul li {
        width: calc(100 * 330vw / 750);
        position: relative; }
        #content #about .sec-inner .point .point-detail ul li:nth-child(1), #content #about .sec-inner .point .point-detail ul li:nth-child(2) {
          margin-bottom: calc(100 * 30vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #about .sec-inner .point .point-detail ul li:nth-child(1), #content #about .sec-inner .point .point-detail ul li:nth-child(2) {
              margin-bottom: 0; } }
        #content #about .sec-inner .point .point-detail ul li:nth-child(1)::before, #content #about .sec-inner .point .point-detail ul li:nth-child(4)::before {
          content: "";
          display: block;
          width: calc(100 * 130vw / 750);
          height: calc(100 * 130vw / 750);
          background: url(/migration/jihankiconsul/assets/img/woman_health/img_point_obj_01.png) no-repeat center center;
          background-size: 100% auto;
          position: absolute; }
          @media print, screen and (min-width: 768px) {
            #content #about .sec-inner .point .point-detail ul li:nth-child(1)::before, #content #about .sec-inner .point .point-detail ul li:nth-child(4)::before {
              width: 173px;
              height: 173px; } }
        #content #about .sec-inner .point .point-detail ul li:nth-child(1)::before {
          left: calc(100 * -30vw / 750);
          top: calc(100 * -30vw / 750);
          background: url(/migration/jihankiconsul/assets/img/woman_health/img_point_obj_01.png) no-repeat center center;
          background-size: 100% auto; }
          @media print, screen and (min-width: 768px) {
            #content #about .sec-inner .point .point-detail ul li:nth-child(1)::before {
              left: -80px;
              top: -80px; } }
        #content #about .sec-inner .point .point-detail ul li:nth-child(4)::before {
          right: calc(100 * -30vw / 750);
          bottom: calc(100 * -30vw / 750);
          background: url(/migration/jihankiconsul/assets/img/woman_health/img_point_obj_02.png) no-repeat center center;
          background-size: 100% auto; }
          @media print, screen and (min-width: 768px) {
            #content #about .sec-inner .point .point-detail ul li:nth-child(4)::before {
              right: -80px;
              bottom: -80px; } }
    #content #about .sec-inner .point p.btn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: calc(100 * 690vw / 750);
      height: calc(100 * 120vw / 750);
      font-size: calc(100 * 40vw / 750);
      font-weight: bold;
      background: #F7B103;
      color: #ffffff;
      border-radius: calc(100 * 120vw / 750);
      position: relative;
      margin: 0 auto;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media print, screen and (min-width: 768px) {
        #content #about .sec-inner .point p.btn a {
          width: 41.66667%;
          max-width: 500px;
          max-height: 80px;
          font-size: 25px; } }
      #content #about .sec-inner .point p.btn a::after {
        position: absolute;
        top: 45%;
        right: calc(100 * 30vw / 750);
        content: '';
        width: 5px;
        height: 5px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        @media print, screen and (min-width: 768px) {
          #content #about .sec-inner .point p.btn a::after {
            top: 40%;
            right: 30px;
            width: 10px;
            height: 10px; } }
      @media print, screen and (min-width: 768px) {
        #content #about .sec-inner .point p.btn a:hover {
          opacity: .8;
          text-decoration: none; } }

#content #method {
  background: #F5FAF2;
  margin: 0;
  padding: calc(100 * 140vw / 750) 0 0; }
  @media print, screen and (min-width: 768px) {
    #content #method {
      padding: 140px 0 0; } }
  #content #method .sce-inner {
    width: calc(100 * 690vw / 750);
    margin: 0 auto;
    background: #ffffff;
    border-radius: calc(100 * 20vw / 750);
    padding: 0 0 calc(100 * 60vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #method .sce-inner {
        width: 100%;
        max-width: 1200px;
        border-radius: 10px;
        padding: 0 0 60px; } }
    #content #method .sce-inner .method-head {
      margin-bottom: 0;
      text-align: center;
      -webkit-transform: translateY(-40%);
      -ms-transform: translateY(-40%);
      transform: translateY(-40%); }
      @media print, screen and (min-width: 768px) {
        #content #method .sce-inner .method-head {
          margin-bottom: 0; } }
      #content #method .sce-inner .method-head h3 {
        width: calc(100 * 538vw / 750);
        margin: 0 auto; }
        @media print, screen and (min-width: 768px) {
          #content #method .sce-inner .method-head h3 {
            width: 48.33333%;
            max-width: 580px; } }
      #content #method .sce-inner .method-head p.sub-title {
        font-size: calc(100 * 30vw / 750);
        color: #99CB75; }
        @media print, screen and (min-width: 768px) {
          #content #method .sce-inner .method-head p.sub-title {
            font-size: 20px; } }
    @media print, screen and (min-width: 768px) {
      #content #method .sce-inner .method-content {
        width: 91.66667%;
        max-width: 1100px;
        margin: 0 auto; } }
    #content #method .sce-inner .method-content h3 {
      padding: calc(100 * 25vw / 750) 0 calc(100 * 20vw / 750);
      border-top: 1px solid #0d9707;
      border-bottom: 1px solid #0d9707;
      color: #5AAB61;
      width: calc(100 * 610vw / 750);
      margin: 0 auto calc(100 * 60vw / 750);
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        #content #method .sce-inner .method-content h3 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 17px 0 15px;
          width: 100%;
          margin: 0 auto 50px; } }
      #content #method .sce-inner .method-content h3 span {
        display: block; }
        #content #method .sce-inner .method-content h3 span.num {
          width: calc(100 * 120vw / 750);
          margin: 0 auto calc(100 * 10vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #method .sce-inner .method-content h3 span.num {
              width: 90px;
              margin: 0 10px 0 0; } }
        #content #method .sce-inner .method-content h3 span.txt {
          font-size: calc(100 * 40vw / 750);
          letter-spacing: -0.04em;
          font-weight: normal; }
          @media print, screen and (min-width: 768px) {
            #content #method .sce-inner .method-content h3 span.txt {
              font-size: 30px; } }
    #content #method .sce-inner .method-content .content-flame {
      margin-bottom: calc(100 * 80vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #method .sce-inner .method-content .content-flame {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 60px; } }
      #content #method .sce-inner .method-content .content-flame.content-flame-last {
        margin-bottom: 0; }
      @media print, screen and (min-width: 768px) {
        #content #method .sce-inner .method-content .content-flame.content-flame-first .content-flame-detail {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin-left: 50px;
          margin-right: 0; } }
      @media print, screen and (min-width: 768px) {
        #content #method .sce-inner .method-content .content-flame.content-flame-first .content-flame-image-res-pc {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
      #content #method .sce-inner .method-content .content-flame .content-flame-detail {
        width: calc(100 * 610vw / 750);
        margin: 0 auto; }
        @media print, screen and (min-width: 768px) {
          #content #method .sce-inner .method-content .content-flame .content-flame-detail {
            width: auto;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            margin-right: 50px; } }
        #content #method .sce-inner .method-content .content-flame .content-flame-detail h4 {
          color: #5AAB61;
          text-align: center;
          font-size: calc(100 * 40vw / 750);
          margin-bottom: calc(100 * 40vw / 750);
          font-weight: normal;
          line-height: 1.5; }
          @media print, screen and (min-width: 768px) {
            #content #method .sce-inner .method-content .content-flame .content-flame-detail h4 {
              font-size: 30px;
              margin-bottom: 35px;
              text-align: left; } }
        #content #method .sce-inner .method-content .content-flame .content-flame-detail p.txt {
          color: #5AAB61;
          font-size: calc(100 * 30vw / 750);
          line-height: 2;
          margin-bottom: calc(100 * 40vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #method .sce-inner .method-content .content-flame .content-flame-detail p.txt {
              font-size: 16px;
              margin-bottom: 40px; } }
        #content #method .sce-inner .method-content .content-flame .content-flame-detail .content-flame-image {
          width: calc(100 * 360vw / 750);
          margin: 0 auto calc(100 * 80vw / 750); }
        #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri {
          width: calc(100 * 610vw / 750);
          background: #FAF9EC;
          margin: 0 auto calc(100 * 40vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri {
              width: auto;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              padding: 0 30px 20px;
              margin: 0 0 45px; } }
          #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri .img {
            width: calc(100 * 610vw / 750);
            -webkit-transform: translateY(calc(100 * -30vw / 750));
            -ms-transform: translateY(calc(100 * -30vw / 750));
            transform: translateY(calc(100 * -30vw / 750));
            margin-left: calc(100 * -30vw / 750);
            margin-bottom: calc(100 * 40vw / 750); }
            @media print, screen and (min-width: 768px) {
              #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri .img {
                width: 25.08475%;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
                margin: -8px 10px 0 0; } }
          #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri .txt {
            padding: calc(100 * 30vw / 750);
            padding-top: 0; }
            @media print, screen and (min-width: 768px) {
              #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri .txt {
                padding: 0;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                padding-top: 20px; } }
            #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri .txt p {
              color: #5AAB61; }
              #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri .txt p.txt01 {
                font-size: calc(100 * 24vw / 750);
                margin-bottom: calc(100 * 10vw / 750); }
                @media print, screen and (min-width: 768px) {
                  #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri .txt p.txt01 {
                    font-size: 15px;
                    margin-bottom: 10px; } }
              #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri .txt p.txt02 {
                font-size: calc(100 * 30vw / 750);
                line-height: 1.5; }
                @media print, screen and (min-width: 768px) {
                  #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri .txt p.txt02 {
                    font-size: 14px;
                    line-height: 2; } }
              #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri .txt p.txt03 {
                font-size: calc(100 * 42vw / 750);
                font-weight: bold;
                margin-bottom: calc(100 * 40vw / 750); }
                @media print, screen and (min-width: 768px) {
                  #content #method .sce-inner .method-content .content-flame .content-flame-detail .benri .txt p.txt03 {
                    font-size: 25px;
                    margin-bottom: 30px; } }
        @media print, screen and (min-width: 768px) {
          #content #method .sce-inner .method-content .content-flame .content-flame-detail .link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        @media print, screen and (min-width: 768px) {
          #content #method .sce-inner .method-content .content-flame .content-flame-detail .link .img {
            width: 63.55932%; } }
        #content #method .sce-inner .method-content .content-flame .content-flame-detail .link p.txt01 {
          color: #5AAB61;
          font-size: calc(100 * 28vw / 750);
          margin-bottom: calc(100 * 20vw / 750); }
          @media only screen and (max-width: 767px) {
            #content #method .sce-inner .method-content .content-flame .content-flame-detail .link p.txt01 {
              letter-spacing: -0.04em; } }
          @media print, screen and (min-width: 768px) {
            #content #method .sce-inner .method-content .content-flame .content-flame-detail .link p.txt01 {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              font-size: 15px;
              line-height: 2;
              margin: 0; } }
      @media print, screen and (min-width: 768px) {
        #content #method .sce-inner .method-content .content-flame .content-flame-image-res-pc {
          width: 41.81818%;
          max-width: 460px; } }
      @media print, screen and (min-width: 768px) {
        #content #method .sce-inner .method-content .content-flame .content-flame-image-res-pc .content-flame-image {
          display: block; } }

#content #movie {
  padding: calc(100 * 60vw / 750) 0 calc(100 * 120vw / 750); }
  @media print, screen and (min-width: 768px) {
    #content #movie {
      padding: 60px 0 120px; } }
  #content #movie .sec-inner {
    width: calc(100 * 690vw / 750);
    margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      #content #movie .sec-inner {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto; } }
    #content #movie .sec-inner h3 {
      width: calc(100 * 206vw / 750);
      margin: 0 auto calc(100 * 40vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #movie .sec-inner h3 {
          width: 16%;
          margin: 0 auto 40px; } }
    #content #movie .sec-inner .movie-area {
      width: calc(100 * 690vw / 750);
      margin: 0 auto; }
      @media print, screen and (min-width: 768px) {
        #content #movie .sec-inner .movie-area {
          width: 75.16667%; } }
      #content #movie .sec-inner .movie-area .movie {
        position: relative;
        width: 100%;
        padding-top: 56.25%; }
        #content #movie .sec-inner .movie-area .movie iframe {
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%; }

#content #secchi .box-content {
  background: #f5ede0; }

#content #secchi h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: calc(100 * 36vw / 750);
  color: #6a3f06;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: calc(100 * 40vw / 750); }
  @media print, screen and (min-width: 768px) {
    #content #secchi h3 {
      font-size: calc(100 * 32vw / 1440);
      margin-bottom: 38px; } }
  @media print, screen and (min-width: 1440px) {
    #content #secchi h3 {
      font-size: 32px; } }
  #content #secchi h3::before {
    content: "";
    width: calc(100 * 43vw / 750);
    height: calc(100 * 53vw / 750);
    display: block;
    background: url(/migration/jihankiconsul/assets/img/collaboration/icon_secchi_01.png) no-repeat;
    background-size: cover;
    margin: 0 auto calc(100 * 20vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #secchi h3::before {
        width: calc(100 * 43vw / 1440);
        height: calc(100 * 53vw / 1440);
        margin: 0 auto calc(100 * 20vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content #secchi h3::before {
        width: 43px;
        height: 53px;
        margin: 0 auto 20px; } }

#content #secchi #interview {
  margin-bottom: calc(100 * 75vw / 750); }
  @media print, screen and (min-width: 768px) {
    #content #secchi #interview {
      margin-bottom: 75px; } }
  #content #secchi #interview p {
    width: calc(100 * 690vw / 750);
    margin: 0 auto;
    display: block; }
    @media print, screen and (min-width: 768px) {
      #content #secchi #interview p {
        width: calc(100 * 992vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content #secchi #interview p {
        width: 992px; } }
    @media print, screen and (min-width: 768px) {
      #content #secchi #interview p a {
        display: block;
        cursor: pointer; } }

#content #secchi .slider {
  width: calc(100 * 690vw / 750);
  margin: 0 auto;
  margin-bottom: calc(100 * 50vw / 750); }
  @media print, screen and (min-width: 768px) {
    #content #secchi .slider {
      margin-bottom: 40px; } }

#content #sample {
  background: #ffffff;
  padding: calc(100 * 50vw / 750) 0; }
  @media print, screen and (min-width: 768px) {
    #content #sample {
      padding: 100px 0 60px; } }
  #content #sample h2 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: calc(100 * 36vw / 750);
    text-align: center;
    margin-bottom: calc(100 * 40vw / 750);
    color: #6a3f06; }
    @media print, screen and (min-width: 768px) {
      #content #sample h2 {
        font-size: 32px;
        margin-bottom: 38px; } }
    #content #sample h2::before {
      content: "";
      width: calc(100 * 68vw / 750);
      height: calc(100 * 53vw / 750);
      display: block;
      background: url(/migration/jihankiconsul/assets/img/common/icon_sample.png) no-repeat;
      background-size: cover;
      margin: 0 auto calc(100 * 20vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #sample h2::before {
          display: inline-block;
          width: calc(100 * 68vw / 1440);
          height: calc(100 * 53vw / 1440);
          margin: 0 calc(100 * 12vw / 1440) 0 0; } }
      @media print, screen and (min-width: 1440px) {
        #content #sample h2::before {
          width: 68px;
          height: 53px;
          margin: 0 12px 0 0; } }

#content #fqa h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: calc(100 * 36vw / 750);
  text-align: center;
  margin-bottom: calc(100 * 40vw / 750);
  color: #6a3f06;
  line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    #content #fqa h3 {
      font-size: 32px;
      margin-bottom: 38px; } }

#content #fqa .box-content {
  background: #f5ede0;
  padding-bottom: calc(100 * 60vw / 750); }

#content #fqa h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold; }
  #content #fqa h3::before {
    content: "";
    width: calc(100 * 72vw / 750);
    height: calc(100 * 77vw / 750);
    display: block;
    background: url(/migration/jihankiconsul/assets/img/facerecognition/icon_faq.png) no-repeat;
    background-size: cover;
    margin: 0 auto calc(100 * 15vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #fqa h3::before {
        width: calc(100 * 72vw / 1440);
        height: calc(100 * 77vw / 1440);
        margin: 0 auto 13px; } }
    @media print, screen and (min-width: 1440px) {
      #content #fqa h3::before {
        width: 72px;
        height: 77px;
        margin: 0 auto 13px; } }

@media print, screen and (min-width: 768px) {
  #content #fqa .box-content-inner {
    width: calc(100 * 1200vw / 1440);
    margin: 0 auto; } }

@media print, screen and (min-width: 1440px) {
  #content #fqa .box-content-inner {
    width: 1200px; } }

#content #fqa .box-fqa {
  width: calc(100 * 690vw / 750);
  margin: 0 auto; }
  @media print, screen and (min-width: 768px) {
    #content #fqa .box-fqa {
      width: 100%;
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background: url(/migration/jihankiconsul/assets/img/facerecognition/bor_dot_yoko_s.png) repeat-x bottom left;
      background-size: auto 4px;
      padding-bottom: 15px;
      margin-bottom: 60px; } }
  #content #fqa .box-fqa dl {
    margin: 0 auto;
    background: url(/migration/jihankiconsul/assets/img/facerecognition/bor_dot_yoko_s.png) repeat-x top left;
    background-size: auto calc(100 * 5vw / 750);
    padding: calc(100 * 80vw / 750) 0 0; }
    @media print, screen and (min-width: 768px) {
      #content #fqa .box-fqa dl {
        width: 50%;
        font-size: 16px;
        background: url(/migration/jihankiconsul/assets/img/facerecognition/bor_dot_yoko_s.png) repeat-x top left, url(/migration/jihankiconsul/assets/img/facerecognition/bor_dot_tate_s.png) no-repeat left 20px;
        background-size: auto 4px,4px auto;
        padding: 30px 30px 15px;
        margin: 11px 0 0; } }
    @media only screen and (max-width: 767px) {
      #content #fqa .box-fqa dl:first-child {
        margin: 0 auto;
        padding: 0;
        background: none; } }
    @media print, screen and (min-width: 768px) {
      #content #fqa .box-fqa dl:nth-child(odd) {
        background: url(/migration/jihankiconsul/assets/img/facerecognition/bor_dot_yoko_s.png) repeat-x top left;
        background-size: auto 4px; } }
    #content #fqa .box-fqa dl dt {
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: bold;
      font-size: calc(100 * 34vw / 750);
      color: #6a3f06;
      font-weight: bold;
      margin-bottom: calc(100 * 50vw / 750);
      line-height: calc(100 * 55vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #fqa .box-fqa dl dt {
          font-size: 24px;
          margin-bottom: 30px;
          line-height: 1; } }
      #content #fqa .box-fqa dl dt span.number {
        display: inline-block;
        width: calc(100 * 55vw / 750);
        height: calc(100 * 55vw / 750);
        line-height: calc(100 * 55vw / 750);
        text-align: center;
        border-radius: 100%;
        border: 1px solid #6a3f06;
        margin-right: calc(100 * 20vw / 750);
        font-size: calc(100 * 32vw / 750);
        font-weight: bold;
        color: #6a3f06;
        background: #fff;
        position: absolute; }
        @media print, screen and (min-width: 768px) {
          #content #fqa .box-fqa dl dt span.number {
            width: 37px;
            height: 37px;
            line-height: 37px;
            font-size: 22px;
            margin-right: 20px; } }
      #content #fqa .box-fqa dl dt span.title {
        display: inline-block;
        padding-left: calc(100 * 70vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content #fqa .box-fqa dl dt span.title {
            padding-left: 50px;
            line-height: 1.5;
            min-height: 3em; } }
    #content #fqa .box-fqa dl dd {
      line-height: 1.5;
      margin-bottom: calc(100 * 90vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #fqa .box-fqa dl dd {
          font-size: 16px;
          margin-bottom: 0; } }
      #content #fqa .box-fqa dl dd a {
        color: #7058ff;
        text-decoration: underline; }
  #content #fqa .box-fqa .btn {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold; }

#content .box-last {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  background: #ffffff;
  text-align: center;
  padding: calc(100 * 50vw / 750) 0;
  border-top: 1px solid #d11821;
  border-bottom: 1px solid #d11821; }
  @media print, screen and (min-width: 768px) {
    #content .box-last {
      padding: 60px 0; } }
  #content .box-last h3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: calc(100 * 32vw / 750);
    margin-bottom: calc(100 * 25vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content .box-last h3 {
        font-size: calc(100 * 24vw / 1440);
        margin-bottom: calc(100 * 18vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content .box-last h3 {
        font-size: 24px;
        margin-bottom: 18px; } }
