@charset "UTF-8";
/*========================================================

  インポートファイル

========================================================*/
html {
  width: 100%;
  font-size: 62.5% !important;
  margin-top: 0 !important;
}

body {
  width: 100%;
  font-family: "Base Font",Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  /* "游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif; */
  color: #555;
  font-size: 16px !important;
  font-weight: normal;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .7;
  color: #428BDE;
}

/* @font-face {
  font-family: 'Base Font';
  src: url('../../fonts/NotoSansCJKjp-Thin.otf') format('opentype');
  font-style: Thin;
  font-weight: 100;
}

@font-face {
  font-family: 'Base Font';
  src: url('../../fonts/NotoSansCJKjp-Light.otf') format('opentype');
  font-style: Light;
  font-weight: 200;
}

@font-face {
  font-family: 'Base Font';
  src: url('../../fonts/NotoSansCJKjp-DemiLight.otf') format('opentype');
  font-style: DemiLight;
  font-weight: 300;
} */
@font-face {
  font-family: 'Base Font Regular';
  src: url("../../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
  font-style: Regular;
  font-weight: normal;
}

/* @font-face {
  font-family: 'Base Font';
  src: url('../../fonts/NotoSansCJKjp-Medium.otf') format('opentype');
  font-style: Medium;
  font-weight: 500;
}

@font-face {
  font-family: 'Base Font';
  src: url('../../fonts/NotoSansCJKjp-Bold.otf') format('opentype');
  font-style: Bold;
  font-weight: bold;
}

@font-face {
  font-family: 'Base Font';
  src: url('../../fonts/NotoSansCJKjp-Black.otf') format('opentype');
  font-style: Black;
  font-weight: 700;
} */
/*——————— ▼ 小型PC ———————*/
/*——————— ▼ タブレット ———————*/
/*——————— ▼ スマホ ———————*/
/*——————— ▼ ベースカラー ———————*/
/*——————— ▼ メインカラー ———————*/
/*——————— ▼ サブカラー ———————*/
/*——————— ▼ リンク・アクセントカラー ———————*/
.l-content-wrapper_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 10rem 0;
}

@media only screen and (max-width: 599px) {
  .l-content-wrapper_inner {
    width: 100%;
    padding: 5rem 1rem;
  }
}

.l-content-wrapper_inner.--full {
  width: 100%;
  padding: 0;
}

.c-blog-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 599px) {
  .c-blog-flex {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.c-blog-flex.--archive {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
  .c-blog-flex.--archive {
    width: 100%;
  }
}

.c-blog-flex .c-blog-item {
  width: calc(100%/ 3);
}

@media only screen and (max-width: 599px) {
  .c-blog-flex .c-blog-item {
    width: 100%;
  }
}

.c-blog-flex .c-blog-item.--archive_item {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding: 0 2rem 2rem;
}

@media only screen and (max-width: 599px) {
  .c-blog-flex .c-blog-item.--archive_item {
    width: 100%;
  }
}

.c-blog-flex .c-blog-item.--archive_item + .--archive_item {
  margin-left: 0;
}

.c-blog-flex .c-blog-item + .c-blog-item {
  margin-left: 5rem;
}

@media only screen and (max-width: 599px) {
  .c-blog-flex .c-blog-item + .c-blog-item {
    margin-left: 0;
  }
}

.c-blog-flex .thumbnail {
  padding: 30% 0;
  position: relative;
  border: 1px solid #ccc;
  display: block;
}

.c-blog-flex .thumbnail:hover {
  opacity: 1;
}

.c-blog-flex .thumbnail::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ccc;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

.c-blog-flex .text {
  padding: 2.5rem 0;
}

.c-blog-flex .text .detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  font-size: 16px;
  color: #ccc;
}

@media only screen and (max-width: 599px) {
  .c-blog-flex .text .detail {
    font-size: 14px;
  }
}

.c-blog-flex .text .detail .date {
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

.c-blog-flex .text .detail .category {
  padding-left: 10px;
}

.c-blog-flex .text h3 {
  font-size: 2rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media only screen and (max-width: 599px) {
  .c-blog-flex .text h3 {
    font-size: 16px;
  }
}

.c-blog-flex .text h3.--small {
  font-size: 1.8rem;
}

.l-page-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 599px) {
  .l-page-column {
    display: block;
  }
}

.l-page-column .l-page-column_main {
  width: 70%;
}

@media only screen and (max-width: 599px) {
  .l-page-column .l-page-column_main {
    width: 100%;
  }
}

.l-page-column .l-page-column_side {
  width: 30%;
  padding-left: 5rem;
}

@media only screen and (max-width: 599px) {
  .l-page-column .l-page-column_side {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  .l-sidebar {
    margin-top: 10rem;
  }
}

.l-sidebar dl dt {
  background: #4EB1DF;
  color: #fff;
  font-size: 2.4rem;
  padding: 1.5rem 0;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .l-sidebar dl dt {
    font-size: 20px;
    padding: 2rem 0;
  }
}

.l-sidebar dl dd + dd {
  border-top: 1px solid #ccc;
}

.l-sidebar dl dd .post-box {
  padding: 1.5rem 0;
  font-size: 1.8rem;
}

.l-sidebar dl dd .post-box.--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-sidebar dl dd .post-box h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 599px) {
  .l-sidebar dl dd .post-box h3 {
    font-size: 16px;
  }
}

.l-sidebar dl dd .post-box h3.--flex {
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 18px;
  font-weight: normal;
}

@media only screen and (max-width: 599px) {
  .l-sidebar dl dd .post-box h3.--flex {
    font-size: 16px;
  }
}

.l-sidebar dl dd .post-box .date {
  color: #ccc;
}

@media only screen and (max-width: 599px) {
  .l-sidebar dl dd .post-box .date {
    font-size: 12px;
  }
}

.l-sidebar dl ul li {
  padding: 1.5rem 0;
  font-size: 1.8rem;
}

@media only screen and (max-width: 599px) {
  .l-sidebar dl ul li {
    font-size: 16px;
  }
}

.l-sidebar dl ul li + li {
  border-top: 1px solid #ccc;
}

footer {
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 599px) {
  footer {
    padding-bottom: 52px;
  }
}

footer div.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 599px) {
  footer div.footer-inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

footer div.footer-inner .info {
  padding: 5rem 0;
  width: calc(100% - 75% + 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 599px) {
  footer div.footer-inner .info {
    width: 100%;
  }
}

footer div.footer-inner .info .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}

footer div.footer-inner .info .logo .img-logo {
  width: 117px;
}

@media only screen and (max-width: 599px) {
  footer div.footer-inner .info .logo .img-logo {
    width: 20%;
  }
}

footer div.footer-inner .info .logo .title {
  font-size: 24px;
}

@media only screen and (max-width: 599px) {
  footer div.footer-inner .info .logo .title {
    font-size: 16px;
  }
}

footer div.footer-inner .info .logo .subtitle {
  font-size: 14px;
  display: block;
  margin-top: 1rem;
  font-weight: 500;
}

@media only screen and (max-width: 599px) {
  footer div.footer-inner .info .logo .subtitle {
    font-size: 12px;
    margin-top: .5rem;
  }
}

footer div.footer-inner .info .address {
  font-size: 20px;
  line-height: 1.5;
  margin: 2rem 0;
}

@media only screen and (max-width: 599px) {
  footer div.footer-inner .info .address {
    font-size: 14px;
  }
}

footer div.footer-inner .info .time .large {
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width: 599px) {
  footer div.footer-inner .info .time .large {
    font-size: 14px;
  }
}

footer div.footer-inner .info .time .small {
  font-size: 16px;
}

@media only screen and (max-width: 599px) {
  footer div.footer-inner .info .time .small {
    font-size: 14px;
  }
}

footer div.footer-inner .info .time table {
  width: 100%;
  margin: 1rem 0;
}

footer div.footer-inner .info .time table thead {
  border: solid #ccc;
  border-width: 1px 0;
}

footer div.footer-inner .info .time table th, footer div.footer-inner .info .time table td {
  padding: 1rem .5rem;
  font-size: 14px;
}

footer div.footer-inner .info .time table i {
  font-size: 18px;
  color: #333;
}

footer div.footer-inner .info .contact_tel {
  margin-top: 5rem;
}

@media only screen and (max-width: 599px) {
  footer div.footer-inner .info .contact_tel {
    display: none;
  }
}

footer div.footer-inner .info .contact_tel p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

footer div.footer-inner .info .contact_tel .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #428BDE;
}

footer div.footer-inner .info .contact_tel .tel .icon {
  width: 40px;
  height: 40px;
  border: 2px solid #428BDE;
  border-radius: 50%;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer div.footer-inner .info .contact_tel .tel .icon i {
  font-size: 20px;
}

footer div.footer-inner .info .contact_tel .tel span {
  font-size: 50px;
  font-weight: bold;
}

footer div.footer-inner .map {
  width: calc(100% - 25% - 40px);
}

@media only screen and (max-width: 599px) {
  footer div.footer-inner .map {
    width: 100%;
    height: 300px;
  }
}

footer div.footer-inner .map iframe {
  width: 100%;
  height: 100%;
}

footer .copyright {
  font-size: 12px;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  background: #428BDE;
}

header {
  width: 100%;
  background: #fff;
  border-top: 5px solid #428BDE;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11111;
}

header .inner_block {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100px;
}

@media only screen and (max-width: 599px) {
  header .inner_block {
    width: 100%;
    height: 60px;
    padding: 0 1rem;
  }
}

header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
}

header .logo .img-logo {
  width: 117px;
}

@media only screen and (max-width: 599px) {
  header .logo .img-logo {
    width: 20%;
  }
}

header .logo .title {
  font-size: 24px;
}

@media only screen and (max-width: 599px) {
  header .logo .title {
    font-size: 16px;
  }
}

header .logo .subtitle {
  font-size: 14px;
  display: block;
  margin-top: 1rem;
  font-weight: 500;
}

@media only screen and (max-width: 599px) {
  header .logo .subtitle {
    font-size: 12px;
    margin-top: .5rem;
  }
}

header .nav-wrapper {
  margin-right: 5rem;
}

@media only screen and (max-width: 599px) {
  header .nav-wrapper {
    margin: 0;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: white;
    display: none;
  }
}

header .nav-wrapper .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 599px) {
  header .nav-wrapper .nav {
    display: block;
  }
}

header .nav-wrapper .link a {
  padding: 0 2rem;
}

@media only screen and (max-width: 599px) {
  header .nav-wrapper .link a {
    display: block;
    padding: 2rem;
    text-align: left;
    font-size: 18px;
    border-top: 1px solid #ccc;
  }
}

@media only screen and (max-width: 599px) {
  header .contact_tel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #428BDE;
    padding: 1rem;
  }
}

header .contact_tel p {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media only screen and (max-width: 599px) {
  header .contact_tel p {
    display: none;
  }
}

header .contact_tel .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #428BDE;
}

@media only screen and (max-width: 599px) {
  header .contact_tel .tel {
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

header .contact_tel .tel .icon {
  width: 26px;
  height: 26px;
  border: 2px solid #428BDE;
  border-radius: 50%;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 599px) {
  header .contact_tel .tel .icon {
    border: 2px solid #fff;
  }
}

header .contact_tel .tel .icon i {
  font-size: 11px;
}

header .contact_tel .tel span {
  font-size: 32px;
  font-weight: bold;
}

.blog-content-wrapper .thumbnail {
  padding: 30% 0;
  margin-bottom: 2rem;
}

.blog-content-wrapper .thumbnail img {
  width: 100%;
}

.blog-content-wrapper .blog-title {
  font-size: 3.2rem;
  line-height: 1.7;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 599px) {
  .blog-content-wrapper .blog-title {
    font-size: 26px;
  }
}

.blog-content-wrapper .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ccc;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 599px) {
  .blog-content-wrapper .head {
    font-size: 14px;
  }
}

.blog-content-wrapper .head .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-content-wrapper .head .category .m-icon {
  font-size: 18px;
  margin-right: .5rem;
}

.blog-content-wrapper .content {
  margin-top: 5rem;
}

.blog-content-wrapper .content * {
  margin-bottom: 3rem;
  line-height: 2;
}

.blog-content-wrapper .content h2 {
  font-size: 2.4rem;
  padding: 2rem 2rem 2rem 2rem;
  background: #e7f8ff;
  border-left: 10px solid #428BDE;
}

@media only screen and (max-width: 599px) {
  .blog-content-wrapper .content h2 {
    font-size: 20px;
  }
}

.blog-content-wrapper .content h3 {
  font-size: 2rem;
  padding: 1rem;
  border: solid #555;
  border-width: 2px 0;
}

@media only screen and (max-width: 599px) {
  .blog-content-wrapper .content h3 {
    font-size: 18px;
  }
}

.blog-content-wrapper .content h4 {
  font-size: 1.8rem;
  padding: .5rem 1rem;
  border-left: 5px solid #555;
}

.blog-content-wrapper .content h5 {
  font-size: 1.8rem;
  font-weight: bold;
}

.blog-content-wrapper .content ul {
  color: #428BDE;
  border: dashed 2px #428BDE;
  background: #f1f8ff;
  padding: 2rem 2rem 2rem 4rem;
}

@media only screen and (max-width: 599px) {
  .blog-content-wrapper .content ul {
    padding: 1rem 1rem 1rem 3rem;
  }
}

.blog-content-wrapper .content ul li {
  padding: .5rem 0;
  margin-bottom: 0;
  list-style: decimal;
}

.blog-content-wrapper .content ol {
  border: solid 2px #ccc;
  background: #f9f9f9;
  padding: 2rem 2rem 2rem 4rem;
}

@media only screen and (max-width: 599px) {
  .blog-content-wrapper .content ol {
    padding: 1rem 1rem 1rem 3rem;
  }
}

.blog-content-wrapper .content ol li {
  padding: .5rem 0;
  margin-bottom: 0;
  list-style: disc;
}

.blog-content-wrapper .content a {
  text-decoration: underline;
  color: #4EB1DF;
}

section#content01 {
  background: #e7f8ff;
}

section#content01 .message {
  margin-top: 5rem;
  padding: 0 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 599px) {
  section#content01 .message {
    padding: 0;
    display: block;
  }
}

section#content01 figure {
  width: 30%;
}

@media only screen and (max-width: 599px) {
  section#content01 figure {
    width: 50%;
    margin: 0 auto 2.5rem;
  }
}

section#content01 .message_text-wrapper {
  width: 70%;
  padding-left: 5rem;
}

@media only screen and (max-width: 599px) {
  section#content01 .message_text-wrapper {
    width: 100%;
    padding: 0;
  }
}

section#content01 .message_text-wrapper .message_main-text {
  padding: 2rem;
  background: #fff;
  border-radius: 15px;
  position: relative;
}

@media only screen and (max-width: 599px) {
  section#content01 .message_text-wrapper .message_main-text {
    margin-top: 5rem;
  }
}

section#content01 .message_text-wrapper .message_main-text:before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -40px;
  border-right: 40px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

@media only screen and (max-width: 599px) {
  section#content01 .message_text-wrapper .message_main-text:before {
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-bottom: 40px solid #fff;
    border-left: 20px solid transparent;
    border-top: 0 solid transparent;
    border-right: 20px solid transparent;
  }
}

section#content01 .message_text-wrapper .message_main-text strong {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  display: block;
}

@media only screen and (max-width: 599px) {
  section#content01 .message_text-wrapper .message_main-text strong {
    line-height: 1.5;
    font-size: 20px;
  }
}

section#content01 .message_text-wrapper .message_main-text p {
  font-size: 1.8rem;
  line-height: 1.7;
}

@media only screen and (max-width: 599px) {
  section#content01 .message_text-wrapper .message_main-text p {
    font-size: 16px;
  }
}

section#content02 {
  background: url(../../src/images/index/dot_bg01.png), url(../../src/images/index/dot_bg02.png);
  background-position: -20% -10%, 110% 50%;
  background-repeat: no-repeat,no-repeat;
}

@media only screen and (max-width: 599px) {
  section#content02 {
    background: none;
  }
}

section#content02 .c-flex-block--img {
  margin: 2.5rem 0 4rem;
}

@media only screen and (max-width: 599px) {
  section#content02 .c-flex-block--img {
    text-align: center;
  }
}

section#content02 .c-flex-block--img img {
  margin: 0 2.5rem;
}

@media only screen and (max-width: 599px) {
  section#content02 .c-flex-block--img img {
    width: 70%;
    margin: 2.5rem 0;
  }
}

section#content02 .point {
  border: 1px solid #ccc;
  padding: 3.5rem 2rem 2rem;
  position: relative;
  margin-bottom: 10rem;
}

section#content02 .point .point-title {
  padding: 0 1rem;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -16px;
  left: 30px;
}

section#content02 .point .point-title .icon {
  width: 31px;
  height: 31px;
  background: #FFDD00;
  border-radius: 50%;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section#content02 .point .point-title .icon i {
  font-size: 16px;
  color: #fff;
}

section#content02 .point .point-title span {
  font-size: 18px;
  font-weight: bold;
}

section#content02 .point p {
  line-height: 1.7;
}

section#content02 .yugami-wrapper {
  margin-bottom: 10rem;
}

section#content02 .yugami-wrapper figure {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

section#content02 .yugami-wrapper .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2rem;
  line-height: 1.7;
}

@media only screen and (max-width: 599px) {
  section#content02 .yugami-wrapper .text {
    margin-left: 0;
    margin-top: 2rem;
  }
}

section#content02 .onayami-wrapper {
  margin-top: 5rem;
}

section#content02 .onayami-wrapper .--onayami-row + .--onayami-row {
  margin-top: 5rem;
}

@media only screen and (max-width: 599px) {
  section#content02 .onayami-wrapper .--onayami-row {
    display: block;
  }
}

section#content02 .onayami-wrapper figure {
  width: 10%;
  margin-right: 5rem;
}

@media only screen and (max-width: 599px) {
  section#content02 .onayami-wrapper figure {
    width: 30%;
    margin: 0 auto;
  }
}

section#content02 .onayami-wrapper p {
  width: 80%;
  text-align: center;
  padding: 2rem;
  border: 1px solid #ccc;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  background: #fff;
}

@media only screen and (max-width: 599px) {
  section#content02 .onayami-wrapper p {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
}

section#content02 .onayami-wrapper p:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ccc;
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}

section#content02 .onayami-wrapper .other {
  margin-top: 10rem;
}

section#content02 .onayami-wrapper .other h4 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 5rem;
}

section#content02 .onayami-wrapper .other p {
  margin: 0 auto;
  line-height: 1.5;
}

section#content02 .small {
  margin-top: 5rem;
  font-size: 18px;
  line-height: 1.7;
}

@media only screen and (max-width: 599px) {
  section#content02 .small {
    font-size: 16px;
  }
}

section#content03 {
  background: url(../../src/images/index/dot_bg01.png), url(../../src/images/index/dot_bg02.png);
  background-position: -20% 0%, 110% 80%;
  background-repeat: no-repeat,no-repeat;
}

@media only screen and (max-width: 599px) {
  section#content03 {
    background: none;
  }
}

section#content03 .head-text {
  margin: 5rem 0;
  text-align: center;
}

section#content03 .head-text h4 {
  font-size: 3.6rem;
}

@media only screen and (max-width: 599px) {
  section#content03 .head-text h4 {
    font-size: 28px;
    line-height: 1.8;
  }
}

section#content03 .head-text span {
  display: inline-block;
  font-size: 6rem;
  margin-left: 10px;
  position: relative;
}

@media only screen and (max-width: 599px) {
  section#content03 .head-text span {
    font-size: 42px;
    margin-left: 0;
  }
}

section#content03 .head-text span:before, section#content03 .head-text span:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4EB1DF;
  position: absolute;
  top: -30px;
}

@media only screen and (max-width: 599px) {
  section#content03 .head-text span:before, section#content03 .head-text span:after {
    top: -5px;
  }
}

section#content03 .head-text span:before {
  left: 25px;
}

@media only screen and (max-width: 599px) {
  section#content03 .head-text span:before {
    left: 15px;
  }
}

section#content03 .head-text span:after {
  right: 20px;
}

@media only screen and (max-width: 599px) {
  section#content03 .head-text span:after {
    right: 15px;
  }
}

section#content03 .--flow-row {
  padding: 0 10rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 599px) {
  section#content03 .--flow-row {
    padding: 0;
  }
}

section#content03 .--flow-row + .--flow-row {
  margin-top: 5rem;
}

section#content03 .--flow-row figure {
  width: 20%;
  margin-right: 2.5rem;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  section#content03 .--flow-row figure {
    width: 50%;
    margin: 0 auto 2rem;
  }
}

section#content03 .--flow-row .text {
  width: 80%;
}

@media only screen and (max-width: 599px) {
  section#content03 .--flow-row .text {
    width: 100%;
  }
}

section#content03 .--flow-row .text h5 {
  background: #4EB1DF;
  width: 250px;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 599px) {
  section#content03 .--flow-row .text h5 {
    width: 100%;
  }
}

section#content03 .--flow-row .text p {
  line-height: 1.7;
  font-size: 18px;
}

@media only screen and (max-width: 599px) {
  section#content03 .--flow-row .text p {
    font-size: 16px;
  }
}

section#content03 .download-block {
  margin-top: 10rem;
}

@media only screen and (max-width: 599px) {
  section#content03 .download-block {
    margin-bottom: 2rem;
  }
}

section#content03 .download-block h6 {
  text-align: center;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 599px) {
  section#content03 .download-block h6 {
    margin-bottom: 2rem;
  }
}

section#content03 .download-block h6 span {
  display: inline-block;
  padding: 2rem 5rem;
  border: solid #333;
  border-width: 1px 0;
  font-size: 3rem;
}

@media only screen and (max-width: 599px) {
  section#content03 .download-block h6 span {
    font-size: 20px;
    padding: 2rem 0;
    line-height: 1.5;
    width: 100%;
  }
}

section#content03 .download-block p {
  text-align: center;
  line-height: 1.7;
  font-size: 18px;
}

@media only screen and (max-width: 599px) {
  section#content03 .download-block p {
    font-size: 16px;
    text-align: left;
  }
}

section#content03 .download-block button {
  background: #76ABDF;
  width: 250px;
  border-radius: 100px;
  color: #fff;
  padding: 1rem 0;
  border: none;
  margin: 5rem auto 0;
}

section#content03 .download-block button:hover {
  opacity: .7;
}

section#content03 .download-block button:hover a {
  color: #fff;
}

section#content03 .download-block button a {
  color: #fff;
  margin-right: 1rem;
  font-size: 16px;
}

section#content04 {
  background: #e7f8ff;
}

section#content04 .flow-block {
  width: 900px;
  margin: 0 auto;
  padding: 5rem;
  background: url(../../src/images/index/flow_bg_repeat.png);
  background-repeat: repeat;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 599px) {
  section#content04 .flow-block {
    width: 100%;
    padding: 2rem;
  }
}

@media only screen and (max-width: 599px) {
  section#content04 .flow-block .--flow-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

section#content04 .flow-block .--flow-item.--flow-item {
  margin-top: 2.5rem;
}

section#content04 .flow-block .--flow-item .flow-no {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #4EB1DF;
  border-radius: 10px;
}

@media only screen and (max-width: 599px) {
  section#content04 .flow-block .--flow-item .flow-no {
    width: 50px;
    height: 50px;
  }
}

section#content04 .flow-block .--flow-item .flow-no span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}

section#content04 .flow-block .--flow-item .flow-no span.small {
  font-size: 2.4rem;
}

@media only screen and (max-width: 599px) {
  section#content04 .flow-block .--flow-item .flow-no span.small {
    font-size: 12px;
  }
}

section#content04 .flow-block .--flow-item .flow-no span.large {
  font-size: 4.8rem;
}

@media only screen and (max-width: 599px) {
  section#content04 .flow-block .--flow-item .flow-no span.large {
    font-size: 24px;
  }
}

section#content04 .flow-block .--flow-item p {
  width: 700px;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 2rem;
  line-height: 1.7;
}

@media only screen and (max-width: 599px) {
  section#content04 .flow-block .--flow-item p {
    width: 80%;
    font-size: 14px;
  }
}

section#content05 .voice-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 599px) {
  section#content05 .voice-flex {
    display: block;
  }
}

section#content05 .voice-flex.--right {
  margin-top: 5rem;
}

@media only screen and (max-width: 599px) {
  section#content05 .voice-flex.--right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 599px) {
  section#content05 .voice-flex.--right figure {
    width: 150px;
    height: 150px;
    padding: 2rem;
    margin: 0 auto 2rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

section#content05 .voice-flex.--right figure:before {
  left: auto;
  right: -10px;
  left: auto;
}

section#content05 .voice-flex.--right .text.--right {
  padding-left: 0;
  padding-right: 5rem;
}

@media only screen and (max-width: 599px) {
  section#content05 .voice-flex.--right .text.--right {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

section#content05 .voice-flex.--right .text p.--right:before {
  right: -60px;
  left: auto;
  border-left: 40px solid #e7f8ff;
  border-right: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

section#content05 .voice-flex figure {
  width: 250px;
  height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #428BDE;
  position: relative;
  background: #fff;
}

@media only screen and (max-width: 599px) {
  section#content05 .voice-flex figure {
    width: 150px;
    height: 150px;
    padding: 2rem;
    margin: 0 auto 2rem;
  }
}

section#content05 .voice-flex figure:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #428BDE;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}

section#content05 .voice-flex figure span {
  display: block;
  text-align: center;
  margin-top: 1rem;
}

section#content05 .voice-flex .text {
  width: 700px;
  padding-left: 5rem;
}

@media only screen and (max-width: 599px) {
  section#content05 .voice-flex .text {
    width: 100%;
    padding: 0;
  }
}

section#content05 .voice-flex .text p {
  background: #e7f8ff;
  padding: 2rem;
  font-size: 20px;
  line-height: 1.7;
  border-radius: 15px;
  position: relative;
}

@media only screen and (max-width: 599px) {
  section#content05 .voice-flex .text p {
    font-size: 14px;
  }
}

section#content05 .voice-flex .text p:before {
  content: '';
  position: absolute;
  top: 5rem;
  left: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 40px solid #e7f8ff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

@media only screen and (max-width: 599px) {
  section#content05 .voice-flex .text p:before {
    display: none;
  }
}

section#content06 .tumbnail:hover {
  opacity: 1;
}

section#content06 .archive-link {
  text-align: center;
  margin-top: 5rem;
}

section#content06 .archive-link a {
  display: inline-block;
  padding: 1rem 5rem 1rem 2rem;
  border-bottom: 1px solid #333;
  position: relative;
}

section#content06 .archive-link a:before {
  content: "";
  width: 7px;
  height: 7px;
  border: solid #333;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  margin: auto;
}

section#content07 table {
  margin: 0 auto;
  border-top: 1px solid #ccc;
}

@media only screen and (max-width: 599px) {
  section#content07 table {
    width: 100%;
    border-left: 1px solid #ccc;
  }
}

section#content07 table th {
  padding: 2rem;
  background: #4EB1DF;
  color: #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}

@media only screen and (max-width: 599px) {
  section#content07 table th {
    width: 100%;
    display: block;
  }
}

section#content07 table td {
  padding: 2rem 5rem;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

@media only screen and (max-width: 599px) {
  section#content07 table td {
    width: 100%;
    display: block;
  }
}

section#content07 table td .head {
  padding: 5px 20px;
  border-radius: 50px;
  display: inline-block;
  font-size: 14px;
}

section#content07 table td .head.--normal {
  background: #ccc;
}

section#content07 table td .head.--campaign {
  background: #FFCD06;
  color: #fff;
}

section#content07 table td .price {
  margin-top: 10px;
}

section#content07 table td .price span {
  font-size: 32px;
  font-weight: bold;
}

section#content07 table td .price.--campaign {
  color: #F65107;
}

.c-section-title {
  text-align: center;
  margin-bottom: 10rem;
}

@media only screen and (max-width: 599px) {
  .c-section-title {
    margin-bottom: 5rem;
  }
}

.c-section-title .section-title_text {
  display: inline-block;
  font-size: 32px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 599px) {
  .c-section-title .section-title_text {
    font-size: 24px;
  }
}

.c-section-title .section-title_text:before {
  content: "";
  width: 100%;
  height: 15px;
  background: #9BE6D5;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
}

.c-section-title .section-title_text:after {
  content: "";
  width: 130px;
  height: 130px;
  background: url(../../src/images/common/title_parts.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -65px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

@media only screen and (max-width: 599px) {
  .c-section-title .section-title_text:after {
    width: 80px;
    height: 80px;
    right: -40px;
  }
}

.c-sub-title {
  text-align: center;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 599px) {
  .c-sub-title {
    line-height: 1.5;
  }
}

.c-sub-title span {
  padding: 1rem 3rem;
  border-radius: 100px;
  background: #428BDE;
  display: inline-block;
  font-size: 2rem;
  color: #fff;
}

@media only screen and (max-width: 599px) {
  .c-sub-title span {
    display: block;
    font-size: 16px;
  }
}

.c-head-text {
  font-size: 18px;
  line-height: 2;
}

@media only screen and (max-width: 599px) {
  .c-head-text {
    font-size: 16px;
  }
}

.c-flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 599px) {
  .c-flex-block {
    display: block;
  }
}

.c-message_sub-text {
  text-align: center;
  margin-bottom: 2.5rem;
}

.c-message_sub-text h3 {
  font-size: 2.4rem;
  color: #428BDE;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 599px) {
  .c-message_sub-text h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.c-message_sub-text h3:before, .c-message_sub-text h3:after {
  content: "";
  width: 3px;
  height: 40px;
  background: #428BDE;
  position: absolute;
  bottom: -5px;
}

.c-message_sub-text h3:before {
  left: -25px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.c-message_sub-text h3:after {
  right: -25px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.c-message_sub-text h3 span {
  font-size: 3.6rem;
}

@media only screen and (max-width: 599px) {
  .c-message_sub-text h3 span {
    font-size: 28px;
  }
}

.c-campaign-block figure {
  margin-bottom: 2rem;
}

.c-campaign-block p {
  line-height: 2;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 599px) {
  .c-campaign-block p {
    font-size: 14px;
  }
}

.c-page-title {
  padding: 5rem 0;
  background: #4EB1DF;
}

@media only screen and (max-width: 599px) {
  .c-page-title {
    padding: 2.5rem 1rem;
  }
}

.c-page-title h2 {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .c-page-title h2 {
    font-size: 28px;
  }
}

.c-page-title p {
  margin-top: 2.5rem;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
}

@media only screen and (max-width: 599px) {
  .c-page-title p {
    font-size: 18px;
    line-height: 1.5;
  }
}

.c-back-btn {
  width: 80%;
  margin: 10rem auto 0;
  display: block;
  padding: 2rem 0;
  text-align: center;
  border: 1px solid #555;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-back-btn:hover {
  background: #555;
  color: #fff;
}

.c-pagenate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-pagenate span, .c-pagenate a {
  padding: 1rem 1.5rem !important;
  border: #ccc solid 1px !important;
  border-radius: 3px !important;
  background: none !important;
  color: #ccc !important;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin: 5px !important;
}

.c-pagenate span.current, .c-pagenate a.current {
  border: #428BDE solid 1px !important;
  background: #428BDE !important;
  color: #fff !important;
}

@media only screen and (max-width: 599px) {
  .pc-parts {
    display: none;
  }
}

.sp-parts {
  display: none;
}

@media only screen and (max-width: 599px) {
  .sp-parts {
    display: block;
  }
}

.js-aco-btn {
  width: 30px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  display: none;
}

@media only screen and (max-width: 599px) {
  .js-aco-btn {
    display: block;
  }
}

.js-aco-btn.close span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.js-aco-btn.close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js-aco-btn.close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.js-aco-btn span {
  width: 100%;
  height: 3px;
  background: #555;
  position: absolute;
  left: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.js-aco-btn span:nth-child(1) {
  top: 0;
}

.js-aco-btn span:nth-child(2) {
  bottom: 0;
}

/* .js-inview{
  opacity: 0;
  transform: translateY(5%);
  transition: .7s;

  &.--is-show{
    opacity: 1;
    transform: translate(0%);
  }

} */
