@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 */

:root {
  --infosys-outsourcing-bg-color: #FFF;
  --infosys-outsourcing-index-blue: #1658A4;
  --infosys-outsourcing-table-column-gray: #00000029;
  --infosys-outsourcing-table-row-gray: #EEE;
  --infosys-outsourcing-service-gradation-gray: #F3F3F3;
  --infosys-outsourcing-service-gradation-white: #FFFFFF00;
  --infosys-outsourcing-features-gradation-white: #FEFEFE;
  --infosys-outsourcing-features-gradation-gray: #F5F5F5;
  --infosys-outsourcing-text-black: #000;
  --infosys-outsourcing-table-black: #333;
  --infosys-outsourcing-text-red: #F13B51;
  --infosys-outsourcing-text-underbar-gradation-blue: #1659A6;
  --infosys-outsourcing-contact-shadow-gray: #0000001A;
  --infosys-outsourcing-table-column1-gradation-blue1: #4DB8E1;
  --infosys-outsourcing-table-column1-gradation-blue2: #8AD7F5;
  --infosys-outsourcing-table-column2-gradation-blue1: #0076FF;
  --infosys-outsourcing-table-column2-gradation-blue2: #55A0F6;
  --infosys-outsourcing-table-column3-gradation-blue1: #307CD4;
  --infosys-outsourcing-table-column3-gradation-blue2: #1658A4;
}

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;
  height: 100%;
}

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;
  height: 100%;
  display: inline-block;
}

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;
}
main {
  overflow: hidden;
}
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: var(--infosys-outsourcing-bg-color);
}
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;
}

@media only screen and (min-width:501px){
  .for-SP {
    display: none!important;
  }
  .for-PC {
    display: block!important;
  }
}
@media only screen and (max-width:500px){
  .for-SP{
    display: block!important;
  }
  .for-PC{
    display: none!important;
  }
}
/* wrapper */
.wrapper {
  width: 100%;
  position: relative;
  background-color: var(--infosys-outsourcing-bg-color);
}

.l-wrap {
  /*width: 100%;*/
  /*display: flex;
  justify-content: space-between;*/
  position: relative;
  background: url(../img/png/bg_wide.png) 52% 2.5% no-repeat;
  background-size: 137%;
}
.l-wrap .l-wrap_main {
  /*width: 67.3611111111%;*/
  position: relative;
  /*margin-top: 90px;*/
  width: 100%!important;
}
.l-wrap .l-wrap_form {
  /*width: 32.6388888889%;*/
  position: relative;
  display: none;
}
/* main */
.l-main {
  width: 100%;
  /*min-width: 840px;
  max-width: 880px;
  padding: 0 20px;*/
  margin: 0;
  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;
  background: url("../img/png/グループ 11127.png") no-repeat;
}
.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: 100px;*/
  position: fixed;
  z-index: 10;
  background-color: var(--infosys-outsourcing-bg-color);
}
.l-header .l-header_inner {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100vw;
  height: 90px;
  padding: 0 9%;
  background: var(--infosys-outsourcing-bg-color);
  z-index: 3;
}
.l-header .l-header_logo {
  position: relative;
}
.l-header .l-header_menu {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.l-header .l-header_menu li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
.l-header .l-header_menu li:first-child {
  margin-left: 50px;
}
.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;
}
.l-header__list {
  display: flex;
  gap: 17px;
  justify-content: center;
  position: absolute;
  right: 9%; 
}
.l-header__list--contents {
  border: none;
  border-radius: 45px;
  display: inline-block;
  padding: 9px 0;
  width: 204px;
  text-align: center;
}
.l-header__list--contents {
  color: var(--infosys-outsourcing-bg-color);
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.l-header__list--contents.blue{
  background: var(--infosys-outsourcing-table-column2-gradation-blue1);
  transition: .3s;
}
.l-header__list--contents.blue:hover {
  background: #0076FF80;
  transition: .3s;
}
.l-header__list--contents.red{
  background: var(--infosys-outsourcing-text-red);
  transition: .3s;
}
.l-header__list--contents.red:hover {
  background: #F13B5180;
  transition: .3s;
}
/* Footer */
.l-footer {
  width: 100%;
  position: relative;
  padding-top: 33px;
  background: #f5fbfd;
}
.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%;
  position: relative;
  padding-top: 100px;
  margin-bottom: calc(50% - 320px);
}
.hero .hero-ttl {
  width: 100%;
  padding: 64px 0 0 9%;
  display: grid;
  grid-template-areas:
      "subTitle subTitle"
      "mainTitle mainTitle"
      "contactButton heroImage";
  grid-template-columns: 381px;
  grid-column-gap: 30px;
  position: relative;
}
.hero .hero-ttl_sub {
  font-size: 31px;
  font-weight: 700;
  color: var(--infosys-outsourcing-index-blue);
  line-height: 69px;
  grid-area: subTitle;
}
.hero .hero-ttl_main {
  margin: 5px 0 30px;
  font-size: 44px;
  line-height: 1.7;
  letter-spacing: normal;
  grid-area: mainTitle;
}
.hero .hero-ttl_main span {
  color: var(--infosys-outsourcing-table-black);
  font-size: 98px;
  line-height: 124px;
  font-weight: normal;
}
.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;
}
.hero dl {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  position: relative;
  top: -40px;
}
.hero__contact--wrapper {
  display: inline-flex;
  flex-direction: column;
  gap: 15px;
}
.hero__concact--text {
  font-size: 22px;
  font-weight: bold;
  color: var(--infosys-outsourcing-text-red);
  text-align: center;
  height: 40px;
}
.hero__contact {
  padding-bottom: 10px;
  grid-area: contactButton;
}
.hero__contact--button {
  font-size: 24px;
  font-weight: bold;
  color: var(--infosys-outsourcing-bg-color);
  padding: 14px 27px;
  background: var(--infosys-outsourcing-text-red) no-repeat;
  border-radius: 7px;
  display: inline-flex;
  height: 60px;
  gap: 10px;
  align-items: center;
  transition: .3s;
}
.hero__contact--button:hover {
    background: #F13B5180;
    transition: .3s;
}
.hero__contact--button:after {
  content: "";
  border-right: solid 4px var(--infosys-outsourcing-bg-color);
  border-top: solid 4px var(--infosys-outsourcing-bg-color);
  transform: rotate(45deg);
  display: inline-block;
  width: 4px;
  height: 13px;
  padding-left: 10px;
  position: relative;
  top: -2px;
}
.hero__image{
  max-width: 168px;
  height: auto;
  grid-area: heroImage;
  position: absolute;
  top: -45px;
}
.hero__background {
  position: relative;
  z-index: -1;
}
#hero__background--01 {
  z-index: -1;
  position: absolute;
  top: 64px;
  right: -53px;
  width: 41%;
  height: auto;
}
#hero__background--02 {
  width: 27%;
  height: auto;
  left: -12%;
  bottom: 70px;
}
#hero__background--03 {
  width: 8.5%;
  height: auto;
  left: 18.5%;
  bottom: 270px;
}
#hero .l-sec_inner {
  /*z-index: -2;*/
  position: relative;
}
/* ---------------------- */
/* Features               */
/* ---------------------- */
#features {
  z-index: 3;
  position: relative;
  background: transparent;
}
#features:before {
    content: "";
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}
h2.features__title {
  text-align: center;
  font-size: 34px;
  line-height: 64px;
  color: var(--infosys-outsourcing-index-blue);
}
.features__list {
  display: flex;
  /*gap: 78px;*/
  justify-content: center;
  gap: 5.4%;
}
.features__contents {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*width: 258px;*/
}
.features__image--circle{
  width: 190px;
  height: 189px;
  background: transparent linear-gradient(145deg, var(--infosys-outsourcing-bg-color) 0%, var(--infosys-outsourcing-features-gradation-white) 33%, var(--infosys-outsourcing-features-gradation-gray) 100%) 0% 0% no-repeat padding-box;
  border-radius: 45%;
  margin: 0 34px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features__contents p {
  font-size: 18px;
  line-height: 33px;
  color: var(--infosys-outsourcing-text-black);
}
/* ---------------------- */
/* Values                 */
/* ---------------------- */
#values {
    background: url("../img/svg/グループ 11846.svg") no-repeat;
    background-size: cover;
    background-position-x: center;
}
.values__text {
    padding: 130px 18%;
}
.values__text p {
    line-height: 52px;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.values__text--whitetext {
  background: linear-gradient(transparent 0, var(--infosys-outsourcing-bg-color) 0) 0 -5px no-repeat;
  color: var(--infosys-outsourcing-index-blue);
  padding: 0 5px;
}
.values__text--underline {
  background: linear-gradient(transparent 80%, #1659A6 70%) 0 -5px no-repeat padding-box;
  padding: 4px 5px 0;
}
/* ---------------------- */
/* Service                */
/* ---------------------- */
#service:before {
  background: var(--infosys-outsourcing-table-row-gray) no-repeat;
  padding-top: 116px;
  filter: grayscale(1);
  content: "";
  height: 0;
  width: 100%;
  display: block;
  background-blend-mode: multiply;
  -webkit-mask-image: url("../img/svg/グループ 11846.svg");
  -webkit-mask-size: cover;
  mask-image: url("../img/svg/グループ 11846.svg");
  mask-size: cover;
}
#service:after {
  background: url("../img/svg/グループ 11127.svg") 50% 6vh no-repeat;
  content: "";
  display: block;
  height: 800px;
  width: 100%;
  transform: scale(-1, 1);
  z-index: -1;
  position: relative;
  margin-top: -530px;
  background-size: 200% 100%;
}
#service {
    background: transparent linear-gradient(180deg, var(--infosys-outsourcing-table-row-gray) 0%, var(--infosys-outsourcing-service-gradation-gray) 29%, var(--infosys-outsourcing-service-gradation-white) 57%) 0% 100px no-repeat padding-box;
}
#service .service__title {
  font-size: 34px;
  color: var(--infosys-outsourcing-index-blue);
  line-height: 64px;
  text-align: center;
  padding-bottom: 50px;
  background: var(--infosys-outsourcing-table-row-gray);
}
.service__list--sp {
  display: none;
}
.service__list {
  display: grid;
  grid-template-areas: "contents01 contents02 contents03""contents04 contents05 contents06";
  justify-content: center;
  gap: 20px;
  padding: 0 15%;
}
.service__list--contents {
  background: #fff;
  padding: 22px 0 0;
  border: solid 1px var(--infosys-outsourcing-table-row-gray);
  display: flex;
  flex-direction: column;
}
.service__list--number {
  font-size: 46px;
  font-weight: 600;
  color: var(--infosys-outsourcing-index-blue);
  line-height: 64px;
  padding: 0 20px;
}
.service__list--imagewrapper {
  width: calc(100% - 40px);
  height: 160px;
  overflow: hidden;
  margin: 0 auto;
}
.service__list--contents img {
  height: 160px;
  width: 100%;
  object-fit: cover;
}
#service__contents--02 img {
  transform: translate(-58%, -76%) scale(3);
}
#service__contents--03 img {
  transform: translate(-14%, -13%) scale(1.3);
}
#service__contents--04 img {
  transform: translate(-59%, 46%) scale(3.5);
}
.service__list--contents h3 {
  font-size: 24px;
  line-height: 30px;
  color: var(--infosys-outsourcing-index-blue);
  text-align: center;
  padding: 6.5% 0;
}
.service__list--text{
  font-size: 22px;
  line-height: 34px;
  color: var(--infosys-outsourcing-table-black);
  min-height: 227px;
  padding: 0 20px 6px;
}
#service__contents--01 {
  grid-area: contents01;
}
#service__contents--02 {
  grid-area: contents02;
}
#service__contents--03 {
  grid-area: contents03;
}
#service__contents--04 {
  grid-area: contents04;
}
#service__contents--05 {
  grid-area: contents05;
}
#service__contents--06 {
  grid-area: contents06;
}
#service__contents--sp01 {
  grid-area: contentssp01;
}
#service__contents--sp02 {
  grid-area: contentssp02;
}
#service__contents--sp03 {
  grid-area: contentssp03;
}
#service__contents--sp04 {
  grid-area: contentssp04;
}
#service__contents--sp05 {
  grid-area: contentssp05;
}
#service__contents--sp06 {
  grid-area: contentssp06;
}
/* ---------------------- */
/* Service02              */
/* ---------------------- */
#service02:after {
  background: url("../img/svg/グループ 11127.svg") 50% 6vh no-repeat;
  content: "";
  display: block;
  height: 800px;
  width: 100%;
  z-index: -1;
  position: relative;
  margin-top: -250px;
  background-size: 200% 100%;
}
.service02__list {
  display: grid;
  grid-template-areas: 
        "contents01 contents02"
        "contents01 contents03"
        "contents01 space01"
        "contents04 contents06"
        "contents05 contents06"
        "space02 contents06";
  grid-template-columns: 45% 54%;
  /*justify-content: center;
  justify-items: center;*/
  padding: 0 15% 0 9%;
  margin-top: -200px;
  /*grid-row-gap: 100px;*/
  position: relative;
}
.service02__list--title {
  font-size: 34px;
  font-weight: bold;
  color: var(--infosys-outsourcing-index-blue);
}
.service02__list--text {
  font-size: 22px;
  color: var(--infosys-outsourcing-text-black);
}
#service02__contents--01 {
  grid-area: contents01;
  padding-bottom: 100px;
}
#service02__contents--02 {
  grid-area: contents02;
}
#service02__contents--02 .service02__list--title {
  text-align: right;
}
#service02__contents--03 {
  grid-area: contents03;
  padding-left: 50px;
}
#service02__contents--04 {
  grid-area: contents04;
}
#service02__contents--04 .service02__list--title {
  text-align: left;
}
#service02__contents--05 {
  grid-area: contents05;
}
#service02__contents--06 {
  grid-area: contents06;
  display: grid;
  grid-template-areas:
        "image01 image01 image02 image02 image03 image03"
        "space01 image04 image04 image05 image05 space02";
  grid-row-gap: 20px;
  grid-column-gap: 12px;
  justify-items: center;
  align-items: center;
  align-content: center;
  padding-left: 80px;
  position: absolute;
}
#service02__image--01 {
  grid-area: image01;
}
#service02__image--02 {
  grid-area: image02;
}
#service02__image--03 {
  grid-area: image03;
}
#service02__image--04 {
  grid-area: image04;
}
#service02__image--05 {
  grid-area: image05;
}
/* ---------------------- */
/* Contact                */
/* ---------------------- */
.contact__wrapper {
  min-height: 260px;
}
#contact__wrapper--01 {
  background: url("../img/png/グループ 12944.png") var(--infosys-outsourcing-bg-color) -35px 0px no-repeat;
  background-size: cover;
  box-shadow: 0 6px 5px var(--infosys-outsourcing-contact-shadow-gray);
  margin-top: -350px;
}
#contact__wrapper--02 {
  background: url("../img/png/グループ 12931.png") -35px 35px no-repeat;
  background-size: cover;
  box-shadow: 0 6px 5px var(--infosys-outsourcing-contact-shadow-gray);
}
.contact__title {
  font-size: 30px;
  color: var(--infosys-outsourcing-table-black);
  text-align: center;
  padding: 65px 0 30px;
  font-weight: bold;
}
.contact__list {
  display: flex;
  gap: 100px;
  justify-content: center;
}
.contact__list--contents {
  border: none;
  border-radius: 45px;
  display: inline-block;
  padding: 14px 0;
  width: 370px;
  text-align: center;
}
/*.contact__list--contents button {
  background: none;
  border: none;
}*/
.contact__list--contents {
  color: var(--infosys-outsourcing-bg-color);
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 3px 6px var(--infosys-outsourcing-table-column-gray);
}
.contact__list--contents.blue{
  background: var(--infosys-outsourcing-table-column2-gradation-blue1);
  transition: .3s;
}
.contact__list--contents.blue:hover {
  background: #0076FF80;
  transition: .3s;
}
.contact__list--contents.red{
  background: var(--infosys-outsourcing-text-red);
  transition: .3s;
}
.contact__list--contents.red:hover {
  background: #F13B5180;
  transition: .3s;
}
/* ---------------------- */
/* Table                  */
/* ---------------------- */
#table {
  padding: 0 15% 0 14.3%;
}
#table .table__title{
  font-size: 34px;
  color: var(--infosys-outsourcing-index-blue);
  line-height: 48px;
  text-align: center;
  font-weight: bold;
  margin: 160px 0 50px;
}
#table table{
  border-spacing: 10px 0;
  border-collapse: separate;
  /*margin: 0 auto;*/
  table-layout: fixed;
  width: 100%;
}
.table__scroll.for-SP{
  display: none;
}
#table th{
  padding: 24px 0;
  font-size: 24px;
  color: var(--infosys-outsourcing-bg-color);
  border-radius: 7px 7px 0 0;
  text-align: center;
}
#table__header--basic, #table__header--standard, #table__header--premium {
  width: 22%;
  /*max-width: 220px;*/
}
#table__header--basic {
  background: transparent linear-gradient(180deg, var(--infosys-outsourcing-table-column1-gradation-blue1) 0%, var(--infosys-outsourcing-table-column1-gradation-blue2) 100%) 0% 0% no-repeat padding-box;
}
#table__header--standard {
  background: transparent linear-gradient(180deg, var(--infosys-outsourcing-table-column2-gradation-blue1) 0%, var(--infosys-outsourcing-table-column2-gradation-blue2) 100%) 0% 0% no-repeat padding-box;
}
#table__header--premium {
  background: transparent linear-gradient(180deg, var(--infosys-outsourcing-table-column3-gradation-blue1) 0%, var(--infosys-outsourcing-table-column3-gradation-blue2) 100%) 0% 0% no-repeat padding-box;
}
.table__column--01 {
  font-size: 19px;
  line-height: 30px;
  color: var(--infosys-outsourcing-table-black);
  background: var(--infosys-outsourcing-table-row-gray);
  border-bottom: solid 1px #fff;
  text-align: center;
  padding: 23px 2%;
  max-width: 338px;
  /*width: 15%;*/
}
.table__column--02, .table__column--03, .table__column--04 {
  font-size: 24px;
  text-align: center;
  color: var(--infosys-outsourcing-table-black);
  font-weight: bold;
  background: var(--infosys-outsourcing-bg-color) 0% 0% no-repeat padding-box;
  border-bottom: solid 1px var(--infosys-outsourcing-table-row-gray);
  box-shadow: 0px 3px 6px var(--infosys-outsourcing-table-column-gray);
}
.table__column--02.last, .table__column--03.last, .table__column--04.last{
  border-radius: 0 0 10px 10px;
}
td p {
    text-shadow: 0.3px 0.3px 0, 0.3px -0.3px 0px, -0.3px 0.3px 0, -0.3px -0.3px 0px, 0.3px 0px 0px, 0px 0.3px 0px, -0.3px 0px 0px, 0px -0.3px 0px;
    letter-spacing: 1px;
}
.table__text {
  padding-top: 100px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: var(--infosys-outsourcing-text-red);
  line-height: 35px;
}
/* ---------------------- */
/* Case                   */
/* ---------------------- */
#case {
  padding: 50px 9%;
  background: var(--infosys-outsourcing-index-blue);
  box-shadow: 0px 9px 10px var(--infosys-outsourcing-table-column-gray);
}
.case__title {
  font-weight: bold;
  color: var(--infosys-outsourcing-bg-color);
  padding-bottom: 48px;
  text-align: center;
  font-size: 34px;
}
.case__list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.case__list--content {
  background: var(--infosys-outsourcing-bg-color);
  border: solid 1px var(--infosys-outsourcing-table-row-gray);
  border-radius: 7px;
  padding: 38px 0 20px;
  display: flex;
  flex-direction: column;
}
.case__list--title {
  font-size: 20px;
  color: var(--infosys-outsourcing-index-blue);
  font-weight: bold;
  margin: 0 20px;
}
.case__list--imagewrapper {
  width: calc(100% - 40px);
  height: 160px;
  overflow: hidden;
  margin: 0 auto;
}
.case__list--content img {
  height: 160px;
  width: 100%;
  object-fit: cover;
}
.case__list--text h3 {
  color: var(--infosys-outsourcing-index-blue);
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin: 20px 0 17px;
  padding: 0 20px;
  height: 90px;
}
.case__list--text h3 .for-PC {
    display: inline!important;
}
.case__list--content ul {
  display: flex;
  padding: 20px 15px;
  gap: 18px;
}
.case__list--content li {
  background: var(--infosys-outsourcing-index-blue);
  color: var(--infosys-outsourcing-bg-color);
  padding: 7px 6px 6px;
  text-align: center;
  font-size: 14px;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case__list--content p {
  color: var(--infosys-outsourcing-table-black);
  font-size: 18px;
  line-height: 34px;
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  min-height: 140px;
}
/* ---------------------- */
/* Flow                   */
/* ---------------------- */
.flow__list {
  width: 80%;
  border-radius: 25px;
  box-shadow: 0 10px 20px var(--infosys-outsourcing-contact-shadow-gray);
  padding: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  margin: 0 auto;
}
.flow__list--title {
  font-size: 34px;
  font-weight: bold;
  color: var(--infosys-outsourcing-index-blue);
  padding: 48px 0;
}
.flow__list--content {
  position: relative;
}
.flow__list--content a {
  padding: 0.75% 3.5%;
  position: absolute;
  bottom: 21px;
  left: -1.5%;
  width: 22%;
  height: 12%;
}
#contact__contents--03 {
  width: 100%;
  font-size: 1vw;
  padding: 4px 0 5px;
}
/* ---------------------- */
/* Faq                    */
/* ---------------------- */
#faq {
  padding: 0 15%;
  text-align: center;
}
.faq__title {
  font-size: 34px;
  text-align: center;
  font-weight: bold;
  color: var(--infosys-outsourcing-index-blue);
  padding-bottom: 40px;
}
.faq__list--content:first-child {
  padding-top: 2px;
  border-top: solid 1px var(--infosys-outsourcing-table-row-gray);
}
.faq__list--content {
  padding-bottom: 22px;
  border-bottom: solid 1px var(--infosys-outsourcing-table-row-gray);
}
.faq__list--text {
  font-size: 20px;
  color: var(--infosys-outsourcing-text-black);
  padding: 20px 10px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.faq__list--text p {
  text-align: left;
  display: inline-block;
  width: 100%;
  padding-right: 30px;
}
.faq__list--text.question:before {
  content: "Q";
  color: var(--infosys-outsourcing-index-blue);
  padding-right: 30px;
  font-size: 20px;
  z-index: 0;
}
.faq__list--text.question:hover {
  cursor: pointer;
}
.faq__list--text.question:after {
  content: "";
  border-right: solid 2px var(--infosys-outsourcing-index-blue);
  border-top: solid 2px var(--infosys-outsourcing-index-blue);
  transform: rotate(135deg);
  display: inline-block;
  width: 4px;
  height: 13px;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 30px;
  animation-name: reverserotate;
  animation-duration: 200ms;
  animation-timing-function: linear;
}
@keyframes reverserotate{
  0%{
    transform: rotate(315deg);
  }
  100%{
    transform: rotate(135deg);
  }
}
.faq__list--text.question.activate:after {
  transform: rotate(315deg);
  animation-name: rotate;
  animation-duration: 200ms;
  animation-timing-function: linear;
  top: 40px;
}
@keyframes rotate{
  0%{
    transform: rotate(135deg);
  }
  100%{
    transform: rotate(315deg);
  }
}
.faq__list--text.answer {
  background: var(--infosys-outsourcing-table-row-gray);
  border-radius: 7px;
  overflow: hidden;
  line-height: 35px;
  max-height: 0;
  padding: 0;
  transition: .2s;
  width: 100%;
}
.faq__list--text.answer, .faq__list--text.answer p, .faq__list--text.answer p:before {
  position: relative;
  z-index: -2;
}
.faq__list--text.answer p {
    display: flex;
    align-items: flex-start;
    padding: 20px 30px 20px 10px;
}
.faq__list--text.answer p:before {
  content: "A";
  color: var(--infosys-outsourcing-index-blue);
  padding-right: 30px;
  font-size: 20px;
}

.sec-access-company__right--detail:not(.activate){
  display: none!important;
}
.faq__list--text.answer.activate {
  display: block;
}
.faq__list--text.question {
  line-height: 48px;
}
.faq__list {
  padding-bottom: 50px;
}
.contact__list--contents.more {
  background: var(--infosys-outsourcing-index-blue);
  transition: .3s;
}
.contact__list--contents.more:hover {
  background: #1658A499;
  transition: .3s;
}
/* ---------------------- */
/* Company                */
/* ---------------------- */
#company:before {
    content: "";
    display: block;
    height: 120px;
    margin-top: -120px;
    visibility: hidden;
}
.company__inner {
  padding: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
}
.company-Infomation, .company__service {
  flex-basis: 50%;
}
.company-Infomation {
  border: solid 1px var(--infosys-outsourcing-table-row-gray);
  padding: 20px 32px 24px;
}
#company .company__ttl {
  font-size: 34px;
  text-align: left;
  font-weight: bold;
  line-height: 48px;
  color: var(--infosys-outsourcing-text-black);
  padding-bottom: 24px;
  margin-bottom: initial;
}
.company__service {
  background: var(--infosys-outsourcing-index-blue);
  color: var(--infosys-outsourcing-bg-color);
  border: solid 1px var(--infosys-outsourcing-index-blue);
  padding: 20px 32px 24px;
}
.company__list {
  display: flex;
  margin-bottom: 15px;
  flex-wrap: nowrap;
  gap: 17px;
}
.company__list:last-child {
  margin-bottom: 0;
}
.company__propaty {
  min-width: 120px;
  color: var(--infosys-outsourcing-index-blue);
  font-weight: bold;
  font-size: 16px;
}
.company__content {
  color: var(--infosys-outsourcing-text-black);
  text-align: left;
  font-size: 16px;
}
.company__service ul {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    flex-direction: column;
}
.company__service .company__list {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: nowrap;
    flex-direction: column;
}
.company__service .company__propaty:first-child {
  padding-top: 38px;
  flex-basis: 21px;
  color: var(--infosys-outsourcing-bg-color);
}
.company__service--contents {
    display: flex;
    justify-content: left;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    padding: 0;
    gap: 17px;
}
.company__part {
  flex-basis: 96px;
  padding: 3px 0;
  height: 26px;
  background-color: var(--infosys-outsourcing-bg-color);
  color: var(--infosys-outsourcing-index-blue);
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company__servicename {
  flex-basis: 395px;
  font-size: 16px;
    color: var(--infosys-outsourcing-bg-color);
}
.contact__list--contents.company__more {
  color: var(--infosys-outsourcing-index-blue);
  background: var(--infosys-outsourcing-bg-color);
  font-weight: bold;
  font-size: 18px;
}
.company__service li:last-child {
  text-align: center;
}

/* 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 50px;
  padding: 0 9.3%;
}
.company__inner {
  background-color: #fff;
}
.company__ttl {
  margin-bottom: 40px;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
}


.company__service {
  display: flex;
  justify-content: left;
  align-items: top;
  flex-wrap: nowrap;
}
.company__more {
  margin: auto;
  text-align: center;
  width: 204px;
  padding: 8px 0;
}
.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: "";
}

/* ---------------------- */
/* TABLET                 */
/* ---------------------- */
/*@media only screen and (max-width: 820px) and (min-width: 761px){*/

@media only screen and (max-width: 999px) and (min-width:735px){
  .l-wrap {
    background: url(../img/png/bg_wide.png) 46.5% 4.9% no-repeat;
    background-size: 148%;
  }
  .l-header .l-header_inner {
    padding: 0 5%;
  }
  .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;
    transition: all 0.2s;
    display: block;
    position: absolute;
    top: 30px;
    left: 5%;
  }
  .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-content ul li:first-child {
    margin-left: 0;
    padding-top: 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 a {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px 10px 0;
    position: relative;
  }
  .l-header__list {
    display: flex;
    gap: 0;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .l-header__list a {
    flex-basis: 50%;
  }
  .l-header__list--contents {
    width: 100%;
    font-size: 13px;
    border-radius: 0;
  }
  .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;
  }
/* ---------------------- */
/* Hero TABLET            */
/* ---------------------- */
  .hero {
    margin-bottom: calc(82% - 320px);
  }
  .hero .hero-ttl {
    width: 100%;
    padding: 32px 0 0 5%;
    display: grid;
    grid-template-areas:
        "subTitle subTitle"
        "mainTitle heroImage"
        "contactButton space02";
    grid-template-columns: 500px 25%;
    grid-column-gap: 4%;
    position: relative;
  }
  .hero .hero-ttl_main {
    margin: 5px 0 14px;
  }
  .hero__contact--wrapper {
    gap: 8px;
  }
}
/* ---------------------- */
/* Features TABLET        */
/* ---------------------- */
@media only screen and (max-width: 999px){
  .features__list {
    gap: 2.3%;
  }
  h2.features__title {
    font-size: 24px;
  }
  .features__image--circle {
    width: 140px;
    height: 140px;
    margin: 0 30px 15px;
  }
  .features__image--circle img {
    max-width: 60%;
  }
  .features__contents p {
    font-size: 15px;
    line-height: 25px;
  }
/* ---------------------- */
/* Values                 */
/* ---------------------- */
  #values {
    background: #176acb;
    margin-top: 90px;
  }
  .values__text {
    padding: 50px 8%;
  }
  .values__text p {
    line-height: 38px;
    font-size: 24px;
  }
/* ---------------------- */
/* Service                */
/* ---------------------- */
  #service.l-sec {
    margin-top: 0;
  }
  #service:before {
    -webkit-mask-image: initial;
    -webkit-mask-size: initial;
    mask-image: initial;
    mask-size: initial;
    padding-top: 76px;
  }
  #service .service__title {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .service__list {
    gap: 18px;
    padding: 0 5%;
  }
  .service__list--contents {
    padding: 15px 0 0;
  }
  .service__list--number {
    font-size: 40px;
    padding: 0 10px;
  }
  .service__list--imagewrapper {
    width: calc(100% - 20px);
    height: 105px;
  }
  .service__list--contents img {
    height: 105px;
  }
  .service__list--contents h3 {
    font-size: 17px;
    padding: 5.5% 0;
  }
  .service__list--text {
    font-size: 14px;
    padding: 0 10px 6px;
    min-height: 187px;
  }
/* ---------------------- */
/* Service02              */
/* ---------------------- */
  .service02__list {
    padding: 0 7% 0 5%;
    grid-column-gap: 20px;
  }
  .service02__list--title {
    font-size: 24px;
    line-height: 30px;
  }
  .service02__list--text {
    font-size: 14px;
    line-height: 40px;
  }
  #service02__contents--03 {
    padding-left: 10px;
  }
.o-fixed-anc {
    display: none;
  }
/* ---------------------- */
/* Contact TABLET         */
/* ---------------------- */
  #contact__wrapper--01 {
    background: url("../img/png/グループ 12944.png") var(--infosys-outsourcing-bg-color) -115px 0px no-repeat;
    background-size: cover;
  }
  .contact__wrapper {
    min-height: 180px;
  }
  .contact__title {
    font-size: 24px;
    padding: 35px 0 20px;
  }
  .contact__list {
    gap: 60px;
  }
  .contact__list--contents {
    font-size: 18px;
    padding: 6px 0;
    width: 282px;
  }
/* ---------------------- */
/* Table TABLET           */
/* ---------------------- */
  #table {
    padding: 0 5% 0 4.3%;
  }
  #table .table__title {
    font-size: 24px;
  }
  #table th {
    padding: 16px 0;
    font-size: 20px;
  }
  .table__text {
    padding-top: 60px;
    font-size: 18px;
  }
  .table__column--01 {
    font-size: 15px;
    padding: 16px 2%;
  }
/* ---------------------- */
/* Case TABLET            */
/* ---------------------- */
  #case {
      padding: 30px 5% 70px;
  }
  #case.l-sec {
    margin-top: 90px;
  }
  .case__title {
    font-size: 24px;
    padding-bottom: 30px;
  }
  .case__list--title {
    font-size: 15px;
    margin: 0 16px 5px;
  }
  .case__list--content {
    padding: 25px 0 20px;
  }
  .case__list--imagewrapper {
    width: calc(100% - 32px);
    height: 100px;
  }
  .case__list--content img {
    height: 100px;
  }
  .case__list--text h3 {
    font-size: 12px;
    line-height: 24px;
    margin: 10px 0;
    padding: 0 16px;
    height: 40px;
  }
  .case__list--text h3 .for-PC {
    display: none!important;
  }
  .case__list--content ul {
    padding: 16px;
    gap: 10px;
  }
  .case__list--content li {
    padding: 5px 3px 4px;
    font-size: 7px;
  }
  .case__list--content p {
    font-size: 9px;
    line-height: 20px;
    padding: 0px 16px;
    min-height: 60px;
  }
/* ---------------------- */
/* Flow TABLET            */
/* ---------------------- */
  .flow__list {
      width: 90%;
      gap: 40px;
  }
  .flow__list--title {
    font-size: 24px;
    padding: 0;
  }
/* ---------------------- */
/* Faq TABLET             */
/* ---------------------- */
  #faq {
    padding: 0 9%;
  }
  .faq__title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .faq__list--text.question:before, .faq__list--text p, .faq__list--text.answer p:before {
    font-size: 18px;
  }
  .faq__list--content{
    padding-bottom: initial;
  }
/* ---------------------- */
/* Company TABLET         */
/* ---------------------- */
  .company {
    padding: 0 5%;
  }
  .company__inner {
    flex-direction: column;
  }
  #company .company__ttl {
    font-size: 24px;
    margin: 0;
  }
  .company__list {
    gap: 0;
    flex-direction: column;
    line-height: 18px;
  }
  .company__list:last-child {
    margin-bottom: 24px;
  }
  .company__service .company__propaty:first-child {
    padding-top: 8px;
    font-size: 24px;
    padding-bottom: 24px;
  }
  .company__service--contents {
    margin-bottom: 20px;
    padding: 0;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start; 
  }
  .company__part {
    flex-basis: initial;
    padding: 3px 16px;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
  }
  .company__servicename {
    flex-basis: initial;
    font-size: 13px;
  }
}

/* ---------------------- */
/* SMARTPHONE             */
/* ---------------------- */
/*@media only screen and (max-width: 767px) {*/
/*@media only screen and (max-width: 430px) {*/
/*@media only screen and (max-width: 500px) {*/
  @media only screen and (max-width: 734px) {
  body {
    font-size: 4vw;
  }
  .sp-ui {
    display: block;
    position: absolute;
  }

  .sp-ui-inline {
    display: inline;
  }
  .l-wrap {
    display: block;
    min-width: auto;
    background: none;
  }
  .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: 110px 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-sec_inner--sp.for-SP {
    position: absolute;
    height: 600px;
    width: 100%;
    margin-top: 115px;
  }
  .l-header {
    top: 0;
    z-index: 999;
    height: auto;
    position: static;
  }
  .l-header .l-header_logo {
    width: 21%;
    position: absolute;
    top: 30px;
    left: 5%;
  }
  .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: 30px;
    right: 5%;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    cursor: pointer;
  }
  .l-header .menu-btn span {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #707070;
    position: absolute;
  }
  .l-header .menu-btn span:before {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #707070;
    position: absolute;
    bottom: 15px;
  }
  .l-header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #707070;
    position: absolute;
    top: 15px;
  }
  .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: #aaa;
    transition: all 0.5s;
    padding: 0 50px;
    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: 30px;
    left: 5%;
  }
  .l-header .menu-content ul {
    padding: 108px 0 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: 18px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    /*padding: 10px 15px 5px 0;*/
    /*padding: 108px 0 0;*/
    padding: 16px 15px 16px 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-header__list {
    display: flex;
    gap: 0;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .l-header__list--contents {
    width: 100%;
    font-size: 13px;
    border-radius: 0;
  }
  .l-header__list a {
    flex-basis: 50%;
  }
  .l-footer {
    margin-top: 0;
    padding-top: 0;
  }
  .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 {
    background: url(../img/png/bg_wide.png) 55% 4.7% no-repeat;
    background-size: 137%;
  }*/
  .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-header__list--contents {
    font-size: 16px;
    padding: 35px 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;
  }
/*  .sp-ui #js-change-src{
    width: 140px;
  }*/
}

 /* .contact-body iframe {
    height: 183vw;
  }*/
/* ---------------------- */
/* Hero SMARTPHONE        */
/* ---------------------- */
/*@media only screen and (max-width: 500px) {*/
  /*@media only screen and (max-width: 430px) {*/
@media only screen and (max-width: 734px) {
  .hero {
    margin-bottom: 0;
    padding: 0;
  }
  .hero .hero-ttl {
    grid-template-areas: "subTitle" "mainTitle" "heroImage";
    padding: 90px 0 0 5%;
    grid-template-columns: initial;
  }
  .hero__image {
    max-width: 130px;
    top: -15px;
  }
  .hero .hero-ttl_sub {
    font-size: 18px;
    line-height: 36px;
  }
  .hero .hero-ttl_main {
    font-size: 8vw;
    margin: 5px 0 15px;
  }
  .hero .hero-ttl_main span {
    font-size: 58px;
    line-height: 73px;
  }
  .hero .for-SP {
    display: flex!important;
    /*height: 221px;*/
  }
  .hero .for-PC {
    display: none!important;
  }
  .hero__contacts.for-SP {
    display: flex!important;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 52px;
    margin-top: 85vw;
    width: 100%;
    gap: 7px;
  }
  #background-sp01{
    width: 33%;
    position: absolute;
    z-index: -1;
    top: 4%;
    left: -9.3%;
  }
  #background-sp02{
    position: absolute;
    z-index: -1;
    right: -26%;
    top: -18%;
  }
  #background-sp03{
    /*position: absolute;*/
    z-index: -1;
    left: 6%;
    top: 230%;
    width: 14%;
  }
  .hero__contact--wrapper {
    gap: 0;
    /*position: absolute;*/
    /*top: 573px;*/
    /*top: 135%;
    right: 9%;*/
  }
  .hero__concact--text {
    font-size: 18px;
  }
  .hero__contact--button {
    font-size: 18px;
    width: 288px;
    justify-content: center;
  }
  .hero__contact--button:after {
    display: none;
  }
}
/* ---------------------- */
/* Features SMARTPHONE    */
/* ---------------------- */
/*@media only screen and (max-width: 500px) {*/
@media only screen and (max-width: 734px) {
  #features {
    padding-bottom: 90px;
  }
  .features__title {
    font-size: 22px;
  }
  .features__list {
    flex-wrap: wrap;
  }
  #features__contents--01 {
    flex-basis: 100%;
    padding-bottom: 30px;
  }
  #features__contents--02, #features__contents--03 {
    flex-basis: 40%;
  }
  .features__image--circle {
    width: 120px;
    height: 120px;
  }
  .features__image--circle img {
    max-width: 40%;
  }
  .features__contents p {
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
  }
/* ---------------------- */
/* Values SMARTPHONE      */
/* ---------------------- */
  #values {
      margin-top: 0;
  }
  .values__text p {
    font-size: 20px;
  }
  .values__text--whitetext {
    background: linear-gradient(transparent 0, var(--infosys-outsourcing-bg-color) 0) 0 0px no-repeat;
  }
  .values__text--underline {
    background: linear-gradient(transparent 70%, #1659A6 70%) 0 -2px no-repeat padding-box;
  }
/* ---------------------- */
/* Service SMARTPHONE     */
/* ---------------------- */
  #service{
    position: relative;
    z-index: -2;
  }
  #service:before {
    padding-top: 36px;
  }
  #service .service__title {
    font-size: 22px;
  }
  .sp__background.for-SP {
    display: block;
    background: url("../img/svg/グループ 11127.svg") 50% 0 no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
    background-size: 500%;
    height: 610px;
    position: absolute;
    z-index: -1;
    width: 100%;
  }
  #sp__background--01 {
    transform: scale(-1, 1);
    top: 900px;
  }
  #sp__background--02 {
    top: 2880px;
  }
  #service .service__title {
    padding-bottom: 36px;
  }
  .service__list--sp {
    display: grid;
    grid-template-areas:
          "contentssp01 contentssp02 contentssp03"
          "contentssp04 contentssp05 contentssp06";
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    padding: 0 5% 50px;
    position: relative;
    gap: 15px;
  }
  .service__list {
    grid-template-areas:
        "contents01" "contents02" "contents03"
        "contents04" "contents05" "contents06";
    padding: 0 15%;
  }
  .service__list--number {
    font-size: 46px;
    padding: 13px 10px;
  }
  .service__list--sp .service__list--contents {
    padding: 6px;
    height: 100%;
    align-items: center;
  }
  .service__list--sp .service__list--number {
    font-size: 20px;
    line-height: 20px;
    padding: 6px 10px;
  }
  .service__list--sp .service__list--contents h3 {
    /*font-size: 24px;*/
    font-size: 12px;
    line-height: 18px;
    padding: 2px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .service__list--arrow {
    border-right: solid 2px var(--infosys-outsourcing-index-blue);
    border-top: solid 2px var(--infosys-outsourcing-index-blue);
    transform: rotate(135deg);
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 6px;
  }
  .service__list--imagewrapper {
    height: 155px;
  }
  .service__list--contents img {
    height: 155px;
  }
  .service__list--contents h3 {
    font-size: 22px;
  }
  .service__list--text {
    font-size: 17.4px;
    padding: 0px 24px 6px;
  }
  #service:after{
    display: none;
  }
/* ---------------------- */
/* Gototop SMARTPHONE     */
/* ---------------------- */
#gototop {
  position: relative;
  margin-top: 15px;
}
#gototop a {
  display: block;
  border: solid 1px var(--infosys-outsourcing-index-blue);
  width: 38px;
  height: 38px;
  background: var(--infosys-outsourcing-bg-color);
  border-radius: 25px;
  position: relative;
  /*top: -450px;*/
  left: calc(50% - 17.5px);
  text-align: center;
}
#gototop a:after {
  content: "";
  border-right: solid 2px var(--infosys-outsourcing-index-blue);
  border-top: solid 2px var(--infosys-outsourcing-index-blue);
  transform: rotate(315deg);
  display: inline-block;
  width: 7px;
  height: 7px;
  position: relative;
  top: 6px;
}
/* ---------------------- */
/* Service02 SMARTPHONE   */
/* ---------------------- */
  #service02 {
    position: relative;
    margin-top: 15px;
  }
 .service02__list {
    grid-template-areas:
    "contents02"
    "contents01"
    "contents03"
    "contents04"
    "contents06"
    "contents05";
    grid-template-columns: 100%;
    grid-row-gap: 30px;
    grid-column-gap: 0;
    padding: 0 12%;
    margin-top: 15px;
  }
  #service02:after {
    display: none;
    background: url("../img/svg/グループ 11127.svg") 50% -14vh no-repeat;
    margin-top: -2311px;
    margin-bottom: 1982px;
    background-size: 400% 200%;
  }
  #service02__contents--01 {
    padding-bottom: 0;
  }
  #service02__contents--02 .service02__list--title, #service02__contents--04 .service02__list--title {
    text-align: center;
  }
  .service02__list--title {
    font-size: 22px;
  }
  .service02__list--text {
    font-size: 17px;
    padding-bottom: 73px;
  } 
  #service02__contents--05 .service02__list--text {
    font-size: 18px;
  }
  #service02__contents--06 {
    padding-left: 0;
    position: relative;
    grid-row-gap: 0;
    grid-column-gap: 5px;
  }
/* ---------------------- */
/* Contact SMARTPHONE     */
/* ---------------------- */
  #contact__wrapper--01, #contact__wrapper--sp {
    background: url("../img/png/グループ 12944.png") var(--infosys-outsourcing-bg-color) -251px 0 no-repeat;
    background-size: cover;
    box-shadow: 0 6px 5px var(--infosys-outsourcing-contact-shadow-gray);
  }
  #contact__wrapper--01 {
    margin-top: 0;
  }
  #contact__wrapper--sp {
    margin-top: 25px;
  }
  #contact__wrapper--sp .contact__wrapper {
    margin-top: 0;
  }
  #contact__wrapper--02 .contact__wrapper {
    margin-top: 50px;
  }
  #contact__wrapper--02 {
    background: url("../img/png/グループ 12931.png") -851px 0 no-repeat;
    background-size: cover;
  }
  .contact__wrapper {
    min-height: 252px;
  }
  .contact__title {
    font-size: 20px;
    padding: 14px 0 13px;
  }
  .contact__list {
    gap: 18px;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
  }
  .contact__list--contents {
    width: 352px;
  }
/* ---------------------- */
/* Table SMARTPHONE       */
/* ---------------------- */
  #table table {
    border-spacing: 5px 0;
  }
  #table .table__title {
    text-align: left;
    /*margin: 66px 0;*/
    margin: 70px 0 10px;
    line-height: 29px;
    font-size: 21px;
  }
  .table__scroll.for-SP{
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 11px;
    font-size: 18px;
    color: #00e;
    text-decoration: underline;
  }
  .table__tablewrapper {
    overflow-x: scroll;
  }
  #table table {
    width: initial;
    width: 100%;
  }
  #table th {
    width: 125px;
    padding: 10px 0;
  }
  .table__column--01 {
    font-size: 13px;
    padding: 22px 2%;
    line-height: 22px;
  }
  .table__text {
    font-size: 17px;
    line-height: 28px;
  }
/* ---------------------- */
/* Case SMARTPHONE        */
/* ---------------------- */
  #case.l-sec {
    margin-top: 67px;
  }
  #case {
    padding: 45px 12% 70px;
  }
  .case__title {
    font-size: 22px;
    padding-bottom: 45px;
  }
  .case__list {
    flex-direction: column;
  }
  .case__list--content {
    padding: 20px 0 0;
  }
  .case__list--content ul {
    gap: 6px;
  }
  .case__list--title {
    font-size: 18px;
    margin: 0 10px 20px;
  }
  .case__list--imagewrapper {
    width: calc(100% - 20px);
    height: 180px;
  }
  .case__list--content img {
    height: 170px;
  }
  .case__list--text h3 {
    font-size: 18px;
    margin: 10px 0;
    padding: 0 10px;
    height: 65px;
  }
  #case .case__list--text h3 .for-PC {
    display: inline!important;
  }
  .case__list--content ul {
    flex-direction: column;
  }
  .case__list--content li {
    font-size: 14px;
  }
  .case__list--content p {
    display: none;
  }
/* ---------------------- */
/* Flow SMARTPHONE        */
/* ---------------------- */
  .flow__list--title {
    font-size: 22px;
  }
  .flow__list {
    border: none;
    box-shadow: none;
    padding: 48px 80px 0;
  }
  .flow__list--content {
    display: none;
  }
  .flow__listsp {
    position: relative;
  }
  .flow__listsp:after {
    content: "";
    display: block;
    border-left: solid 2px var(--infosys-outsourcing-index-blue);
    height: 90%;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: -1;
  }
  .flow__listsp--contents {
    border-radius: 8px;
    border: solid 1px var(--infosys-outsourcing-contact-shadow-gray);
    padding: 40px 0 15px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background: var(--infosys-outsourcing-bg-color);
  }
  .flow__listsp--contents:last-child {
    border: solid 1px var(--infosys-outsourcing-index-blue);
    background: var(--infosys-outsourcing-index-blue);
    margin-bottom: 5px;
  }
  .flow__listsp--contents img {
    width: 60%;
  }
  .flow__listsp--contents h3 {
    color: var(--infosys-outsourcing-index-blue);
    font-size: 22px;
    padding: 30px 0;
  }
  .flow__listsp--contents h3:last-child {
    color: var(--infosys-outsourcing-bg-color);
    padding: 48px 0 30px;
  }
  .flow__listsp--contents .contact__list--contents {
    padding: 6px 20px 5px;
    width: 100%;
  }
  .flow__listsp__text {
    color: var(--infosys-outsourcing-bg-color);
    background: var(--infosys-outsourcing-index-blue);
    font-size: 16px;
    padding: 3px 38px;
  }
  .flow__listsp--contents:before {
    content: "";
    display: block;
    border: solid 3px var(--infosys-outsourcing-index-blue);
    width: 32px;
    height: 32px;
    background: var(--infosys-outsourcing-bg-color);
    border-radius: 25px;
    position: absolute;
    top: -16px;
    color: var(--infosys-outsourcing-index-blue);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  #flow__listspcontents01:before {
    content: "01";
  }
  #flow__listspcontents02:before {
    content: "02";
  }
  #flow__listspcontents03:before {
    content: "03";
  }
  #flow__listspcontents04:before {
    content: "04";
  }
  #flow__listspcontents05:before {
    content: "05";
  }
  #contact__contents--sp06 {
    font-size: 14px;
    padding: 6px 21px;
  }
  #contact__contents--04 {
    display: none;
  }
/* ---------------------- */
/* Faq SMARTPHONE         */
/* ---------------------- */
  #faq {
      padding: 0 5%;
      margin-top: 59px;
  }
  .faq__title {
    font-size: 22px;
  }
  .faq__list--text p {
    font-size: 17px;
    padding-right: 11px;
  }
  .faq__list--text.question:before, .faq__list--text.answer p:before {
    font-size: 20px;
  }
  .faq__list--text.question {
    line-height: 24px;
  }
  .faq__list--text.question:before, .faq__list--text.answer:before {
    font-weight: bold;
    padding-right: 10px;
  }
  .faq__list--text.question:after {
    top: 20px;
  }
  .faq__list--text.question.activate:after {
    top: 28px;
  }
  .faq__list--text.answer p:before {
    padding-right: 10px;
    font-weight: bold;
  }
  .faq__list--text.answer p {
    font-size: 13.5px;
    line-height: 27px;
  }
  .faq__list--text.answer p {
    padding: 20px 30.6px 20px 10px;
  }
/* ---------------------- */
/* Company SMARTPHONE     */
/* ---------------------- */
  .company {
    margin: 70px 0;
  }
  #company .company__ttl {
    text-align: center;
  }
  .company__list {
    margin-bottom: 18px;
  }
  .company__service .company__propaty:first-child {
    text-align: center;
  }
  .company__service {
    display: block;
  }
  .company__service ul a {
    width: 100%;
  }
  .contact__list--contents.company__more {
    width: 100%;
  }
  .company__service .company__propaty:first-child {
    font-size: 22px;
  }
  .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;
  }
  .company__servicename {
    font-size: 15px;
    line-height: 23px;
  }
  .company__service--contents {
    gap: 20px;
  }
  .company__part {
    width: 88px;
  }
  .company__service .company__list {
    margin-bottom: -3px;
  }
  .contact__list--contents {
    padding: 8px 0;
  }
  .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;
  }
    .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;
  }

}

@media only screen and (max-width: 1310px) {
  .l-header .pc-ui {
    display: none;
  }
}
/*@media only screen and (max-width: 1309px) and (min-width: 761px) {*/
@media only screen and (max-width: 1309px) and (min-width: 735px){
  .l-header .sp-ui {
    display: block;
    position: absolute;
  }
  .l-header .menu-content ul {
    padding: 80px 0 0;
    width: 100%;
    margin-left: 0;
  }
  .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_logo {
    width: 23.15%;
    position: absolute;
    top: 30px;
    left: 5%;
  }
  .l-header #menu-btn-check {
    display: none;
  }
  .l-header .menu-btn {
    position: fixed;
    top: 30px;
    right: 5%;
    display: flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    cursor: pointer;
  }
  .l-header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #aaa;
    transition: all 0.5s;
    padding: 0 40px;
    overflow-y: auto;
  }
  .l-header #menu-btn-check:checked + .menu-btn + .menu-content {
    left: 0;
  }
  .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 .menu-content-logo {
    opacity: 1;
    position: absolute;
    top: 30px;
  }
  .l-header #menu-btn-check + .menu-btn + .menu-content .menu-content-logo {
    opacity: 0;
    position: absolute;
    top: 30px;
  }
  .l-header .menu-content ul li:first-child {
    margin-left: 0;
    padding-top: 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 a {
    display: block;
    width: 100%;
    font-size: 13px;
    font-weight: normal;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px 10px 0;
    position: relative;
  }
  .l-header__list {
    display: flex;
    gap: 0;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .l-header__list a {
    flex-basis: 50%;
  }
  .l-header__list--contents {
    width: 100%;
    font-size: 13px;
    border-radius: 0;
  }
  .l-header .menu-btn span {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #707070;
    position: absolute;
  }
  .l-header .menu-btn span:before {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #707070;
    position: absolute;
    bottom: 15px;
  }
  .l-header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background-color: #707070;
    position: absolute;
    top: 15px;
  }
  .sp-ui #js-change-src {
    width: 140px;
  }
}
@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: 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 */