@charset "UTF-8";
/*  ========================
  *********  共通  *********
=============================================  */
body {
  color: #3E3E3E;
  background-color: #F1F1F1;
}

.main {
  width: 100%;
}

img {
  display: inline-block;
}

.inner {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}

.center {
  text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.8;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

h1 {
  /*font-family: "Comfortaa";*/
}

h1 span {
  display: block;
  font-size: min(3.9vw, 15px);
  line-height: 2;
  color: #3E3E3E;
}

/*  ========================
  *********  main  *********
=============================================  */
.service {
  font-size: min(3.64vw, 16px);
  line-height: 1.75;
  background:#fff;
  /* == anchorArea == */
  /* == title まわり == */
  /* == Problem == */
  /* == section Box == */
  /* === index_nav === */
}
.service h2 {
  font-size: min(8.33vw, 40px);
  font-weight: 500;

  line-height: 1.2;
  margin: 1em 0;
  padding: 0;
  text-align: left;
  background: none;
  overflow: hidden;
}
.service h3.top_line {
  position: relative;
  font-size: min(6.25vw, 32px);
  letter-spacing: 0.1em;
}
.service h3.top_line:before {
  content: "";
  position: absolute;
  background-size: contain;
  width: 15px;
  height: 1px;
  left: 0;
  top: -1em;
  margin: auto;
  background: #61B7D9;
}
.service h3.top_line:after {
  display: block !important;
  content: "";
  position: absolute;
  background-size: contain;
  width: calc(100% - 20px);
  height: 1px;
  left: 20px;
  top: -1em;
  margin: auto;
  background: #DDDDDD;
}
.service .flex {
  display: flex;
}
.service .flex.anc_nav {
  list-style-type: none;
  margin: 80px 0;
  padding: 0;
}
.service .flex.anc_nav li {
  width: auto;
  text-decoration: none;
  text-align: center;
  position: relative;
  background: #F1F1F1;
  border-radius: 50px;
  margin-right: 1em;
}
.service .flex.anc_nav li:before {
  content: "";
  position: absolute;
  background: url(../img/service/icon_arw.png) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  left: 1.2em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service .flex.anc_nav li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.6em 2em 0.6em 3em;
  box-sizing: border-box;
}
.service .headline_area {
  text-align: center;
}
.service .sml_description {
  /*font-family: "Comfortaa";*/
  font-size: min(4.68vw, 18px);
  color: #61B7D9;
}
.service .headline-ttl {
  font-size: min(4.68vw, 20px);
  margin: 0.5em 0;
  line-height: 1.4;
}
.service h3 {
  padding: 0;
  margin-bottom: 1.5em;
  font-size: min(6.25vw, 32px);

  line-height: 1.4;
  color: #000;
  background: none;
  box-shadow: none;
  border-left: none;
}
.service h3 span {
  display: block;
  font-size: min(3.9vw, 15px);
  line-height: 2;
  letter-spacing: 0.1em;
  color: #61B7D9;
}
.service h3.top_line.btm_mgn_off {
  margin-bottom: 0;
}
.service .balloon_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
  margin: 2em 0 5em;
}
.service .balloon_area .balloon {
  width: 30%;
  background: #DFEAF8;
  padding: 1em;
  box-sizing: border-box;
  border-radius: 1em;
  position: relative;
}
.service .balloon_area .balloon:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -22px;
  margin: auto;
  box-sizing: border-box;
  width: 24px;
  height: 13px;
  border: 13px solid transparent;
  border-top: 10px solid #DFEAF8;
}
.service .solution img {
  width: 100%;
}
.service .sec_flex_2col {
  display: flex;
  padding: 2em 0;
  gap: 0 4%;
  border-bottom: 1px solid #DDDDDD;
}
.service .sec_flex_2col.nobod {
  border: none;
}
.service .sec_flex_2col .txtBox {
  width: 56%;
}
.service .sec_flex_2col .txtBox .headline-ttl {
  display: flex;
  align-items: center;
}
.service .sec_flex_2col .txtBox .headline-ttl span {
  margin-right: 20px;
  background: #61B7D9;
  color: #FFF;
  min-width: 40px;
  min-height: 40px;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.service .sec_flex_2col .txtBox .headline-ttl {
  margin: 0 auto 1em;
}
.service .sec_flex_2col .txtBox p {
  font-size: min(4.1vw, 16px);
  line-height: 1.75;
}
.service .sec_flex_2col figure {
  width: 40%;
  margin: 0;
}
.service .sec_flex_2col figure img {
  width: 100%;
}
.service .sec_flex_2col.reverse {
  flex-direction: row-reverse;
}
.service .index_nav {
  padding: 3.5em 0;
}
.service .index_nav .headline-ttl {
  font-size: min(8.33vw, 32px);
}
.service .flex_3col_w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5em;
  margin-top: 3em;
}
.service .flex_3col_w .box {
  width: 30%;
  background: #FFF;
  border-radius: 20px;
  /*padding: 2em;*/
  
}
.service .flex_3col_w .box .ttl {
  position: relative;
  margin-bottom: 1em;
  font-size: 20px;
}
.service .flex_3col_w .box .ttl:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -1em;
  background-color: #DDDDDD;
}
.service .flex_3col_w .box .ttl.r_arrow:after {
  content: "";
  position: absolute;
  background: url(../img/service/icon_arw.png);
  background-size: cover;
  width: 15px;
  height: 18px;
  transform: rotate(-90deg);
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}
.service .flex_3col_w .box p {
  padding-top: 1em;
  line-height: 1.75;
}
.service .other {
  padding: 80px 0 120px;
}
.service .other_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  padding: 0;
}
.service .other_block li {
  width: 22%;
  max-width: 245px;
  list-style-type: none;
}
.service .other_block li img {
  width: 100%;
}
.service .other_block li .company {
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 0 8px;
}
.service .other_block li .name {
  font-size: 20px;
  position: relative;
  padding: 0 0 16px 30px;
}
.service .other_block li .name::before {
  content: "";
  background-image: url(../img/festival/other_arw.png);
  background-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 5px;
}
.service .other_block li .contents_box {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
  align-items: start;
  margin-bottom: 10px;
}
.service .other_block li .contents_box_ttl {
  background-color: #031F6F;
  border-radius: 3px;
  color: #fff;
  width: 72px;
  text-align: center;
  padding: 2px 0;
}
.service .other_block li .contents_box_tag {
  color: #61B7D9;
  text-align: left;
  padding-left: 10px;
  width: 70%;
}
.service .btn_common_02 {
  text-align: center;
  position: inherit;
}
.service .btn_common_02 a {
  background-color: #61B7D9;
  border: 1px solid #61B7D9;
  border-radius: 50vh;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 16px 8px 16px 80px;
  position: relative;
  text-decoration: none;
  text-align: left;
  vertical-align: middle;
  width: 234px;
  transition: color 0.5s, background-color 0.5s;
  box-sizing: border-box;
}
.service .btn_common_02 a::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto 0;
  position: absolute;
  top: 50%;
  left: 1.6%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%) rotate(180deg);
}

/*  ========================
  *********  SP - tablet  *********
=============================================  */
@media screen and (max-width:960px) { 
  .service .xscroll {
    overflow-x: scroll;
  }
  .service .flex.anc_nav {
    flex-wrap: nowrap;
    margin: 3em 0 1em;
    padding: 0;
    border: none;
    border-right: none;
    font-size: min(4.16vw, 18px);
    display: block;
    display: none;
  }
  .service .flex.anc_nav li {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    border-left: none;
  }
  .service .flex.anc_nav li:after {
    bottom: 1em;
  }
  .service .flex.anc_nav li a {
    padding: 0.8em 0;
    min-width: 280px;
    width: 60vw;
  }	
}
@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
    margin: 0 auto;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .service .headline_area p {
    text-align: left;
  }
  .service .balloon_area {
    flex-wrap: wrap;
  }
  .service .balloon_area .balloon {
    width: 100%;
    font-size: min(4.16vw, 18px);
    font-weight: 600;
    color: #111111;
    padding: 1.5em;
  }
  .service .solution picture {
    margin-bottom: 5em;
    display: block;
  }
  .service .rad {
    border-radius: 24px 24px 0 0;
  }
  .service .sec_flex_2col {
    flex-wrap: wrap;
    padding: 2em 0;
  }
  .service .sec_flex_2col .txtBox {
    width: 100%;
  }
  .service .sec_flex_2col .txtBox .headline-ttl {
    font-size: 4.68vw;
  }
  .service .sec_flex_2col figure {
    width: 100%;
    padding: 0;
    margin: 2em auto 0;
  }
  .service .white {
    padding-bottom: 2em;
  }
  .service .white:after {
    border-radius: 24px 24px 0 0;
    height: 24px;
  }
  .service .white.norad {
    border-radius: 24px;
  }
  .service .index_nav {
    padding-top: 3em;
  }
  .service .flex_3col_w {
    flex-wrap: wrap;
    gap: 1em 0;
  }
  .service .flex_3col_w .box {
    width: 100%;
  }
  .service .flex_3col_w .box .ttl {
    border-radius: 12px;
  }
  .service .other {
    padding: 14% 0 18%;
  }
  .service .other_block {
    display: block;
    margin-bottom: 10%;
  }
  .service .other_block li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8%;
  }
  .service .other_block li:last-child {
    margin-bottom: 0;
  }
  .service .other_block li a {
    display: flex;
  }
  .service .other_block .sp_img {
    width: 30%;
  }
  .service .other_block .sp_text {
    width: 70%;
    padding-left: 5%;
    box-sizing: border-box;
  }
  .service .other_block li .company {
    font-size: 3.2vw;
    width: 100%;
    padding: 0 0 4%;
    letter-spacing: 0.05em;
  }
  .service .other_block li .name {
    font-size: 5.33vw;
    padding: 0 0 4% 8vw;
  }
  .service .other_block li .name::before {
    width: 5.6vw;
    height: 5.6vw;
    top: 1vw;
  }
  .service .other_block li .contents_box {
    display: block;
    font-size: 3.2vw;
    margin-bottom: 0;
  }
  .service .other_block li .contents_box_tag {
    padding-left: 0;
    width: 100%;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}/*# sourceMappingURL=service.css.map */