.mcframe img {
  width: 100%;
  height: auto;
}
.mcframe .mcf_mv {
  width: 100%;
  height: 460px;
  background: url(../images/mcframe/mv.png) no-repeat 0 0/cover;
}
@media (min-width: 769px) and (max-width: 991px) {
  .mcframe .mcf_mv {
    height: 33.67vw;
  }
}
@media (max-width: 768px) {
  .mcframe .mcf_mv {
    height: 380px;
  }
}
.mcframe .mcf_mv .wrap {
  width: 100%;
  height: 100%;
  max-width: 1242px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mcframe .mcf_mv .wrap .ttl1 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 769px) and (max-width: 991px) {
  .mcframe .mcf_mv .wrap .ttl1 {
    font-size: 0.994vw; /*0.071px*/
  }
}
.mcframe .mcf_mv .wrap .logo {
  padding-top: 1em;
  width: 404px;
}
@media (min-width: 769px) and (max-width: 991px) {
  .mcframe .mcf_mv .wrap .logo {
    width: 28.684vw;
  }
}
@media (max-width: 768px) {
  .mcframe .mcf_mv .wrap .logo {
    width: 100%;
    max-width: 280px;
  }
}
.mcframe .mcf_mv .wrap .logo img {
  width: 100%;
  height: auto;
}
.mcframe .mcf_mv .wrap .desc {
  padding-top: 1em;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 769px) and (max-width: 991px) {
  .mcframe .mcf_mv .wrap .desc {
    font-size: 1.988vw;
  }
}
@media (max-width: 768px) {
  .mcframe .mcf_mv .wrap .desc {
    font-size: 22px;
  }
}
.mcframe .mcf_mv .wrap .btn {
  margin-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 240px;
  background-color: #AF002F;
  border: 1px solid #AF002F;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 1em 0;
  border-radius: 5em;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
}
@media (min-width: 769px) and (max-width: 991px) {
  .mcframe .mcf_mv .wrap .btn {
    font-size: 1.136vw;
    width: 17.04vw;
  }
}
@media (max-width: 768px) {
  .mcframe .mcf_mv .wrap .btn {
    font-size: 14px;
  }
}
.mcframe .mcf_mv .wrap .btn span {
  padding: 0 2em 0 2.25em;
  position: relative;
}
.mcframe .mcf_mv .wrap .btn span::before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.25em;
  height: 0.9em;
  -webkit-mask: url(../images/top/icon-header-mail.svg) no-repeat 0 0/contain;
          mask: url(../images/top/icon-header-mail.svg) no-repeat 0 0/contain;
  background-color: #fff;
}
.mcframe .mcf_mv .wrap .btn span::after {
  content: "";
  position: absolute;
  right: -1em;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mcframe .mcf_mv .wrap .btn:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #AF002F;
}
.mcframe .mcf_mv .wrap .btn:hover span::before {
  background: #AF002F;
}
.mcframe .mcf_mv .wrap .btn:hover span::after {
  border-color: #AF002F;
}
.mcframe .breadcrumb_wrap {
  background-color: #EEF3F8;
}
.mcframe .mcf_sec .wrap {
  padding-top: 3em;
  padding-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .mcframe .mcf_sec .wrap {
    padding-top: 1.5em;
    padding-bottom: 2.5em;
  }
}
@media (max-width: 991px) {
  .mcframe .mcf_sec .wrap {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  .mcframe .mcf_sec .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.mcframe .mcf_sec .wrap .ttl_en {
  font-family: "Titillium Web";
  letter-spacing: 0.1em;
  text-align: center;
}
.mcframe .mcf_sec .wrap > .ttl_en {
  font-size: 42px;
}
@media (max-width: 768px) {
  .mcframe .mcf_sec .wrap > .ttl_en {
    font-size: 31px;
  }
}
.mcframe .mcf_sec .wrap > .ttl_en span {
  position: relative;
}
.mcframe .mcf_sec .wrap > .ttl_en span::before {
  content: "";
  background: url(../images/top/titlebg.svg) no-repeat left top;
  width: 36px;
  height: 36px;
  background-size: 100%;
  position: absolute;
  top: -2px;
  left: -24px;
  z-index: -1;
}
@media (max-width: 768px) {
  .mcframe .mcf_sec .wrap > .ttl_en span::before {
    width: 28px;
    height: 28px;
    left: -12px;
  }
}
.mcframe .mcf_sec .wrap > .ttl_en span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: -0.5em;
  display: block;
  margin: auto;
  width: 1.5em;
  height: 1px;
  background-color: #4863DD;
}
.mcframe .mcf_sec .wrap h2.ttl2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding-top: 2em;
  line-height: 2;
}
@media (max-width: 768px) {
  .mcframe .mcf_sec .wrap h2.ttl2 {
    font-size: 22px;
  }
}
.mcframe .mcf_sec .wrap .desc {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 1.25em;
  color: #19337C;
  line-height: 2;
}
@media (max-width: 768px) {
  .mcframe .mcf_sec .wrap .desc {
    font-size: 18px;
  }
}
.mcframe .mcf_sec .wrap .other {
  font-size: 16px;
  text-align: center;
  padding-top: 1em;
  line-height: 2;
}
.mcframe .mcf_sec .wrap > .img {
  background-color: #fff;
  border-radius: 1em;
  padding: 60px;
  margin-top: 4em;
}
@media (max-width: 768px) {
  .mcframe .mcf_sec .wrap > .img {
    margin-top: 2em;
    padding: 1em;
    border-radius: 0.5em;
  }
}
.mcframe .mcf1 {
  background: url(../images/mcframe/bg.png) no-repeat #EEF3F8 0 bottom/contain;
  position: relative;
  z-index: 0;
}
.mcframe .mcf1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2em;
  margin-top: 3em;
}
@media (max-width: 768px) {
  .mcframe .mcf1 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mcframe .mcf1 ul li {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  width: 30%;
  max-width: 320px;
  padding: 1.5em 2em;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .mcframe .mcf1 ul li {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    padding: 1em 1.5em;
  }
}
.mcframe .mcf1 ul li .img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.mcframe .mcf1 ul li .ttl_en {
  font-size: 16px;
  margin-top: 1em;
}
.mcframe .mcf1 ul li .ttl_en span {
  font-size: 20px;
}
.mcframe .mcf1 ul li .ttl3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5em;
  min-height: 3em;
  color: #0D3258;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .mcframe .mcf1 ul li .ttl3 {
    min-height: auto;
  }
}
.mcframe .mcf1 ul li p {
  font-size: 14px;
  color: #0D3258;
  line-height: 1.75;
}
.mcframe .mcf2 {
  background-color: #EEF3F8;
  position: relative;
  z-index: 0;
}
.mcframe .mcf2 .wrap {
  padding-top: 0;
}
@media (max-width: 768px) {
  .mcframe .mcf2 .wrap {
    padding-top: 1.5em;
  }
}
.mcframe .ttl {
  background-color: #19337C;
  color: #fff;
  text-align: center;
  padding: 1.5em;
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .mcframe .ttl {
    font-size: 18px;
  }
}
.mcframe .mcf3 {
  position: relative;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#EEF3F8));
  background-image: linear-gradient(transparent, #EEF3F8);
  padding-top: 3em;
}
.mcframe .mcf3::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1.5em;
  bottom: auto;
  margin: auto;
  display: block;
  width: 80px;
  height: 30px;
  background: url(../images/mcframe/ic4.svg) no-repeat 0 0/contain;
}
.mcframe .mcf4 {
  padding-top: 2em;
}
.mcframe .mcf4 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25em;
  background-color: #fff;
  padding: 40px 40px 0;
}
@media (max-width: 768px) {
  .mcframe .mcf4 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em 5% 0;
    margin: 0 auto;
    max-width: 390px;
  }
}
.mcframe .mcf4 ul li {
  list-style: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .mcframe .mcf4 ul li {
    padding: 1em;
  }
}
.mcframe .mcf4 ul li .img {
  width: 34%;
  padding-top: 0.5em;
}
.mcframe .mcf4 ul li .txt {
  width: 66%;
  padding-left: 1em;
}
.mcframe .mcf4 ul li .txt .ttl_en {
  text-align: left;
  font-size: 14px;
}
.mcframe .mcf4 ul li .txt .ttl_en .numb {
  font-size: 20px;
}
.mcframe .mcf4 ul li .txt .ttl3 {
  font-size: 18px;
  color: #0D3258;
  padding-top: 0.25em;
  line-height: 1.6;
}
.mcframe .mcf5 {
  padding-top: 2em;
  background-color: #EEF3F8;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .mcframe .mcf5 .wrap {
    padding-bottom: 1.5em;
  }
}
.mcframe .mcf5 .ttl2 {
  font-size: 18px;
  color: #19337C;
}
.mcframe .mcf5 ul {
  list-style: none;
  padding: 3em;
  background-color: #fff;
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media (max-width: 768px) {
  .mcframe .mcf5 ul {
    padding: 1.5em;
    margin-top: 1.5em;
  }
}
.mcframe .mcf5 ul li {
  font-size: 16px;
  padding-left: 2em;
  line-height: 1.75;
  position: relative;
}
@media (max-width: 768px) {
  .mcframe .mcf5 ul li {
    font-size: 14px;
  }
}
.mcframe .mcf5 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: #19337C;
}
.mcframe .mcf5 ul li::after {
  content: "";
  position: absolute;
  left: 0.35em;
  top: 0.7em;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mcframe .mcf5 ul li a {
  color: #222;
}
.mcframe .mcf5 ul li a:hover {
  text-decoration: underline;
}

/*Header*/
header.mcframe .header-primary .logo.lower2{
  width: 233px;
}
@media screen and (max-width: 540px) {
  header.mcframe .header-primary .logo.lower2 {
      width: 178px;
  }
}

header.mcframe nav.gnavi ul:not(.sub-menu) li a {
  position: relative;
}
header.mcframe nav.gnavi ul:not(.sub-menu) li:nth-child(2) a,
header.mcframe nav.gnavi ul:not(.sub-menu) li:nth-child(3) a {
  font-size: 13px;
  flex-direction: row;
  padding-top: 0;
}
header.mcframe nav.gnavi ul:not(.sub-menu) li a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  display: block;
  left: 10px;
  width: 4px;
  height: 4px;
  background-color: #00A13F;
}
header.mcframe .header-primary .navi nav ul li.border-btn a::before {
  content: url(../images/pasteriot/arrow-border-btn.svg);
}