@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yugo-r";
  font-display: swap;
  src: url("../fonts/yugo-r.ttf");
}
@font-face {
  font-family: "yugo-m";
  font-display: swap;
  src: url("../fonts/yugo-m.ttf");
}
@font-face {
  font-family: "yugo-b";
  font-display: swap;
  src: url("../fonts/yugo-b.ttf");
}
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
@font-face {
  font-family: "futura";
  src: url("../fonts/Futura Oblique.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yugo-r";
  font-display: swap;
  src: url("../fonts/yugo-r.ttf");
}
@font-face {
  font-family: "yugo-m";
  font-display: swap;
  src: url("../fonts/yugo-m.ttf");
}
@font-face {
  font-family: "yugo-b";
  font-display: swap;
  src: url("../fonts/yugo-b.ttf");
}
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
@font-face {
  font-family: "futura";
  src: url("../fonts/Futura Oblique.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================

  main layout  all

========================================= */
/*	cmn parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.pre {
  white-space: pre-line;
}

.no-sb {
  margin: 50px auto 0;
}

.cmn-txt-box p:nth-of-type(n+2) {
  margin-top: 30px;
}

.case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
.case-item {
  width: 100%;
  max-width: 527px;
  -webkit-box-shadow: 0px 0px 22.32px 1.68px rgba(125, 125, 125, 0.14);
          box-shadow: 0px 0px 22.32px 1.68px rgba(125, 125, 125, 0.14);
}
@media screen and (min-width: 768px) {
  .case-item:nth-of-type(n+3) {
    margin-top: 27px;
  }
}
.case-link {
  display: block;
}
.case-box {
  padding: 22px 17px 30px;
  background-color: rgb(255, 255, 255);
}
.case-ttl {
  padding: 11px;
  border-radius: 10px 10px 0 0;
  background-color: #52b6e6;
  text-align: center;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .case-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.case-ba {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(../img/top/works-arrow.png) no-repeat 84px calc(100% - 32px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.case-ba-txt {
  margin-top: 9px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #26a5e4;
}
@media screen and (max-width: 767px) {
  .case-ba-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.case-b {
  width: 36.5%;
  max-width: 180px;
}
.case-figure {
  width: 100%;
  height: 0;
  padding-top: 131.67%;
  position: relative;
}
.case-a {
  width: 100%;
  max-width: 286px;
}
.case-a-figure {
  width: 100%;
  height: 0;
  padding-top: 134.965%;
  position: relative;
}
.case-a-txt {
  padding-left: 22px;
  background: url(../img/top/kira.png) no-repeat left center;
}
.case-table {
  width: 100%;
  margin: 32px auto 0;
}
.case-table tr:first-of-type th {
  border-radius: 9px 0 0 0;
}
.case-table tr:first-of-type td {
  border-radius: 0 9px 0 0;
}
.case-table tr:last-of-type th {
  border-radius: 0 0 0 9px;
}
.case-table tr:last-of-type td {
  border-radius: 0 0 9px 0;
}
.case-table tr:nth-of-type(n+2) th {
  border-top: 1px solid #ffffff;
}
.case-table tr:nth-of-type(n+2) td {
  border-top: 1px solid #d2d2d2;
}
.case-table th, .case-table td {
  padding: 25px 0;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .case-table th, .case-table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.case-table th {
  width: 94px;
  background-color: #52b6e6;
  text-align: center;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  color: #fff;
}
.case-table td {
  padding-left: 30px;
  background-color: #f4fbff;
  font-family: "yugo-m", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  color: #2f2f2f;
}
@media screen and (max-width: 767px) {
  .case-table td {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  .case-table td {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}

.blog-list {
  margin: 33px auto 0;
  border-top: 1px solid #26a5e4;
}
.blog-item {
  border-bottom: 1px solid #dcdcdc;
}
.blog-link {
  display: block;
  padding: 28px 0 21px;
  background: url(../img/top/blog-arrow.png) no-repeat right center;
}
.blog-time {
  margin-top: 5px;
  margin-right: 20px;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #26a5e4;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .blog-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.blog-tag {
  display: inline-block;
  max-width: 88%;
  margin: 0 10px 12px 0;
  text-align: center;
  padding: 4px 9px;
  border-radius: 7px;
  background-color: #26a5e4;
  font-family: "yugo-m", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blog-tag {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  .blog-tag {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .blog-tag {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.blog-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.blog-ttl {
  width: 100%;
  max-width: 980px;
  font-family: "yugo-m", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #2f2f2f;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .blog-ttl {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  .blog-ttl {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .blog-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.cmn-list {
  width: 100%;
  max-width: 630px;
  margin: 44px auto 0;
  border-radius: 10px;
  border: 1px solid #52b6e6;
  border-radius: 9px;
  overflow: hidden;
}
.cmn-list .cmn-list-item:nth-of-type(1) p:nth-of-type(2) {
  border-left: 1px solid #ffffff;
}
.cmn-list .cmn-list-item:nth-of-type(n+2) p:nth-of-type(2) {
  border-left: 1px solid #d2d2d2;
}
.cmn-list .cmn-list-item:nth-of-type(2n) {
  background-color: #f4fbff;
}
.cmn-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.cmn-list-item p:nth-of-type(1) {
  width: 230px;
}
.cmn-list-item p:nth-of-type(2) {
  width: 398px;
}
.cmn-list-th, .cmn-list-td {
  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;
}
.cmn-list-th {
  padding: 20px;
  font-family: "yugo-m", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #2f2f2f;
}
@media screen and (max-width: 767px) {
  .cmn-list-th {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  .cmn-list-th {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .cmn-list-th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.cmn-list-ttl {
  padding: 28px;
  background-color: #52b6e6;
  text-align: center;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cmn-list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.cmn-list-price {
  color: #46c03b;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cmn-list-price {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*	sec01  PC
------------------------------------ */
#sec01 .bg {
  background: url(../img/top/sec01-bg.png) no-repeat center bottom/100%;
}
#sec01 .cmn-txt-box {
  margin: 30px auto 0;
}
@media screen and (min-width: 768px) {
  #sec01 .cmn-txt-box {
    text-align: center;
  }
}
#sec01 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#sec01 .list-item {
  width: 100%;
  max-width: 280px;
  text-align: center;
}
#sec01 .list-item:nth-of-type(n+2) {
  margin-left: 53px;
}
#sec01 .list-box {
  width: 100%;
  height: 250px;
  padding-top: 157px;
  border: 2px solid #27a5e3;
  background-color: #ffffff;
  border-radius: 8px;
}
#sec01 .list-box01 {
  padding-top: 136px;
  background: url(../img/top/sec01-ico01.png) no-repeat center 36px;
}
#sec01 .list-box02 {
  background: url(../img/top/sec01-ico02.png) no-repeat center 24px;
}
#sec01 .list-box03 {
  background: url(../img/top/sec01-ico03.png) no-repeat center 42px;
}
#sec01 .list-ttl {
  font-family: "Noto sans Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0;
  color: #26a5e4;
  line-height: 1.619;
}
@media screen and (max-width: 767px) {
  #sec01 .list-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sec01 .list-ttl-lg {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sec01 .list-ttl-lg {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sec01 .list-ttl-lg02 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sec01 .list-ttl-lg02 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sec01 .list-ttl-border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #adf7a7));
  background: -webkit-linear-gradient(transparent 60%, #adf7a7 60%);
  background: linear-gradient(transparent 60%, #adf7a7 60%);
}
#sec01 .cmn-btn-wrap {
  margin: 77px auto 0;
}

/*	sec02  PC
------------------------------------ */
#sec02 .bg {
  background: url(../img/top/sec02-bg.png) no-repeat center/cover;
}
#sec02 .list {
  margin: 55px auto 0;
}
#sec02 .list-item:nth-of-type(n+2) {
  margin-top: 35px;
}
#sec02 .list-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 33px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#sec02 .list-box::before {
  content: "";
  display: inline-block;
  position: absolute;
}
#sec02 .list-box01::before {
  width: 103px;
  height: 82px;
  background: url(../img/top/sec02-ico01.png) no-repeat center/contain;
  top: -35px;
  right: -24px;
}
#sec02 .list-box02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  #sec02 .list-box02 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#sec02 .list-box02::before {
  width: 100px;
  height: 96px;
  background: url(../img/top/sec02-ico02.png) no-repeat center/contain;
  bottom: -27px;
  left: -58px;
}
#sec02 .list-txt {
  margin-top: 10px;
  font-family: "yugo-m", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #sec02 .list-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #sec02 .list-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
#sec02 .list-txt-box {
  width: 100%;
  max-width: 570px;
  padding-top: 12px;
}
#sec02 .list-ttl {
  display: inline-block;
  padding: 0 5px;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  color: #2f2f2f;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #sec02 .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sec02 .list-ttl01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(38, 165, 228, 0.3)));
  background: -webkit-linear-gradient(transparent 60%, rgba(38, 165, 228, 0.3) 60%);
  background: linear-gradient(transparent 60%, rgba(38, 165, 228, 0.3) 60%);
}
#sec02 .list-ttl01::first-letter {
  color: #26a5e4;
}
#sec02 .list-ttl02 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(70, 192, 59, 0.3)));
  background: -webkit-linear-gradient(transparent 60%, rgba(70, 192, 59, 0.3) 60%);
  background: linear-gradient(transparent 60%, rgba(70, 192, 59, 0.3) 60%);
}
#sec02 .list-ttl02::first-letter {
  color: #46c03b;
}

/*	top-bnr  PC
------------------------------------ */
.top-bnr .bg {
  background: rgb(241, 248, 249);
  background: -webkit-gradient(linear, left top, right top, from(rgb(241, 248, 249)), color-stop(18%, rgb(244, 249, 250)), color-stop(28%, rgb(241, 249, 249)), color-stop(50%, rgb(248, 251, 252)), color-stop(58%, rgb(242, 248, 249)), color-stop(73%, rgb(244, 249, 250)), color-stop(84%, rgb(240, 248, 249)), to(rgb(248, 251, 252)));
  background: -webkit-linear-gradient(left, rgb(241, 248, 249) 0%, rgb(244, 249, 250) 18%, rgb(241, 249, 249) 28%, rgb(248, 251, 252) 50%, rgb(242, 248, 249) 58%, rgb(244, 249, 250) 73%, rgb(240, 248, 249) 84%, rgb(248, 251, 252) 100%);
  background: linear-gradient(90deg, rgb(241, 248, 249) 0%, rgb(244, 249, 250) 18%, rgb(241, 249, 249) 28%, rgb(248, 251, 252) 50%, rgb(242, 248, 249) 58%, rgb(244, 249, 250) 73%, rgb(240, 248, 249) 84%, rgb(248, 251, 252) 100%);
}
.top-bnr .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bnr .list-item {
  width: 100%;
  max-width: 330px;
}
.top-bnr .list-link {
  display: block;
  padding: 136px 0 48px;
  text-align: center;
  border-radius: 10px;
  background: url(../img/top/bnr-bg.png) no-repeat center/cover;
  -webkit-box-shadow: 0px 4px 10.14px 2.86px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 10.14px 2.86px rgba(0, 0, 0, 0.11);
  position: relative;
}
.top-bnr .list-link::before, .top-bnr .list-link::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.top-bnr .list-link::before {
  margin: auto;
  left: 0;
  right: 0;
}
.top-bnr .list-link::after {
  width: 22px;
  height: 22px;
  background: url(../img/top/bnr-arrow.png) no-repeat center/contain;
  bottom: 13px;
  right: 16px;
}
.top-bnr .list-link01::before {
  width: 47px;
  height: 59px;
  background: url(../img/top/bnr-ico01.png) no-repeat center/contain;
  top: 49px;
}
.top-bnr .list-link02::before {
  width: 55px;
  height: 59px;
  background: url(../img/top/bnr-ico02.png) no-repeat center/contain;
  top: 49px;
}
.top-bnr .list-link03::before {
  width: 57px;
  height: 57px;
  background: url(../img/top/bnr-ico03.png) no-repeat center/contain;
  top: 49px;
}
.top-bnr .list-ttl {
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top-bnr .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

/*	top-case  PC
------------------------------------ */
#top-case .bg {
  background: url(../img/top/ptn.png);
}
#top-case .head-type01 {
  padding: 15px 0;
  background: url(../img/top/sec03-ttl-r.png) no-repeat calc(50% + 177px) 100%, url(../img/top/sec03-ttl-l.png) no-repeat calc(50% - 186px);
}
#top-case .cmn-btn-wrap {
  margin: 71px auto 0;
}

/*	cmn-contact  PC
------------------------------------ */
.cmn-contact .bg {
  background: url(../img/top/contact-img.png) no-repeat calc(50% + 480px) center, url(../img/top/contact-bg.png) no-repeat calc(50% - 480px) center;
}
.cmn-contact .box {
  width: 100%;
  max-width: 520px;
  text-align: center;
}
.cmn-contact .box-ttl {
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cmn-contact .box-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
.cmn-contact .box-letter {
  letter-spacing: -0.3em;
}
.cmn-contact .box-tel {
  width: 100%;
  max-width: 400px;
  padding: 20.5px 0 20.5px 40px;
  border: 2px solid #fff;
  background: url(../img/top/contact-tel.png) no-repeat 29px 45%;
  margin: 40px auto 0;
  border-radius: 7px;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .cmn-contact .box-tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.cmn-contact .box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  height: 80px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8.01px 0.99px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8.01px 0.99px rgba(0, 0, 0, 0.12);
  -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;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #2f2f2f;
}
@media screen and (max-width: 767px) {
  .cmn-contact .box-btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
.cmn-contact .box-mail {
  margin: 25px auto 0;
  padding-left: 18px;
  background: url(../img/top/contact-mail.png) #fff no-repeat 33px center;
}
.cmn-contact .box-line {
  margin: 25px auto 0;
  padding-left: 20px;
  background: url(../img/top/contact-line.png) #fff no-repeat 54px center;
}

/*	top-blog  Pc
------------------------------------ */
#top-blog .head-type01 {
  padding-top: 7px;
  text-align: left;
  font-family: "Noto sans Bold", sans-serif;
  background: url(../img/top/blog-ttl.png) no-repeat 180px bottom;
}

/* =========================================

sub layout  PC

========================================= */
/*	service  Pc
------------------------------------ */
#service .sec01 .bg {
  background: url(../img/service/sec01-bg.png) no-repeat center/cover;
}
#service .sec01 .head-type01 {
  padding-top: 14px;
  background: url(../img/service/sec01-ttl.png) no-repeat calc(50% - 325px) top;
}
#service .sec01 .flex {
  margin: 38px auto 0;
}
#service .sec01 .flex-left-ttl {
  margin: 21px auto 0;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #27a5e3;
}
@media screen and (max-width: 767px) {
  #service .sec01 .flex-left-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#service .sec01 .cmn-txt-box {
  width: 100%;
  max-width: 594px;
  margin-left: 100px;
}
#service .sec02 .bg {
  background: url(../img/top/ptn.png);
}
#service .sec02 .head-type01 {
  background: url(../img/service/sec02-ttl.png) no-repeat calc(100% - 57px) bottom;
}
#service .sec02 .list {
  margin: 55px auto 0;
}
#service .sec02 .list-item:nth-of-type(n+2) {
  margin-top: 93px;
}
#service .sec02 .list-flex {
  margin: 40px auto 0;
}
#service .sec02 .list-txt {
  max-width: 543px;
  font-family: "yugo-m", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #service .sec02 .list-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #service .sec02 .list-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
#service .sec02 .list-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 34px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#service .sec02 .list-flow-item {
  width: 100%;
  max-width: 250px;
}
#service .sec02 .list-flow-item:not(:nth-of-type(4)) {
  position: relative;
}
#service .sec02 .list-flow-item:not(:nth-of-type(4))::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.5px 0 19.5px 18px;
  border-color: transparent transparent transparent #26a5e4;
  position: absolute;
  top: 33px;
  right: -18px;
}
#service .sec02 .list-flow-step {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  font-family: "yugo-m", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #service .sec02 .list-flow-step {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #service .sec02 .list-flow-step {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  #service .sec02 .list-flow-step {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#service .sec02 .list-flow-ttl {
  display: block;
  margin: 14px auto 0;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #service .sec02 .list-flow-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#service .sec02 .list-flow-ttl-wrap {
  padding-top: 6px;
  padding-bottom: 13px;
  border-radius: 9px 9px 0 0;
  background: #26a5e4;
  text-align: center;
}
#service .sec02 .list-flow-txt {
  padding: 18px 10px 0 15px;
  background-color: #fff;
  font-family: "yugo-r", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #2f2f2f;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #service .sec02 .list-flow-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #service .sec02 .list-flow-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  #service .sec02 .list-flow-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#service .sec02 .list-flow-txt-wrap {
  height: 287px;
  border: 1px solid #26a5e4;
  border-radius: 0 0 9px 9px;
}
#service .sec02 .list-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 71px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#service .sec02 .list-point-item {
  width: 100%;
  max-width: 330px;
  padding: 40px 0 0;
  border-radius: 8px;
  border: 2px solid #52b6e6;
  background-color: #f4fbff;
  position: relative;
}
#service .sec02 .list-point-item::before {
  content: "";
  display: block;
  width: 53px;
  height: 43px;
  margin: auto;
  background: url(../img/service/check.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -24px;
}
#service .sec02 .list-point-ttl {
  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;
  text-align: center;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #26a5e4;
  line-height: 1.4166;
}
@media screen and (min-width: 768px) {
  #service .sec02 .list-point-ttl {
    height: 72px;
  }
}
@media screen and (max-width: 767px) {
  #service .sec02 .list-point-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#service .sec02 .list-point-txt {
  margin: 14px auto 0;
  padding: 0 12px 15px;
  font-family: "yugo-r", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #service .sec02 .list-point-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #service .sec02 .list-point-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  #service .sec02 .list-point-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#service .sec03 .bg {
  background-color: #e0f4fe;
}
#service .sec03 .head-type01 {
  background: url(../img/service/sec03-ttl.png) no-repeat calc(50% - 234px) top;
}
#service .sec03 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 56px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#service .sec03 .list-item {
  width: 100%;
  max-width: 510px;
  border-radius: 10px 10px 0 0;
  padding: 25px 20px 20px 22px;
  background: #fff;
  border-bottom: 2px solid #26a5e4;
  -webkit-box-shadow: 0px 0px 22.32px 1.68px rgba(125, 125, 125, 0.14);
          box-shadow: 0px 0px 22.32px 1.68px rgba(125, 125, 125, 0.14);
}
#service .sec03 .list-item:nth-of-type(n+3) {
  margin-top: 22px;
}
#service .sec03 .list-ttl {
  padding-left: 20px;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #26a5e4;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service .sec03 .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#service .sec03 .list-ttl::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #26a5e4;
  position: absolute;
  left: 0;
  top: 12px;
}
#service .sec03 .list-txt {
  margin-top: 6px;
  line-height: 1.625;
  font-family: "yugo-r", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #service .sec03 .list-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #service .sec03 .list-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}

/*	sub-contact  PC
------------------------------------ */
.sub-contact .bg {
  background: url(../img/price/bnr-bg.png) no-repeat center/cover;
}
.sub-contact .sec-inner {
  padding: 61px 0;
  text-align: center;
}
.sub-contact .ttl {
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .sub-contact .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.sub-contact .tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 600px;
  margin: 43px auto 0;
  height: 120px;
  padding-left: 21px;
  border-radius: 8px;
  background: url(../img/price/bnr-tel.png) no-repeat 68px 45%, url(../img/price/bnr-arrow.png) no-repeat calc(100% - 30px) center;
  background-color: #fff;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  letter-spacing: 0.05em;
  color: #26a5e4;
  -webkit-box-shadow: 0px 4px 8.01px 0.99px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8.01px 0.99px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .sub-contact .tel {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

/*	price  PC
------------------------------------ */
#price .sec01 .head-type01 {
  padding-top: 21px;
  background: url(../img/price/sec01-ttl.png) no-repeat calc(50% + 207px) top;
}
#price .sec01 .head-type01-sm {
  display: block;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #26a5e4;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #price .sec01 .head-type01-sm {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#price .sec01 .cmn-txt-box {
  margin: 35px auto 0;
}
@media screen and (min-width: 768px) {
  #price .sec01 .cmn-txt-box {
    text-align: center;
  }
}
#price .sec01 .note {
  max-width: 630px;
  margin: 13px auto 0;
  text-align: right;
  font-family: "yugo-r", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #2f2f2f;
}
@media screen and (max-width: 767px) {
  #price .sec01 .note {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #price .sec01 .note {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  #price .sec01 .note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#price .sec01 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 680px;
  margin: 57px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#price .sec01 .list-item:not(:nth-of-type(3n-2)) {
  margin-left: 40px;
}
#price .sec01 .list-item:nth-of-type(n+4) {
  margin-top: 37px;
}
#price .sec01 .list-wrap {
  max-width: 900px;
  margin: 65px auto 0;
  padding-bottom: 65px;
  background-color: #f6f6f6;
  position: relative;
}
#price .sec01 .list-wrap-ttl {
  padding: 8.5px;
  background: #52b6e6;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #price .sec01 .list-wrap-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#price .sec01 .list-item {
  width: 100%;
  max-width: 200px;
}
#price .sec01 .list-box {
  width: 100%;
  height: 180px;
  border: 2px solid #52b6e6;
  background: #fff;
  text-align: center;
}
#price .sec01 .list-box01 {
  background: url(../img/price/sec01-ico01.png) #fff no-repeat center 46px;
}
#price .sec01 .list-box02 {
  background: url(../img/price/sec01-ico02.png) #fff no-repeat center 40px;
}
#price .sec01 .list-box03 {
  background: url(../img/price/sec01-ico03.png) #fff no-repeat center 39px;
}
#price .sec01 .list-box03 .list-ttl {
  padding-top: 111px;
}
#price .sec01 .list-box04 {
  background: url(../img/price/sec01-ico04.png) #fff no-repeat center 25px;
}
#price .sec01 .list-box05 {
  background: url(../img/price/sec01-ico05.png) #fff no-repeat center 39px;
}
#price .sec01 .list-ttl {
  padding-top: 129px;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #2382b0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #price .sec01 .list-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#price .sec01 .list-note {
  font-family: "yugo-r", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #52b6e6;
  line-height: 2.143;
}
@media screen and (max-width: 767px) {
  #price .sec01 .list-note {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #price .sec01 .list-note {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  #price .sec01 .list-note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #price .sec01 .list-note {
    position: absolute;
    bottom: 115px;
    right: 133px;
  }
}
#price .sec02 .bg {
  background: url(../img/price/sec02-bg.png) no-repeat center/cover;
}
#price .sec02 .head-type01 {
  padding: 13px 0;
  background: url(../img/price/sec02-ttl-l.png) no-repeat calc(50% - 423px), url(../img/price/sec02-ttl-r.png) no-repeat calc(50% + 424px);
}
#price .sec02 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 54px auto 0;
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}
#price .sec02 .list-item {
  width: 100%;
  max-width: 329px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 22.32px 1.68px rgba(125, 125, 125, 0.14);
          box-shadow: 0px 0px 22.32px 1.68px rgba(125, 125, 125, 0.14);
  overflow: hidden;
}
#price .sec02 .list-item:nth-of-type(n+2) {
  margin-left: 44px;
}
#price .sec02 .list-txt {
  margin: 8px auto 0;
  font-family: "yugo-r", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #2f2f2f;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #price .sec02 .list-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #price .sec02 .list-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  #price .sec02 .list-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#price .sec02 .list-txt-box {
  padding: 25px 15px 20px;
}
#price .sec02 .list-ttl {
  text-align: center;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #26a5e4;
}
@media screen and (max-width: 767px) {
  #price .sec02 .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*	case  PC
------------------------------------ */
#case .sec01 .bg {
  background: url(../img/top/ptn.png);
}
#case .sec01 .head-type01 {
  padding: 15px 0;
  background: url(../img/top/sec03-ttl-r.png) no-repeat calc(50% + 177px) 100%, url(../img/top/sec03-ttl-l.png) no-repeat calc(50% - 186px);
}
#case .detail .head-type01 {
  background: none;
  padding: 0;
}
#case .detail-box {
  margin: 50px auto 0;
}
#case .detail-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #case .detail-images li:nth-of-type(n+2) {
    margin-left: 26px;
  }
}
#case .detail-images-item {
  width: 100%;
  max-width: 250px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 22.32px 1.68px rgba(125, 125, 125, 0.14);
          box-shadow: 0px 0px 22.32px 1.68px rgba(125, 125, 125, 0.14);
  overflow: hidden;
}
#case .detail-images-link {
  display: block;
}
#case .detail-images-figure {
  width: 100%;
  height: 0;
  padding-top: 131.67%;
  position: relative;
}
@media screen and (min-width: 768px) {
  #case .detail .case-table th {
    width: 150px;
  }
  #case .detail .case-table td {
    padding: 25px;
  }
}
#case .detail .case-table td {
  white-space: pre-line;
}

/*	info  PC
------------------------------------ */
#info .sec01 .bg {
  background: url(../img/info/sec01-bg.png) no-repeat center/cover;
}
#info .sec01 .head-type01 {
  padding: 15px;
  background: url(../img/info/sec01-ttl.png) no-repeat calc(50% - 245px) top;
}
#info .sec01 .flex {
  margin: 60px auto 0;
}
#info .sec01 .flex-box {
  width: 100%;
  max-width: 550px;
}
#info .sec01 .cmn-name {
  margin-top: 54px;
  text-align: right;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #2f2f2f;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #info .sec01 .cmn-name {
    font-size: 20px;
    font-size: 2rem;
  }
}
#info .sec01 .cmn-name-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  color: #27a5e3;
}
@media screen and (max-width: 767px) {
  #info .sec01 .cmn-name-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#info .sec02 .head-type01 {
  background: url(../img/info/sec02-ttl.png) no-repeat calc(50% + 150px) 40%;
}
#info .sec02 .cmn-list {
  max-width: 950px;
  margin: 40px auto 0;
  overflow: hidden;
}
#info .sec02 .cmn-list-item:nth-of-type(n+2) .cmn-list-th {
  border-top: 1px solid #ffffff;
}
#info .sec02 .cmn-list-item:nth-of-type(n+2) .cmn-list-td {
  border-top: 1px solid #d2d2d2;
}
#info .sec02 .cmn-list-item p:nth-of-type(2) {
  width: 717px;
  padding: 20px 45px;
}
#info .sec02 .cmn-list-ttl {
  padding: 20px;
}
#info .sec02 .cmn-list-td {
  background-color: #fff !important;
  font-size: 20px;
  font-size: 2rem;
  font-family: "yugo-m", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #info .sec02 .cmn-list-td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #info .sec02 .cmn-list-td {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #info .sec02 .cmn-list-td {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
#info .sec02 .cmn-list a {
  color: #2f2f2f;
}
#info .sec02 .img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 55px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#info .sec02 .img-wrap figure:nth-of-type(n+2) {
  margin-left: 50px;
}
#info .sec02 .ggmap {
  margin: 108px auto 0;
}
#info .sec03 .bg {
  background: url(../img/top/ptn.png);
}
#info .sec03 .head-type01 {
  background: url(../img/info/sec03-ttl.png) no-repeat calc(50% - 246px), url(../img/info/sec03-ttl-r.png) no-repeat calc(50% + 229px);
}
#info .sec03 .list {
  width: 100%;
  max-width: 950px;
  margin: 27px auto 0;
}
#info .sec03 .list-item {
  border: 1px solid #52b6e6;
  border-radius: 10px;
  overflow: hidden;
}
#info .sec03 .list-item:nth-of-type(n+2) {
  margin-top: 31px;
}
#info .sec03 .list-q {
  padding: 14px 30px;
  background: #52b6e6;
}
#info .sec03 .list-q-ttl {
  position: absolute;
  left: 0;
  top: 0;
}
#info .sec03 .list-q-txt {
  padding-left: 43px;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 767px) {
  #info .sec03 .list-q-txt {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#info .sec03 .list-a {
  padding: 22px 27px;
  background-color: #fff;
}
#info .sec03 .list-a-txt {
  padding-left: 30px;
  font-family: "yugo-r", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #2f2f2f;
  white-space: pre-line;
  position: relative;
}
@media screen and (max-width: 767px) {
  #info .sec03 .list-a-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #info .sec03 .list-a-txt {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  #info .sec03 .list-a-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#info .sec03 .list-a-ttl {
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  color: #52b6e6;
  position: absolute;
  left: 0;
  top: 0;
}

/*	contact  PC
------------------------------------ */
#contact .sec01 .bg {
  background: url(../img/contact/bnr-bg.png) no-repeat center/cover;
}
#contact .sec01 .head-type01 {
  color: #fff;
}
#contact .sec01 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto 0;
  -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;
}
#contact .sec01 .list-tel {
  width: 100%;
  max-width: 400px;
  padding: 20.5px 0 20.5px 40px;
  border: 2px solid #fff;
  background: url(../img/top/contact-tel.png) no-repeat 29px 45%;
  border-radius: 7px;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contact .sec01 .list-tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#contact .sec01 .list-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  margin-left: 60px;
  padding-left: 20px;
  background: url(../img/top/contact-line.png) #fff no-repeat 54px center;
  height: 80px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8.01px 0.99px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8.01px 0.99px rgba(0, 0, 0, 0.12);
  -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;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  color: #2f2f2f;
}
@media screen and (max-width: 767px) {
  #contact .sec01 .list-btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
#contact .sec02 .bg {
  background: none;
}
#contact .sec02 .wrap {
  margin: -128px auto 0;
  padding: 54px 0 59px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 22.32px 1.68px rgba(125, 125, 125, 0.14);
          box-shadow: 0px 0px 22.32px 1.68px rgba(125, 125, 125, 0.14);
  position: relative;
}
#contact .sec02 .wrap-box {
  width: 100%;
  max-width: 900px;
  margin: 47px auto 0;
}
#contact .sec02 .required-mark {
  margin-left: 13px;
}
#contact input:disabled {
  background: none;
}
#contact input[name=check], #contact button[name=back], #contact input[name=send] {
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  max-width: 100%;
  font-family: "yugo-b", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #contact input[name=check], #contact button[name=back], #contact input[name=send] {
    font-size: 20px;
    font-size: 2rem;
  }
}
#contact .cmn-btn {
  max-width: 360px;
}

/*	blog  PC
------------------------------------ */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #2f2f2f;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto sans Regular", sans-serif;
  border: none;
  border-bottom: 2px solid #2f2f2f;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #2f2f2f;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#blog .detail-ttl {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #blog .detail-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/*	privacy  PC
------------------------------------ */
#privacy .privacy-box p, #privacy .privacy-box li {
  font-family: "yugo-m", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box p, #privacy .privacy-box li {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #privacy .privacy-box p, #privacy .privacy-box li {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}

/*	site  PC
------------------------------------ */
#site .site-link {
  font-family: "yugo-m", Yu Gothic, "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}
@-moz-document url-prefix() {
  #site .site-link {
    font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
    font-weight: 500;
  }
}