@charset "UTF-8";
* {
  min-height: 0%;
}

html {
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.6667vw;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  a:hover {
    -webkit-transition: 0.3s;
    opacity: 0.7;
    transition: 0.3s;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 0%;
}

#icj-header {
  position: fixed;
}

.sarapoka-wrap {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

.section-inner {
  margin: auto;
  max-width: 960px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 1.5rem;
  }
}

.wrap {
  margin: auto;
  max-width: 1440px;
}

.color-blue01 {
  color: #04ACE5;
}

.color-blue02 {
  color: #17489A;
}

.color-orange {
  color: #FF9933;
}

.yellow-border {
  position: relative;
  z-index: 1;
}

.yellow-border::after {
  -webkit-transform: translate(-50%, -50%);
  background: #FFFF00;
  content: "";
  display: block;
  height: 13px;
  left: 50%;
  position: absolute;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 99%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .yellow-border::after {
    height: 0.8rem;
    top: 54%;
  }
}

.yellow-border-02::after {
  top: 60%;
}

@media screen and (max-width: 768px) {
  .yellow-border-02::after {
    height: 1.2rem;
  }
}

.gray-border {
  position: relative;
  z-index: 1;
}

.gray-border::after {
  -webkit-transform: translate(-50%, -50%);
  background: rgba(23, 72, 154, 0.16);
  content: "";
  display: block;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .gray-border::after {
    height: 1.5rem;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/*mv
*************************************************************************/
.mv {
  background: url("/technology/comfortable/sarapoka/img/mv.jpg") no-repeat center center/cover;
  padding-top: 66.67%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .mv {
    background: url("/technology/comfortable/sarapoka/img/mv_sp.jpg") no-repeat center center/cover;
    padding-top: 157.3%;
  }
}

.mv-img {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 47.2%;
}

@media screen and (max-width: 768px) {
  .mv-img {
    display: none;
  }
}

.scroll {
  color: #17489A;
  display: none;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 2.0rem;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .scroll {
    display: block;
  }
}

.scroll span {
  -webkit-animation: sdb 2s infinite;
  -webkit-transform: rotate(-45deg);
  animation: sdb 2s infinite;
  border-bottom: 0.1rem solid #17489A;
  border-left: 0.1rem solid #17489A;
  height: 1.2rem;
  left: 50%;
  margin-left: -0.6rem;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  width: 1.2rem;
}

.scroll span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  top: 1.2rem;
}

.scroll span:nth-child(2) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
  top: 2rem;
}

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*section01
*************************************************************************/
.section01 {
  background: url("/technology/comfortable/sarapoka/img/bg_section01.png") no-repeat right bottom;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .section01 {
    background: url("/technology/comfortable/sarapoka/img/bg_section01_sp.png") no-repeat right bottom;
    padding: 7rem 0 5rem;
  }
}

.section01-ttl {
  text-align: center;
}

.section01-img {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .section01-img {
    margin-top: 2rem;
  }
}

/*section02
*************************************************************************/
.section02 {
  background: url("/technology/comfortable/sarapoka/img/bg_section02.png") no-repeat center center/100% 100%;
  padding: 70px 0 100px;
}

@media screen and (max-width: 768px) {
  .section02 {
    padding: 4rem 0 6rem;
  }
}

.section02-ttl {
  text-align: center;
}

.section02-ttl img {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section02-ttl img {
    width: 80%;
  }
}

.section02-block {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding: 45px 80px;
}

@media screen and (max-width: 960px) {
  .section02-block {
    padding: 45px 0;
  }
}

@media screen and (max-width: 768px) {
  .section02-block {
    padding: 3rem 1.5rem;
  }
}

.section02-box {
  text-align: center;
  width: calc(100%/3 - 20px);
}

.section02-box:nth-child(n + 4) {
  margin-top: 45px;
}

@media screen and (max-width: 768px) {
  .section02-box {
    width: calc(100%/2 - 1rem);
  }
  .section02-box:nth-child(n + 3) {
    margin-top: 2rem;
  }
  .section02-box:nth-child(5) .section02-box-ttl {
    width: 105%;
  }
}

.section02-box-ttl {
  color: #04ACE5;
  font-size: 18px;
  line-height: 1.7;
}

.section02-box-ttl::after {
  background: url("/technology/comfortable/sarapoka/img/ico_section02.png") no-repeat center center/cover;
  content: "";
  display: block;
  height: 20px;
  margin: 10px auto 5px;
  width: 207px;
}

@media screen and (max-width: 768px) {
  .section02-box-ttl {
    font-size: 1.2rem;
    letter-spacing: -0.02em;
  }
  .section02-box-ttl::after {
    height: 1.5rem;
    margin: 1rem auto .5rem;
    width: 13.6rem;
  }
}

/*section03
*************************************************************************/
.section03 {
  background: url("/technology/comfortable/sarapoka/img/bg_section03.png") no-repeat top center;
  margin-top: -30px;
  padding: 130px 0 120px;
}

@media screen and (max-width: 768px) {
  .section03 {
    background: transparent;
    margin-top: 0;
    padding: 5rem 0;
  }
}

.section03-ttl-wrap {
  margin: auto;
  padding: 0 0 50px;
  position: relative;
  width: 631px;
}

@media screen and (max-width: 768px) {
  .section03-ttl-wrap {
    padding-bottom: 0;
    width: auto;
  }
}

.section03-ttl {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section03-ttl img {
    margin: auto;
    width: 90%;
  }
}

.section03-caption {
  bottom: 0;
  color: #17489A;
  font-size: 13px;
  line-height: 1.54;
  position: absolute;
  right: -36px;
}

@media screen and (max-width: 768px) {
  .section03-caption {
    bottom: auto;
    font-size: 1.3rem;
    margin-top: 2.5rem;
    padding-left: 1em;
    position: relative;
    right: auto;
    text-indent: -1em;
  }
}

.section03-block01-ttl {
  border: 2px solid #04ACE5;
  border-radius: 8px;
  color: #04ACE5;
  font-size: 24px;
  margin-top: 40px;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section03-block01-ttl {
    font-size: 2.2rem;
    line-height: 1.55;
    margin-top: 3rem;
    padding: 1rem 0;
  }
}

.section03-block01-box {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .section03-block01-box {
    margin-top: 3rem;
  }
}

.section03-block01-box-list {
  position: relative;
  width: calc( 100% / 3 - 30px);
}

@media screen and (max-width: 768px) {
  .section03-block01-box-list {
    margin-top: 3rem;
    width: 100%;
  }
}

.section03-block01-box-list::after {
  background: url("/technology/comfortable/sarapoka/img/bg_dotted.png") no-repeat center center/cover;
  content: "";
  display: block;
  height: 420px;
  position: absolute;
  right: -21px;
  top: 0;
  width: 4px;
}

@media screen and (max-width: 768px) {
  .section03-block01-box-list::after {
    background: url("/technology/comfortable/sarapoka/img/bg_dotted_sp.png") no-repeat center center/cover;
    height: 0.4rem;
    right: 0;
    top: -2rem;
    width: 100%;
  }
}

.section03-block01-box-list:nth-child(3)::after {
  display: none;
}

@media screen and (max-width: 768px) {
  .section03-block01-box-list:nth-child(3)::after {
    display: block;
  }
}

.section03-block01-box-img {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .section03-block01-box-img {
    margin-top: 1rem;
    width: 100%;
  }
}

.section03-block01-box-subttl {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.45;
  margin-top: 15px;
}

@media screen and (max-width: 960px) {
  .section03-block01-box-subttl {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .section03-block01-box-subttl {
    font-size: 1.9rem;
    margin-top: 1rem;
  }
}

.section03-block01-box-txt {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .section03-block01-box-txt {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

.section03-block02 {
  border: 2px solid #17489A;
  border-radius: 8px;
  margin-top: 90px;
  padding: 0 50px 50px;
}

@media screen and (max-width: 960px) {
  .section03-block02 {
    padding: 0 15px 50px;
  }
}

@media screen and (max-width: 768px) {
  .section03-block02 {
    margin-top: 7rem;
    padding: 0 1.5rem 1.5rem;
  }
}

.section03-block02-ttl {
  margin-top: -55px;
  text-align: center;
}

.section03-block02-ttl img {
  margin: auto;
}

.section03-block02-subttl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section03-block02-subttl {
    font-size: 2.4rem;
    text-align: left;
  }
}

.section03-block02-subttl .text-big {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .section03-block02-subttl .text-big {
    font-size: 2.8rem;
  }
}

.section03-block02-subttl .text-small {
  font-size: 12px;
  vertical-align: super;
}

.section03-block02-box {
  -ms-flex-align: start;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .section03-block02-box {
    margin-top: 1.5rem;
  }
}

.section03-block02-box-ttl {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .section03-block02-box-ttl {
    width: 100%;
  }
}

.section03-block02-box-img {
  height: auto;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .section03-block02-box-img {
    width: 100%;
  }
}

.section03-block02-box-txtarea {
  padding-left: 30px;
  width: 60%;
}

@media screen and (max-width: 960px) {
  .section03-block02-box-txtarea {
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .section03-block02-box-txtarea {
    margin-top: 1.2rem;
    padding-left: 0;
    width: 100%;
  }
}

.section03-block02-box-txt {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background: #F1F4F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding: 15px;
}

@media screen and (max-width: 960px) {
  .section03-block02-box-txt {
    font-size: 14px;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .section03-block02-box-txt {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
}

.section03-block02-box-txt img {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .section03-block02-box-txt img {
    margin-right: 1.2rem;
  }
}

.section03-block02-box-txt:nth-child(2) {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .section03-block02-box-txt:nth-child(2) {
    margin-top: 1.2rem;
  }
}

.section03-block02-box-caption {
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .section03-block02-box-caption {
    font-size: 1.3rem;
    margin-top: 1rem;
  }
}

.section03-block02-movie {
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .section03-block02-movie {
    margin-top: 3.4rem;
  }
}

.section03-block02-movie-ttl {
  background: #17489A;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section03-block02-movie-ttl {
    -ms-flex-align: center;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    justify-content: flex-start;
    padding: 1rem 1.5rem;
    text-align: left;
  }
}

.section03-block02-movie-ttl img {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .section03-block02-movie-ttl img {
    margin-right: 1rem;
    width: 14%;
  }
}

.section03-block02-movie-img {
  display: block;
}

.section03-block02-movie-img img {
  width: 100%;
}

/*modal*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modal video {
  width: 100%;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}

@media screen and (max-width: 768px) {
  .modal__content {
    width: 90%;
  }
}

.modal__close {
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 30px;
}

/*modal*/
/*section04
*************************************************************************/
.section04 {
  background: url("/technology/comfortable/sarapoka/img/bg_section04.png") no-repeat top center/100% 100%;
  padding: 120px 0 110px;
}

@media screen and (max-width: 768px) {
  .section04 {
    padding: 5rem 0;
  }
}

.section04-ttl {
  text-align: center;
}

.section04-ttl img {
  margin: auto;
}

.section04-block01-list {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .section04-block01-list {
    margin-top: 2rem;
  }
}

.section04-block01-box {
  width: calc( 50% - 25px);
}

@media screen and (max-width: 768px) {
  .section04-block01-box {
    margin-top: 2rem;
    width: 100%;
  }
}

.section04-block01-box-txt {
  color: #FF9933;
  display: block;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section04-block01-box-txt {
    font-size: 1.8rem;
  }
}

.section04-block01-box-img {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .section04-block01-box-img {
    margin-top: 1.3rem;
    width: 100%;
  }
}

.section04-block01-txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section04-block01-txt {
    font-size: 1.6rem;
    margin-top: 4rem;
    text-align: left;
  }
}

.section04-block02 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .section04-block02 {
    margin-top: 5rem;
  }
}

.section04-block02-ttl {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 34px;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section04-block02-ttl {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    font-size: 2.2rem;
    justify-content: flex-start;
    line-height: 1.45;
    text-align: left;
  }
}

.section04-block02-ttl img {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .section04-block02-ttl img {
    margin-right: 1.5rem;
    width: 30%;
  }
}

.section04-block02-box {
  background: #FFF0E0;
  margin-top: -30px;
  padding: 60px 25px 30px;
}

@media screen and (max-width: 960px) {
  .section04-block02-box {
    padding: 60px 10px 30px;
  }
}

@media screen and (max-width: 768px) {
  .section04-block02-box {
    margin-top: -2rem;
    padding: 4rem 2.5rem 3rem;
  }
}

.section04-block02-box-lists {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section04-block02-box-list {
  text-align: center;
  width: calc( 100% / 3 - 12px);
}

@media screen and (max-width: 768px) {
  .section04-block02-box-list {
    margin-top: 2rem;
    width: 100%;
  }
}

.section04-block02-box-ttl {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #FF87B4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .section04-block02-box-ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .section04-block02-box-ttl {
    font-size: 2rem;
  }
}

.section04-block02-box-ttl img {
  margin-right: 15px;
  padding-left: 10px;
}

@media screen and (max-width: 960px) {
  .section04-block02-box-ttl img {
    margin-right: 7px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .section04-block02-box-ttl img {
    margin-right: 1.0rem;
    padding-left: 0;
    width: 15.6%;
  }
}

.section04-block02-box-img {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .section04-block02-box-img {
    margin-top: 1.4rem;
  }
}

.section04-block02-txt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section04-block02-txt {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-top: 3rem;
    text-align: left;
  }
}

.section04-link {
  -webkit-box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  border: 2px solid #FF9933;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2);
  color: #333;
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin: 80px auto 0;
  padding: 25px 0 25px 110px;
  position: relative;
  width: 674px;
}

@media screen and (max-width: 768px) {
  .section04-link {
    font-size: 2.2rem;
    line-height: 1.23;
    margin-top: 5rem;
    padding: 1rem 0 1rem 9rem;
    width: 100%;
  }
}

.section04-link::before {
  background: url("/technology/comfortable/sarapoka/img/ico_section04.png") no-repeat center center/cover;
  content: "";
  display: block;
  height: 57px;
  left: 24px;
  position: absolute;
  top: 20px;
  width: 57px;
}

@media screen and (max-width: 768px) {
  .section04-link::before {
    height: 5.6rem;
    left: 2rem;
    top: 2.6rem;
    width: 5.6rem;
  }
}

.section04-link::after {
  background: url("/technology/comfortable/sarapoka/img/ico_arrow01.png") no-repeat center center/cover;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 24px;
  top: 42px;
  width: 52px;
}

@media screen and (max-width: 768px) {
  .section04-link::after {
    height: 1.6rem;
    right: 2.4rem;
    top: 4.2rem;
    width: 4.9rem;
  }
}

.section04-link .text-big {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .section04-link .text-big {
    font-size: 2.6rem;
  }
}

/*section05
*************************************************************************/
.section05-ttl {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .section05-ttl {
    margin-top: 3rem;
  }
}

.section05-txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section05-txt {
    font-size: 1.8rem;
    margin-top: 3rem;
    text-align: left;
  }
}

.section05-txt .text-big {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .section05-txt .text-big {
    font-size: 3.0rem;
  }
}

/*section06
*************************************************************************/
.section06 {
  background: url("/technology/comfortable/sarapoka/img/bg_section06.png") no-repeat center center/100% 100%;
  padding: 180px 0 110px;
}

@media screen and (max-width: 768px) {
  .section06 {
    background: url("/technology/comfortable/sarapoka/img/bg_section06_sp.png") no-repeat center center/100% 100%;
    margin-top: -6rem;
    padding: 14rem 0 3rem;
  }
}

.section06-ttl {
  background: url("/technology/comfortable/sarapoka/img/bg_section06_ttl.png") no-repeat center center;
  color: #fff;
  font-size: 37px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section06-ttl {
    background: url("/technology/comfortable/sarapoka/img/bg_section06_ttl_sp.png") no-repeat center bottom/contain;
    font-size: 3.0rem;
  }
}

.section06-txt {
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section06-txt {
    font-size: 1.6rem;
    margin-top: 3rem;
    text-align: left;
  }
}

.section06-lead {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section06-lead {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
}

.section06-links {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .section06-links {
    margin-top: 3rem;
  }
}

.section06-link {
  -webkit-box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2);
  color: #17489A;
  font-size: 24px;
  font-weight: bold;
  padding-left: 100px;
  position: relative;
  width: calc( 50% - 20px);
}

.section06-link::after {
  background: url("/technology/comfortable/sarapoka/img/ico_arrow02.png") no-repeat center center/cover;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 25px;
  top: 40px;
  width: 52px;
}

.section06-link {
  padding: 31px 0 31px 100px;
}

.section06-link:nth-child(1)::before {
  background: url("/technology/comfortable/sarapoka/img/ico_home.png") no-repeat center center/cover;
  content: "";
  display: block;
  height: 46px;
  left: 30px;
  position: absolute;
  top: 28px;
  width: 47px;
}



.section06-link:nth-child(2)::before {
  background: url("/technology/comfortable/sarapoka/img/ico_form.png") no-repeat center center/cover;
  content: "";
  display: block;
  height: 45px;
  left: 30px;
  position: absolute;
  top: 28px;
  width: 45px;
}

@media screen and (max-width: 768px) {
  .section06-link {
    font-size: 1.6rem;
    width: 100%;
  }
  .section06-link::after {
    height: 1.5rem;
    right: 1.5rem;
    top: 3.4rem;
    width: 4.7rem;
  }
  .section06-link:nth-child(1) {
    padding: 3.1rem 0 3.1rem 8rem;
  }
  .section06-link:nth-child(1)::before {
    height: 4.6rem;
    left: 1.5rem;
    top: 2rem;
    width: 4.7rem;
  }
  .section06-link:nth-child(2) {
    margin-top: 2rem;
    padding: 3rem 0 3rem 8rem;
  }
  .section06-link:nth-child(2)::before {
    height: 4.5rem;
    left: 2rem;
    top: 2rem;
    width: 4.5rem;
  }
}

.section06-notes {
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section06-notes {
    margin-top: 3rem;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
  }
}