@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* Base setting   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0%;
  min-width: 0%; }

*, *::before, *::after {
  box-sizing: inherit;
  position: relative; }

html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  font-size: 62.5%;
  font-feature-settings: "palt"; }

body {
  background: #fff;
  font: 400 1.4rem/1.7 'Roboto', "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #282828;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: .1rem;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-print-color-adjust: exact;
  width: 100%;
  overflow: hidden; }

.m-fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  margin: 0; }
  .m-fbox > li {
    list-style: none;
    margin-left: 0; }

/*Text*/
.txt-subcopy {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: .5em; }

.txt-copytxt {
  /*font-weight: 600;*/
  font-size: 1.5rem;
  width: 80%;
  margin: 0 auto;
  text-align: left; }

.txt-center {
  text-align: center; }

.txt-ib {
  display: inline-block; }

/*Margin*/
.mb-1em {
  margin-bottom: 1em; }

/*link*/
/*=============== Link*/
a {
  outline: none;
  cursor: pointer;
  transition: .3s; }
  a:not(.no_icon) {
    /*text-decoration: underline;*/ }
  a.btn {
    text-decoration: none; }

a:hover,
a:active,
a:focus {
  text-decoration: none;
  cursor: pointer; }

a img {
  border: none; }

a[href$=".pdf"]::after {
  content: '[\f1c1 PDF]';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 88%;
  margin-left: 0.5em; }

a[href$=".doc"]::after,
a[href$=".docx"]::after {
  content: '[ \f1c2  Word ]';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 88%;
  margin-left: 0.5em; }

a[href$=".xls"]::after,
a[href$=".xlsx"]::after {
  content: '[ \f1c3  Excel ]';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 88%;
  margin-left: 0.5em; }

a[href$=".zip"]::after {
  content: '[ \f1c6  ZIP ]';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 88%;
  margin-left: 0.5em; }

a[href$=".ppt"]::after,
a[href$=".pptx"]::after {
  content: '[ \f1c4  PPT ]';
  display: inline-block;
  font-family: FontAwesome;
  font-size: 88%;
  margin-left: 0.5em; }

a[target="_blank"]::before {
  /*content: "\f08e";*/
  content: "\f08e";
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 0.2em;
  margin-left: 0.2em; }

a[target="_blank"][href$=".pdf"]::before {
  content: none; }

a.no_icon::before,
a.no_icon::after {
  content: none; }

/*List*/
/*Notice__Txt :: Notice__list*/
.notice {
  color: #5d5d5d;
  /*&:not(.txt-nml),&:not(.txt-c-nml),*/ }
  .notice.txt-nml, .notice.txt-c-nml {
    color: #282828;
    line-height: 1.5;
    /*font-size: 1.4rem;*/ }

.notice {
  position: relative;
  margin: 1rem 0;
  line-height: 1.4; }

p.notice,
div.notice {
  font-weight: 400;
  margin-left: 1em;
  text-indent: -1em; }
  p.notice::first-letter,
  div.notice::first-letter {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

ul.notice {
  list-style-type: none;
  /*margin: 0 0 2em;*/
  padding: 0; }

ol.notice {
  counter-reset: list;
  list-style-type: none;
  margin-left: 0;
  padding: 0; }

ul.notice > li {
  position: relative;
  padding: 0 0 0 1.1em;
  margin-left: 0;
  margin-bottom: 0; }

ul.notice.txt-nml > li, ul.notice.txt-c-nml > li {
  margin-bottom: .5em; }

ul.notice > li:before {
  content: "※";
  position: absolute;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  left: 0;
  top: .4em;
  height: 1em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

ol.notice > li {
  position: relative;
  padding: 0 0 0.25rem 2.2em;
  margin-left: 0; }

ol.notice > li:before {
  counter-increment: list;
  content: "※" counter(list) ". ";
  position: absolute;
  left: 0;
  top: .7em;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

/*Button*/
.btn_into {
  background: #229bcb;
  background: linear-gradient(318deg, #229bcb 0%, #3fc3dd 100%);
  border-radius: 100px;
  color: #fff;
  display: block;
  padding: 8px 24px;
  width: 50%;
  max-width: 420px;
  margin: 30px auto 0;
  text-decoration: none;
  text-align: center; }

.btn_service {
  background: #000;
  border-radius: 100px;
  color: #fff;
  display: block;
  padding: 10px 24px;
  width: 80%;
  max-width: 320px;
  margin: 30px auto 0;
  text-decoration: none;
  text-align: center; }

.btn_contact {
  background: #295f8e;
  border-radius: 100px;
  color: #fff;
  display: block;
  padding: 10px 24px;
  width: 80%;
  max-width: 320px;
  margin: 0 auto 1em;
  text-decoration: none;
  text-align: center; }

.btn_pdf {
  background: #229bcb;
  background: linear-gradient(318deg, #229bcb 0%, #3fc3dd 100%);
  border-radius: 100px;
  color: #fff;
  display: block;
  padding: 10px 24px;
  width: 80%;
  max-width: 320px;
  margin: 1em auto 0;
  text-decoration: none;
  text-align: center; }

/*Colum*/
.sv__merit > li {
  border: 1px solid #575757;
  border-radius: 3px;
  margin-bottom: 2%;
  font-weight: 600;
  width: 49%;
  padding: 20px 16px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch; }
  .sv__merit > li div {
    display: block;
    line-height: 1.2;
    position: relative;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%; }
  .sv__merit > li span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    width: 100%;
    justify-content: center; }
  .sv__merit > li sup {
    font-weight: 400; }

/*Header*/
header {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100; }
  header img {
    width: 80%;
    max-width: 420px; }

/*Footer*/
footer {
  background: #ebebeb;
  padding: 20px 0; }
  footer .cont-nav ul {
    text-align: center; }
    footer .cont-nav ul li {
      list-style: none;
      display: inline-block;
      padding: 0 1em 1em; }

/*Logo*/
.logo__sv {
  text-align: center; }
  .logo__sv img {
    width: 50%;
    max-width: 280px; }

.sv__group {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  text-align: center; }

.icu {
  height: calc(50vh - 80px);
  padding: 50px;
  position: relative;
  background-color: #efefef; }
  .icu .logo__sv img {
    width: 45%;
    max-width: 252px; }

.mpr {
  height: calc(50vh + 80px);
  padding: 50px;
  position: relative;
  width: 100%;
  box-sizing: border-box !important; }
  .mpr::before {
    box-sizing: border-box !important;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #efefef transparent; }
  .mpr .sv__group {
    top: 45%; }

/*サービスページ*/
.page__key {
  height: calc(50vh + 25px);
  min-height: 360px;
  padding: 0 50px 50px;
  position: relative;
  background-color: #efefef;
  background: url(../img/mpr_img.jpg) 25% top no-repeat;
  background-size: 200%; }
  .page__key::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #fff transparent; }
  .page__key__group {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 6.75%;
    /*transform: translateY(-50%);*/ }
  .page__key__logo img {
    width: 100%;
    max-width: 460px; }
  .page__key__subcopy {
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: .5em; }
  .page__key__copytxt {
    font-weight: 600;
    font-size: 1.7rem;
    margin: 0 auto;
    text-align: left; }

.page__content {
  padding: 50px 6.75%;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  .page__content h2 {
    text-align: center;
    font-weight: 900;
    font-size: 2.4rem;
    margin-bottom: 1em; }
    .page__content h2 span {
      display: block;
      font-size: 1.5rem; }
    .page__content h2::after {
      border-radius: 30px;
      display: block;
      content: "";
      height: 2px;
      margin: 10px auto 0;
      width: 30%;
      background: #cb2228;
      background: linear-gradient(90deg, #cb2228 0%, #df922f 50%, #d7dd3f 100%); }
  .page__content p {
    font-weight: 600; }
    .page__content p.notice {
      font-weight: 400; }
  .page__content__copy {
    font-size: 2.0rem; }

.page__lead {
  padding: 20px 6.75% 30px; }
  .page__lead p {
    font-weight: 600; }
  .page__lead__copy {
    font-size: 2.0rem; }

.page__contact {
  padding: 0 6.75% 30px; }
  .page__contact p {
    font-size: 1.8rem; }

.page-icu__key {
  height: calc(50vh + 25px);
  min-height: 360px;
  padding: 0 50px 50px;
  position: relative;
  background: #f0faff url(../img/icu_img.jpg) -160px 90px no-repeat;
  background-size: 160%; }
  .page-icu__key::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #fff transparent; }
  .page-icu__key__group {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 6.75%;
    /*transform: translateY(-50%);*/ }
  .page-icu__key__logo img {
    width: 100%;
    max-width: 460px; }
  .page-icu__key__subcopy {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: .5em; }
  .page-icu__key__copytxt {
    font-weight: 600;
    font-size: 1.7rem;
    margin: 0 auto;
    text-align: left; }

.page-icu__content {
  padding: 50px 6.75%;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
  .page-icu__content h2 {
    text-align: center;
    font-weight: 900;
    font-size: 2.4rem;
    margin-bottom: 1em; }
    .page-icu__content h2 span {
      display: block;
      font-size: 1.5rem; }
    .page-icu__content h2::after {
      border-radius: 30px;
      display: block;
      content: "";
      height: 2px;
      margin: 10px auto 0;
      width: 30%;
      background: #ca1975;
      background: linear-gradient(106deg, #ca1975 0%, #7f2a89 50%, #53929c 100%); }
  .page-icu__content p {
    font-weight: 600; }
    .page-icu__content p.notice {
      font-weight: 400; }
  .page-icu__content__copy {
    font-size: 2.0rem; }

.page-icu__lead {
  padding: 20px 6.75% 30px; }
  .page-icu__lead p {
    font-weight: 600; }
  .page-icu__lead__copy {
    font-size: 2.0rem; }

.page-icu__contact {
  padding: 0 6.75% 30px; }
  .page-icu__contact p {
    font-size: 1.8rem; }

@media all and (min-width: 560px) {
  .page {
    /*Colum*/
    /*Button*/ }
    .page .sv__merit > li {
      font-size: 1.8rem; }
      .page .sv__merit > li div {
        line-height: 1.7; }
      .page .sv__merit > li sup {
        font-size: 1.3rem; }
    .page .btn_into {
      background: #000;
      border-radius: 100px;
      color: #fff;
      display: block;
      padding: 4px 24px;
      width: 160px;
      margin: 30px auto 0;
      text-decoration: none;
      text-align: center; }
    .page .btn_service {
      padding: 16px 24px; }
    .page__key {
      min-height: 420px;
      background: url(../img/mpr_img.jpg) left 25% no-repeat;
      background-size: 160%;
      transition: 1.0s; }
      .page__key__group {
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 6.75%;
        /*transform: translateY(-50%);*/ }
      .page__key__subcopy {
        font-weight: 400;
        font-size: 1.8rem;
        margin-bottom: .5em; }
      .page__key__copytxt {
        font-size: 2.4rem; }
        .page__key__copytxt span {
          display: block; }
    .page__content {
      padding: 50px 6.75%; }
      .page__content h2 {
        text-align: center;
        font-weight: 900;
        font-size: 3.6rem; }
        .page__content h2 span {
          font-size: 1.8rem; }
      .page__content p {
        font-weight: 600;
        font-size: 1.8rem;
        text-align: center; }
        .page__content p span {
          display: block; }
      .page__content__copy {
        font-size: 2.0rem; }
    .page__lead {
      padding: 20px 6.75% 30px; }
      .page__lead p {
        font-weight: 600; }
      .page__lead__copy {
        font-size: 2.0rem;
        text-align: center; }
        .page__lead__copy span {
          display: block; }
    .page__contact {
      padding: 0 6.75% 30px; }
      .page__contact p {
        font-size: 2.4rem;
        text-align: center; }
        .page__contact p span {
          display: block; }
  .page-icu {
    /*Colum*/
    /*Button*/ }
    .page-icu .sv__merit > li {
      font-size: 1.8rem; }
      .page-icu .sv__merit > li div {
        line-height: 1.7; }
      .page-icu .sv__merit > li sup {
        font-size: 1.3rem; }
    .page-icu .btn_into {
      background: #000;
      border-radius: 100px;
      color: #fff;
      display: block;
      padding: 4px 24px;
      width: 160px;
      margin: 30px auto 0;
      text-decoration: none;
      text-align: center; }
    .page-icu .btn_service {
      padding: 16px 24px; }
    .page-icu__key {
      min-height: 420px;
      background-size: 140%;
      background-position: 40% 20%;
      transition: 1.0s; }
      .page-icu__key__group {
        position: absolute;
        top: 15%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 6.75%;
        /*transform: translateY(-50%);*/ }
      .page-icu__key__subcopy {
        font-weight: 400;
        font-size: 1.8rem;
        margin-bottom: .5em; }
      .page-icu__key__copytxt {
        font-size: 2.4rem; }
        .page-icu__key__copytxt span {
          display: block; }
    .page-icu__content {
      padding: 50px 6.75%; }
      .page-icu__content h2 {
        text-align: center;
        font-weight: 900;
        font-size: 3.6rem; }
        .page-icu__content h2 span {
          font-size: 1.8rem; }
      .page-icu__content p {
        font-weight: 600;
        font-size: 1.8rem;
        text-align: center; }
        .page-icu__content p span {
          display: block; }
      .page-icu__content__copy {
        font-size: 2.0rem; }
    .page-icu__lead {
      padding: 20px 6.75% 30px; }
      .page-icu__lead p {
        font-weight: 600; }
      .page-icu__lead__copy {
        font-size: 2.0rem;
        text-align: center; }
        .page-icu__lead__copy span {
          display: block; }
    .page-icu__contact {
      padding: 0 6.75% 30px; }
      .page-icu__contact p {
        font-size: 2.4rem;
        text-align: center; }
        .page-icu__contact p span {
          display: block; } }

@media all and (min-width: 960px) {
  /*Button*/
  .btn_into {
    max-width: 240px; }
  /*Text*/
  .txt-subcopy {
    font-weight: 400;
    font-size: 1.6rem;
    margin-bottom: .5em; }
  .txt-copytxt {
    /*font-weight: 600;*/
    font-size: 1.5rem;
    width: 80%;
    margin: 0 auto;
    text-align: center; }
    .txt-copytxt span {
      display: block; }
  .txt-center {
    text-align: center; }
  .txt-ib {
    display: inline-block; }
  /*Header*/
  header {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 420px; }
    header a {
      display: block; }
    header img {
      width: 80%;
      max-width: 640px; }
  /*Logo*/
  .logo__sv {
    text-align: center; }
    .logo__sv img {
      width: 50%;
      max-width: 280px; }
  .top__container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative; }
  .sv__group {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    text-align: center; }
  .icu {
    background: url(../img/icu_img2.jpg) right bottom no-repeat;
    /*background-size: 300%;*/
    height: 100vh;
    width: calc(50vw);
    padding: 50px;
    position: absolute;
    right: 0;
    background-color: #F1FAFF; }
    .icu .logo__sv img {
      width: 45%;
      max-width: 252px; }
  .mpr {
    background: url(../img/mpr_img2.jpg) right bottom no-repeat;
    /*background-size: 100%;*/
    height: 100vh;
    width: calc(50vw);
    padding: 50px;
    position: relative; }
    .mpr::before {
      content: none;
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      width: 0;
      height: 0;
      border-style: solid;
      /*border-width: 0 0 100vh 100px;*/
      border-color: transparent transparent #F1FAFF transparent; }
    .mpr .sv__group {
      top: 45%; }
    .mpr .btn_into {
      background: #fff;
      color: #282828; } }

@media all and (min-width: 1200px) {
  .icu {
    background: url(../img/icu_img2.jpg) right bottom no-repeat;
    /*background-size: 300%;*/
    height: 100vh;
    width: calc(50vw);
    padding: 50px;
    position: absolute;
    right: 0;
    background-color: #F1FAFF; }
    .icu .logo__sv img {
      width: 45%;
      max-width: 252px; }
  .mpr {
    background: url(../img/mpr_img2.jpg) right bottom no-repeat;
    /*background-size: 100%;*/
    height: 100vh;
    width: calc(50vw);
    padding: 50px;
    position: relative; }
    .mpr::before {
      content: none;
      position: absolute;
      top: 0;
      right: 0;
      left: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 100vh 100px;
      border-color: transparent transparent #F1FAFF transparent; }
    .mpr .sv__group {
      top: 45%; } }

/*# sourceMappingURL=style.css.map */
