@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  height: auto;
  font-family: "Roboto", "Noto Sans", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #666;
  position: relative;
  word-break: break-word;
  letter-spacing:0.07em;
}

#indexContent {
  width: 100%;
  margin: 0 auto;
  color: #666;
  display: block;
}


/* ベースカラー */
/* $bk-txt: #666666;
$bl-100: #00ABF0;
$bl-15: rgba(0, 171, 240, 0.15);
$bl-10: rgba(0, 171, 240, 0.05);
$bl-5: rgba(0, 171, 240, 0.05);
$nby-100: #1475BC;
$nby-80: rgba(20, 117, 188, 0.8);
$nby-15: rgba(20, 117, 188, 0.15);
$cv-5: rgba(20, 117, 188, 0.05);
$ye-100: #FFF852;
$ye-45:  rgba(255, 248, 82, 0.45);
$ye-60:  rgba(255, 248, 82, 0.6);
$red: #F83B51;
$pink: #F15C90;
$footer :#163F59; */


/********************/
/********************/
/* 共通用 */
.red {
  color: #F83B51;
}

.pink {
  color: #F15C90;
}

.nby {
  color: #1475BC;
}

a,
.link a {
  text-decoration: none !important;
}

a:active {
  color: #00ABF0;
}

img {
  width: 100%;
}

.pc {
  display: none;
}

.tel-box .nmbr a {
  color: #1475BC;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:767.98px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

@media (min-width:768px) {
  .tel-box .nmbr a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}



/* ボタン */
.contentBtn {
  margin-top: 30px;
  display: flex;
  justify-content:space-between;
  text-align: center;
  vertical-align: middle;
}

.skipBtn {
  margin-top: 2px;
  font-size: 12px;
  line-height: 2.6;
}

.skipBtn a {
  color: #666;
}

.skipBtn a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: #eccaca;
  border-radius: 50%;
  color: #fff;
}

.okBtn {
  padding: 0 1rem;
  background-color: #ca504d;
  color: #fff;
  border-radius: 4px;
  line-height: 2.5;
}

.okBtn a {
  color: #fff;
}

.otherBtn {
  margin-top: 10px;
  padding: 0 .7rem;
  background-color: #fff;
  border: 1px solid #ca504d;
  color: #ca504d;
  border-radius: 4px;
  font-size: 12px;
  line-height: 2.5;
}

.otherBtn a {
  color: #ca504d;
}

.skipBtn:hover,
.okBtn:hover,
.otherBtn:hover {
  opacity: 0.8;
}


/* //////////////////////////// */
/* ヘッダー */
header {
  background-color: rgba(0, 171, 240, 0.15);
}

.head,
.main-top {
  display: flex;
  justify-content:space-between;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  vertical-align: middle;
}

.head {
  padding-top: 22px;
}

.head .tel-box {
  color: #1475BC;
  /* font-size: 36px; */
  font-size: calc(23px + 13 * (100vw - 769px)/711);
  line-height: 1.2;
  font-weight: 700;
  border: 2px solid #1475BC;
  border-radius: 8px;
  padding: 10px 32px;
}

.head .tel-box span {
  font-size: 16px;
  line-height: 1;
  margin-left: 16px;
}

.head h2 {
  width: 176px;
}

.main-top {
  margin-top: 34px;
}

.main-top > ul {
  width: 43%;
  text-align: center;
}

.main-top > p {
  width: 50%;
}

.main-top p.description {
  color: #F83B51;
  /* font-size: 28px; */
  font-size: calc(18px + 10 * (100vw - 769px)/711);
  font-weight: 700;
  line-height: 1.3;
}

.main-top p.description span:first-of-type {
  /* font-size: 43px; */
  font-size: calc(30px + 13 * (100vw - 769px)/711);
  letter-spacing: .19rem;
}

.main-top p.description span {
  /* font-size: 35px; */
  font-size: calc(25px + 10 * (100vw - 769px)/711);
}

.main-top h1 {
  color: #1475BC;
  /* font-size: 62px; */
  font-size: calc(44px + 18 * (100vw - 769px)/711);
  line-height: 1.2;
  font-weight: 700;
}

.main-top h1 span {
  color: rgb(20, 117, 188, 0.75);
}

.main-top p.box {
  color: #fff;
  /* font-size: 38px; */
  font-size: calc(28px + 10 * (100vw - 769px)/711);
  line-height: 1;
  font-weight: 700;
  background-color: #1475BC;
  text-align: center;
  margin-top: 8px;
  padding: 14px 30px;
}

@media screen and (min-width:1080px) {
  .main-top p.description {
    font-size: 28px;
  }

  .main-top p.description span:first-of-type {
    font-size: 43px;
  }

  .main-top p.description span {
    font-size: 35px;
  }

  .main-top h1 {
    font-size: 62px;
  }

  .main-top p.box {
    font-size: 38px;
  }
}


ul.button {
  display: flex;
  justify-content:center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

header ul.button {
  width: 90%;
  padding: 30px 0;
}

ul.button > li,
.button > p {
  display: flex;
  justify-content: center;
  background-color: #FFF852;
  color: #1475BC;
  /* font-size: 24px; */
  font-size: calc(20px + 4 * (100vw - 769px)/711);
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  padding: 14px 30px;
  margin: 0 12px;
}

ul.button > li a,
.button > p a {
  display: block;
  color: #1475BC;
}

ul.button > li:hover,
.button > p:hover {
  cursor: pointer;
  opacity: 0.7;
}

ul.button > li:before,
.button > p:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin-right: 8px;
}

.button > p {
  /* font-size: 16px; */
  font-size: calc(13px + 3 * (100vw - 769px)/711);
  margin: 16px 6px 0;
  padding: 14px 0;
}

.button > p > a {
  color: #1475BC;
  display: block;
}

ul.button > li:last-of-type {
  margin-right: unset;
}

ul.button > li span {
  /* font-size: 22px; */
  font-size: calc(18px + 4 * (100vw - 769px)/711);
}

.top-nav {
  display: block;
  position: fixed;
  bottom: 236px;
  right: 10px;
  z-index: 2;
}

.top-nav a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  color: #fff;
  font-weight: 700;
  background: rgb(22, 63, 89, .8);
  border-radius: 50%;
}

.top-nav i {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.top-nav:hover {
  opacity: .6;
}

/*
	スライドナビ
---------------------------------------*/
.slide-navi-box {
  position: fixed;
  top: 0;
  z-index: 100;
  display: block;
  width: 100%;
  text-align: center;
}

.slide-navi {
  display: block;
  padding: 3% 5%;
  margin: 0 auto;
  width: 90%;
  height: 100%;
  background: #333333b8;
}

@media screen and (max-width:767.98px) {
  .head .tel-box,
  .main-top,
  ul.button {
    display: unset;
  }

  .head {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  .head h2 {
    width: 110px;
  }

  .head .tel-box {
    font-size: 16px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
  }

  .head .tel-box span {
    display: none;
  }

  .main-top {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .main-top h1 {
    font-size: 36px;
    margin: 16px 0;
  }

  .main-top p.box {
    width: 74%;
    font-size: 20px;
    margin: auto;
  }

  .main-top p.description {
    font-size: 16px;
  }

  .main-top > p.img {
    width: 90%;
    margin: 24px auto;
  }

  .main-top > ul,
  .main-top > p {
    width: auto;
    text-align: center;
  }

  ul.button {
    display: block;
  }

  ul.button > li {
    font-size: 20px;
    padding: 16px 20px;
    margin: 0 auto;
  }

  ul.button > li span {
    font-size: 18px;
  }

  ul.button > li:last-of-type {
    margin-top: 14px;
  }

  .button > p {
    font-size: 16px;
  }

  .main-top p.description span:first-of-type {
    font-size: 28.5px;
    letter-spacing: 0;
  }

  .main-top p.description span {
    font-size: 22px;
  }

  .top-nav {
    display: none !important;
  }
}

/* ナビ */
header nav {
  width: 100%;
  display: block;
  background-color: #1475BC;
  padding: 10px 0;
}

header nav ul {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content:center;
  vertical-align: middle;
}

header nav ul li {
  width: 25%;
  display: inline-grid;
  justify-content: center;
  align-items: end;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 10px;
  border-left: 1px solid #fff;
  cursor: pointer;
}

header nav ul li:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
}

header nav ul li:last-child {
  border-right: 1px solid #fff;
}

header nav a {
  display: inline-block;
  color: #fff;
}

@media screen and (max-width:767.98px) {
  header nav ul li {
    font-size: 14px;
    padding: 0 8px;
  }
}


/* //////////////////////////// */
/* メインコンテンツ */

/* 共通スタイル */
h3 {
  display: block;
  position: relative;
  color: #1475BC;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 24px;
}

h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 100px;
  height: 4px;
  transform: translate(-50%);
  background-color: #1475BC;
}

h3 + p {
  text-align: center;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
}

section {
  width: 100%;
  margin-top: 100px;
}

@media screen and (max-width:767.98px) {
  h3 {
    font-size: 24px;
  }

  h3 + p {
    font-size: 14px;
  }

  section {
    margin-top: 80px;
  }

  .inner {
    padding: 0 16px;
    box-sizing: border-box;
  }
}

section:first-of-type {
  margin-top: 60px;
}

.content-box {
  margin-top: 50px;
}

@media screen and (max-width:767.98px) {
  .content-box {
    margin-top: 40px;
  }
}

.bl {
  background-color: rgba(0, 171, 240, 0.05);
}

.title {
  margin-bottom: 24px;
  text-align: center;
}

section .inner,
section#features > div > ul > li > ul.features-box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.trouble-box,
.merit-box {
  display: flex;
  justify-content: center;
  text-align: center;
}

.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}

.tel-box .nmbr .fa-phone-alt {
  /* font-size: 32px; */
  font-size: calc(18px + 4 * (100vw - 769px)/711);
  padding-right: 10px;
}

.head .tel-box .nmbr .fa-phone-alt {
  /* font-size: 28px; */
  font-size: calc(20px + 8 * (100vw - 769px)/711);
}

footer .cv-common .tel-box .nmbr .fa-phone-alt {
  font-size: 26px;
}

@media screen and (max-width:767.98px) {
  .tel-box .nmbr .fa-phone-alt {
    font-size: 22px;
    padding-right: 6px;
  }

  .head .tel-box .nmbr .fa-phone-alt {
    font-size: 14px;
  }

  footer .cv-common .tel-box .nmbr .fa-phone-alt {
    font-size: 22px;
  }
}

/* /////////////////////////////// */
/* #trouble */
#trouble > .inner > p {
  color: #1475BC;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-top: 60px;
}

#trouble .title {
  font-size: 36px;
}

#trouble .title span{
  font-size: 46px;
}

#trouble .content-box {
  margin-top: 40px;
}

.trouble-box > li {
  margin: 0 auto;
}

.trouble-box .img {
  width: 64%;
  margin: 0 auto;
}

.trouble-box > li.order1,
.trouble-box > li.order3 {
  margin-top: 40px;
}

.trouble-box > li > ul {
  padding: 0 16px;
}

.trouble-box > li > ul > li {
  margin-top: 16px;
  position: relative;
}

.trouble-box > li > ul > li.tag-title > p:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f521";
  border-radius: 50px;
}

.trouble-box > li.order2 > ul > li.tag-title > p:before {
  background-color: #FFF852;
  color: #F83B51;
  padding: 5px 9px 8px 11px;
  font-size: 30px;
  top: -10px;
  left: -12px;
}

.trouble-box > li.order1 > ul > li.tag-title > p:before,
.trouble-box > li.order3 > ul > li.tag-title > p:before {
  background-color: #1475BC;
  color: #fff;
  padding: 5px 7px 6px 8px;
  font-size: 19px;
  top: -3px;
  left: 0;
}

.trouble-box li:last-of-type {
  color: #1475BC;
  font-size: 20px;
  line-height: 1.5;
}
.trouble-box li:last-of-type span {
  font-size: 24px;
  font-weight: 700;
}

.marker {
  background: linear-gradient(transparent 65%, rgb(255, 248, 82, 0.8) 65%);
  font-weight: bold;
}

@media screen and (max-width:767.98px) {
  .trouble-box {
    display: block;
    border: 2px solid rgb(20, 117, 188, .15);
    border-radius: 10px;
    padding: 30px 0;
  }

  #trouble > .inner > p {
    font-size: 22px;
    margin-top: 40px;
  }

  .trouble-box > li {
    width: 100%;
    margin-top: 20px;
  }

  .trouble-box .img {
    max-width: 200px;
    margin: 0 auto;
  }

  #trouble .title {
    font-size: 22px;
  }

  #trouble .title span {
    font-size: 28px;
  }

  .trouble-box li:last-of-type {
    font-size: 18px;
  }

  .trouble-box li:last-of-type span {
    font-size: 22px;
  }

  .tag-title p {
    font-size: 18px;
  }

  .tag-title p span {
    font-size: 24px;
  }
}

.tag-title {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: rgb(20, 117, 188, .8);
  border-radius: 50px;
  padding: 0 20px 0 50px;
}

.order2 .tag-title {
  background-color: rgb(255, 248, 82, .8);
  color: #F83B51;
}

.tag-title span {
  font-size: 24px;
}

@media screen and (max-width:767.98px) {
  .tag-title {
    font-size: 15px;
  }
}


/* //////////////////////////// */
/* #merit */
#merit h3.title {
  font-size: 36px;
}

#merit h3.title span {
  font-size: 46px;
}

#merit h4.title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1475BC;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

#merit h4.title:before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  line-height: 1;
  margin-right: 10px;
  color: #fff;
  background: #1475BC;
  border-radius: 50px;
  width: 46px;
  height: 46px;
}

#merit h4.title.user-icon:before {
  content: "\f508";
}

#merit h4.title.company-icon:before {
  content: "\f1ad";
}

#merit h4.title:last-of-type {
  margin-top: 50px;
}

ul.merit-box > li {
  width: 340px;
  background-color: rgba(0, 171, 240, 0.05);
  border-radius: 10px;
  margin-right: 24px;
  padding: 30px;
  box-sizing: border-box;
}

ul.merit-box > li:last-of-type {
  margin-right: unset;
}

ul.merit-box > li > div > h5 {
  color: #1475BC;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

ul.merit-box > li > p {
  color: #666;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 700;
  display: inline-flex;
}

ul.merit-box > li > div > p.img {
  max-width: 90px;
  height: 90px;
  margin: 0 auto;
}

ul.merit-box > li > div > h5,
ul.merit-box > li > p:last-of-type {
  margin-top: 16px;
}


@media screen and (max-width:767.98px) {
  #merit h3.title {
    font-size: 20px;
  }

  #merit h3.title span {
    font-size: 22px;
  }

  #merit h4.title {
    font-size: 18px;
  }

  ul.merit-box {
    display: unset;
  }

  ul.merit-box > li {
    margin-top: 16px;
    width: 100%;
    margin-right: unset;
    padding: 24px 14px;
  }

  ul.merit-box > li > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  ul.merit-box > li > div > p.img {
    max-width: 54px;
    height: 54px;
    padding-right: 16px;
    margin: 0;
  }

  ul.merit-box > li > div > h5 {
    font-size: 16px;
    margin-top: unset;
    text-align: left;
  }

  ul.merit-box > li > p {
    font-size: 16px;
  }

  #merit h4.title:before {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
}


/* //////////////////////////// */
/* #features */
#features div .title {
  padding-top: 40px;
}

#features > div > ul.content-box > li {
  width: 100%;
  padding-bottom: 40px;
}

#features > div > ul.content-box > li:nth-of-type(2n) {
  background-color: #fff;
}

ul.features-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1080px;
  margin: 0 auto;
  font-weight: 700;
}

ul.features-box h4 {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  color: #1475BC;
  font-size: 36px;
  line-height: 1.5;
}

ul.features-box h4 span {
  min-width: 70px;
  font-size: 60px;
  line-height: 1;
  margin-right: 24px;
}

ul.features-box p {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 24px;
}

ul.features-box p span {
  font-size: 20px;
}

ul.features-box > li.text {
  display: flow-root;
  padding-top: 40px;
  width: 54%;
}

ul.features-box > li.img {
  display: inline-block;
  align-items: flex-end;
  width: 42%;
  margin-top: 40px;
}

@media screen and (max-width:767.98px) {
  #features > div > ul.content-box > li {
    padding: 40px 16px;
    box-sizing: border-box;
  }

  ul.features-box {
    display: unset;
    justify-content: unset;
  }

  ul.features-box > li.img,
  ul.features-box > li.text {
    width: 100%;
  }

  ul.features-box > li.text {
    padding-top: 25px;
  }

  ul.features-box p {
    font-size: 16px;
    margin-top: 16px;
  }

  ul.features-box p span {
    font-size: 18px;
  }

  #features > div > ul.content-box > li:nth-of-type(2n-1) > ul.features-box {
    display: unset;
    justify-content: unset;
  }

  ul.features-box > li:first-of-type {
    width: 90%;
    margin: 0 auto;
    display: block;
  }

  ul.features-box h4 {
    font-size: 20px;
  }

  ul.features-box h4 span {
    font-size: 26px;
    margin-right: 6px;
    min-width: 36px;
  }
}


/* //////////////////////////// */
/* #usage_flow */
#usage_flow .inner .content-box {
  text-align: center;
}

#usage_flow .inner .content-box > li:after {
  font-family: "Font Awesome 5 Free";
  content: "\f0dd";
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  color: #00ABF0;
  margin: 10px auto 16px;
}

#usage_flow .inner .content-box > li:last-of-type:after {
  content: "";
}

.step-box {
  max-width: 994px;
  margin: 0 auto;
  border: 1px solid #00ABF0;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
}

.step-box div {
  display: flex;
  font-weight: 700;
  width: 34%;
}

.step-box div > p:first-of-type {
  color: #fff;
  background-color: #00ABF0;
  font-size: 20px;
  width: 36%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-box div > p:last-of-type {
  color: #1475BC;
  background-color: rgba(0, 171, 240, 0.05);
  font-size: 18px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.step-box > p.text {
  color: #888;
  text-align: left;
  width: 66%;
  font-size: 18px;
  font-weight: 700;
  padding: 24px 16px 24px 20px;
  box-sizing: border-box;
}

#usage_flow .inner .content-box > li:nth-of-type(3) > .step-box {
  border-color: yellow;
}

#usage_flow .inner .content-box > li:nth-of-type(3) > .step-box div p:nth-of-type(1) {
  background-color: yellow;
  border-radius: 6px 0 0 6px;
  color: #1475BC;
}

#usage_flow .inner .content-box > li:nth-of-type(3) > .step-box div p:nth-of-type(2) {
  background-color: rgb(255, 255, 0, 0.45);
}

@media screen and (max-width:767.98px) {
  #usage_flow .inner .content-box > li:after {
    margin: 16px auto 20px;
  }

  .step-box {
    display: unset;
    border: none;
  }

  .step-box div {
    width: 100%;
  }

  .step-box > div {
    border: 1px solid #1475BC;
    border-radius: 6px;
  }

  #usage_flow .inner .content-box > li:nth-of-type(3) > .step-box > div {
    border-color: yellow;
  }

  .step-box div > p:first-of-type {
    width: 38%;
    font-size: 18px;
    padding: 15px 0;
  }
  .step-box div > p:last-of-type {
    font-size: 16px;
    padding: 16px 0;
  }

  .step-box > p.text {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    padding: unset;
    margin-top: 16px;
  }
}

/* //////////////////////////// */
/* #option */

#option h3 span.icon-check {
  padding: 0 20px;
  background: url(./../img/option_icon.png) no-repeat center;
  background-size: contain;
  margin-right: 8px;
}

#option .content-box {
  display: flex;
  justify-content: left;
}

#option .content-box li {
  width: 320px;
  margin-left: 24px;
  text-align: center;
}

#option .content-box li:first-of-type {
  margin-left: unset;
}

#option .content-box li p.text {
  color: #1475BC;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  margin-top: 16px;
}

@media screen and (max-width:767.98px) {
  #option h3 span.icon-check {
    padding: 0 14px;
  }

  #option .content-box {
    display: block;
  }

  #option .content-box li {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin-top: 16px;
    margin-left: unset;
  }

  #option .content-box li p.img {
    max-width: 150px;
  }

  #option .content-box li p.text {
    font-size: 14px;
    text-align: left;
    margin-top: unset;
    margin-left: 16px;
  }
}

/* //////////////////////////// */
/* #performance */

#performance .content-box {
  text-align: center;
}

#performance .content-box p.img {
  height: 270px;
  background: url(../img/performance_pc.png) top center no-repeat;
  background-size: contain;
}

#performance .content-box p.text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 20px;
}

#performance .content-box p.text span {
  color: #1475BC;
}

#performance .content-box p.text span:first-of-type {
  font-size: 40px;
}

#performance .content-box p:last-of-type {
  font-size: 14px;
}

@media screen and (max-width:767.98px) {
  #performance .content-box p.text {
    font-size: 16px;
  }

  #performance .content-box p.text span:first-of-type {
    font-size: 20px;
  }

  #performance .content-box p.img {
    background: url(../img/performance_sp.png) top center no-repeat;
    background-size: contain;
  }

  #performance .content-box p:last-of-type {
    text-align: right;
  }
}


/* //////////////////////////// */
/* #case_study */
#case_study .content-box > li {
  display: flex;
  justify-content: left;
  margin-top: 50px;
}

#case_study .content-box > li:first-of-type {
  margin-top: unset;
}

#case_study .content-box > li > p {
  width: 520px;
  height: auto;
}

#case_study .content-box div {
  display: flow-root;
  width: fit-content;
  margin-left: 24px;
}

#case_study .content-box div .title {
  text-align: left;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

#case_study .content-box div .company-name {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 16px;
}

#case_study .content-box div ul.tag-box {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, auto);
  justify-content: left;
  align-items: center;
  margin-top: 16px;
}

#case_study .content-box div ul.tag-box li {
  display: inline-block;
  color: #1475BC;
  background-color: rgb(0, 171, 240, 0.05);
  border-radius: 3px;
  font-size: 16px;
  line-height: 1.3;
  padding: 6px 9px;
}

#case_study .content-box div .text {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 16px;
}

@media screen and (max-width:767.98px) {
  #case_study .content-box li {
    display: unset;
  }

  #case_study .content-box > li {
    display: block;
  }

  #case_study .content-box div {
    margin-left: 0;
  }

  #case_study .content-box div ul.tag-box {
    grid-template-columns: repeat(3, auto);
  }

  #case_study .content-box div ul.tag-box li {
    font-size: 14px;
  }

  #case_study .content-box > li > p {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  #case_study .content-box div .title {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: unset;
  }

  #case_study .content-box div .company-name {
    font-size: 16px;
  }

  #case_study .content-box div .text {
    font-size: 16px;
  }
}


/* //////////////////////////// */
/* #questions */
#questions .content-box li {
  margin-top: 40px;
}

#questions .content-box li p {
  font-size: 20px;
  font-weight: normal;
  padding: 16px;
  text-indent: -2em;
  padding-left: 2.8em;
}

#questions .content-box li p:first-of-type {
  border: 2px solid #1475BC;
  border-radius: 8px;
  font-weight: 700;
}

#questions .content-box > li > p > span:first-of-type {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin-right: 16px;
}

#questions .content-box > li > p > span {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width:767.98px) {
  #questions .content-box li {
    margin-top: 32px;
  }

  #questions .content-box li p {
    font-size: 16px;
    padding-right: 10px;
  }

  #questions .content-box > li > p > span {
    font-size: 18px;
  }

  #questions .content-box > li > p > span:first-of-type {
    font-size: 22px;
  }
}

/* //////////////////////////// */
/* CVパーツ */
.cv {
  background-color: rgb(20, 117, 188, 0.05);
  padding: 50px 0;
  text-align: center;
}

.cv h4.title {
  color: #1475BC;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: unset;
}

.cv .content-box {
  margin-top: 35px;
}

.cv .content-box div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cv .content-box div:first-of-type {
  margin-top: 30px;
}

.cv .content-box div:last-of-type {
  margin-top: 24px;
}

.cv .content-box div.tel-box {
  width: fit-content;
  justify-content: center;
  margin: 30px auto 0;
  border: 1px solid #1475BC;
  border-radius: 6px;
  padding: 16px 30px;
}

.cv .content-box div.tel-box p {
  color: #1475BC;
  /* font-size: 20px; */
  font-size: calc(16px + 4 * (100vw - 769px)/711);
  font-weight: 700;
  margin: 0 12px;
}

.cv .content-box div.tel-box p.nmbr {
  /* font-size: 40px; */
  font-size: calc(30px + 10 * (100vw - 769px)/711);
  line-height: 1;
}

.cv .content-box div.tel-box p.time {
  color: #666;
  font-size: 14px;
}

@media screen and (max-width:767.98px) {
  .cv .content-box {
    margin-top: 24px;
  }

  .cv .content-box div:first-of-type {
    margin-top: 0;
  }

  .cv h4.title,
  .cv .content-box div.tel-box p.nmbr {
    font-size: 20px;
  }

  .cv .content-box div.tel-box p.nmbr {
    font-size: 26px;
    line-height: 1.5;
  }

  .cv .content-box div.tel-box {
    display: block;
    width: 100%;
    margin: 24px auto 0;
    padding: 16px;
    box-sizing: border-box;
  }

  .cv .content-box div.tel-box p {
    font-size: 16px;
    margin: unset;
  }
}

/* //////////////////////////// */
/* footer */
footer {
  background-color: #163F59;
  color: #fff;
  margin-top: 120px;
  padding: 20px 0;
}

footer ul,
footer .copyright {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

footer .img {
  width: 146px;
}

.link-box,
.sns-box {
  margin-top: 24px;
}

.link-box li:last-of-type {
  margin-top: 4px;
}

footer > ul {
  display: flex;
  justify-content: left;
}

footer > ul > li:last-of-type {
  width: 20%;
  border-right: 1px solid rgb(255, 255, 255, 0.6);
}

footer > ul > li.cv-common {
  width: 82%;
}

footer > ul > li.cv-common > p {
  text-align: center;
  /* font-size: 24px; */
  font-size: calc(20px + 4 * (100vw - 769px)/711);
  font-weight: 700;
}

footer .cv-common ul {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
  text-align: center;
}

footer .cv-common ul li {
  text-align: center;
}

footer .button {
  width: 30%;
}

footer .tel-box {
  width: 38%;
}

.link-box li a {
  color: rgb(255, 255, 255, 0.8);
  font-size: 13px;
}

.link-box li a:hover {
  color: rgb(255, 255, 255, 0.6);
}

.sns-box {
  display: flex;
  justify-content: left;
}

.sns-box li a {
  border-radius: 50px;
  text-align: center;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.sns-box li a:hover {
  opacity: .7;
}

.sns-box li.sns-fb a {
  background-color: #fff;
  color: #1475BC;
  width: 42px;
  height: 42px;
  font-size: 44px;
  margin-right: 16px;
}

.sns-box li.sns-fb a i {
  position: absolute;
  display: block;
  top: -2px;
}

.sns-box li.sns-tw a {
  background-color: #00ABF0;
  color: #fff;
  width: 44px;
  height: 44px;
  font-size: 26px;
}

footer .tel-box {
  display: inline-block;
  width: auto;
  /* font-size: 20px; */
  font-size: calc(14px + 6 * (100vw - 769px)/711);
  font-weight: 700;
}

footer .tel-box p {
  color: #FFF852;
  /* font-size: 32px; */
  font-size: calc(28px + 4 * (100vw - 769px)/711);
  line-height: 1;
}

footer .tel-box div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 2px solid rgb(255, 248, 82, 0.75);
  border-radius: 10px;
  margin-top: 16px;
  padding: 10px 10px 10px 12px;
}

footer .tel-box div p {
  font-weight: normal;
}

footer .tel-box div p:first-of-type {
  width: 70%;
  /* font-size: 15px; */
  font-size: calc(13px + 2 * (100vw - 769px)/711);
  line-height: 1.5;
  padding-right: 8px;
  border-right: 1px solid rgb(255, 248, 82, 0.45);
}

footer .tel-box div p:last-of-type {
  font-size: 13px;
  margin-left: 8px;
}

footer .tel-box .nmbr a {
  color: #FFF852;
  display: block;
}

footer .copyright {
  display: block;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width:767.98px) {
  footer {
    padding: 20px 16px;
  }

  footer > ul,
  footer > ul > li.cv-common ul {
    display: unset;
  }

  footer > ul > li,
  footer > ul > li.cv-common,
  footer > ul > li.cv-common ul li {
    width: 100%;
    text-align: center;
  }

  footer > ul > li.cv-common > p {
    font-size: 18px;
  }

  footer > ul > li:last-of-type {
    width: 100%;
    border-right: unset;
    border-top: 1px solid rgb(255, 255, 255, 0.6);
    margin-top: 20px;
  }

  footer .tel-box {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
  }

  footer .tel-box p {
    font-size: 32px;
  }

  footer .tel-box div {
    display: block;
  }

  footer .tel-box div p:first-of-type {
    width: 100%;
    padding-right: unset;
    padding-bottom: 10px;
    border-right: unset;
    border-bottom: 1px solid rgb(255, 248, 82, 0.45);
  }

  footer .tel-box div p:last-of-type {
    font-size: 15px;
    margin-left: unset;
    margin-top: 12px;
  }

  footer .img {
    width: 174px;
    margin: auto;
    margin-top: 20px;
  }

  .link-box {
    display: flex;
    justify-content: center;
  }

  .link-box li:last-of-type {
    margin-top: 0;
  }

  .link-box li:after {
    content: "|";
    color: #fafafa;
  }

  .link-box li:last-of-type:after {
    content: "";
  }

  .link-box li a {
    padding: 0 8px;
  }

  .sns-box {
    justify-content: center;
  }

  .sns-box li {
    display: flex;
  }

  .sns-box li.sns-fb a {
    width: 52px;
    height: 52px;
    font-size: 54px;
    margin-right: 24px;
  }

  .sns-box li.sns-tw a {
    width: 54px;
    height: 54px;
    font-size: 28px;
  }
}


/* //////////////////////////// */
/* #contactContent */
#contactContent .head {
  padding-top: 14px;
  padding-bottom: 14px;
  align-items: center;
}

#contactContent .head h2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

#contactContent .head .tel-box p.nmbr a {
  font-size: 20px;
}

#contactContent .head .tel-box p.nmbr span {
  font-size: 14px;
}

.breadcrumb {
  width: 100%;
  max-width: 1080px;
  margin: 10px auto 0;
  font-size: 13px;
  color: #00ABF0;
  background-color: transparent;
}

#contactContent section:first-of-type {
  margin-top: 40px;
}

#contactContent footer,
article footer {
  background: #fff;
  color: #607d8b;
  margin-top: 120px;
  border-top: 1px solid rgb(20, 117, 188, 0.15);
}

#contactContent footer .copyright,
article footer .copyright {
  margin-top: unset;
}

@media screen and (max-width:767.98px) {
  #contactContent .head .tel-box .nmbr a .fa-phone-alt {
    font-size: 18px;
  }

  #contactContent .head .tel-box p.nmbr a {
    font-size: 16px;
  }
  #contactContent footer {
    margin-top: 100px;
  }
}


/* //////////////////////////// */
/* .formContent */
.formContent {
  width: 100%;
  max-width: 568px;
  margin: 0 auto;
}

.form-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(20, 117, 188, 0.15);
}

.form-box dt {
  display: flex;
  width: 40%;
  margin-right: 2%;
  color: #1475BC;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}

.form-box dt span {
  display: inline-table;
  background-color: rgb(248, 59, 149, 0.9);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-right: 14px;
  padding: 2px 8px;
}

.form-box dt.span span {
  background-color: unset;
  width: 45px;
}

.form-box dd {
  width: 58%;
}

.form-box dd.check-list {
  display: flex;
  justify-content: left;
  margin-bottom: 10px;
}

.form-box dd.check-list label {
  min-width: 120px;
  cursor: pointer;
}

.form-box dd.check-list label input[type="radio"] {
  display: none;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-right: 10px;
}

.form-box dd.check-list label input[type="radio"]::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -9px;
  top: 50%;
  left: -4px;
  background-color: #f2f2f2;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
}

.form-box dd.check-list label input[type="radio"]:checked::before {
  background-color: #00ABF0;
  border: unset;
}

.form-box dd.check-list label input[type="radio"]:checked::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 14px;
  height: 8px;
  margin-top: -5px;
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.form-box dd.check-list input {
  width: unset;
  margin-right: 16px;
}

.form-box dd input,
textarea {
  width: 100%;
  font-size: 14px;
  line-height: 1.3;
  background-color: rgb(242, 242, 242, 0.7);
  border: 1px solid #C4C4C4;
  border-radius: 6px;
  padding: 16px;
  box-sizing: border-box;
}

.submit-btn {
  width: 58%;
  color: #fff;
  font-size: 20px;
  letter-spacing: .2rem;
  font-weight: 700;
  background-color: #00ABF0;
  border-radius: 6px;
  border: none;
  box-shadow: none;
  padding: 16px 0;
  margin-top: 62px;
  margin-left: 42%;
}

@media screen and (max-width:767.98px) {
  .form-box {
    display: block;
    margin-top: 16px;
    padding-bottom: 10px;
  }

  .form-box dt {
    width: 100%;
    margin-right: unset;
  }

  .form-box dt.span span {
    display: none;
  }

  .form-box dd {
    width: 100%;
    margin-top: 10px;
  }

  .form-box dd.check-list {
    display: unset;
  }

  .form-box dd.check-list label {
    display: block;
    width: 100%;
    padding: 16px;
    margin-top: 10px;
    border: 2px solid #C4C4C4;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .submit-btn {
    width: 100%;
    font-size: 16px;
    margin-top: 32px;
    margin-left: unset;
  }
}

/* //////////////////////////// */
/* confirmation.php / mail.php */
.confirmation {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.confirmation h2 {
  color: #1475BC;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.confirmation table {
  margin: 0 auto;
}

.confirmation th {
  color: #1475BC;
  width: 32%;
  text-align: right;
}

.confirmation td {
  width: 66%;
  padding: 4px 16px;
}

.confirmation .form_link {
  color: #00ABF0;
  margin-top: 80px;
  text-align: center;
}

.confirmation button.submit-btn {
  display: block;
  margin: 30px auto;
}

@media screen and (max-width:767.98px) {
  .confirmation tr {
    display: grid;
    width: 100%;
  }
  .confirmation th {
    width: 100%;
    text-align: left;
  }

  .confirmation td {
    width: 100%;
    padding: unset;
  }

}
