@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, em,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }

button, input, select, textarea {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  button:focus, input:focus, select:focus, textarea:focus {
    outline-style: auto; }

input, select {
  vertical-align: middle; }

select::-ms-expand {
  display: none; }

button {
  cursor: pointer; }

img {
  max-width: 100%;
  vertical-align: bottom; }

small {
  font-size: 80%; }

sup {
  font-size: .8em; }

sub {
  vertical-align: baseline;
  font-size: .8em; }

main {
  display: block; }

picture {
  display: block; }
  picture source {
    display: block; }

html {
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-print-color-adjust: exact;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden; }
  html.active {
    overflow: hidden;
    height: 100%; }

body {
  position: relative;
  width: 100%;
  font-family: NotoSansCJKjp, YuGothicM, "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  background: #FFF;
  color: #333; }
  body > img {
    position: absolute;
    height: 0; }
  body.active {
    overflow: hidden;
    height: 100vh;
    position: fixed; }

main {
  position: relative; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-moz-selection {
  background: #E9EAF6; }

::selection {
  background: #E9EAF6; }

[data-whatintent='mouse'] *:focus,
[data-whatintent='touch'] *:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }

img {
  max-width: 100%; }


hr {
  margin: 1.5em 0;
  border: none;
  border-top: 2px dotted #DBDBDB; }


sup.reg {
  vertical-align: super;
  font-size: .5em;
  line-height: inherit; }



.l-wrapper {
  width: 100%;
  overflow: hidden; }
  .l-wrapper__inr {
    font-size: 16px !important;
    max-width: 1200px;
    margin: 0 auto;
    /* padding: 0 1.25em; */
  }
  .l-wrapper__inr.btn {
    max-width: 1600px;
    display: block;
  }
    .l-wrapper__inr a:hover {
      text-decoration: none; }
  .l-wrapper__cont {
    padding: 5em 0; }
    .l-wrapper__cont--top {
      padding-top: 3.125em; }
  .l-wrapper__mv {
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%); }
    .l-wrapper__mv--top .l-wrapper__mv-ttl {
      position: absolute;
      width: 100%;
      max-width: 1200px;
      top: 50%;
      left: 50%;
              transform: translate(-50%, -50%);
      padding: 3.5em 0 0 0; }
      .l-wrapper__mv--top .l-wrapper__mv-ttl h2 {
        color: #fff;
        font-size: 2em;
        font-weight: bold;
        text-shadow: 0 0 10px #000;
        line-height: 1.5; }
        .l-wrapper__mv--top .l-wrapper__mv-ttl h2 .main-ttl {
          position: relative;
          font-size: 48px;
          display: inline-block;
          padding-bottom: 0.3125em; }
          .l-wrapper__mv--top .l-wrapper__mv-ttl h2 .main-ttl::before {
            content: "";
            display: block;
            height: 1px;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #ccc; }
          .l-wrapper__mv--top .l-wrapper__mv-ttl h2 .main-ttl::after {
            content: "";
            display: block;
            height: 1px;
            width: 20%;
            position: absolute;
            bottom: 0;
            left: 0;
            background-color: #fc0000; }
        .l-wrapper__mv--top .l-wrapper__mv-ttl h2 .sub-ttl {
          padding-top: 0.3125em;
          display: block;
          font-size: 28px;
          font-weight: normal; }
    .l-wrapper__mv--top .l-wrapper__mv-img {
      position: relative;
      height: 31.3em;
      background: url(../img/mv.jpg) no-repeat top center;
      background-size: cover; }
  .l-wrapper__about {
    background: #f2f2f2;
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 1.1875em 0 1.5em;
    z-index: -1;
    color: #fff; }
    .l-wrapper__about img {
      width: 100%; }
    .l-wrapper__about-inr {
      max-width: 1200px;
      margin: 0 auto;
      /* padding: 0 1.25em; */
      color: #222;
      font-size: 12px;}



@media screen and (max-width: 1260px) {
.kv-Area,
.l-wrapper__inr {
  padding: 0 1.25em;
  }
.l-wrapper__about {
  padding: 1.1875em 1.25em;
  }
}
@media screen and (max-width: 767px) {
  .kv-Area,
.l-wrapper__inr {
  padding: 0 0.9375em;
  }
.l-wrapper__about {
  padding: 33px 0.9375em;
  }
  
}

.breadcrumb-list {
  position: relative;
  z-index: 200;
  background: #fff;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease; }

.site-header {
  position: relative;
  z-index: 200;
  background: #fff; }
  .site-header .sh-name {
    margin: 0;
    padding: 13px 0 9px; }

.l-nav {
  position: relative;
  background: #bd0000;
  z-index: 200;
  width: 100%; }

  .l-nav__inr {
    position: relative;
    max-width: 1440px;
    padding: 0.7em 0.625em 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 3em; }
  .l-nav__ttl h1 {
    font-size: 1.125em;
    color: #fff;
    font-weight: bold; }
  .l-nav__btn {
    position: relative;
    cursor: pointer;
    width: 1.875em;
    height: 1.25em;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    z-index: 30;
    margin-left: auto; }
    .l-nav__btn::after {
      content: "MENU";
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      font-size: 0.625em;
      color: #fff;
      text-align: center;
      width: 120%; }
    .l-nav__btn > span {
      position: absolute;
      width: 1.75em;
      height: 0.1875em;
      background: #fff;
      -webkit-transition: .2s all ease;
      -o-transition: .2s all ease;
      transition: .2s all ease; }
      .l-nav__btn > span:nth-of-type(1) {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .l-nav__btn > span:nth-of-type(2) {
        top: 42%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .l-nav__btn > span:nth-of-type(3) {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    .l-nav__btn.active::after {
      content: "閉じる"; }
    .l-nav__btn.active > span:nth-of-type(1) {
      top: 50%;
      -webkit-transform: translateX(-50%) rotate(45deg);
          -ms-transform: translateX(-50%) rotate(45deg);
              transform: translateX(-50%) rotate(45deg); }
    .l-nav__btn.active > span:nth-of-type(2) {
      opacity: 0; }
    .l-nav__btn.active > span:nth-of-type(3) {
      top: 50%;
      -webkit-transform: translateX(-50%) rotate(-45deg);
          -ms-transform: translateX(-50%) rotate(-45deg);
              transform: translateX(-50%) rotate(-45deg); }
  .l-nav__list {
    overflow-y: auto;
    max-width: 1410px;
    background: #fff;
    z-index: 10;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-40px);
        -ms-transform: translateX(-50%) translateY(-40px);
            transform: translateX(-50%) translateY(-40px);
    width: 97.91667vw;
    padding: 1.25em;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease; }
    .l-nav__list.active {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(-50%) translateY(0);
          -ms-transform: translateX(-50%) translateY(0);
              transform: translateX(-50%) translateY(0); }
  .l-nav__item {
    max-width: 1200px;
    margin: 0 auto; }
    .l-nav__item > p {
      font-size: 1.25em; }
    .l-nav__item > li {
      margin-bottom: 1.25em; }
      .l-nav__item > li a {
        font-size: 1.25em; }
    .l-nav__item a {
      position: relative;
      color: #333; }
      .l-nav__item a:hover {
        text-decoration: none; }
      .l-nav__item a::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        margin-right: -1.125em;
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg);
        width: 10px;
        height: 10px;
        border-right: 3px solid #EF1800;
        border-bottom: 3px solid #EF1800;
        -webkit-transition: .2s all ease;
        -o-transition: .2s all ease;
        transition: .2s all ease; }
    .l-nav__item--sub {
      margin-left: 1.25em; }
      .l-nav__item--sub > li {
        margin-top: 0.3125em; }
        .l-nav__item--sub > li a {
          font-size: 1.125em; }
    .l-nav__item--lang {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 2.1875em; }
      .l-nav__item--lang li {
        position: relative; }
        .l-nav__item--lang li a {
          font-size: 1em; }
        .l-nav__item--lang li:first-child {
          margin-right: 1.25em;
          font-weight: bold; }
          .l-nav__item--lang li:first-child::after {
            content: "/";
            position: absolute;
            top: 50%;
            left: 100%;
            font-size: 1.25em;
            margin-left: 0.3125em;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
        .l-nav__item--lang li:last-child a {
          color: #ec1d00; }
      .l-nav__item--lang a::after {
        content: none; }



.l-nav-top {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  position: absolute;
  margin: auto;
  max-width: none; }
  .l-nav-top.fixed {
    position: fixed;
    max-width: none;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .l-nav-top.fixed .l-nav-top__data {
      padding-top: 3em; }
  .l-nav-top.active {
    background: #333; }
  .l-nav-top .p-poc-nav__list {
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: auto; }
  .l-nav-top__inr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 0.875em;
    max-width: 91.75em;
    margin: 0 auto;
    z-index: 100;
    position: relative; }
  .l-nav-top::after {
    content: "";
    top: 0;
    position: absolute;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .l-nav-top__ttl {
    color: #fff;
    font-size: 2em;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 10.41667%;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 10.41667%;
        -ms-flex: 0 0 10.41667%;
            flex: 0 0 10.41667%; }
  .l-nav-top__data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .l-nav-top__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 100%;
    width: auto; }
  .l-nav-top__item {
    padding: 0; }
    .l-nav-top__item a {
      display: block;
      color: #fff;
      font-family: Roboto, NotoSansCJKjp, YuGothicM, "メイリオ", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, "ＭＳ Ｐゴシック", sans-serif;
      -webkit-transition: 0.1s opacity ease;
      -o-transition: 0.1s opacity ease;
      transition: 0.1s opacity ease;
      padding: 1.2em 1.2em 1em 0.9em; }
      .l-nav-top__item a:hover {
        text-decoration: none;
        opacity: 0.7; }
    .l-nav-top__item--tab a {
      position: relative; }
      .l-nav-top__item--tab a::after {
        content: "";
        position: absolute;
        top: 1.75em;
        left: 5.875em;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #ffffff transparent transparent transparent; }
    .l-nav-top__item--tab.active a {
      background: #f0f0f0;
      color: #000; }
      .l-nav-top__item--tab.active a::after {
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #000 transparent; }
    .l-nav-top__item span {
      display: block;
      font-size: 0.625em;
      margin-top: 0; }
    .l-nav-top__item.cnt a {
      background: #f0f0f0;
      color: #333; }
  .l-nav-top__btn {
    display: none; }


#navBack {
  display: block;
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3d3e3e;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  cursor: pointer; }
  #navBack.active {
    height: 100%;
    opacity: .8;
    visibility: visible; }

.foot-link {
  position: relative; }
  .foot-link::after {
    content: "";
    top: 0;
    position: absolute;
    left: calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    z-index: -1;
    background: #2e3235; }
  .foot-link__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    text-align: center;
    max-width: 63em;
    margin: 0 auto;
    padding: 5.8125em 0; }
  .foot-link__ele {
    max-width: 27.5em;
    padding: 0 5em;
    width: 100%; }
  .foot-link__img-wrap {
    display: block;
    position: relative;
    max-width: 9.625em;
    margin: 0 auto 1.875em; }
  .foot-link__img {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }
  .foot-link__title a {
    color: #fff;
    font-size: 1.625em;
    font-weight: 700;
    position: relative;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out; }


.l-contact {
  position: relative;
  padding: 11.875em 0 1.75em;
  background-size: cover;
  color: #fff;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #2e3235; }
  .l-contact__inr {
    text-align: center;
    width: 100%;
    max-width: 90em;
    padding: 0 2em;
    margin: 0 auto; }
  .l-contact__btn {
    margin-bottom: 1.1875em;
    position: relative; }
    .l-contact__btn a {
      position: relative;
      display: inline-block;
      color: #fff;
      font-size: 1.625em;
      font-weight: bold; }
    .l-contact__btn::after {
      content: "";
      position: absolute;
      background: url(../img/common/icon_mail.png) no-repeat center;
      background-size: 100%;
      width: 5em;
      height: 5em;
      top: 0;
      margin-top: -6.875em;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .l-contact__txt {
    font-size: 1.125em; }
  .l-contact__link {
    text-align: left;
    margin-top: 3.75em; }
    .l-contact__link a {
      color: #fff;
      font-size: 0.875em; }
    .l-contact__link .c-icon--arrow::after {
      border-color: #fff; }

.pagetop {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 990;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  -webkit-transition: opacity .3s,visibility .3s,background .3s;
  -o-transition: opacity .3s,visibility .3s,background .3s;
  transition: opacity .3s,visibility .3s,background .3s;
  font-size: 0;
  text-align: right; }

.pagetop a {
  display: inline-block;
  background: #c00; }

.pagetop img {
  width: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.pagetop.is-absoluted {
  position: absolute;
  bottom: 0; }












.d-md {display: none;}
.kv-logo {
  width: calc((747/1200)*100%);
  margin-left: -9px;
  margin-top: -46px;
}
.kv-flex {
  display: flex;
  position: relative;
  z-index: 9999;
}
.kv-img {
    position: absolute;
    right: -12px;
    bottom: -178px;
    bottom: calc((363/170)*-100%);
    z-index: 9999;
    width: calc((696/1200)*100%);

}
.kv-text {
  margin-top: 16px;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  line-height: 1.68181818;
}

.adout-mdmd {
  margin-top: 73px;
  margin-bottom: 100px;
}
.adout-mdmd__title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}

.adout-mdmd__title .adout-mdmd__title__logo {
  position: relative;
  display: inline-block;
  width: 333px;
  height: 77px;
  top: -13px;
  padding: 0 15px;
}

.adout-mdmd__text {
  margin-top: 19px;
  line-height: 2.25;
}

.adout-mdmd__note {
  font-size: 14px;
  margin-top: 10px;
}
.adout-mdmd__img {
  margin-top: 60px;
}

.function-mdmd {
  background-color: #f7f7f7;
  padding: 80px 0 60px;
}

.function-mdmd__sectitle {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}

.function-mdmd__sectitle .function-mdmd__sectitle__logo {
  position: relative;
  display: inline-block;
  width: 333px;
  height: 77px;
  top: -13px;
  padding: 0 15px;
}

.function-mdmd__flex {
  display: flex;
  gap: calc((30/1200)*100%);
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.function-mdmd__flex.oder{
  flex-direction: row-reverse;
}

.function-mdmd__title.title01 {
  max-width: 100%;
  width: 441px;
  margin-top: 21px;
}
.function-mdmd__title.title02 {
  width: 318px;
  margin-top: -11px;
}
.function-mdmd__title.title03 {
  width: 238px;
  margin-top: 26px;
}

.function-mdmd__img {
  width: calc((625/1200)*100%);
}

.function-mdmd__flex.oder .function-mdmd__img {
  /* display: block; */
  margin-right: -64px;
}

.function-mdmd__textbox {
  width: calc((570/1200)*100%);

}
.function-mdmd__textbox.last {
  margin-left: -24px;
}

.function-mdmd__flex + .function-mdmd__flex {
  margin-top: 12px;
}

.function-mdmd__text {
  margin-top: 32px;
  font-size: 26px;
  font-weight: bold;
}
.function-mdmd__textbox.last .function-mdmd__text {
  margin-top: 22px;
}
.function-mdmd__note {
  line-height: 2;
}

.benefits-mdmd {
  margin-top: 94px;
  margin-bottom: 90px;
}

.benefits-mdmd__sectitle {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  vertical-align: bottom;
}

.benefits-mdmd__flex {
  display: flex;
  gap: calc((60/1200)*100%);
  margin-top: 30px;
}

.benefits-mdmd__item {
  width: calc((570/1200)*100%);
}

.benefits-mdmd__title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-image: url(../img/bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 167px 0 155px;
}
.benefits-mdmd__title.last {
  background-image: url(../img/bg_02.jpg);
}
.benefits-mdmd__title::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 11px 0 11px;
  border-color: #e5001b transparent transparent transparent;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.benefits-mdmd__title span {
  position: relative;
  padding: 10px;
}
.benefits-mdmd__title span::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #e5001b;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.benefits-mdmd__text {
  line-height: 2;
}

.mmsd {
position: relative;
background-color:hsla(0,0%,97%,1);
background-image:
radial-gradient(at 68% 64%, hsla(238,0%,72%,0.46) 0px, transparent 50%),
radial-gradient(at 0% 100%, hsla(28,0%,94%,1) 0px, transparent 50%),
radial-gradient(at 100% 1%, hsla(189,0%,76%,1) 0px, transparent 50%),
radial-gradient(at 2% 52%, hsla(355,0%,94%,1) 0px, transparent 50%),
radial-gradient(at 98% 40%, hsla(340,0%,85%,1) 0px, transparent 50%),
radial-gradient(at 48% 49%, hsla(22,0%,97%,1) 0px, transparent 50%),
radial-gradient(at 100% 100%, hsla(240,0%,70%,1) 0px, transparent 50%),
radial-gradient(at 0% 0%, hsla(343,0%,84%,1) 0px, transparent 50%);

}



.news-mdmd {
  margin-top: 75px;
  margin-bottom: 100px;
}

.news-mdmd__sectitle {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.news-mdmd__list {
  margin-top: 25px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.news-mdmd__item {
  color: #222;
  padding: 22px 0;
  display: block;
}
.news-mdmd__item time {
  margin-right: 30px;
}

.news-mdmd__item + .news-mdmd__item {
  border-top: 1px solid #d9d9d9;
}


.contact-mdmd {
  padding: 90px 0 100px;
  background-image: url(../img/bg_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-mdmd__sectitle {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.contact-mdmd__flex {
  position: relative;
  display: flex;
  margin-top: 44px;
  gap: calc((60/1200)*100%);
}

.contact-mdmd__flex::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 275px;
  left: 50%;
  top: 50%;
  transform: translate(-50% , -50%);
  background-color: rgba(255, 255, 255, 0.5);
}

.contact-mdmd__item {
  width: calc((570/1200)*100%);
  color: #fff;
  text-align: center;

}
.contact-mdmd__title {
  font-size: 25px;
  font-weight: bold;
}

.contact-mdmd__zip {
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.75;
}

.contact-mdmd__telbox {
  max-width: 318px;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 8px 22px;
  font-family: 'Roboto', sans-serif;

}
.contact-mdmd__tel,
.contact-mdmd__fax {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.015em;
}

.contact-mdmd__tel .text-b,
.contact-mdmd__fax .text-b {
  font-size: 38px;
  font-weight: bold;
}

.contact-mdmd__tel span,
.contact-mdmd__fax span {
  vertical-align: middle;
}

.d-sp {
  display: none;
}
.adout-mdmd__title__text,
.function-mdmd__sectitle__text {
  display: inline;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.mmsd__textbox {
  position: relative;
  display: block;
  padding-top: 68px;
  padding-bottom: 48px;
  background-image: url(../img/btn.png);
  background-position: center center;
  transition: opacity .3s ease-in-out;
}
.mmsd__textbox__link {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: painted;
  z-index: 1;
  color: rgba(0, 0, 0, 0);
}
.mmsd__textbox__link:hover  + .mmsd__textbox {
  opacity: .8;
}


.mmsd__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
}
.mmsd__logo {
  width: 660px;
  width: calc((660/1200)*100%);
  margin-top: 3px;
}
.mmsd__link a {
  position: relative;
  display: block;
  width: 405px;
  padding: 12px 0;
  margin-top: 25px;
  background: #e4001a;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 50em;
  transition: opacity.3s ease-in-out;
}
.mmsd__link a:hover {
  opacity: 0.8;
}
.mmsd__link a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 7px;
  border-color: transparent transparent transparent #ffffff;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

/* 
.mmsd__links {
  display: block;
  pointer-events: painted;
  transition: opacity .3s ease-in-out;
}
.mmsd__links:hover {
  opacity: .8;
} */

@media screen and (max-width: 1260px) {
  .function-mdmd__flex.oder .function-mdmd__img {
    margin-right: -3%;}
    .mmsd__links {
      width: 100%;
    }
    .mmsd__textbox {
      background-image: url(../img/bg_mmsd.jpg);
      background-size: cover;
      background-position-x: right;
    }
    .l-wrapper__inr.btn {
      padding: 0;
    }
}
@media screen and (max-width: 570px) {
  .d-md {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mmsd__textbox {
    background-image: url(../img/bg_mmsd_sp.jpg);
    background-size: cover;
    background-position-x: right;
  }

  .mmsd__textbox {
    padding-top: calc((73/817)*100%);
    padding-bottom: calc((50/817)*100%);
  }
  .mmsd__title {
    font-size: 12px;
    padding-left: 3%;
  }
  .mmsd__logo {
    max-width: calc((680/690)*100%);
    width: 100%;
    padding-left: 3%;
    margin-top: -1px;
  }
  .mmsd__link a {
    margin-top: calc((471/817)*100%);
    max-width: 283.5px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    padding: 8.5px 0;
  }
  .mmsd__link a::before {
    right: 13px;
  }


  .l-nav__inr {
    padding: 0.4em 0.625em 0;
    height: 38px;
  }
  .l-nav__ttl h1 {
    font-size: 16px;
  }
  .d-pc {
    display: none;
  }
  .d-sp {
    display: block;
  }
  .l-wrapper__mv--top .l-wrapper__mv-ttl {
    padding-top: 0;
  }
  .kv-logo {
    margin-left: -3px;
    margin-top: calc((62/580)*100%);
    width: 100%;
    text-align: center;
  }
  .kv-flex {
    position: initial;
  }
  .kv-img {
    right: 0px;
    bottom: calc((83/581)*-100%);
    width: calc((506/690)*100%);
  }
  .kv-text {
    margin-top: 37px;
    font-size: 14px;
  }
  .l-wrapper__about {
    padding: 33px 0.9375em 25px;
  }
  .l-wrapper__about__text {
    margin-top: 3px;
    position: relative;
    padding-left: 1em;
    font-size: 11px;
  }
  .l-wrapper__about__text span {
    position: absolute;
    top: -13%;
    left: -1%;font-size: 16px;
    vertical-align: middle;
  }
  .l-wrapper__about__text +  .l-wrapper__about__text {
    margin-top: 0;
  }
  .l-wrapper__mv--top .l-wrapper__mv-img {
    position: relative;
    height: auto;
    padding: 38.5%;
    background: url(../img/mv_sp.jpg) no-repeat top center;
    background-size: contain;
  }

  .l-nav-sp {
    border-top: 1px solid #d9d9d9;
  }
  .l-nav-sp__list {
    display: flex;
    flex-wrap: wrap;
  }
  .l-nav-sp__item {
    width: 50%;
    border-bottom: 1px solid #d9d9d9;
  }
  .l-nav-sp__item:nth-child(even) {
    border-left: 1px solid #d9d9d9;
  }
  .l-nav-sp__item:last-child {
    width: 100%;
  }
  .l-nav-sp__item a {
    position: relative;
    display: block;
    padding: 11px 15px 13px;
    font-size: 14px;
    color: #222;
  }
  .l-nav-sp__item a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3.5px 0 3.5px;
    border-color: #e4001b transparent transparent transparent;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .l-nav-sp__item:last-child a::before,
  .l-nav-sp__item:nth-child(even) a::before {
    right: 19px;
  }

  .l-nav-top__inr{
    display: none;
  }

  .l-wrapper__mv--top .l-wrapper__mv-ttl {
    top: 0;
    left: 50%;
    transform: translate(-50%, -0%);
  }


  .adout-mdmd {
    margin-top: 46px;
    margin-bottom: 50px;
  }
  .adout-mdmd__title {
    font-size: 21px;
    text-align: center;
    position: relative;
  }
  .adout-mdmd__title .adout-mdmd__title__logo ,
  .function-mdmd__sectitle .function-mdmd__sectitle__logo {
    width: auto;
    padding: 0;
  }
  .adout-mdmd__title span img {
    transform: translateX(-8%);
  }
  .adout-mdmd__title span img ,
  .function-mdmd__sectitle span img {
    width: 242px;
    margin-top: 15px;
    padding: 0;
  }
  .adout-mdmd__title__text {
    bottom: 16%;
    /* right: 9%; */
    width: 13%;
    position: absolute;
    transform: translateX(-1em);
    }
  .function-mdmd__sectitle__text {
    position: absolute;
    top: 35%;
  }
  .adout-mdmd__text {
    margin-top: 9px;
    font-size: 14px;
    line-height: 1.64285714;
  }
  .adout-mdmd__img {
    margin-top: 24px;
}

.function-mdmd {
  padding: 40px 0 44px;
}
.function-mdmd__sectitle {
  position: relative;
  font-size: 21px;
  line-height: 1;
}

.function-mdmd__flex {
  flex-direction: column;
}

.function-mdmd__img {
  width: 100%;
}
.function-mdmd__textbox {
  width: 100%;
}

.function-mdmd__flex {
  margin-top: 35px;
}


.function-mdmd__img {
  width: 101%;
  margin-left: 1%;
}

.function-mdmd__title.title01 {
  width: 265px;
  margin-top: -28px;
}

.function-mdmd__text {
  margin-top: 22px;
  font-size: 17px;
}
.function-mdmd__note {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.60714286;
}


.function-mdmd__flex.oder{
  flex-direction: column;
}

.function-mdmd__flex.oder .function-mdmd__img {
  margin-right: auto;
  margin-left: 0%;
}
.function-mdmd__flex + .function-mdmd__flex {
  margin-top: 34px;
}

.function-mdmd__title.title02 {
  width: 190px;
  margin-top: -27px;
}
.function-mdmd__title.title03 {
  width: 143px;
  margin-top: -25px;
}

.function-mdmd__textbox.last {
  margin-left: 0;
}


.benefits-mdmd {
  margin-top: 46px;
  margin-bottom: 43px;
}

.benefits-mdmd__sectitle {
  font-size: 21px;

}
.benefits-mdmd__flex {
  margin-top: 20px;
  flex-direction: column;
}
.benefits-mdmd__item {
  width: 100%;
}
.benefits-mdmd__item + .benefits-mdmd__item {
  margin-top: 30px;
}

.benefits-mdmd__title {
  margin-bottom: 23px;
  font-size: 19px;
  padding: 93px 0 92px;
}

.benefits-mdmd__text {
  line-height: 1.60714286;
  font-size: 14px;
}

.news-mdmd__sectitle {
  font-size: 20px;
}

.news-mdmd {
  margin-top: 42px;
  margin-bottom: 51px;
}

.news-mdmd__list {
  margin-top: 10px;
}
.news-mdmd__item {
  font-size: 14px;
  padding: 17px 0 15px;
}
.news-mdmd__item time {
  display: block;
  margin-bottom: 7px;
}


.contact-mdmd {
  padding: 46px 0 73px;
}

.contact-mdmd__sectitle {
  font-size: 20px;
}

.contact-mdmd__flex {
  flex-direction: column;
  margin-top: 25px;
}
.contact-mdmd__item {
  width: 100%;
}
.contact-mdmd__title {
  font-size: 14px;
}
.contact-mdmd__zip {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 6px;
  margin-bottom: 12px;
}

.contact-mdmd__tel, .contact-mdmd__fax {
  font-size: 14px;
}
.contact-mdmd__tel .text-b, .contact-mdmd__fax .text-b {
  font-size: 22px;
}
.contact-mdmd__tel, .contact-mdmd__fax {
      line-height: 1.35;
}
.contact-mdmd__flex::before {
  content: none;
}

.contact-mdmd__telbox {
  padding: 15px 8px 15px;
}

.contact-mdmd__title.last {
  margin-top: 36px;
}
.pagetop {
  right: 14px;
}
}
@media screen and (min-width:767px) and (max-width:840px) {
  .kv-img {
    bottom: calc((355/170)*-100%);
  }
}
@media screen and (min-width:550px) and (max-width:767px) {
  .kv-img {
    bottom: calc((64/581)*-100%);
  }
}

@media screen and (max-width: 374px) {
  .l-nav__inr {
    height: 60px;
  }
  .kv-text {
    font-size: 13px;
  }
  .kv-img {
    right: -2px;
    width: calc((481/690)*100%);
}
.adout-mdmd__title {
  font-size: 18px;
}
.adout-mdmd__title span img, .function-mdmd__sectitle span img {
  width: 205px;
}
}