@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;600;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
/*----------------------------------------------------------- reset */
ul, li {
  list-style: none;
}
a, a:link, a:visited {
  color: #FFF;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: inline;
  }
  .tab {
    display: none;
  }
  .sp {
    display: none;
  }
}
@media all and (min-width:481px) and (max-width:1023px) {
  .pc {
    display: none;
  }
  .tab {
    display: inline;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .tab {
    display: none;
  }
  .sp {
    display: inline;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*----------------------------------------------------------- design */
* {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1em;
  letter-spacing: 1px;
}
#wrapper {
  width: 100%;
  text-align: center;
}
.contents {
  max-width: 1200px;
  margin: auto;
}
header {
  max-width: 1200px;
  margin: auto;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
header .logo {
  padding-left: 5px;
  padding-top: 10px;
}

header .logo img {
    width: 276px;
}

.headerContents ul {
  display: flex;
}
.headerContents ul li:first-child {
  font-size: 1.5rem;
  font-weight: 600;
  padding-top: 10px;
}
.headerContents ul li:last-child p {
  font-size: 2.25rem;
  font-weight: 600;
  color: #ad040f;
  padding-bottom: 5px;
}
.headerContents ul li:last-child span {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #333333;
  padding: 5px 0 0 15px;
  text-align: right;
}
.contactBox {
  background: #FFF;
  padding: 50px 0;
}
.contactBox h2 {
  font-size: 2.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: 5px;
  padding-bottom: 50px;
}

.contact_top h2:before {
  margin: 0 1em 0 0;
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #a8acad; /* 線の色 */
}
.contact_top h2:after {
  margin: 0 0 0 1em;
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #a8acad; /* 線の色 */
}
section .contactBox {
  background: #f2f2f2;
}
.contact {
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.contact h2 {
  display: block;
  font-size: 1.875rem;
  margin: auto;
}
.contact h2::before, .contact h2::after {
  position: absolute;
  top: 10px;
}
.contact h2::before {
  content: url("../img/left.png");
  left: 104px;
}
.contact h2::after {
  content: url("../img/right.png");
  right: 104px;
}
.contact h2 small {
  font-size: 1.375rem;
}
.contact h2 span {
  display: block;
  padding: 10px 0 25px;
}
.contact h2 span strong {
  color: #0a4067;
}
.contact .btnBox {
  padding: 20px 0 0;
}
.contact .btn,
.contact .btn02{
  position: relative;
  font-size: 1.5rem;
  max-width: 800px;
  margin: auto;
}
.contact .btn a {
  padding: 20px 0;
  width: 100%;
  display: block;
  border:1px solid #b31b2d;
  background: #b31b2d;
  letter-spacing: 3px;
}
.contact .btn02 a {
  padding: 20px 0;
  width: 100%;
  display: block;
  border:1px solid #b31b2d;
  color:#b31b2d;
  background: #ffffff;
  letter-spacing: 3px;
}
.contact .btn a::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../img/icon_ar.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 30%;
  right: 36px;
}
.contact .btn02 a::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../img/icon_ar_red.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 30%;
  right: 2%;
}
.contact .btn a:hover{
  background:#fff;
  color:#b31b2d;
  opacity:10;
}
.contact .btn a:hover::after {
  background-image: url("../img/icon_ar_red.png");
}
.contact .btn02 a:hover{
  background:#b31b2d;
  color:#fff;
  opacity:10;
}
.contact .btn02 a:hover::after {
  background-image: url("../img/icon_ar.png");
}
.contact ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 800px;
  margin: 1rem auto auto;
}
.contact ul li:first-child::after {
  content: url("../img/icon_ar3.png");
  position: absolute;
  top: 40%;
  right: 0;
}
.contact ul li a, .contact ul li a:link, .contact ul li a:visited {
  color: #333;
  text-decoration: none;
}
.contact ul li:last-child .spLink {
  display: flex;
  justify-content: center;
}
.contact .title {
  padding-top: 17px;
  padding-right: 20px;
  font-size: 1.375rem;
}
.contact_top .contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.contact_top .btnBox{
  width: 48%;
}
.contact_middle{
  display: flex;
  justify-content: space-between;
  max-width: 855px;
  margin: 0 auto 1rem;
}
.contact_middle .contact_left,
.contact_middle .contact_right{
  width: 48%;
  background: #fff;
  border: 1px solid #0a4067;
}
.contact_middle h3{
  background:#0a4067;
  color: #fff !important;
  padding: 1rem 0;
  font-size: 1.375rem !important;
}
.contact_middle .contact_left p,
.contact_middle .contact_right p{
  padding: 1rem;
  line-height: 1.4;
  font-size: 0.9rem;
}
.contact_middle .btnBox{
    margin: 0 1rem 1rem;
    padding: 0;
}
.contact_bottom h2 {
  font-size: 2.25rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: 5px;
  padding-bottom: 50px;
}
.contact_bottom h2:before {
  margin: 0 1em 0 0;
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #a8acad; /* 線の色 */
}
.contact_bottom h2:after {
  margin: 0 0 0 1em;
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #a8acad; /* 線の色 */
}
.contact_bottom > p{
  line-height: 1.4;
  font-size: 1rem;
}
.contact_bottom .contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.contact_bottom .btnBox{
  width: 48%;
}
.telLink a {
  pointer-events: none;
}
.telLink strong {
  font-size: 1.8rem;
  font-weight: 600;
  color: #ad040f;
  padding-right: 8px;
}
.telLink strong::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../img/icon_tel.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.contact ul li span {
  display: block;
  padding-left: 20px;
  font-size: 0.875rem;
  padding-top: 6px;
  text-align: right;
}
.tel_txt_inr p{
  font-size: 1.5rem;
  text-align: center;
}
.contact .tel_txt{
  display: flex;
  text-align: left;
  align-items: flex-end;
  position: relative;
}
.contact .tel_txt span{
  padding: 0;
  margin-top: 0.55rem;
  color: #333;
}
.contact .tel_note{
  display:none;
}
/*----------------------------------------------------------- mainVisual */
#mainVisual {
  background: #56b2ff;
}
#mainVisual img {
  max-width: 100%;
}
/*----------------------------------------------------------- section共通 */
p {
  font-size: 1.25rem;
}
section > h2 {
  font-size: 2.625rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  letter-spacing: 5px;
}
section > h2:before, section > h2:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #a8acad; /* 線の色 */
}
section > h2:before {
  margin: 0 1em 0 0;
}
section > h2:after {
  margin: 0 0 0 1em;
}
/*----------------------------------------------------------- section01 */
#S01 {
  padding-bottom: 100px;
}
#S01 nav {}
#S01 nav ul {
  display: flex;
  justify-content: flex-start;
}
#S01 nav ul li {
  width: 24.85%;
  color: #FFF;
  margin-right: 1px;
}
#S01 nav ul li:last-child {
  margin-right: 0;
}
#S01 nav ul li a {
  background: #0a3f67;
  color: #FFF;
  display: block;
  width: 100%;
  padding: 20px 0;
}
#S01 nav ul li a p {
  padding-bottom: 8px;
}
.arrow {
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: transparent transparent #FFF #FFF;
  transform: rotate(-45deg);
}
#S01 h2 {
  font-size: 2.25rem;
  padding: 60px 0 50px;
  letter-spacing: 6px;
}
#S01 h2:before, #S01 h2:after {
  height: 0; /* 線の太さ解除 */
}
.worries {
  padding-bottom: 80px;
  background-image: url("../img/icon_ar2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.worries ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.worries ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 32.65%;
  font-size: 1.25rem;
  background: #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.worries ul li:nth-child(3), .worries ul li:nth-child(6) {
  margin-right: 0;
}
.worries ul li p {
  padding: 20px;
  line-height: 2em;
}
.worries ul li p span {
  color: #b31b2d;
  font-weight: 600;
}
#S01 h3 {
  font-size: 2.25rem;
  padding-top: 30px;
}
#S01 h3 small {
  font-size: 1.375rem;
  display: block;
  font-weight: normal;
  padding-bottom: 20px;
}
#S01 h3 strong {
  color: #0a4067;
}
/*----------------------------------------------------------- section02 */
#S02 {
  padding: 100px 0 0;
  background: #dae4ee;
}
section#S02 > h2 {
  padding-bottom: 50px;
}
.resultBox {
  background: #FFF;
  max-width: 1000px;
  margin: auto;
}
.imgPhoto {
  padding-top: 20px;
  padding-right: 20px;
}
.result {
  padding: 40px;
  display: flex;
  justify-content: center;
  color: #0a4067;
}
.price .title {
  text-align: left;
  font-size: 1.75rem;
  font-weight: 600;
}
.price .attention {
  font-size: 0.875rem;
  text-align: right;
}
.result .price ul {
  display: flex;
  justify-content: flex-start;
}
.result .price ul li {
  font-family: 'Noto Serif JP', serif;
  font-size: 7.5rem;
  font-weight: 700;
}
.result .price ul li:nth-child(4) {
  font-size: 4.375rem;
  padding-top: 50px;
}
.result .price ul .gothic,.result .price ul li:last-child {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.125rem;
  padding-top: 62px;
}
#S02 > p {
  padding: 50px 0;
  line-height: 1.6em;
}
.case {
  max-width: 1000px;
  margin: auto;
}
.case p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.4em;
}
.case dl {
  display: flex;
  justify-content: flex-start;
  background: #0a3f67;
}
.case dt, .case dd {
  padding: 15px;
}
.case dt {
  font-family: 'Noto Serif JP', serif;
  background: #316d91;
  color: #FFF;
  border-right: 1px solid #c3d0d9;
}
.case dt span {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.875rem;
  font-weight: 600;
}
.case dd {
  padding-top: 20px;
}
.case dd h3 {
  color: #FFF;
  font-size: 1.375rem;
  font-weight: 400;
}
.case .title {
  position: relative;
  padding: 50px 0 0;
}
.case .title img {
  position: absolute;
  left: 30%;
  top: 22%;
  z-index: 100;
}
.case .title h4 {
  position: absolute;
  background: #b41b2d;
  font-size: 1.125rem;
  color: #FFF;
  font-weight: 400;
  padding: 10px;
  letter-spacing: 3px;
  position: relative;
  z-index: 99;
}
.case ul {
  padding: 20px 0 70px;
  display: flex;
  justify-content: flex-start;
}
.case ul li:first-child {
  padding-right: 30px;
}
.case ul li img {
  max-width: 100%;
}
.case > ul > li > ol {
  background: #FFF;
}
@media all and (-ms-high-contrast: none) and (min-width: 1024px) {
  .case > ul > li > ol {
    width: 610px
  }
}
.case ul li ol li {
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #cccccc;
  display: flex;
}
.case ul li ol li:last-child {
  border-bottom: none;
}
.case ul li ol li span {
  display: inline-block;
  padding-right: 10px;
  line-height: 1.4em;
}
.case ul li ol li p {
  font-size: 1rem;
}
/*----------------------------------------------------------- section03 */
#S03 {
  padding: 100px 0 0;
}
#S03 > p {
  font-size: 1.25rem;
  padding: 50px;
  line-height: 2em;
}
.subSection {
  max-width: 1000px;
  margin: auto;
}
.subSection p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.6em;
}
.detail {}
.detail h3 {
  background: #0a4067;
  color: #FFF;
  padding: 15px;
  font-size: 1.875rem;
  font-weight: 400;
}
.detail h4 {
  color: #b31b2d;
  padding: 45px;
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.strengths {}
.strengths h3 {}
.strengths h3 {
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 40px 0 0;
}
.strengths h3:before, .strengths h3:after {
  content: "";
  flex-grow: 1;
  height: 1px; /* 線の太さ */
  background: #a8acad; /* 線の色 */
}
.strengths h3:before {
  margin: 0 1em 0 0;
}
.strengths h3:after {
  margin: 0 0 0 1em;
}
.strengths h3 strong {
  font-family: century;
  font-size: 3.25rem;
}
.strengths h4 {
  color: #0a4067;
}
.strengths ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0;
}
.strengths ul li {
  width: 20.9%;
  border-right: 1px dotted #cccccc;
  background: #dae8f1;
  padding: 20px;
}
.strengths ul li:last-child {
  border-right: none;
}
.strengths ul li h4 {
  background: #FFF;
  margin: auto;
  text-align: center;
  padding: 20px;
  height: 120px;
  line-height: 1.2em;
}
.strengths ul li img {
  margin: auto;
  display: block;
  padding-bottom: 10px;
}
.strengths ul li p {
  font-size: 1rem;
  padding: 20px 0;
}
/*----------------------------------------------------------- section04 */
#S04 {
  padding: 100px 0 0;
  background: #dae4ee;
  background-image: url("../img/onestop.png");
  background-repeat: no-repeat;
  background-position: center 180px;
  position: relative;
}
#S04 > p {
  padding: 50px 0;
  line-height: 2em;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(218, 228, 238, 1) 100%);
}
#S04 h3 {
  font-size: 1.875rem;
  color: #0a4067;
  letter-spacing: 5px;
}
#S04 h3 strong {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 4rem;
  letter-spacing: 8px;
  line-height: 1.2em;
  padding: 30px 0 40px;
}
#S04 h3 span {
  font-size: 1.5rem;
}
.colorImage {
  position: absolute;
  mix-blend-mode: screen;
  opacity: 0.06;
  left: 50%;
  top: 11%;
  transform: translate(-50%, 0);
}
.colorImage img {
  max-width: 100%;
}
.service {
  max-width: 1000px;
  margin: auto;
  padding: 50px 100px;
}
.service ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.service ul li {
  width: 24.9%;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: #0a4067;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center
}
.service ul li:last-child {
  border-right: none;
}
.service ul:last-child li {
  width: 33.24%;
}
.service ul li div {
  padding: 10px 0;
}
.service ul li div:last-child {
  width: auto;
  font-size: 1rem;
  line-height: 1.4em;
}
.service ul:last-child li {
  justify-content: space-evenly;
}
/*----------------------------------------------------------- section05 */
#S05 {
  padding: 100px 0 0;
}
.faq {
  padding: 50px 0;
  max-width: 1000px;
  margin: auto;
}
.faq p {
  text-align: left;
  font-size: 1rem;
  line-height: 1.6em;
}
.faq .title {
  text-align: left;
  position: relative;
  background: #0a4067;
  color: #FFF;
  border-bottom: 1px solid #FFF;
}
.faq .box {
  text-align: left;
  padding: 20px;
}
.faq .title h3 {
  display: inline-block;
  padding: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}
.faq .title h3::before {
  content: "Q　";
}
.faq .title:hover {}
.faq .title:after, .faq .title.open:after {
  position: absolute;
  right: 2%;
  top: 35%;
}
@media screen and (max-width: 769px) {
  .faq .title:after {
    content: "＋";
  }
}
.faq .title.open:after {
  content: "－";
}
/*----------------------------------------------------------- footer */
footer {}
footer .logo {
  padding: 30px 0 30px;
}
footer .logo img {
    width: 276px;
}
.fotterContents {
  background: #a1a0a0;
  color: #FFF;
  padding: 50px 0 124px;
}
footer nav {}
footer nav ul {
  display: flex;
  justify-content: center;
}
footer nav ul li {
  border-right: 1px solid #FFF;
}
footer nav ul li:last-child {
  border-right: none;
}
footer nav ul li a {
  font-size: 1.25rem;
  padding: 5px 15px;
  font-weight: 100;
}
.fotterContents address {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 100;
  padding: 35px 0 0;
}
#floatBtnBox {
  display: none;
}

#floatBtnBox {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0.5rem 0;
    z-index: 999;
  }
#floatBtnBox p{
  color: #fff;
  margin-right: 20px;
  line-height: 1.4;
  font-size: 1rem;
}
#floatBtnBox .floatBtn {
    display: flex;
    justify-content: center;
    align-items: center;
}
#floatBtnBox .floatBtn ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#floatBtnBox .floatBtn ul li {
  width: 49%;
  position: relative;
}
#floatBtnBox .floatBtn ul li  a {
  display: block;
  width: 100%;
  background: #b31b2d;
  color: #FFF;
  padding: 10px 0;
  font-size: 1rem;
  border-radius: 3px;
  border: 1px solid #b31b2d;
}
#floatBtnBox .floatBtn ul li a::after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("../img/icon_ar.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 33%;
  right: 10%;
}
#floatBtnBox .floatBtn ul li a:hover{
  background: #FFF;
  color: #b31b2d;
  opacity:10;
}
#floatBtnBox .floatBtn ul li a:hover::after {
  background-image: url("../img/icon_ar_red.png");
}
#floatBtnBox .floatBtn ul li:nth-of-type(3){
  width: 100%;
  margin: 0.3rem 0 0;
}
#floatBtnBox .floatBtn ul li:nth-of-type(3) a{
  background: #fff;
  border: 1px solid #b31b2d;
  color: #b31b2d;
}
#floatBtnBox .floatBtn ul li:nth-of-type(3) a::after  {
  position: absolute;
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url("../img/icon_ar_red.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: 32%;
  right: 5%;
}
#floatBtnBox .floatBtn ul li:nth-of-type(3) a:hover{
  background:#b31b2d;
  color:#fff;
}
#floatBtnBox .floatBtn ul li:nth-of-type(3) a:hover::after {
  background-image: url("../img/icon_ar.png");
}
#floatBtnBox .floatBtn ul li p {
  font-weight: 500;
  font-size: 1.1rem;
  text-indent: 1em;
  letter-spacing: 0.2vmin;
}
#floatBtnBox .floatBtn ul li span {
  font-weight: 400;
  font-size: 0.7rem;
  color: #333;
  display: block;
  padding-bottom: 5px;
}
#floatBtnBox .time {
  color: #FFF;
  font-weight: 100;
    font-size: 0.6rem;
}
/*----------------------------------------------------------- SP制御 */
@media screen and (max-width: 480px) {
  p {
    font-size: 1rem;
  }
  header {
    padding: 8px;
  }
  header .logo {
    padding-top: 0;
    padding-left: 0;
    margin: auto;
  }
  header .logo img {
    width: 190px;
  }
  .headerContents {
    display: none;
  }
  #wrapper > .contactBox {
    padding: 20px 0;
  }
  .contactBox h2 {
    font-size: 1.25rem;
    padding: 20px 0;
    letter-spacing: 2px;
  }
  .contact ul {
    width: 100%;
  }
  .contact ul li {
    padding: 8px 10px;
  }
  .contact .btn,
  .contact .btn02{
    font-size: 1rem;
    width: 100%;
    margin: auto;
  }
  .contact .btn a {
    letter-spacing: 2px;
    padding: 15px 0 20px;
    text-indent: -1rem;
  }
  .contact .btn02 a {
    letter-spacing: 2px;
    padding: 15px 0 20px;
    text-indent: -1rem;
  }
  .contact .btn a::before,
  .contact .btn02 a::before{
    content: none;
  }
  .contact .btn a::after,
  .contact .btn02 a::after{
    width: 15px;
    height: 29px;
    top: 36%;
    right: 10%;
  }
  .contact ul {
    display: block;
  }
  .contact h2 {
    font-size: 1.1rem;
    padding: 0;
  }
  .contact h2::before {
    left: 3%;
    top: 38px
  }
  .contact h2::after {
    right: 3%;
    top: 38px
  }
  .contact h2 small {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .contact h2 span {
    line-height: 1.4em;
    padding: 10px 0 20px;
  }
  .contact h2 span strong {
    display: block;
  }
  .contact .btnBox {
    padding: 0 10px;
    margin: 0 0 15px;
    height: 50px;
    width: auto;
  }
  .contact ul li:first-child {
    font-size: 0.9rem;
  }
  .contact ul li:first-child::after {
    content: "";
  }
  .contact .title {
    padding-top: 17px;
    padding-right: 0;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .contact_top .contact{
    display: block;
  }
  .contact_middle{
    display: block;
  }
  .contact_middle h3{
    font-size: 1rem !important;
  }
  .contact_middle .contact_left, .contact_middle .contact_right{
    width: auto;
    margin: 0 1rem 1rem;
  }
  .contact_bottom > p{
    margin: 1rem;
    font-size: 0.9rem;
  }
  .contact_bottom .contact{
    display: block;
  }
  .telLink {
    padding-top: 10px;
  }
  .telLink strong {
    font-size: 1.3rem;
    padding-right: 0;
  }
  .telLink strong::before {
    width: 25px;
    height: 29px;
  }
  .contact ul li span {
    padding-left: 0;
    font-size: 0.5rem;
    line-height: 1.4em;
    padding-top: 2px;
    width: 80%;
    margin: auto;
  }
  .contact ul li:last-child a {
    border: 1px solid #cccccc;
    display: block;
    padding: 0 0 10px;
    background: #FFF;
    box-shadow: 3px 3px 7px -2px rgba(87, 87, 87, 0.7);
  }
  .contact .tel_txt_inr{
    display: none;	
   }
   .contact .tel_note{
    display:block;
   }
  section > h2 {
    font-size: 1.6rem;
    letter-spacing: 1px;
    font-weight: 600;
  }
  #S01 {
    padding-bottom: 50px;
  }
  #S01 h2 {
    font-size: 1.25rem;
    padding: 20px 0;
    letter-spacing: 2px;
  }
  #S01 h3 {
    font-size: 1.3rem;
    line-height: 1.4em;
    padding-top: 30px;
  }
  #S01 h3 small {
    font-size: 1rem;
    padding-bottom: 20px;
  }
  #S01 nav {
    display: none;
  }
  .worries {
    padding: 0 10px 80px;
  }
  #S02 {
    padding: 50px 0 0;
  }
  #S02 h2 {
    padding-bottom: 20px;
  }
  .resultBox {
    margin: 0 10px;
  }
  #S04 {
    padding: 50px 0 0;
    background-size: 95%;
    background-position: center 220px;
  }
  .worries ul {
    margin: auto;
  }
  .worries ul li {
    width: 49%;
  }
  .worries ul li p {
    padding: 10px;
    line-height: 1.6em;
    text-align: left;
    font-size: 0.7rem;
  }
  .worries ul li:nth-child(3), .worries ul li:nth-child(6) {
    margin-right: 5px;
  }
  .worries ul li {
    margin-right: 5px;
  }
  .worries ul li:nth-child(2), .worries ul li:nth-child(4), .worries ul li:nth-child(6) {
    margin-right: 0;
  }
  #S02 > p {
    padding: 20px 0;
  }
  .imgPhoto {
    padding-top: 0;
    padding-right: 10px;
  }
  .imgPhoto img {
    max-width: 66px;
  }
  .result {
    padding: 20px;
  }
  .price .title {
    font-size: 1.2rem;
  }
  .price .attention {
    font-size: 0.5rem;
    text-align: right;
  }
  .result .price ul {
    display: flex;
    justify-content: flex-start;
  }
  .result .price ul li {
    font-size: 3rem;
  }
  .result .price ul li:nth-child(4) {
    font-size: 2.4rem;
    padding-top: 10px;
  }
  .result .price ul .gothic,.result .price ul li:last-child {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.4rem;
    padding-top: 20px;
  }
  .case dl {
    margin: 0 10px;
  }
  .case p {
    font-size: 0.9rem;
    padding: 10px;
  }
  .case ul {
    padding: 0 10px 50px;
    display: block;
  }
  .case ul li:first-child {
    padding-right: 0;
    padding-top: 10px;
  }
  .case .title img {
    width: 40px;
    ;
    height: auto;
    top: 32%;
    left: 21%;
  }
  .case .title h4 {
    text-indent: 2em;
  }
  .case dt, .case dd {
    padding: 5px;
  }
  .case dt {
    font-size: 0.7rem;
  }
  .case dt span {
    font-size: 1.4rem;
    display: block;
  }
  .case dd {
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  .case dd h3 {
    font-size: 0.9rem;
    line-height: 1.4em;
    text-align: left;
  }
  .case ul li ol li p {
    font-size: 0.8rem;
    padding: 0;
  }
  #S03 {
    padding: 50px 0 0;
  }
  #S03 > p {
    font-size: 1rem;
    padding: 20px;
    line-height: 1.6em;
    text-align: left;
  }
  .detail h3 {
    font-size: 1.2rem;
  }
  .detail h4 {
    padding: 20px;
    font-size: 1rem;
    line-height: 1.4em;
  }
  .subSection p {
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.6em;
    padding: 0 10px;
  }
  .strengths h3 {
    font-size: 1.2rem;
    padding: 20px 0 0;
  }
  .strengths ul li {
    width: 43.55%;
    padding: 10px;
    border-bottom: 1px dotted #cccccc;
  }
  .strengths ul li:last-child {
    border-right: 1px dotted #cccccc;
  }
  .strengths ul li:nth-child(2), .strengths ul li:nth-child(4) {
    border-right: none;
  }
  .strengths ul li h4 {
    font-size: 0.7rem;
    padding: 10px;
  }
  .strengths ul li p {
    font-size: 0.7rem;
  }
  .strengths h3 strong {
    font-size: 2.4rem;
  }
  #S04 > p {
    text-align: left;
    padding: 20px 10px;
    line-height: 1.6em;
  }
  #S04 h3 {
    font-size: 1rem;
    letter-spacing: 2px;
  }
  #S04 h3 strong {
    font-size: 2.4rem;
    padding: 10px;
    letter-spacing: 5px;
  }
  #S04 h3 span {
    font-size: 1rem;
    line-height: 1.4em;
  }
  .colorImage {
    display: none;
  }
  .service {
    padding: 30px 10px 50px;
  }
  .service ul {
    justify-content: center;
  }
  .service ul li, .service ul:last-child li {
    width: 49.5%;
  }
  .service ul li img {
    max-width: 52px;
  }
  .service ul li div:last-child {
    width: auto;
    font-size: 0.5rem;
    line-height: 1.4em;
    padding-right: 5px;
  }
  .service ul li:last-child {
    border-right: 1px solid #FFF;
  }
  .service ul:last-child li {
    justify-content: flex-start;
  }
  #S05 {
    padding: 50px 0 0;
  }
  .faq {
    padding: 20px 10px;
  }
  .faq .title h3 {
    padding: 10px 10px;
    font-size: 0.7rem;
    line-height: 1rem;
    padding-left: 2em;
    text-indent: -1em;
  }
  .faq .title:after, .faq .title.open:after {
    content: none;
    /*position: absolute;
    right: 2%;
    top: 25%;*/
  }
  .faq p {
    font-size: 0.7rem;
    line-height: 1.6em;
  }
  .faq .title h3::before {
    content: "Q ";
  }
  footer {
    padding-bottom: 124px;
  }
  footer .logo {
    padding: 20px 0 20px;
  }
  footer .logo img {
    width: 230px;
  }
  footer nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer nav ul li a {
    font-size: 0.5rem;
    padding: 5px;
    letter-spacing: 0.5px;
  }
  .fotterContents {
    padding: 20px 0 20px;
  }
  .fotterContents address {
    font-size: 0.4rem;
    line-height: 1.6em;
    padding: 20px 0 0;
  }
  #floatBtnBox p{
    font-size: 0.8rem;
  }
  #floatBtnBox .floatBtn{
    display: block;
  }
  #floatBtnBox .floatBtn ul{
    margin: 0.5rem 1rem 0;
  }
  #floatBtnBox .floatBtn ul li a{
    font-size: 0.8rem;
    padding: 8px 0;
  }
}
/*----------------------------------------------------------- Tablet制御 */
@media all and (min-width:481px) and (max-width:1024px) {
  .contactBox {
    padding: 30px 0;
  }
  .contact h2 small {
    font-size: 1rem;
  }
  .contact h2 span strong {
    display: block;
    line-height: 3rem;
  }
  .contact h2::before {
    top: 15%;
    left: 104px;
  }
  .contact h2::after {
    top: 15%;
    right: 104px;
  }
  .contact .btn {
    font-size: 1.4rem;
  }
  .contact .btn a::before {
    top: 23%;
    left: 22%;
  }
  .contact .btn a::after {
    top: 28%;
    right: 7%;
  }
  .contact ul {
    width: 98%;
	align-items: flex-start;
  }
  .contact ul li:first-child {
    padding-top: 0;
  }
  .contact ul li:first-child::after {
    top: 38%;
  }
  .contact ul li span {
	text-align: left;
  }
  .contact .tel_txt_inr p{
    padding: 0 2.5rem 0 0;	
  }
  .contact .tel_txt span{
    margin-top: .7rem;
  }
  header .logo img {
    width: 220px;
  }
  .headerContents ul li:first-child {
    font-size: 1.2rem;
  }
  .telLink strong {
    padding-right: 5px;
  }
  .telLink strong::before {
    background-position: 0 -1px;
    vertical-align: bottom;
  }
  #S01 {
    padding-bottom: 50px;
  }
  #S01 nav {
    padding: 0 1%;
    margin: auto;
  }
  #S01 h2 {
    font-size: 2rem;
    padding: 40px 0 40px;
    letter-spacing: 5px;
  }
  .worries ul li {
    width: 32%;
  }
  .worries ul li p {
    font-size: 1rem;
  }
  #S01 h3 {
    font-size: 2.25rem;
  }
  #S01 h3 small {
    font-size: 1.375rem;
    line-height: 1.6rem;
  }
  #S01 h3 span {
    line-height: 3.4rem;
  }
  #S01 h3 strong {
    display: block;
  }
  #S02 {
    padding: 50px 0 0;
  }
  .resultBox {
    max-width: 700px;
  }
  .case {
    padding: 0 30px;
  }
  .case ul {
    display: block;
  }
  .case ul li:first-child {
    padding-right: 0;
  }
  .case img {
    padding-bottom: 30px;
  }
  #S03 {
    padding: 50px 0 0;
  }
  #S03 > p {
    font-size: 1.2rem;
    padding: 30px;
    line-height: 1.6em;
  }
  .subSection {
    padding: 0 20px
  }
  .strengths ul li {
    width: 19.4%;
  }
  #S04 {
    padding: 50px 0 0;
    background-size: 95%;
    background-position: center 180px;
  }
  #S04 > p {
    font-size: 1.2rem;
    padding: 50px 20px;
    line-height: 1.6em;
    text-align: left;
  }
  .colorImage {
    display: none;
  }
  .service {
    padding: 50px;
  }
  .service ul li, .service ul:last-child li {
    width: 49.8%;
  }
  .service ul:last-child {
    justify-content: center;
  }
  .faq {
    padding: 50px 20px;
  }
    footer .logo img {
    width: 220px;
  }
}
@media all and (min-width:1025px){
  .contact ul{
	 padding-right: 1rem;
  }
  .telLink strong::before{
    background-position: 0 -1px;
    vertical-align: bottom;
  }
  .contact .tel_txt_inr p{
	padding-right: 3.2rem;
  }
  .contact .tel_txt p strong{
	display: inline-block;
    padding-top: 0.3rem;
  }
  .contact .tel_txt02{
    padding-left: 2rem;	
  }
}
#pageTop {
  width: 70px;
  height: 70px;
  position: fixed;
  right: 50px;
  bottom: 96px;
  z-index: 999;
}
#pageTop a {
  position: relative;
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background: url("../img/pagetop.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 480px) {
  #pageTop {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 118px;
  }
}