@charset "UTF-8";
/* CSS STYLE */
.mainvisualBackground.extra_bred {
  padding: 0;
}
.breadcrumbs.extra_lp {
  margin: 0;
}
em {
  font-style: normal;
}
html {
  font-size: 2.666666vw;
}
body {
  min-width: 32rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
img {
  width: 100%;
  height: auto;
}
.cb {
  clear: both;
}
.spnone {
  display: none !important;
}
.nolink {
  pointer-events: none;
  color: #999 !important;
}
/* PARTS */
#contents {
  width: 100%;
  padding-top: calc(6rem + 0.7rem);
  overflow: hidden;
  z-index: 2;
}
.inner, .inner-mid, .inner-sml {
  position: relative;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn a {
  position: relative;
  top: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5.5rem;
  background-color: #e68515;
  width: 100%;
  height: 5.5rem;
  padding: 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  box-shadow: 0.4rem 0.4rem 0 #b76e10;
}
.big {
  font-size: 112.5%;
}
.sml {
  font-size: 87.5%;
  line-height: 2.1;
}
.notes {
  font-size: 1.2rem;
  font-weight: 400;
  color: #707070;
}
.blur {
  -ms-filter: blur(5rem);
  filter: blur(5rem);
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
}
.blur.active {
  -ms-filter: blur(0rem);
  filter: blur(0rem);
}
.fade {
  opacity: 0;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
}
.fade.active {
  opacity: 1;
}
.fade-l {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(-2rem, 0);
  transform: translate(-2rem, 0);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.fade-l.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-r {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(2rem, 0);
  transform: translate(2rem, 0);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.fade-r.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-t {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, -2rem);
  transform: translate(0, -2rem);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.fade-t.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-b {
  position: relative;
  opacity: 0;
  -webkit-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.fade-b.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fade-w {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  opacity: 0;
}
.fade-z {
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
  opacity: 0;
}
.fade-w.active, .fade-z.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}
/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(6rem + 0.7rem);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 10000;
}
header .header-top {
  position: absolute;
  top: 0px;
  left: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  width: 100%;
  height: calc(6rem + 0.7rem);
  padding: 0.6rem 2rem 0 2rem;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  z-index: 1;
  background: #fff url(../img/header-line.webp) center top repeat-x;
  background-size: 150rem;
}
header.active .header-top {
  position: absolute;
  top: 0;
  left: 0;
}
header.hide .header-top {
  top: -7rem;
}
header .header-top .menu-logo {
  width: 12.5rem;
  font-size: 0;
}
header .header-top .menu-btn {
  width: 3.8rem;
  height: 3.8rem;
  margin-bottom: 0.2rem;
}
header .header-top .menu-btn.btn a {
  border-radius: 3.6rem;
  width: 17rem;
  height: 3.6rem;
  padding: 0;
  font-size: 1.2rem;
  box-shadow: 0.2rem 0.2rem 0 #b76e10;
}
/* FOOTER */
footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-top: 1px solid #e6e6e6;
  background-color: #fff;
  width: 100%;
  padding: 3.5rem 2rem 4.5rem 2rem;
  z-index: 2;
}
footer .logo {
  font-size: 0.9rem;
  letter-spacing: 0.7px;
  line-height: 1.2;
  color: #848484;
}
footer .logo img {
  display: block;
  width: 15rem;
  margin-bottom: 1.5rem;
  margin-right: auto;
}
footer .gft-cybertrust {
  width: 10rem;
  height: 7.2rem;
}
#gotop {
  display: none;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 5rem;
  height: 5rem;
  z-index: 10000;
}
#gotop a {
  display: block;
  border: 2px solid #fff;
  background-color: #0d60b9;
  border-radius: 5rem;
  width: 5rem;
  height: 5rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  line-height: 4.6rem;
  color: #fff;
}
/* LP */
.sp-menu {
  position: fixed;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 4rem;
  z-index: 2;
  display: none;
}
.sp-menu .sp-fixed {
  position: fixed;
  top: -4rem;
  left: 0;
  background-color: #eef6ff;
  width: 100%;
  height: 4rem;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.sp-menu.active .sp-fixed {
  position: fixed;
  top: 6.2rem;
  left: 0;
}
.sp-menu.active.move .sp-fixed {
  top: calc(6rem + 0.7rem);
  top: 6.2rem;
}
.sp-menu ul {
  display: flex;
  position: relative;
  background-color: #eef6ff;
  width: 100%;
  height: 4rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.sp-menu ul li {
  border-right: 1px solid #cfddec;
  width: 100%;
}
.sp-menu ul li:last-child {
  border-right: none;
}
.sp-menu ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #0d60b9;
}
/* MAIN AREA */
#main-area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url("../img/main-sp-image.webp") bottom center no-repeat #fff;
  background-size: cover;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #ffffff;
  font-weight: 500;
  padding: 24px 0 70vw 0;
}
#main-area::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 35vw;
  width: 100%;
  height: 510vw;
  background: url("../img/main-sp-front-image.svg") center bottom no-repeat;
  background-size: auto 100%;
}
#main-area .inner {
  padding-bottom: 30vw;
}
#main-area .read {
  text-align: center;
  font-size: 1rem;
}
#main-area .read h1 {
  padding-top: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
#main-area .underline {
  background-image: linear-gradient(to right, rgba(146, 109, 173, 0.5), rgba(97, 137, 213, 0.5));
  background-repeat: no-repeat;
  background-size: 100% 50%;
  background-position: bottom;
}
#main-area .read h1 em {
  font-size: 3rem;
  line-height: 1.5;
  display: inline-block;
  padding: 0.4rem 0 0.2rem 5.2rem;
  position: relative;
}
#main-area .read h1 em:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1vw;
  width: 5rem;
  height: 5rem;
  background: url("../img/moa-icon.webp") center no-repeat;
  background-size: contain;
}
#main-area .read h1 img {
  display: block;
  margin: 0.7rem 0 0.8rem 0;
}
#main-area .read h1 strong {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  width: 100%;
  padding: 6px 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  text-align: center;
}
#main-area .read h1 strong span.txt {
  color: #0d60b9;
  background: linear-gradient(to right, #926DAD, #2c7ace);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main-area .read h1 strong span.sub {
  font-weight: 400;
  font-size: 1.3rem;
}
#main-area .read p {
  margin: 2rem 0 2rem 0;
  font-size: 1.3rem;
  line-height: 2;
}
#main-area .read p strong {
  display: inline-block;
  padding: 4px 0 4px 4px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 24px;
  background-image: linear-gradient(to right, #926DAD, #6184D5);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}
#main-area .bl_btn-unit {
  padding-bottom: 16px;
}
#main-area .bl_btn-unit p {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 0 8px;
}
#main-area .bl_btn-unit p::before, #main-area .bl_btn-unit p::after {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  margin: 0px 4px 0;
}
#main-area .bl_btn-unit p::before {
  transform: rotate(55deg);
}
#main-area .bl_btn-unit p::after {
  transform: rotate(-55deg);
}
#main-area .el_emblem {
  position: absolute;
  right: 15vw;
  bottom: -4rem;
  top: auto;
  width: 70vw;
}
#main-area .el_emblem ul {
  display: flex;
}
#main-area .el_emblem ul li {
  width: 50%;
}
.main-menu {
  background-color: #eef6ff;
  width: 100%;
}
.main-menu br {
  display: none;
}
.main-menu ul {
  width: 100%;
}
.main-menu ul li {
  border-bottom: 1px solid #cfddec;
  width: 100%;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.main-menu ul li:last-child {
  border-bottom: none;
}
.main-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #0d60b9;
}
.moa-about {
  position: relative;
  background: url("../img/moa-about_bg.webp") bottom center no-repeat #ebebeb;
  background-size: 100% auto;
  width: 100%;
  padding: 4rem 0;
}
.moa-about h2 strong {
  display: block;
  margin-top: 1rem;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
.moa-about .count li {
  width: 100%;
  margin-bottom: 1rem;
}
.moa-about .read {
  margin: 1.5rem 0;
  font-size: 1.5rem;
  line-height: 1.7;
  color: #fff;
}
.moa-about .read strong {
  font-weight: 400;
  color: #ff0;
}
.moa-about .note {
  margin-bottom: 1rem;
  text-align: right;
  font-size: 1.1rem;
  line-height: 1.2;
}
.moa-about .feature-list {
  position: relative;
  width: 100%;
}
.moa-about .feature-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  border-left: 3px solid #0d60b9;
  height: 100%;
}
.moa-about .feature-list .box {
  border-radius: 0.4rem;
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 2rem;
  z-index: 3;
}
.moa-about .feature-list .title {
  position: relative;
  width: 100%;
  margin-bottom: 1.2rem;
}
.moa-about .feature-list .title h3 {
  position: relative;
  width: 100%;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  z-index: 2;
}
.moa-about .feature-list .title h3 br {
  display: none;
}
.moa-about .feature-list .title h3 div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 10.5rem;
  margin-bottom: 1rem;
}
.moa-about .feature-list .title h3 div strong {
  display: block;
  background: url(../img/feature-btm.webp) left bottom no-repeat;
  background-size: 100%;
  width: 6rem;
  margin-top: 0.4rem;
  padding-bottom: 1.6rem;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #0d60b9;
}
.moa-about .feature-list .title h3 div span {
  display: block;
  border-radius: 4rem;
  background-color: #ed5eb4;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 4rem;
  text-align: center;
  color: #fff;
}
.moa-about .feature-list .title .image {
  width: 70%;
  margin: 0 auto;
  z-index: 1;
}
.moa-about .feature-list .title .image p {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.moa-about .feature-list .title .image p span {
  background: url(../img/search.webp) left center no-repeat;
  background-size: 1.6rem;
  padding-left: 2.2rem;
  color: #247bd8;
  text-decoration: underline;
}
.moa-about .feature-list .title.t4 .image {
  width: 40%;
}
.moa-system {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  background: #eef6ff;
}
.moa-trouble {
  position: relative;
  background-color: #f3f3f3;
  width: 100%;
  padding: 4rem 0 1rem 0;
}
.moa-trouble:after {
  content: "";
  position: absolute;
  bottom: -2.9rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3rem 15rem 0 15rem;
  border-color: #f3f3f3 transparent transparent transparent;
  margin-left: -15rem;
}
.moa-trouble strong {
  font-weight: 700;
  color: #b41631;
}
.moa-trouble h2 {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.moa-trouble h2 span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.moa-trouble ul {
  width: 100%;
}
.moa-trouble ul li {
  border-radius: 0.5rem;
  background-color: #fff;
  width: 100%;
  margin-bottom: 1rem;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.moa-trouble ul li:last-child {
  margin-bottom: 0;
}
.moa-pro {
  position: relative;
  width: 100%;
  padding: 6rem 0 0 0;
}
.moa-pro h3 {
  position: relative;
  width: 100%;
  padding-bottom: 16rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #0d60b9;
  z-index: 1;
}
.moa-pro h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  display: block;
  background: url(../img/trouble-img_01.webp) left center no-repeat;
  background-size: 100%;
  width: 13rem;
  height: 16rem;
  z-index: -1;
}
.moa-pro h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2rem;
  display: block;
  background: url(../img/trouble-img_02.webp) right center no-repeat;
  background-size: 100%;
  width: 11rem;
  height: 16rem;
  z-index: -1;
}
.moa-pro h3 span {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.3;
}
.moa-pro h3 strong {
  background: linear-gradient(to bottom, rgba(255, 255, 0, 0) 0%, rgba(255, 255, 0, 0) 60%, rgba(255, 255, 0, 1) 61%, rgba(255, 255, 0, 1) 100%);
}
.moa-pro h3 + p {
  margin-top: 0.6rem;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #0d60b9;
}
.moa-pro dl {
  position: relative;
  background-color: #0d60b9;
  color: #fff;
  margin-top: 3rem;
  padding: 1.5rem 2rem 2.5rem 2rem;
}
.moa-pro dl:before {
  content: "";
  position: absolute;
  top: -1.9rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2.4rem 2rem 2.4rem;
  border-color: transparent transparent #0D60B9 transparent;
  margin-left: -2.4rem;
}
.moa-pro dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.moa-pro dl dt:before, .moa-pro dl dt:after {
  content: "";
  background-color: #ff0;
  width: 0.2rem;
  height: 3.5rem;
}
.moa-pro dl dt:before {
  transform: rotate(-40deg);
  margin-right: 1.5rem;
}
.moa-pro dl dt:after {
  transform: rotate(40deg);
  margin-left: 1.5rem;
}
.moa-case {
  position: relative;
  width: 100%;
  padding: 4rem 0;
}
.moa-case .case-area {
  border-bottom: 1px solid #ccc;
  padding: 0 0 4rem;
  margin-bottom: 2rem;
}
.moa-case .case-area:last-child {
  border: none;
  padding-bottom: 0;
}
.moa-case .case-area h3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.moa-case .case-area h3 .case {
  background-color: #0d60b9;
  width: 6rem;
  height: 3rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 3rem;
  text-align: center;
  color: #fff;
}
.moa-case .case-area h3 .title {
  width: calc(100% - 7rem);
  padding-top: 0.2rem;
  color: #000;
}
.moa-case .case-area h3 span {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 1;
  color: #38414b;
}
.moa-case .case-flow {
  position: relative;
  padding-left: 4rem;
  z-index: 1;
}
.moa-case .case-flow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 2rem;
  display: block;
  background-color: #0D60B9;
  width: 0.2rem;
  height: 100%;
  z-index: -1;
}
.moa-case .case-flow .flow1 {
  position: relative;
  background-color: #f3f3f3;
  margin-bottom: 1rem;
  padding: 2rem;
}
.moa-case .case-flow .flow2 {
  position: relative;
  background-color: #eef6ff;
  margin-bottom: 1rem;
  padding: 2rem;
}
.moa-case .case-flow .flow3 {
  position: relative;
  background-color: #eef6ff;
  padding: 2rem;
  box-shadow: 0 0 0 3px #0D60B9 inset;
}
.moa-case .case-flow .image {
  position: absolute;
  top: 50%;
  left: -5rem;
  border: 2px solid #0D60B9;
  background: #ffffff;
  border-radius: 6rem;
  width: 6rem;
  height: 6rem;
  margin-top: -3rem;
  overflow: hidden;
}
.moa-case .case-flow h4 {
  position: relative;
  margin-bottom: 0.8rem;
  padding-left: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.moa-case .case-flow h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #000;
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.4rem;
}
.moa-case .case-flow .flow3 h4 {
  padding-left: 2.4rem;
  font-size: 2rem;
  color: #0D60B9;
}
.moa-case .case-flow .flow3 h4:before {
  background: url(../img/case-icon.webp) center center no-repeat;
  background-size: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
}
.moa-case .case-flow li {
  position: relative;
  padding-left: 1.6rem;
}
.moa-case .case-flow li:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.1rem;
  border-radius: 0.6rem;
  background-color: #000;
  width: 0.6rem;
  height: 0.6rem;
}
.moa-case .case-flow .flow3 li {
  font-weight: 700;
  color: #000;
}
.moa-case .case-flow .flow3 li:before {
  background-color: #0D60B9;
}
.moa-case .case-flow figure {
  padding: 2.4rem 0 0 0;
}
.moa-case .case-flow em {
  font-weight: bold;
  color: #0d60b9;
}
.moa-details {
  position: relative;
  background-color: #eef6ff;
  width: 100%;
  padding: 4rem 0;
}
.moa-details h2 {
  position: relative;
  width: 100%;
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #0d60b9;
}
.moa-details h2:before, .moa-details h2:after {
  content: "";
  position: absolute;
  bottom: 1.2rem;
  background: url(../img/border_03.webp) center center no-repeat;
  background-size: 40rem;
  width: calc(50% - 10rem);
  height: 0.5rem;
}
.moa-details h2:before {
  left: 0;
}
.moa-details h2:after {
  right: 0;
}
.moa-details h2 strong {
  display: block;
  margin-top: 1rem;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
.moa-details .details-area {
  width: 100%;
  margin-bottom: 2rem;
}
.moa-details .details-area strong {
  color: #0d60b9;
}
.moa-details .details-area h3 {
  position: relative;
  background-color: #0D60B9;
  padding: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.moa-details .details-area h3:after {
  content: "";
  position: absolute;
  bottom: -1.7rem;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.8rem 2rem 0 2rem;
  border-color: #0D60B9 transparent transparent transparent;
  margin-left: -2rem;
}
.moa-details .details-area h4 {
  margin: 1.5rem 0 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0d60b9;
}
.moa-details .details-area .details-box {
  position: relative;
  background-color: #fff;
  padding: 2rem;
  z-index: 1;
}
.moa-details .details-area table {
  border: 1px solid #bcc8d6;
  width: 76rem;
  margin: 0 auto;
}
.moa-details .details-area table th {
  vertical-align: middle;
  border: 1px solid #bcc8d6;
  background-color: #eef6ff;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #000;
}
.moa-details .details-area table td {
  vertical-align: middle;
  border: 1px solid #bcc8d6;
  background-color: #fff;
  padding: 1.2rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.moa-details .details-area table .title th {
  width: 22%;
}
.moa-details .details-area table .title th:nth-of-type(1), .moa-details .details-area table .title th:nth-of-type(2) {
  width: 17%;
}
.moa-details .details-area ul {
  display: flex;
  justify-content: flex-end;
  width: 76rem;
  margin-top: 1rem;
}
.moa-details .details-area ul li {
  border: 1px dotted #c9c9c9;
  background-color: #e5f9f4;
  width: 21%;
  margin: 0 0.5%;
  padding: 0.8rem 0.4rem 1.2rem 0.4rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.moa-details .details-area ul strong {
  font-size: 1.6rem;
}
.moa-details .details-area .overarea {
  width: 100%;
  margin-top: 2rem;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.moa-details .details-area .overarea img {
  width: 82rem;
}
.moa-evaluation {
  position: relative;
  width: 100%;
  padding: 4rem 0 5rem 0;
}
.evaluation-list {
  width: 100%;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.evaluation-list a {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
.evaluation-list a:last-child {
  margin-bottom: 0;
}
.evaluation-list .image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.evaluation-list .image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  max-width: initial;
  width: 100%;
  height: 100%;
}
.evaluation-list .cat {
  display: table;
  border-radius: 0.3rem;
  background-color: #a59ab8;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  line-height: 1;
  color: #fff;
}
.evaluation-list .cat.cat2 {
  background-color: #8f6fc5;
}
.evaluation-list .cat.cat3 {
  background-color: #151a59;
}
.evaluation-list .cat.cat4 {
  background-color: #50897e;
}
.evaluation-list h3 {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
/* modal */
.modal-area {
  position: relative;
}
.md-overlay {
  position: relative;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 20000;
}
.md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 0 2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20001;
}
.md-inner {
  position: relative;
  border-radius: 0.4rem;
  background-color: #fff;
  width: 100%;
  padding: 2rem;
}
.md-xmark {
  position: absolute;
  top: -2rem;
  right: 1rem;
  border: 2px solid #fff;
  border-radius: 4rem;
  background: #0d60b9;
  width: 4rem;
  height: 4rem;
  z-index: 20002;
}
.md-xmark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  background: #fff;
  width: 2rem;
  height: 0.2rem;
  margin: -0.1rem 0 0 -1rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.md-xmark:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  background: #fff;
  width: 2rem;
  height: 0.2rem;
  margin: -0.1rem 0 0 -1rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}