@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;
  }
}

#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;
}

#content #about h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: calc(100 * 41vw / 750);
  color: #6a3f06;
  margin-bottom: calc(100 * 30vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #about h3 {
    font-size: calc(100 * 32vw / 1440);
    margin-bottom: calc(100 * 20vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #about h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

#content #about h3::before {
  content: "";
  width: calc(100 * 108vw / 750);
  height: calc(100 * 74vw / 750);
  display: block;
  background: url(/migration/jihankiconsul/assets/img/collaboration/icon_about_01.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 * 108vw / 1440);
    height: calc(100 * 74vw / 1440);
    margin: 0 auto calc(100 * 20vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #about h3::before {
    width: 108px;
    height: 74px;
    margin: 0 auto 20px;
  }
}

#content #about p {
  font-size: calc(100 * 30vw / 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 #about p.lead {
  margin-bottom: calc(100 * 30vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #about p.lead {
    margin-bottom: calc(100 * 40vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #about p.lead {
    margin-bottom: 40px;
  }
}

#content #about p.lead .bg-w {
  background: #fff;
  display: inline-block;
  padding: 0 5px;
}

#content #trouble {
  background: #f5ede0;
}

#content #trouble h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: calc(100 * 41vw / 750);
  color: #6a3f06;
}

@media print, screen and (min-width: 768px) {
  #content #trouble h3 {
    font-size: calc(100 * 32vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble h3 {
    font-size: 32px;
  }
}

#content #trouble h3::before {
  content: "";
  width: calc(100 * 90vw / 750);
  height: calc(100 * 71vw / 750);
  display: block;
  background: url(/migration/jihankiconsul/assets/img/collaboration/icon_point_01.png) no-repeat;
  background-size: cover;
  margin: 0 auto calc(100 * 20vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #trouble h3::before {
    width: calc(100 * 90vw / 1440);
    height: calc(100 * 71vw / 1440);
    margin: 0 auto calc(100 * 20vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble h3::before {
    width: 90px;
    height: 71px;
    margin: 0 auto 20px;
  }
}

#content #trouble .trouble-content {
  text-align: center;
}

#content #trouble .trouble-content .flex-box {
  width: calc(100 * 690vw / 750);
  margin: 0 auto;
  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 #trouble .trouble-content .flex-box {
    width: calc(100 * 1204vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .flex-box {
    width: 1204px;
  }
}

#content #trouble .trouble-content .flex-box .flex-box-inner {
  width: calc(100 * 335vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner {
    width: calc(100 * 580vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner {
    width: 550px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl {
    position: relative;
  }
}

@media print, screen and (min-width: 768px) and (min-width: 768px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl {
    height: calc(100 * 215vw / 1440);
  }
}

@media print, screen and (min-width: 768px) and (min-width: 1440px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl {
    height: 215px;
  }
}

#content #trouble .trouble-content .flex-box .flex-box-inner dl dt {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100 * 335vw / 750);
  height: calc(100 * 110vw / 750);
  border-radius: calc(100 * 110vw / 2 / 750);
  font-size: calc(100 * 28vw / 750);
  background: #d11821;
  color: #ffffff;
  margin-bottom: calc(100 * 25vw / 750);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dt {
    width: calc(100 * 580vw / 1440);
    height: calc(100 * 50vw / 1440);
    border-radius: calc(100 * 50vw / 2 / 1440);
    font-size: calc(100 * 26vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dt {
    width: 580px;
    height: 50px;
    border-radius: 25px;
    font-size: 26px;
  }
}

#content #trouble .trouble-content .flex-box .flex-box-inner dl dt p {
  margin: 0;
}

#content #trouble .trouble-content .flex-box .flex-box-inner dl dd {
  position: relative;
  padding: calc(100 * 20vw / 750) 0;
  font-size: calc(100 * 24vw / 750);
  background-color: #f3d8d2;
  color: #6a3f06;
  text-align: center;
  margin-bottom: calc(100 * 35vw / 750);
  border-radius: calc(100 * 20vw / 750);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dd {
    position: absolute;
    padding: calc(100 * 20vw / 1440) 0;
    font-size: calc(100 * 18vw / 1440);
    margin-bottom: 0;
    border-radius: calc(100 * 20vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dd {
    padding: 20px 0;
    font-size: 18px;
    border-radius: 20px;
  }
}

#content #trouble .trouble-content .flex-box .flex-box-inner dl dd::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: calc(100 * 186vw / 750);
  bottom: calc(100 * -23vw / 750);
  border-right: calc(100 * 23vw / 750) solid #f3d8d2;
  border-top: calc(100 * 23vw / 750) solid transparent;
  border-bottom: calc(100 * 23vw / 750) solid transparent;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dd::before {
    left: calc(100 * 141vw / 1440);
    bottom: calc(100 * -19vw / 1440);
    border-right: calc(100 * 19vw / 1440) solid #f3d8d2;
    border-top: calc(100 * 19vw / 1440) solid transparent;
    border-bottom: calc(100 * 19vw / 1440) solid transparent;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dd::before {
    left: 141px;
    bottom: -19px;
    border-right: 19px solid #f3d8d2;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
  }
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dd.trouble01-01 {
    top: calc(100 * 111vw / 1440);
    left: 0;
    width: calc(100 * 308vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dd.trouble01-01 {
    top: 111px;
    width: 308px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dd.trouble01-02 {
    top: calc(100 * 81vw / 1440);
    left: calc(100 * 317vw / 1440);
    width: calc(100 * 263vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dd.trouble01-02 {
    top: 81px;
    left: 317px;
    width: 263px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dd.trouble02-01 {
    top: calc(100 * 81vw / 1440);
    left: 0;
    width: calc(100 * 309vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dd.trouble02-01 {
    top: 81px;
    width: 309px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dd.trouble02-02 {
    top: calc(100 * 137vw / 1440);
    left: calc(100 * 339vw / 1440);
    width: calc(100 * 220vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner dl dd.trouble02-02 {
    top: 137px;
    left: 339px;
    width: 220px;
  }
}

#content #trouble .trouble-content .flex-box .flex-box-inner.flex-box-right dl dt {
  background: #6a3f06;
}

#content #trouble .trouble-content .flex-box .flex-box-inner.flex-box-right dl dd {
  background-color: #f2e5c7;
}

#content #trouble .trouble-content .flex-box .flex-box-inner.flex-box-right dl dd::before {
  left: calc(100 * 182vw / 750);
  bottom: calc(100 * -23vw / 750);
  border-right: calc(100 * 23vw / 750) solid #f2e5c7;
  border-top: calc(100 * 23vw / 750) solid transparent;
  border-bottom: calc(100 * 23vw / 750) solid transparent;
  -webkit-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner.flex-box-right dl dd::before {
    left: calc(100 * 141vw / 1440);
    bottom: calc(100 * -19vw / 1440);
    border-right: calc(100 * 19vw / 1440) solid #f2e5c7;
    border-top: calc(100 * 19vw / 1440) solid transparent;
    border-bottom: calc(100 * 19vw / 1440) solid transparent;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner.flex-box-right dl dd::before {
    left: 141px;
    bottom: -19px;
    border-right: 19px solid #f2e5c7;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
  }
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner.flex-box-right dl dd.trouble02-02::before {
    left: calc(100 * 100vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .flex-box .flex-box-inner.flex-box-right dl dd.trouble02-02::before {
    left: 100px;
  }
}

#content #trouble .trouble-content .next {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  padding: calc(100 * 60vw / 750) 0;
  position: relative;
  z-index: 4;
  color: #6a3f06;
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .next {
    padding: calc(100 * 60vw / 1440) 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .next {
    padding: 60px 0;
  }
}

#content #trouble .trouble-content .next::before {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  content: "";
  width: calc(100 * 332vw / 750);
  height: calc(100 * 225vw / 750);
  display: block;
  background: url(/migration/jihankiconsul/assets/img/saigai/bg_trouble_arrow_s.png) no-repeat;
  background-size: auto calc(100 * 225vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .next::before {
    width: calc(100 * 256vw / 1440);
    height: calc(100 * 197vw / 1440);
    background: url(/migration/jihankiconsul/assets/img/saigai/bg_trouble_arrow.png) no-repeat;
    background-size: auto calc(100 * 197vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .next::before {
    width: 256px;
    height: 197px;
    background: url(/migration/jihankiconsul/assets/img/saigai/bg_trouble_arrow.png) no-repeat;
    background-size: auto 197px;
  }
}

#content #trouble .trouble-content .next p {
  position: relative;
  z-index: 5;
  font-size: calc(100 * 45vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .next p {
    font-size: calc(100 * 32vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .next p {
    font-size: 32px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content.next-img {
    width: calc(100 * 1006vw / 1440);
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content.next-img {
    width: 1006px;
  }
}

#content #trouble .trouble-content .merit {
  border: calc(100 * 3vw / 750) solid #d11821;
  border-radius: calc(100 * 24vw / 750);
  width: calc(100 * 694vw / 750);
  margin: 0 auto;
  position: relative;
  background: #fff;
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .merit {
    border: calc(100 * 3vw / 1440) solid #d11821;
    border-radius: calc(100 * 24vw / 1440);
    width: calc(100 * 1004vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .merit {
    border: 3px solid #d11821;
    border-radius: 24px;
    width: 1004px;
  }
}

#content #trouble .trouble-content .merit ul {
  padding: calc(100 * 50vw / 750) calc(100 * 30vw / 750);
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .merit ul {
    padding: calc(100 * 50vw / 1440) calc(100 * 30vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .merit ul {
    padding: 60px 30px;
  }
}

#content #trouble .trouble-content .merit ul li {
  position: relative;
  padding-left: calc(100 * 65vw / 750);
  text-align: left;
  font-size: calc(100 * 28vw / 750);
  line-height: calc(100 * 50vw / 750);
  margin-bottom: calc(100 * 20vw / 750);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .merit ul li {
    padding-left: calc(100 * 65vw / 1440);
    font-size: calc(100 * 28vw / 1440);
    line-height: calc(100 * 50vw / 1440);
    margin-bottom: calc(100 * 20vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .merit ul li {
    padding-left: 65px;
    font-size: 28px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

#content #trouble .trouble-content .merit ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "1";
  width: calc(100 * 50vw / 750);
  height: calc(100 * 50vw / 750);
  border-radius: 100%;
  display: block;
  background: #f7b100;
  color: #6a3f06;
  font-size: calc(100 * 30vw / 750);
  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;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .merit ul li::before {
    width: calc(100 * 45vw / 1440);
    height: calc(100 * 45vw / 1440);
    font-size: calc(100 * 28vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .merit ul li::before {
    width: 45px;
    height: 45px;
    font-size: 28px;
  }
}

#content #trouble .trouble-content .merit ul li.merit_01::before {
  content: "1";
}

#content #trouble .trouble-content .merit ul li.merit_02::before {
  content: "2";
}

#content #trouble .trouble-content .merit ul li.merit_03::before {
  content: "3";
}

#content #trouble .trouble-content .merit ul li.merit_04::before {
  content: "4";
}

#content #trouble .trouble-content .merit ul li span.link {
  display: block;
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .merit ul li span.link {
    line-height: 1;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .merit ul li span.link {
    line-height: 1;
  }
}

#content #trouble .trouble-content .merit ul li span.link a {
  position: relative;
  display: inline-block;
  font-size: calc(100 * 22vw / 750);
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .merit ul li span.link a {
    margin-top: calc(100 * 10vw / 1440);
    font-size: calc(100 * 16vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .merit ul li span.link a {
    margin-top: 10px;
    font-size: 16px;
  }
}

#content #trouble .trouble-content .merit ul li span.link a::before {
  position: absolute;
  top: 6px;
  right: calc(100 * -30vw / 750);
  display: block;
  content: "";
  border-bottom: solid 1px #6a3f06;
  border-right: solid 1px #6a3f06;
  width: calc(100 * 14vw / 750);
  height: calc(100 * 14vw / 750);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .merit ul li span.link a::before {
    top: 0;
    right: calc(100 * -30vw / 1440);
    width: calc(100 * 8vw / 1440);
    height: calc(100 * 8vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .merit ul li span.link a::before {
    top: 0;
    right: -30px;
    width: 8px;
    height: 8px;
  }
}

#content #trouble .trouble-content .merit p.img {
  position: absolute;
  right: calc(100 * -30vw / 750);
  bottom: calc(100 * -30vw / 750);
  width: calc(100 * 222vw / 750);
  height: calc(100 * 353vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #trouble .trouble-content .merit p.img {
    right: calc(100 * -30vw / 1440);
    bottom: calc(100 * -30vw / 1440);
    width: calc(100 * 222vw / 1440);
    height: calc(100 * 353vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #trouble .trouble-content .merit p.img {
    right: -30px;
    bottom: -30px;
    width: 222px;
    height: 353px;
  }
}

#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 * 41vw / 750);
  color: #6a3f06;
}

@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 * 100vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #secchi #interview {
    margin-bottom: 100px;
  }
}

#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 * 1200vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #secchi #interview p {
    width: 1200px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #secchi #interview p a {
    display: block;
    cursor: pointer;
  }
}

#content #secchi .slider {
  margin-bottom: 6.66667vw;
}

@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: 20px 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 #use {
  background: #f5ede0;
  padding: calc(100 * 100vw / 750) 0;
}

@media print, screen and (min-width: 768px) {
  #content #use {
    padding: calc(100 * 100vw / 1440) 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use {
    padding: 100px 0;
  }
}

#content #use h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: calc(100 * 36vw / 750);
  text-align: center;
  margin-bottom: calc(100 * 30vw / 750);
  color: #6a3f06;
}

@media print, screen and (min-width: 768px) {
  #content #use h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

#content #use 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 #use h2::before {
    width: calc(100 * 68vw / 1440);
    height: calc(100 * 53vw / 1440);
    margin: 0 auto calc(100 * 12vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use h2::before {
    width: 68px;
    height: 53px;
    margin: 0 auto 12px;
  }
}

#content #use .anchor-btn {
  width: calc(100 * 690vw / 750);
  margin: 0 auto calc(100 * 90vw / 750);
  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 #use .anchor-btn {
    width: calc(100 * 860vw / 1440);
    margin: 0 auto calc(100 * 90vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .anchor-btn {
    width: 860px;
    margin: 0 auto 90px;
  }
}

#content #use .anchor-btn .flex-box-inner {
  width: calc(100 * 335vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .anchor-btn .flex-box-inner {
    width: calc(100 * 400vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .anchor-btn .flex-box-inner {
    width: 400px;
  }
}

#content #use .anchor-btn .flex-box-inner h4 {
  position: relative;
  font-size: calc(100 * 24vw / 750);
  text-align: center;
  line-height: 1.3;
  margin-bottom: calc(100 * 20vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .anchor-btn .flex-box-inner h4 {
    font-size: calc(100 * 22vw / 1440);
    margin-bottom: calc(100 * 20vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .anchor-btn .flex-box-inner h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

#content #use .anchor-btn .flex-box-inner h4::before, #content #use .anchor-btn .flex-box-inner h4::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100 * 70vw / 750);
  height: 1px;
  background: #6a3f06;
  top: calc(100 * 40vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .anchor-btn .flex-box-inner h4::before, #content #use .anchor-btn .flex-box-inner h4::after {
    height: 2px;
    width: calc(100 * 60vw / 1440);
    top: calc(100 * 35vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .anchor-btn .flex-box-inner h4::before, #content #use .anchor-btn .flex-box-inner h4::after {
    height: 2px;
    width: 60px;
    top: 35px;
  }
}

#content #use .anchor-btn .flex-box-inner h4::before {
  left: calc(100 * -20vw / 750);
  -webkit-transform: rotate(80deg);
  -ms-transform: rotate(80deg);
  transform: rotate(80deg);
}

@media print, screen and (min-width: 768px) {
  #content #use .anchor-btn .flex-box-inner h4::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 #use .anchor-btn .flex-box-inner h4::before {
    left: -10px;
    -webkit-transform: rotate(70deg);
    -ms-transform: rotate(70deg);
    transform: rotate(70deg);
  }
}

#content #use .anchor-btn .flex-box-inner h4::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 #use .anchor-btn .flex-box-inner h4::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 #use .anchor-btn .flex-box-inner h4::after {
    right: -10px;
    -webkit-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    transform: rotate(-70deg);
  }
}

#content #use .anchor-btn .flex-box-inner p {
  width: 100%;
}

#content #use .anchor-btn .flex-box-inner p a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 1px solid #d11821;
  border-radius: calc(100 * 45vw / 750);
  padding: calc(100 * 15vw / 750) 0;
  background: #fff;
  color: #d11821;
  font-size: calc(100 * 26vw / 750);
  line-height: 1.2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #content #use .anchor-btn .flex-box-inner p a {
    border-radius: calc(100 * 45vw / 1440);
    padding: calc(100 * 15vw / 1440) 0;
    font-size: calc(100 * 22vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .anchor-btn .flex-box-inner p a {
    border-radius: 45px;
    padding: 15px 0;
    font-size: 22px;
  }
}

#content #use .anchor-btn .flex-box-inner p a::before {
  position: absolute;
  top: 45%;
  right: calc(100 * 20vw / 750);
  display: block;
  content: "";
  border-bottom: solid 1px #d11821;
  border-right: solid 1px #d11821;
  width: calc(100 * 10vw / 750);
  height: calc(100 * 10vw / 750);
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
}

@media print, screen and (min-width: 768px) {
  #content #use .anchor-btn .flex-box-inner p a::before {
    right: calc(100 * 20vw / 1440);
    width: calc(100 * 10vw / 1440);
    height: calc(100 * 10vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .anchor-btn .flex-box-inner p a::before {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

#content #use p.lead {
  text-align: center;
  font-size: calc(100 * 30vw / 750);
  color: #6a3f06;
  margin-bottom: calc(100 * 30vw / 750);
  line-height: 1.4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #content #use p.lead {
    font-size: calc(100 * 24vw / 1440);
    margin-bottom: calc(100 * 90vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use p.lead {
    font-size: 24px;
    margin-bottom: 90px;
  }
}

#content #use .use-sample {
  width: calc(100 * 690vw / 750);
  margin: 0 auto calc(100 * 30vw / 750);
  background: #fff;
  border-radius: calc(100 * 25vw / 750);
  padding-top: calc(100 * 60vw / 750);
  padding-bottom: calc(100 * 50vw / 750);
  text-align: center;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample {
    width: calc(100 * 1200vw / 1440);
    margin: 0 auto calc(100 * 80vw / 1440);
    border-radius: calc(100 * 25vw / 1440);
    padding-top: calc(100 * 60vw / 1440);
    padding-bottom: calc(100 * 50vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample {
    width: 1200px;
    margin: 0 auto 80px;
    border-radius: 25px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .use-sample-inner {
    text-align: left;
    width: calc(100 * 750vw / 1440);
    margin-left: calc(100 * 395vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .use-sample-inner {
    width: 750px;
    margin-left: 395px;
  }
}

#content #use .use-sample h3 {
  background: url(/migration/jihankiconsul/assets/img/saigai/icon_example_02.png) no-repeat left center #f5ede0;
  background-size: auto 100%;
  padding: calc(100 * 5vw / 750) calc(100 * 5vw / 750) calc(100 * 5vw / 750) calc(100 * 75vw / 750);
  margin-bottom: calc(100 * 50vw / 750);
  font-size: calc(100 * 39vw / 750);
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample h3 {
    padding: calc(100 * 5vw / 1440) calc(100 * 5vw / 1440) calc(100 * 5vw / 1440) calc(100 * 75vw / 1440);
    margin-bottom: calc(100 * 30vw / 1440);
    font-size: calc(100 * 32vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample h3 {
    padding: 5px 5px 5px 75px;
    margin-bottom: 30px;
    font-size: 32px;
  }
}

#content #use .use-sample dl.point {
  position: relative;
  z-index: 5;
  width: calc(100 * 640vw / 750);
  margin: 0 auto calc(100 * 30vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample dl.point {
    width: calc(100 * 750vw / 1440);
    margin: 0 auto calc(100 * 20vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample dl.point {
    width: 750px;
    margin: 0 auto 20px;
  }
}

#content #use .use-sample dl.point dt {
  width: calc(100 * 105vw / 750);
  height: calc(100 * 60vw / 750);
  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;
  float: left;
  background: #f7b100;
  border-radius: calc(100 * 60vw / 2 / 750);
  color: #6a3f06;
  font-size: calc(100 * 22vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample dl.point dt {
    width: calc(100 * 80vw / 1440);
    height: calc(100 * 35vw / 1440);
    border-radius: calc(100 * 35vw / 2 / 1440);
    font-size: calc(100 * 16vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample dl.point dt {
    width: 80px;
    height: 35px;
    border-radius: 17px;
    font-size: 16px;
  }
}

#content #use .use-sample dl.point dd {
  padding-left: calc(100 * 120vw / 750);
  padding-bottom: calc(100 * 20vw / 750);
  font-size: calc(100 * 24vw / 750);
  color: #6a3f06;
  line-height: 1.3;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample dl.point dd {
    line-height: calc(100 * 35vw / 1440);
    padding-left: calc(100 * 90vw / 1440);
    padding-bottom: calc(100 * 20vw / 1440);
    font-size: calc(100 * 16vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample dl.point dd {
    line-height: 35px;
    padding-left: 90px;
    padding-bottom: 20px;
    font-size: 16px;
  }
}

#content #use .use-sample .flame {
  width: calc(100 * 640vw / 750);
  margin: 0 auto;
  border: 3px solid #f5ede0;
  position: relative;
  z-index: 5;
  border-radius: calc(100 * 25vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame {
    width: calc(100 * 750vw / 1440);
    border-radius: calc(100 * 25vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame {
    width: 750px;
    border-radius: 25px;
  }
}

#content #use .use-sample .flame h4 {
  position: absolute;
  background: #fff;
  width: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: calc(100 * 26vw / 750);
  text-align: center;
  color: #6a3f06;
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame h4 {
    width: auto;
    padding: 0 calc(100 * 20vw / 1440);
    font-size: calc(100 * 22vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame h4 {
    padding: 0 20px;
    font-size: 22px;
  }
}

#content #use .use-sample .flame .flame-inner {
  width: calc(100 * 580vw / 750);
  margin: 0 auto calc(100 * 10vw / 750);
  padding-top: calc(100 * 40vw / 750);
  padding-bottom: calc(100 * 20vw / 750);
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame .flame-inner {
    width: calc(100 * 688vw / 1440);
    margin: 0 auto;
    padding-top: calc(100 * 40vw / 1440);
    padding-bottom: calc(100 * 20vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame .flame-inner {
    width: 688px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

#content #use .use-sample .flame .flame-inner p.supporter {
  font-size: calc(100 * 22vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame .flame-inner p.supporter {
    font-size: calc(100 * 16vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame .flame-inner p.supporter {
    font-size: 16px;
  }
}

#content #use .use-sample .flame .movie-box {
  margin: 0 auto calc(100 * 10vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame .movie-box {
    margin: 0 auto calc(100 * 10vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame .movie-box {
    margin: 0 auto 10px;
  }
}

#content #use .use-sample .flame .movie-box .movie-box-obj {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#content #use .use-sample .flame .movie-box .movie-box-obj video {
  width: 100%;
  height: 100%;
}

#content #use .use-sample .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100 * 640vw / 750);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flex-box {
    width: calc(100 * 750vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flex-box {
    width: 750px;
  }
}

#content #use .use-sample .flex-box .use_main {
  width: calc(100 * 265vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flex-box .use_main {
    position: absolute;
    top: calc(100 * 30vw / 1440);
    left: calc(100 * 45vw / 1440);
    width: calc(100 * 353vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flex-box .use_main {
    position: absolute;
    top: 30px;
    left: 45px;
    width: 353px;
    z-index: 1;
  }
}

#content #use .use-sample .flex-box .flame {
  width: calc(100 * 375vw / 750);
  margin-bottom: calc(100 * 65vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flex-box .flame {
    width: calc(100 * 750vw / 1440);
    margin-bottom: calc(100 * 65vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flex-box .flame {
    width: 750px;
    margin-bottom: 65px;
  }
}

#content #use .use-sample .flex-box .flame h4 {
  width: 60%;
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flex-box .flame h4 {
    width: auto;
    padding: 0 calc(100 * 20vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flex-box .flame h4 {
    width: auto;
    padding: 0 20px;
  }
}

#content #use .use-sample .flex-box .flame ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(100 * 18vw / 750);
  padding-top: calc(100 * 40vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flex-box .flame ul {
    margin-left: calc(100 * 30vw / 1440);
    padding-top: calc(100 * 25vw / 1440);
    padding-bottom: calc(100 * 20vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flex-box .flame ul {
    margin-left: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

#content #use .use-sample .flex-box .flame ul li {
  width: calc(100 * 172vw / 750);
  font-size: calc(100 * 22vw / 750);
  line-height: 1.3;
  color: #6a3f06;
  margin-bottom: calc(100 * 20vw / 750);
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flex-box .flame ul li {
    width: calc(100 * 176vw / 1440);
    font-size: calc(100 * 16vw / 1440);
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flex-box .flame ul li {
    width: 176px;
    font-size: 16px;
    margin-bottom: 0;
  }
}

#content #use .use-sample .flex-box .flame ul li:last-of-type {
  width: calc(100 * 155vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flex-box .flame ul li:last-of-type {
    width: calc(100 * 176vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flex-box .flame ul li:last-of-type {
    width: 176px;
  }
}

#content #use .use-sample .flex-box .flame ul li img {
  margin-bottom: calc(100 * 10vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flex-box .flame ul li img {
    margin-bottom: calc(100 * 10vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flex-box .flame ul li img {
    margin-bottom: 10px;
  }
}

#content #use .use-sample.use-sample-02 {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample.use-sample-02 .use-sample-inner {
    margin-bottom: calc(100 * 350vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample.use-sample-02 .use-sample-inner {
    margin-bottom: 350px;
  }
}

#content #use .use-sample.use-sample-02 .use_main {
  width: calc(100 * 660vw / 750);
  margin: 0 auto calc(100 * 30vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample.use-sample-02 .use_main {
    position: absolute;
    top: calc(100 * 30vw / 1440);
    left: calc(100 * 40vw / 1440);
    width: calc(100 * 895vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample.use-sample-02 .use_main {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 895px;
    z-index: 1;
  }
}

#content #use .use-sample .flame-list h4 {
  width: calc(100 * 640vw / 750);
  margin: 0 auto calc(100 * 25vw / 750);
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame-list h4 {
    width: calc(100 * 1128vw / 1440);
    margin: 0 auto calc(100 * 40vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame-list h4 {
    width: 1128px;
    margin: 0 auto 40px;
  }
}

#content #use .use-sample .flame-list h4 span {
  position: relative;
  z-index: 5;
  background: #fff;
  font-size: calc(100 * 26vw / 750);
  padding: 0 calc(100 * 15vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame-list h4 span {
    font-size: calc(100 * 26vw / 1440);
    padding: 0 calc(100 * 15vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame-list h4 span {
    font-size: 26px;
    padding: 0 15px;
  }
}

#content #use .use-sample .flame-list h4::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #6a3f06;
}

#content #use .use-sample .flame-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100 * 655vw / 750);
  margin-left: calc(100 * 25vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame-list ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: calc(100 * 1105vw / 1440);
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame-list ul {
    width: 1105px;
    margin: 0 auto;
  }
}

#content #use .use-sample .flame-list ul li {
  width: calc(100 * 320vw / 750);
  font-size: calc(100 * 26vw / 750);
  margin-bottom: calc(100 * 20vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame-list ul li {
    width: calc(100 * 281vw / 1440);
    font-size: calc(100 * 16vw / 1440);
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame-list ul li {
    width: 281px;
    font-size: 16px;
    margin-bottom: 0;
  }
}

#content #use .use-sample .flame-list ul li img {
  margin-bottom: calc(100 * 10vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame-list ul li img {
    margin-bottom: calc(100 * 10vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame-list ul li img {
    margin-bottom: 10px;
  }
}

#content #use .use-sample .flame-list ul li p {
  width: calc(100 * 300vw / 750);
  text-align: left;
  font-size: calc(100 * 22vw / 750);
  line-height: 1.3;
  color: #6a3f06;
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame-list ul li p {
    width: auto;
    padding-right: calc(100 * 20vw / 1440);
    font-size: calc(100 * 16vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame-list ul li p {
    width: auto;
    padding-right: 20px;
    font-size: 16px;
  }
}

#content #use .use-sample .flame-list.flame-list01 {
  margin-bottom: calc(100 * 50vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame-list.flame-list01 {
    margin-bottom: calc(100 * 80vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame-list.flame-list01 {
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame-list.flame-list02 ul li {
    width: calc(100 * 190vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame-list.flame-list02 ul li {
    width: 190px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame-list.flame-list02 ul li.w260 {
    width: calc(100 * 260vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame-list.flame-list02 ul li.w260 {
    width: 260px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame-list.flame-list02 ul li.w232 {
    width: calc(100 * 232vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame-list.flame-list02 ul li.w232 {
    width: 232px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #use .use-sample .flame-list.flame-list02 ul li p {
    width: auto;
    padding-right: calc(100 * 10vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #use .use-sample .flame-list.flame-list02 ul li p {
    padding-right: 10px;
  }
}

#content #saigai {
  padding: calc(100 * 100vw / 750) 0;
}

@media print, screen and (min-width: 768px) {
  #content #saigai {
    padding: calc(100 * 100vw / 1440) 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai {
    padding: 100px 0;
  }
}

#content #saigai .box-content {
  width: calc(100 * 690vw / 750);
  margin: 0 auto calc(100 * 25vw / 750);
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  #content #saigai .box-content {
    width: calc(100 * 1200vw / 1440);
    margin: 0 auto calc(100 * 25vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .box-content {
    width: 1200px;
    margin: 0 auto 25px;
  }
}

#content #saigai h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: calc(100 * 41vw / 750);
  color: #6a3f06;
  border-radius: calc(100 * 10vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #saigai h3 {
    width: calc(100 * 1200vw / 1440);
    margin: 0 auto calc(100 * 25vw / 1440);
    font-size: calc(100 * 32vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai h3 {
    width: 1200px;
    margin: 0 auto 25px;
    font-size: 32px;
  }
}

#content #saigai h3::before {
  content: "";
  width: calc(100 * 43vw / 750);
  height: calc(100 * 53vw / 750);
  display: block;
  background: url(/migration/jihankiconsul/assets/img/collaboration/icon_example_02.png) no-repeat;
  background-size: cover;
  margin: 0 auto calc(100 * 20vw / 750);
  position: relative;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  #content #saigai h3::before {
    width: calc(100 * 43vw / 1440);
    height: calc(100 * 53vw / 1440);
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai h3::before {
    width: 43px;
    height: 53px;
    margin: 0 auto;
  }
}

#content #saigai h3 span {
  padding: calc(100 * 5vw / 750) calc(100 * 20vw / 750);
  border: 2px solid #6a3f06;
  border-radius: calc(100 * 20vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #saigai h3 span {
    padding: calc(100 * 5vw / 1440) calc(100 * 20vw / 1440);
    border-radius: calc(100 * 5vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai h3 span {
    padding: 5px 20px;
    border-radius: 5px;
  }
}

#content #saigai p.lead {
  font-size: calc(100 * 41vw / 750);
  text-align: center;
  color: #6a3f06;
  margin-bottom: calc(100 * 20vw / 750);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  #content #saigai p.lead {
    font-size: calc(100 * 32vw / 1440);
    margin-bottom: calc(100 * 30vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai p.lead {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

#content #saigai p.txt {
  font-size: calc(100 * 24vw / 750);
  margin-bottom: calc(100 * 20vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #saigai p.txt {
    text-align: center;
    font-size: calc(100 * 16vw / 1440);
    margin-bottom: calc(100 * 55vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai p.txt {
    font-size: 16px;
    margin-bottom: 55px;
  }
}

#content #saigai p.image {
  margin-bottom: calc(100 * 40vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #saigai p.image {
    width: calc(100 * 598vw / 1440);
    margin: 0 auto calc(100 * 58vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai p.image {
    width: 598px;
    margin: 0 auto 58px;
  }
}

#content #saigai .toggle-obj {
  border: 1px solid #6a3f06;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj {
    margin-bottom: calc(100 * 100vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj {
    margin-bottom: 100px;
  }
}

#content #saigai .toggle-obj .toggle-head {
  position: relative;
  background: #6a3f06;
  color: #fff;
  text-align: center;
  font-size: calc(100 * 32vw / 750);
  padding: calc(100 * 20vw / 750) 0;
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-head {
    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: 0;
    height: calc(100 * 60vw / 1440);
    font-size: calc(100 * 26vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-head {
    padding: 0;
    height: 60px;
    font-size: 26px;
  }
}

#content #saigai .toggle-obj .toggle-head span {
  position: absolute;
  top: calc(100 * 10vw / 750);
  right: calc(100 * 10vw / 750);
  background: #fff;
  display: block;
  color: #6a3f06;
  font-size: calc(100 * 24vw / 750);
  padding: calc(100 * 10vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-head span {
    top: calc(100 * 10vw / 1440);
    right: calc(100 * 10vw / 1440);
    font-size: calc(100 * 16vw / 1440);
    padding: calc(100 * 10vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-head span {
    top: 10px;
    right: 10px;
    font-size: 16px;
    padding: 10px;
  }
}

#content #saigai .toggle-obj .toggle-head span.open {
  display: none;
}

#content #saigai .toggle-obj .toggle-head span.close {
  display: block;
}

#content #saigai .toggle-obj .toggle-head.open span.open {
  display: block;
}

#content #saigai .toggle-obj .toggle-head.open span.close {
  display: none;
}

#content #saigai .toggle-obj .toggle-box {
  position: relative;
  padding-top: calc(100 * 40vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box {
    padding-top: calc(100 * 60vw / 1440);
    padding-bottom: 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box {
    padding-top: 60px;
    padding-bottom: 0;
  }
}

#content #saigai .toggle-obj .toggle-box p.map {
  width: calc(100 * 630vw / 750);
  margin: 0 auto calc(100 * 40vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box p.map {
    width: calc(100 * 1000vw / 1440);
    margin: 0 auto;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box p.map {
    width: 1000px;
    margin: 0 auto;
    padding-top: 0;
  }
}

#content #saigai .toggle-obj .toggle-box p.day {
  text-align: right;
  font-size: calc(100 * 22vw / 750);
  padding: 0 calc(100 * 15vw / 750) calc(100 * 15vw / 750) 0;
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box p.day {
    font-size: calc(100 * 16vw / 1440);
    padding: calc(100 * 20vw / 1440) calc(100 * 15vw / 1440) calc(100 * 15vw / 1440) 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box p.day {
    font-size: 16px;
    padding: 20px 15px 15px 0;
  }
}

#content #saigai .toggle-obj .toggle-box dl {
  width: calc(100 * 630vw / 750);
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl {
    position: absolute;
    width: auto;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl {
    position: absolute;
    width: auto;
  }
}

#content #saigai .toggle-obj .toggle-box dl dt {
  display: inline-block;
  background: #f7b100;
  color: #fff;
  font-size: calc(100 * 26vw / 750);
  margin-bottom: calc(100 * 10vw / 750);
  padding: calc(100 * 6vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl dt {
    font-size: calc(100 * 22vw / 1440);
    padding: calc(100 * 6vw / 1440);
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl dt {
    font-size: 22px;
    padding: 6px;
    margin-bottom: 0;
  }
}

#content #saigai .toggle-obj .toggle-box dl dd {
  margin-bottom: calc(100 * 20vw / 750);
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl dd {
    width: calc(100 * 550vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl dd {
    width: 550px;
  }
}

#content #saigai .toggle-obj .toggle-box dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#content #saigai .toggle-obj .toggle-box dl dd ul li {
  font-size: calc(100 * 24vw / 750);
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl dd ul li {
    font-size: calc(100 * 16vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl dd ul li {
    font-size: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl.hokkai {
    left: calc(100 * 846vw / 1440);
    top: calc(100 * 315vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl.hokkai {
    left: 846px;
    top: 315px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl.tohoku {
    left: calc(100 * 846vw / 1440);
    top: calc(100 * 431vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl.tohoku {
    left: 846px;
    top: 431px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl.tohoku dd {
    width: calc(100 * 300vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl.tohoku dd {
    width: 300px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl.chubu {
    left: calc(100 * 49vw / 1440);
    top: calc(100 * 50vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl.chubu {
    left: 49px;
    top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl.kansai {
    left: calc(100 * 49vw / 1440);
    top: calc(100 * 240vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl.kansai {
    left: 49px;
    top: 240px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl.chugoku {
    left: calc(100 * 49vw / 1440);
    top: calc(100 * 380vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl.chugoku {
    left: 49px;
    top: 380px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl.kyushu {
    left: calc(100 * 49vw / 1440);
    top: calc(100 * 520vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl.kyushu {
    left: 49px;
    top: 520px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl.kanto {
    left: calc(100 * 474vw / 1440);
    top: calc(100 * 867vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl.kanto {
    left: 474px;
    top: 867px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #saigai .toggle-obj .toggle-box dl.kanto dd {
    width: calc(100 * 700vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content #saigai .toggle-obj .toggle-box dl.kanto dd {
    width: 700px;
  }
}

#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 * 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;
  }
}

@media print, screen and (min-width: 1440px) {
  #content .modal .modal_head p.lead span.flame {
    width: auto;
    padding: 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 {
  font-size: calc(100 * 22vw / 750);
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  #content .modal .modal_body .box p.attention {
    font-size: calc(100 * 12vw / 1440);
  }
}

@media print, screen and (min-width: 1440px) {
  #content .modal .modal_body .box p.attention {
    font-size: 12px;
  }
}

@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);
  }
}

@media print, screen and (min-width: 1440px) {
  #content .modal .modal_body .box .flex-box .photo {
    width: 330px;
  }
}

#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;
  }
}

@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;
  }
}
