@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: strict;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 1260px;
  width: 100%;
}

.inner-block {
  position: relative;
  width: 1260px;
  padding: 60px 30px;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff"), url("../font/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff"), url("../font/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Corporate-Logo";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Corporate-Logo-Rounded.woff") format("woff"), url("../font/Corporate-Logo-Rounded.otf") format("opentype");
}
.ib {
  display: inline-block;
}

.en {
  font-family: "Corporate-Logo";
}

.bg-gray {
  background: #f9f9f9;
}

.l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.thumb {
  background: no-repeat center center/cover;
}

.c-anchor {
  position: relative;
  top: -50px;
}

.c-pink {
  background: #f799cc;
  color: #fff;
  padding: 2px;
}

.c-skyblue {
  background: #80ced7;
  color: #fff;
  padding: 2px;
}

.c-orange {
  background: #e86925;
  color: #fff;
  padding: 2px;
}

.c-black {
  background: #000;
  color: #fff;
  padding: 2px;
}

.c-red {
  background: #dd4f42;
  color: #fff;
  padding: 2px;
}

.c-red03 {
  background: #A31621;
  color: #fff;
  padding: 2px;
}

.c-green {
  background: #85cb33;
  color: #fff;
  padding: 2px;
}

.deco {
  position: relative;
}
.deco::before, .deco::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
}
.deco::before {
  background: url(../img/common/bg-sakura-01.png) no-repeat center center;
  height: 358px;
  width: 282px;
  top: -33px;
  left: 0;
}
.deco::after {
  background: url(../img/common/bg-sakura-02.png) no-repeat center center;
  height: 397px;
  width: 217px;
  bottom: -48px;
  right: 0;
}

.c-word-break {
  word-break: keep-all;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}
/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  background: #fff;
  height: 60px;
  font-weight: bold;
}
.c-header .inner-block {
  padding: 17px 0;
  width: 100%;
}
.c-header .logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-header .logo-wrap .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .logo-wrap .logo + .logo {
  margin-left: 20px;
}
.c-header .logo.right {
  position: absolute;
  right: 20px;
  top: 17px;
}

/* --------------------------------
c-footer
----------------------------------- */
footer {
  position: relative;
}

.contact-wrap {
  background: #002060;
}
.contact-wrap .inner-block {
  padding: 90px 20px 60px;
}
.contact-wrap .title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.05em;
}
.contact-wrap .l-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-wrap .l-flex .c-btn01 + .c-btn01 {
  margin-left: 20px;
}
.contact-wrap .l-flex + .l-flex {
  margin-top: 20px;
}

.pagetop {
  text-align: center;
}
.pagetop a {
  display: block;
  background: #ffebf6;
  padding: 13px 0 2px;
  position: relative;
}
.pagetop a::before, .pagetop a::after {
  content: "";
  width: 20px;
  height: 3px;
  display: inline-block;
  border-radius: 2px;
  background: #002060;
  position: relative;
  top: -10px;
  right: 0;
  left: 0;
  margin: auto;
}
.pagetop a::before {
  left: 11px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagetop a::after {
  right: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.copyright-wrap {
  background: #111;
  color: #fff;
  text-align: center;
}
.copyright-wrap .inner-block {
  padding: 23px 20px 30px;
}
.copyright-wrap .footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.copyright-wrap .footer-nav li + li {
  margin-left: 17px;
}
.copyright-wrap .footer-nav a {
  color: #fff;
  font-size: 13px;
  padding-left: 15px;
  position: relative;
  letter-spacing: 0.05em;
}
.copyright-wrap .footer-nav a::before {
  background: url(../img/common/img-icon-outlink.png) no-repeat center center;
  content: "";
  display: block;
  height: 9px;
  width: 13px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.copyright-wrap .text {
  font-size: 14px;
  margin-top: 10px;
  letter-spacing: 0.05em;
}
.copyright-wrap .copyright {
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* --------------------------------
c-title
----------------------------------- */
.c-title01 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 32px;
}
.c-title01::before {
  background: #fff;
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-title01::after {
  background: #f799cc;
  content: "";
  display: block;
  height: 4px;
  width: 160px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-title01.gray::before {
  background: #f9f9f9;
}
.c-title01.blue::after {
  background: #80ced7;
}
.c-title01.orange::after {
  background: #e86925;
}
.c-title01.orange .sub::before {
  background: #e86925;
}
.c-title01.black::after {
  background: #000;
}
.c-title01.black .sub::before {
  background: #000;
}
.c-title01.red::after {
  background: #dd4f42;
}
.c-title01.red .sub::before {
  background: #dd4f42;
}
.c-title01.red03::after {
  background: #A31621;
}
.c-title01.red03 .sub::before {
  background: #A31621;
}
.c-title01.green::after {
  background: #85cb33;
}
.c-title01.green .sub::before {
  background: #85cb33;
}
.c-title01.purple::after {
  background: #d68fd6;
}
.c-title01.purple .sub::before {
  background: #d68fd6;
}
.c-title01 .small {
  font-size: 16px;
}
.c-title01 .sub {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 26px;
  margin-left: 20px;
  letter-spacing: 0;
  top: -2px;
}
.c-title01 .sub::before {
  background: #80ced7;
  content: "";
  display: block;
  height: 2px;
  width: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.c-title01 .sub.block {
  display: block;
  margin-left: 0;
}
.c-title01 .tag {
  display: block;
}
.c-title01 .tag .inn {
  background: #002060;
  color: #f799cc;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 1px 4px 3px 6px;
}
.c-title01 span.exp {
  display: block;
  margin-left: 332px;
  font-size: 14px;
  font-weight: normal;
}
.c-title01 span.exp-text {
  font-size: 12px;
  display: block;
  font-weight: 400;
  margin-left: 332px;
}

.c-title02 {
  color: #002060;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
  margin-bottom: 23px;
}
.c-title02 .inn {
  display: inline-block;
  padding-left: 17px;
  position: relative;
  height: auto !important;
}
.c-title02 .inn::before {
  background: #80ced7;
  content: "";
  display: inline-block;
  height: calc(100% - 3px);
  width: 4px;
  position: absolute;
  top: 3px;
  left: 0;
}
.c-title02.black .inn::before {
  background: #000;
}
.c-title02.orange .inn::before {
  background: #e86925;
}
.c-title02.red .inn::before {
  background: #dd4f42;
}
.c-title02.red03 .inn::before {
  background: #A31621;
}
.c-title02.green .inn::before {
  background: #85cb33;
}
.c-title02.purple .inn::before {
  background: #d68fd6;
}

/* --------------------------------
c-title
----------------------------------- */
.c-btn01 {
  background: #f799cc;
  border-radius: 5px;
  border: 2px solid #f799cc;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 12px 14px 11px;
  max-width: 288px;
  position: relative;
  letter-spacing: 0.05em;
  height: 100%;
  width: 100%;
}
.c-btn01.arrow::before, .c-btn01.arrow::after {
  content: "";
  width: 10px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  right: 12px;
}
.c-btn01.arrow::before {
  top: calc(50% - 4px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn01.arrow::after {
  bottom: calc(50% - 4px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-btn01.arrow.small::before, .c-btn01.arrow.small::after {
  width: 7px;
}
.c-btn01.arrow.small::before {
  top: calc(50% - 3px);
}
.c-btn01.arrow.small::after {
  bottom: calc(50% - 3px);
}

/* --------------------------------
c-link-parts - フッターの各サービスのリンク
----------------------------------- */
.link-section {
  position: relative;
  z-index: 5;
  margin-top: -40px;
}
.link-section .inner-block {
  padding: 0 30px;
}
.link-section:not(.inc)::before {
  background: #ffebf6;
  content: "";
  display: block;
  height: calc(100% - 40px);
  width: 100%;
  position: absolute;
  top: 40px;
}
.link-section .link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1034px;
  position: relative;
  margin: auto;
}
.link-section .link-wrap li {
  width: 12.5%;
}
.link-section .link-wrap li.no-link {
  background: #f9f9f9;
  border-radius: 0;
}
.link-section .link-wrap.six {
  max-width: 906px;
}
.link-section .link-wrap.six li {
  width: 14.2857142857%;
}
.link-section .link-wrap.six .win .img {
  text-align: center;
}
.link-section .link-wrap .inn {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 20px 21px;
  height: 100%;
  position: relative;
}
.link-section .link-wrap .inn::before {
  border: 2px solid #fff;
  border-radius: 12px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  opacity: 0;
}
.link-section .link-wrap .inn.chrome::before {
  border-color: #dd4f42;
}
.link-section .link-wrap .inn.ipad::before {
  border-color: #000;
}
.link-section .link-wrap .inn.windows::before {
  border-color: #80ced7;
}
.link-section .link-wrap .inn.ict::before {
  border-color: #85cb33;
}
.link-section .link-wrap .inn.byad::before {
  border-color: #e86925;
}
.link-section .link-wrap .inn.event::before {
  border-color: #A31621;
}
.link-section .link-wrap .win img {
  width: 50px;
  height: 50px;
}
.link-section .link-wrap .title {
  color: #002060;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 5px;
}
.link-section .link-wrap .text {
  font-size: 14px;
  text-align: center;
  margin-top: 18px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.link-section .link-wrap .small {
  display: inline-block;
  font-size: 10px;
  line-height: 1.2;
}
.link-section.inc {
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}

/* --------------------------------
c-link-parts - 各下層ページのアンカーリンク
----------------------------------- */
.anchor-link-section .inner-block {
  padding: 30px 0 0;
}
.anchor-link-section .anchor-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.anchor-link-section .anchor-link li {
  width: 100%;
}
.anchor-link-section .anchor-link li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 10px 8px;
  text-align: center;
  position: relative;
}
.anchor-link-section .anchor-link li a::before, .anchor-link-section .anchor-link li a::after {
  content: "";
  width: 8px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #002060;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.anchor-link-section .anchor-link li a::before {
  left: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.anchor-link-section .anchor-link li a::after {
  right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* --------------------------------
c-link-parts - 背景画像ありのリンク
----------------------------------- */
.bg-link {
  position: relative;
  text-align: center;
  width: 350px;
  height: 100%;
}
.bg-link .thumb {
  height: 180px;
}
.bg-link .text {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.bg-link .btn-wrap {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.bg-link .btn-wrap .c-btn01 {
  max-width: 160px;
  font-size: 14px;
  padding: 7px 14px 7px;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-link .btn-wrap .c-btn01.arrow::before, .bg-link .btn-wrap .c-btn01.arrow::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.bg-link .box-link {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  margin: auto;
  z-index: 2;
}
.bg-link .box-link::before {
  background: #fff;
  opacity: 0.4;
  content: "";
  display: block;
  height: 180px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.bg-link .box-link.black::before {
  background: #000;
}

/* --------------------------------
c-title
----------------------------------- */
.mv-section .mv {
  background: url(../img/common/bg-lattice.png);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mv-section:not(.under) .mv::before {
  background: url(../img/top/img-mv-parts.png) no-repeat center center;
  content: "";
  display: block;
  height: 263px;
  width: 344px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.mv-section:not(.under) h1 {
  color: #002060;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.mv-section:not(.under) .text {
  position: absolute;
  top: 58px;
  right: 0;
  left: 482px;
  margin: auto;
  width: 286px;
  z-index: 3;
}
.mv-section:not(.under) .text img {
  display: block;
  position: relative;
}
.mv-section:not(.under) .sub-text {
  background: #f799cc;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.mv-section.under .l-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 70%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
  z-index: 3;
}
.mv-section.under .text {
  font-size: 70px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 0 10px;
}
.mv-section.under .text.black {
  background-color: #333;
  color: #fff;
}
.mv-section.under .text.blue {
  background-color: #80ced7;
  color: #fff;
}
.mv-section.under .text.orange {
  background-color: #e86925;
  color: #fff;
}
.mv-section.under .text.red {
  background-color: #dd4f42;
  color: #fff;
}
.mv-section.under .text.red03 {
  color: #fff;
  background-color: #A31621;
}
.mv-section.under .text.green {
  background-color: #85cb33;
  color: #fff;
}
.mv-section.under .text.purple {
  background-color: #d68fd6;
  color: #fff;
}
.mv-section.under .windows {
  margin-left: 30px;
  width: 80px;
}
.mv-section.under .windows img {
  width: 100%;
}
.mv-section.under .byad {
  margin-left: 30px;
  width: 68px;
}
.mv-section.under .byad img {
  width: 100%;
}
.mv-section.under .ipad {
  margin-left: 30px;
  width: 80px;
}
.mv-section.under .ipad img {
  width: 100%;
}
.mv-section.under .chrome {
  margin-left: 0px;
  width: 450px;
}
.mv-section.under .chrome img {
  width: 100%;
}
.mv-section.under .windows-logo {
  margin-left: 0px;
  width: 520px;
}
.mv-section.under .windows-logo img {
  width: 100%;
}
.mv-section.under .event .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 30px;
  width: 80px;
}
.mv-section.under .event .img img {
  width: 100%;
}
.mv-section.under .infrastructure {
  margin-left: 30px;
  width: 120px;
}
.mv-section.under .infrastructure img {
  width: 100%;
}
.mv-section.under .ict .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 30px;
  width: 94px;
}
.mv-section.under .ict .img img {
  width: 100%;
}

/* --------------------------------
c-title
----------------------------------- */
.breadcrumb-section {
  background: #f9f9f9;
}
.breadcrumb-section .inner-block {
  padding: 11px 30px 12px;
}
.breadcrumb-section .breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.breadcrumb-section .breadcrumb li:nth-child(n+2) {
  margin-left: 11px;
}
.breadcrumb-section .breadcrumb li:nth-child(n+2) .inn {
  position: relative;
  padding-left: 22px;
}
.breadcrumb-section .breadcrumb li:nth-child(n+2) .inn::before {
  background: transparent;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.breadcrumb-section .breadcrumb li:nth-child(n+2) a::after {
  left: inherit;
  right: 0;
  width: calc(100% - 22px);
}
.breadcrumb-section .breadcrumb li a {
  position: relative;
}
.breadcrumb-section .breadcrumb li a::after {
  background: #333;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 2px;
  height: 1px;
  width: calc(100% - 2px);
}
.breadcrumb-section .breadcrumb li .inn {
  font-size: 13px;
  letter-spacing: 0.05em;
}

.c-info-box {
  margin: 40px auto 0;
}
.c-info-box .title-wrap {
  background: url(../img/byad/img-icon-apply.svg) no-repeat right 50px center/97px auto #002060;
  color: #fff;
  padding: 12px 28px;
}
.c-info-box .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.c-info-box .note {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin: 8px 0 6px;
}
.c-info-box .content {
  border: 3px solid #002060;
  border-top: 0;
  padding: 23px 23px 22px;
  text-align: center;
}
.c-info-box .c-menu-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.c-info-box .c-menu-list > li:not(:first-child) {
  margin-top: 0;
}
.c-info-box .text {
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
}

.c-link-menu {
  background: #fff;
  padding: 40px;
  text-align: center;
}
.c-link-menu .text {
  font-size: 15px;
  line-height: 1.63;
  letter-spacing: 0.05em;
  margin-bottom: 26px;
  width: 100%;
}
.c-link-menu .c-btn01 {
  font-size: 16px;
  max-width: 350px;
}

.c-menu-list {
  text-align: left;
}
.c-menu-list > li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  padding-left: 15px;
  position: relative;
}
.c-menu-list > li:not(:first-child) {
  margin-top: 2px;
}
.c-menu-list > li::before {
  content: "";
  background: var(--theme-color);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
}

.c-check-list {
  display: grid;
  gap: 14px;
}
.c-check-list li {
  letter-spacing: 0.05em;
  padding-left: 34px;
  position: relative;
}
.c-check-list li::before {
  content: "";
  background: url(../img/common/img-icon-check.svg) no-repeat center center/13px auto var(--theme-color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}

.c-link-url {
  color: #002060;
  text-decoration: underline;
}
.c-link-url[target=_blank]::after {
  background: url(../img/common/img-icon-outlink02.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  margin: -4px 0 0 6px;
  height: 9px;
  width: 13px;
  vertical-align: middle;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
body {
  border: #dd4f42;
}

.chrome-p {
  --theme-color: #dd4f42;
}
.chrome-p .text {
  line-height: 2;
}
.chrome-p .mv-section.contents .chrome {
  background: #fff;
}
.chrome-p .feature-section .btn-wrap {
  margin: 40px auto 0;
  max-width: 400px;
}
.chrome-p .feature-section .btn-wrap .c-btn01 {
  max-width: 400px;
}
.chrome-p #GoogleWorkspace .thumb {
  background: no-repeat center center/contain;
}
.chrome-p #GoogleWorkspace .bg-link {
  background-color: #fff;
}
.chrome-p #GoogleWorkspace .btn-wrap {
  margin: 40px auto 0;
  max-width: 400px;
}
.chrome-p #GoogleWorkspace .btn-wrap .c-btn01 {
  max-width: 400px;
}
.chrome-p .basic-proposal .btn-wrap {
  margin: 40px auto 0;
  max-width: 400px;
}
.chrome-p .basic-proposal .btn-wrap .c-btn01 {
  max-width: 400px;
}
.chrome-p .basic-proposal .l-flex .bg-link + .text-wrap {
  margin-right: 0;
}
.chrome-p .basic-proposal .l-flex .text {
  line-height: 2;
}
.chrome-p .basic-proposal .l-flex .text.list {
  position: relative;
  padding-left: 10px;
}
.chrome-p .basic-proposal .l-flex .text.list::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #dd4f42;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.chrome-p .basic-proposal .l-flex .text:nth-child(n+2) {
  margin-top: 10px;
}
.chrome-p .basic-proposal .img {
  text-align: center;
}
.chrome-p .basic-proposal .box {
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 40px;
  max-width: 1000px;
  margin: 40px auto 0;
}
.chrome-p .basic-proposal .box.l-flex .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.chrome-p .basic-proposal .box.l-flex .img img {
  margin: auto;
}
.chrome-p .basic-proposal .blue-bg-box.gear {
  margin: 30px auto;
}
.chrome-p .basic-proposal-section .intro .google-text {
  background: #f9f9f9;
  padding: 15px 30px;
  line-height: 1.2;
}
.chrome-p .basic-proposal-section .intro .google-text .logo {
  color: #dd4f42;
  font-size: 55px;
}
.chrome-p .basic-proposal-section .intro .google-text .text {
  color: #333;
  font-size: 45px;
  line-height: 1.2;
  margin-top: 5px;
}
.chrome-p .l-flex .box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 40px 40px;
  width: calc((100% - 40px) / 2);
}
.chrome-p .l-flex .box + .box {
  margin-left: 40px;
}
.chrome-p .l-flex .box .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 30px;
}
.chrome-p .l-flex .box .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.chrome-p .l-flex .box .img-wrap .img {
  background: #f9f9f9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 40px;
  width: calc((100% - 20px) / 3);
}
.chrome-p .l-flex .box .img-wrap .img:not(:first-child) {
  margin-left: 10px;
}
.chrome-p .l-flex .box .img-wrap .img:first-child {
  padding-left: 49px;
  padding-right: 31px;
}
.chrome-p .l-flex .box .btn-wrap {
  margin-left: auto;
  min-width: 160px;
  margin-top: 30px;
}
.chrome-p .l-flex .box .btn-wrap .c-btn01 {
  font-size: 14px;
  padding: 7px 14px 7px;
}
.chrome-p .l-flex .box .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.chrome-p .l-flex .box .wrap .img {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.chrome-p .service-section .inner-block {
  padding: 50px 30px 60px;
}
.chrome-p .service-section .blue-bg-box {
  max-width: 100%;
  margin-top: 40px;
}
.chrome-p .service-section .blue-bg-box .title {
  background: #002060;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 13px 30px 14px;
  position: relative;
}
.chrome-p .service-section .blue-bg-box .c-menu-list {
  display: grid;
  border: 3px solid #002060;
  border-top: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 14px 30px;
  grid-template-columns: repeat(3, 1fr);
}
.chrome-p .service-section .blue-bg-box .c-menu-list li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  padding-left: 15px;
  position: relative;
  margin-left: 0;
}
.chrome-p .service-section .blue-bg-box .c-menu-list a {
  text-decoration: underline;
}
.chrome-p .service-section .blue-bg-box .c-menu-list a:hover {
  text-decoration: none;
}
.chrome-p .service-section .blue-bg-box .c-menu-list > li::before {
  top: 10px;
}
.chrome-p .sales-outlet-section#Sales .inner-block {
  padding-bottom: 60px;
}
.chrome-p .sales-outlet-section .inner-block {
  padding-bottom: 170px;
}
.chrome-p .sales-outlet-section .intro .btn-wrap {
  margin: 20px auto 0px;
  text-align: center;
}
.chrome-p .sales-outlet-section .l-flex .box {
  width: calc((100% - 50px) / 2);
}
.chrome-p .sales-outlet-section .l-flex .box + .box {
  margin-left: 50px;
}
.chrome-p .sales-outlet-section .l-flex .box .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.chrome-p .sales-outlet-section .l-flex .box .c-title02 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.chrome-p .sales-outlet-section .l-flex .box .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 30px;
}

.flow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1000px;
  margin: 30px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flow-wrap li {
  background: #f39237;
  padding: 14px 20px 17px 48px;
  color: #fff;
  position: relative;
  min-width: 200px;
}
.flow-wrap li:not(:first-child)::before {
  border-style: solid;
  border-width: 74px 0 74px 32px;
  border-color: transparent transparent transparent #fff;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  z-index: 1;
}
.flow-wrap li:not(:last-child)::after {
  border-style: solid;
  border-width: 74px 0 74px 32px;
  border-color: transparent transparent transparent #f39237;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -32px;
  z-index: 5;
}
.flow-wrap .num-wrap {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.flow-wrap .num-wrap .num {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-left: 5px;
}
.flow-wrap .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

small.text-center {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.case-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 25px 0 50px;
}
.case-list .case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc((100% - 60px) / 3);
}
.case-list .case .gray-box {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 33px 30px;
  position: relative;
  margin-bottom: 50px;
  height: 100%;
}
.case-list .case .gray-box .c-title02 {
  margin-bottom: 15px;
}
.case-list .case .gray-box .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.case-list .case .gray-box::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 20px 25px 0 25px;
}
.case-list .case .gray-box .img {
  text-align: center;
}
.case-list .case .gray-box .img + .text {
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
.case-list .case .img-box {
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.case-list .case .img {
  border-radius: 12px 12px 0 0;
}
.case-list .case .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.case-list .case .text-wrap {
  padding: 30px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.case-list .case .text-wrap .c-title02 {
  margin-bottom: 10px;
}
.case-list .case .text-wrap .text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 12px;
}
.case-list .case .text-wrap .btn-wrap {
  min-width: 160px;
  margin-left: auto;
  margin-top: auto;
}
.case-list .case .text-wrap .btn-wrap .c-btn01 {
  font-size: 14px;
  padding: 7px 14px 7px;
}

.blue-bg-box {
  max-width: 1000px;
}
.blue-bg-box .title {
  background: #002060;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05em;
  padding: 13px 30px 14px;
  position: relative;
}
.blue-bg-box .title::before {
  background: url(../img/bg-icon-road.svg) no-repeat center center;
  content: "";
  display: block;
  height: 50px;
  width: 49px;
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 30px;
}
.blue-bg-box .text {
  border: 3px solid #002060;
  border-top: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 14px 30px;
}
.blue-bg-box.small {
  width: 350px;
}
.blue-bg-box.gear {
  margin-top: 30px;
}
.blue-bg-box.gear .title::before {
  height: 50px;
  width: 52px;
  top: 0;
}
.blue-bg-box .logo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blue-bg-box .logo-list .logo:nth-child(1), .blue-bg-box .logo-list .logo:nth-child(2) {
  max-width: 60px;
}
.blue-bg-box .logo-list .logo:nth-child(n+3) {
  max-width: 160px;
}
.blue-bg-box .logo-list .logo:last-child {
  max-width: 120px;
}
.blue-bg-box + .text-wrap {
  margin-top: 36px;
}

/* -----------------------------------------------
* chromeエンタープライズLP用
-------------------------------------------------- */
.ce-p .c-title01 + .text {
  line-height: 2;
}
.ce-p .inner-block {
  padding: 0 30px 100px;
}
.ce-p .ce-mv-section .mv {
  background-image: none;
}
.ce-p .ce-mv-section .mv .inner-block {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 20px;
}
.ce-p .ce-mv-section .mv .space {
  letter-spacing: 0.2em;
}
.ce-p .ce-mv-section .mv .img {
  width: 100%;
  height: 100%;
}
.ce-p .ce-mv-section .mv .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ce-p .ce-mv-section .logo-wrap .img {
  position: absolute;
  left: 20px;
  max-width: 310px;
  top: 5%;
  height: 50px;
}
.ce-p .ce-mv-section .logo-wrap .img img {
  width: 330px;
}
.ce-p .ce-mv-section .txt-wrap .l-flex {
  font-size: 52px;
  left: 0;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #dd4f42;
  top: -10px;
}
.ce-p .top-txt {
  font-size: 20px;
  text-align: center;
}
.ce-p .icon-box-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 40px;
}
.ce-p .icon-box-wrap .box {
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
  padding: 25px;
}
.ce-p .icon-box-wrap .box .inn {
  height: 100%;
}
.ce-p .icon-box-wrap .box .text {
  line-height: 2;
}
.intro-section .graph-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
}
.intro-section .graph-area .graph-box {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 40px;
}
.intro-section .graph-area .graph-box .img-box {
  left: 0;
  top: 0;
  min-width: 170px;
}
.intro-section .graph-area .graph-box .txt-box .exp-text {
  font-size: 12px;
  display: block;
  font-weight: 400;
  margin-top: 25px;
  text-decoration: underline;
}
.intro-section .graph-area .graph-box .txt-box .exp-text a {
  color: #dd4f42;
}
.intro-section .answer-area {
  margin-top: 50px;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.intro-section .answer-area .img {
  height: 100%;
  width: 100%;
}
.intro-section .answer-area .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.intro-section .answer-area .l-flex {
  display: block;
  position: absolute;
  font-size: 30px;
  margin-top: 0;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
.intro-section .case-list .gray-box {
  margin-bottom: 0;
  height: 100%;
}
.intro-section .case-list .gray-box::before {
  content: none;
}
.intro-section .case-list .gray-box .inn {
  font-size: 16px;
  line-height: 1.25;
}
.intro-section .case-list .gray-box .c-red {
  padding: 0 2px;
}
.intro-section .case-list .gray-box .img {
  margin: 0 auto;
}
.intro-section .case-list .gray-box .img img {
  max-width: 150px;
}
.intro-section .text-wrap .list {
  position: relative;
  padding-left: 10px;
  padding-top: 8px;
}
.intro-section .text-wrap .list::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #dd4f42;
  position: absolute;
  border-radius: 50%;
  top: 18px;
  left: 0;
}
.feature-section .text-wrap .list {
  position: relative;
  padding-left: 10px;
}
.feature-section .text-wrap .list::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #dd4f42;
  position: absolute;
  border-radius: 50%;
  top: 12px;
  left: 0;
}
.feature-section .work-space {
  margin-top: 80px;
}
.feature-section .work-space .bg-link .thumb {
  height: 260px;
}
.feature-section .work-space .l-flex {
  margin-bottom: 50px;
}
.feature-section .work-space .text-wrap .head {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
.feature-section .work-space .text-wrap .text {
  line-height: 2;
}
.feature-section .work-space-section {
  margin-bottom: 50px;
}
.feature-section .work-space-section .icon-box-wrap .img {
  margin: 0 auto;
  text-align: center;
}
.feature-section .work-space-section .icon-box-wrap .img img {
  width: 120px;
}
.feature-section .application-block .c-title02 {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.feature-section .application-block .app-list {
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.feature-section .application-block .app-list .item-box {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}
.feature-section .application-block .app-list .item-box .icon-area {
  margin-right: 30px;
}
.feature-section .application-block .app-list .item-box .name-area {
  font-size: 18px;
}

.os-flex-section .top-txt {
  margin-top: 60px;
}
.os-flex-section .btn-wrap .c-btn01 {
  max-width: 340px;
}
.os-flex-section .strong {
  font-size: 22px;
  font-weight: bold;
  color: #dd4f42;
}
.os-flex-section .icon-box-wrap {
  position: relative;
  margin-bottom: 50px;
}
.os-flex-section .icon-box-wrap .img {
  margin: 0 auto;
  text-align: center;
}
.os-flex-section .icon-box-wrap .img img {
  margin-top: 20px;
  width: 120px;
}
.os-flex-section .os-flowbox {
  margin-top: 50px;
}
.os-flex-section .os-flowbox .flow-item {
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #dd4f42;
}
.os-flex-section .os-flowbox .flow-item .small {
  font-size: 12px;
  text-align: center;
}
.os-flex-section .os-flowbox .flow-item .txt-box {
  margin-left: 15px;
}
.os-flex-section .os-flowbox .flow-item .txt-box .head {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.os-flex-section .os-flowbox .flow-item::after {
  border-style: solid;
  border-width: 120px 0 120px 50px;
  border-color: transparent transparent transparent #dd4f42;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  z-index: 5;
}
.os-flex-section .case-list .gray-box {
  height: 100%;
}
.os-flex-section .case-list .gray-box::before {
  content: none;
}
.os-flex-section .btn-wrap {
  text-align: center;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 813px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .pagetop a:hover {
    background: #fff;
  }
  .c-btn01:hover {
    background: #fff;
    color: #f799cc;
  }
  .c-btn01:hover.arrow::before, .c-btn01:hover.arrow::after {
    background: #f799cc;
  }
  .c-btn01:hover.arrow02::before, .c-btn01:hover.arrow02::after {
    background: #f799cc;
  }
  .link-section:not(.inc) .link-wrap li:nth-child(5) .img {
    height: 50px;
  }
  .link-section .link-wrap li {
    border-radius: 12px;
    margin-left: 5px;
  }
  .link-section .link-wrap li a {
    border-radius: 12px;
  }
  .link-section .link-wrap li:nth-child(6) .img {
    position: relative;
    top: 10px;
    left: -5px;
  }
  .link-section .link-wrap li:nth-child(7) .text {
    margin-top: 10px;
  }
  .link-section .link-wrap li:nth-child(8) .img {
    position: relative;
    top: 8px;
  }
  .link-section .link-wrap.six li:nth-child(4) .img {
    height: 50px;
  }
  .link-section .link-wrap.six li:nth-child(5) .img {
    position: relative;
    top: 10px;
    left: -5px;
  }
  .link-section .link-wrap.six li:nth-child(6) .img {
    position: relative;
    top: 5px;
    left: 1px;
  }
  .link-section .link-wrap.six li:nth-child(6) .text {
    margin-top: 10px;
  }
  .link-section .link-wrap.six li:nth-child(7) .img {
    position: relative;
    top: 2px;
  }
  .link-section .link-wrap {
    left: 8px;
  }
  .link-section .link-wrap a:hover {
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 5;
    -webkit-transform: scale(1.1) translate3d(0, 0, 0);
            transform: scale(1.1) translate3d(0, 0, 0);
  }
  .link-section .link-wrap a:hover::before {
    opacity: 1;
  }
  .anchor-link-section .anchor-link li a:hover::before, .anchor-link-section .anchor-link li a:hover::after {
    bottom: -5px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .anchor-link-section .anchor-link li {
    border-left: 1px solid #002060;
    border-right: 1px solid #002060;
    max-width: 160px;
  }
  .anchor-link-section .anchor-link li:nth-child(n+2) {
    margin-left: -1px;
  }
  .bg-link .box-link:hover .c-btn01 {
    background: #fff;
    color: #f799cc;
  }
  .bg-link .box-link:hover .c-btn01.arrow::before, .bg-link .box-link:hover .c-btn01.arrow::after {
    background: #f799cc;
  }
  .mv-section.under .event .l-flex {
    left: 68%;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
    white-space: nowrap;
  }
  .mv-section.under .ict .l-flex {
    left: 66%;
    -webkit-transform: translateX(-35%);
            transform: translateX(-35%);
    white-space: nowrap;
  }
  .c-info-box {
    width: 1000px;
  }
  .c-info-box .c-menu-list > li {
    font-size: 16px;
  }
  .c-info-box .c-menu-list > li::before {
    top: 12px;
  }
  .c-link-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c-link-menu .c-btn01 {
    display: grid;
    place-content: center;
    height: auto;
  }
  .c-link-menu .c-btn01 + .c-btn01 {
    margin-left: 20px;
  }
  .c-link-url:hover {
    text-decoration: none;
  }
  .chrome-p .basic-proposal .text-wrap {
    width: calc(100% - 450px);
  }
  .chrome-p .basic-proposal .text-wrap.long {
    width: calc(100% - 200px);
  }
  .chrome-p .basic-proposal .list-wrap {
    margin-left: 50px;
    width: 400px;
  }
  .chrome-p .basic-proposal .box .text-wrap {
    margin-right: 50px;
  }
  .chrome-p .l-flex {
    margin-top: 36px;
  }
  .chrome-p .sales-outlet-section .l-flex .box .text {
    min-height: 84px;
  }
  .chrome-p .sales-outlet-section .l-flex {
    margin-top: 36px;
  }
  .chrome-p .sales-outlet-section .c-title02 {
    min-height: 60px;
  }
  .flow-wrap li + li {
    margin-left: 20px;
  }
  .flow-wrap li:first-child {
    padding-left: 20px;
  }
  .flow-wrap li {
    max-width: 222px;
  }
  .case-list .case:not(:first-child) {
    margin-left: 30px;
  }
  .ce-p .ce-mv-section .mv {
    height: 400px;
  }
  .ce-p .ce-mv-section .txt-wrap .l-flex {
    padding: 20px;
    max-width: 80%;
  }
  .ce-p .icon-box-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ce-p .icon-box-wrap .box {
    width: calc((100% - 60px) / 3);
  }
  .ce-p .icon-box-wrap .box:nth-child(n+2) {
    margin-left: 30px;
  }
  .intro-section .inner-block {
    padding: 80px 30px 60px;
  }
  .intro-section .text-wrap:nth-child(1) {
    text-align: center;
  }
  .intro-section .graph-area .graph-box {
    width: calc((100% - 40px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .intro-section .graph-area .graph-box .txt-box {
    max-width: 320px;
    margin-left: 30px;
  }
  .intro-section .graph-area .graph-box .txt-box .exp-text:nth-child(2) {
    margin-top: 76px;
  }
  .intro-section .graph-area .graph-box .txt-box .exp-text:hover {
    text-decoration: none;
  }
  .intro-section .graph-area .graph-box:nth-child(2) {
    margin-left: 40px;
  }
  .feature-section .c-title02 {
    min-height: 60px;
  }
  .feature-section .work-space .bg-link {
    width: 600px;
    margin-right: 50px;
  }
  .feature-section .work-space .text-wrap {
    max-width: 550px;
  }
  .feature-section .work-space-section .icon-box-wrap .text {
    min-height: 192px;
    margin-bottom: 15px;
  }
  .feature-section .application-block .app-list .item-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc((100% - 60px) / 4);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .feature-section .application-block .app-list .item-box:not(:nth-child(4n+1)) {
    margin-left: 20px;
  }
  .feature-section .application-block .app-list .item-box:nth-child(n+5) {
    margin-top: 20px;
  }
  .feature-section .application-block .app-list .item-box .icon-area {
    max-width: 80px;
  }
  .os-flex-section .icon-box-wrap .box {
    width: calc((100% - 120px) / 2);
  }
  .os-flex-section .icon-box-wrap .box:nth-child(n+2) {
    margin-left: 0;
  }
  .os-flex-section .icon-box-wrap .box:nth-child(n+3) {
    margin-top: 120px;
  }
  .os-flex-section .icon-box-wrap .box:nth-child(even) {
    margin-left: 120px;
  }
  .os-flex-section .icon-box-wrap::before {
    content: "";
    display: block;
    width: 120px;
    height: 15px;
    border-radius: 12px;
    position: absolute;
    top: 407px;
    right: 0;
    left: 0;
    background-color: #d6d6d6;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .os-flex-section .icon-box-wrap::after {
    content: "";
    border-radius: 12px;
    display: block;
    width: 120px;
    height: 15px;
    position: absolute;
    top: 407px;
    right: 0;
    left: 0;
    background-color: #d6d6d6;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .os-flex-section .os-flowbox .flow-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .os-flex-section .os-flowbox .flow-item {
    width: calc((100% - 180px) / 3);
  }
  .os-flex-section .os-flowbox .flow-item:nth-child(n+2) {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 812px) {
  .c-pink {
    padding: 1px 2px;
  }
  .c-skyblue {
    padding: 1px 2px;
  }
  .c-orange {
    padding: 1px 2px;
  }
  .c-black {
    padding: 1px 2px;
  }
  .c-red {
    padding: 1px 2px;
  }
  .c-red03 {
    padding: 1px 2px;
  }
  .c-green {
    padding: 1px 2px;
  }
  .pc {
    display: none !important;
  }
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .outer-block {
    min-width: 320px;
  }
  .inner-block {
    padding: 0 15px;
    width: 100%;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }
  input,
select,
textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .c-header .inner-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 17px 15px;
    height: 100%;
  }
  .c-header .logo-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .c-header .logo.right {
    top: 30px;
  }
  .c-header {
    height: 80px;
  }
  .contact-wrap .inner-block {
    padding: 60px 15px 30px;
  }
  .contact-wrap .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .contact-wrap .l-flex .c-btn01 + .c-btn01 {
    margin-left: 0;
    margin-top: 15px;
  }
  .contact-wrap .l-flex + .l-flex {
    margin-top: 15px;
  }
  .pagetop a {
    padding: 10px 0 5px;
  }
  .pagetop a::before, .pagetop a::after {
    top: -6px;
  }
  .copyright-wrap .inner-block {
    padding: 20px 15px 15px;
  }
  .c-title01::before {
    height: 2px;
  }
  .c-title01::after {
    height: 2px;
  }
  .c-title01 .sub::before {
    bottom: inherit;
    top: 11px;
    width: 10px;
  }
  .c-title01 .sub {
    font-size: 15px;
    display: block;
    margin-left: 0;
    margin-top: 5px;
    padding-left: 15px;
  }
  .c-title01 .tag .inn {
    font-size: 12px;
    padding: 1px 2px 3px 4px;
  }
  .c-title01 {
    font-size: 2.9556650246vw;
    margin-bottom: 25px;
  }
  .c-title01 span.exp {
    margin-left: 15px;
  }
  .c-title01 span.exp-text {
    margin-left: 15px;
  }
  .c-title02 .inn::before {
    width: 2px;
  }
  .c-title02 .inn {
    padding-left: 12px;
  }
  .c-title02 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .c-btn01 {
    max-width: 100%;
  }
  .link-section .inner-block {
    padding: 0 15px;
  }
  .link-section:not(.inc)::before {
    height: calc(100% - 9.852vw);
    top: 9.8522167488vw;
  }
  .link-section .link-wrap li {
    width: 50%;
  }
  .link-section .link-wrap li .img img {
    width: 100%;
  }
  .link-section .link-wrap li:first-child .img {
    max-width: 27.0935960591vw;
  }
  .link-section .link-wrap li:nth-child(2) .img {
    width: 15.5172413793vw;
  }
  .link-section .link-wrap li:nth-child(3) .img, .link-section .link-wrap li:nth-child(4) .img {
    width: 13.5467980296vw;
  }
  .link-section .link-wrap li:nth-child(n+3) {
    border-top: 1px solid #f9f9f9;
  }
  .link-section .link-wrap li:nth-child(5) .img {
    text-align: center;
    width: 15.5172413793vw;
  }
  .link-section .link-wrap li:nth-child(5) .img img {
    width: 100%;
  }
  .link-section .link-wrap li:nth-child(6) .img {
    width: 12.315270936vw;
  }
  .link-section .link-wrap li:nth-child(6) .img img {
    width: 100%;
  }
  .link-section .link-wrap li:nth-child(7) .img {
    width: 13.5467980296vw;
  }
  .link-section .link-wrap li:nth-child(7) .img img {
    width: 100%;
  }
  .link-section .link-wrap li:nth-child(2n+2) {
    border-left: 1px solid #f9f9f9;
  }
  .link-section .link-wrap li:last-child {
    width: 100%;
  }
  .link-section .link-wrap.six li {
    width: 50%;
  }
  .link-section .link-wrap.six li:first-child .img {
    max-width: 15.5172413793vw;
  }
  .link-section .link-wrap.six li:nth-child(2) img, .link-section .link-wrap.six li:nth-child(5) img {
    width: 13.5467980296vw;
  }
  .link-section .link-wrap.six li:nth-child(4) .img {
    width: 16.9950738916vw;
  }
  .link-section .link-wrap.six li:nth-child(4) .img img {
    width: 100%;
  }
  .link-section .link-wrap .inn {
    padding: 20px;
  }
  .link-section .link-wrap .win img {
    width: 100%;
    height: 100%;
  }
  .link-section .link-wrap .title {
    font-size: 4.9261083744vw;
    line-height: 1;
    margin-top: 28px;
  }
  .link-section .link-wrap .text {
    font-size: 3.6945812808vw;
  }
  .link-section .link-wrap .small {
    font-size: 2.4630541872vw;
  }
  .link-section {
    margin-top: -9.8522167488vw;
  }
  .link-section.inc .link-wrap li {
    width: 33.3333333333% !important;
  }
  .link-section.inc .link-wrap li:nth-child(2), .link-section.inc .link-wrap li:nth-child(3), .link-section.inc .link-wrap li:nth-child(5), .link-section.inc .link-wrap li:nth-child(7) {
    border-left: 1px solid #f9f9f9;
  }
  .link-section.inc .link-wrap li:nth-child(3) {
    border-top: none;
  }
  .link-section.inc .link-wrap li:nth-child(4) {
    border-left: 0;
  }
  .link-section.inc {
    position: relative;
    top: 30px;
  }
  .anchor-link-section .inner-block {
    padding: 30px 15px 40px;
  }
  .anchor-link-section .anchor-link li {
    border-left: 1px solid #002060;
    max-width: 100%;
    width: 50%;
  }
  .anchor-link-section .anchor-link li:nth-child(2n+2), .anchor-link-section .anchor-link li:last-child {
    border-right: 1px solid #002060;
  }
  .anchor-link-section .anchor-link li:nth-child(n+3) {
    margin-top: 15px;
  }
  .anchor-link-section .anchor-link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .bg-link .thumb {
    height: 0;
    padding-top: 56.29%;
  }
  .bg-link .text {
    top: 30%;
  }
  .bg-link .btn-wrap .c-btn01 {
    max-width: 200px;
  }
  .bg-link .box-link::before {
    height: 100%;
  }
  .bg-link {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  .mv-section .mv {
    z-index: 1;
    padding-bottom: 5.5418719212vw;
  }
  .mv-section:not(.under) .mv::before {
    background: url(../img/top/sp/img-mv-parts.png) no-repeat center center;
    background-size: contain;
    height: 45.3201970443vw;
    width: 47.6600985222vw;
    right: -3.6945812808vw;
    bottom: -3.6945812808vw;
    z-index: -1;
  }
  .mv-section:not(.under) h1 {
    font-size: 8.6206896552vw;
  }
  .mv-section:not(.under) .text img {
    z-index: 5;
  }
  .mv-section:not(.under) .text {
    margin: 0;
    left: 0;
    right: inherit !important;
    padding: 0 30px;
    position: relative;
    top: -13.5467980296vw;
    width: auto;
  }
  .mv-section:not(.under) .sub-text {
    font-size: 3.4482758621vw;
  }
  .mv-section.under .l-flex {
    margin: 0;
    top: 0;
    left: 0 !important;
    right: inherit !important;
    padding: 0 30px;
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    top: 0;
    width: auto;
  }
  .mv-section.under .text.red03 {
    font-size: 36px;
  }
  .mv-section.under .text {
    font-size: 40px;
  }
  .mv-section.under .windows {
    margin-left: 15px;
    width: 60px;
  }
  .mv-section.under .byad {
    margin-left: 15px;
    width: 50px;
  }
  .mv-section.under .ipad {
    margin-left: 15px;
    width: 60px;
  }
  .mv-section.under .chrome {
    width: 250px;
  }
  .mv-section.under .windows-logo {
    width: 300px;
  }
  .mv-section.under .event .img {
    margin-left: 15px;
    width: 60px;
  }
  .mv-section.under .infrastructure {
    margin-left: 15px;
    width: 60px;
  }
  .mv-section.under .ict .img {
    margin-left: 15px;
    width: 70px;
  }
  .breadcrumb-section .breadcrumb {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
  }
  .c-info-box .title-wrap {
    background-position: right 15px bottom 15px;
    background-size: 60px auto;
    padding: 12px 20px;
  }
  .c-info-box .title {
    font-size: 15px;
  }
  .c-info-box .note {
    font-size: 10px;
  }
  .c-info-box .c-menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-link-menu {
    padding: 25px 20px;
  }
  .c-link-menu .text {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .c-link-menu .c-btn01 {
    font-size: 14px;
  }
  .c-link-menu .c-btn01 + .c-btn01 {
    margin-top: 15px;
  }
  .c-menu-list > li {
    font-size: 13px;
  }
  .c-menu-list > li::before {
    top: 7px;
  }
  .c-check-list li::before {
    top: -1px;
  }
  .chrome-p .feature-section .btn-wrap {
    margin: 20px auto 60px;
  }
  .chrome-p #GoogleWorkspace .btn-wrap {
    margin: 20px auto 0;
  }
  .chrome-p .basic-proposal .btn-wrap {
    margin: 20px auto 0;
  }
  .chrome-p .basic-proposal .list-wrap {
    margin-top: 20px;
  }
  .chrome-p .basic-proposal .box {
    padding: 25px 20px;
  }
  .chrome-p .basic-proposal .box .text-wrap {
    margin-bottom: 20px;
  }
  .chrome-p .basic-proposal-section .intro .google-text {
    margin-top: 20px;
  }
  .chrome-p .basic-proposal-section .intro .google-text .logo {
    font-size: 40px;
  }
  .chrome-p .basic-proposal-section .intro .google-text .text {
    font-size: 30px;
  }
  .chrome-p .l-flex .box + .box {
    margin-left: 0;
    margin-top: 30px;
  }
  .chrome-p .l-flex .box .text {
    margin-bottom: 15px;
  }
  .chrome-p .l-flex .box .img-wrap .img:first-child {
    padding-left: 35px;
    padding-right: 20px;
  }
  .chrome-p .l-flex .box .img-wrap .img {
    padding: 15px 25px;
  }
  .chrome-p .l-flex .box .btn-wrap {
    margin: 20px auto 0;
  }
  .chrome-p .l-flex .box {
    padding: 25px 20px;
    width: 100%;
  }
  .chrome-p .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chrome-p .l-flex .img {
    text-align: center;
  }
  .chrome-p .service-section .inner-block {
    padding: 40px 15px;
  }
  .chrome-p .service-section .blue-bg-box .c-menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .chrome-p .service-section .blue-bg-box .c-menu-list li:nth-child(even) {
    margin-left: 20px;
  }
  .chrome-p .sales-outlet-section .inner-block {
    padding: 40px 15px;
  }
  .chrome-p .sales-outlet-section .intro .btn-wrap {
    margin-bottom: 30px;
  }
  .chrome-p .sales-outlet-section .l-flex .box + .box {
    margin-left: 0;
    margin-top: 40px;
  }
  .chrome-p .sales-outlet-section .l-flex .box {
    width: 100%;
  }
  .chrome-p .sales-outlet-section .l-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-wrap {
    width: 100%;
  }
  .flow-wrap .num-wrap .num {
    font-size: 2.4630541872vw;
  }
  .flow-wrap .num-wrap {
    font-size: 1.9704433498vw;
  }
  .flow-wrap .text {
    font-size: 2.4630541872vw !important;
  }
  .case-list .case .gray-box::before {
    bottom: -30px;
    border-width: 15px 20px 0 20px;
  }
  .case-list .case .gray-box {
    padding: 20px 25px;
    margin-bottom: 40px;
  }
  .case-list .case .gray-box .img {
    height: 30%;
    width: 30%;
    min-height: 90px;
    width: 90px;
    margin: auto;
  }
  .case-list .case .gray-box .img + .text {
    font-size: 16px;
    margin-top: 8px;
  }
  .case-list .case .img-box {
    border-radius: 6px;
  }
  .case-list .case .img {
    border-radius: 6px 6px 0 0;
  }
  .case-list .case .img img {
    width: 100%;
  }
  .case-list .case .text-wrap .btn-wrap {
    margin: 20px auto 0;
  }
  .case-list .case .text-wrap {
    padding: 20px 25px;
  }
  .case-list .case {
    width: 100%;
  }
  .case-list .case + .case {
    margin-top: 50px;
  }
  .case-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blue-bg-box .title::before {
    right: 10px;
  }
  .blue-bg-box .title {
    font-size: 18px;
    padding: 14px 20px 12px;
  }
  .blue-bg-box.small {
    width: 100%;
  }
  .blue-bg-box {
    margin-top: 25px;
  }
  .blue-bg-box .logo-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .blue-bg-box .logo-list .logo {
    margin-bottom: 14px;
  }
  .blue-bg-box .logo-list .logo + .logo {
    margin-left: 14px;
  }
  .ce-p .inner-block {
    padding: 0 15px 30px;
  }
  .ce-p .ce-mv-section {
    height: 250px;
  }
  .ce-p .ce-mv-section .mv {
    padding-bottom: 0;
  }
  .ce-p .ce-mv-section .mv {
    height: 228px;
  }
  .ce-p .ce-mv-section .logo-wrap .img {
    height: 32px;
  }
  .ce-p .ce-mv-section .logo-wrap .img img {
    width: 200px;
  }
  .ce-p .ce-mv-section .txt-wrap .l-flex {
    width: 100%;
    font-size: 26px;
    top: 10px;
  }
  .ce-p .ce-mv-section .txt-wrap {
    width: 100%;
  }
  .ce-p .icon-box-wrap .box:nth-child(n+2) {
    margin-left: 0;
    margin-top: 30px;
  }
  .intro-section {
    padding: 30px 0 20px;
  }
  .intro-section .graph-area {
    display: block;
  }
  .intro-section .graph-area .graph-box {
    padding: 20px;
  }
  .intro-section .graph-area .graph-box .img-box {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .intro-section .graph-area .graph-box:nth-child(2) {
    margin-left: 0;
    margin-top: 30px;
  }
  .intro-section .answer-area .l-flex {
    font-size: 20px;
    padding: 0 10px;
    width: 90%;
  }
  .intro-section .case-list {
    margin-bottom: 50px;
  }
  .intro-section .case-list .case {
    width: 100%;
  }
  .intro-section .case-list .case + .case {
    margin-top: 30px;
  }
  .intro-section .case-list .gray-box {
    margin-bottom: 0;
  }
  .feature-section .work-space .bg-link {
    max-width: 100%;
  }
  .feature-section .work-space-section .icon-box-wrap .img img {
    width: 90px;
  }
  .feature-section .work-space-section .icon-box-wrap .img {
    margin-top: 15px;
  }
  .feature-section .application-block .app-list .item-box {
    padding: 20px 15px;
    width: calc((100% - 20px) / 2);
  }
  .feature-section .application-block .app-list .item-box:nth-child(even) {
    margin-left: 20px;
  }
  .feature-section .application-block .app-list .item-box:nth-child(n+3) {
    margin-top: 20px;
  }
  .feature-section .application-block .app-list .item-box .icon-area {
    margin: 0 auto;
    width: 9.8522167488vw;
    min-width: 50px;
  }
  .feature-section .application-block .app-list .item-box .name-area {
    text-align: center;
    font-size: 14px;
    margin-top: 4px;
  }
  .os-flex-section .icon-box-wrap {
    margin-bottom: 30px;
  }
  .os-flex-section .icon-box-wrap .img img {
    width: 90px;
  }
  .os-flex-section .icon-box-wrap .box {
    width: 100%;
    position: relative;
  }
  .os-flex-section .icon-box-wrap .box:nth-child(n+2) {
    margin-top: 100px;
  }
  .os-flex-section .icon-box-wrap .box:nth-child(n+2)::before {
    content: "";
    display: block;
    width: 80px;
    height: 10px;
    border-radius: 12px;
    position: absolute;
    right: 0;
    top: -58px;
    left: 0;
    background-color: #d6d6d6;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .os-flex-section .icon-box-wrap .box:nth-child(n+2)::after {
    content: "";
    border-radius: 12px;
    display: block;
    width: 80px;
    height: 10px;
    position: absolute;
    top: -58px;
    right: 0;
    left: 0;
    background-color: #d6d6d6;
    margin: auto;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .os-flex-section .os-flowbox .flow-list {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .os-flex-section .os-flowbox .flow-item::after {
    right: 0 !important;
    left: 50% !important;
    bottom: -50px !important;
    top: inherit !important;
    border-color: #dd4f42 transparent transparent transparent !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    border-width: 50px 100vw 0 100vw !important;
  }
  .os-flex-section .os-flowbox .flow-item:nth-child(n+2) {
    margin-top: 60px;
  }
  .os-flex-section .case-list .gray-box {
    margin-bottom: 0;
  }
  .os-flex-section .case-list .case:nth-child(n+2) {
    margin-top: 20px;
  }
  .os-flex-section .btn-wrap {
    margin: 40px 0;
  }
}

@media only screen and (max-width: 430px) {
  .c-header .logo-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-header {
    height: auto;
  }
}

@media only screen and (max-width: 440px) {
  .c-header .logo.right {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .c-title01 {
    font-size: 20px;
  }
  .flow-wrap .num-wrap .num {
    font-size: 20px !important;
  }
  .flow-wrap .num-wrap {
    font-size: 16px !important;
  }
  .flow-wrap .text {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 360px) {
  .mv-section:not(.under) h1 {
    font-size: 35px !important;
  }
}

@media only screen and (max-width: 1644px) {
  .mv-section:not(.under) .text {
    left: inherit;
    right: 18.2481751825vw;
  }
  .mv-section.under .l-flex {
    left: 80%;
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 374px) {
  .mv-section.under .text.green {
    font-size: 36px;
  }
}

@media only screen and (max-width: 812px) and (min-width: 414px) {
  .mv-section.under .event br {
    display: none;
  }
}

@media only screen and (max-width: 812px) and (max-width: 500px) {
  .c-info-box .c-menu-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 766px) {
  .flow-wrap li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .flow-wrap li:not(:first-child)::before {
    bottom: -30px !important;
    right: 0 !important;
    left: 50% !important;
    bottom: inherit !important;
    border-width: 30px 100vw 0 100vw !important;
    border-color: #fff transparent transparent transparent;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .flow-wrap li:not(:last-child)::after {
    right: 0 !important;
    left: 50% !important;
    bottom: -29px !important;
    top: inherit !important;
    border-width: 30px 100vw 0 100vw !important;
    border-color: #f39237 transparent transparent transparent !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  .flow-wrap li:first-child {
    padding-top: 10px;
  }
  .flow-wrap li:last-child {
    padding-bottom: 15px;
  }
  .flow-wrap li {
    display: block !important;
    width: 100% !important;
    min-height: auto !important;
    padding: 32px 20px 5px !important;
  }
  .flow-wrap li:nth-child(2n+2) {
    margin-left: 0 !important;
  }
  .flow-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1024px) {
  .flow-wrap li:not(:first-child)::before {
    margin: auto;
    border-width: 74px 0 74px 20px;
  }
  .flow-wrap li:not(:last-child)::after {
    margin: auto;
    border-width: 74px 0 74px 20px;
    right: -20px;
  }
  .flow-wrap li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: auto;
    margin: 0;
    min-height: 128px;
    padding: 15px 20px 15px 40px;
    width: calc((100% - 20px) / 2);
  }
  .flow-wrap li:nth-child(2n+2) {
    margin-left: 20px;
  }
  .flow-wrap li:nth-child(n+3) {
    margin-top: 15px;
  }
  .flow-wrap li:nth-child(4) {
    padding-bottom: 32px !important;
  }
  .flow-wrap {
    max-width: 690px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .flow-wrap li {
    min-height: 147px;
  }
}