@charset "UTF-8";
body {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  color: #313131;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 70px
}
a:hover {
  opacity: 0.8;
}
header.header {
  width: 100%;
  padding: 10px 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header.header .content {
  width: 95%;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
header.header .site-logo a {
  display: block;
  line-height: 60px;
}
header.header .site-logo img {
  height: 50px;
}
header.header .g-nav {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.header .g-nav ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.header .g-nav li {
  margin-right: 24px;
}
header.header .btn a {
  display: block;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  padding: 0 20px;
  background: #599FC2;
}
main.home #mainvisual {
  text-align: center;
  margin-bottom: 100px;
}
main.home #sec-limited {
  background: #EDF2FA;
  padding: 60px 0;
  position: relative;
}
main.home #sec-limited .ico {
  width: 400px;
  height: 82px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.4em;
  line-height: 82px;
  text-align: center;
  border: 1px solid #044285;
  border-radius: 10px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
main.home #sec-limited .ico:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/lp/ico_clean.png) no-repeat #fff center center / contain;
  width: 100px;
  height: 62px;
  left: 50%;
  transform: translateX(-50%);
  top: -42px;
}
main.home #sec-limited .ico strong {
  color: rgb(54, 130, 176);
}
main.home #sec-limited .lead {
  line-height: 1.8;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
main.home #sec-limited .sec-ttl {
  color: rgb(54, 130, 176);
  letter-spacing: 0.2em;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}
main.home #sec-limited .deduction {
  font-size: 24px;
  font-weight: bold;
  color: rgb(54, 130, 176);
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 32px;
  position: relative;
}
main.home #sec-limited .deduction:after {
  content: "";
  width: 224px;
  height: 16px;
  background: #FBF689;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main.home #sec-limited .btn {
  text-align: center;
}
main.home #sec-limited .btn a {
  display: block;
  color: #3682B0;
  width: 472px;
  height: 74px;
  line-height: 74px;
  font-size: 24px;
  letter-spacing: 0.16em;
  margin: 0 auto;
  position: relative;
  background: #FBF689;
  border-radius: 20px;
  font-weight: 700;
}
main.home #sec-limited .btn a:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/lp/arrow_down.png") no-repeat center center / contain;
  margin-left: 20px;
}
main.home #sec-reason {
  padding: 60px 0;
  background-image: url("../images/lp/bg_clinic.jpg");
  background-size: cover;
  background-position: center center;
}
main.home #sec-reason .sec-ttl {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.24em;
  text-align: center;
  margin-bottom: 60px;
}
main.home #sec-reason .list {
  width: 940px;
  counter-reset: item;
  padding: 80px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 auto 24px;
}
main.home #sec-reason .list li {
  letter-spacing: 0.24em;
  padding-left: 100px;
  margin-bottom: 50px;
  position: relative;
}
main.home #sec-reason .list li:before {
  counter-increment: item;
  content: counter(item);
  display: block;
  width: 68px;
  line-height: 68px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #599FC2;
  position: absolute;
  left: 0
}
main.home #sec-reason .list li:last-child {
  margin-bottom: 0;
}
main.home #sec-band {
  text-align: center;
  background: #599FC2;
  padding: 60px 0;
  margin-bottom: 60px;
}
main.home #sec-band .lead {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.24em;
  line-height: 1.8;
  margin-bottom: 20px;
}
main.home #sec-band .sec-ttl {
  color: #FDF76D;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
main.home #sec-feature .sec-ttl {
  color: #fff;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.24em;
  line-height: 1.8;
  text-align: center;
  background: #599FC2;
  padding: 50px 0;
}
main.home #sec-feature .sec-ttl strong {
  font-size: 24px;
}
main.home #sec-feature .content {
  padding: 80px 0;
  background-image: url("../images/lp/bg_clinic.jpg");
  background-size: cover;
  background-position: center center;
}
main.home #sec-feature .list {
  width: 1110px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
main.home #sec-feature .list li {
  width: 525px;
}
main.home #sec-feature .list .photo {
  text-align: center;
  margin-bottom: 20px;
}
main.home #sec-feature .list .photo img {
  width: 80%;
}
main.home #sec-feature .list .txt-area {
  padding: 40px;
  background: rgba(255, 255, 255, 0.5);
}
main.home #sec-feature .list .ttl {
  color: rgb(54, 130, 176);
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.24em;
  margin-bottom: 20px;
}
main.home #sec-feature .list .catch {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-bottom: 20px;
  border-bottom: 16px solid #D3E0F6;
  margin-bottom: 20px;
}
main.home #sec-feature .list .catch strong {
  color: rgb(54, 130, 176);
}
main.home #sec-feature .list .txt {
  letter-spacing: 0.24em;
  margin-bottom: 20px;
}
main.home #sec-feature .list .cmt {
  font-size: 16px;
  letter-spacing: 0.24em;
}
main.home #sec-feature .list p:last-child {
  margin-bottom: 0;
}
main.home #sec-counseling {
  background: #F6F6F6;
  padding: 80px 0;
}
main.home #sec-counseling .sec-ttl {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.24em;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
main.home #sec-counseling .sec-ttl:after {
  content: "";
  display: block;
  position: absolute;
  background: #D3E0F6;
  width: 240px;
  height: 16px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
main.home #sec-counseling .content {
  width: 960px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
main.home #sec-counseling .photo {
  width: 480px;
}
main.home #sec-counseling .photo img {
  width: 100%;
}
main.home #sec-counseling .txt {
  width: 444px;
}
main.home #sec-reservation {
  background: #F6F6F6;
  padding: 80px 0;
}
main.home #sec-reservation .sec-ttl {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.24em;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
main.home #sec-reservation .sec-ttl:after {
  content: "";
  display: block;
  position: absolute;
  background: #D3E0F6;
  width: 240px;
  height: 16px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
main.home #sec-reservation .photo {
  width: 960px;
  text-align: center;
  margin: 0 auto 40px;
}
main.home #sec-reservation .txt {
  width: 800px;
  margin: 0 auto 40px;
}
main.home #sec-reservation .btn-area {
  width: 960px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
main.home #sec-reservation .btn-area .btn {
  width: 293px;
}
main.home #sec-reservation .btn-area .btn a {
  display: block;
  line-height: 99px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
main.home #sec-reservation .btn-area .btn.diagnose a {
  background: #296B86;
}
main.home #sec-reservation .btn-area .btn.contact a {
  background: #39A9DB;
}
main.home #sec-reservation .btn-area .btn.reservation a {
  background: #06A77D;
}
main.home #sec-campaign {
  background: #EDF2FA;
  padding-bottom: 80px;
}
main.home #sec-campaign .sec-head {
  text-align: center;
  padding: 40px 0;
  background: #599FC2;
  margin-bottom: 60px;
}
main.home #sec-campaign .sec-head .sub-ttl {
  color: #fff;
  font-size: 34px;
  letter-spacing: 0.24em;
  font-weight: bold;
  line-height: 1.8;
}
main.home #sec-campaign .sec-head .sec-ttl {
  color: #FDF76D;
  font-size: 56px;
  letter-spacing: 0.24em;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 8px;
}
main.home #sec-campaign .sec-head .deduction {
  font-weight: bold;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.24em;
  color: #FDF76D;
}
main.home #sec-campaign .content {
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}
main.home #sec-campaign .catch {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
main.home #sec-campaign .catch strong {
  color: rgb(0, 51, 139);
}
main.home #sec-campaign table {
  background: #fff;
  margin-bottom: 60px;
  width: 100%;
}
main.home #sec-campaign table tr {
  border-bottom: 1px solid #737373;
}
main.home #sec-campaign table th, main.home #sec-campaign table td {
  font-size: 20px;
  padding: 24px;
  letter-spacing: 0.1em;
}
main.home #sec-campaign table th {
  min-width: 360px;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background: #599FC2;
}
main.home #sec-campaign table td strong {
  color: #00338B;
  font-size: 30px;
  font-weight: bold;
}
main.home #sec-campaign .cmt {
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
main.home #sec-campaign .block-card {
  text-align: center;
  background: #fff;
  overflow: hidden;
}
main.home #sec-campaign .block-card .card-ttl {
  background: #3FB8AB;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 45px;
  margin-bottom: 30px;
}
main.home #sec-campaign .block-card .txt {
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
main.home #sec-campaign .block-card .txt strong {
  color: rgb(54, 130, 176);
  font-size: 24px;
  font-weight: bold;
}
main.home #sec-campaign .block-card .btn {
  margin-bottom: 40px;
}
main.home #sec-campaign .block-card .btn a {
  display: block;
  width: 560px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  background: #3FB8AB;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
}
main.home #sec-campaign .block-card .btn a:after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url(../images/lp/arrow_right.png) no-repeat center center / contain;
  margin-left: 20px;
}
main.home #sec-strengths {
  margin-bottom: 80px;
}
main.home #sec-strengths .sec-ttl {
  color: #fff;
  font-size: 46px;
  letter-spacing: 0.24em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  padding: 40px 0;
  background: #599FC2;
  margin-bottom: 80px;
}
main.home #sec-strengths .block {
  width: 940px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 60px;
}
main.home #sec-strengths .block .photo {
  width: 368px;
}
main.home #sec-strengths .block .txt-area {
  width: 531px;
}
main.home #sec-strengths .block .block-ttl {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 4px solid #D3E0F6;
  margin-bottom: 20px;
}
main.home #sec-strengths .block .txt strong {
  color: rgb(232, 65, 46);
}
main.home #sec-strengths .btn.mrc {
  margin-bottom: 40px;
}
main.home #sec-strengths .btn a {
  display: block;
  width: 560px;
  max-width: 80%;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 65px;
  text-align: center;
  border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
main.home #sec-strengths .btn a:after {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url(../images/lp/arrow_right.png) no-repeat center center / contain;
  margin-left: 20px;
}
main.home #sec-strengths .btn.mrc a {
  background: #33609C;
}
main.home #sec-strengths .btn.shokyousei a {
  background: #3F99BF;
}
main.home #sec-price .sec-ttl {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
main.home #sec-price ul {
  width: 880px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: distribute;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
main.home #sec-price ul li {
  width: 400px;
  background: #EDF2FA;
  padding: 40px;
  margin-bottom: 80px;
}
main.home #sec-price ul .photo {
  text-align: center;
  margin-bottom: 20px;
}
main.home #sec-price ul .list-ttl {
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 16px;
}
main.home #sec-price ul .txt {
  letter-spacing: 0.1em;
  font-size: 16px;
  margin-bottom: 20px;
}
main.home #sec-price ul .btn a {
  display: block;
  line-height: 48px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  background: #57A4CB;
}
main.home #sec-price ul p:last-child {
  margin-bottom: 0;
}
main.home #sec-btn {
  padding: 70px 0;
  background-image: url("../images/lp/bg_para.png");
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 60px;
}
main.home #sec-btn .sec-ttl {
  text-align: center;
  letter-spacing: 0.24em;
  font-size: 30px;
  font-weight: bold;
  line-height: 2.2;
  margin-bottom: 60px;
}
main.home #sec-btn .btn-area {
  width: 960px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
main.home #sec-btn .btn-area .btn {
  width: 293px;
}
main.home #sec-btn .btn-area .btn a {
  display: block;
  line-height: 99px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
main.home #sec-btn .btn-area .btn.diagnose a {
  background: #296B86;
}
main.home #sec-btn .btn-area .btn.contact a {
  background: #39A9DB;
}
main.home #sec-btn .btn-area .btn.reservation a {
  background: #06A77D;
}
main.home #sec-monitor {
  background: #ECF3FF;
  padding-bottom: 80px;
  margin-bottom: 40px;
}
main.home #sec-monitor .sec-head {
  text-align: center;
  padding: 40px;
  background: #FBF689;
  margin-bottom: 60px;
}
main.home #sec-monitor .sec-head .lead {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.6em;
  line-height: 1.8;
}
main.home #sec-monitor .sec-head .lead strong {
  color: #116fd3;
}
main.home #sec-monitor .sec-head .sub-ttl {
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 24px;
}
main.home #sec-monitor .sec-head .sec-ttl {
  letter-spacing: 0.2em;
  color: #00338B;
  font-size: 40px;
  font-weight: bold;
}
main.home #sec-monitor .block {
  width: 960px;
  background: #fff;
  margin: 0 auto 60px;
}
main.home #sec-monitor .block.price .block-ttl {
  letter-spacing: 0.1em;
  font-size: 34px;
  color: #fff;
  background: #599FC2;
  padding: 16px 0px 16px 164px;
  font-weight: bold;
  position: relative;
}
main.home #sec-monitor .block.price .block-ttl:before {
  position: absolute;
  content: "";
  display: block;
  background: url("../images/lp/ico_campaign.png") no-repeat;
  background-size: contain;
  width: 128px;
  height: 150px;
  left: 15px;
  bottom: -15px;
}
main.home #sec-monitor .block.value .block-ttl {
  font-weight: bold;
  font-size: 26px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #3682B0;
  padding: 30px 0;
  position: relative;
  margin-bottom: 69px;
}
main.home #sec-monitor .block.value .block-ttl:before, main.home #sec-monitor .block.value .block-ttl:after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(57, 169, 219, 1) 8px, rgba(57, 169, 219, 1) 9px);
}
main.home #sec-monitor .block.value .block-ttl:before {
  top: 0;
}
main.home #sec-monitor .block.value .block-ttl:after {
  bottom: 0;
}
main.home #sec-monitor .block.value .block-ttl strong {
  font-size: 40px;
}
main.home #sec-monitor .block .content {
  background: #fff;
  margin-bottom: 0;
  padding: 48px 80px;
  letter-spacing: 0.1em;
  font-size: 18px;
}
main.home #sec-monitor .block.value .content .catch {
  margin-bottom: 34px;
}
main.home #sec-monitor .block.value .content .catch strong {
  color: #3682B0;
  font-weight: bold;
}
main.home #sec-monitor .block .content .txt {
  margin-bottom: 30px;
}
main.home #sec-monitor .block.price .content .txt strong {
  font-size: 24px;
  font-weight: bold;
  color: #fd6d05;
}
main.home #sec-monitor .block .content .txt .director {
  width: 40%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
main.home #sec-monitor .block .content p:last-child {
  margin-bottom: 0;
}
main.home #sec-monitor .block .content .unit {
  margin-bottom: 40px;
}
main.home #sec-monitor .block .content .unit .unit-ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.2em;
  color: #3682B0;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
main.home #sec-monitor .block .content .unit .unit-ttl:after {
  content: "";
  width: 56px;
  height: 8px;
  background: #599FC2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main.home #sec-monitor .block .content .unit .lead {
  font-weight: bold;
  font-size: 26px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
main.home #sec-monitor .block .content .unit .lead strong {
  color: #3682B0;
}
main.home #sec-monitor .btn-area {
  width: 960px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  x
}
main.home #sec-monitor .btn-area .btn {
  width: 293px;
}
main.home #sec-monitor .btn-area .btn a {
  display: block;
  line-height: 99px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
main.home #sec-monitor .btn-area .btn.diagnose a {
  background: #296B86;
}
main.home #sec-monitor .btn-area .btn.contact a {
  background: #39A9DB;
}
main.home #sec-monitor .btn-area .btn.reservation a {
  background: #06A77D;
}
main.home #sec-about {
  padding-top: 80px;
  background-image: url("../images/lp/bg_orthodontics.png");
  background-position: right top;
  background-repeat: no-repeat;
  margin-bottom: 60px;
}
main.home #sec-about .content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
main.home #sec-about .sec-ttl {
  font-size: 34px;
  margin-bottom: 36px;
}
main.home #sec-trouble {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
main.home #sec-trouble:after {
  content: "";
  width: 100%;
  height: 200px;
  background-color: #EDF2FA;
  position: absolute;
  bottom: 0;
  z-index: -1;
  margin: auto;
}
main.home #sec-trouble .content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
main.home #sec-trouble .sec-ttl {
  font-size: 34px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 71px;
}
main.home #sec-trouble .list {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
main.home #sec-trouble .list li {
  width: calc((100% - 72px) / 4);
}
main.home #sec-trouble .goal {
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #3682B0;
  margin-bottom: 30px;
}
main.home #sec-point {
  width: 960px;
  margin: 0 auto 80px;
}
main.home #sec-point .sec-head {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
main.home #sec-point .sec-head:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #D3E0F6;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
main.home #sec-point .sec-head .sec-ttl {
  display: inline-block;
  font-size: 40px;
  padding: 0 20px;
  background: #fff;
}
main.home #sec-point .block {
  width: 960px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 60px;
}
main.home #sec-point .block .image {
  width: 370px;
}
main.home #sec-point .block.point1 .image {
  order: 2;
}
main.home #sec-point .block.point2 .image {
  order: 1;
}
main.home #sec-point .block.point3 .image {
  order: 2;
}
main.home #sec-point .block.point4 .image {
  order: 1;
}
main.home #sec-point .block .txt-area {
  width: 530px;
  position: relative;
}
main.home #sec-point .block.point1 .txt-area {
  padding-left: 50px;
  order: 1;
}
main.home #sec-point .block.point2 .txt-area {
  padding-right: 50px;
  order: 2;
}
main.home #sec-point .block.point3 .txt-area {
  padding-left: 50px;
  order: 1;
}
main.home #sec-point .block.point4 .txt-area {
  padding-right: 50px;
  order: 2;
}
main.home #sec-point .block .txt-area:after {
  content: "";
  width: 400px;
  max-width: 80%;
  height: 380px;
  position: absolute;
  top: 35px;
  border: 20px solid #EDF2FA;
  z-index: -2;
}
main.home #sec-point .block.point1 .txt-area:after {
  left: 0;
}
main.home #sec-point .block.point2 .txt-area:after {
  right: 0;
}
main.home #sec-point .block.point3 .txt-area:after {
  left: 0;
}
main.home #sec-point .block.point4 .txt-area:after {
  right: 0;
}
main.home #sec-point .block .block-ttl {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
main.home #sec-point .block.point2 .block-ttl {
  text-align: right;
}
main.home #sec-point .block.point4 .block-ttl {
  text-align: right;
}
main.home #sec-point .block .block-ttl:after {
  content: "";
  width: 130px;
  height: 15px;
  position: absolute;
  bottom: 15px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(100, 100, 100, 1) 8px, rgba(100, 100, 100, 1) 9px);
}
main.home #sec-point .block.point1 .block-ttl:after {
  left: 0;
}
main.home #sec-point .block.point2 .block-ttl:after {
  right: 0;
}
main.home #sec-point .block.point3 .block-ttl:after {
  left: 0;
}
main.home #sec-point .block.point4 .block-ttl:after {
  right: 0;
}
main.home #sec-point .block .catch {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
main.home #sec-point .block .txt {
  padding: 20px 0;
  position: relative;
  background-color: #D3E0F6;
}
main.home #sec-point .block.point1 .txt {
  padding-left: 20px;
}
main.home #sec-point .block.point2 .txt {
  padding-right: 20px;
}
main.home #sec-point .block.point3 .txt {
  padding-left: 20px;
}
main.home #sec-point .block.point4 .txt {
  padding-right: 20px;
}
main.home #sec-point .block .txt:after {
  content: "";
  width: 800px;
  height: 100%;
  background-color: #D3E0F6;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
main.home #sec-point .block.point1 .txt:after {
  left: 0;
}
main.home #sec-point .block.point2 .txt:after {
  right: 0;
}
main.home #sec-point .block.point3 .txt:after {
  left: 0;
}
main.home #sec-point .block.point4 .txt:after {
  right: 0;
}
main.home #sec-compare {
  width: 960px;
  margin: 0 auto 60px;
}
main.home #sec-compare .sec-head {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
main.home #sec-compare .sec-head:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #D3E0F6;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
main.home #sec-compare .sec-head .sec-ttl {
  display: inline-block;
  font-size: 40px;
  padding: 0 20px;
  background: #fff;
}
main.home #sec-compare .table {
  text-align: center;
  margin-bottom: 60px;
}
main.home #sec-compare .detail {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 60px;
  position: relative;
}
main.home #sec-compare .detail:after {
  content: "";
  width: 70%;
  height: 2px;
  background: #D3E0F6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main.home #sec-compare .detail li {
  width: 400px;
}
main.home #sec-compare .detail .list-ttl {
  color: #638ed8;
  font-size: 28px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
}
main.home #sec-compare .detail li:first-child .list-ttl {
  background-image: url("../images/lp/bg_bubble01.png"), url("../images/lp/bg_bubble02.png");
  background-position: 100% 100%, 0 0;
}
main.home #sec-compare .detail li:last-child .list-ttl {
  background-image: url("../images/lp/bg_bubble01.png"), url("../images/lp/bg_bubble03.png");
  background-position: 100% 0, 0 30%;
}
main.home #sec-compare .detail .txt {
  padding-top: 40px;
  position: relative;
}
main.home #sec-compare .detail .txt:after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  top: -10px;
  left: 0;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(100, 100, 100, 1) 10px, rgba(100, 100, 100, 1) 11px);
}
main.home #sec-consultant {
  margin-bottom: 80px;
}
main.home #sec-consultant .sec-ttl {
  text-align: center;
  margin-bottom: 60px;
}
main.home #sec-consultant .sec-ttl img {
  width: 100%;
  max-width: 1286px;
}
main.home #sec-consultant .about {
  width: 900px;
  margin: 0 auto 60px;
}
main.home #sec-consultant .about .content-ttl {
  font-size: 40px;
  color: #638ED8;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
main.home #sec-consultant .about .content-ttl:after {
  content: "";
  width: 80%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(100, 100, 100, 1) 10px, rgba(100, 100, 100, 1) 11px);
}
main.home #sec-consultant .howto {
  margin-bottom: 60px;
}
main.home #sec-consultant .howto .content-head {
  width: 700px;
  text-align: center;
  position: relative;
  margin: 0 auto 60px;
}
main.home #sec-consultant .howto .content-head:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #D3E0F6;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
main.home #sec-consultant .howto .content-head .content-ttl {
  display: inline-block;
  font-size: 32px;
  padding: 0 20px;
  background: #fff;
}
main.home #sec-consultant .howto .block {
  padding-bottom: 50px;
  position: relative;
}
main.home #sec-consultant .howto .block:after {
  content: "";
  width: 50%;
  height: 100%;
  background: #EDF2FA;
  position: absolute;
  top: 0;
  z-index: -1;
}
main.home #sec-consultant .howto .block1:after {
  left: 0;
}
main.home #sec-consultant .howto .block2:after {
  right: 0;
}
main.home #sec-consultant .howto .block3:after {
  left: 0;
}
main.home #sec-consultant .howto .block4:after {
  right: 0;
}
main.home #sec-consultant .howto .block .inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
main.home #sec-consultant .howto .block2 .content {
  margin-bottom: 60px;
}
main.home #sec-consultant .howto .block .content:after {
  content: "";
  display: block;
  clear: both;
}
main.home #sec-consultant .howto .block1 .bg {
  width: 260px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
main.home #sec-consultant .howto .block4 .bg {
  width: 280px;
  position: absolute;
  left: -30px;
  top: 30px;
}
main.home #sec-consultant .howto .block .txt-area {
  width: 490px;
}
main.home #sec-consultant .howto .block1 .txt-area {
  float: left;
}
main.home #sec-consultant .howto .block2 .txt-area {
  float: right;
  padding-left: 30px;
}
main.home #sec-consultant .howto .block3 .txt-area {
  float: left;
}
main.home #sec-consultant .howto .block4 .txt-area {
  float: right;
  padding-left: 30px;
}
main.home #sec-consultant .howto .block .block-ttl {
  font-family: kazimir, sans-serif;
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  padding-left: 10px;
  margin-top: -30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
main.home #sec-consultant .howto .block .block-ttl:after {
  content: "";
  width: 46px;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 8px, rgba(100, 100, 100, 1) 8px, rgba(100, 100, 100, 1) 9px);
}
main.home #sec-consultant .howto .block .txt {
  font-size: 20px;
  margin-bottom: 20px;
}
main.home #sec-consultant .howto .block .txt:last-child {
  margin-bottom: 0;
}
main.home #sec-consultant .howto .point {
  margin-bottom: 120px;
}
main.home #sec-consultant .howto .point:last-child {
  margin-bottom: 0;
}
main.home #sec-consultant .howto .point .content-ttl {
  width: 352px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  background: #638ED8;
  margin: 0 auto 33px;
}
main.home #sec-consultant .howto .point .catch {
  font-style: 20px;
  text-align: center;
  margin-bottom: 60px;
}
main.home #sec-consultant .howto .point .flow {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-bottom: 60px;
}
main.home #sec-consultant .howto .point .flow li {
  width: 273px;
  margin-right: 60px;
}
main.home #sec-consultant .howto .point .flow li:last-child {
  margin-right: 0;
}
main.home #sec-consultant .howto .point .flow .ttl {
  color: #1D70A2;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
main.home #sec-consultant .howto .point .flow .ttl .num {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  font-family: kazimir, sans-serif;
  font-weight: bold;
  color: #fff;
  background: #638ED8;
  border-radius: 50%;
  margin-right: 12px;
}
main.home #sec-consultant .howto .point .cmt {
  max-width: 758px;
  font-size: 20px;
  background: #fff;
  padding: 24px;
  border: 1px solid #1D70A2;
  border-radius: 40px;
  margin: 0 auto 80px;
}
main.home #sec-consultant .goal {
  font-size: 24px;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 60px;
  position: relative;
}
main.home #sec-consultant .goal:before {
  content: "";
  display: block;
  background: #fff;
  border: 20px solid #EDF2FA;
  width: 417px;
  height: 100%;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
main.home #sec-consultant .btn-area {
  width: 960px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
main.home #sec-consultant .btn-area .btn {
  width: 293px;
}
main.home #sec-consultant .btn-area .btn a {
  display: block;
  line-height: 99px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
main.home #sec-consultant .btn-area .btn.diagnose a {
  background: #296B86;
}
main.home #sec-consultant .btn-area .btn.contact a {
  background: #39A9DB;
}
main.home #sec-consultant .btn-area .btn.reservation a {
  background: #06A77D;
}
main.home #sec-company {
  width: 600px;
  margin: 0 auto 60px;
}
main.home #sec-company .image {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
main.home #sec-company .holiday dl {
  text-align: center;
  margin: auto;
}
main.home #sec-company .holiday dt, main.home #sec-company .holiday dd {
  display: inline-block;
}
main.home #sec-company .holiday dt {
  color: rgb(29, 112, 162);
}
main.home #sec-company .access {
  text-align: center;
  margin-bottom: 30px;
}
main.home #sec-company .adderss {
  text-align: center;
}
main.home #sec-access {
  background: #EDF2FA;
  padding: 80px 0;
  margin-bottom: 80px;
}
main.home #sec-access .sec-ttl {
  font-weight: bold;
  font-size: 34px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.24em;
  margin-bottom: 40px;
}
main.home #sec-access .catch {
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 51px;
}
main.home #sec-access .block {
  width: 960px;
  margin: 0 auto;
}
main.home #sec-access .block.oomagari {
  padding-bottom: 70px;
  border-bottom: 1px solid #B1B1B1;
  margin-bottom: 78px;
}
main.home #sec-access .block .cmt {
  text-align: center;
  margin-bottom: 40px;
}
main.home #sec-access .block .content {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 82px;
}
main.home #sec-access .block .content:last-child {
  margin-bottom: 0;
}
main.home #sec-access .block .content .name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}
main.home #sec-access .block .content .position {
  font-size: 16px;
}
main.home #sec-access .block .content .addess {
  font-size: 16px;
}
main.home #sec-access .block .content .tel {
  font-size: 16px;
  margin-bottom: 21px;
}
main.home #sec-access .block .content .tel a {
  color: #00338B;
  text-decoration: underline;
}
main.home #sec-access .block .content .access li {
  font-size: 16px;
}
main.home #sec-access .block .content .access li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #3682B0;
  margin-right: 10px;
}
main.home #sec-access .block .content .map {
  width: 480px;
  height: 270px;
}
main.home #sec-access .block .content .map iframe {
  width: 100%;
  height: 100%;
}
main.home #sec-access .block .content .btn {
  width: 464px;
}
main.home #sec-access .block .from {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}
main.home #sec-access .block .from li {
  width: 276px;
}
main.home #sec-access .block .from .list-ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FD6D05;
  border-bottom: 4px solid #FD6D05;
  margin-bottom: 14px;
}
main.home #sec-access .block .btn {
  width: 100%;
}
main.home #sec-access .block .btn a {
  display: block;
  line-height: 95px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
main.home #sec-access .block .btn.oomagari a {
  background: #39A9D3;
}
main.home #sec-access .block .btn.sapporo a {
  background: #06A77D;
}
main.home #sec-tour {
  width: 1152px;
  margin: 0 auto 60px;
}
main.home #sec-tour .sec-ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 40px;
  position: relative;
}
main.home #sec-tour .sec-ttl:after {
  content: "";
  width: 50%;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(57, 169, 219, 1) 10px, rgba(57, 169, 219, 1) 11px);
}
main.home #sec-tour .list {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: distribute;
}
main.home #sec-tour .list li {
  margin-bottom: 60px;
}
main.home #sec-contact {
  width: 700px;
  margin: 0 auto 60px;
}
main.home #sec-contact .sec-ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
footer.footer .copyright {
  text-align: center;
  padding: 80px 0;
  font-size: 14px;
}