@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
select {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}
/*-------------------------------------------------------------*/
*{
  font-size: 1em;/*remの基準値(16px=1rem)*/
  line-height: 160%;
  color: #0C2F5D;
}

.sectionTitle {
  text-align: center;
  padding: 20px;
  font-size: 1.5em;
  margin-bottom: 10px;
  letter-spacing: 3px;
  font-weight: bold
}

@media screen and (min-width: 768px) {
  .sectionTitle {
    padding: 60px 0 20px;
    font-size: 2em;
    letter-spacing: 3px;
  }

  .d_sectionTitle {
    padding: 60px 0 20px;
    font-size: 2em;
    letter-spacing: 3px;
    color: #F0EAEA;
    text-align: center;
  }
}

@media screen and (min-width: 980px) {
  .sectionTitle {
    padding: 30px 0 20px;
    font-size: 2em;
    letter-spacing: 3px;
  }
}

/*fade*/
/* .fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}

.fade.active {
	opacity: 1;
	transform: translateY(0px);
} */
/*-------------------------------------------------------------*/
/*FV*/
.gradient {
  height: 400px;
  width: 100vw;
  margin-bottom: 30px;
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  .gradient {
    height: 660px;
    width: 100vw;
    margin-bottom: 30px;
    padding-top: 80px;
  }
}

.gradient03 {
  background: linear-gradient(65deg, #F5F7F8 50%, #F3B664 0);
}

@media screen and (min-width: 980px) {
  .gradient03 {
    background: linear-gradient(50deg, #F5F7F8 50%, #F3B664 0);
  }
}

.fv_text_img_waku {
  display: flex;
  width: min(100%, 90%);
  margin: 0 auto;
  background-image: url(./images/d_concept_img.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding: 20px 0;
}

.fv_text_main {
  font-size: 2em;
  white-space: nowrap
}

.fv_text_img {
  width: min(100%, 150px);
  margin-left: -30px;
}

.fv_text_sub {
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 20px 100px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 70%);
}

@media screen and (min-width: 420px) {
  .fv_text_img_waku {
    width: min(100%, 70%);
  }
}

@media screen and (min-width: 768px) {
  .fv_text_img_waku {
    display: flex;
    width: 100%;
    margin: 0 auto;
    background-image: url(./images/d_fv_img.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position: right -40% bottom 45%;
    background-size: contain;
    padding: 20px 0;
  }
  
  .fv_text_main {
    font-size: 62px;
    margin-left: 10%;
  }

  .fv_text_sub {
    font-size: 1.25em;
    font-weight: bold;
    background-image: none
  }
}

@media screen and (min-width: 980px) {
  .gradient {
    height: 800px;
  }

  .fv_text {
    margin: 0 auto;
  }

  .fv_text_img_waku {
    padding: 90px 0;
    width: min(100%, 890px);
    background-position: right;
    margin: 0 auto;
  }

  .fv_text_sub {
    width: min(100%, 890px);
    font-size: 1.5em;
    font-weight: bold;
    background-image: none;
    padding: 0;
    margin-top: -12px;
  }

  .fv_text_main {
    font-size: 62px;
    margin-left: 0;
  }
}
/*-------------------------------------------------------------*/
/*制作への思い*/
.concept_img {
  background-image: url(./images/m_concept_img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
}

.concept_text_main {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 0;
  padding-bottom: 16px;
  border-bottom: #F3B664 solid 1px;
  width: min(100%, 80%);
}

.concept_text_sub {
  width: min(100%, 80%);
  margin: 20px auto 48px;
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  .section1 {
    margin-bottom: 60px;
  }

  .concept {
    display: flex;
    justify-content: space-between;
    width: min(100%, 80%);
    margin: 0 auto;
    align-items: center;
  }

  .concept_img {
    background-image: url(./images/d_concept_img.png);
    width: min(100%, 50%);
    height: 350px;
  }

  .concept_text {
    width: min(100%, 50%);
  }

  .concept_text_main {
    width: 100%;
    text-align: right;
  }

  .concept_text_sub {
    width: 100%;
    margin: 0;
    font-size: 1.125em;
    padding-top: 16px;
  }
}
/*-------------------------------------------------------------*/
/*商品ご案内*/
.bg_orange {
  background-color: #F3B664;
}

.roductInformation {
  margin-top: 20px;
  text-align: center;
}

.roductInformation_img {
  width: min(100%, 80%);
  text-align: center;
}

@media screen and (min-width: 768px) {
  .roductInformation_img {
    height: 218px;
  }
}

.roductInformation_text {
  width: min(100%, 80%);
  margin: 0 auto;
}

.roductInformation_text_main {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin: 20px auto 0;
  padding-bottom: 5px;
  border-bottom: #F3B664 solid 1px;
}

.roductInformation_text_sub {
  margin: 20px auto;
  font-size: 1em;
}

/*ボタン*/
a.roductInformation_btn {
  font-size: 1.25em;
	display: block;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
  width: min(100%, 70%);
	padding: 20px 10px;
	font-weight: bold;
	color: #F3B664;
  background-color: #0C2F5D;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
  border-radius: 10px;
  margin-bottom: 20px;
}

a.roductInformation_btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  color: #F5F7F8;
	background-color: #006FC5;
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
  border-radius: 10px;
}

a.roductInformation_btn:hover::before {
	transform: translateX(0);
}

a.roductInformation_btn:hover {
	color: #fff;
}

@media screen and (min-width: 768px) {
  .section2 {
    border-bottom: #F3B664 solid 90px;
  }

  .roductInformation {
    margin-top: 20px;
    text-align: center;
    width: min(100%,);
    }
  
  .roductInformation_waku {
    display: flex;
    justify-content: space-between;
    width: min(100%, 980px);
    margin: 30px auto;
  }
  
  .roductInformation_img {
    width: min(100%, 350px);
  }
}

/*-------------------------------------------------------------*/
/*こんなお客様におすすめ*/
.section3 {
  padding: 50px 0;
}

.bg_glay {
  background-color: #F5F7F8;
}

.case_consept_waku {
  background-color: #fff;
  border-bottom: #F5F7F8 solid 30px;
}

.case_consept_text_mein {
  display: flex;
  justify-content: center;
  border-bottom: #F3B664 solid 1px;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  .case_consept_text_mein {
    padding: 24px 0;
  }
}

.case_consept {
  font-size: 1.25em;
  text-align: center;
}

.case_consept_text_mein_img {
  width: min(100%, 60px);
  height: 60px;
}

.case_consept_text_sub {
  width: min(100%, 80%);
  margin: 0 auto;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .case_consept_text_sub {
    padding: 24px 0;
  }
}

.d_section3 {
  display: none;
}

@media screen and (min-width: 890px) {
  .section3 {
    display: none;
  }

.d_section3 {
    display: block;
    padding-bottom: 60px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(245, 247, 248, 1) 42%, rgba(0, 125, 197, 1));}

  .d_case_consept_main_wapper {
    display: flex;
    width: min(100%, 95%);
    margin: 0 auto;
    justify-content: space-between;
  }

  .d_case_consept_waku {
    width: min(100%, 32%);
    text-align: center;
  }

  .d_case_consept {
    height: 268px;
    background-image: url(./images/customer01_text_img.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    font-size: 1.25em;
    padding-top: 55px;
  }

  .d_case_consept_text_mein_img {
    height: 200px;
    margin-top: -90px;
  }

  .d_case_consept_answer {
    text-align: right;
  }

  .d_case_consept_text_sub {
    background-color: #fff;
    padding: 30px 16px;
    border-radius: 10px;
    text-align: left;
  }

  .d_case_consept_answer_img {
    border-radius: 10px;
    width: min(100%, 80px);
    margin-right: 0;
    margin-top: -35px;
  }
}

@media screen and (min-width: 1060px) {
  .d_case_consept_main_wapper {
    display: flex;
    width: min(100%, 980px);
    margin: 0 auto;
    justify-content: space-between;
  }

  .d_case_consept {
    font-size: 1.5em;
  }
}
/*-------------------------------------------------------------*/
/*ご利用の流れ*/
.section4 {
  padding: 50px 0;
  width: min(100%, 80%);
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .section4 {
    padding: 90px 0;
    width: min(100%, 700px);
  }  
}

:root {
  --flowchart-size: 30px;/* 番号のサイズ 変更可 */
  --flowchart-border: 2px;/* 縦線太さ 変更可 */
}

@media screen and (min-width: 656px) {
  :root {
    --flowchart-size: 50px;/* 番号のサイズ 変更可 */
  }
}

.flowchart {
  list-style: none !important;
  counter-reset: flownum;/* リストアイテムの名称(任意) */
  margin: 1em 0;/* フローチャートと前後要素との距離(任意) */
  padding: 0 !important;
}

.flowchart li {
  position: relative;
  padding: 0 0 2em calc(var(--flowchart-size) + 6px);/* 6px がタイトルとの距離であり余白 */
  width: min(100%, 90%);
  margin: 0 auto;
}

@media screen and (min-width: 656px) {
  .flowchart li {
    width: min(100%, 80%);
  }
}

@media screen and (min-width: 980px) {
  .flowchart li {
    width: min(100%, 890px);
  }
}


/* 番号部位デザイン */
.flowchart li::before {
  content: counter(flownum);
  counter-increment: flownum;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -5px;/* 通常は 0, 横に並ぶタイトルとのバランスを見て調整 */
  left: 0;
  z-index: 2;
  width: var(--flowchart-size);
  height: var(--flowchart-size);
  border-radius: 50%;/* 番号円形, 四角形で良ければこの一行削除 */
  background: #006FC5;/* 番号背景 */
  color: white;/* 番号文字色 */
}

/* 縦線部位デザイン */
.flowchart li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(var(--flowchart-size) / 2 - calc(var(--flowchart-border) / 2));
  z-index: 1;
  width: var(--flowchart-border);
  height: 100%;
  background: #006FC5;/* 線の色 */
}

/* 工程タイトル */
.flowchart-title {
  margin: 0 0 .6em;
  font-weight: bold;
  font-size: 1.04em;
  line-height: 1.4;/* 大きめの文字は 1.2 〜 1.4 程度で調整すると良い */
}

/* 最終工程の縦線が必要な方ここから削除 */
.flowchart li:last-of-type::after {
  content: none;
}
/* 最終工程の縦線が必要な方ここまで削除 */

/* p要素を利用した場合の調整 */
.flowchart li p {
  margin: 1em 0 !important;
}
.flowchart li p:last-of-type {
  margin-bottom: 0 !important;
}

.flowchart-content {
  text-align: center;
}
/*-------------------------------------------------------------*/
/*導入事例*/
.section5 {
  padding: 70px 0;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-container.visible {
  overflow: visible;
}

.sample-swiper-cards {
  padding: 0 50px;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-container.visible {
  overflow: visible;
}

.sample-swiper-cards {
  padding: 0 50px;
}

h2 {
  text-align: center;
  font-weight: normal;
}

.swiper-container {
  position: relative;
  overflow: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

fieldset {
   border: 1px solid #c0c0c0;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
}

legend {
   border: 0; /* 1 */
   padding: 0; /* 2 */
}

button,
input,
select,
textarea {
   font-family: inherit; /* 1 */
   font-size: 100%; /* 2 */
   margin: 0; /* 3 */
}

button,
input {
   line-height: normal;
}

button,
select {
   text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
   -webkit-appearance: button; /* 2 */
   cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
   cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
   box-sizing: border-box; /* 1 */
   padding: 0; /* 2 */
}

input[type="search"] {
   -webkit-appearance: textfield; /* 1 */
   -moz-box-sizing: content-box;
   -webkit-box-sizing: content-box; /* 2 */
   box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
   border: 0;
   padding: 0;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background-color: #F5F7F8;
}

h1 {
  margin-bottom: 1em;
  font-size: 2em;
}

h2 {
  text-align: center;
  font-weight: normal;
}

.carousel-wrapper {
  position: relative;
}

.carousel {
  height: 300px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .carousel {
    height: 450px;
    width: min(100%, 80%);
  }
}

@media (min-width: 980px) {
  .carousel {
    height: 550px;
    width: min(100%, 890px);
  }
}

.item {
  height: 300px;
  text-align: center;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  background-color: #F5F7F8;
}

@media (min-width: 768px) {
  .item {
      height: 410px;
  }
}

@media (min-width: 980px) {
  .item {
      height: 550px;
  }
}

.item__blue {
  background-color: #F5F7F8;
}
.item__red {
  background-color: #F5F7F8;
}
.item__yellow {
  background-color: #F5F7F8;
  color: #585858;
}

.swiper-slide_img {
  width: 100%;
}

@media (min-width: 450px) {
  .swiper-slide_img {
    height: calc(100% - 10%);
    width: auto;
  }
} 