@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; }

@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; }

#content 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 h3 {
      font-size: 32px;
      margin-bottom: 38px; } }

#content #mv {
  width: 100%; }
  #content #mv h2 {
    margin-bottom: 0; }
    #content #mv h2 img {
      width: 100%;
      height: auto; }

#content .box-content {
  padding: calc(100 * 50vw / 750) 0;
  font-size: calc(100 * 24vw / 750); }
  #content .box-content p {
    line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    #content .box-content {
      padding: 60px 0; } }

#content #about {
  text-align: center;
  background: #f7af0e;
  position: relative; }
  #content #about::before {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    bottom: calc(100 * -35vw / 750);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100 * 86vw / 750);
    height: calc(100 * 35vw / 750);
    background: url(/migration/jihankiconsul/assets/img/lte/icon_about_02_s.jpg) no-repeat center center;
    background-size: 100% auto; }
    @media print, screen and (min-width: 768px) {
      #content #about::before {
        bottom: calc(100 * -30vw / 750);
        width: calc(100 * 86vw / 750);
        height: calc(100 * 31vw / 750);
        background: url(/migration/jihankiconsul/assets/img/lte/icon_about_02.png) no-repeat center center;
        background-size: 100% auto; } }
    @media print, screen and (min-width: 1440px) {
      #content #about::before {
        bottom: -30px;
        width: 86px;
        height: 31px; } }
  #content #about .box-content {
    padding: calc(100 * 40vw / 750) 0 calc(100 * 48vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #about .box-content {
        padding: calc(100 * 40vw / 1440) 0 calc(100 * 50vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content #about .box-content {
        padding: 40px 0 50px; } }
  #content #about h3 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: calc(100 * 32vw / 750);
    color: #6a3f06;
    margin-bottom: 0; }
    @media print, screen and (min-width: 768px) {
      #content #about h3 {
        font-size: calc(100 * 32vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content #about h3 {
        font-size: 32px; } }
    #content #about h3::before {
      content: "";
      width: calc(100 * 83vw / 750);
      height: calc(100 * 97vw / 750);
      display: block;
      background: url(/migration/jihankiconsul/assets/img/lte/icon_about_01_s.png) no-repeat;
      background-size: cover;
      margin: 0 auto calc(100 * 20vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #about h3::before {
          width: calc(100 * 80vw / 1440);
          height: calc(100 * 95vw / 1440);
          margin: 0 auto calc(100 * 20vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #about h3::before {
          width: 80px;
          height: 95px;
          margin: 0 auto 20px; } }
  #content #about p {
    font-size: calc(100 * 32vw / 750);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    color: #6a3f06; }
    @media print, screen and (min-width: 768px) {
      #content #about p {
        font-size: calc(100 * 24vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content #about p {
        font-size: 24px; } }

#content #trouble {
  background: #ffffff;
  padding-bottom: calc(100 * 95vw / 750); }
  @media print, screen and (min-width: 768px) {
    #content #trouble {
      padding-bottom: 95px; } }
  #content #trouble .box-content {
    padding-top: calc(100 * 70vw / 750);
    padding-bottom: 0; }
    @media print, screen and (min-width: 768px) {
      #content #trouble .box-content {
        padding-top: 70px; } }
  #content #trouble .trouble-content {
    text-align: center; }
    #content #trouble .trouble-content .flex-box {
      width: 100%;
      margin: 0 auto; }
      @media print, screen and (min-width: 768px) {
        #content #trouble .trouble-content .flex-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: calc(100 * 1100vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #trouble .trouble-content .flex-box {
          width: 1100px; } }
      #content #trouble .trouble-content .flex-box p {
        width: 100%; }
        @media print, screen and (min-width: 768px) {
          #content #trouble .trouble-content .flex-box p {
            padding-top: 60px;
            width: calc(100 * 340vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content #trouble .trouble-content .flex-box p {
            width: 340px; } }
        @media print, screen and (min-width: 1440px) {
          #content #trouble .trouble-content .flex-box p:nth-child(1) {
            width: 341px; } }
        #content #trouble .trouble-content .flex-box p:nth-child(2) {
          padding-top: 0; }
          @media print, screen and (min-width: 1440px) {
            #content #trouble .trouble-content .flex-box p:nth-child(2) {
              width: 341px; } }

#content #option {
  background: #faf6ee; }
  #content #option .box-content {
    padding-top: 0; }
  #content #option .option-content .next {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(50%, #faf6ee));
    background: -webkit-linear-gradient(#ffffff 50%, #faf6ee 50%);
    background: -o-linear-gradient(#ffffff 50%, #faf6ee 50%);
    background: linear-gradient(#ffffff 50%, #faf6ee 50%);
    margin-bottom: calc(100 * 45vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #option .option-content .next {
        margin-bottom: 45px; } }
    #content #option .option-content .next .next-inner {
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: bold;
      color: #6a3f06;
      background: #f7b100;
      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;
      margin: 0 auto;
      width: calc(100 * 690vw / 750);
      height: calc(100 * 130vw / 750);
      border-radius: calc(100 * 65vw / 750);
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        #content #option .option-content .next .next-inner {
          width: calc(100 * 1200vw / 1440);
          height: calc(100 * 90vw / 1440);
          border-radius: calc(100 * 45vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #option .option-content .next .next-inner {
          width: 1200px;
          height: 90px; } }
      #content #option .option-content .next .next-inner p {
        font-size: calc(100 * 36vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content #option .option-content .next .next-inner p {
            font-size: calc(100 * 32vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content #option .option-content .next .next-inner p {
            font-size: 32px; } }
  #content #option .option-content .option-about {
    position: relative; }
    @media print, screen and (min-width: 768px) {
      #content #option .option-content .option-about {
        width: auto;
        margin: 0 auto; } }
    #content #option .option-content .option-about .lead {
      text-align: center; }
      #content #option .option-content .option-about .lead p {
        color: #6a3f06;
        text-align: center;
        font-size: calc(100 * 30vw / 750);
        font-weight: bold; }
        @media print, screen and (min-width: 768px) {
          #content #option .option-content .option-about .lead p {
            font-size: calc(100 * 24vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content #option .option-content .option-about .lead p {
            font-size: 24px; } }
        #content #option .option-content .option-about .lead p.earth_icon {
          width: calc(100 * 108vw / 750);
          margin: calc(100 * 20vw / 750) auto calc(100 * 50vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #option .option-content .option-about .lead p.earth_icon {
              width: 108px;
              margin: 18px auto 13px; } }
      #content #option .option-content .option-about .lead .sub-title {
        position: relative;
        font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
        font-weight: bold;
        width: calc(100 * 690vw / 750);
        margin: 0 auto calc(100 * 30vw / 750);
        text-align: center;
        background: url(/migration/jihankiconsul/assets/img/lte/bg_sub-title_s.png) no-repeat;
        background-size: 100% auto; }
        @media print, screen and (min-width: 768px) {
          #content #option .option-content .option-about .lead .sub-title {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: auto;
            height: 53px;
            background: url(/migration/jihankiconsul/assets/img/lte/bg_sub-title_01.png) no-repeat right center, url(/migration/jihankiconsul/assets/img/collaboration/bg_sub-title_02.png) no-repeat left center;
            background-size: auto 100%;
            margin: 0 auto 40px;
            padding: 0 43px; } }
        #content #option .option-content .option-about .lead .sub-title h3 {
          font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
          font-weight: bold;
          font-size: calc(100 * 34vw / 750);
          font-weight: bold;
          color: #6a3f06;
          line-height: 1.4;
          margin-bottom: 0; }
          @media print, screen and (min-width: 768px) {
            #content #option .option-content .option-about .lead .sub-title h3 {
              font-size: calc(100 * 36vw / 1440); } }
          @media print, screen and (min-width: 1440px) {
            #content #option .option-content .option-about .lead .sub-title h3 {
              font-size: 36px; } }
          #content #option .option-content .option-about .lead .sub-title h3 span {
            color: #d11821;
            font-size: calc(100 * 40vw / 750);
            display: inline;
            vertical-align: baseline; }
            @media print, screen and (min-width: 768px) {
              #content #option .option-content .option-about .lead .sub-title h3 span {
                font-size: calc(100 * 44vw / 1440); } }
            @media print, screen and (min-width: 1440px) {
              #content #option .option-content .option-about .lead .sub-title h3 span {
                font-size: 44px; } }
    #content #option .option-content .option-about .video-box {
      width: calc(100 * 690vw / 750);
      margin: 0 auto calc(100 * 40vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #option .option-content .option-about .video-box {
          width: calc(100 * 1000vw / 1440);
          margin: 0 auto 40px; } }
      @media print, screen and (min-width: 1440px) {
        #content #option .option-content .option-about .video-box {
          width: 1000px; } }
    #content #option .option-content .option-about .zero {
      background: #ffffff;
      width: calc(100 * 690vw / 750);
      margin: 0 auto calc(100 * 40vw / 750);
      padding: calc(100 * 40vw / 750) calc(100 * 30vw / 750) calc(100 * 40vw / 750);
      text-align: center; }
      @media print, screen and (min-width: 768px) {
        #content #option .option-content .option-about .zero {
          width: calc(100 * 1000vw / 1440);
          margin: 0 auto calc(100 * 40vw / 1440);
          padding: calc(100 * 40vw / 1440) calc(100 * 30vw / 1440) calc(100 * 40vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #option .option-content .option-about .zero {
          width: 1000px;
          margin: 0 auto 40px;
          padding: 40px 30px; } }
      #content #option .option-content .option-about .zero h4 {
        text-align: center;
        font-size: calc(100 * 30vw / 750);
        margin-bottom: calc(100 * 20vw / 750);
        line-height: 1.4;
        color: #6a3f06; }
        @media print, screen and (min-width: 768px) {
          #content #option .option-content .option-about .zero h4 {
            font-size: 26px;
            margin-bottom: 40px; } }
        #content #option .option-content .option-about .zero h4 span {
          color: #d11821;
          display: block;
          font-size: calc(100 * 36vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #option .option-content .option-about .zero h4 span {
              font-size: 32px; } }
      #content #option .option-content .option-about .zero p {
        font-size: calc(100 * 24vw / 750);
        margin-bottom: calc(100 * 30vw / 750);
        color: #6a3f06;
        text-align: left; }
        @media print, screen and (min-width: 768px) {
          #content #option .option-content .option-about .zero p {
            font-size: 18px;
            margin-bottom: 10px; } }
        #content #option .option-content .option-about .zero p.attention {
          margin-bottom: 0;
          font-size: calc(100 * 22vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #option .option-content .option-about .zero p.attention {
              font-size: 14px; } }
      #content #option .option-content .option-about .zero .img-box {
        margin-bottom: calc(100 * 30vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content #option .option-content .option-about .zero .img-box {
            margin-bottom: 10px; } }
      @media print, screen and (min-width: 768px) {
        #content #option .option-content .option-about .zero .flex-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: calc(100 * 822vw / 1440);
          margin: 0 auto; } }
      @media print, screen and (min-width: 1440px) {
        #content #option .option-content .option-about .zero .flex-box {
          width: 822px; } }
      @media print, screen and (min-width: 768px) {
        #content #option .option-content .option-about .zero .flex-box .photo {
          width: calc(100 * 195vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #option .option-content .option-about .zero .flex-box .photo {
          width: 195px; } }
      @media print, screen and (min-width: 768px) {
        #content #option .option-content .option-about .zero .flex-box .detail {
          width: calc(100 * 580vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #option .option-content .option-about .zero .flex-box .detail {
          width: 580px; } }
    #content #option .option-content .option-about .option-list {
      background: #faf6ee;
      width: calc(100 * 690vw / 750);
      margin: 0 auto; }
      @media print, screen and (min-width: 768px) {
        #content #option .option-content .option-about .option-list {
          width: auto; } }
      #content #option .option-content .option-about .option-list h4.title {
        text-align: center;
        background: url(/migration/jihankiconsul/assets/img/lte/icon_option_02_s.png) no-repeat center top;
        background-size: calc(100 * 78vw / 750) auto;
        padding-top: calc(100 * 98vw / 750);
        font-size: calc(100 * 30vw / 750);
        color: #6a3f06;
        line-height: 1.4;
        margin-bottom: calc(100 * 30vw / 750);
        letter-spacing: -0.04em; }
        @media print, screen and (min-width: 768px) {
          #content #option .option-content .option-about .option-list h4.title {
            background: url(/migration/jihankiconsul/assets/img/lte/icon_option_02_s.png) no-repeat center top;
            background-size: calc(100 * 65vw / 1440) auto;
            padding-top: 84px;
            font-size: 22px;
            margin-bottom: 30px; } }
      #content #option .option-content .option-about .option-list .option-box {
        text-align: center;
        margin-bottom: calc(100 * 20vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content #option .option-content .option-about .option-list .option-box {
            margin-bottom: calc(100 * 20vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content #option .option-content .option-about .option-list .option-box {
            margin-bottom: 20px; } }
        #content #option .option-content .option-about .option-list .option-box h4 {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          background: #6a3f06;
          font-size: calc(100 * 28vw / 750);
          color: #ffffff;
          padding: calc(100 * 12vw / 750) calc(100 * 30vw / 750);
          border-radius: calc(100 * 30vw / 750);
          -webkit-transform: translateY(50%);
          -ms-transform: translateY(50%);
          transform: translateY(50%); }
          @media print, screen and (min-width: 768px) {
            #content #option .option-content .option-about .option-list .option-box h4 {
              font-size: calc(100 * 20vw / 1440);
              padding: calc(100 * 12vw / 1440) calc(100 * 30vw / 1440);
              border-radius: calc(100 * 22.5vw / 1440); } }
          @media print, screen and (min-width: 1440px) {
            #content #option .option-content .option-about .option-list .option-box h4 {
              font-size: 20px;
              padding: 12px 30px;
              border-radius: 22.5px; } }
          #content #option .option-content .option-about .option-list .option-box h4 span {
            font-size: calc(100 * 35vw / 750);
            margin-left: calc(100 * 10vw / 750); }
            @media print, screen and (min-width: 768px) {
              #content #option .option-content .option-about .option-list .option-box h4 span {
                font-size: calc(100 * 24vw / 1440);
                margin-left: calc(100 * 10vw / 1440); } }
            @media print, screen and (min-width: 1440px) {
              #content #option .option-content .option-about .option-list .option-box h4 span {
                font-size: 24px;
                margin-left: 10px; } }
        #content #option .option-content .option-about .option-list .option-box dl {
          background: #ffffff;
          padding: calc(100 * 30vw / 750);
          border-bottom-left-radius: calc(100 * 15vw / 750);
          border-bottom-right-radius: calc(100 * 15vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #option .option-content .option-about .option-list .option-box dl {
              min-height: calc(100 * 170vw / 1440);
              padding: calc(100 * 30vw / 1440);
              border-bottom-left-radius: calc(100 * 15vw / 1440);
              border-bottom-right-radius: calc(100 * 15vw / 1440); } }
          @media print, screen and (min-width: 1440px) {
            #content #option .option-content .option-about .option-list .option-box dl {
              min-height: 170px;
              padding: 30px;
              border-bottom-left-radius: 15px;
              border-bottom-right-radius: 15px; } }
          #content #option .option-content .option-about .option-list .option-box dl dt {
            font-size: calc(100 * 32vw / 750);
            margin-bottom: calc(100 * 20vw / 750);
            color: #6a3f06;
            font-weight: bold; }
            @media print, screen and (min-width: 768px) {
              #content #option .option-content .option-about .option-list .option-box dl dt {
                font-size: calc(100 * 24vw / 1440);
                margin-bottom: calc(100 * 20vw / 1440); } }
            @media print, screen and (min-width: 1440px) {
              #content #option .option-content .option-about .option-list .option-box dl dt {
                font-size: 24px;
                margin-bottom: 20px; } }
          #content #option .option-content .option-about .option-list .option-box dl dd {
            font-size: calc(100 * 24vw / 750);
            line-height: 1.4;
            text-align: left; }
            @media print, screen and (min-width: 768px) {
              #content #option .option-content .option-about .option-list .option-box dl dd {
                font-size: 14px; } }
      @media print, screen and (min-width: 768px) {
        #content #option .option-content .option-about .option-list .flex-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: calc(100 * 1000vw / 1440);
          margin: 0 auto; } }
      @media print, screen and (min-width: 1440px) {
        #content #option .option-content .option-about .option-list .flex-box {
          width: 1000px; } }
      @media print, screen and (min-width: 768px) {
        #content #option .option-content .option-about .option-list .flex-box .option-box {
          width: calc(100 * 480vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #option .option-content .option-about .option-list .flex-box .option-box {
          width: 480px; } }
      @media print, screen and (min-width: 768px) {
        #content #option .option-content .option-about .option-list .flex-box .option-box.option-box-02 {
          margin-left: calc(100 * 35vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #option .option-content .option-about .option-list .flex-box .option-box.option-box-02 {
          margin-left: 35px; } }

#content #example {
  padding-top: calc(100 * 100vw / 750);
  overflow: hidden;
  text-align: center; }
  @media print, screen and (min-width: 768px) {
    #content #example {
      padding-top: 100px; } }
  #content #example .box-content {
    width: calc(100 * 690vw / 750);
    margin: 0 auto;
    padding-bottom: calc(100 * 30vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #example .box-content {
        width: 100%;
        padding-bottom: 30px; } }
  #content #example .sub-title {
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    width: calc(100 * 587vw / 750);
    margin: 0 auto calc(100 * 50vw / 750);
    text-align: center;
    background: url(/migration/jihankiconsul/assets/img/collaboration/bg_sub-title_s.png) no-repeat;
    background-size: 100% auto; }
    @media print, screen and (min-width: 768px) {
      #content #example .sub-title {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        height: 74px;
        background: url(/migration/jihankiconsul/assets/img/collaboration/bg_sub-title_01.png) no-repeat right center, url(/migration/jihankiconsul/assets/img/collaboration/bg_sub-title_02.png) no-repeat left center;
        background-size: auto 100%;
        margin: 0 auto;
        padding: 0 43px; } }
    #content #example .sub-title h4 {
      font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
      font-weight: bold;
      font-size: calc(100 * 32vw / 750);
      font-weight: bold;
      color: #6a3f06;
      line-height: 1.2; }
      @media print, screen and (min-width: 768px) {
        #content #example .sub-title h4 {
          font-size: calc(100 * 32vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #example .sub-title h4 {
          font-size: 32px; } }
      #content #example .sub-title h4 span {
        color: #d11821; }
        @media only screen and (max-width: 767px) {
          #content #example .sub-title h4 span {
            display: block; } }
  #content #example .flame {
    width: calc(100 * 690vw / 750);
    margin: 0 auto;
    position: relative;
    padding-bottom: calc(100 * 75vw / 750);
    text-align: left; }
    @media print, screen and (min-width: 768px) {
      #content #example .flame {
        width: calc(100 * 970vw / 1440);
        padding-bottom: 0; } }
    @media print, screen and (min-width: 1440px) {
      #content #example .flame {
        width: 970px;
        padding-bottom: 0; } }
    #content #example .flame .flex-box {
      border: 3px solid #f5ede0;
      padding: calc(100 * 40vw / 750) calc(100 * 25vw / 750);
      position: relative;
      border-radius: calc(100 * 25vw / 750);
      position: relative; }
      @media print, screen and (min-width: 768px) {
        #content #example .flame .flex-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          width: calc(100 * 780vw / 1440);
          padding: calc(100 * 20vw / 1440);
          margin-left: calc(100 * 189vw / 1440);
          border-radius: calc(100 * 25vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #example .flame .flex-box {
          width: 780px;
          padding: 40px 35px;
          margin-left: 189px;
          border-radius: 25px; } }
      #content #example .flame .flex-box::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -24px;
        margin-top: -12px;
        border: 12px solid transparent;
        border-right: 12px solid #FFF;
        z-index: 2; }
      #content #example .flame .flex-box::after {
        content: "";
        position: absolute;
        top: 50%;
        left: -30px;
        margin-top: -14px;
        border: 14px solid transparent;
        border-right: 14px solid #f5ede0;
        z-index: 1; }
      @media print, screen and (min-width: 768px) {
        #content #example .flame .flex-box .txt_box {
          width: calc(100 * 512vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #example .flame .flex-box .txt_box {
          width: 512px; } }
      #content #example .flame .flex-box .txt_box p.txt {
        font-size: calc(100 * 24vw / 750);
        line-height: 1.5;
        margin-bottom: calc(100 * 25vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content #example .flame .flex-box .txt_box p.txt {
            line-height: 2;
            font-size: calc(100 * 16vw / 1440);
            margin-bottom: calc(100 * 25vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content #example .flame .flex-box .txt_box p.txt {
            line-height: 2;
            font-size: 16px;
            margin-bottom: 25px; } }
      #content #example .flame .flex-box .txt_box p.name {
        font-size: calc(100 * 22vw / 750);
        margin-left: calc(100 * 125vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content #example .flame .flex-box .txt_box p.name {
            font-size: calc(100 * 16vw / 1440);
            text-align: right;
            margin-left: auto; } }
        @media print, screen and (min-width: 1440px) {
          #content #example .flame .flex-box .txt_box p.name {
            font-size: 16px;
            text-align: right;
            margin-left: auto; } }
      #content #example .flame .flex-box p.img {
        width: calc(100 * 145vw / 750); }
        @media only screen and (max-width: 767px) {
          #content #example .flame .flex-box p.img {
            position: absolute;
            bottom: calc(100 * 20vw / 750);
            right: calc(100 * 17.5vw / 750); } }
        @media print, screen and (min-width: 768px) {
          #content #example .flame .flex-box p.img {
            width: calc(100 * 175vw / 1440); } }
    #content #example .flame p.img_staff {
      position: absolute;
      width: calc(100 * 153vw / 750);
      bottom: 0;
      left: calc(100 * 10vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #example .flame p.img_staff {
          width: calc(100 * 127vw / 1440);
          padding-bottom: 0;
          bottom: auto;
          right: auto;
          top: calc(100 * 80vw / 1440);
          left: calc(100 * 32vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #example .flame p.img_staff {
          width: 127px;
          padding-bottom: 0;
          bottom: auto;
          right: auto;
          top: 80px;
          left: 32px; } }

#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; }
  @media print, screen and (min-width: 768px) {
    #content #secchi h3 {
      font-size: calc(100 * 32vw / 1440); } }
  @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 #project {
  background: #fffcd2;
  padding: calc(100 * 100vw / 750) 0;
  text-align: center;
  color: #6a3f06; }
  @media print, screen and (min-width: 768px) {
    #content #project {
      padding: calc(100 * 100vw / 1440) 0; } }
  @media print, screen and (min-width: 1440px) {
    #content #project {
      padding: 100px 0; } }
  #content #project .box-content {
    width: calc(100 * 690vw / 750);
    margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      #content #project .box-content {
        width: calc(100 * 1200vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content #project .box-content {
        width: 1200px; } }
  #content #project h2 {
    width: calc(100 * 690vw / 750);
    margin: 0 auto;
    margin-bottom: calc(100 * 30vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #project h2 {
        width: calc(100 * 946vw / 1440);
        margin-bottom: 30px; } }
    @media print, screen and (min-width: 1440px) {
      #content #project h2 {
        width: 946px; } }
  #content #project p.lead {
    text-align: center;
    font-size: calc(100 * 24vw / 750);
    margin-bottom: calc(100 * 20vw / 750);
    line-height: 1.6;
    letter-spacing: -0.04em; }
    @media print, screen and (min-width: 768px) {
      #content #project p.lead {
        font-size: 16px;
        margin-bottom: 20px; } }
    #content #project p.lead.last-lead {
      margin-bottom: calc(100 * 60vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #project p.lead.last-lead {
          margin-bottom: 60px; } }
  #content #project h3.sub-title {
    position: relative;
    display: inline-block;
    padding: calc(100 * 10vw / 750) calc(100 * 28vw / 750);
    font-size: calc(100 * 34vw / 750);
    text-align: center;
    line-height: 1.3;
    margin-bottom: calc(100 * 20vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #project h3.sub-title {
        padding: calc(100 * 10vw / 1440) calc(100 * 35vw / 1440);
        font-size: calc(100 * 32vw / 1440);
        margin-bottom: calc(100 * 20vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content #project h3.sub-title {
        padding: 10px 35px;
        font-size: 32px;
        margin-bottom: 20px; } }
    #content #project h3.sub-title::before, #content #project h3.sub-title::after {
      position: absolute;
      content: "";
      display: block;
      width: calc(100 * 80vw / 750);
      height: 2px;
      background: #6a3f06;
      top: calc(100 * 50vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #project h3.sub-title::before, #content #project h3.sub-title::after {
          height: 2px;
          width: calc(100 * 40vw / 1440);
          top: calc(100 * 28vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #project h3.sub-title::before, #content #project h3.sub-title::after {
          height: 2px;
          width: 40px;
          top: 28px; } }
    #content #project h3.sub-title::before {
      left: calc(100 * -20vw / 750);
      -webkit-transform: rotate(70deg);
      -ms-transform: rotate(70deg);
      transform: rotate(70deg); }
      @media print, screen and (min-width: 768px) {
        #content #project h3.sub-title::before {
          left: calc(100 * -10vw / 1440);
          -webkit-transform: rotate(70deg);
          -ms-transform: rotate(70deg);
          transform: rotate(70deg); } }
      @media print, screen and (min-width: 1440px) {
        #content #project h3.sub-title::before {
          left: -10px;
          -webkit-transform: rotate(70deg);
          -ms-transform: rotate(70deg);
          transform: rotate(70deg); } }
    #content #project h3.sub-title::after {
      right: calc(100 * -20vw / 750);
      -webkit-transform: rotate(-70deg);
      -ms-transform: rotate(-70deg);
      transform: rotate(-70deg); }
      @media print, screen and (min-width: 768px) {
        #content #project h3.sub-title::after {
          right: calc(100 * -10vw / 1440);
          -webkit-transform: rotate(-70deg);
          -ms-transform: rotate(-70deg);
          transform: rotate(-70deg); } }
      @media print, screen and (min-width: 1440px) {
        #content #project h3.sub-title::after {
          right: -10px;
          -webkit-transform: rotate(-70deg);
          -ms-transform: rotate(-70deg);
          transform: rotate(-70deg); } }
  #content #project .toggle-obj {
    padding: 0;
    margin-bottom: calc(100 * 60vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #project .toggle-obj {
        margin-bottom: 60px; } }
    #content #project .toggle-obj .toggle-head {
      position: relative;
      background: #6a3f06;
      color: #fff;
      text-align: center;
      font-size: calc(100 * 32vw / 750);
      font-weight: bold;
      padding: calc(100 * 20vw / 750) 0;
      display: inline-block;
      vertical-align: baseline;
      text-align: center;
      width: 100%; }
      @media print, screen and (min-width: 768px) {
        #content #project .toggle-obj .toggle-head {
          font-size: calc(100 * 32vw / 1440);
          padding: 10px 0; } }
      @media print, screen and (min-width: 1440px) {
        #content #project .toggle-obj .toggle-head {
          font-size: 32px; } }
      #content #project .toggle-obj .toggle-head span {
        font-size: calc(100 * 22vw / 750);
        font-weight: normal;
        margin-left: calc(100 * 10vw / 750);
        vertical-align: baseline; }
        @media print, screen and (min-width: 768px) {
          #content #project .toggle-obj .toggle-head span {
            font-size: 16px;
            margin-left: 20px; } }
    #content #project .toggle-obj .toggle-box {
      position: relative;
      padding: calc(100 * 40vw / 750) 0;
      background: #fff;
      border: 1px solid #6a3f06; }
      @media print, screen and (min-width: 768px) {
        #content #project .toggle-obj .toggle-box {
          padding-top: calc(100 * 40vw / 1440);
          padding-bottom: 0; } }
      @media print, screen and (min-width: 1440px) {
        #content #project .toggle-obj .toggle-box {
          padding-top: 40px;
          padding-bottom: 0; } }
      #content #project .toggle-obj .toggle-box .sample {
        width: calc(100 * 630vw / 750);
        margin: 0 auto;
        text-align: center; }
        @media print, screen and (min-width: 768px) {
          #content #project .toggle-obj .toggle-box .sample {
            width: 100%; } }
        #content #project .toggle-obj .toggle-box .sample p {
          font-size: calc(100 * 30vw / 750);
          vertical-align: bottom;
          font-weight: bold;
          margin-bottom: calc(100 * 40vw / 750);
          line-height: 1.2; }
          @media print, screen and (min-width: 768px) {
            #content #project .toggle-obj .toggle-box .sample p {
              font-size: 32px;
              margin-bottom: 40px; } }
          #content #project .toggle-obj .toggle-box .sample p:first-child {
            line-height: 1.5;
            margin-bottom: calc(100 * 20vw / 750); }
            @media print, screen and (min-width: 768px) {
              #content #project .toggle-obj .toggle-box .sample p:first-child {
                margin-bottom: 20px; } }
          #content #project .toggle-obj .toggle-box .sample p span {
            display: inline;
            vertical-align: baseline; }
            #content #project .toggle-obj .toggle-box .sample p span.big {
              font-size: calc(100 * 40vw / 750); }
              @media print, screen and (min-width: 768px) {
                #content #project .toggle-obj .toggle-box .sample p span.big {
                  font-size: 40px; } }
            #content #project .toggle-obj .toggle-box .sample p span.small {
              letter-spacing: -0.08em; }
          #content #project .toggle-obj .toggle-box .sample p sup {
            font-size: calc(100 * 22vw / 750); }
            @media print, screen and (min-width: 768px) {
              #content #project .toggle-obj .toggle-box .sample p sup {
                font-size: 16px; } }
          #content #project .toggle-obj .toggle-box .sample p small {
            font-weight: normal;
            font-size: calc(100 * 22vw / 750);
            letter-spacing: -0.08em; }
            @media print, screen and (min-width: 768px) {
              #content #project .toggle-obj .toggle-box .sample p small {
                font-size: 14px; } }
        @media print, screen and (min-width: 768px) {
          #content #project .toggle-obj .toggle-box .sample .flex-box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: auto;
            margin: 0 0 0 calc(100 * 148vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content #project .toggle-obj .toggle-box .sample .flex-box {
            margin: 0 0 0 148px; } }
        #content #project .toggle-obj .toggle-box .sample .flex-box .img {
          width: calc(100 * 458vw / 750);
          margin: 0 auto calc(100 * 40vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #project .toggle-obj .toggle-box .sample .flex-box .img {
              width: calc(100 * 410vw / 1440);
              margin: 0; } }
          @media print, screen and (min-width: 1440px) {
            #content #project .toggle-obj .toggle-box .sample .flex-box .img {
              width: 410px; } }
        #content #project .toggle-obj .toggle-box .sample .flex-box .detail {
          width: calc(100 * 620vw / 750);
          margin: 0 auto; }
          @media print, screen and (min-width: 768px) {
            #content #project .toggle-obj .toggle-box .sample .flex-box .detail {
              width: auto;
              text-align: left;
              margin: 0 0 0 calc(100 * 20vw / 1440); } }
          @media print, screen and (min-width: 1440px) {
            #content #project .toggle-obj .toggle-box .sample .flex-box .detail {
              margin: 0 0 0 20px; } }
          #content #project .toggle-obj .toggle-box .sample .flex-box .detail p.title {
            background: #f5ede0;
            color: #6a3f06;
            font-size: calc(100 * 26vw / 750);
            margin-bottom: calc(100 * 10vw / 750);
            padding: calc(100 * 10vw / 750) 0; }
            @media print, screen and (min-width: 768px) {
              #content #project .toggle-obj .toggle-box .sample .flex-box .detail p.title {
                display: inline-block;
                font-size: 16px;
                margin-bottom: 15px;
                padding: 10px 20px;
                line-height: 1; } }
          #content #project .toggle-obj .toggle-box .sample .flex-box .detail dl {
            text-align: left; }
            #content #project .toggle-obj .toggle-box .sample .flex-box .detail dl dt {
              font-size: calc(100 * 24vw / 750);
              line-height: 2;
              color: #6a3f06; }
              @media print, screen and (min-width: 768px) {
                #content #project .toggle-obj .toggle-box .sample .flex-box .detail dl dt {
                  font-size: calc(100 * 16vw / 1440); } }
              @media print, screen and (min-width: 1440px) {
                #content #project .toggle-obj .toggle-box .sample .flex-box .detail dl dt {
                  font-size: 16px; } }
            #content #project .toggle-obj .toggle-box .sample .flex-box .detail dl dd {
              font-size: calc(100 * 24vw / 750);
              line-height: 2;
              color: #6a3f06; }
              @media print, screen and (min-width: 768px) {
                #content #project .toggle-obj .toggle-box .sample .flex-box .detail dl dd {
                  font-size: calc(100 * 16vw / 1440); } }
              @media print, screen and (min-width: 1440px) {
                #content #project .toggle-obj .toggle-box .sample .flex-box .detail dl dd {
                  font-size: 16px; } }
        #content #project .toggle-obj .toggle-box .sample.sample-01 {
          padding-bottom: calc(100 * 84vw / 750);
          margin-bottom: calc(100 * 30vw / 750);
          background: url(/migration/jihankiconsul/assets/img/lte/icon_sample_01_s.png) no-repeat center bottom;
          background-size: calc(100 * 94vw / 750) auto; }
          @media print, screen and (min-width: 768px) {
            #content #project .toggle-obj .toggle-box .sample.sample-01 {
              padding-bottom: calc(100 * 110vw / 1440);
              margin-bottom: calc(100 * 60vw / 1440);
              background: url(/migration/jihankiconsul/assets/img/lte/icon_sample_01_s.png) no-repeat center bottom;
              background-size: calc(100 * 94vw / 1440) auto; } }
          @media print, screen and (min-width: 1440px) {
            #content #project .toggle-obj .toggle-box .sample.sample-01 {
              padding-bottom: 110px;
              margin-bottom: 60px;
              background: url(/migration/jihankiconsul/assets/img/lte/icon_sample_01_s.png) no-repeat center bottom;
              background-size: 94px auto; } }
        @media print, screen and (min-width: 768px) {
          #content #project .toggle-obj .toggle-box .sample.sample-02 {
            padding-bottom: 80px; } }
        @media print, screen and (min-width: 768px) {
          #content #project .toggle-obj .toggle-box .sample.sample-02 .flex-box {
            margin: 0 0 0 calc(100 * 120vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content #project .toggle-obj .toggle-box .sample.sample-02 .flex-box {
            margin: 0 0 0 120px; } }
        #content #project .toggle-obj .toggle-box .sample.sample-02 .flex-box .img {
          width: calc(100 * 538vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #project .toggle-obj .toggle-box .sample.sample-02 .flex-box .img {
              width: calc(100 * 440vw / 1440); } }
          @media print, screen and (min-width: 1440px) {
            #content #project .toggle-obj .toggle-box .sample.sample-02 .flex-box .img {
              width: 440px; } }
  #content #project .target {
    width: calc(100 * 690vw / 750);
    margin: 0 auto calc(100 * 60vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content #project .target {
        width: calc(100 * 1200vw / 1440);
        margin: 0 auto 60px; } }
    @media print, screen and (min-width: 1440px) {
      #content #project .target {
        width: 1200px; } }
    #content #project .target .target-head {
      background: #f5ede0;
      border: 1px solid #6a3f06; }
      #content #project .target .target-head dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
        #content #project .target .target-head dl dt {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: calc(100 * 120vw / 750);
          color: #ffffff;
          background: #6a3f06;
          font-size: calc(100 * 32vw / 750);
          font-weight: bold;
          border-top-right-radius: calc(100 * 60vw / 750);
          border-bottom-right-radius: calc(100 * 60vw / 750);
          padding-left: calc(100 * 20vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #project .target .target-head dl dt {
              width: calc(100 * 126vw / 1440);
              font-size: calc(100 * 30vw / 1440);
              border-top-right-radius: calc(100 * 35vw / 1440);
              border-bottom-right-radius: calc(100 * 35vw / 1440);
              padding-left: calc(100 * 20vw / 1440); } }
          @media print, screen and (min-width: 1440px) {
            #content #project .target .target-head dl dt {
              width: 126px;
              font-size: 30px;
              border-top-right-radius: 35px;
              border-bottom-right-radius: 35px;
              padding-left: 25px; } }
        #content #project .target .target-head dl dd {
          font-size: calc(100 * 32vw / 750);
          font-weight: bold;
          padding: calc(100 * 10vw / 750) 0 calc(100 * 10vw / 750) calc(100 * 20vw / 750);
          line-height: 1.3;
          color: #6a3f06;
          text-align: left; }
          @media print, screen and (min-width: 768px) {
            #content #project .target .target-head dl dd {
              font-size: calc(100 * 32vw / 1440);
              padding: calc(100 * 10vw / 1440) 0;
              width: 100%;
              text-align: center; } }
          @media print, screen and (min-width: 1440px) {
            #content #project .target .target-head dl dd {
              font-size: 32px;
              padding: 10px 0; } }
    #content #project .target .target-box {
      border: 1px solid #6a3f06;
      border-top: none;
      background: #ffffff;
      padding: calc(100 * 30vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #project .target .target-box {
          padding: calc(100 * 30vw / 1440) calc(100 * 100vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content #project .target .target-box {
          padding: 30px 100px; } }
      #content #project .target .target-box p {
        font-size: calc(100 * 24vw / 750);
        line-height: 1.4;
        text-align: left; }
        @media print, screen and (min-width: 768px) {
          #content #project .target .target-box p {
            font-size: 18px; } }
        #content #project .target .target-box p.end_text {
          text-align: right;
          font-size: calc(100 * 22vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #project .target .target-box p.end_text {
              font-size: 14px; } }
      @media print, screen and (min-width: 768px) {
        #content #project .target .target-box .flex-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-bottom: 20px; } }
      #content #project .target .target-box .flex-box .detail {
        margin-bottom: calc(100 * 40vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content #project .target .target-box .flex-box .detail {
            width: calc(100 * 500vw / 1440);
            margin-bottom: 0; } }
        #content #project .target .target-box .flex-box .detail p {
          margin-top: calc(100 * 20vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content #project .target .target-box .flex-box .detail p {
              margin-top: calc(100 * 20vw / 1440); } }
          @media print, screen and (min-width: 1440px) {
            #content #project .target .target-box .flex-box .detail p {
              margin-top: 20px; } }
          #content #project .target .target-box .flex-box .detail p:first-of-type {
            margin-top: 0; }
        #content #project .target .target-box .flex-box .detail ul {
          margin-top: calc(100 * 20vw / 750); }
          #content #project .target .target-box .flex-box .detail ul li {
            font-size: calc(100 * 22vw / 750);
            text-align: left;
            line-height: 1.4; }
            @media print, screen and (min-width: 768px) {
              #content #project .target .target-box .flex-box .detail ul li {
                font-size: 14px; } }
      #content #project .target .target-box .flex-box .img {
        width: calc(100 * 630vw / 750);
        margin: 0 auto calc(100 * 30vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content #project .target .target-box .flex-box .img {
            width: calc(100 * 486vw / 1440);
            margin: 0; } }
    #content #project .target.target02 .target-box .flex-box .img {
      width: calc(100 * 509vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #project .target.target02 .target-box .flex-box .img {
          width: calc(100 * 350vw / 1440);
          margin-right: calc(100 * 40vw / 1440); } }
    #content #project .target.target03 .target-box .flex-box .img {
      width: calc(100 * 509vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content #project .target.target03 .target-box .flex-box .img {
          width: calc(100 * 400vw / 1440); } }
  #content #project .link_bnr h3 {
    font-size: calc(100 * 28vw / 750);
    margin-bottom: calc(100 * 20vw / 750);
    color: #6a3f06; }
    @media print, screen and (min-width: 768px) {
      #content #project .link_bnr h3 {
        font-size: 24px;
        margin-bottom: 20px; } }
  #content #project .link_bnr p {
    width: calc(100 * 694vw / 750);
    margin: 0 auto; }
    @media print, screen and (min-width: 768px) {
      #content #project .link_bnr p {
        width: calc(100 * 804vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content #project .link_bnr p {
        width: 804px; } }

#content #fqa .box-content {
  background: #f5ede0; }

#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; } }
    #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; } }

#content #over {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none; }

#content .modal {
  display: none;
  position: absolute;
  top: calc(100 * 180vw / 750);
  left: calc(100 * 30vw / 750);
  width: calc(100 * 690vw / 750);
  margin: 0 auto;
  background: #fff;
  z-index: 11000; }
  @media print, screen and (min-width: 768px) {
    #content .modal {
      width: calc(100 * 1200vw / 1440);
      margin: 0 auto;
      top: calc(100 * 120vw / 1440);
      left: calc(100 * 120vw / 1440); } }
  @media print, screen and (min-width: 1440px) {
    #content .modal {
      width: 1200px;
      margin: 0 auto;
      top: 120px;
      left: 50%;
      margin-left: -600px; } }
  #content .modal p {
    font-size: calc(100 * 24vw / 750);
    line-height: 1.5; }
    @media print, screen and (min-width: 768px) {
      #content .modal p {
        font-size: calc(100 * 16vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content .modal p {
        font-size: 16px; } }
  #content .modal .modal_head {
    position: relative;
    text-align: right;
    margin: 0 auto calc(100 * 95vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_head {
        padding-top: calc(100 * 200vw / 1440);
        margin: 0 auto calc(100 * 70vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content .modal .modal_head {
        padding-top: 200px;
        margin: 0 auto 70px; } }
    #content .modal .modal_head p.mv {
      width: 100%;
      margin: 0 auto calc(100 * 40vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content .modal .modal_head p.mv {
          position: absolute;
          top: 0;
          left: 0;
          width: calc(100 * 670vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content .modal .modal_head p.mv {
          width: 670px; } }
    #content .modal .modal_head p.lead {
      display: block;
      text-align: right;
      position: relative;
      z-index: 10;
      margin-left: calc(100 * 30vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content .modal .modal_head p.lead {
          margin-left: auto;
          margin-bottom: calc(100 * 30vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content .modal .modal_head p.lead {
          margin-left: auto;
          margin-bottom: 30px; } }
      #content .modal .modal_head p.lead span.flame {
        display: inline-block;
        padding: calc(100 * 20vw / 750) calc(100 * 20vw / 750);
        background: #c00000;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        color: #ffffff;
        font-size: calc(100 * 36vw / 750);
        font-weight: bold;
        letter-spacing: -0.1em;
        margin-left: auto;
        text-align: left;
        line-height: 1.5; }
        @media print, screen and (min-width: 768px) {
          #content .modal .modal_head p.lead span.flame {
            width: auto;
            padding: calc(100 * 15vw / 1440) calc(100 * 80vw / 1440) calc(100 * 15vw / 1440) calc(100 * 20vw / 1440);
            font-size: calc(100 * 34vw / 1440);
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            line-height: 1.5;
            letter-spacing: 0em;
            padding-right: calc(100 * 80vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content .modal .modal_head p.lead span.flame {
            width: auto;
            padding: 15px 80px 15px 20px;
            font-size: 34px; } }
    #content .modal .modal_head p.member {
      padding: calc(100 * 20vw / 750) calc(100 * 20vw / 750) 0 0;
      font-size: calc(100 * 24vw / 750);
      color: #6a3f06;
      position: relative;
      z-index: 10; }
      @media print, screen and (min-width: 768px) {
        #content .modal .modal_head p.member {
          padding: 0 calc(100 * 100vw / 1440) 0 0;
          font-size: calc(100 * 20vw / 1440);
          margin: 0 auto;
          font-weight: bold; } }
      @media print, screen and (min-width: 1440px) {
        #content .modal .modal_head p.member {
          padding: 0 100px 0 0;
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        #content .modal .modal_head p.member span.flame {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; } }
      @media print, screen and (min-width: 768px) {
        #content .modal .modal_head p.member span.flame {
          display: block; } }
      #content .modal .modal_head p.member span.flame span {
        font-weight: bold;
        font-size: calc(100 * 28vw / 750);
        margin-left: calc(100 * 20vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content .modal .modal_head p.member span.flame span {
            display: block;
            font-size: calc(100 * 24vw / 1440);
            margin-left: 0; } }
        @media print, screen and (min-width: 1440px) {
          #content .modal .modal_head p.member span.flame span {
            font-size: 24px; } }
    #content .modal .modal_head p.btn-close {
      position: absolute;
      top: calc(100 * 20vw / 750);
      right: calc(100 * 20vw / 750);
      width: calc(100 * 30vw / 750);
      z-index: 10; }
      @media print, screen and (min-width: 768px) {
        #content .modal .modal_head p.btn-close {
          top: calc(100 * 30vw / 1440);
          right: calc(100 * 30vw / 1440);
          width: calc(100 * 30vw / 1440);
          cursor: pointer; } }
      @media print, screen and (min-width: 1440px) {
        #content .modal .modal_head p.btn-close {
          top: 30px;
          right: 30px;
          width: 30px; } }
  #content .modal .modal_body h3 {
    width: calc(100 * 610vw / 750);
    border-bottom: 1px solid #6a3f06;
    text-align: left;
    font-size: calc(100 * 31vw / 750);
    line-height: 1.4;
    margin: 0 auto calc(100 * 70vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body h3 {
        width: calc(100 * 1000vw / 1440);
        font-size: calc(100 * 22vw / 1440);
        border-bottom: none;
        margin: 0 auto calc(100 * 70vw / 1440);
        position: relative;
        text-align: center; } }
    @media print, screen and (min-width: 1440px) {
      #content .modal .modal_body h3 {
        font-size: 22px;
        width: 1000px;
        margin: 0 auto 70px; } }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body h3 span {
        width: auto;
        position: relative;
        display: inline-block;
        z-index: 5;
        font-size: calc(100 * 22vw / 1440);
        background: #fff;
        padding: calc(100 * 5vw / 1440) calc(100 * 20vw / 1440); } }
  @media print, screen and (min-width: 768px) and (min-width: 1440px) {
    #content .modal .modal_body h3 span {
      font-size: 22px;
      padding: 5px 20px; } }
    @media only screen and (max-width: 767px) {
      #content .modal .modal_body h3::before {
        display: none !important; } }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body h3::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
        background: #6a3f06; } }
  #content .modal .modal_body .box {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: calc(100 * 70vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body .box {
        width: calc(100 * 1000vw / 1440);
        margin: 0 auto calc(100 * 70vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content .modal .modal_body .box {
        width: 1000px;
        margin: 0 auto 70px; } }
    #content .modal .modal_body .box h4 {
      width: calc(100 * 610vw / 750);
      text-align: left;
      font-size: calc(100 * 34vw / 750);
      line-height: 1.4;
      margin: 0 auto calc(100 * 30vw / 750);
      color: #6a3f06; }
      @media print, screen and (min-width: 768px) {
        #content .modal .modal_body .box h4 {
          width: auto;
          font-size: calc(100 * 26vw / 1440);
          margin-bottom: calc(100 * 20vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content .modal .modal_body .box h4 {
          font-size: 26px;
          margin-bottom: 20px; } }
      #content .modal .modal_body .box h4::before {
        display: none !important; }
    #content .modal .modal_body .box p {
      text-align: left;
      font-size: calc(100 * 24vw / 750);
      line-height: 2.0; }
      @media print, screen and (min-width: 768px) {
        #content .modal .modal_body .box p {
          font-size: calc(100 * 16vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content .modal .modal_body .box p {
          font-size: 16px; } }
      #content .modal .modal_body .box p.attention {
        padding-top: calc(100 * 22vw / 750);
        text-align: right;
        font-size: calc(100 * 22vw / 750);
        line-height: 1.5; }
        @media print, screen and (min-width: 768px) {
          #content .modal .modal_body .box p.attention {
            padding-top: 14px;
            font-size: calc(100 * 14vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content .modal .modal_body .box p.attention {
            font-size: 14px; } }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body .box .flex-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    #content .modal .modal_body .box .flex-box .text {
      display: block;
      width: calc(100 * 610vw / 750);
      margin: 0 auto calc(100 * 20vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content .modal .modal_body .box .flex-box .text {
          width: calc(100 * 645vw / 1440);
          margin: 0; } }
      @media print, screen and (min-width: 1440px) {
        #content .modal .modal_body .box .flex-box .text {
          width: 645px; } }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body .box .flex-box .photo {
        width: calc(100 * 330vw / 1440);
        margin-bottom: calc(100 * 10vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content .modal .modal_body .box .flex-box .photo {
        width: 330px;
        margin-bottom: 10px; } }
    #content .modal .modal_body .box .flex-box .photo.photo-right img, #content .modal .modal_body .box .flex-box .photo.photo-left img {
      width: 100%;
      height: auto; }
    @media only screen and (max-width: 767px) {
      #content .modal .modal_body .box .flex-box .photo.photo-right {
        margin-left: calc(100 * 30vw / 750); } }
    @media only screen and (max-width: 767px) {
      #content .modal .modal_body .box .flex-box .photo.photo-left {
        margin-right: calc(100 * 30vw / 750); } }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body .box.box-01 .flex-box .text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body .box.box-01 .flex-box .photo {
        margin-right: calc(100 * 30vw / 1440);
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; } }
    @media print, screen and (min-width: 1440px) {
      #content .modal .modal_body .box.box-01 .flex-box .photo {
        margin-right: 30px; } }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body .box.box-03 h4 {
        margin-bottom: calc(100 * 30vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content .modal .modal_body .box.box-03 h4 {
        margin-bottom: 30px; } }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body .box.box-03 .flex-box .text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body .box.box-03 .flex-box .photo {
        margin-right: calc(100 * 30vw / 1440);
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; } }
    @media print, screen and (min-width: 1440px) {
      #content .modal .modal_body .box.box-03 .flex-box .photo {
        margin-right: 30px; } }
  #content .modal .modal_body .flame {
    width: calc(100 * 630vw / 750);
    margin: 0 auto calc(100 * 35vw / 750);
    border: 3px solid #f5ede0;
    border-radius: calc(100 * 24vw / 750);
    padding-top: calc(100 * 40vw / 750); }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body .flame {
        width: calc(100 * 1000vw / 1440);
        margin: 0 auto calc(100 * 50vw / 1440);
        padding-top: calc(100 * 50vw / 1440);
        border-radius: calc(100 * 24vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content .modal .modal_body .flame {
        width: 1000px;
        margin: 0 auto 50px;
        padding-top: 50px;
        border-radius: 24px; } }
    #content .modal .modal_body .flame .box {
      width: calc(100 * 570vw / 750); }
      @media print, screen and (min-width: 768px) {
        #content .modal .modal_body .flame .box {
          width: calc(100 * 900vw / 1440); } }
      @media print, screen and (min-width: 1440px) {
        #content .modal .modal_body .flame .box {
          width: 900px; } }
      #content .modal .modal_body .flame .box h3, #content .modal .modal_body .flame .box h4, #content .modal .modal_body .flame .box .text, #content .modal .modal_body .flame .box .photo {
        width: calc(100 * 570vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content .modal .modal_body .flame .box h3, #content .modal .modal_body .flame .box h4, #content .modal .modal_body .flame .box .text, #content .modal .modal_body .flame .box .photo {
            width: auto; } }
      #content .modal .modal_body .flame .box h3 {
        font-size: calc(100 * 34vw / 750);
        margin-bottom: calc(100 * 30vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content .modal .modal_body .flame .box h3 {
            font-size: calc(100 * 26vw / 1440);
            width: calc(100 * 414vw / 1440);
            margin: 0 0 calc(100 * 19vw / 1440);
            border-bottom: 1px solid #6a3f06;
            text-align: left; } }
        @media print, screen and (min-width: 1440px) {
          #content .modal .modal_body .flame .box h3 {
            font-size: 26px;
            width: 414px;
            margin: 0 0 19px; } }
        #content .modal .modal_body .flame .box h3::before {
          display: none; }
      #content .modal .modal_body .flame .box h4 {
        font-size: calc(100 * 30vw / 750);
        margin-bottom: calc(100 * 30vw / 750);
        width: auto; }
        @media print, screen and (min-width: 768px) {
          #content .modal .modal_body .flame .box h4 {
            font-size: calc(100 * 22vw / 1440);
            margin-bottom: calc(100 * 25vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content .modal .modal_body .flame .box h4 {
            font-size: 22px;
            margin-bottom: 25px; } }
      #content .modal .modal_body .flame .box .text {
        margin-bottom: calc(100 * 20vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content .modal .modal_body .flame .box .text {
            margin-bottom: calc(100 * 20vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content .modal .modal_body .flame .box .text {
            margin-bottom: 20px; } }
      #content .modal .modal_body .flame .box.box-04 {
        margin-bottom: calc(100 * 50vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content .modal .modal_body .flame .box.box-04 {
            margin-bottom: calc(100 * 50vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content .modal .modal_body .flame .box.box-04 {
            margin-bottom: 50px; } }
        @media print, screen and (min-width: 768px) {
          #content .modal .modal_body .flame .box.box-04 .flex-box {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between; } }
        @media print, screen and (min-width: 768px) {
          #content .modal .modal_body .flame .box.box-04 .flex-box .text {
            width: calc(100 * 410vw / 1440);
            margin-bottom: 0; } }
        @media print, screen and (min-width: 1440px) {
          #content .modal .modal_body .flame .box.box-04 .flex-box .text {
            width: 410px; } }
        #content .modal .modal_body .flame .box.box-04 .flex-box .text a {
          text-decoration: underline; }
        @media print, screen and (min-width: 768px) {
          #content .modal .modal_body .flame .box.box-04 .flex-box .photo {
            width: calc(100 * 450vw / 1440);
            margin-top: calc(100 * -19vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content .modal .modal_body .flame .box.box-04 .flex-box .photo {
            width: 450px;
            margin-top: -19px; } }
      #content .modal .modal_body .flame .box.box-05 {
        margin-bottom: calc(100 * 50vw / 750); }
        @media print, screen and (min-width: 768px) {
          #content .modal .modal_body .flame .box.box-05 {
            margin-bottom: calc(100 * 50vw / 1440); } }
        @media print, screen and (min-width: 1440px) {
          #content .modal .modal_body .flame .box.box-05 {
            margin-bottom: 50px; } }
        #content .modal .modal_body .flame .box.box-05 h4 {
          font-size: calc(100 * 30vw / 750);
          margin-bottom: calc(100 * 30vw / 750);
          background: #f5ede0;
          text-align: center;
          border: none;
          padding: calc(100 * 5vw / 750) 0; }
          @media print, screen and (min-width: 768px) {
            #content .modal .modal_body .flame .box.box-05 h4 {
              font-size: calc(100 * 22vw / 1440);
              margin-bottom: calc(100 * 18vw / 1440);
              padding: calc(100 * 5vw / 1440) 0; } }
          @media print, screen and (min-width: 1440px) {
            #content .modal .modal_body .flame .box.box-05 h4 {
              font-size: 22px;
              margin-bottom: 18px;
              padding: 5px 0; } }
        #content .modal .modal_body .flame .box.box-05 .flex-box-left {
          padding-bottom: calc(100 * 50vw / 750);
          border-bottom: 3px solid #f5ede0; }
          @media print, screen and (min-width: 768px) {
            #content .modal .modal_body .flame .box.box-05 .flex-box-left {
              padding-bottom: 0;
              border-bottom: none;
              width: calc(100 * 414vw / 1440);
              margin-bottom: 0; } }
          @media print, screen and (min-width: 1440px) {
            #content .modal .modal_body .flame .box.box-05 .flex-box-left {
              width: 414px; } }
        #content .modal .modal_body .flame .box.box-05 .flex-box-right {
          padding-top: calc(100 * 50vw / 750); }
          @media print, screen and (min-width: 768px) {
            #content .modal .modal_body .flame .box.box-05 .flex-box-right {
              width: calc(100 * 450vw / 1440);
              border-left: 3px solid #f5ede0;
              padding-top: 0;
              padding-left: calc(100 * 37vw / 1440); } }
          @media print, screen and (min-width: 1440px) {
            #content .modal .modal_body .flame .box.box-05 .flex-box-right {
              width: 450px;
              padding-left: 37px; } }
  #content .modal .modal_body .box-modal-last {
    padding: 0 0 calc(100 * 40vw / 750);
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body .box-modal-last {
        padding: 0 0 calc(100 * 40vw / 1440); } }
    @media print, screen and (min-width: 1440px) {
      #content .modal .modal_body .box-modal-last {
        padding: 0 0 40px; } }
    @media print, screen and (min-width: 768px) {
      #content .modal .modal_body .box-modal-last a {
        display: inline-block;
        cursor: pointer; } }
