@charset "UTF-8";
/*日本語*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;700&display=swap");
html {
  overflow-y: scroll;
  /*	font-size:62.5%;*/
}

body {
  -webkit-text-size-adjust: none;
  color: #222;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "游ゴシック", Osaka, "ＭＳ Ｐゴシック", sans-serif;
  word-break: normal;
  word-wrap: break-word;
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.1;
}

ul,
li,
dl,
dt {
  list-style-type: none;
}

img {
  vertical-align: middle;
  border: none;
}

p,
dt {
  text-align: justify;
  text-justify: inter-ideograph;
}

.alignCenter {
  text-align: center;
}

.backToTop {
  text-align: right;
  margin: 25px 20px 15px 0;
}

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

br {
  line-height: 1;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
  /* Firefoxで、下マージン設定しているのに上にもアキができるバグ対策。追加 */
}

.serif {
  font-family: "ヒラギノ明朝 Pro W6", "HiraMinPro-W6", YuMincho, "Yu Mincho", "游明朝", serif;
}

.sans_serif {
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "游ゴシック", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #222;
}

p.img {
  margin: 5px 0;
}

input[type=text],
input[type=email] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alignCenter {
  text-align: center;
}

.inner {
  margin: 0 auto;
  width: 1000px;
}

.base_headline {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.base_headline:after {
  content: "　";
  display: block;
  width: 70px;
  height: 4px;
  background-color: #12b3c7;
  position: absolute;
  left: calc(50% - 35px);
  bottom: 0;
}

/*------------------------------------------------------------------------------

header

------------------------------------------------------------------------------*/
.header {
  width: 100%;
  min-width: 1000px;
  height: 120px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header_logo {
  width: 400px;
}

.header_logo_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 0;
}
.header_logo_image img {
  margin-left: 30px;
}

.header_logo_title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 13px;
}

.random_order {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header_add_btn {
  width: 340px;
}

.header_add_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 71px;
  background: #12b3c7;
  padding: 0 30px;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.header_add_btn a:hover {
  background-color: #2dc7da;
}

.header_add_btn a:before {
  content: "　";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 14px;
  top: calc(50% - 15px);
  border-radius: 13px;
  background-color: #fff;
}

.header_add_btn a:after {
  content: "　";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 12px;
  top: calc(50% - 10px);
  border: 8px solid transparent;
  border-left: 10px solid #12b3c7;
}

.header_add_btn span {
  font-size: 16px;
}

/*------------------------------------------------------------------------------

ファーストビュー動画

------------------------------------------------------------------------------*/
.top_movie {
  width: 100%;
  min-width: 1000px;
  position: relative;
}

.top_movieBox {
  /*	height:1080px;
  height:839px;*/
  height: calc(100vh - 120px);
  overflow: hidden;
  background: url(../img/movie_poster2.jpg) no-repeat center top;
}

video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
}

.top_movie_txtArea {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  z-index: 820;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
}

.top_movie_subhead {
  font-size: 34px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.top_movie_headline {
  padding-top: 18px;
  font-size: 65px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}

.top_movie_lead {
  margin: 50px auto 0 auto;
  width: 780px;
  border: 1px solid #fff;
  padding: 30px 0;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.top_movie_overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-image: url(../img/firstView_textile.png);
  left: 0;
  top: 0;
  z-index: 810;
}

.scroll_navigation {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 60px;
  z-index: 820;
}

/*
@media screen and (min-width:1364px){
	.top_movieBox{
		height:auto;
	}
	.top_movie_overlay{
		min-height:99.7%;
	}

}
*/
/*------------------------------------------------------------------------------

conversion_area

------------------------------------------------------------------------------*/
.conversion_area {
  width: 100%;
  min-width: 1000px;
  background-color: #333;
  padding: 40px 0;
}

.conversion_info_list {
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.conversion_btn {
  width: 640px;
  height: 150px;
}

.conversion_btn a {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  padding-top: 35px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #12b3c7 url(../img/icon_envelope.png) no-repeat 30px center;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.conversion_btn a:hover {
  background-color: #2dc7da;
}

.conversion_btn a:before {
  content: "　";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 22px;
  top: calc(50% - 15px);
  border-radius: 15px;
  background-color: #fff;
}

.conversion_btn a:after {
  content: "　";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 23px;
  top: calc(50% - 8px);
  border: 8px solid transparent;
  border-left: 10px solid #12b3c7;
}

.conversion_btn span {
  font-size: 34px;
}

.conversion_phone {
  width: 340px;
  background-color: #d6d6d6;
  border: 2px solid #d6d6d6;
  border-radius: 6px;
}

.conversion_phone dl {
  background-color: #fff;
  border-radius: 6px 6px 0 0;
  padding: 8px 0 15px 20px;
}

.conversion_phone dt {
  font-weight: 700;
}

.conversion_phone_number {
  padding-top: 10px;
  font-size: 27px;
  font-weight: 700;
  color: #12b3c7;
}

.conversion_phone_number.conv_tis img {
  margin-right: 8px;
}

.conversion_phone_number.conv_intec img {
  margin-right: 11px;
}

.conversion_phone_time {
  padding-top: 6px;
  text-align: center;
  font-size: 11px;
}

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

.cookie_policy a{
  color: #fff;
  text-decoration: underline;
}

/*------------------------------------------------------------------------------

導入企業

------------------------------------------------------------------------------*/
.corporation_introduce {
  margin: 0 auto;
  width: 1000px;
  padding: 80px 0;
}

.corporation_list {
  width: 80%;
  margin: 0 auto;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.corporation_list li {
  padding-top: 60px;
  width: 250px;
  text-align: center;
}

.corporation_lead {
  margin: 0 auto;
  width: 910px;
  padding-top: 50px;
}

.corporation_lead p {
  line-height: 1.6;
}

/*------------------------------------------------------------------------------

課題

------------------------------------------------------------------------------*/
.kadai {
  width: 100%;
  min-width: 1000px;
  background-color: #f0f0f0;
  padding: 60px 0;
}

.kadai_headline {
  text-align: center;
}

.kadai_headline span {
  font-size: 40px;
  font-weight: 300;
  color: #3184ca;
  position: relative;
}

.kadai_headline span:after {
  content: " ";
  display: block;
  position: absolute;
  left: -40px;
  top: 0px;
  width: 15px;
  height: 35px;
  border-top: 4px solid #3184ca;
  border-left: 4px solid #3184ca;
}

.kadai_headline span:before {
  content: " ";
  display: block;
  position: absolute;
  right: -40px;
  bottom: 0px;
  width: 15px;
  height: 35px;
  border-right: 4px solid #3184ca;
  border-bottom: 4px solid #3184ca;
}

.kadai_lead {
  margin: 0 auto;
  width: 910px;
  padding-top: 40px;
}

.kadai_lead p {
  line-height: 1.6;
}

.kadai_list {
  width: 100%;
  padding-top: 30px;
}

.kadai_list li {
  margin-top: 30px;
  min-height: 126px;
}

.kadai_list dl {
  width: 100%;
  position: relative;
}

.kadai_list dt {
  position: absolute;
  left: 0;
  top: -10px;
  background: url(../img/kadai_oddBG.png) no-repeat left top;
  width: 200px;
  height: 126px;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  z-index: 5;
}

.kadai_list li:nth-child(2n) dt {
  background: url(../img/kadai_evenBG.png) no-repeat left top;
}

.kadai_list dd {
  position: absolute;
  left: 170px;
  top: 0;
  background-color: #fff;
  width: 830px;
  height: 126px;
  z-index: 4;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kadai_list dd p {
  padding-left: 60px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

/*------------------------------------------------------------------------------

解決

------------------------------------------------------------------------------*/
.solution {
  width: 100%;
  min-width: 1000px;
  padding-top: 60px;
}

.solution_headline {
  text-align: center;
  font-size: 44px;
  line-height: 1.4;
  font-weight: 700;
  color: #12b3c7;
}

.solution_follow {
  position: relative;
  height: 70px;
  padding-top: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  z-index: 5;
}

.solution_follow:after {
  content: "　";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -92px;
  border: 92px solid transparent;
  border-top: 80px solid #c1e8ed;
  width: 0;
  height: 0;
  z-index: -1;
}

.solution_list {
  width: 100%;
  min-width: 1000px;
  padding-top: 35px;
}

.solution_list li {
  height: 650px;
  background: url(../img/solution_1BG.jpg) no-repeat center top;
  border-bottom: 20px solid #fff;
}

.solution_list li:nth-child(2) {
  background-image: url(../img/solution_2BG.jpg);
}

.solution_list li:nth-child(3) {
  background-image: url(../img/solution_3BG.jpg);
}

.solution_list li:nth-child(4) {
  background-image: url(../img/solution_4BG.jpg);
}

.solution_list li:nth-child(5) {
  background-image: url(../img/solution_5BG.jpg);
}

.solution_list .inner {
  height: 650px;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.solution_list dl {
  margin: 0 auto 0 0;
  width: 660px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px 0 40px 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.solution_list li:nth-child(2n) dl {
  margin: 0 0 0 auto;
}

.solution_list dt {
  margin: 0 auto;
  width: 470px;
  height: 90px;
  padding: 10px 0 0 120px;
  position: relative;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.solution_list li:nth-child(2) dt,
.solution_list li:nth-child(5) dt {
  padding-top: 23px;
}

.solution_list dt.lines_3 {
  height: 105px;
  padding: 5px 0 0 120px;
}

.solution_list dt span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 95px;
  padding-top: 15px;
  background: url(../img/solution_title1BG.png) no-repeat left center;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.solution_list li:nth-child(2) dt span {
  background: url(../img/solution_title2BG.png) no-repeat left center;
}

.solution_list li:nth-child(3) dt span {
  background: url(../img/solution_title3BG.png) no-repeat left center;
}

.solution_list li:nth-child(4) dt span {
  background: url(../img/solution_title4BG.png) no-repeat left center;
}

.solution_list li:nth-child(5) dt span {
  background: url(../img/solution_title5BG.png) no-repeat left center;
}

.solution_list dd {
  width: 100%;
  border-top: 1px solid #12b3c7;
  margin-top: 25px;
}

.solution_text {
  margin: 0 auto;
  width: 545px;
  font-weight: 400;
}

.solution_text p {
  line-height: 1.7;
  padding-top: 35px;
}

/*------------------------------------------------------------------------------

導入事例

------------------------------------------------------------------------------*/
.casestudy {
  width: 100%;
  min-width: 1000px;
  padding: 80px 0;
}

.casestudy_voice {
  border: 1px solid #333;
  margin-top: 40px;
  height: 160px;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.casestudy_voice dt {
  text-align: center;
  width: 275px;
  position: relative;
}

.casestudy_voice dt:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 50px);
  width: 1px;
  height: 100px;
  background-color: #333;
}

.casestudy_voice dd {
  width: 680px;
  padding-left: 43px;
}

.casestudy_voice_text {
  display: inline-block;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 400;
  position: relative;
}

.casestudy_voice_text:after {
  content: "―アットホーム様";
  display: block;
  position: absolute;
  right: 0;
  bottom: -26px;
  font-size: 14px;
  color: #666;
}

.casestudy_lead {
  margin: 0 auto;
  width: 910px;
}

.casestudy_lead p {
  padding-top: 40px;
  line-height: 1.6;
}

.casestudy_fig {
  padding-top: 50px;
  text-align: center;
}

/*------------------------------------------------------------------------------

サービス紹介

------------------------------------------------------------------------------*/
.service {
  width: 100%;
  min-width: 1000px;
  padding: 80px 0;
  background-color: #f0f0f0;
}

.service_lead {
  margin: 0 auto;
  width: 910px;
}

.service_lead p {
  padding-top: 40px;
  line-height: 1.6;
}

.service_fig {
  margin-top: 40px;
  padding: 30px 0;
  background-color: #fff;
  text-align: center;
}

/*------------------------------------------------------------------------------

footer

------------------------------------------------------------------------------*/
.footer {
  width: 100%;
  min-width: 1000px;
  background-color: #272727;
  padding: 35px 0;
}

.footer_cp {
  text-align: center;
  font-size: 14px;
  color: #fff;
}