@charset "utf-8";
/*-------------------------------------------------

「世界人になろう」プロジェクト全力応援企画css
#mpjt_op

-------------------------------------------------*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}
body {
  font-size: 10px;
  font-size: 1.0rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
}
hr {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
input, select {
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
img {
  vertical-align: bottom;
}
body {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN、Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro, Hiragino Sans;
}
#wrap {
  position: relative;
  width: 100%;
  padding: 115px 0 0;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width:720px) {
  .onlyPC {
    display: none !important;
  }
  .onlySP {
    display: block;
  }
}
@media screen and (min-width:721px) {
  .onlyPC {
    display: block;
  }
  .onlySP {
    display: none !important;
  }
}
#mpjt_op #wrap {
  padding: 95px 0 0;
}
#mpjt_op .main {
  background: linear-gradient(to top, #7ac3e4, #1c75b4);
  position: relative;
}
#mpjt_op .main .main_title img {
  width: 100%;
}
#mpjt_op .main .pc_menu {
  position: absolute;
  bottom: 4%;
  left: 2%;
  margin-left: 0;
  width: 96%;
}
#mpjt_op .main .pc_menu ul.mainnav_wrap {
  display: block;
}
#mpjt_op .main .pc_menu ul.mainnav_wrap li a {
  width: 32.3%;
  height: 57px;
  display: block;
  float: left;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  /*display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;*/
  padding: 15px 0 0;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  color: #005796 !important;
  font-size: 3.5vw;
  text-decoration: none;
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN、Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro, Hiragino Sans;
  box-shadow: 0 0 5px rgba(32, 115, 172, 0.3);
}
/*#mpjt_op .main .pc_menu ul.mainnav_wrap li:first-child a {
  width: 32.3%;
  height: 57px;
  display: block;
  float: left;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  padding: 13px 10px 0 0;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  color: #005796 !important;
  font-size: 3.5vw;
  text-decoration: none;
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN、Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro, Hiragino Sans;
  box-shadow: 0 0 5px rgba(32, 115, 172, 0.3);
  display: block;
}
#mpjt_op .main .pc_menu ul.mainnav_wrap li:first-child a img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 5px;
}*/
@media screen and (min-width:641px) {
  #mpjt_op .main .pc_menu ul.mainnav_wrap li a {
    font-size: 2vw;
  }
  /*#mpjt_op .main .pc_menu ul.mainnav_wrap li:first-child a {
    font-size: 2vw;
  }
  #mpjt_op .main .pc_menu ul.mainnav_wrap li:first-child a img {
    display: block;
    width: 60%;
    height: auto;
    margin: 0 auto 2px;
  }*/
}
#mpjt_op .main .pc_menu ul.mainnav_wrap li:first-child a {
  padding: 1.5vw 0 0;
}
#mpjt_op .main .pc_menu ul.mainnav_wrap li:nth-child(2) a {
  margin: 0 1.5%;
}
#mpjt_op .main .pc_menu ul.mainnav_wrap li a:hover {
  color: #005796;
  font-weight: bold;
}
#mpjt_op .main .pc_menu ul.mainnav_wrap li a:hover {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
  font-weight: bold;
}
#mpjt_op .main .pc_menu ul.mainnav_wrap li a {
  color: inherit;
  text-decoration: inherit;
}
#mpjt_op .main .pc_menu ul.mainnav_wrap li a:hover {
  opacity: inherit;
}
#mpjt_op .main .pc_menu ul.mainnav_wrap li a:after {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #005796;
  border-right: 2px solid #005796;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*#mpjt_op .main .pc_menu ul.mainnav_wrap li:first-child a:after {
  position: absolute;
  top: 25px;
  right: 8px;
  left: inherit;
  margin-left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #005796;
  border-right: 2px solid #005796;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}*/
/* ============================================================ */
/* .main_contents */
/* ============================================================ */
#mpjt_op .main_contents {
  font-family: Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN、Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro, Hiragino Sans;
}
/* 全力応援企画 */
/*#mpjt_op #planning{
	margin-top: -95px;
	padding-top: 95px;
}*/
#mpjt_op .planning {
  /*background: url(../img/pic01.jpg)bottom center no-repeat;*/
  width: 100%;
  height: auto;
}
#mpjt_op .planning .inner {
  max-width: 100%;
  margin: 10% 0 0;
}
#mpjt_op .planning .inner .kikakuttl {
  position: relative;
  width: 90%;
  margin: 0 5%;
  padding: 0 0 5%;
  text-align: left;
  border-bottom: 1px solid #2073ac;
}
#mpjt_op .planning .inner .kikakuttl .ttl {
  position: relative;
  width: 70%;
  margin-bottom: 5%;
}
#mpjt_op .planning .inner .kikakuttl .ttl img {
  width: 100%;
}
#mpjt_op .planning .inner .kikakuttl .txt01 {
  font-size: 6vw;
  color: #2073ac;
  font-weight: bold;
  margin-bottom: 3%;
  letter-spacing: -0.05em;
  line-height: 1.5;
}
#mpjt_op .planning .inner .kikakuttl .txt02 {
  font-size: 16px;
  color: #333;
}
#mpjt_op .planning .inner .kikakuttl .pic01 {
  position: absolute;
  width: 43%;
  height: auto;
  top: -7%;
  right: -4%;
}
#mpjt_op .planning .inner .kikakuttl .pic01 img {
  width: 100%;
}
#mpjt_op .planning .inner .pic02 {
  width: 100%;
}
#mpjt_op .planning .inner .pic02 img {
  width: 100%;
}
#mpjt_op .planning .inner .pointwrap {
  width: 100%;
  margin: 0;
  padding: 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mpjt_op .planning .inner .pointwrap .ttl {
  width: 100%;
  margin-bottom: 5%;
}
#mpjt_op .planning .inner .pointwrap .ttl img {
  width: 100%;
}
#mpjt_op .planning .inner .pointwrap .pointbox {
  width: 100%;
  margin-bottom: 8%;
}
#mpjt_op .planning .inner .pointwrap .pointbox p.pointttl {
  font-size: 6vw;
  color: #2073ac;
  font-weight: bold;
  line-height: 2.5;
}
@media screen and (min-width:641px) {
  #mpjt_op .planning .inner .pointwrap .pointbox p.pointttl {
    line-height: inherit;
  }
}
#mpjt_op .planning .inner .pointwrap .pointbox p.pointttl img {
  width: 48px;
  margin: 0 13px 5px 0;
}
#mpjt_op .planning .inner .pointwrap .pointbox p.pointtxt {
  font-size: 14px;
}
/* 募集要項＆応募方法 */
#mpjt_op .recruiting {
  width: 100%;
  height: auto;
  background: linear-gradient(#307cb3 45%, #80c3f3);
  padding: 5% 0 0;
  text-align: center;
}
#mpjt_op .recruiting .inner {
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 7% 7% 5%;
}
#mpjt_op .recruiting .inner h3 {
  text-align: center;
}
#mpjt_op .recruiting .inner h3 img {
  display: block;
  margin: 0 auto 5%;
}
#mpjt_op .recruiting .inner h3 img.txt02sp {
  width: 100%;
}
@media screen and (min-width:641px) {
  #mpjt_op .recruiting .inner h3 img.txt02sp {
    width: 80%;
  }
}
#mpjt_op .recruiting .schedulewrap {
  width: 100%;
  margin: 30px 0 0;
}
#mpjt_op .recruiting .schedulewrap .schedulebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mpjt_op .recruiting .schedulewrap .schedulebox .pic {
  width: 100%;
  position: relative;
  margin-bottom: 3%;
}
#mpjt_op .recruiting .schedulewrap .schedulebox .pic .icon01 {
  position: absolute;
  width: 91px;
  height: 57px;
  top: -5%;
  left: -5%;
}
#mpjt_op .recruiting .schedulewrap .schedulebox .pic .icon02 {
  position: absolute;
  width: 110px;
  height: 113px;
  top: -10px;
  left: -35px;
}
#mpjt_op .recruiting .schedulewrap .schedulebox .pic img {
  width: 100%;
}
#mpjt_op .recruiting .schedulewrap .schedulebox .txtbox .arrow {
  display: block;
  height: 12px;
  width: 10px;
  background-color: #008ddc;
  position: relative;
  top: 10px;
  left: calc(50% + -5px);
}
#mpjt_op .recruiting .schedulewrap .schedulebox .txtbox .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-top: 13px solid #008ddc;
  left: 50%;
  margin-left: -13.5px;
  top: 12px;
  position: absolute;
}
#mpjt_op .recruiting .schedulewrap .arrow2 {
  content: "";
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-top: 40px solid #78c3ec;
  margin-left: calc(50% - 50px);
}
#mpjt_op .recruiting .schedulewrap .schedulebox .txtbox {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 13%;
}
#mpjt_op .recruiting .schedulewrap .schedulebox:nth-of-type(4) .txtbox {
  margin-bottom: 8%;
}
#mpjt_op .recruiting .schedulewrap .schedulebox .txtbox a {
  color: #2073ac;
  text-decoration: underline;
}
#mpjt_op .recruiting .schedulewrap .schedulebox .txtbox a:hover {
  color: #2073ac;
  text-decoration: none;
}
#mpjt_op .recruiting .schedulewrap .schedulebox .txtbox .ttl {
  font-size: 22px;
  color: #2073ac;
  font-weight: bold;
  margin-bottom: 2%;
  line-height: 1.3;
}
#mpjt_op .recruiting .schedulewrap .shtxt01 {
  font-size: 5.1vw;
  color: #2073ac;
  font-weight: bold;
  line-height: 1.3;
  padding-top: 0;
  margin-top: -10%;
}
#mpjt_op .recruiting .schedulewrap .shtxt02 {
  font-size: 14px;
  line-height: 1.3;
  text-align: left
}
#mpjt_op .recruiting .schedulewrap .pic01 {
  width: 100%;
  height: auto;
  padding-top: 120.6%;
  margin: 15px 0;
  background: url(../img/pic03_sp.jpg)center center no-repeat;
  background-size: contain;
  position: relative;
}
#mpjt_op .recruiting .schedulewrap .pic01 .txtcap {
  position: absolute;
  width: 62%;
  height: auto;
  top: 8%;
  left: -12%;
}
#mpjt_op .recruiting .schedulewrap .pic01 .txtcap img {
  width: 100%
}
#mpjt_op .recruiting .btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  background: #e40057;
  border-style: solid;
  border-width: 2px;
  border-color: #e40057;
  border-radius: 20px;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  width: 90%;
  height: 100px;
  margin: 8% 0;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 7vw;
  text-decoration: none;
}
@media screen and (min-width:641px) {
  #mpjt_op .recruiting .btn {
    font-size: 4vw;
  }
}
#mpjt_op .recruiting .btn:hover {
  background: #fff;
  border-color: #e40057;
  color: #e40057;
  font-weight: bold;
}
#mpjt_op .recruiting .btn a {
  color: inherit;
  text-decoration: inherit;
}
#mpjt_op .recruiting .btn a:hover {
  opacity: inherit;
}
/* 応募規約 */
#mpjt_op .kiyaku {
  margin: 10% auto;
  width: 90%;
  text-align: center;
}
/**/
#mpjt_op .btn_detail {
  font-weight: bold;
  line-height: 1.6;
  background: #feffff;
  font-size: 5vw;
  background: -moz-linear-gradient(top, #feffff 28%, #e9eef3 100%);
  background: -webkit-linear-gradient(top, #feffff 28%, #e9eef3 100%);
  background: linear-gradient(to bottom, #feffff 28%, #e9eef3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#e9eef3', GradientType=0);
  border: 1px #bfbfbf solid;
  display: block;
  max-width: 980px;
  margin: 10px auto 0;
  padding: 10px 0;
  color: #333;
  text-align: center;
  cursor: pointer;
  transition: all .15s;
  position: relative;
}
#mpjt_op .btn_detail:hover {
  opacity: 0.6;
  text-decoration: inherit !important;
}
#mpjt_op .btn_detail:after {
  position: absolute;
  top: 17px;
  bottom: 0;
  right: 30px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
#mpjt_op .btn_detail a:hover {
  text-decoration: inherit !important;
}
#mpjt_op .btn_detail.active:after {
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 30px;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mpjt_op .kiyaku_detail {
  display: none;
}
#mpjt_op .kiyakuopen {
  max-width: 980px;
  border-left: 1px #bfbfbf solid;
  border-right: 1px #bfbfbf solid;
  border-bottom: 1px #bfbfbf solid;
  padding: 5%;
  text-align: left;
  margin: 0 auto;
}
#mpjt_op .kiyakuopen .kiyakuwrap {
  margin-bottom: 40px;
  font-size: 14px;
}
#mpjt_op .kiyakuopen .kiyakuwrap:last-of-type {
  margin-bottom: 0;
}
#mpjt_op .kiyakuopen .kiyakuwrap p.textttl {
  font-size: 20px;
  font-weight: bold;
}
#mpjt_op .kiyakuopen .kiyakuwrap p.subttl {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  color: #005796;
}
#mpjt_op .kiyakuopen .kiyakuwrap a {
  color: #2073ac;
  text-decoration: underline;
}
#mpjt_op .kiyakuopen .kiyakuwrap a:hover {
  color: #2073ac;
  text-decoration: none;
}
#mpjt_op .kiyakuopen .kiyakuwrap b {
  font-weight: bold;
  font-size: 16px;
}
#mpjt_op .kiyakuopen .kiyakuwrap span {
  font-size: 12px;
}
#mpjt_op .kiyakuopen .kiyakuwrap ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#mpjt_op .kiyakuopen .kiyakuwrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
#mpjt_op .kiyakuopen .kiyakuwrap dl dt {
  width: 30%;
  margin-bottom: 3%;
}
#mpjt_op .kiyakuopen .kiyakuwrap dl dd {
  width: 70%;
  margin-bottom: 3%;
  text-indent: -1em;
  padding-left: 1em;
}
/*#mpjt_op .kiyaku p.doui {
  font-size: 16px;
  margin-top: 5%;
  text-align: center;
}
#mpjt_op .kiyaku input[type="radio"], #mpjt_op input[type="checkbox"] {
  vertical-align: inherit;
}
#mpjt_op .kiyaku label input[type="checkbox"]:checked + span::before {
  background-color: #2073ac;
}
#mpjt_op .kiyaku label input[type="checkbox"] + span {
  position: relative;
  padding-left: 30px;
}
#mpjt_op .kiyaku input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  display: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
#mpjt_op .kiyaku label input[type="checkbox"] + span::before, #mpjt_op .kiyaku label input[type="checkbox"] + span::after {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
}
#mpjt_op .kiyaku label input[type="checkbox"] + span::before {
  width: 1.25em;
  height: 1.25em;
  margin-top: -0.625em;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 2px;
  z-index: 0;
  transition: .2s;
}
#mpjt_op .kiyaku label input[type="checkbox"] + span::after {
  width: 0.5em;
  height: 0.75em;
  margin-top: -0.5em;
  margin-left: 0.35em;
  -webkit-transform: scale(0) rotate(45deg);
  -ms-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
  z-index: 1;
}
#mpjt_op .kiyaku label input[type="checkbox"]:checked + span::before {
  border: none;
}
#mpjt_op .kiyaku label input[type="checkbox"]:checked + span::after {
  border: 0.1875em solid #fff;
  border-width: 0 0.1875em 0.1875em 0;
  -webkit-transform: scale(1) rotate(45deg);
  -ms-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
#mpjt_op .kiyaku .btn a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  background: #e40057;
  border-style: solid;
  border-width: 2px;
  border-color: #e40057;
  border-radius: 18px;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  width: 290px;
  height: 60px;
  margin: 35px auto;
  cursor: pointer;
  color: #fff !important;
  font-weight: bold;
  font-size: 5vw;
  text-decoration: none;
}
#mpjt_op .kiyaku .btn a:hover {
  background: #fff;
  border-color: #e40057;
  color: #e40057 !important;
  font-weight: bold;
}
#mpjt_op .kiyaku .btn a {
  color: inherit;
  text-decoration: inherit;
}
#mpjt_op .kiyaku .btn a:hover {
  opacity: inherit;
}
#mpjt_op .kiyaku .btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  background: #999;
  border-style: solid;
  border-width: 2px;
  border-color: #999;
  border-radius: 18px;
  text-align: center;
  line-height: 1.3;
  outline: none;
  cursor: pointer;
  width: 290px;
  height: 60px;
  margin: 5% auto;
  color: #fff !important;
  font-weight: bold;
  font-size: 5vw;
  text-decoration: none;
}
*/
#mpjt_op .kiyaku .btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  background: #e40057;
  border-style: solid;
  border-width: 2px;
  border-color: #e40057;
  border-radius: 18px;
  text-align: center;
  line-height: 1.3;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  width: 100%;
  height: 60px;
  margin: 5% 0 0;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 5vw;
  text-decoration: none;
}
@media screen and (min-width:641px) {
  #mpjt_op .kiyaku .btn {
    font-size: 4vw;
  }
}
#mpjt_op .kiyaku .btn:hover {
  background: #fff;
  border-color: #e40057;
  color: #e40057;
  font-weight: bold;
}
#mpjt_op .kiyaku .btn a {
  color: inherit;
  text-decoration: inherit;
}
#mpjt_op .kiyaku .btn a:hover {
  opacity: inherit;
}
/* About MIYABI */
#mpjt_op .aboutmiyabi {
  max-width: 100%;
  width: 100%;
  margin: -4% auto 4%;
  border: none;
  background-color: #fff;
  padding: 4% 5%;
}
#mpjt_op .aboutmiyabi .aboutbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
#mpjt_op .aboutmiyabi .aboutbox .picwrap {
  width: 100%;
  margin-bottom: 5%;
}
#mpjt_op .aboutmiyabi .aboutbox .picwrap img {
  width: 100%;
}
#mpjt_op .aboutmiyabi .aboutbox .txtwrap {
  width: 100%;
  text-align: left;
}
#mpjt_op .aboutmiyabi .aboutbox .txtwrap img {
  margin-bottom: 16px;
}
#mpjt_op .aboutmiyabi .aboutbox .txtwrap p {
  font-size: 14px;
  word-break: break-all;
}
/* 日常英会話コース */
#mpjt_op .course {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #005796;
  padding: 8% 0 0;
}
#mpjt_op .course h3.coursettl {
  width: 80%;
  margin: 0 auto 5%;
}
#mpjt_op .course h3.coursettl img {
  width: 100%;
}
#mpjt_op .course .pic01 {
  width: 100%;
  margin: 0 auto 5%;
}
#mpjt_op .course .pic01 img {
  width: 100%;
}
#mpjt_op .course p.txt01 {
  font-size: 16px;
  color: #2073ac;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
#mpjt_op .course .osusumebox .ttl02 {
  width: 100%;
  margin: 0 auto 5%;
}
#mpjt_op .course .osusumebox .ttl02 img {
  width: 100%;
}
#mpjt_op .course .osusumebox ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto 5%;
}
#mpjt_op .course .osusumebox ul li {
  font-weight: bold;
  font-size: 3.4vw;
  margin-bottom: 3%;
  letter-spacing: -0.05em;
  width: 100%;
  text-align: left;
}
#mpjt_op .course .osusumebox ul li:nth-child(2), #mpjt_op .course .osusumebox ul li:nth-child(5) {
  margin-left: 0;
}
#mpjt_op .course .osusumebox ul li:nth-child(3) {
  margin: 0 0 3% 0;
}
#mpjt_op .course .osusumebox ul li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../img/icon03.png) bottom left no-repeat;
  background-size: contain;
  margin-right: 10px;
}
#mpjt_op .course .osusumebox .btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  background: #e40057;
  border-style: solid;
  border-width: 2px;
  border-color: #e40057;
  border-radius: 20px;
  text-align: center;
  line-height: 1.7;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
  width: 100%;
  height: 100px;
  margin: 0 0 15%;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  font-size: 5vw;
  text-decoration: none;
}
#mpjt_op .course .osusumebox .btn span {
  display: block;
  font-size: 5.3vw;
  position: relative;
  padding-left: 28px;
}
@media screen and (min-width:641px) {
  #mpjt_op .course .osusumebox .btn {
    font-size: 3.5vw;
  }
  #mpjt_op .course .osusumebox .btn span {
    font-size: 4.5vw;
  }
}
#mpjt_op .course .osusumebox .btn span::before, #mpjt_op .course .osusumebox .btn span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#mpjt_op .course .osusumebox .btn span::before {
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
#mpjt_op .course .osusumebox .btn span::after {
  left: 5px;
  width: 8px;
  height: 8px;
  border-top: 3px solid #e40057;
  border-right: 3px solid #e40057;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mpjt_op .course .osusumebox .btn:hover {
  background: #fff;
  border-color: #e40057;
  color: #e40057;
  font-weight: bold;
}
#mpjt_op .course .osusumebox .btn:hover span::before {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #e40057;
}
#mpjt_op .course .osusumebox .btn:hover span::after {
  left: 8px;
  width: 12px;
  height: 12px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mpjt_op .course .osusumebox .btn a {
  color: inherit;
  text-decoration: inherit;
}
#mpjt_op .course .osusumebox .btn a:hover {
  opacity: inherit;
}
#mpjt_op .sekaipic {
  width: 100%;
  height: auto;
  padding-top: 142.8%;
  background: url("../img/pic5_sp.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
}
#mpjt_op .sekaipic .txt {
  display: none;
}
/* ============================================================ */
/* .example */
/* ============================================================ */
#mpjt_op .example {
  padding: 54px 0;
}
#mpjt_op .l-container--md {
  margin: 0 auto;
  padding: 0;
  max-width: 1050px;
  width: 100%;
}
#mpjt_op .example .title {
  text-align: center;
  font-weight: bold;
  color: #173750;
  margin-bottom: 12px;
  font-size: 19px;
}
#mpjt_op .example__desc-text {
  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;
  margin: 0 auto 35px;
  margin: 0 auto 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#mpjt_op .example__desc-text__point {
  font-size: 23px;
  text-align: center;
  color: #fff;
  background: #173750;
  padding: 20px;
  border-radius: 18px;
  margin-right: 12px;
  font-size: 20px;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
#mpjt_op .example__desc-text__text {
  font-size: 25px;
  color: #173750;
  font-size: 15px;
  margin-left: auto;
}
#mpjt_op .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
#mpjt_op .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  left: 10px;
  right: auto;
  background: url(/form/ml_lp/img/example-arrow.svg) no-repeat center center/contain;
}
.example .swiper-button-next {
  background: url(/form/ml_lp/img/example-arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mpjt_op .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
#mpjt_op .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: block;
  width: calc(100% - 40px);
}
#mpjt_op .example__note {
  font-size: 15px;
  text-align: right;
  color: #173750;
  margin-top: 8px;
  font-size: 10px;
  margin-top: 34px;
  text-align: center;
}
#mpjt_op .example__3col__item {
  background: #1a75bf;
  color: #fff;
  border-radius: 10px;
  padding: 18px 20px;
  width: calc((100% - 112px) / 3);
  height: auto;
  width: 100%;
  padding: 18px 40px;
}
#mpjt_op .example__3col__item__inner {
  height: 100%;
}
#mpjt_op .example__3col__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  margin-bottom: 4px;
}
.example__3col__img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.example__3col__text {
  font-size: 14px;
  text-align: left;
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.example .swiper-button-prev {
  background: url(http://brock.work/form/ml_lp/img/example-arrow.svg) no-repeat center center/contain;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.example .swiper-button-next {
  background: url(http://brock.work/form/ml_lp/img/example-arrow.svg) no-repeat center center/contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.example__3col__item__inner {
  height: 100%;
}
.swiper-pagination {
  display: none;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: auto !important;
  position: relative;
}
/* ============================================================ */
/* .flow */
/* ============================================================ */
#mpjt_op .flow_lesson {
  padding: 40px 0 0;
  overflow: hidden;
  background: #E2F0FC;
  position: relative;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#mpjt_op .flow_lesson .ttl01 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
#mpjt_op .flow_lesson .ttl01 span {
  font-size: 1.8rem;
}
#mpjt_op .flow {
  counter-reset: li;
  margin: 0 15px;
}
#mpjt_op .flow li {
  position: relative;
  padding: 15px 10px;
  background: #fff;
}
#mpjt_op .flow_lesson .flow li figure {
  width: 130px;
}
#mpjt_op .flow li figure {
  margin: 0 auto;
}
#mpjt_op .flow li figure img {
  width: 100%;
}
#mpjt_op .flow li .ttl {
  position: relative;
  margin: 10px 0;
  padding: 40px 0 0;
  box-sizing: content-box;
  font-weight: bold;
}
#mpjt_op .flow_lesson .flow li .ttl {
  text-align: center;
}
#mpjt_op .flow li .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 30px;
  background: #ee0055;
  color: #fff;
  text-align: center;
  line-height: 30px;
  counter-increment: li;
}
#mpjt_op .flow_lesson .flow li .ttl::after, #mpjt_op .flow_lesson .flow li .ttl::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#mpjt_op .flow_lesson .flow li .ttl::before {
  width: 80px;
  content: "STEP "counter(li);
  border-radius: 100px;
}
#mpjt_op .flow li .ttl::after {
  position: absolute;
  top: 29px;
  left: 10px;
  content: "";
  border-color: #ee0055 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
}
#mpjt_op .flow_lesson .flow li .ttl::after, #mpjt_op .flow_lesson .flow li .ttl::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#mpjt_op .flow li:not(:first-child) {
  margin: 1px 0 0;
}
#mpjt_op .note {
  display: table;
  font-size: 1.2rem;
}
#mpjt_op .flow_lesson .note {
  margin: 10px 15px 0;
}
#mpjt_op .contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 15px;
  background: #ffe5ef;
}
#mpjt_op .contact_block {
  background: #E2F0FC;
}
#mpjt_op .btn_orange01, .btn_orange02 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  background: #ff7e00;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7e00;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
#mpjt_op .contact_block .btn_orange01 {
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
  font-size: 1.1rem;
  font-weight: bold;
}
#mpjt_op .contact_block .btn_orange01 {
  border-color: #ff7e00;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mpjt_op .btn_orange01 i:first-child, #mpjt_op .btn_orange02 i:first-child {
  margin: 0 8px 0 0;
}
#mpjt_op .contact_block .btn_orange01 i {
  margin: 0 4px 0 0;
  font-size: 1.2rem;
  font-weight: normal;
}
#mpjt_op .icon-outer:before {
  content: "\e909";
}
#mpjt_op .flow li:not(:first-child)::before, #mpjt_op .flow li:not(:first-child)::after {
  position: absolute;
  left: 50%;
  z-index: 1;
  content: "";
  border-style: solid;
  border-width: 14px 14px 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#mpjt_op .flow li:not(:first-child)::before {
  top: -1px;
}
#mpjt_op .flow_lesson .flow li:not(:first-child)::before {
  border-color: #e2f0fc transparent transparent;
}
#mpjt_op .flow li:not(:first-child)::after {
  top: -2px;
  border-color: #fff transparent transparent;
}
/*　インフォメーション追加20210305　*/
#mpjt_op .info {
  width: 100%;
  margin: 30px auto 40px;
  padding: 0 20px;
}
#mpjt_op .info h2 {
  color: #2073AC;
  font-size: 1.6rem;
  font-weight: bold;
}
#mpjt_op .info_list {
  border-top: 2px dotted #2073AC;
  border-bottom: 2px dotted #2073AC;
}
#mpjt_op .info_list li {
  display: block;
  padding: 20px 0;
  border-bottom: 1px dotted #d9d9d9;
}
#mpjt_op .info_list li time {
  flex: 0 0 100%;
  font-weight: bold;
}
#mpjt_op .info_list li p {
  flex: 1 0 0%;
  position: relative;
}
#mpjt_op .info_list li p a {
  display: block;
}
#mpjt_op .tokuten {
  text-align: center;
  margin: 0 0 50px;
}
#mpjt_op .tokuten img {
  width: 90%;
}
/*　スケジュールアコーディオン追加20210515　*/
#mpjt_op a.anchor {
  display: block;
  padding-top: 50px;
  margin-top: -50px;
}
#mpjt_op .learning {
  width: 95%;
  max-width: 880px;
  margin: 20px auto 0;
}
#mpjt_op .learning img {
  width: 100%;
}
#mpjt_op .schedul {
  margin: 0 auto;
  width: 90%;
  text-align: center;
}
#mpjt_op .schedul_detail {
  display: none;
}
#mpjt_op .schedulopen {
  max-width: 980px;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
}
#mpjt_op .schedul .btn_detail:hover {
  opacity: 1;
}
#mpjt_op .recruiting .schedulewrap {
  margin: 15px 0 0;
}
#mpjt_op .btn_detail:after {
  top: 18px;
  right: 13px;
  width: 8px;
  height: 8px;
}
#mpjt_op .btn_detail.active:after {
  top: 22px;
  right: 13px;
  width: 8px;
  height: 8px;
}
#mpjt_op .recruiting .inner {
  width: 100%;
}
#mpjt_op .tokuten2 {
  margin: 0 auto 10%;
  width: 90%;
  text-align: center;
}
#mpjt_op .tokuten2_detail {
  display: none;
}
#mpjt_op .tokuten2open {
  max-width: 980px;
  padding: 0;
  text-align: left;
  margin: 0 auto;
}
#mpjt_op .tokuten {
  margin: 20px 0 0;
}
#mpjt_op .tokuten img {
  width: 100%;
}
/*　学習状況追加20210821*/
#mpjt_op #learning {
  max-width: 90%;
  margin: 8% 5%;
  border: none;
  position: relative;
  text-align: center;
}
#mpjt_op #learning .learning_ttl {
  width: calc(100% + 2px);
  ;
  position: absolute;
  top: -1px;
  left: -1px;
}
#mpjt_op #learning .learning_ttl img {
  width: 100%;
}
#mpjt_op #learning .subttl {
  width: 100%;
  margin: 50% auto 0;
}
#mpjt_op #learning .subttl img {
  width: 100%;
}
#mpjt_op #learning .cap {
  font-size: 14px;
  margin-top: 15px;
  text-align: left;
}
#mpjt_op #learning .learning_box {
  width: 100%;
  background-color: #e2f0fc;
  padding: 0 0 20px;
  margin: 20px auto 0;
  border-radius: 0 0 10px 10px;
}
#mpjt_op #learning .learning_box .ttl {
  width: 100%;
  background-color: #008ddc;
  color: #fff;
  font-size: 6vw;
  line-height: 1.2;
  font-weight: bold;
  padding: 10px 0;
  margin-bottom: 25px;
  text-align: center;
}
#mpjt_op #learning .learning_box dl {
  max-width: 90%;
  margin: 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
#mpjt_op #learning .learning_box dl dt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#mpjt_op #learning .learning_box dl dt img {
  max-width: 70px;
  margin: 0 0 20px 0;
}
#mpjt_op #learning .learning_box dl dd {
  background-color: #fff;
  text-align: left;
  padding: 3%;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  position: relative;
}
#mpjt_op #learning .learning_box dl dd:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -8px;
  border: 10px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 0;
}
#mpjt_op #learning .learning_box dl dd span {
  font-size: 14px;
}
#mpjt_op #learning .learning_box .txt01 {
  font-size: 4.5vw;
  color: #2073ac;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
  padding: 0 0 20px;
  margin: 0 5% 20px;
  border-bottom: 1px solid #2073ac;
}
#mpjt_op #learning .txt02 {
  width: 90%;
  margin: 0 auto 40px;
}
#mpjt_op #learning .txt02 img {
  width: 100%;
}
#mpjt_op #learning .coursebox {
  max-width: 90%;
  margin: 0 5%;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 3% 3%;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
#mpjt_op #learning .coursebox p.txt03 {
  position: absolute;
  font-size: 5.5vw;
  color: #e40057;
  font-weight: bold;
  top: -20px;
  left: 18%;
}
#mpjt_op #learning .aboutwrap {
  max-width: 90%;
  margin: 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#mpjt_op #learning .aboutwrap + .aboutwrap {
  margin-top: 40px;
}
#mpjt_op #learning .aboutwrap .leftbox {
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#mpjt_op #learning .aboutwrap .leftbox .icon {
  width: 15%;
  margin-right: 2%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#mpjt_op #learning .aboutwrap .leftbox .icon img {
  width: 100%;
}
#mpjt_op #learning .aboutwrap .leftbox .ttl2 {
  width: 82%;
  font-size: 5vw;
  font-weight: bold;
  color: #2073ac;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
}
#mpjt_op #learning .aboutwrap .leftbox .ttl2.long {
  letter-spacing: -0.02em;
}
#mpjt_op #learning .aboutwrap .leftbox p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 10px;
}
#mpjt_op #learning .aboutwrap .rightbox {
  width: 100%;
  margin-top: 10px;
}
#mpjt_op #learning .aboutwrap .rightbox img {
  width: 100%;
}
#mpjt_op #learning .opinionbox {
  width: 90%;
  margin: 0 5% 20px;
  padding: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  border-bottom: 1px solid #2073ac;
}
#mpjt_op #learning .opinionbox img {
  max-width: 100%;
  margin: 0 0 10px 0;
}
#mpjt_op #learning .opinionbox p {
  width: 100%;
}
#mpjt_op #learning .opinionbox p span {
  font-size: 4.5vw;
  color: #2073ac;
  font-weight: bold;
  margin-bottom: 10px;
}
#mpjt_op #learning .learning_box .txt04 {
  text-align: center;
  font-size: 5.5vw;
  color: #e40057;
  font-weight: bold;
  margin: -5px 5% 15px;
  line-height: 1.3;
  padding-bottom: 15px;
  border-bottom: 1px solid #2073ac;
}
#mpjt_op .point {
  margin: 20px auto 25px;
  width: 90%;
  text-align: center;
}
#mpjt_op .point_detail {
  display: none;
}
#mpjt_op .pointopen {
  max-width: 980px;
  padding: 0;
  text-align: left;
  margin: 20px auto 0;
}
#mpjt_op #learning .point .learning_box {
  margin: 0 auto;
}
/*　結果発表追加20220425　*/
#mpjt_op #skill {
  width: 100%;
  margin: 0;
  background-color: #e2f0fc;
  position: relative;
  padding: 7% 5% 8%;
  text-align: center;
}
#mpjt_op #skill .skill_box {
  max-width: 100%;
  background-color: #fff;
  padding: 7% 3.5%;
  margin: 0 0 6%;
  border-radius: 10px;
}
#mpjt_op #skill .skill_box:last-child {
  margin: 0 auto;
}
#mpjt_op #skill .skill_box.resul1, #mpjt_op #skill .skill_box.resul2, #mpjt_op #skill .skill_box.resul3, #mpjt_op #skill .skill_box.resul4 {
  position: relative;
}
#mpjt_op #skill .skill_box.resul1::before {
  position: absolute;
  top: -3%;
  left: -4%;
  content: "";
  background: url(../img/resul1.png)top left no-repeat;
  width: 17%;
  height: 200px;
  background-size: 100% auto;
}
#mpjt_op #skill .skill_box.resul2::before {
  position: absolute;
  top: -3%;
  left: -4%;
  content: "";
  background: url(../img/resul2.png)top left no-repeat;
  width: 17%;
  height: 200px;
  background-size: 100% auto;
}
#mpjt_op #skill .skill_box.resul3::before {
  position: absolute;
  top: -3%;
  left: -4%;
  content: "";
  background: url(../img/resul3.png)top left no-repeat;
  width: 17%;
  height: 200px;
  background-size: 100% auto;
}
#mpjt_op #skill .skill_box.resul4::before {
  position: absolute;
  top: -3%;
  left: -4%;
  content: "";
  background: url(../img/resul4.png)top left no-repeat;
  width: 17%;
  height: 200px;
  background-size: 100% auto;
}
#mpjt_op #skill .skill_box .ttl {
  border-bottom: 2px dotted #2073AC;
  padding-bottom: 4%;
  margin-bottom: 4%;
  text-align: center;
}
#mpjt_op #skill .skill_box.resul1 .ttl img {
  width: 79%;
  margin: 0 auto;
}
#mpjt_op #skill .skill_box.resul2 .ttl img {
  width: 64%;
  margin: 0 auto;
}
#mpjt_op #skill .skill_box.resul3 .ttl img {
  width: 56%;
  margin: 0 auto;
}
#mpjt_op #skill .skill_box.resul4 .ttl img {
  width: 60%;
  margin: 0 auto;
}
#mpjt_op #skill .skill_box .resulimg {
  margin: 0 auto;
}
#mpjt_op #skill .skill_box .resulimg2 {
  margin: 0 0 0 3%;
  position: relative;
  width: 105%;
}
#mpjt_op #skill .skill_box .resulimg2 img {
  width: 100%;
}
#mpjt_op #skill .skill_box .resulimg2::after {
  content: "";
  width: 0;
  height: 0;
  border: 60px solid transparent;
  border-top: 40px solid #78c3ec;
  left: 50%;
  margin-left: -80px;
  top: 108%;
  position: absolute;
}
#mpjt_op #skill .skill_box.resul2 .resulimg {
  padding-top: 4%;
}
#mpjt_op #skill .skill_box.resul2 .resulimg img {
  width: 60%;
  margin: 0 auto;
}
#mpjt_op #skill .skill_box.resul3 .resulimg {
  margin: 0 auto;
  padding-top: 4%;
}
#mpjt_op #skill .skill_box.resul3 .resulimg img {
  width: 60%;
  margin: 0 auto;
}
#mpjt_op #skill .skill_box.resul4 .resulimg {
  margin: 0 auto;
  padding-top: 4%;
}
#mpjt_op #skill .skill_box.resul4 .resulimg img {
  width: 70%;
  margin: 0 auto;
}
#mpjt_op #skill .skill_box.resul1 ul {
  margin: 0 0 6%;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
#mpjt_op #skill .skill_box.resul1 ul li {
  margin-bottom: 5px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
#mpjt_op #skill .skill_box.resul1 p {
  font-size: 5vw;
  color: #008ddc;
  font-weight: bold;
  padding-top: 20%;
}
#mpjt_op #skill .skill_box.resul1 p span {
  background: linear-gradient(transparent 50%, #fff8b5 50%);
}
#mpjt_op #skill .skill_box.resul2 p {
  font-size: 4.3vw;
  color: #008ddc;
  font-weight: bold;
  margin-top: 5%;
}
#mpjt_op #skill .skill_box.resul2 p span {
  background: linear-gradient(transparent 50%, #fff8b5 50%);
}
#mpjt_op #skill .skill_box.resul3 p {
  font-size: 16px;
  margin-top: 5%;
}
#mpjt_op #skill .skill_box.resul4 p {
  font-size: 14px;
  line-height: 1.4;
  margin: 5% auto 0;
  text-align: left;
}
#mpjt_op #learning .learning_box .txt05 {
  font-size: 14px;
  line-height: 1.4;
  margin: -1% 5% 4%;
  text-align: left;
}
#mpjt_op #learning .learning_box .opinionbox2 {
  max-width: 90%;
  margin: 0 5% 4%;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 3%;
  line-height: 1.5;
  border-bottom: 0;
  text-align: left;
  font-size: 14px;
}
#mpjt_op #learning .learning_box .opinionbox2:last-child {
  margin: 0 5% 0;
}
#mpjt_op #learning .learning_box .opinionbox2 p span {
  font-weight: bold;
  color: #2073ac;
}
#mpjt_op #learning ul.captxt {
  width: 100%;
  margin: 3% 0 0;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
}
#mpjt_op #learning ul.captxt li {
  margin-bottom: 5px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#mpjt_op span.super {
  vertical-align: super;
  font-size: 0.8em;
}