@charset "UTF-8";
#content #mv {
  width: 100%;
}

#content #mv h2 {
  margin-bottom: 0;
}

#content #mv h2 img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  #content .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#content .box-content {
  width: 92vw;
  margin: 0 auto;
  font-size: 3.2vw;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  #content .box-content {
    width: 69.44444vw;
    font-size: 16px;
  }
}

@media print, screen and (min-width: 1440px) {
  #content .box-content {
    width: 1000px;
  }
}

#content #lead {
  margin-bottom: 10.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #lead {
    margin-bottom: 0;
  }
}

#content #lead .box-content {
  padding: 6.66667vw 0 0;
}

@media print, screen and (min-width: 768px) {
  #content #lead .box-content {
    position: relative;
    padding: 9.02778vw 0 11.80556vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #lead .box-content {
    position: relative;
    padding: 130px 0 170px;
  }
}

#content #lead .box-content h3 {
  font-size: 3.73333vw;
  margin-bottom: 5.33333vw;
  line-height: 1.5;
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  #content #lead .box-content h3 {
    line-height: 2;
    font-size: 22px;
    margin-bottom: 38px;
    width: 32.29167vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #lead .box-content h3 {
    width: 465px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #lead .box-content p {
    position: absolute;
    top: 1.04167vw;
    right: -2.77778vw;
    width: 39.44444vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #lead .box-content p {
    top: 15px;
    right: -40px;
    width: 568px;
  }
}

#content #case01 {
  position: relative;
  background: #f5ede0;
}

#content #case01 .box-content {
  padding: 10.66667vw 0;
}

@media print, screen and (min-width: 768px) {
  #content #case01 .box-content {
    position: relative;
    padding: 5.55556vw 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #case01 .box-content {
    padding: 80px 0 60px;
  }
}

#content #case01 h3 {
  font-size: 4.53333vw;
  color: #6a3f06;
  margin-bottom: 4vw;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  #content #case01 h3 {
    font-size: 26px;
    margin-bottom: 2.08333vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #case01 h3 {
    margin-bottom: 30px;
  }
}

#content #case01 .flex-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  #content #case01 .flex-box .flex-box-txt {
    width: 34.72222vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #case01 .flex-box .flex-box-txt {
    width: 500px;
  }
}

#content #case01 p.sub-title {
  position: absolute;
  top: -14px;
  left: .75em;
  font-size: 3.73333vw;
  font-weight: bold;
  background: #f7b100;
  color: #6a3f06;
  border-radius: 30px;
  padding: 0.5em 1em;
}

@media print, screen and (min-width: 768px) {
  #content #case01 p.sub-title {
    top: -25px;
    left: 0;
    font-size: 28px;
    padding: 0.3em 1em;
    border-radius: 60px;
  }
}

#content #case01 p.txt {
  font-size: 3.2vw;
  margin-bottom: 6.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #case01 p.txt {
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  #content #case01 p.image {
    width: 31.94444vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #case01 p.image {
    width: 460px;
  }
}

#content #case01 p.attention {
  margin-top: 2.66667vw;
  line-height: 1.5;
  font-size: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #case01 p.attention {
    font-size: 12px;
    width: 100%;
    margin-top: 1.38889vw;
  }
}

#content #interview {
  margin-bottom: 8vw;
}

@media print, screen and (min-width: 768px) {
  #content #interview {
    margin-bottom: 40px;
  }
}

#content #interview .interview-mv {
  margin-bottom: 6.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv {
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  #content #interview .interview-mv .pc-mv {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv .pc-mv {
    display: block;
    width: 100%;
    height: auto;
    min-height: 520px;
  }
  #content #interview .interview-mv .pc-mv img {
    width: 100%;
    height: 520px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#content #interview .interview-mv .mv-inner {
  padding-top: 37.6vw;
  padding-left: 2.66667vw;
  padding-bottom: 4.66667vw;
  background: url(../img/sdgs/img_interview_01_s.png) no-repeat center top;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv .mv-inner {
    padding: 0;
    background: url(../img/sdgs/img_interview_01.png) no-repeat center top;
    background-size: auto 100%;
    height: 36.11111vw;
    min-height: 320px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv .mv-inner .mv-inner-flame {
    width: 69.44444vw;
    margin: 0 auto;
    min-height: 320px;
    height: 36.11111vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 1.04167vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #interview .interview-mv .mv-inner .mv-inner-flame {
    width: 1000px;
    padding-bottom: 25px;
  }
}

#content #interview .interview-mv .mv-inner h3 {
  font-size: 4.8vw;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 1.3;
  text-shadow: 2px 2px 5px rgba(102, 83, 59, 0.9);
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv .mv-inner h3 {
    font-size: 2.22222vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #interview .interview-mv .mv-inner h3 {
    font-size: 32px;
  }
}

#content #interview .interview-mv .mv-inner p.sub-title {
  display: inline-block;
  font-size: 3.2vw;
  font-weight: bold;
  background: #f7b100;
  color: #6a3f06;
  border-radius: 30px;
  padding: 0.1em 1em;
  line-height: 1.3;
  margin-bottom: 1.33333vw;
  width: auto;
  letter-spacing: -0.04em;
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv .mv-inner p.sub-title {
    padding: 0.1em 0.5em;
    font-size: 1.66667vw;
    margin-bottom: 0.69444vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #interview .interview-mv .mv-inner p.sub-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv .box-content {
    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 #interview .interview-mv .box-content .box-content-inner {
    width: 52.08333vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #interview .interview-mv .box-content .box-content-inner {
    width: 750px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv .box-content .box-content-obj {
    width: 17.98611vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #interview .interview-mv .box-content .box-content-obj {
    width: 259px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv .box-content .box-content-obj p {
    width: 100%;
    margin-top: -2.43056vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #interview .interview-mv .box-content .box-content-obj p {
    margin-top: -35px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv p {
    font-size: 18px;
    width: 48.95833vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #interview .interview-mv p {
    width: 705px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv p.sub-title {
    width: 100%;
  }
}

#content #interview .interview-mv p.caption {
  font-size: 2.66667vw;
  padding: 2vw 0 4vw;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv p.caption {
    font-size: 12px;
    padding: 1.38889vw 0 2.08333vw;
    width: 48.95833vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #interview .interview-mv p.caption {
    width: 705px;
  }
}

#content #interview .interview-mv p.attention {
  margin-top: 2.66667vw;
  line-height: 1.5;
  font-size: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-mv p.attention {
    font-size: 12px;
    width: 100%;
    margin-top: 1.38889vw;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-sec {
    position: relative;
  }
}

#content #interview .interview-sec p.image {
  margin-bottom: 5.33333vw;
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-sec p.image {
    position: absolute;
    width: 31.94444vw;
  }
}

#content #interview .interview-sec p.image img {
  width: 86.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-sec p.image img {
    width: 100%;
    height: auto;
  }
}

#content #interview .interview-sec h4 {
  font-size: 4.8vw;
  color: #6a3f06;
  line-height: 1.5;
  margin-bottom: 5.33333vw;
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-sec h4 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

#content #interview .interview-sec dl dt {
  display: inline-block;
  border: 1px solid #000;
  background: #ff0;
  border-radius: 5.86667vw;
  padding: 0.5em 1em;
  margin-bottom: 3.33333vw;
  font-size: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-sec dl dt {
    width: 82px;
    height: 82px;
    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;
    border-radius: 10px;
    font-size: 12px;
    padding: 0;
    text-align: center;
    float: left;
    margin-bottom: 0;
  }
}

#content #interview .interview-sec dl dt.yellow {
  border: 1px solid #edab18;
  background: #f6f4e8;
  color: #000000;
}

#content #interview .interview-sec dl dt.blue {
  border: 1px solid #24b7dc;
  background: #eaf4f6;
  color: #000000;
}

#content #interview .interview-sec dl dt.green {
  border: 1px solid #1fa33e;
  background: #e9f3eb;
  color: #000000;
}

#content #interview .interview-sec dl dd {
  margin-bottom: 7.73333vw;
  font-size: 3.2vw;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-sec dl dd {
    font-size: 16px;
    padding-left: 100px;
    margin-bottom: 25px;
    line-height: 1.9;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-sec.interview-sec03 {
    margin-bottom: 50px;
  }
}

#content #interview .interview-sec.left .image {
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-sec.left .image {
    top: 0;
    left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-sec.left .box-content {
    padding-left: 19.44444vw;
  }
}

#content #interview .interview-sec.right .image {
  text-align: right;
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-sec.right .image {
    top: 0;
    right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview .interview-sec.right .box-content {
    padding-right: 19.44444vw;
  }
}

#content #interview #user-voice {
  border: 4px solid #edab18;
  border-radius: 10px;
  background: #edab18;
}

@media print, screen and (min-width: 768px) {
  #content #interview #user-voice {
    border: 8px solid #edab18;
  }
}

#content #interview #user-voice .user-voice-inner {
  padding: 1em;
  border-radius: 5px;
  background: #f6f4e8;
}

@media print, screen and (min-width: 768px) {
  #content #interview #user-voice .user-voice-inner {
    padding: 18px 22px;
  }
}

#content #interview #user-voice h4 {
  font-size: 4vw;
  color: #6a3f06;
  margin-bottom: 5.33333vw;
  padding-left: 35px;
  background: url(../img/sdgs/icon_voice_01_s.png) no-repeat left center;
  background-size: 30px auto;
}

@media print, screen and (min-width: 768px) {
  #content #interview #user-voice h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview #user-voice .flex-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#content #interview #user-voice p.txt {
  line-height: 1.8;
  margin-bottom: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #interview #user-voice p.txt {
    width: 39.93056vw;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #interview #user-voice p.txt {
    width: 575px;
  }
}

@media print, screen and (min-width: 768px) {
  #content #interview #user-voice p.image {
    width: 23.95833vw;
    margin-top: -35px;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #interview #user-voice p.image {
    width: 345px;
  }
}

#content #social {
  margin-bottom: 13.33333vw;
}

@media print, screen and (min-width: 768px) {
  #content #social {
    margin-bottom: 135px;
  }
}

#content #social h3 {
  position: relative;
  text-align: center;
  width: 77.33333vw;
  margin: 0 auto;
  margin-bottom: 5.33333vw;
}

@media print, screen and (min-width: 768px) {
  #content #social h3 {
    width: 430px;
    margin-bottom: 30px;
  }
}

#content #social h3 span {
  position: relative;
  z-index: 10;
  display: inline-block;
  background: #fff;
  font-size: 5.06667vw;
  color: #6a3f06;
  padding: 0 0.5em;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  #content #social h3 span {
    font-size: 20px;
  }
}

#content #social h3::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  margin: 0 auto;
  height: 2px;
  background: #6a3f06;
}

#content #social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 89.33333vw;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  #content #social ul {
    width: 54.16667vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #social ul {
    width: 780px;
  }
}

#content #social ul li.tukuba {
  width: 100%;
  text-align: center;
  margin-bottom: 5.33333vw;
}

@media print, screen and (min-width: 768px) {
  #content #social ul li.tukuba {
    padding-top: 20px;
    width: 20vw;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #social ul li.tukuba {
    width: 288px;
  }
}

#content #social ul li.tukuba img {
  width: 57.33333vw;
}

@media print, screen and (min-width: 768px) {
  #content #social ul li.tukuba img {
    width: 100%;
  }
}

#content #social ul li.jica {
  width: 22.4vw;
}

@media print, screen and (min-width: 768px) {
  #content #social ul li.jica {
    width: 7.77778vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #social ul li.jica {
    width: 112px;
  }
}

#content #social ul li.jica-twitter {
  padding-top: 4vw;
  width: 57.33333vw;
}

@media print, screen and (min-width: 768px) {
  #content #social ul li.jica-twitter {
    padding-top: 20px;
    width: 20vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #social ul li.jica-twitter {
    width: 288px;
  }
}

#content #case02 {
  position: relative;
  background: #f5ede0;
}

#content #case02 .box-content {
  padding: 10.66667vw 0;
}

@media print, screen and (min-width: 768px) {
  #content #case02 .box-content {
    position: relative;
    padding: 5.55556vw 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #case02 .box-content {
    padding: 80px 0 60px;
  }
}

#content #case02 h3 {
  font-size: 4.53333vw;
  color: #6a3f06;
  margin-bottom: 4vw;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  #content #case02 h3 {
    font-size: 26px;
    margin-bottom: 2.08333vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #case02 h3 {
    margin-bottom: 30px;
  }
}

#content #case02 .flex-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  #content #case02 .flex-box .flex-box-txt {
    width: 45.83333vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #case02 .flex-box .flex-box-txt {
    width: 660px;
  }
}

#content #case02 p.sub-title {
  position: absolute;
  top: -14px;
  left: .75em;
  font-size: 3.73333vw;
  font-weight: bold;
  background: #f7b100;
  color: #6a3f06;
  border-radius: 30px;
  padding: 0.5em 1em;
}

@media print, screen and (min-width: 768px) {
  #content #case02 p.sub-title {
    top: -25px;
    left: 0;
    font-size: 28px;
    padding: 0.3em 1em;
    border-radius: 60px;
  }
}

#content #case02 p.txt {
  font-size: 3.2vw;
  margin-bottom: 6.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #case02 p.txt {
    font-size: 16px;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  #content #case02 p.image {
    width: 22.22222vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #case02 p.image {
    width: 320px;
  }
}

#content #tie-up {
  background: #f5ede0;
  padding-bottom: 6.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #tie-up .box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#content #tie-up .bender {
  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 #tie-up .bender {
    width: 31.94444vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #tie-up .bender {
    width: 460px;
  }
}

#content #tie-up .bender .left-box {
  padding-top: 4.66667vw;
  width: 55.33333vw;
}

@media print, screen and (min-width: 768px) {
  #content #tie-up .bender .left-box {
    width: 17.36111vw;
    padding-top: 0;
  }
}

#content #tie-up .bender .right-box {
  width: 31.06667vw;
  text-align: center;
  margin-right: 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #tie-up .bender .right-box {
    width: 12.5vw;
    margin-right: 0;
  }
}

#content #tie-up .bender.bender-last {
  display: block;
}

#content #tie-up .line-flame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 4vw;
}

@media print, screen and (min-width: 768px) {
  #content #tie-up .line-flame {
    margin-bottom: 30px;
  }
}

#content #tie-up .line-flame .line {
  display: block;
  width: 6px;
  content: "";
  background: #6a3f06;
  border-radius: 2px;
}

#content #tie-up .line-flame h3 {
  font-size: 4.26667vw;
  margin-left: 1.33333vw;
  line-height: 1.5;
  color: #6a3f06;
}

@media print, screen and (min-width: 768px) {
  #content #tie-up .line-flame h3 {
    font-size: 22px;
    margin-left: 10px;
  }
}

#content #sample {
  background: #ffffff;
  padding: 6.66667vw 0;
}

@media print, screen and (min-width: 768px) {
  #content #sample {
    padding: 60px 0;
  }
}

#content #sample h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 4.8vw;
  text-align: center;
  margin-bottom: 5.33333vw;
  color: #6a3f06;
}

@media print, screen and (min-width: 768px) {
  #content #sample h2 {
    font-size: 32px;
    margin-bottom: 38px;
  }
}

#content #sample h2::before {
  content: "";
  width: 9.06667vw;
  height: 7.06667vw;
  display: block;
  background: url(/migration/jihankiconsul/assets/img/common/icon_sample.png) no-repeat;
  background-size: cover;
  margin: 0 auto 2.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #sample h2::before {
    display: inline-block;
    width: 4.72222vw;
    height: 3.68056vw;
    margin: 0 0.83333vw 0 0;
  }
}

@media print, screen and (min-width: 1440px) {
  #content #sample h2::before {
    width: 68px;
    height: 53px;
    margin: 0 12px 0 0;
  }
}

#content #sample .slider {
  margin-bottom: 6.66667vw;
}

@media print, screen and (min-width: 768px) {
  #content #sample .slider {
    margin-bottom: 40px;
  }
}

#content .box-last {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  background: #ffffff;
  text-align: center;
  padding: 6.66667vw 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: 4.26667vw;
  margin-bottom: 3.33333vw;
}

@media print, screen and (min-width: 768px) {
  #content .box-last h3 {
    font-size: 1.66667vw;
    margin-bottom: 1.25vw;
  }
}

@media print, screen and (min-width: 1440px) {
  #content .box-last h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
