/*
* title contents common setting start
*/
.title-contents {
  /*background-image: url(../image/caontents-title-bg.svg);*/
  background-position-y: bottom;
  background-repeat: repeat-x;
  /* TAB setting start */
  /* SP setting start */
}
.title-contents .inner-box {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}
.title-contents .inner-box .title-area, .title-contents .inner-box .title-text {
  position: relative;
  z-index: 100;
}
.title-contents .inner-box .title-area {
  padding: 60px 0;
}
.title-contents .inner-box .title-area h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 60px;
}
.title-contents .inner-box .title-area h2 .sp {
  display: block;
}
.title-contents .inner-box .title-area h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  padding-bottom: 20px;
  /*color: color.$sky-blue;
  background-image: url(../image/contets-title-bar.svg);*/
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: left;
}
.title-contents .inner-box .title-text {
  width: 800px;
  background-color: white;
  border-radius: 30px;
  padding: 30px;
}
.title-contents .inner-box .title-text p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.title-contents .inner-box .image-area {
  position: absolute;
  right: 0;
  top: 0;
  height: 400px;
  z-index: 50;
}
.title-contents .inner-box .image-area img {
  width: 100%;
}
.title-contents .inner-box .pc {
  display: block;
}
.title-contents .inner-box .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .title-contents {
    padding: 4%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box {
    width: 100%;
    padding: 0;
  }
  .title-contents .inner-box .title-area {
    padding: 30px 0;
    display: table;
    width: 100%;
  }
  .title-contents .inner-box .title-area h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .title-contents .inner-box .title-area h3 {
    font-size: 18px;
    padding-bottom: 20px;
    display: table-header-group;
    background-image: unset !important;
    height: 30px;
  }
  .title-contents .inner-box .title-text {
    width: 80%;
    padding: 3%;
  }
  .title-contents .inner-box .title-text p {
    font-size: 16px;
  }
  .title-contents .inner-box .image-area {
    width: 64%;
  }
}
@media screen and (max-width: 768px) {
  .title-contents {
    padding: 4% 0;
    padding-bottom: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box .title-area {
    width: 100%;
    text-align: center;
    display: table;
  }
  .title-contents .inner-box .title-area h2 {
    display: table-footer-group;
  }
  .title-contents .inner-box .title-area h2 .sp {
    display: none;
  }
  .title-contents .inner-box .title-text {
    width: 92%;
    margin: 0 4%;
    /*margin-top: 130px;*/
    padding: 6% 4%;
  }
  .title-contents .inner-box .title-text-bg {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  .title-contents .inner-box .image-area {
    width: 100%;
    height: unset;
    top: unset;
  }
  .title-contents .inner-box .image-area img {
    width: 100%;
  }
  .title-contents .inner-box .pc {
    display: none;
  }
  .title-contents .inner-box .sp {
    display: block;
  }
} /*
* title contents each setting start
*/
.title-contents .inner-box {
  padding-bottom: 0;
}
.title-contents .inner-box .title-area {
  text-align: center;
}
.title-contents .inner-box .title-area h2 {
  line-height: 52px;
}
.title-contents .inner-box .title-area h3 {
  color: #2DB0E3;
  background-image: url(../image/contets-title-bar.svg);
  background-position-x: center;
}
.title-contents .inner-box .title-area p {
  font-size: 21px;
  line-height: 28px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .title-contents {
    width: 100%;
    padding: 0% 4%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .title-area h3 {
    font-size: 18px;
    line-height: 46px;
    background-image: unset !important;
    padding-bottom: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .title-contents {
    padding: 20px 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box .title-area .pc {
    display: none;
  }
  .title-contents .inner-box .title-area br {
    display: block;
  }
  .title-contents .inner-box .title-area h2 {
    line-height: 42px;
  }
  .title-contents .inner-box-inside {
    width: 100%;
    padding: 0 2%;
    margin: 0 auto;
  }
}

/*
* contents each setting start
*/
.contents {
  background-color: #F9F8F4;
  padding: 40px;
  padding-bottom: 0;
}
.contents .inner-box {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 40px;
}
.contents .inner-box .blog-list {
  width: 70%;
  margin: 0 auto;
}
.contents .inner-box .blog-list .blog-list-box {
  background-color: white;
  padding: 30px;
  border-radius: 30px;
}
.contents .inner-box .blog-list .blog-list-box ol {
  margin-top: 25px;
}
.contents .inner-box .blog-list .blog-list-box ol li {
  margin: 25px 0;
}
.contents .inner-box .blog-list .blog-list-box ol li a {
  display: block;
}
.contents .inner-box .blog-list .blog-list-box ol li a .list-box {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
}
.contents .inner-box .blog-list .blog-list-box ol li a .list-box .thamnail {
  width: 15%;
  height: 50px;
  position: relative;
}
.contents .inner-box .blog-list .blog-list-box ol li a .list-box .thamnail img {
  width: 100%;
  height: auto;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.contents .inner-box .blog-list .blog-list-box ol li a .list-box section {
  width: 75%;
  padding-left: 5%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.contents .inner-box .blog-list .blog-list-box ol li a .list-box section p {
  font-size: 14px;
  color: #E0E0E0;
  display: block;
}
.contents .inner-box .blog-list .blog-list-box ol li a .list-box section h4 {
  margin-top: 10px;
  font-size: 16px;
  color: #101010;
  text-decoration: underline;
  line-height: 21px;
}
.contents .inner-box .blog-list .blog-list-box ol li a .list-box section h4:hover {
  text-decoration: unset;
  display: block;
}
@media screen and (max-width: 1024px) {
  .contents {
    padding: 4%;
    padding-bottom: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .contents .inner-box {
    width: 100%;
  }
  .contents .inner-box .blog-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 4%;
    padding-bottom: 10px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .contents .inner-box {
    width: 100%;
    display: table;
  }
  .contents .inner-box .blog-list {
    width: 100%;
  }
  .contents .inner-box .blog-list .blog-list-box ol li a .list-box {
    padding-bottom: 10px;
  }
  .contents .inner-box .blog-list .blog-list-box ol li a .list-box .thamnail {
    width: 30%;
  }
}

.pagenation {
  background-color: #E6EEF2;
}
.pagenation ul {
  max-width: 380px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.pagenation ul li {
  flex: 1;
  text-align: center;
  display: grid;
  margin-bottom: 80px;
}
.pagenation ul li a {
  background-color: white;
  border: solid 1px #2DB0E3;
  color: #2DB0E3;
  padding: 10px 0;
}
.pagenation ul .active {
  background-color: #2DB0E3;
  color: white;
  padding: 10px 0;
}
.pagenation ul span.page-numbers.dots {
  background-color: white;
  border: solid 1px #2DB0E3;
  color: #2DB0E3;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .pagenation {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .pagenation ul {
    width: 80%;
  }
  .pagenation ul li {
    margin-bottom: 40px;
  }
}

/*
* progress setting
*/
.p-progress {
  background-color: #d1e8eb;
}

/*
* Voice setting
*/
.p-voice {
  background-color: #F9F8F4;
}