@charset "UTF-8";
/* Common */
/* Device Size */
/* Color Variation */
/* Common */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
/* Device Size */
/* Color Variation */
/* reset */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  -webkit-text-decoration: normal;
  text-decoration: normal;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

input, select {
  vertical-align: middle;
}

body, html {
  width: 100%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  line-height: 0;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
}

/* Parts */
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  color: #191919;
  background-color: #f5fbfd;
}
body a {
  color: #333;
  text-decoration: none;
}
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Styles */
.pc-ui {
  display: block;
}

.sp-ui {
  display: none;
}

.sp-ui-inline {
  display: none;
}
/* wrapper */
.wrapper {
  width: 100%;
  position: relative;
  background-color: #f5fbfd;
}

.l-wrap {
  width: 100%;
  min-width: 1220px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.l-wrap .l-wrap_main {
  width: 67.3611111111%;
  position: relative;
  margin-top: 90px;
}
.l-wrap .l-wrap_form {
  width: 32.6388888889%;
  position: relative;
}
/* main */
.l-main {
  width: 100%;
  min-width: 840px;
  max-width: 880px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.l-main .l-main-ttl {
  font-size: 36px;
  text-align: center;
  margin-top: 75px;
}

.main-visual {
  width: 100%;
  min-width: 960px;
  max-width: 1147px;
  height: 686px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.main-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top right;
     object-position: top right;
}
/* form */
.l-form {
  width: 400px;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 20;
}
/* section */
.l-sec {
  width: 100%;
  margin-top: 110px;
  position: relative;
}
.l-sec .a-sec-ttl {
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}
/* Lightbox */
.a-lightbox {
  width: auto;
  padding: 10px;
  line-height: 0;
  background-color: #f9f9f9;
  position: relative;
}
.a-lightbox .a-lightbox_link {
  display: block;
  position: relative;
  transition: opacity 0.3s ease-out;
}
.a-lightbox .a-lightbox_link:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/ic_mug.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.a-lightbox_caption {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}

/* Marker */
.a-marker {
  background: linear-gradient(transparent 70%, #fff799 70%);
}

/* Notes */
.a-notes {
  font-size: 0.6em;
  vertical-align: top;
  font-style: normal;
}

/* Caption */
.a-caption {
  display: block;
  font-size: 14px;
  color: #999999;
  margin-top: 14px;
}

/*　Header */
.l-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 10;
  background-color: #f5fbfd;
}
.l-header .l-header_inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 80px;
  padding-left: 20px;
  margin: 0 auto;
}
.l-header .l-header_logo {
  position: relative;
}
.l-header .l-header_menu {
  display: flex;
  align-items: center;
}
.l-header .l-header_menu li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 12px;
}
.l-header .l-header_menu li:first-child {
  margin-left: 24px;
}
.l-header .l-header_menu li.is-active a {
  color: #0096dc;
}
.l-header .l-header_campaign {
  position: fixed;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  background-color: #0e8be8;
  color: #fff;
  transition: all 0.2s ease-out;
}
.l-header .l-header_campaign::after {
  content: "▶";
  margin-left: 12px;
}
.l-header .l-header_campaign:hover {
  opacity: 0.6;
}
/* Footer */
.l-footer {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.l-footer .l-footer_authority {
  width: 100%;
  max-width: 1460px;
  padding: 0 20px;
  margin: 0 auto;
}
.l-footer .l-footer_authority-inner {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer .l-footer_authority-inner.single {
  margin: 0 auto;
}
.l-footer .l-footer_authority-symbol {
  width: 26%;
  display: flex;
  align-items: center;
}
.l-footer .l-footer_authority-symbol-item {
  line-height: 0;
  margin-right: 5px;
}
.l-footer .l-footer_authority-symbol-item:first-of-type {
  width: 57px;
}
.l-footer .l-footer_authority-symbol-item:nth-of-type(2) {
  width: 140px;
}
.l-footer .l-footer_authority-notice {
  width: 72%;
  font-size: 12px;
  letter-spacing: normal;
}
.l-footer .l-footer_copyright {
  width: 100%;
  background-color: #364146;
  margin-top: 40px;
}
.l-footer .l-footer_copyright-inner {
  padding: 30px 0;
}
.l-footer .l-footer_copyright-item {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
/* list-dot */
.list-dot {
  padding-left: 30px;
}
.list-dot li {
  list-style-type: disc;
  margin-top: 10px;
}
.list-dot li:first-child {
  margin-top: 0;
}

/* list-notice */
.list-notice {
  padding-left: 30px;
}
.list-notice li {
  position: relative;
}
.list-notice li:before {
  content: "※";
  position: absolute;
  left: -22px;
  top: 0;
}

/* list-supplement */
.list-supplement {
  font-size: 14px;
  margin: 8px 0 0 50px;
}
.list-supplement li {
  position: relative;
}
.list-supplement li:before {
  content: "※";
  position: absolute;
  left: -22px;
  top: 0;
}

/* blue-anchor */
.l-blue-anchor {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.l-blue-anchor li {
  min-width: 180px;
  max-width: 180px;
}
.l-blue-anchor li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0096dc;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  height: 40px;
}

/* breadcrumb */
.l-wrap .breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  margin: 15px auto 20px;
  max-width: 880px;
  min-width: 840px;
  position: relative;
  width: 100%;
  padding: 0 20px;
}

.l-wrap .breadcrumb-list a,
.l-wrap .breadcrumb-list li a {
  color: #0096dc;
}
.l-wrap .columns-wrap {
  max-width: 840px;
  background: #fff;
  padding: 40px;
}

.l-wrap .columns-wrap .breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  margin: 15px auto 20px;
  max-width: 1285px;
  position: relative;
  width: 100%;
  padding: 0 20px;
}

.l-wrap .columns-wrap .breadcrumb-list a,
.l-wrap .columns-wrap .breadcrumb-listli a {
  color: #0096dc;
}
.l-main_columns .breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  margin: 15px auto -20px;
  position: relative;
  max-width: 1285px;
  width: 100%;
  padding: 0 20px;
}

.l-main_columns .breadcrumb-list a,
.l-main_columns .breadcrumb-list li a {
  color: #0096dc;
}
/* Parts */
/* ------------------ */
/* Sidearea Form      */
/* ------------------ */
/* Other Form */
.o-form {
  width: 100%;
  height: calc(100vh - 60px);
  max-height: 603px;
  border-radius: 2px;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(102, 102, 102, 0.2);
}
.o-form .o-form_head {
  width: 100%;
}
.o-form .o-form_head-copy {
  width: 100%;
  background-color: #00b594;
}
.o-form .o-form_head-copy-item {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}
.o-form .o-form_head-ttl {
  margin-top: 10px;
  text-align: center;
}
.o-form .o-form_head-ttl-item {
  font-size: 20px;
  line-height: 1.3;
}
.o-form .o-form_head-ttl-notes {
  font-size: 12px;
  color: #808080;
}
.o-form .o-form_head-ttl-notes span {
  color: #e60012;
}
.o-form .o-form_body {
  padding: 11px 11px 0;
}
.o-form .o-form_body iframe {
  height: 411px;
}
.o-form .o-form_foot {
  margin-top: 5px;
  padding-bottom: 30px;
}
.o-form .o-form_foot .o-form_foot-notes {
  font-size: 11px;
  color: #808080;
  letter-spacing: normal;
  text-align: center;
}
.o-form .o-form_foot .o-form_foot-link {
  text-decoration: underline;
  color: #808080;
}
.o-form .o-form_foot .o-form_foot-btn {
  width: 100%;
  height: 50px;
  margin-top: 16px;
  padding: 0 25px;
}
.o-form .o-form_foot .o-form_foot-btn-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px #f13b51 solid;
  color: #fff;
  background: #f13b51;
  font-size: 16px;
  border-radius: 100vh;
  transition: all 0.3s ease-out;
}
.o-form .o-form_foot .o-form_foot-btn-item::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.contact-body iframe {
  height: 705px;
}
/* ---------------------- */
/* Hero                   */
/* ---------------------- */
.hero {
  width: 100%;
  height: 650px;
  position: relative;
}
.hero .hero-ttl {
  width: 100%;
  padding-top: 110px;
}
.hero .hero-ttl_sub {
  font-size: 26px;
  font-weight: 700;
}
.hero .hero-ttl_main {
  margin-top: 5px;
  font-size: 44px;
  line-height: 1.7;
  letter-spacing: normal;
}
.hero .hero-ttl_main span {
  padding: 0.12em 0;
  background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.hero .hero-ttl_main span.is-emphasis {
  color: #0096dc;
  font-weight: bold;
}
.hero .hero-cv {
  display: none;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 2px 10px rgba(102, 102, 102, 0.1);
}
.hero .hero-cv .hero-cv_panf {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: -40px;
}
.hero .hero-cv_copy {
  padding: 25px 20px 25px 260px;
}
.hero .hero-cv_copy .hero-cv_copy-ttl {
  font-size: 26px;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.hero .hero-cv_copy .hero-cv_copy-item {
  margin-top: 5px;
  font-size: 16px;
  color: #808080;
  display: flex;
  align-items: center;
}
.hero .hero-cv_copy .hero-cv_copy-icon {
  line-height: 0;
  margin-right: 0.5em;
}
.hero .hero-campaign {
  position: absolute;
  left: 0;
  bottom: 0;
}
.movie01 {
  width: 100%;
  padding: 40px;
  background-image: url(../img/movie01_bg.jpg);
  background-size: cover;
  background-position: center;
}
.movie01__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.movie01__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% - 350px);
  height: 180px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.movie01__catch {
  font-size: 3.6rem;
  display: flex;
  align-items: center;
}
.movie01__catch .material-icons {
  margin-right: 5px;
}
.movie01__img {
  width: 320px;
  height: 180px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
  cursor: pointer;
  transition: 0.3s;
}
.movie01__img:hover {
  opacity: 0.7;
}
.movie01__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.movie02 {
  margin-top: 75px;
  padding: 40px;
  background-color: #fff;
  text-align: center;
}
.movie02__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #0096dc;
}
.movie02__catch .material-icons {
  margin-right: 5px;
}
.movie02__copy {
  margin-bottom: 20px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.movie02__img {
  width: 80%;
  margin: 0 auto;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
  cursor: pointer;
  transition: 0.3s;
}
.movie02__img:hover {
  opacity: 0.7;
}
.movie02__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* ---------------------- */
/* Wall                   */
/* ---------------------- */
.wall .wall-list {
  width: 100%;
  background-color: #fff;
  padding: 60px;
  margin-top: 30px;
}
.wall .wall-list_item:not(:first-of-type) {
  border-top: solid 1px #eee;
  padding-top: 25px;
  margin-top: 25px;
}
.wall .wall-ttl {
  font-size: 26px;
}
.wall .wall-ttl span.is-emphasis {
  font-weight: bold;
  color: #0096dc;
}
.wall .wall-ttl_num {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 1.2;
  color: #dcf1fa;
  vertical-align: middle;
  margin-right: 15px;
}
.wall .wall-copy {
  margin-top: 10px;
}
/* ---------------------- */
/* Reason                 */
/* ---------------------- */
.reason .reason-content {
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.reason .reason-content_fig {
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: 1;
}
.reason .reason-content_text {
  width: 92%;
  padding: 50px;
  background-color: #fff;
  margin: -50px auto 0;
  position: relative;
  z-index: 2;
}
.reason .reason-content_ttl {
  font-size: 26px;
  line-height: 1;
  color: #0096dc;
  text-align: center;
}
.reason .reason-content_copy {
  margin-top: 20px;
}
/* ---------------------- */
/* Field List             */
/* ---------------------- */
.field-list {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.field-list .field-list_item {
  width: 45.7831325301%;
  margin-top: 50px;
}
.field-list .field-icon {
  width: 200px;
  height: 200px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}
.field-list .field-name {
  font-size: 24px;
  line-height: 1.4;
  color: #0096dc;
  text-align: center;
  margin-top: 30px;
}
.field-list .field-copy {
  margin-top: 10px;
}
/* ---------------------- */
/* Voice                  */
/* ---------------------- */
.voice .voice-content {
  width: 100%;
  background-color: #fff;
  padding: 50px;
  margin-top: 20px;
  position: relative;
}
.voice .voice-content_ttl {
  font-size: 22px;
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}
.voice .voice-content_logo {
  height: 31px;
  line-height: 0;
  margin-right: 20px;
}
.voice .voice-content_logo img {
  width: auto;
  height: 100%;
}
.voice .voice-content_catch {
  font-size: 24px;
  color: #0096dc;
  margin-top: 10px;
}
.voice .voice-content_copy {
  margin-top: 15px;
  overflow: hidden;
}
.voice .voice-content_copy-right {
  display: inline;
  float: right;
  margin: 0 0 10px 20px;
}
.voice .voice-content_target {
  float: none;
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.voice .voice-content_target dt {
  font-size: 14px;
  width: 120px;
  text-align: center;
  border: solid 1px #0096dc;
  color: #0096dc;
}
.voice .voice-content_target dd {
  width: 80%;
  font-size: 14px;
}
.voice .voice-more {
  display: none;
}
/* ----------------------------------- */
/* Fixed Anc(?)                        */
/* 現状使われてないため、デプロイなし  　*/
/* ----------------------------------- */
.o-fixed-anc {
  display: none;
}
/* ----------------------------------------- */
/* Lum Lightbox                              */
/* 現在使用しているDOMがないため、デプロイなし */
/* ----------------------------------------- */
.lum-lightbox {
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
}
.lum-lightbox.lum-opening {
  -webkit-animation: lum-fade 180ms ease-out;
          animation: lum-fade 180ms ease-out;
}
.lum-lightbox.lum-opening .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 180ms ease-out;
          animation: lum-fadeZoom 180ms ease-out;
}
.lum-lightbox.lum-closing {
  -webkit-animation: lum-fade 300ms ease-in;
          animation: lum-fade 300ms ease-in;
  animation-direction: reverse;
}
.lum-lightbox.lum-closing .lum-lightbox-inner {
  -webkit-animation: lum-fadeZoom 300ms ease-in;
          animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse;
}
.lum-lightbox .lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%;
}
.lum-lightbox .lum-lightbox-inner img {
  position: relative;
}
.lum-lightbox .lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  color: #fff;
  max-width: 700px;
  text-align: center;
}
.lum-lightbox .lum-loading .lum-lightbox-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  -webkit-animation: lum-loader-rotate 1800ms infinite linear;
          animation: lum-loader-rotate 1800ms infinite linear;
}
.lum-lightbox .lum-loading .lum-lightbox-loader:after, .lum-lightbox .lum-loading .lum-lightbox-loader:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}
.lum-lightbox .lum-loading .lum-lightbox-loader:before {
  left: 0;
  -webkit-animation: lum-loader-before 1800ms infinite linear;
          animation: lum-loader-before 1800ms infinite linear;
}
.lum-lightbox .lum-loading .lum-lightbox-loader:after {
  right: 0;
  -webkit-animation: lum-loader-after 1800ms infinite linear;
          animation: lum-loader-after 1800ms infinite linear;
  -webkit-animation-delay: -900ms;
          animation-delay: -900ms;
}
.lum-lightbox .lum-loading .lum-img {
  opacity: 0;
}
.lum-lightbox .lum-img {
  transition: opacity 120ms ease-out;
}
.lum-lightbox .lum-gallery-button {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100px;
  max-height: 100%;
  width: 60px;
  cursor: pointer;
}
.lum-lightbox .lum-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.lum-lightbox .lum-close-button:hover {
  opacity: 1;
}
.lum-lightbox .lum-close-button:after, .lum-lightbox .lum-close-button:before {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.lum-lightbox .lum-close-button:before {
  transform: rotate(45deg);
}
.lum-lightbox .lum-close-button:after {
  transform: rotate(-45deg);
}
.lum-lightbox .lum-previous-button {
  left: 12px;
}
.lum-lightbox .lum-previous-button:after {
  transform: translateY(-50%) rotate(-45deg);
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  left: 12%;
  border-radius: 3px 0 0 0;
}
.lum-lightbox .lum-next-button {
  right: 12px;
}
.lum-lightbox .lum-next-button:after {
  transform: translateY(-50%) rotate(45deg);
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  right: 12%;
  border-radius: 0 3px 0 0;
}
.lum-lightbox .lum-gallery-button:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
}
/* keyframes */
@-webkit-keyframes lum-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lum-fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lum-fadeZoom {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  to {
    transform: scale(1);
  }
}
@keyframes lum-loader-before {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  to {
    transform: scale(1);
  }
}
@keyframes lum-loader-after {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  to {
    transform: scale(1);
  }
}
.company {
  margin: 100px 0;
}
.company__inner {
  padding: 40px;
  background-color: #fff;
}
.company__ttl {
  margin-bottom: 40px;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
}
.company__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.company__list:last-child {
  margin-bottom: 50px;
}
.company__propaty {
  width: 25%;
  color: #0096dc;
  font-weight: 600;
}
.company__content {
  width: 75%;
}
.company__service {
  display: flex;
  justify-content: left;
  align-items: top;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.company__part {
  width: 40px;
  margin-right: 10px;
  margin-top: 4px;
  padding: 2px 0;
  height: 24px;
  background-color: #333;
  color: #fff;
  font-size: calc(1em - 4px);
  text-align: center;
  font-weight: 600;
}
.company__servicename {
  width: calc(100% - 50px);
}
.company__more {
  margin: auto;
  text-align: center;
}
.company__more a {
  text-align: center;
  color: #fff;
  background: #0096DC;
  font-size: 24px;
  max-width: 240px;
  padding: 10px;
  border-radius: 10px;
  margin: auto;
  display: block;
}

.fullOverlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 30, 30, 0.75);
  z-index: 2147483647;
}
.fullOverlay__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fullOverlay__close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  cursor: pointer;
}

.movieOverlay {
  width: 100%;
  max-width: 640px;
}
.movieOverlay__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movieOverlay__wrapper .iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* Pages */
.list-case {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.list-case li {
  min-width: 395px;
  max-width: 395px;
  background: #fff;
  margin-bottom: 50px;
}
.list-case li .list-case-item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.list-case li .list-case-item .case-item-thumbnail {
  text-align: center;
}
.list-case li .list-case-item .case-item-title {
  font-size: 18px;
  text-align: left;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-case li .list-case-item .case-item-text {
  font-size: 16px;
  text-align: left;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-case li .list-case-item .case-item-name {
  font-size: 14px;
  font-weight: bold;
}

.columns-wrap .case-wrap_lead {
  font-size: 16px;
  margin-bottom: 40px;
}
.columns-wrap .case-wrap_lead p {
  font-size: 14px;
}
.columns-wrap .case-company-name {
  font-size: 20px;
  font-weight: bold;
}
.columns-wrap .case-company-name img {
  height: 30px;
  line-height: 0;
  margin-right: 20px;
  vertical-align: middle;
}

/* ---------------------- */
/* columns                 */
/* ---------------------- */
.l-wrap .l-wrap_columns {
  width: 100%;
}
.l-wrap .columns-wrap {
  max-width: 840px;
  background: #fff;
  padding: 40px;
}
.l-wrap .columns-wrap .columns-wrap_date {
  font-size: 14px;
}
.l-wrap .columns-wrap .columns-wrap_title {
  font-size: 30px;
  text-align: left;
  margin-bottom: 30px;
}
.l-wrap .columns-wrap .columns-wrap_image {
  margin: 0 auto 30px;
  display: block;
}
.l-wrap .columns-wrap .columns-wrap_sns {
  position: relative;
  margin-bottom: 40px;
}
.l-wrap .columns-wrap .columns-wrap_sns > a:last-of-type {
  margin-left: 80px;
}
.l-wrap .columns-wrap .columns-wrap_sns .fb_iframe_widget {
  display: inline-block;
  position: absolute;
  top: 0;
}
.l-wrap .columns-wrap .columns-wrap_sns .tw-button {
  margin-top: 0;
  position: relative;
  left: 116px;
  display: inline;
}
.l-wrap .columns-wrap .columns-wrap_sns-last-child {
  margin-bottom: 0;
}
.l-wrap .columns-wrap .columns-wrap_lead {
  font-size: 16px;
  margin-bottom: 80px;
}
.l-wrap .more {
  margin: auto;
  text-align: center;
}
.l-wrap .more a {
  text-align: center;
  color: #fff;
  background: #0096DC;
  font-size: 24px;
  max-width: 240px;
  padding: 10px;
  border-radius: 10px;
  margin: auto;
  display: block;
}

.columns-wrap_body {
  margin-bottom: 80px;
  font-size: 16px;
}
.columns-wrap_body .title {
  display: block;
  margin-bottom: 40px;
  border-left: 4px solid #0096DC;
  padding-left: 18px;
  /* &::before{
      content: "";
      background: #0096DC;
      display: inline-block;
      height: 30px;
      width: 4px;
      margin-right: 10px;
      bottom: 0;
  }*/
}
.columns-wrap_body .title span {
  font-size: 30px;
  color: #0096dc;
  line-height: 1.6;
  font-weight: bold;
  display: inline;
  /*
  text-indent: 30px;
  margin-left: -32px;
  */
}
.columns-wrap_body .sub {
  color: #0096DC;
  font-size: 20px;
  display: block;
  padding: 0;
  margin-bottom: 20px;
}
.columns-wrap_body .sub2 {
  font-size: 20px;
  display: block;
  padding: 0;
  margin-bottom: 20px;
}
.columns-wrap_body p {
  margin-bottom: 40px;
}
.columns-wrap_body p:last-child {
  margin-bottom: 0;
}
.columns-wrap_body p + .sub {
  margin-top: 40px;
}
.columns-wrap_body dl {
  margin-bottom: 40px;
}
.columns-wrap_body dl dt {
  font-weight: bold;
  margin-bottom: 10px;
}
.columns-wrap_body dl dd {
  margin-left: 16px;
  margin-bottom: 20px;
}
.columns-wrap_body dl dd:last-child {
  margin-bottom: 0;
}

.l-main_columns {
  max-width: 1285px;
  min-width: initial;
}

.list-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.list-columns li {
  min-width: 395px;
  max-width: 395px;
  background: #fff;
  margin-bottom: 50px;
}
.list-columns li .list-columns-item {
  padding: 20px;
  display: block;
  height: 100%;
}
.list-columns li .list-columns-item .columns-item-thumbnail {
  text-align: center;
}
.list-columns li .list-columns-item .columns-item-title {
  font-size: 18px;
  text-align: left;
  min-height: 50px;
  display: block;
  margin-bottom: 20px;
}
.list-columns li .list-columns-item .columns-item-text {
  font-size: 16px;
  text-align: left;
  min-height: 100px;
  max-height: 120px;
  display: block;
}
.list-columns li .list-columns-item .columns-item-name {
  font-size: 14px;
  font-weight: bold;
}

/* ---------------------- */
/* FAQ                    */
/* ---------------------- */
.l-sub-ttl {
  font-size: 26px;
  font-weight: normal;
  margin-top: 40px;
}

.list-faq {
  margin-top: 15px;
}
.list-faq li {
  font-size: 18px;
  margin-top: 10px;
}
.list-faq li:first-child {
  margin-top: 0;
}
.list-faq .list-faq-item {
  cursor: pointer;
  background: #fff;
  padding: 15px 15px 10px;
}
.list-faq .list-faq-item.is-open .btn-faq-quesiton .btn-text {
  font-size: 18px;
}
.list-faq .list-faq-item.is-open .btn-faq-quesiton .btn-text:after {
  transform: rotate(180deg);
}
.list-faq .content-faq-question {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}
.list-faq .btn-faq-quesiton .btn-text {
  padding: 0 28px;
  position: relative;
}
.list-faq .btn-faq-quesiton .btn-text:before {
  content: "";
  display: block;
  background: url("../../assets/img/faq/icon-q.png") no-repeat;
  background-size: contain;
  width: 24px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 1px;
}
.list-faq .btn-faq-quesiton .btn-text:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #b4b4b4 transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 5px;
  transition: all 0.4s ease;
}
.list-faq .content-faq-question .content-faq-question-inner {
  padding-top: 20px;
}
.list-faq .content-faq-question .answer-text {
  padding: 0 28px;
  position: relative;
  color: #00B594;
}
.list-faq .content-faq-question .answer-text:before {
  content: "";
  display: block;
  background: url("../../assets/img/faq/icon-a.png") no-repeat;
  background-size: contain;
  width: 24px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 1px;
}

/* ---------------------- */
/* Price                  */
/* ---------------------- */
/* l-table-twin */
.l-table-twin {
  width: 100%;
  margin-top: 50px;
}
.l-table-twin .table-twin-ttl {
  background: #0096dc;
  display: flex;
}
.l-table-twin .table-twin-ttl .table-twin-ttl-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border: 1px solid #c7c7c7;
}
.l-table-twin .table-twin-ttl .table-twin-ttl-wrap:nth-of-type(2) {
  border-left: none;
}
.l-table-twin .table-twin-ttl .table-twin-ttl-wrap h3 {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-table-twin .table-twin-ttl .table-twin-ttl-wrap#is-watch h3:before {
  content: "";
  display: block;
  background: url("../../assets/img/price/price_icon_01.png") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
.l-table-twin .table-twin-ttl .table-twin-ttl-wrap#is-troubleshooting h3:before {
  content: "";
  display: block;
  background: url("../../assets/img/price/price_icon_02.png") no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
.l-table-twin .table-twin-subttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #dcdcdc;
  line-height: 1;
  border: 1px solid #c7c7c7;
  border-bottom: none;
}
.l-table-twin .table-twin-subttl p {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: bold;
}
.l-table-twin .table-twin-content {
  display: flex;
}
.l-table-twin .table-twin-content .table-twin-content-inner {
  background: #fff;
  padding: 20px;
  flex: 1;
  border: 1px solid #c7c7c7;
}
.l-table-twin .table-twin-content .table-twin-content-inner:nth-of-type(2) {
  border-left: none;
}
.l-table-twin .table-twin-content .table-twin-content-inner p + P {
  margin-top: 10px;
}
.l-table-twin .table-twin-content .list-dot {
  padding-left: 16px;
}
.l-table-twin .table-twin-content .list-notice {
  padding-left: 16px;
}
.l-table-twin .price-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  background: #fff;
  border: 1px solid #c7c7c7;
}
.l-table-twin .price-content .price-ttl {
  font-size: 30px;
  color: #0096dc;
}

/* sub-ttl */
.sub-ttl {
  font-size: 20px;
  margin: 60px auto 0;
  text-align: center;
}

.list-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.list-service li {
  min-width: 144px;
  max-width: 144px;
  background: #fff;
}
.list-service li .list-service-item {
  padding: 12px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.list-service li .list-service-item .service-item-thumbnail {
  text-align: center;
}
.list-service li .list-service-item .service-item-text {
  font-size: 14px;
  text-align: center;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-image-wrap {
  margin: 120px auto 0;
}
.l-image-wrap img {
  width: 100%;
  height: auto;
}
.note {
  font-size: 14px;
  margin-top: 10px;
  margin-left: 10px;
}

/* ---------------------- */
/* Download                 */
/* ---------------------- */
.l-main_download p {
  text-align: center;
}
.l-main_download .download-item-text {
  text-align: left;
  font-size: 16px;
}
.l-main_download .download-item-title {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}
.l-main_download .button {
  margin: 0;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.3em;
  background-color: #00b594;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  border-radius: 6px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  box-sizing: border-box;
  margin-top: 30px;
  text-align: center;
  line-height: 1.6;
}

/* ---------------------- */
/* TOP                */
/* ---------------------- */
.l-wrap .top {
  margin-top: 50px;
}
.l-wrap .top_case .list-service {
  padding: 0;
}
.l-wrap .top_case .list-service li {
  background: none;
  max-width: initial;
  min-width: initial;
  text-align: center;
  position: relative;
}
.l-wrap .top_case .list-service li .list-service-item {
  padding: 0;
}
.l-wrap .top_case .list-service li .list-service-item p {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0;
  height: 80px;
}
.l-wrap .top_case .list-service li .list-service-item .service-item-thumbnail {
  position: relative;
}
.l-wrap .top_case .list-service li .list-service-item .service-item-thumbnail::before {
  content: url("/pr-site/cloudsupportcenter/assets/img/flow_icon.png");
  position: absolute;
  top: 43%;
  right: -27%;
}
.l-wrap .top_case .list-service li .list-service-item .service-item-thumbnail img {
  max-width: 160px;
  min-width: 160px;
}
.l-wrap .top_case .list-service li .list-service-item .last-child::before {
  content: "";
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
  .sp-ui {
    display: block;
  }

  .sp-ui-inline {
    display: inline;
  }
  .l-wrap {
    display: block;
    min-width: auto;
  }
  .l-wrap .l-wrap_main {
    width: 100%;
    margin-top: 0;
  }
  .l-wrap .l-wrap_form {
    width: 100%;
  }
  .l-main .l-main-ttl {
    font-size: 23px;
    margin-top: 0;
    padding-top: 39px;
  }
  .l-main {
    min-width: auto;
    max-width: none;
    padding: 40px 15px 0;
  }

  .main-visual {
    min-width: auto;
    max-width: none;
    height: 91.2vw;
    top: 10vw;
  }
  .main-visual img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .l-form {
    width: 100%;
    position: relative;
    top: 0;
    margin-top: 14vw;
    padding: 0 4vw;
  }
  .l-sec {
    margin-top: 14vw;
  }
  .l-sec .a-sec-ttl {
    font-size: 6.1333333333vw;
  }
  .l-header {
    top: 0;
    z-index: 999;
    height: auto;
    position: static;
  }
  .l-header .l-header_inner {
    padding: 0 3vw;
  }
  .l-header .l-header_logo {
    width: 20vw;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .l-header .l-header_menu {
    flex-direction: column;
    font-size: 2.436vw;
    letter-spacing: 0;
    top: -8px;
    bottom: 0;
    margin-left: 10px;
  }
  .l-header .l-header_menu > a {
    margin-left: 10px;
  }
  .l-header .menu-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    display: flex;
    height: 24px;
    width: 24px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .l-header .menu-btn span {
    content: "";
    display: block;
    height: 3px;
    width: 24px;
    border-radius: 3px;
    background-color: #191919;
    position: absolute;
  }
  .l-header .menu-btn span:before {
    content: "";
    display: block;
    height: 3px;
    width: 24px;
    border-radius: 3px;
    background-color: #191919;
    position: absolute;
    bottom: 8px;
  }
  .l-header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 24px;
    border-radius: 3px;
    background-color: #191919;
    position: absolute;
    top: 8px;
  }
  .l-header #menu-btn-check {
    display: none;
  }
  .l-header #menu-btn-check:checked + .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  .l-header #menu-btn-check:checked + .menu-btn span:before {
    background: #fff;
    bottom: 0;
    transform: rotate(45deg);
  }
  .l-header #menu-btn-check:checked + .menu-btn span:after {
    background: #fff;
    top: 0;
    transform: rotate(-45deg);
  }
  .l-header #menu-btn-check:checked + .menu-btn + .menu-content {
    left: 0;
  }
  .l-header #menu-btn-check:checked + .menu-btn + .menu-content .menu-content-logo {
    opacity: 1;
  }
  .l-header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #5d5d5d;
    transition: all 0.5s;
    padding: 0 40px;
    overflow-y: auto;
  }
  .l-header .menu-content .menu-content-logo {
    opacity: 0;
    transition-delay: 0.3s;
    transition: all 0.2s;
    display: block;
    position: absolute;
    top: 13px;
    left: 15px;
  }
  .l-header .menu-content ul {
    padding: 80px 0 0;
    width: 100%;
    margin-left: 0;
  }
  .l-header .menu-content ul li {
    border-bottom: solid 1px #fff;
    list-style: none;
    display: block;
    width: 100%;
    margin-left: 0;
    position: static;
  }
  .l-header .menu-content ul li:first-child {
    margin-left: 0;
    padding-top: 0;
  }
  .l-header .menu-content ul li:first-child a {
    padding-top: 0;
  }
  .l-header .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px 5px 0;
    position: relative;
  }
  .l-header .menu-content .submit {
    margin-top: 20px;
  }
  .l-header .menu-content .submit input {
    margin: 0;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.3em;
    background-color: #00b594;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    box-sizing: border-box;
  }
  .l-header .menu-content .btn-inquire {
    align-items: center;
    border: 2px solid #00b594;
    border-radius: 6px;
    background: #fff;
    color: #00b594;
    display: flex;
    font-size: 16px;
    height: 60px;
    justify-content: center;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
    width: 100%;
    margin-top: 20px;
  }
  .l-footer {
    margin-top: 16vw;
  }
  .l-footer .l-footer_authority {
    padding: 0 4vw;
  }
  .l-footer .l-footer_authority-inner {
    display: block;
  }
  .l-footer .l-footer_authority-symbol {
    width: 70%;
    margin: 0 auto;
  }
  .l-footer .l-footer_authority-symbol-item:first-of-type {
    width: 26%;
  }
  .l-footer .l-footer_authority-symbol-item:nth-of-type(2) {
    width: 66%;
  }
  .l-footer .l-footer_authority-notice {
    width: 100%;
    margin-top: 4vw;
    font-size: 2.9333333333vw;
  }
  .list-dot {
    font-size: 16px;
    padding-left: 16px;
  }
  .list-notice {
    font-size: 16px;
    padding-left: 16px;
  }
  .list-supplement {
    font-size: 16px;
  }
  .l-blue-anchor {
    display: block;
    margin-top: 30px;
  }
  .l-blue-anchor li {
    min-width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
  .l-blue-anchor li:first-child {
    margin-top: 0;
  }
  .l-wrap .breadcrumb-list {
    max-width: initial;
    min-width: initial;
    display: block;
    padding-top: 60px;
    margin-bottom: -20px;
    margin-top: 0;
  }

  .l-wrap .breadcrumb-list li {
    display: inline-block;
  }
  .l-wrap .columns-wrap .breadcrumb-list {
    max-width: initial;
    min-width: initial;
    padding-top: 60px;
    margin-bottom: -20px;
  }
  .l-main_columns .breadcrumb-list {
    max-width: initial;
    min-width: initial;
    display: block;
    padding-top: 20px;
    margin-bottom: -20px;
    margin-top: 0;
  }

  .l-main_columns .breadcrumb-list li {
    display: inline-block;
  }
  .o-form {
    height: auto;
    max-height: none;
  }
  .o-form .o-form_head-copy-item {
    font-size: 3.2vw;
  }
  .o-form .o-form_head-ttl-item {
    font-size: 4.8vw;
  }
  .o-form .o-form_head-ttl-notes {
    font-size: 2.9333333333vw;
  }
  .o-form .o-form_body {
    padding: 4vw 2vw 0;
  }
  .o-form .o-form_body iframe {
    height: 110vw;
  }
  .o-form .o-form_foot {
    margin-top: 3vw;
    padding-bottom: 8vw;
  }
  .o-form .o-form_foot .o-form_foot-notes {
    font-size: 2.6666666667vw;
  }
  .o-form .o-form_foot-btn {
    margin-top: 2vw;
  }

  .contact-body iframe {
    height: 183vw;
  }
  .hero {
    height: 124vw;
    padding: 0 4vw;
  }
  .hero .hero-ttl {
    padding-top: 20vw;
  }
  .hero .hero-ttl_sub {
    font-size: 3.4666666667vw;
  }
  .hero .hero-ttl_main {
    font-size: 8vw;
  }
  .hero .hero-cv {
    display: block;
    width: auto;
    left: 4vw;
    right: 4vw;
  }
  .hero .hero-cv .hero-cv_panf {
    width: 26vw;
    left: 4vw;
    top: 2vw;
  }
  .hero .hero-cv_copy {
    padding: 5vw 4vw 5vw 33vw;
  }
  .hero .hero-cv_copy .hero-cv_copy-ttl {
    font-size: 3.7333333333vw;
  }
  .hero .hero-cv_copy .hero-cv_copy-item {
    font-size: 2.9333333333vw;
    line-height: 1.4;
    align-items: flex-start;
  }
  .hero .hero-campaign {
    display: none;
  }
  .wall {
    padding: 0 4vw;
  }
  .wall .wall-list {
    padding: 5vw;
    margin-top: 6vw;
  }
  .wall .wall-list_item:not(:first-of-type) {
    padding-top: 5vw;
    margin-top: 5vw;
  }
  .wall .wall-ttl {
    font-size: 4.8vw;
  }
  .wall .wall-ttl_num {
    font-size: 10.6666666667vw;
    margin-right: 4vw;
  }
  .wall .wall-copy {
    margin-top: 2vw;
  }
  .reason .a-sec-ttl {
    padding: 0 4vw;
  }
  .reason .reason-content {
    margin-top: 5vw;
  }
  .reason .reason-content_text {
    padding: 8vw 6vw;
    margin: -8vw auto 0;
  }
  .reason .reason-content_ttl {
    font-size: 4.8vw;
  }
  .reason .reason-content_copy {
    margin-top: 3vw;
  }
  .field-list {
    display: block;
    width: 78%;
    margin: 0 auto;
  }
  .field-list .field-list_item {
    width: 100%;
    margin-top: 8vw;
  }
  .field-list .field-icon {
    width: 40vw;
    height: 40vw;
    padding: 8vw;
  }
  .field-list .field-icon img {
    width: 64%;
  }
  .field-list .field-name {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
  .field-list .field-copy {
    margin-top: 3vw;
  }
  .voice {
    padding: 0 4vw;
  }
  .voice .voice-content {
    padding: 7vw 4vw;
    margin-top: 5vw;
  }
  .voice .voice-content_ttl {
    justify-content: center;
    font-size: 4.2666666667vw;
  }
  .voice .voice-content_logo {
    height: 5vw;
  }
  .voice .voice-content_catch {
    font-size: 4.8vw;
    margin-top: 3vw;
  }
  .voice .voice-content_copy {
    margin-top: 3vw;
  }
  .voice .voice-content_copy-right {
    width: 50%;
  }
  .voice .voice-content_copy-right.-min {
    width: 33%;
  }
  .voice .voice-content_target {
    margin-top: 6vw;
    display: block;
  }
  .voice .voice-content_target dt {
    font-size: 3.2vw;
  }
  .voice .voice-content_target dd {
    width: 100%;
    font-size: 3.2vw;
    margin-top: 2vw;
  }
  .voice .voice-more {
    display: block;
    width: 50vw;
    height: 13vw;
    margin: 10vw auto 10vw;
    background-color: #0096dc;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
  }
  .voice .voice-more:before {
    content: "もっと見る";
  }
  .voice .voice-more:after {
    content: none;
  }
  .voice .voice-more .is-open:before {
    content: none;
  }
  .voice .voice-more .is-open:after {
    content: "閉じる";
  }
  .voice .voice-more_content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.8s ease-out;
  }
  .o-fixed-anc {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: #00b594;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  }
  .o-fixed-anc--campaign {
    background-color: #ffffff;
  }
  .o-fixed-anc.is-hide {
    opacity: 0;
    visibility: hidden;
  }
  .o-fixed-anc .o-fixed-anc_inner {
    width: 100%;
    padding: 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .o-fixed-anc .o-fixed-anc_copy {
    width: 51%;
    font-size: 2.6666666667vw;
    color: #fff;
    letter-spacing: normal;
  }
  .o-fixed-anc .o-fixed-anc_btn {
    width: 48%;
    height: 10vw;
  }
  .o-fixed-anc .o-fixed-anc_btn-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: #00b594;
    font-size: 2.9333333333vw;
    font-weight: bold;
    line-height: 1.2;
    border-radius: 4px;
  }
  .o-fixed-anc .o-fixed-anc_btn-item--blue {
    background-color: #0e8be8;
    color: #ffffff;
  }
  .o-fixed-anc .o-fixed-anc_btn-item--green {
    background-color: #00b594;
    color: #ffffff;
  }
  .company__inner {
    padding: 40px 15px;
  }
  .company__ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .company__list {
    flex-wrap: wrap;
  }
  .company__propaty {
    width: 100%;
  }
  .company__content {
    width: 100%;
  }
  .company__more a {
    align-items: center;
    background-color: #0096dc;
    border-radius: 6px;
    color: #fff;
    display: block;
    display: flex;
    height: 13vw;
    justify-content: center;
    margin: 10vw auto 0;
    width: 50vw;
    font-size: 14px;
  }
  .list-case {
    display: block;
  }
  .list-case li {
    min-width: initial;
    max-width: initial;
    margin-top: 30px;
    margin-left: 0;
  }
  .l-wrap .columns-wrap {
    padding: 10px;
    margin-top: 40px;
  }
  .columns-wrap_body .title {
    margin-bottom: 30px;
    padding-left: 26px;
  }
  .columns-wrap_body .title span {
    font-size: 20px;
    text-indent: 16px;
    margin-left: -18px;
  }
  .columns-wrap_body .title span::before {
    height: 20px;
    width: 4px;
  }
  .columns-wrap_body p {
    margin-bottom: 30px;
  }
  .columns-wrap_body p + .sub {
    margin-top: 30px;
  }
  .columns-wrap_body {
    margin-bottom: 40px;
  }
  .list-columns {
    display: block;
  }
  .list-columns li {
    min-width: initial;
    max-width: initial;
    margin-top: 30px;
    margin-left: 0;
  }
  .l-sub-ttl {
    font-size: 18px;
  }
  .list-faq .btn-faq-quesiton .btn-text {
    font-size: 16px;
  }
  .list-faq .btn-faq-quesiton .btn-text:before {
    height: 26px;
    top: -3px;
    width: 18px;
  }
  .list-faq .content-faq-question .answer-text {
    font-size: 16px;
  }
  .list-faq .content-faq-question .answer-text:before {
    height: 26px;
    top: -3px;
    width: 18px;
  }
  .list-service {
    justify-content: flex-start;
  }
  .list-service li {
    min-width: 45%;
    max-width: 45%;
    margin-top: 30px;
  }
  .list-service li:nth-child(even) {
    margin-left: 10%;
  }
  .l-image-wrap {
    margin-top: 80px;
  }
  .l-table-sp {
    border: 1px solid #c7c7c7;
  }
  .l-table-sp + .l-table-sp {
    margin-top: 60px;
  }
  .l-table-sp .l-table-sp-ttl {
    background: #0096dc;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-table-sp .l-table-sp-ttl h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .l-table-sp .l-table-sp-ttl#is-sp-watch h3:before {
    content: "";
    display: block;
    background: url("../../assets/img/price/price_icon_01.png") no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }
  .l-table-sp .l-table-sp-ttl#is-sp-troubleshooting h3:before {
    content: "";
    display: block;
    background: url("../../assets/img/price/price_icon_02.png") no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    margin-right: 30px;
  }
  .l-table-sp .table-sp-subttl {
    background: #dcdcdc;
    padding: 8px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }
  .l-table-sp .table-sp-content {
    background: #fff;
    padding: 30px 24px;
  }
  .l-table-sp .table-sp-content p {
    font-size: 16px;
  }
  .l-table-sp .table-sp-content p + p {
    margin-top: 12px;
  }
  .l-table-sp .table-sp-content p.price-ttl {
    font-size: 18px;
    color: #0096dc;
  }
  .l-table-sp .table-sp-content p.price-note {
    font-size: 16px;
  }
  .l-wrap .top_case .list-service li .list-service-item p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    font-size: 16px;
    text-align: left;
  }
  .l-wrap .top_case .list-service li .list-service-item {
    display: table;
    width: 100%;
  }
  .l-wrap .top_case .list-service li .list-service-item .service-item-thumbnail {
    display: table-cell;
  }
  .l-wrap .top_case .list-service li .list-service-item .service-item-thumbnail::before {
    content: "";
    position: absolute;
  }
  .l-wrap .top_case .list-service li .list-service-item .service-item-thumbnail img {
    max-width: 130px;
  }
  .l-wrap .top_case .list-service li {
    max-width: initial;
    min-width: initial;
    width: 100%;
  }
  .l-wrap .top_case .list-service li:nth-child(even) {
    margin-left: 0;
  }
  .l-wrap .top_case .list-service li:last-child::after {
    content: "";
  }
  .l-wrap .top_case .list-service li::after {
    content: url("/pr-site/cloudsupportcenter/assets/img/flow_icon_under.png");
    position: absolute;
    left: 47%;
    top: 100%;
  }
  .l-wrap .top_case .list-service li.last-child::after {
    content: "";
  }
  .l-wrap .top_case .list-service {
    justify-content: center;
  }
  .l-wrap .top_columns .list-case li {
    margin-bottom: 0;
    margin-top: 20px;
  }
  .l-wrap .top_columns .list-case li .list-case-item {
    flex-direction: unset;
    padding: 10px;
  }
  .l-wrap .top_columns .list-case li .list-case-item .case-item-thumbnail {
    margin-right: 10px;
    max-width: 100px;
  }
  .l-wrap .top_columns .list-case li .list-case-item .columns-item-title {
    line-height: 1.4;
  }
  .l-wrap .top_columns .more a {
    align-items: center;
    background-color: #0096dc;
    border-radius: 6px;
    color: #fff;
    display: block;
    display: flex;
    height: 13vw;
    justify-content: center;
    margin: 10vw auto 0;
    width: 50vw;
    font-size: 14px;
  }
}
@media only screen and (max-width: 990px) {
  .pc-ui {
    display: none;
  }
}
@media only screen and (min-width: 990px) {
  .a-lightbox .a-lightbox_link:hover {
    opacity: 0.6;
  }
  .o-form .o-form_foot .o-form_foot-link:hover {
    text-decoration: none;
  }
  .o-form .o-form_foot .o-form_foot-btn-item:hover {
    background: #fff;
    color: #f13b51;
  }
}
@media only screen and (max-width: sp) {
  .a-caption {
    margin-top: 2vw;
    font-size: 2.9333333333vw;
  }
}
@media (max-width: 767px) {
  .movie01 {
    padding: 20px;
  }
  .movie01__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .movie01__text {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
  .movie01__catch {
    font-size: 3rem;
  }
  .movie01__img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .movie02 {
    padding: 20px;
  }
  .movie02__catch {
    font-size: 2rem;
    font-weight: 900;
  }
  .movie02__copy {
    font-size: 1.8rem;
  }
  .movie02__img {
    width: 100%;
  }
  .fullOverlay__close {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 460px) {
  .lum-lightbox .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lum-lightbox .lum-lightbox-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .lum-lightbox .lum-lightbox-position-helper {
    margin: auto;
  }
  .lum-lightbox .lum-lightbox-inner img {
    max-width: none;
    max-height: none;
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */