@charset "utf-8";

body {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-weight: normal;
  font-size: 20px;
  padding-top: 120px;
}

/*-----------------------
    base
-----------------------*/
.clear:after {
  content: "";
  display: block;
  clear: both;
}
.sp {
  display: none;
}
.pc-block, .block {
  display: block;
}

img {
  width: 100%;
  height: auto;
  margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a {
  display: block;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
p {
  color: #000;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-weight: normal;
  font-size: 20px;
}
ul, li {
  list-style: none;
  color: #000;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-weight: normal;
  font-size: 20px;
}

.wrap {
  width: 1000px;
  box-sizing: content-box;
  margin: 0 auto;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}


/*-----------------------
    common
-----------------------*/
.t-mincho {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.t-bold-b101 {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.t-min-a1 {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
}
.shadow {
  text-shadow:0px 0px 6px #132A9E,0px 0px 6px #132A9E,0px 0px 6px #132A9E,0px 0px 6px #132A9E;
}
.cv-area {
  width: 75%;
  margin: 40px auto;
}
.cv-area a:hover {

}
.shadow-box {
  background: #fff;
  box-shadow: 0 0 8px gray;
  border-radius: 30px;
  padding: 8px 0;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .shadow-box{
  padding: 8px 0 0;
}
.t-65 {
  font-size: 65px;
}
.t-red {
  color: #FF0000;
}

/*-----------------------
    header
-----------------------*/
header {
  height: 120px;
  background: url("images/bg-hd.png") no-repeat right top;
  background-size: 75% auto;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
header h1 {
  width: 23%;
  max-width: 215px;
  height: 40px;
  position: absolute;
  top: 10px;
  left: 18px;
  cursor: pointer;
}
header h1.move img {
  height: 100px;
  width: auto;
  transition: all 0.8s;
}
header .header-info {
  width: 70%;
  padding: 5px 10px 0 0;
  text-align: right;
}
header .header-up p,header .header-up a {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-align: center;
}
header .header-up .line-2 {
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 3px;
}
header .header-up .border-1 {
  border: 1px solid #CCCCCC;
  padding: 5px 15px;
}
header .header-up a {
  font-size: 30px;
  font-weight: bold;
  margin: 0 8px 0 10px;
  position: relative;
  top: 5px;
}
/* Firefox */
@-moz-document url-prefix() {
    header .header-up a {
      line-height: 1em;
    }
}
header .header-under a {
  width: 300px;
  margin: 10px 0 0 auto;
}


/*-----------------------
    footer
-----------------------*/
footer {
  background: #fff;
  padding: 50px 0 0;
  position: relative;
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url("images/bg-ft.png") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: -70px;
}
.pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff;
  display: block;
  border-radius: 50%;
  background: #0E4DA1;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}
.pagetop .fas {
  color: #fff;
  line-height: 60px;
}

/*-----------------------
    top page
-----------------------*/
.eye-catch {
  background: url("images/bg-top.png") no-repeat top center;
  background-size: contain;
  padding: 85px 0 0;
  margin-top: -20px;
  text-align: center;
}
.eye-catch .eye-subText {
  width: 75%;
  background: linear-gradient(-225deg, rgba(14, 25, 86, 1), rgba(14, 77, 141, .8));
  color: #FFFF43;
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 0;
}
.eye-catch h2 {
  width: 75%;
  margin: 0 auto;
}
.eye-catch .line-2 {
  width: 75%;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  color: #fff;
  font-size: 25px;
  margin: 0 auto;
  padding: 15px 0;
}
/* Firefox */
@-moz-document url-prefix() {
    .eye-catch .line-2 {
      line-height: 1.5em;
    }
}

h3.b-en {
  background: url("images/test-reason.png") no-repeat right bottom;
  background-size: 400px auto;
  border-bottom: solid 7px #0E4DA1;
  box-shadow: 0px 5px #fff,0px 6px #0E4DA1;
  color: #0E4DA1;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4em;
  margin-left: 50px;
  text-align: left;
  padding: 40px 0 0;
  margin-top: 50px;
}
h3.b-en .t-175 {
  font-size: 61px;
}
h3.b-en .t-125 {
  font-size: 44px;
}
.reason-list {
  margin: 30px 50px 35px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.reason-list .r-item {
  width: 210px;
  height: 210px;
  background: url("images/bg-reason.png") no-repeat center;
  background-size: 100% auto;
  color: #fff;
  font-size: 30px;
  position: relative;
}
.reason-list .r-item span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-40%);
  margin: 0 auto;
}
.reason-list .r-item:nth-of-type(3) span {
  transform: translateY(-25%);
}
.reason-list .r-item:nth-of-type(4) span {
  letter-spacing: -2px;
}

.motion {
  background: url("images/bg-motion.png") no-repeat center top;
  background-size: 100% auto;
  background-color: #D7D9E6;
  padding: 160px 0 1px;
  text-align: center;
}
h4 {
  background: rgba(0, 77, 160, 0.95);
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  color: #fff;
  font-size: 48px;
  padding: 10px 0;
  position: relative;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, h4 {
  padding: 15px 0 0;
}
h4::before,h4::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}
h4::after {
  top: auto;
  bottom: 2px;
}
.motion-box {
  background: rgba(255, 255, 255, 0.5);
  margin: 45px 50px;
  padding: 50px 75px;
}
.motion-box .shadow-box:nth-of-type(1) {
  margin-bottom: 25px;
}
.motion-text p {
  font-size: 35px;
  font-weight: 600;
  text-decoration: underline;
}
.motion-text span {
  color: #808080;
  font-size: 25px;
  font-weight: 600;
}
.motion-flow p {
  font-size: 30px;
  font-weight: bold;
}
.motion-flow .t-red {
  display: inline-block;
  font-size: 65px;
  font-weight: 600;
  line-height: 1em;
  margin: 50px auto 50px;
  text-decoration: underline;
  position: relative;
}
.motion-flow.motion-arrow .t-red {
  margin: 50px auto 105px;
}
.motion-flow.motion-arrow .t-red::after {
  content: "";
  display: block;
  width: 100px;
  height: 50px;
  background: url("images/arrow-hw.png") no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
}
.motion-imp {
  background: rgba(255, 255, 255, 0.45);
  padding: 20px 0 45px;
  margin: 0 50px;
}
.motion-imp.motion-impArrow {
  margin-bottom: 130px;
  position: relative;
}
.motion-imp.motion-impArrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 120px;
  background: url("images/motion-arrow.png") no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: -120px;
}
.motion-imp .imp-title {
  background: #0E4DA1;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 0;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .motion-imp .imp-title {
  padding: 10px 0 0;
}
.motion-imp .shadow-box {
  margin: 40px 50px 0;
  padding: 20px 0;
}
.motion-imp .shadow-box img {
  width: 90%;
}
.motion-flow2 {
  margin: 50px auto 0;
}
.motion-flow2 .t-red {
  font-size: 45px;
  line-height: 1.5em;
  margin-top: 20px;
}

.generator {
  text-align: center;
}
.generator h4 {
  font-size: 45px;
  font-weight: 400;
  text-decoration: underline;
  padding: 30px 0;
}
.generator h4 span {
  color: #FFFF43;
  font-size: 56px;
  text-decoration: underline;
}
.generator .generator-bg {
  background: url("images/arrow-gl.png") no-repeat center top;
  background-size: 100% auto;
  background-color: #0E1956;
  padding: 210px 0 210px;
}
.generator .generator-bg p {
  color: #FFFF43;
  font-size: 45px;
}
.generator .generator-bg .stop {
  font-size: 100px;
}
.generator .generator-bg img {
  width: 80%;
  margin: 35px auto 95px;
}
.generator .generator-bg p:nth-last-of-type(1) {
  text-decoration: underline;
}
.generator .generator-bg p:nth-last-of-type(1) span {
  font-size: 67.5px;
}

.ipps {
  background: url("images/bg-ipps.png") no-repeat center top;
  background-size: cover;
  padding: 105px 0 140px;
  position: relative;
}
.ipps::before {
  content: "";
  display: block;
  width: 100%;
  height: 350px;
  background: url("images/title01.png") no-repeat center;
  background-size: 180% auto;
  position: absolute;
  top: -180px;
}
.ipps .ipps-box01 {
  background: rgba(255, 255, 255, 0.4);
  padding: 25px 0;
  margin: 0 50px 55px;
  text-align: center;
}
.ipps .ipps-box02 {
  background: rgba(255, 255, 255, 0.8);
  padding: 35px 0;
}
.ipps .ipps-box02 p {
  font-size: 30px;
  font-weight: bold;
}
.ipps .ipps-box02 p.t-red {
  font-size: 44px;
  text-decoration: underline;
  margin: 30px auto 0;
}

.check-box {
  margin: 0 35px;
}
.check-item {
  padding: 0 50px;
}
.check-item .check-itemImg {
  width: 30%;
}

.merit .merit-inner {
  background: url("images/bg-plus.png") no-repeat center bottom;
  background-size: 100% auto;
  background-color: #0E4DA1;
  padding: 10px 0 200px;
  position: relative;
}
.merit .merit-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url("images/bg-merit.png") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: -100px;
}
.merit h4 {
  border: none;
  background: none;
  font-size: 55px;
  font-weight: lighter !important;
  text-align: center;
  text-shadow:0px 0px 10px #102177,0px 0px 10px #102177,0px 0px 10px #102177,0px 0px 10px #102177,0px 0px 10px #102177,0px 0px 10px #102177,0px 0px 10px #102177,0px 0px 10px #102177;
}
.merit h4::before,.merit h4::after {
  display: none;
}
.merit h4 + p {
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 0;
}
.merit-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 125px 20px 0;
}
.merit-item {
  width: 24%;
  background: #fff;
  box-sizing: border-box;
  border: 5px solid #CCCC43;
  border-radius: 10px;
  padding: 75px 5px 25px;
  position: relative;
}
.merit-item .merit-num {
  width: 110px;
  height: 110px;
  background: #CCCC43;
  border: 5px solid #fff;
  color: #fff;
  line-height: 1em;
  text-align: center;
  padding: 8px 0;
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .merit-item .merit-num {
  padding: 18px 0;
}
.merit-item .merit-num span {
  font-size: 20px;
  line-height: 1em;
}
.merit-item .merit-num .t-mincho {
  font-size: 65px;
}
.merit-item .merit-title {
  color: #0E4DA1;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.merit-item .merit-img {
  height: 100px;
  width: auto;
  margin: 25px auto;
  text-align: center;
}
.merit-item .merit-img img {
  height: 100%;
  width: auto;
}
.merit-item .merit-img + p {
  padding: 0 10px;
  text-align: justify;
}
/* Firefox */
@-moz-document url-prefix() {
    .merit-item .merit-img + p  {
        line-height: 1.5em;
    }
}

.merit-boundary {
  background-color: #0E1956;
  padding: 0 0 130px;
  position: relative;
}
.boundary-round {
  width: 300px;
  height: 300px;
  background: #fff;
  border-radius: 50%;
  box-shadow : 0 0 0 1px #0E4DA1,0 0 0 10px #fff;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: -130px;
}
.boundary-round span {
  color: #0E4DA1;
  font-size: 80px;
  font-weight: bold;
  position: absolute;
  top: 93px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
/* Firefox */
@-moz-document url-prefix() {
    .boundary-round span {
        top: 75px;
    }
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .boundary-round span {
  top: 105px;
}
.merit-boundary .boundary-title {
  color: #fff;
  font-size: 55px;
  text-align: center;
  line-height: 1.5em;
}
.merit-boundary .boundary-title span {
  color: #FFFF43;
  font-size: 69px;
  font-weight: bold;
}
.merit-boundary .boundary-title + p {
  background: #fff;
  border-radius: 20px;
  color: #0E4DA1;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  margin: 30px 50px 30px;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .merit-boundary .boundary-title + p{
  line-height: 1em;
  padding: 15px 0 5px;
}
.merit-boundary .boundary-img {
  margin: 0 40px;
}

.flow {
  background-color: #D7D9E6;
  margin-top: -30px;
  padding: 0 0 225px;
  position: relative;
}
.flow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: url("images/flow-bg.png") no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  top: -100px;
}
.flow h3.b-en {
  border-bottom: solid 1px #0E4DA1;
  box-shadow: 0px 5px #D7D9E6, 0px 10px #0E4DA1;
  background: url(images/test-workflow.png) no-repeat right bottom;
  background-size: 480px auto;
}
.flow-list {
  width: 70%;
  margin: 0 auto 235px;
}
.flow-item {
  background: #0E4DA1;
  margin-top: 85px;
  position: relative;
}
.flow-item.list-arrow::before {
  content: "";
  display: block;
  width: 135px;
  height: 30px;
  background: url("images/arrow-bl.png") no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-item .flow-itemText {
  width: 65%;
}
.flow-item .flow-itemImg {
  width: 35%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-align: right;
}
.flow-item .flow-itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flow-item .flow-title {
  height: 100px;
  background: #fff;
  padding: 0 0 0 100px;
  position: relative;
}
.flow-item .flow-title span {
  width: 65px;
  height: 65px;
  background: url("images/icon-flow.png") no-repeat center top;
  background-size: contain;
  color: #fff;
  font-size: 44px;
  line-height: 65px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, .flow-item .flow-title span {
  line-height: 82px;
}
.flow-item .flow-title p {
  color: #0E4DA1;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2em;
  position: absolute;
  top: 50%;
  bottom: 0;
  margin: 0 auto;
  transform: translateY(-60%);
}
.flow-item:nth-of-type(2n) .flow-title p {
  transform: translateY(-30%);
}
.flow-text {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 15px 25px;
  text-align: justify;
}
/* Firefox */
@-moz-document url-prefix() {
    .flow-text {
      line-height: 1.5em;
    }
}
.notes {
  background: #fff;
  margin: 0 40px 0;
  padding: 50px 100px;
}
.notes .notes-title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
}
.notes .notes-item {
  text-align: justify;
}

/*-----------------------
    sp
-----------------------*/
@media (max-width: 1000px) {
  .wrap {
    width: 100%;
  }
}
@media (max-width: 925px) {
  .wrap {
    width: 100%;
  }
  header {
    background: url("images/bg-hd.png") no-repeat right top;
    background-size: 100% auto;
    padding-top: 5px;
  }
  header h1 {
    width: 20%;
  }
  header h1 a {
    background: #fff;
    padding: 5px;
  }
  header .header-info {
    width: 78%;
    float: right;
  }
  header .header-up p {
    font-size: 13px;
  }
  header .header-up a {
    font-size: 16px;
    top: 3px;
  }
  header .header-under a {
    width: 50%;
  }

  .eye-catch {
    background: url("images/bg-top.png") no-repeat top right;
    background-size: cover;
  }
  .eye-catch .eye-subText, .eye-catch h2, .eye-catch .line-2 {
    width: 90%;
  }
  .reason {
    background: #fff;
  }
  h3.b-en {
    background: none;
  }
  .reason-list {
    display: block;
  }
  .reason-list::after {
    content: "";
    display: block;
    clear: both;
  }
  .reason-list .r-item {
    width: 48%;
    background-size: contain;
    float: left;
    margin: 0 4% 10px 0;
    padding: 20px 0;
  }
  .reason-list .r-item:nth-of-type(2n) {
    margin-right: 0;
  }

  h4 {
    padding: 10px 20px;
  }
  .motion-box {
    margin: 45px 20px;
    padding: 30px;
  }
  .shadow-box {
    padding: 15px 0;
  }
  .motion-flow.motion-arrow .t-red {
    line-height: 1.5em;
  }
  .motion-imp {
    margin: 0 20px;
  }
  .motion-imp .shadow-box {
    margin: 40px 20px 0;
  }

  .generator .generator-bg {
    padding: 210px 20px 210px;
  }

  .merit-list {
    display: block;
  }
  .merit-list::after {
    content: "";
    display: block;
    clear: both;
  }
  .merit-item {
    width: 48%;
    float: left;
    margin: 0 4% 80px 0;
  }
  .merit-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .flow h3.b-en {
    background: none;
  }
  .flow-list {
    width: 90%;
  }
  .flow-item .flow-itemText {
    float: left;
  }
  .flow-item .flow-itemImg {
    float: right;
  }
  .flow-item .flow-title p {
    font-size: 25px;
  }
}
@media (max-width: 769px) {
  .pagetop {
    width: 80px;
    height: 80px;
    display: none !important;
  }

  body {
    overflow: hidden;
  }
  .pc {
    display: none;
  }
  .sp, .sp-block {
    display: block;
  }
  .pc-block {
    display: inline;
  }

  .f-left {
    width: 100%;
    float: none;
  }
  .f-right {
    width: 100%;
    float: none;
  }

  header {
    height: auto;
    background: none;
  }
  header h1 {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    padding: 0 20px;
    position: static;
  }
  header h1 a {
    width: 25%;
  }
  header .header-info {
    display: block;
    width: 100%;
    background: url(images/bg-hd.png) no-repeat left bottom;
    background-size: cover;
    background-color: #0E4DA1;
    box-sizing: border-box;
    float: none;
    padding: 10px;
  }

  .eye-catch {
    background: url("images/bg-top-sp.png") no-repeat center top;
    background-size: 200%;
  }

  h3.b-en {
    margin-left: 30px;
    font-size: 30px;
  }
  h3.b-en .t-175 {
    font-size: 40px;
  }
  h3.b-en .t-125 {
    font: 35px;
  }
  .reason {
    margin-top: 80px;
  }
  .reason-list {
    display: block;
  }
  .reason-list .r-item {
    padding: 0;
  }
  .reason-list .r-item span {
    font-size: 22px;
    transform: translateY(-30%);
  }
  .reason-list .r-item:nth-of-type(3) span {
    transform: translateY(-15%);
  }

  .motion {
    padding-top: 80px;
  }
  h4 {
    font-size: 30px;
  }
  .motion-text p {
    font-size: 20px;
  }
  .motion-flow p {
    font-size: 20px;
    padding: 0 20px;
  }
  .motion-flow.motion-arrow .t-red {
    font-size: 30px;
    margin: 20px auto 105px;
  }
  .motion-flow.motion-arrow .t-red::after {
    width: 80px;
  }
  .motion-imp .imp-title {
    font-size: 20px;
    padding: 10px 20px;
  }
  .motion-flow2 .t-red {
    font-size: 30px;
  }

  .generator h4 {
    font-size: 30px;
  }
  .generator h4 span {
    font-size: 35px;
  }
  .generator .generator-bg {
    padding: 100px 20px 150px;
  }
  .generator .generator-bg .stop,
  .generator .generator-bg p:nth-last-of-type(1) span {
    font-size: 40px;
  }
  .generator .generator-bg p {
    font-size: 30px;
  }
  .generator .generator-bg img {
    width: 90%;
  }
  .ipps .ipps-box01 {
    margin: 0 20px 55px;
  }
  .ipps .ipps-box02 {
    padding: 20px;
  }
  .ipps .ipps-box02 p {
    font-size: 20px;
  }
  .ipps .ipps-box02 p.t-red {
    font-size: 30px;
  }
  .check-box {
    margin: 0 10px;
  }
  .merit .merit-inner {
    padding-bottom: 10px;
  }
  .merit h4 {
    font-size: 30px;
  }
  .merit h4 + p {
    font-size: 20px;
    margin-top: 20px;
  }
  .merit-item {
    width: 100%;
    padding: 60px 20px 20px;
  }
  .merit-item .merit-img + p {
    font-size: 16px;
  }
  .merit-item .merit-img {
    height: 80px;
    margin: 0 0 15px;
  }
  .merit-boundary {
    padding: 0 0 150px;
  }
  .boundary-round {
    width: 200px;
    height: 200px;
    top: -30px;
  }
  .boundary-round span {
    font-size: 50px;
    top: 70px;
  }
  .merit-boundary .boundary-title {
    font-size: 30px;
  }
  .merit-boundary .boundary-title span {
    font-size: 35px;
  }
  .merit-boundary .boundary-title + p {
    font-size: 20px;
    margin: 30px 20px 30px;
    padding: 5px 20px;
  }
  .merit-boundary .boundary-img {
    margin: 0 10px;
  }

  .flow {
    padding: 0 0 100px;
  }
  .flow::before {
    top: -70px;
  }
  .flow h3.b-en {
    margin-top: 0;
  }
  .flow-list {
    margin: 0 auto 50px;
  }
  .flow-item {
    box-sizing: border-box;
  }
  .flow-item:nth-of-type(1) {
    margin-top: 45px;
  }
  .flow-item .flow-itemText {
    width: 100%;
  }
  .flow-item .flow-title {
    width: 100%;
    padding: 0 0 0 60px;
  }
  .flow-item .flow-title span {
    width: 45px;
    height: 45px;
    font-size: 30px;
    line-height: 47px;
    left: 8px;
  }
  .flow-text {
    width: 100%;
    font-size: 16px;
  }
  .flow-item .flow-itemImg {
    display: none;
  }
  .notes {
    margin: 0 20px 0;
    padding: 30px 20px;
  }
  .notes .notes-item {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .cv-area {
    width: 90%;
  }
  footer .cv-area {
    margin-top: 0;
  }

}
@media (max-width: 485px) {
  header .header-up p {
    margin-bottom: 8px;
  }
  header .header-under a {
    width: 200px;
  }
}
@media (max-width: 375px) {

}
