@charset "Shift_JIS";
body {
  margin: 0;
  padding: 0;
}

/*========================================================================*\

$ma_mainArea

\*========================================================================*/

.ma_mainArea {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(../../images/houjinothers/ma_main.jpg) no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

.ma_mainArea .ma_zisseki {
  position: absolute;
  right: 5%;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .ma_mainArea {
    min-height: 400px !important; /* 画面に合わせて調整 */
  }
  .ma_mainArea h1 {
    padding: 0 20px;
  }

  .ma_mainArea .ma_zisseki {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
  }
}

/*========================================================================*\

$ma_Area

\*========================================================================*/
.ma_Area .l-wrap .pc {
  display: block;
}

.ma_Area .l-wrap .sp {
  display: none !important;
}

.ma_Area .l-wrap {
  padding: 80px 0;
}

.ma_Area .l-wrap h2 {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 4rem;
}

.ma_Area .l-wrap h2 .line {
  background: url(../../images/houjinothers/ma_line.png) no-repeat center bottom;
}

.ma_Area .l-wrap h2 .ss {
  font-size: 2.1rem;
}

.ma_Area .l-wrap .pointTxt {
  color: #c73232;
}

.ma_Area .l-wrap .pointTxt_02 {
  color: #fff000;
}

.ma_Area .l-wrap .pointTxt_03 {
  color: #004ea2;
}

.ma_Area .l-wrap .box02,
.ma_Area .l-wrap .box03,
.ma_Area .l-wrap .box04 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  position: relative;
  width: 100%;
}

.ma_Area .l-wrap .reverse {
  flex-flow: row-reverse;
}

.ma_Area .l-wrap .box02::after {
  content: "";
  display: block;
  width: 48.5%;
}

.ma_Area .l-wrap .box03::after {
  content: "";
  display: block;
  width: 32%;
}

.ma_Area .l-wrap .box04::after {
  content: "";
  display: block;
  width: 23.5%;
}

.ma_Area .l-wrap .box02.reverse::after {
  content: none;
}

.ma_Area .l-wrap .box02 .box02Inner {
  flex-shrink: 0;
  margin: 0;
  max-width: 100%;
  width: 48.5%;
}

.ma_Area .l-wrap .box03 .box03Inner {
  flex-shrink: 0;
  margin: 0;
  max-width: 100%;
  width: 32%;
}

.ma_Area .l-wrap .box04 .box04Inner {
  flex-shrink: 0;
  margin: 0;
  max-width: 100%;
  width: 23.5%;
}

.ma_Area .l-wrap .btn {
  margin-bottom: 10px;
}

.ma_Area .l-wrap .btn a {
  align-items: center;
  background: #ffffff;
  border: 2px solid #004ea2;
  border-radius: 100px;
  color: #004ea2;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 2rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  z-index: 1;
}

.ma_Area .l-wrap .btn a:after {
  border-right: solid 2px #004ea2;
  border-top: solid 2px #004ea2;
  content: "";
  height: 8px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
  width: 8px;
}
.ma_Area .l-wrap .btn a:hover:after {
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
}

.ma_Area .l-wrap .btn a span::after {
  content: ""; /*何も入れない*/
  display: inline-block;
  width: 12px; /*画像の幅*/
  height: 12px; /*画像の高さ*/
  background-image: url(../../images/houjinothers/ico_blank.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
}

.ma_Area .l-wrap .btn a:hover span::after {
  width: 12px; /*画像の幅*/
  height: 12px; /*画像の高さ*/
  background-image: url(../../images/houjinothers/ico_blank_on.png);
}

.ma_Area .l-wrap .btn a:hover {
  background: #004ea2;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .ma_Area .l-wrap .pc {
    display: none;
  }

  .ma_Area .l-wrap .sp {
    display: block !important;
  }

  .ma_Area .l-wrap {
    padding: 40px 20px;
  }

  .ma_Area .l-wrap h2 {
    font-size: 2.3rem;
    margin-bottom: 3rem;
  }

  .ma_Area .l-wrap h2 .ss {
    font-size: 1.6rem;
  }

  .ma_Area .l-wrap .box02 {
    display: block;
  }

  .ma_Area .l-wrap .box02 .box02Inner {
    flex-shrink: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }

  .ma_Area .l-wrap .box03 .box03Inner,
  .ma_Area .l-wrap .box04 .box04Inner {
    flex-shrink: 0;
    margin: 0;
    max-width: 100%;
    width: 48.5%;
  }

  .ma_Area .l-wrap .btn {
    margin: 20px 0 10px 0;
    width: 100%;
  }

  .ma_Area .l-wrap .btn a {
    font-size: var(--font_sm);
    padding: 1.5rem 1rem;
  }

  .ma_Area .l-wrap .btn a:after {
    content: none;
  }

  .ma_Area .l-wrap .characters img {
    width: 100;
  }
}

/*========================================================================*\

$ma_onayamiArea

\*========================================================================*/

.ma_onayamiArea {
  background: #f7f7f7;
  margin-top: -19px;
}

.ma_onayamiArea .l-wrap h2 {
  font-style: italic;
}

.ma_onayamiArea .l-wrap .box02Inner {
  background: #ffffff;
  border-radius: 20px;
}

.ma_onayamiArea .l-wrap .box02Inner h3 {
  background: #004ea2;
  border-radius: 20px 20px 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 2.3rem;
  color: #ffffff;
  line-height: 1.4;
  padding: 1rem 0;
  position: relative;
}

.ma_onayamiArea .l-wrap .box02Inner h3::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0%);
  border: 25px solid transparent;
  border-top: 15px solid #004ea2;
}

.ma_onayamiArea .l-wrap .box02Inner:last-child h3 {
  background: #2da7e0;
}

.ma_onayamiArea .l-wrap .box02Inner:last-child h3::before {
  border-top: 15px solid #2da7e0;
}

.ma_onayamiArea .l-wrap .box02Inner .itemBox {
  padding: 2rem 3rem;
}

.ma_onayamiArea .l-wrap .box02Inner .itemBox li {
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
  background: url(../../images/houjinothers/ma_check_01.png) no-repeat left
    center;
  padding: 2rem 0 2rem 4rem;
  line-height: 1.2;
  border-bottom: 1px dashed #bbbbbb;
}

.ma_onayamiArea .l-wrap .box02Inner:last-child .itemBox li {
  background: url(../../images/houjinothers/ma_check_02.png) no-repeat left
    center;
}

.ma_onayamiArea .l-wrap .box02Inner .itemBox li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .ma_onayamiArea .l-wrap .box02Inner:last-child {
    margin-top: 20px;
  }

  .ma_onayamiArea .l-wrap .box02Inner h3 {
    font-size: 1.8rem;
  }
  .ma_onayamiArea .l-wrap .box02Inner .itemBox {
    padding: 1rem 2rem;
  }

  .ma_onayamiArea .l-wrap .box02Inner .itemBox li {
    font-size: 1.6rem;
  }
}

/*========================================================================*\

$ma_supportArea

\*========================================================================*/

.ma_supportArea .l-wrap h2 {
  line-height: 1.2;
  color: #004ea2;
}

.ma_supportArea .l-wrap h2 .pointTxt.line {
  font-size: 55px;
}

.ma_supportArea .l-wrap h2 .ss {
  color: #373737;
}

.ma_supportArea .l-wrap .catch {
  margin-bottom: 60px;
}

.ma_supportArea .l-wrap .box02Inner {
  background: rgba(0, 78, 162, 0.1);
  padding: 40px 20px 20px 20px;
  position: relative;
}

.ma_supportArea .l-wrap .box02Inner h3 {
  text-align: center;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translate(-50%, 0%);
}

.ma_supportArea .l-wrap .box02Inner h3 span {
  background: #004ea2;
  padding: 5px 20px;
  border-radius: 200px;
  width: 200px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}

.ma_supportArea .l-wrap .box02Inner:last-child {
  background: rgba(45, 167, 224, 0.1);
}

.ma_supportArea .l-wrap .box02Inner:last-child h3 span {
  background: #2da7e0;
}

.ma_supportArea .l-wrap .box02Inner .itemBox {
  padding: 20px;
  background-color: #ffffff;
}

.ma_supportArea .l-wrap .box02Inner .itemBox ul {
  counter-reset: item; /* カウンター初期化 */
}

.ma_supportArea .l-wrap .box02Inner .itemBox li {
  font-size: 1.8rem;
  padding: 2rem 0 2rem 4rem;
  line-height: 1.2;
  border-bottom: 1px dashed #bbbbbb;
  position: relative;
  padding-left: 40px;
  counter-increment: item; /* ここだけでカウントする */
  font-weight: 700;
  color: #004ea2;
}

.ma_supportArea .l-wrap .box02Inner .itemBox li:last-child {
  border-bottom: none;
}

.ma_supportArea .l-wrap .box02Inner .itemBox li::before {
  content: counter(item); /* カウント値を表示 */
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 26px;
  height: 26px;
  background: #ccc;
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  background: #004ea2;
  color: #ffffff;
  font-style: italic;
}

.ma_supportArea .l-wrap .box02Inner:last-child .itemBox li {
  color: #2da7e0;
}

.ma_supportArea .l-wrap .box02Inner:last-child .itemBox li::before {
  background: #2da7e0;
}

@media screen and (max-width: 767px) {
  .ma_supportArea .l-wrap h2 .pointTxt.line {
    font-size: 34px;
  }

  .ma_supportArea .l-wrap h2 .ss {
    line-height: 1.4;
    display: block;
    margin-top: 10px;
  }

  .ma_supportArea .l-wrap .box02Inner {
    padding: 30px 20px 20px 20px;
  }

  .ma_supportArea .l-wrap .box02Inner:last-child {
    margin-top: 40px;
  }

  .ma_supportArea .l-wrap .box02Inner h3 span {
    font-size: 1.8rem;
  }

  .ma_supportArea .l-wrap .box02Inner .itemBox {
    padding: 0 20px;
  }

  .ma_supportArea .l-wrap .box02Inner .itemBox li {
    font-size: 1.6rem;
    padding: 2rem 0 2rem 3rem;
  }

  .ma_supportArea .l-wrap .box02Inner .itemBox li::before {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 1.5rem;
  }
}

/*========================================================================*\

$ma_contactArea

\*========================================================================*/

.ma_contactArea {
  background: url(../../images/houjinothers/ma_bg_contact.jpg) no-repeat center
    center;
}

.ma_contactArea .l-wrap h2 {
  color: #ffffff;
}

.ma_Area.ma_contactArea .l-wrap h2 .ss {
  font-size: 1.8rem;
}

.ma_Area.ma_contactArea .ma_contactAreaInner {
  padding: 40px;
  background: #ffffff;
  border-radius: 20px;
}

.ma_Area.ma_contactArea .ma_contactAreaInner .box02Inner {
  width: 47.5%;
}

.ma_Area.ma_contactArea .ma_contactAreaInner .box02Inner .ss {
  font-size: 1.3rem;
}

.ma_Area.ma_contactArea .second {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .ma_contactArea .l-wrap h2 {
    color: #ffffff;
  }

  .ma_Area.ma_contactArea .l-wrap h2 .ss {
    font-size: 1.4rem;
    display: block;
    line-height: 1.5;
    margin-top: 10px;
  }

  .ma_Area.ma_contactArea .ma_contactAreaInner {
    padding: 30px;
  }

  .ma_Area.ma_contactArea .ma_contactAreaInner .box02Inner {
    width: 100%;
  }

  .ma_Area.ma_contactArea .ma_contactAreaInner .box02Inner .ss {
    font-size: 1.3rem;
  }

  .ma_Area.ma_contactArea .second {
    margin-top: 20px;
  }
}

/*========================================================================*\

$ma_aboutArea

\*========================================================================*/

.ma_aboutArea .l-wrap h2 {
  color: #004ea2;
  text-align: left;
  position: relative;
  z-index: 2;
}

.ma_aboutArea .l-wrap .characters {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 0;
}

.ma_aboutArea .l-wrap .lead {
  margin-bottom: 20px;
}

.ma_aboutArea .l-wrap h3 {
  font-size: 18px;
  border-left: 3px solid #004ea2;
  padding: 3px 0 3px 15px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #004ea2;
}

.ma_aboutArea .l-wrap .transfereeArea h3 {
  border-left: 3px solid #2da7e0;
  color: #2da7e0;
}

.ma_aboutArea .l-wrap .transferArea {
  background: rgba(0, 78, 162, 0.05);
  padding: 30px;
  position: relative;
  border-radius: 20px;
}

.ma_aboutArea .l-wrap .transfereeArea {
  background: rgba(45, 167, 224, 0.05);
  padding: 30px;
  position: relative;
  border-radius: 20px;
  margin-top: 30px;
}

.ma_aboutArea .l-wrap .point li {
  margin-bottom: 15px;
}

.ma_aboutArea .l-wrap .point li:last-child {
  margin-bottom: 0;
}

.ma_aboutArea .l-wrap .point li strong {
  color: #004ea2;
}

.ma_aboutArea .l-wrap .point li::before {
  border-color: transparent transparent transparent #004ea2;
  border-style: solid;
  border-width: 4.5px 0 4.5px 8px;
  content: "";
  display: inline-block;
  height: 0;
  margin-right: 0.5rem;
  width: 0;
}

.ma_aboutArea .l-wrap .transfereeArea .point li strong {
  color: #2da7e0;
}

.ma_aboutArea .l-wrap .transfereeArea .point li::before {
  border-color: transparent transparent transparent #2da7e0;
}

@media screen and (max-width: 767px) {
  .ma_aboutArea .l-wrap h2 {
    margin-bottom: 1rem;
  }

  .ma_aboutArea .l-wrap .characters {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 0;
  }

  .ma_aboutArea .l-wrap .lead {
    margin-bottom: 20px;
  }

  .ma_aboutArea .l-wrap .box02 {
    display: block;
  }

  .ma_aboutArea .l-wrap .box02 .box02Inner {
    width: 100%;
    position: relative;
  }

  .ma_aboutArea .l-wrap .box02 .box02Inner:last-child {
    margin-top: 40px;
  }

  .ma_aboutArea .l-wrap h3 {
    font-size: 16px;
  }

  .ma_aboutArea .l-wrap .transferArea,
  .ma_aboutArea .l-wrap .transfereeArea {
    padding: 20px;
  }

  .ma_aboutArea .l-wrap .point li {
    margin-bottom: 10px;
  }
}

/*========================================================================*\

$ma_tuyomiArea

\*========================================================================*/

.ma_tuyomiArea {
  background: #f7f7f7;
}

.ma_tuyomiArea .l-wrap h2 {
  color: #004ea2;
}

.ma_tuyomiArea .l-wrap .catch {
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px;
}

.ma_tuyomiArea .l-wrap .box04 {
  margin-top: 30px;
}

.ma_tuyomiArea .l-wrap .box04 .box04Inner {
  background: #ffffff;
  border-radius: 20px;
  padding: 16px;
  text-align: center;
}

.ma_tuyomiArea .l-wrap .box04 .box04Inner figure {
  height: 140px; /* 適当に全体高さ（最大のアイコンに合わせて余裕を持たせる） */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.ma_tuyomiArea .l-wrap .box04 .box04Inner figure img {
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
}

.ma_tuyomiArea .l-wrap .box04 .box04Inner h4 {
  font-size: 17px;
  color: #004ea2;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}

.ma_tuyomiArea .l-wrap .box04 .box04Inner:first-child h4 {
  margin-bottom: 6px;
}

.ma_tuyomiArea .l-wrap .box04 .box04Inner p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .ma_tuyomiArea .l-wrap .box04 {
    margin-top: 20px;
  }

  .ma_tuyomiArea .l-wrap .box04 .box04Inner:nth-child(n + 3) {
    margin-top: 20px;
  }

  .ma_tuyomiArea .l-wrap .box04 .box04Inner figure {
    height: 50px;
    margin-bottom: 15px;
  }

  .ma_tuyomiArea .l-wrap .box04 .box04Inner h4 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .ma_tuyomiArea .l-wrap .box04 .box04Inner p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
  }
}

/*========================================================================*\

$ma_serviceArea

\*========================================================================*/

.ma_serviceArea .l-wrap h2 {
  color: #004ea2;
  text-align: left;
  position: relative;
  z-index: 2;
}

.ma_serviceArea .l-wrap .characters {
  position: absolute;
  top: -20px;
  right: -200px;
  z-index: 0;
}

.ma_serviceArea .l-wrap .accordionBox h4 {
  display: block;
  position: relative;
  padding: 1.5625rem 1.25rem;
  cursor: pointer;
  width: 100%;
  font-weight: 700;
  color: #004ea2;
  border-bottom: 1px dashed #bbbbbb;
  font-size: 18px;
}

.ma_serviceArea .l-wrap .accordionBox h4 .en {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: italic;
}

.ma_serviceArea .l-wrap .accordionBox h4::before {
  background: #004ea2;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: 0.2s;
  width: 14px;
}

.ma_serviceArea .l-wrap .accordionBox h4::after {
  background: #004ea2;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: auto;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  transform: none;
  transition: 0.3s;
  width: 14px;
}

.ma_serviceArea .l-wrap .accordionBox h4.clicked:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ma_serviceArea .l-wrap .accordionBox h4.clicked:after {
  background-color: transparent;
}

.ma_serviceArea .l-wrap .accordionBoxInner .detailBox {
  display: none;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.3s ease, transform 0.3s ease;
  padding: 20px 0;
}

.ma_serviceArea .l-wrap .accordionBoxInner.open .detailBox {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}

@media screen and (max-width: 767px) {
  .ma_serviceArea .l-wrap .box02Inner {
    position: relative;
  }

  .ma_serviceArea .l-wrap .characters {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
  }

  .ma_serviceArea .l-wrap .accordionBox h4 {
    padding: 15px 10px;
    font-size: 14px;
  }
}

/*========================================================================*\

$ma_processArea

\*========================================================================*/

.ma_processArea .l-wrap h2 {
  color: #004ea2;
  text-align: left;
  position: relative;
  z-index: 2;
}

.ma_processArea .l-wrap .characters {
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
}

.ma_processArea .l-wrap .btn {
  margin-top: 30px;
}

.ma_processArea .l-wrap .btn a {
  width: 380px;
}

/* 基本の構造 */
.ma_processArea .l-wrap {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
}

.ma_processArea .l-wrap .box02 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.ma_processArea .l-wrap .box02.reverse {
  flex-direction: row-reverse; /* 画像が左の場合 */
}

/* 画像スクロール用 */
.ma_processArea .l-wrap .image-scroll-wrapper {
  padding-bottom: 10px;
}

/* はみ出させるエリア */
.ma_processArea .l-wrap .wide-scroll {
  min-width: 1000px; /* 実画像より広めに！ */
  margin: 0;
}

.ma_processArea .l-wrap .wide-scroll img {
  display: block;
  width: 600px;
  height: auto;
}

/* テキスト側も整える */
.ma_processArea .l-wrap .box02Inner {
  flex: 1;
  min-width: 300px;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .ma_processArea .l-wrap .characters {
    top: 0;
  }

  .ma_processArea .l-wrap .btn {
    margin-top: 20px;
  }

  .ma_processArea .l-wrap .btn a {
    width: 100%;
  }

  /* 基本の構造 */
  .ma_processArea .l-wrap {
    max-width: 100%;
  }

  .ma_processArea .l-wrap .box02 {
    display: block;
    gap: 0;
  }

  .ma_processArea .l-wrap .wide-scroll img {
    width: 100%;
  }

  .ma_processArea .l-wrap .box02Inner {
    flex: 0;
    min-width: 100%;
  }

  .ma_processArea .l-wrap .box02Inner:last-child {
    margin-top: 30px;
  }

  .ma_processArea .l-wrap .box02 .wide-scroll {
    min-width: 100%;
  }
}

/*========================================================================*\

$ma_caseArea

\*========================================================================*/

.ma_caseArea {
  background: #e6eef9;
}

.ma_caseArea .l-wrap h2 {
  color: #004ea2;
  line-height: 1.2;
}

.ma_caseArea .l-wrap .catch {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.ma_caseArea .l-wrap .caseBox {
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  margin-bottom: 60px;
}

.ma_caseArea .l-wrap .caseBox:last-child {
  margin-bottom: 0;
}

.ma_caseArea .l-wrap .caseBox::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -85px;
  left: 50%;
  transform: translate(-50%, 0%);
  border: 50px solid transparent;
  border-top: 35px solid #ffffff;
}

.ma_caseArea .l-wrap .caseBox:last-child:before {
  content: none;
}

.ma_caseArea .l-wrap .caseBox h3 {
  background: #004ea2;
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  border-radius: 20px 20px 0 0;
  font-size: 24px;
}

.ma_caseArea .l-wrap .caseBox h4 {
  font-weight: 700;
  color: #004ea2;
  border-bottom: 1px solid #cccccc;
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.ma_caseArea .l-wrap .caseBox h4::after {
  content: "";
  width: 20%;
  height: 1px;
  display: inline-block;
  background-color: #337ab7;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.ma_caseArea .l-wrap .caseBox h5 {
  font-weight: 700;
  color: #004ea2;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 20px;
  background: rgba(0, 78, 162, 0.01);
  background: linear-gradient(
    90deg,
    rgba(0, 78, 162, 0.1) 0%,
    rgba(0, 4, 76, 0.1) 100%
  );
}

.ma_caseArea .l-wrap .caseBox .detailBox p {
  margin-bottom: 20px;
}

.ma_caseArea .l-wrap .caseBox .detailBox p .pointTxt {
  font-weight: 700;
}

.ma_caseArea .l-wrap .caseBox .detailBox p:last-child {
  margin-bottom: 0;
}

.ma_caseArea .l-wrap .caseBox .detailBox {
  padding: 30px;
}

.ma_caseArea .l-wrap .caseBox .detailBox figure {
  margin-bottom: 10px;
}

.ma_caseArea .l-wrap .caseBox.firstBox .detailBox .box02Innner {
  width: calc(100% - 216px);
}

.ma_caseArea .l-wrap .caseBox.thirdBox .detailBox .box02Innner,
.ma_caseArea .l-wrap .caseBox.fourthBox .detailBox .box02Innner {
  width: calc(100% - 385px);
}

.ma_caseArea .l-wrap .caseBox.fifthBox .detailBox .box02Innner {
  width: calc(100% - 284px);
}

.ma_caseArea .l-wrap .caseBox.sixthBox .detailBox .box02Innner {
  width: calc(100% - 198px);
}

.ma_caseArea .l-wrap .caseBox.firstBox .detailBox .box02Innner:last-child,
.ma_caseArea .l-wrap .caseBox.thirdBox .detailBox .box02Innner:last-child,
.ma_caseArea .l-wrap .caseBox.fourthBox .detailBox .box02Innner:last-child,
.ma_caseArea .l-wrap .caseBox.fifthBox .detailBox .box02Innner:last-child,
.ma_caseArea .l-wrap .caseBox.sixthBox .detailBox .box02Innner:last-child {
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  margin-left: 40px;
}

.ma_caseArea .l-wrap .caseBox.firstBox .detailBox .box02Innner:last-child {
  width: 176px;
}

.ma_caseArea .l-wrap .caseBox.thirdBox .detailBox .box02Innner:last-child,
.ma_caseArea .l-wrap .caseBox.fourthBox .detailBox .box02Innner:last-child {
  width: 345px;
}

.ma_caseArea .l-wrap .caseBox.fifthBox .detailBox .box02Innner:last-child {
  width: 244px;
}

.ma_caseArea .l-wrap .caseBox.sixthBox .detailBox .box02Innner:last-child {
  width: 158px;
}

.ma_caseArea .l-wrap .caseBox.fourthBox .detailBox .box02Innner:last-child,
.ma_caseArea .l-wrap .caseBox.sixthBox .detailBox .box02Innner:last-child {
  margin-left: 0;
  margin-right: 40px;
}

.ma_caseArea .l-wrap .caseBox.sixthBox h5 {
  background: transparent;
  text-align: center;
  color: #373737;
  font-size: 30px;
}

.ma_caseArea .l-wrap .caseBox.sixthBox h5 div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ma_caseArea .l-wrap .caseBox.sixthBox h5 span {
  font-size: 36px;
  color: #004ea2;
  background: rgba(0, 78, 162, 0.01);
  background: linear-gradient(
    90deg,
    rgba(0, 78, 162, 0.1) 0%,
    rgba(0, 4, 76, 0.1) 100%
  );
  margin: 0 5px;
  padding: 5px 10px;
}

.ma_caseArea .l-wrap .caseBox.sixthBox .pointTxt_03 {
  font-weight: 700;
}

.ma_caseArea .l-wrap .caseBox.sixthBox .pointTxt_03.pen {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.ma_caseArea .l-wrap .caseBox .detailBox .box02Innner .aRight {
  font-size: 13px;
  text-align: right;
}

.ma_caseArea .l-wrap .caseBox .contactBox {
  background: #fefde8;
  margin-top: 30px;
  padding: 30px;
  border-radius: 20px;
}

.ma_caseArea .l-wrap .caseBox .contactBox .box02Inner {
  width: 47%;
}

.ma_caseArea .l-wrap .caseBox .contactBox .btn {
  margin-bottom: 10px;
}

.ma_caseArea .l-wrap .caseBox .contactBox .ss {
  font-size: 13px;
}

@media (max-width: 768px) {
  .ma_caseArea .l-wrap h2 {
    margin-bottom: 15px;
  }

  .ma_caseArea .l-wrap .catch {
    margin-bottom: 20px;
  }

  .ma_caseArea .l-wrap .caseBox {
    margin-bottom: 60px;
  }

  .ma_caseArea .l-wrap .caseBox::before {
    bottom: -54px;
    border: 30px solid transparent;
    border-top: 25px solid #ffffff;
  }

  .ma_caseArea .l-wrap .caseBox h3 {
    padding: 10px;
    font-size: 17px;
  }

  .ma_caseArea .l-wrap .caseBox h4 {
    font-size: 17px;
  }

  .ma_caseArea .l-wrap .caseBox h5 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .ma_caseArea .l-wrap .caseBox .detailBox {
    padding: 20px;
  }

  .ma_caseArea .l-wrap .caseBox.firstBox .detailBox .box02Innner:last-child,
  .ma_caseArea .l-wrap .caseBox.thirdBox .detailBox .box02Innner:last-child,
  .ma_caseArea .l-wrap .caseBox.fourthBox .detailBox .box02Innner:last-child,
  .ma_caseArea .l-wrap .caseBox.fifthBox .detailBox .box02Innner:last-child,
  .ma_caseArea .l-wrap .caseBox.sixthBox .detailBox .box02Innner:last-child {
    font-size: 12px;
    margin-left: 0;
    text-align: center;
    margin: 0 auto;
  }

  .ma_caseArea .l-wrap .caseBox.firstBox .detailBox .box02Innner,
  .ma_caseArea .l-wrap .caseBox.thirdBox .detailBox .box02Innner,
  .ma_caseArea .l-wrap .caseBox.fourthBox .detailBox .box02Innner,
  .ma_caseArea .l-wrap .caseBox.fifthBox .detailBox .box02Innner,
  .ma_caseArea .l-wrap .caseBox.sixthBox .detailBox .box02Innner {
    width: 100%;
  }

  .ma_caseArea .l-wrap .caseBox.firstBox .detailBox .box02Innner:last-child {
    width: 140px;
    margin-top: 20px;
  }

  .ma_caseArea .l-wrap .caseBox.thirdBox .detailBox .box02Innner:last-child,
  .ma_caseArea .l-wrap .caseBox.fourthBox .detailBox .box02Innner:last-child {
    margin-top: 20px;
    width: 100%;
  }

  .ma_caseArea .l-wrap .caseBox.fifthBox .detailBox .box02Innner:last-child {
    margin-top: 20px;
    width: 160px;
  }

  .ma_caseArea .l-wrap .caseBox.sixthBox .detailBox .box02Innner:last-child {
    margin-top: 20px;
    width: 150px;
  }

  .ma_caseArea .l-wrap .caseBox .detailBox .box02Innner .aRight {
    font-size: 12px;
  }

  .ma_caseArea .l-wrap .caseBox .contactBox {
    padding: 20px;
  }

  .ma_caseArea .l-wrap .caseBox .contactBox .box02Inner {
    width: 100%;
  }

  .ma_caseArea .l-wrap .caseBox.sixthBox h5 {
    background: transparent;
    text-align: center;
    color: #373737;
    font-size: 18px;
    padding: 0;
  }

  .ma_caseArea .l-wrap .caseBox.sixthBox h5 div {
    display: block;
    justify-content: left;
    align-items: center;
    text-align: left;
  }

  .ma_caseArea .l-wrap .caseBox.sixthBox h5 span {
    font-size: 22px;
    padding: 2px 10px;
  }
}

/*========================================================================*\

$ma_teamsArea

\*========================================================================*/

.ma_teamsArea .l-wrap {
  padding: 80px 0 30px 0;
}

.ma_teamsArea .l-wrap h2 {
  color: #004ea2;
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}

.ma_teamsArea .l-wrap .catch {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.ma_teamsArea .l-wrap .swiper {
  padding: 0 0 50px 0;
}

.ma_teamsArea .l-wrap figure {
  margin-bottom: 5px;
}

.ma_teamsArea .l-wrap .title {
  font-size: 12px;
}

.ma_teamsArea .l-wrap h3 {
  font-size: 24px;
  color: #004ea2;
  margin-bottom: 5px;
}

.ma_teamsArea .l-wrap h3 .ss {
  font-size: 16px;
}

.ma_teamsArea .l-wrap .swiper-slide p {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .ma_teamsArea .l-wrap {
    padding: 40px 0 20px 0;
  }

  .ma_teamsArea .l-wrap figure {
    margin-bottom: 10px;
  }

  .ma_teamsArea .l-wrap .swiper-slide p.title {
    font-size: 10px;
    margin-bottom: 3px;
  }

  .ma_teamsArea .l-wrap h3 {
    font-size: 20px;
    color: #004ea2;
    margin-bottom: 5px;
    line-height: 1.4;
    margin-bottom: 10px;
  }

  .ma_teamsArea .l-wrap h3 .ss {
    font-size: 12px;
    display: block;
  }

  .ma_teamsArea .l-wrap .swiper-slide p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/*========================================================================*\

$ma_networkArea

\*========================================================================*/

.ma_networkArea {
  background: #f7f7f7;
}

.ma_networkArea .box02 {
  padding: 40px;
  background: #ffffff;
  border-radius: 20px;
}

.ma_networkArea.ma_Area .l-wrap .box02 .box02Inner {
  width: calc(100% - 380px);
}

.ma_networkArea.ma_Area .l-wrap .box02 .box02Inner:first-child {
  width: 350px;
  margin-right: 30px;
}

.ma_networkArea.ma_Area .l-wrap .box02 .box02Inner h3 {
  font-size: 22px;
  border-left: 3px solid #004ea2;
  padding: 3px 0 3px 15px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #004ea2;
}

.ma_networkArea.ma_Area .l-wrap .box02 .box02Inner p {
  margin-bottom: 20px;
}

.ma_networkArea.ma_Area .l-wrap .box02 .box02Inner p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .ma_networkArea .box02 {
    padding: 20px;
  }

  .ma_networkArea.ma_Area .l-wrap .box02 .box02Inner {
    width: 100%;
  }

  .ma_networkArea.ma_Area .l-wrap .box02 .box02Inner:first-child {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .ma_networkArea.ma_Area .l-wrap .box02 .box02Inner h3 {
    font-size: 18px;
  }
}

/*========================================================================*\

$ma_mediaArea

\*========================================================================*/

.ma_mediaArea .l-wrap h2 {
  color: #004ea2;
  position: relative;
  z-index: 2;
  margin-bottom: 2rem;
}

.ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 20px;
}

.ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner:nth-child(n + 4) {
  margin-top: 20px;
}

.ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner figure {
  height: 190px; /* 適当に全体高さ（最大のアイコンに合わせて余裕を持たせる） */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 15px;
  background: #ffffff;
}

.ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner figure img {
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
}

.ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner h4 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #004ea2;
  vertical-align: middle;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner h4::before,
.ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner h4::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner h4::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #004ea2;
}

.ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner h4::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner p {
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .ma_mediaArea.ma_Area .l-wrap .box03 {
    display: block;
  }
  .ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner {
    width: 100%;
    display: flex;
    padding: 15px;
  }

  .ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner:nth-child(n + 2) {
    margin-top: 15px;
  }

  .ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner figure {
    height: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 0;
    background: #ffffff;
    width: 100px;
    margin-right: 15px;
  }

  .ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner .itemBox {
    width: calc(100% - 115px);
  }

  .ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner figure img {
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
  }

  .ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner h4 {
    font-size: 14px;
  }

  .ma_mediaArea.ma_Area .l-wrap .box03 .box03Inner p {
    font-size: 12px;
    line-height: 1.6;
  }
}

/*========================================================================*\

$ma_guideArea

\*========================================================================*/

.ma_guideArea .l-wrap h2 {
  color: #004ea2;
}
