@charset "UTF-8";

/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */
}

html body {
  color: #463603;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  background: #fff;
  min-width: 1100px;
  -webkit-text-size-adjust: none;
}

html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

html h1,
html h2,
html h3,
html h4 {
  line-height: 1.6;
  letter-spacing: 0.06em;
}

html p {
  letter-spacing: 0.06em;
}

html a {
  color: #463603;
  text-decoration: none;
  border: 0;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

html a img {
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

html a:hover {
  filter: brightness(120%);
}

html a[target=_blank]:not(.none) {
  color: #463603;
  text-decoration: underline;
}

html a[target=_blank]:not(.none):after {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 1rem;
  margin-left: 4px;
  padding-right: 4px;
}

html a[target=_blank]:not(.none):hover {
  color: #007bc7;
}

html .animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}

html .animation_left {
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}

html .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html .animation_right {
  transform: translate(10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}

html .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html .animation_down {
  transform: translate(0px, -10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}

html .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html #wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

html #wrap article {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  html body {
    min-width: 320px;
    font-size: 1.3rem;
  }

  html img {
    max-width: 100%;
    height: auto;
  }

  html .pc {
    display: none !important;
  }

  html #wrap {
    padding-top: 60px;
  }

  html #wrap article {
    min-width: 100%;
  }
}

@media screen and (min-width: 741px) {
  html .sp {
    display: none !important;
  }
}

html a.tel {
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #004ea2;
}

html a.tel .icon-tel {
  font-size: 2.8rem;
  position: relative;
  top: 2px;
  margin-right: 6px;
}

html a.tel em {
  font-size: 3.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  html a.tel {
    pointer-events: auto;
  }
}

html header {
  width: 100%;
  height: 140px;
  position: relative;
}

html header .seo {
  padding: 20px 30px 0;
}

html header .seo span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: normal;
  color: #004ea2;
}

html header .header_content {
  padding: 20px 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  html header {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 0.4s ease;
    backface-visibility: hidden;
  }

  html header.on {
    top: -22px;
  }

  html header .seo {
    display: block;
    background: #f1f1f1;
    padding: 0;
    text-align: center;
  }

  html header .seo span {
    display: block;
    line-height: 22px;
    font-size: 1rem;
    letter-spacing: normal;
    color: #004ea2;
    white-space: nowrap;
    text-indent: 10px;
  }

  html header .header_content {
    padding: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
  }

  html header .header_content .logo {
    padding-left: 12px;
  }

  html header .header_content .logo img {
    width: auto;
    height: 30px;
  }

  html header .header_content .tel {
    display: none;
  }

  html header .header_content #slidemenuBtn {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  html header .header_content #slidemenuBtn>span {
    width: 26px;
    height: 15px;
    position: relative;
  }

  html header .header_content #slidemenuBtn>span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #463603;
  }

  html header .header_content #slidemenuBtn>span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #463603;
  }

  html header .header_content #slidemenuBtn>span>span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 1px;
    background: #463603;
  }

  html header .header_content #slidemenuBtn>span>span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 1px;
    background: #463603;
  }
}

html .main_title {
  position: relative;
}

html .main_title .swiper-container {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 842px;
  background-color: #F8FBFC;
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  display: block;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide a:hover {
  filter: none;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide01 a {
  background-image: url(/img/slide01.jpg);
  background-position: top;
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide02 a {
  background-color: #fafbff;
  background-image: url(/img/slide02.jpg);
}

html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide03 a {
  background-image: url(/img/slide03.jpg);
}

html .main_title .swiper-container .swiper-wrapper .swiper-text {
  position: relative;
  padding: 80px;
}
html .main_title .swiper-container .swiper-wrapper .swiper-text h2{
    padding-top: 0;
}

html .main_title .swiper-container .swiper-wrapper .swiper-text .circle {
  position: absolute;
  right: 30px;
  top: 10px;
  mix-blend-mode: multiply;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

@media screen and (min-width: 1300px) {
  html .main_title .swiper-container .swiper-wrapper .swiper-text .circle {
    right: auto;
    left: 760px;
    top: 120px;
  }
}

html .main_title .swiper-container .swiper-wrapper .swiper-text .award {
  position: absolute;
  right: 0;
  bottom: -100px;
}

.price_txt_img {
  padding-top: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
}

.price_txt_box .ttl{
  color: #f35e73;
  font-size: 2.3rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}

html .priceBox {
  display: flex;
  justify-content: flex-start;
}

html .priceBox dl {
  width: 224px;
  box-sizing: border-box;
}

html .priceBox dl dt {
  background: #f35e73;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  line-height: 28px;
}

html .priceBox dl dd {
  width: 100%;
  height: 74px;
  box-sizing: border-box;
  border: 2px solid #f35e73;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f35e73;
}

html .priceBox dl dd span {
  line-height: 1;
  font-size: 1.3rem;
  border: 1px solid #f35e73;
  width: 40px;
  height: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

html .priceBox dl dd small {
  position: relative;
  top: 5px;
  display: block;
  line-height: 1;
  font-size: 3.4rem;
  font-weight: 500;
}

html .priceBox dl dd em {
  font-family: "Oswald", sans-serif;
  font-size: 4.6rem;
  font-weight: 500;
}

html .priceBox dl+dl {
  margin-left: 25px;
}

html .fee_img_div{
    max-width: 380px;
    width: 100%;
}

html .main_title .swiper-container .swiper-wrapper .swiper-text2 h2 {
  position: absolute;
  left: 50px;
  bottom: 50px;
}

html .main_title .swiper-container .swiper-wrapper .swiper-text2 .award {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

html .main_title .swiper-container .swiper-pagination {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  bottom: 30px;
  line-height: 1;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
  margin: 0 10px;
  background: #c1e0f2;
  border: none;
  opacity: 1;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border-radius: 50%;
}

html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #004ea2;
}

@media screen and (max-width: 768px) {
    html .main_title .swiper-container .swiper-wrapper .swiper-text h2{
        padding-top: 0;
    }
    .price_txt_box{
        padding: 20px 15px 0 15px;
    }
  html .main_title {
    position: relative;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide a {
    width: 100%;
    height: auto;
    height: 100%;
    padding: 90vw 0 30px;
    box-sizing: border-box;
    background-size: cover;
    display: block;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide01 a {
    background-image: url(/img/slide01@sp.jpg);
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-slide#slide02 a {
    background-image: url(/img/slide02@sp.jpg);
    background-position: top center;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-text {
    position: relative;
    padding: 0 30px 30px;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-text .circle {
    position: absolute;
    left: auto;
    right: 10px;
    top: 0px;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-text .circle img {
    width: 26vw;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-text .award {
    position: absolute;
    right: 0;
    top: -130px;
    bottom: auto;
    width: 150px;
  }

  html .priceBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  html .priceBox dl {
    width: calc(50% - 10px);
    box-sizing: border-box;
  }

  html .priceBox dl dt {
    font-size: 1.3rem;
    line-height: 22px;
  }

  html .priceBox dl dd span {
    line-height: 1;
    font-size: 1rem;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: pre;
    border: 1px solid #f35e73;
    width: 18px;
    height: 30px;
    margin-right: 5px;
  }

  html .priceBox dl dd small {
    top: 2px;
    font-size: 2.8rem;
    font-weight: 500;
  }

  html .priceBox dl dd em {
    font-size: 3.6rem;
  }

  html .priceBox dl+dl {
    margin-left: 0;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-text2 h2 {
    position: absolute;
    position: static;
    left: 0px;
    width: 100%;
    text-align: center;
    bottom: 160px;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-text2 h2 img {
    width: 70%;
  }

  html .main_title .swiper-container .swiper-wrapper .swiper-text2 .award {
    display: block;
  }

  html .main_title .swiper-container .swiper-pagination {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 30px;
    line-height: 1;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0 10px;
    background: #c1e0f2;
    border: none;
    opacity: 1;
    width: 9px;
    height: 9px;
    box-sizing: border-box;
    border-radius: 50%;
  }

  html .main_title .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #004ea2;
  }

  .price_txt_img {
    flex-direction: column;
  }
  .price_txt_box .ttl{
    font-size: 1.75rem;
    display: block;
  }
  
}

@media screen and (max-width:400px) {
  html .priceBox {
    flex-direction: column;
    row-gap: 30px;
  }

  html .priceBox dl {
    width: 100%;
  }
}

html nav {
  width: 100%;
  position: relative;
  z-index: 3;
}

html nav ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

html nav ul>li {
  flex: auto;
}

html nav ul>li>a {
  width: 100%;
  height: 94px;
  font-size: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

html nav ul>li>a:hover {
  color: #cc9e08;
}

@media screen and (max-width: 768px) {
  html nav {
    display: none;
  }
}

html .trigger.active>a {
  color: #fff !important;
  background: #004ea2;
}

html .trigger .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(0deg, #004ea2 0%, #008ee2 100%);
  background-image: -webkit-linear-gradient(0deg, #004ea2 0%, #008ee2 100%);
  background-image: -ms-linear-gradient(0deg, #004ea2 0%, #008ee2 100%);
  transition: all 0.4s ease;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
  z-index: 10;
}

html .trigger .submenu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

html .trigger .submenu ol {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

html .trigger .submenu ol li {
  width: 25%;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-sizing: border-box;
  border-left: 0;
  border-bottom: 0;
}

html .trigger .submenu ol li a {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.3rem;
}

html .trigger .submenu ol li a:hover {
  background: #007bc7;
}

html .sect_ttl {
  padding: 120px 0;
  text-align: center;
  position: relative;
}

html .sect_ttl .en {
  display: block;
  line-height: 1;
  font-family: "script", sans-serif;
  font-size: 6rem;
}

html .sect_ttl .subtext {
  display: block;
  line-height: 1;
  padding-top: 25px;
  font-size: 2.4rem;
  font-weight: 500;
}

html .sect_ttl em {
  padding-top: 25px;
  margin-top: 25px;
  display: block;
  font-size: 6.7rem;
  line-height: 1;
  font-weight: 600;
  position: relative;
}

html .sect_ttl em:before {
  content: "";
  width: 56px;
  height: 2px;
  background: #463603;
  position: absolute;
  left: calc(50% - 28px);
  top: 0;
}

html .sect_ttl em small {
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  html .sect_ttl {
    padding: 60px 0;
  }

  html .sect_ttl .en {
    font-size: 3rem;
  }

  html .sect_ttl .subtext {
    padding-top: 12px;
    font-size: 1.4rem;
  }

  html .sect_ttl em {
    padding-top: 15px;
    margin-top: 15px;
    font-size: 4.2rem;
  }

  html .sect_ttl em:before {
    width: 28px;
    height: 2px;
    left: calc(50% - 14px);
  }

  html .sect_ttl em small {
    font-size: 0.8em;
  }
}

html .btn {
  width: 280px;
  max-width: 100%;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #f35e73;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #f35e73;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

html .btn span {
  position: relative;
  top: -2px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  text-align: center;
}

html .btn:before {
  content: "\e901";
  font-family: "icomoon";
  font-size: 1.2rem;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

html .btn:hover {
  background: #f35e73;
  filter: brightness(110%);
  color: #fff;
}

@media screen and (max-width: 768px) {
  html .btn {
    width: 250px;
    height: 46px;
    border-radius: 23px;
  }

  html .btn span {
    font-size: 1.5rem;
  }
}

html .web_diagnosis {
  text-align: center;
}

html .bgdot_white {
  background: url("/common/img/bg/dot_white.png") repeat 0 0;
  background-size: 100px 100px;
}

html .feature {
  position: relative;
}

html .feature .feature_head {
  background: #d5e8f3 url("/img/feature_bg.jpg") no-repeat right top;
  background-size: auto 100%;
}

html .feature .feature_head .feature_head_inner {
  width: 1000px;
  margin: 0 auto;
}

html .feature .feature_head .feature_head_inner .sect_ttl .en {
  color: #ffff2c;
}

html .feature .feature_head .feature_head_inner .sect_ttl em span {
  color: #f35e73;
}

html .feature .feature_head .feature_head_inner .formula {
  display: flex;
  justify-content: center;
  align-items: center;
}

html .feature .feature_head .feature_head_inner .formula figure {
  width: 430px;
  height: 80px;
  border-radius: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

html .feature .feature_head .feature_head_inner .formula .icon-cross {
  color: #fff;
  font-size: 4rem;
  padding: 0 25px;
}

html .feature .feature_head .feature_head_inner .formula+p {
  font-size: 1.6rem;
  padding: 25px 0 70px;
  text-align: center;
}

html .feature .feature_body {
  width: 100%;
  /* max-width: 1400px; */
  padding: 0 100px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

html .feature .feature_body .item {
  width: calc((100% - 30px) / 2);
  position: relative;
  margin-bottom: 100px;
}

html .feature .feature_body .item .num {
  mix-blend-mode: hard-light;
  font-size: 9rem;
  font-family: "Oswald", sans-serif;
  color: #004ea2;
  position: absolute;
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: -0.5em;
  line-height: 1;
  text-align: center;
}

html .feature .feature_body .item figure {
  position: relative;
}

html .feature .feature_body .item figure .label {
  position: absolute;
  left: -50px;
  top: -30px;
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 20px 25px;
  background: #f35e73;
}

html .feature .feature_body .item figure .label:before {
  content: "\e907";
  font-family: "icomoon";
  position: absolute;
  left: 30%;
  top: 100%;
  color: #f35e73;
  font-size: 2rem;
  line-height: 1;
}

html .feature .feature_body .item figure .script {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  line-height: 1;
  text-indent: -1em;
  padding-left: 1em;
  mix-blend-mode: multiply;
  font-family: "script", sans-serif;
  font-size: 4rem;
  color: #d9b31b;
  transform: rotate(-25deg);
}

html .feature .feature_body .item .text {
  box-sizing: border-box;
  padding: 60px 40px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

html .feature .feature_body .item .text h3 {
  color: #f35e73;
  font-size: 2.3rem;
  line-height: 1.6;
  font-weight: 600;
}

html .feature .feature_body .item .text h3 sup {
  font-size: 1rem;
}

html .feature .feature_body .item .text p {
  padding: 20px 0 0;
  text-align: left;
}

html .feature .feature_body .item .text p small {
  padding-top: 10px;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

html .feature .feature_body .item .text .btn {
  margin: 20px auto 0;
}

html .feature .feature_body .item#feature01 {
  position: relative;
  width: calc(100% + 200px);
  margin: 120px -100px;
}

html .feature .feature_body .item#feature01:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 100px);
  height: 100%;
  background: #fcfcfc;
  border-radius: 10px 0 0 10px;
}

html .feature .feature_body .item#feature01 .num {
  left: 130px;
  top: -0.65em;
  width: auto;
  font-size: 16rem;
  color: #009afd;
  mix-blend-mode: normal;
}

html .feature .feature_body .item#feature01 figure {
  width: 76%;
  margin-left: auto;
}

html .feature .feature_body .item#feature01 figure .label {
  left: auto;
  right: 0;
  text-align: right;
  line-height: 1.3;
}

html .feature .feature_body .item#feature01 figure .label:before {
  left: auto;
  right: 50px;
  transform: scale(-1, 1);
}

html .feature .feature_body .item#feature01 figure img {
  width: 100%;
  border-radius: 0;
}

html .feature .feature_body .item#feature01 .text {
  width: 500px;
  position: absolute;
  left: 170px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

html .feature .feature_body .item#feature02 {
  position: relative;
  width: calc(100% + 200px);
  margin: 0 -100px 120px;
}

html .feature .feature_body .item#feature02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 100px);
  height: 100%;
  background: #fcfcfc;
  border-radius: 10px 0 0 10px;
}

html .feature .feature_body .item#feature02 .num {
  left: auto;
  right: 150px;
  top: -0.75em;
  width: auto;
  font-size: 16rem;
  color: #009afd;
  mix-blend-mode: normal;
}

html .feature .feature_body .item#feature02 figure {
  width: 60%;
}

html .feature .feature_body .item#feature02 figure .label {
  left: 0;
}

html .feature .feature_body .item#feature02 figure .script {
  right: 0;
  left: auto;
}

html .feature .feature_body .item#feature02 figure img {
  width: 100%;
  border-radius: 0;
}

html .feature .feature_body .item#feature02 .text {
  width: 500px;
  position: absolute;
  right: 200px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

html .feature .feature_body .item#feature04 figure .label,
html .feature .feature_body .item#feature06 figure .label {
  left: auto;
  right: -50px;
}

html .feature .feature_body .item#feature04 figure .label:before,
html .feature .feature_body .item#feature06 figure .label:before {
  left: auto;
  right: 50px;
  transform: scale(-1, 1);
}

@media screen and (max-width: 768px) {
  html .feature {
    position: relative;
  }

  html .feature .feature_head {
    background: #d5e8f3 url("/img/feature_bg@sp.jpg") no-repeat right bottom;
    background-size: 100% auto;
    padding-bottom: 80vw;
  }

  html .feature .feature_head .feature_head_inner {
    width: 100%;
    margin: 0 auto;
  }

  html .feature .feature_head .feature_head_inner .formula {
    display: block;
    text-align: center;
  }

  html .feature .feature_head .feature_head_inner .formula figure {
    width: 300px;
    margin: 0 auto;
    height: 64px;
    border-radius: 32px;
  }

  html .feature .feature_head .feature_head_inner .formula figure img {
    transform: scale(0.8);
  }

  html .feature .feature_head .feature_head_inner .formula .icon-cross {
    display: block;
    color: #fff;
    font-size: 3rem;
    padding: 15px;
  }

  html .feature .feature_head .feature_head_inner .formula+p {
    font-size: 1.5rem;
    padding: 25px 30px 0;
    text-align: left;
  }

  html .feature .feature_body {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: block;
  }

  html .feature .feature_body .item {
    width: 100%;
    position: relative;
    margin-bottom: 50px;
  }

  html .feature .feature_body .item .num {
    bottom: 0;
    font-size: 8rem;
    z-index: 20;
    pointer-events: none;
  }

  html .feature .feature_body .item figure {
    position: relative;
  }

  html .feature .feature_body .item figure .label {
    position: absolute;
    left: auto;
    right: 0;
    top: -20px;
    display: inline-block;
    font-size: 1.5rem;
    padding: 14px 28px;
  }

  html .feature .feature_body .item figure .label:before {
    left: auto;
    right: 30px;
    top: 100%;
    font-size: 1.2rem;
    transform: scale(-1, 1);
  }

  html .feature .feature_body .item figure .script {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 20;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 2.5rem;
    transform: rotate(-20.5deg);
  }

  html .feature .feature_body .item .text {
    position: relative;
    z-index: 10;
    margin: -30px 30px 0;
    box-sizing: border-box;
    padding: 40px 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
  }

  html .feature .feature_body .item .text h3 {
    font-size: 1.75rem;
  }

  html .feature .feature_body .item .text p {
    padding: 10px 0 0;
    text-align: left;
  }

  html .feature .feature_body .item .text p small {
    display: block;
    font-size: 1rem;
  }

  html .feature .feature_body .item .text .btn {
    margin: 20px auto 0;
  }

  html .feature .feature_body .item#feature01 {
    position: relative;
    width: 100%;
    padding-top: 140px;
    margin: 0;
  }

  html .feature .feature_body .item#feature01:before {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    pointer-events: none;
  }

  html .feature .feature_body .item#feature01 .num {
    left: 0;
    top: 20px;
    width: 100%;
    font-size: 8rem;
    mix-blend-mode: normal;
  }

  html .feature .feature_body .item#feature01 figure {
    width: 100%;
    margin-left: auto;
  }

  html .feature .feature_body .item#feature01 figure .label {
    left: 0;
    right: auto;
    text-align: left;
  }

  html .feature .feature_body .item#feature01 figure .label:before {
    left: 30px;
    right: auto;
    transform: scale(1, 1);
  }

  html .feature .feature_body .item#feature01 figure img {
    width: 100%;
    border-radius: 0;
  }

  html .feature .feature_body .item#feature01 .text {
    width: auto;
    margin: -30px 30px 0;
    box-sizing: border-box;
    position: static;
    z-index: 10;
    transform: translateY(0%);
  }

  html .feature .feature_body .item#feature02 {
    position: relative;
    width: 100%;
    padding-top: 140px;
    margin: 0;
  }

  html .feature .feature_body .item#feature02:before {
    top: 30px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }

  html .feature .feature_body .item#feature02 .num {
    left: 0;
    top: 20px;
    width: 100%;
    font-size: 8rem;
    mix-blend-mode: normal;
  }

  html .feature .feature_body .item#feature02 figure {
    width: 100%;
    margin-left: auto;
  }

  html .feature .feature_body .item#feature02 figure .label {
    left: auto;
    right: 0;
  }

  html .feature .feature_body .item#feature02 figure .label:before {
    left: auto;
    right: 50px;
    transform: scale(-1, 1);
  }

  html .feature .feature_body .item#feature02 figure img {
    width: 100%;
    border-radius: 0;
  }

  html .feature .feature_body .item#feature02 .text {
    width: auto;
    margin: -30px 30px 0;
    box-sizing: border-box;
    position: static;
    z-index: 10;
    transform: translateY(0%);
  }

  html .feature .feature_body .item#feature04 figure .label,
  html .feature .feature_body .item#feature06 figure .label {
    left: 0px;
    right: auto;
  }

  html .feature .feature_body .item#feature04 figure .label:before,
  html .feature .feature_body .item#feature06 figure .label:before {
    left: 40px;
    right: auto;
    transform: scale(1, 1);
  }
}

html .bgdot_yellow {
  background: url("../img/bg/dot_yellow.png") repeat 0 0;
  background-size: 100px 100px;
}

html .treatment .sect_ttl {
  padding-top: 0;
  margin-top: -20px;
  color: #d9b31b;
}

html .treatment .sect_ttl em:before {
  background: #d9b31b;
}

html .treatment .sect_ttl em span {
  color: #cc9e08;
}

html .treatment .sect_ttl+p {
  text-align: center;
  font-size: 1.5rem;
  color: #cc9e08;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  html .treatment .sect_ttl+p {
    text-align: center;
    font-size: 1.4rem;
    padding: 0 30px 40px;
  }
}

html .invisaline {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

html .invisaline .round {
  width: 100%;
  height: 72px;
  border-radius: 36px;
  margin-bottom: 80px;
  background-image: -moz-linear-gradient(0deg, #d9b31b 0%, #ffd942 100%);
  background-image: -webkit-linear-gradient(0deg, #d9b31b 0%, #ffd942 100%);
  background-image: -ms-linear-gradient(0deg, #d9b31b 0%, #ffd942 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.9rem;
}

html .invisaline .treatment_banner {
  width: 100%;
  padding: 80px 0;
}

html .invisaline .item {
  width: calc(50% - 20px);
}

html .invisaline .item figure {
  position: relative;
}

html .invisaline .item figure img {
  border-radius: 10px;
}

html .invisaline .item figure .label {
  position: absolute;
  left: 50%;
  top: -30px;
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 20px 25px;
  background: #d9b31b;
  transform: translateX(-50%);
  white-space: nowrap;
}

html .invisaline .item figure .label:before {
  content: "\e907";
  font-family: "icomoon";
  position: absolute;
  left: 30%;
  top: 100%;
  color: #d9b31b;
  font-size: 2rem;
}

html .invisaline .item .text {
  width: calc(100% - 80px);
  margin: -45px auto 0;
  box-sizing: border-box;
  padding: 60px 40px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

html .invisaline .item .text .script {
  position: absolute;
  left: 0;
  top: -0.5em;
  width: 100%;
  display: block;
  line-height: 1;
  text-indent: -1em;
  padding-left: 1em;
  font-family: "script", sans-serif;
  font-size: 4rem;
  color: #d9b31b;
  mix-blend-mode: multiply;
}

html .invisaline .item .text h3 {
  color: #d9b31b;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 600;
}

html .invisaline .item .text p {
  padding: 20px 0 0;
  text-align: left;
}

html .invisaline .item .text .btn {
  margin: 20px auto 0;
  color: #d9b31b;
  border-color: #d9b31b;
}

html .invisaline .item .text .btn:hover {
  background: #d9b31b;
  color: #fff;
}

html .invisaline .item.wide {
  position: relative;
  width: 100%;
}

html .invisaline .item.wide figure {
  position: relative;
}

html .invisaline .item.wide figure .label {
  position: absolute;
  left: -30px;
  top: -30px;
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding: 20px 25px;
  background: #d9b31b;
  transform: translateX(0%) rotate(-15deg);
  white-space: nowrap;
}

html .invisaline .item.wide figure .label:before {
  content: "\e907";
  font-family: "icomoon";
  position: absolute;
  left: 30%;
  top: 100%;
  color: #d9b31b;
  font-size: 2rem;
}

html .invisaline .item.wide .text {
  width: 500px;
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

html .invisaline .item.wide .text .award {
  position: absolute;
  right: 30px;
  top: -80px;
}

@media screen and (max-width: 768px) {
  html .invisaline {
    width: 100%;
    max-width: 100%;
    display: block;
  }

  html .invisaline .round {
    width: 100%;
    height: 48px;
    border-radius: 0;
    margin-bottom: 50px;
    font-size: 1.9rem;
  }

  html .invisaline .treatment_banner {
    width: 100%;
    padding: 0 30px 30px;
    box-sizing: border-box;
  }

  html .invisaline .item {
    width: 100%;
    padding: 0 30px 30px;
    box-sizing: border-box;
  }

  html .invisaline .item figure {
    position: relative;
  }

  html .invisaline .item figure img {
    border-radius: 10px;
  }

  html .invisaline .item figure .label {
    position: absolute;
    left: 50%;
    top: -21px;
    font-size: 1.5rem;
    padding: 14px 28px;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  html .invisaline .item figure .label:before {
    content: "\e907";
    font-family: "icomoon";
    position: absolute;
    left: 30%;
    top: 100%;
    color: #d9b31b;
    font-size: 1.2rem;
  }

  html .invisaline .item .text {
    width: calc(100% - 60px);
    margin: -30px auto 0;
    box-sizing: border-box;
    padding: 30px 20px;
  }

  html .invisaline .item .text .script {
    position: absolute;
    left: 0;
    top: -0.5em;
    width: 100%;
    display: block;
    line-height: 1;
    text-indent: 0;
    padding-left: 0;
    font-size: 3rem;
  }

  html .invisaline .item .text h3 {
    font-size: 2rem;
  }

  html .invisaline .item .text p {
    padding: 10px 0 0;
  }

  html .invisaline .item .text .btn {
    margin: 20px auto 0;
  }

  html .invisaline .item.wide {
    position: relative;
    width: 100%;
  }

  html .invisaline .item.wide figure {
    position: relative;
  }

  html .invisaline .item.wide figure .label {
    position: absolute;
    left: -15px;
    top: -22px;
    font-size: 1.5rem;
    padding: 14px 28px;
    transform: translateX(0%) rotate(0deg);
  }

  html .invisaline .item.wide figure .label:before {
    font-size: 1.2rem;
  }

  html .invisaline .item.wide .text {
    width: calc(100% - 60px);
    margin: -30px auto 0;
    position: static;
    z-index: 10;
    transform: translateY(0%);
  }

  html .invisaline .item.wide .text .award {
    position: absolute;
    right: -60px;
    top: -60px;
  }
}

html .whitening {
  width: 100%;
  background: url(/common/img/bg/blue_bg.jpg) no-repeat left bottom, url("/common/img/bg/line_blue.png") repeat 0 0;
  background-size: 100% auto, 60px 60px;
}

html .whitening .whitening_inner {
  max-width: 1200px;
  width: 100%;
  padding: 90px 0;
  margin: 0 auto;
}

html .whitening .round {
  width: 100%;
  height: 72px;
  border-radius: 36px;
  margin-bottom: 80px;
  background-image: -moz-linear-gradient(0deg, #004ea2 0%, #007bc7 100%);
  background-image: -webkit-linear-gradient(0deg, #004ea2 0%, #007bc7 100%);
  background-image: -ms-linear-gradient(0deg, #004ea2 0%, #007bc7 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.9rem;
}

html .whitening .whitening_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

html .whitening .whitening_box .large_text {
  position: absolute;
  left: 0;
  top: -0.95em;
  width: 100%;
  z-index: 10;
  font-family: "script", sans-serif;
  font-size: 22rem;
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0;
  color: #d4f0ff;
  mix-blend-mode: multiply;
}

html .whitening .item {
  width: calc((100% - 60px) / 3);
  background: #fff;
  border-radius: 10px;
  margin-right: 30px;
  margin-bottom: 30px;
}

html .whitening .item#item03,
html .whitening .item#item05 {
  margin-right: 0;
}

html .whitening .item figure img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

html .whitening .item .text {
  padding: 50px 40px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  position: relative;
  color: #007bc7;
}

html .whitening .item .text .point {
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding-bottom: 5px;
}

html .whitening .item .text .point:before {
  content: "＼";
  position: absolute;
  left: -1.5em;
  top: 0px;
}

html .whitening .item .text .point:after {
  content: "／";
  position: absolute;
  right: -1.5em;
  top: 0px;
}

html .whitening .item .text h3 {
  color: #007bc7;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 600;
}

html .whitening .item .text p {
  padding: 20px 0 0;
  text-align: left;
}

html .whitening .item .text .btn {
  margin: 20px auto 0;
  color: #007bc7;
  border-color: #007bc7;
}

html .whitening .item .text .btn:hover {
  background: #007bc7;
  color: #fff;
}

html .whitening .item.wide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

html .whitening .item.wide figure {
  width: 60%;
}

html .whitening .item.wide figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px 0 0 10px;
}

html .whitening .item.wide .text {
  width: 40%;
  box-sizing: border-box;
}

html .whitening .item.wide .text .script {
  display: block;
  font-family: "script", sans-serif;
  font-size: 4rem;
  font-weight: 400;
}

html .whitening .about_we {
  width: 100%;
  padding: 0 60px 60px;
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #004ea2;
  box-sizing: border-box;
  border-radius: 16px;
  text-align: center;
  position: relative;
  margin-bottom: 200px;
}

html .whitening .about_we:before {
  content: "";
  position: absolute;
  left: calc(50% - 55px);
  top: -2px;
  width: 110px;
  height: 2px;
  background: #fff;
}

html .whitening .about_we figure {
  position: relative;
  top: -50px;
}

html .whitening .about_we h3 {
  font-size: 3rem;
  color: #007bc7;
  font-weight: 500;
  padding-bottom: 1em;
}

html .whitening .about_we p {
  font-size: 1.08em;
  max-width: 950px;
  margin: 0 auto;
  text-align: left;
  color: #007bc7;
}

@media screen and (max-width: 768px) {
  html .whitening .whitening_inner {
    max-width: 100%;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  html .whitening .round {
    width: 100%;
    height: 48px;
    border-radius: 0;
    margin-bottom: 50px;
    font-size: 1.9rem;
  }

  html .whitening .whitening_box {
    display: block;
  }

  html .whitening .whitening_box .large_text {
    top: -1.5em;
    font-size: 16vw;
  }

  html .whitening .item {
    width: 100%;
    margin: 0 0 30px;
  }

  html .whitening .item#item03,
  html .whitening .item#item05 {
    margin: 0 0 30px;
  }

  html .whitening .item .text {
    padding: 30px;
  }

  html .whitening .item .text .point {
    font-size: 1.1rem;
  }

  html .whitening .item .text .point:before {
    left: -1.2em;
  }

  html .whitening .item .text .point:after {
    right: -1.2em;
  }

  html .whitening .item .text h3 {
    font-size: 1.8rem;
  }

  html .whitening .item .text p {
    padding: 10px 0 0;
    text-align: left;
  }

  html .whitening .item.wide {
    width: 100%;
    display: block;
    margin-bottom: 60px;
    background: none;
  }

  html .whitening .item.wide figure {
    width: 100%;
  }

  html .whitening .item.wide figure img {
    border-radius: 10px;
  }

  html .whitening .item.wide .text {
    width: calc(100% - 60px);
    margin: -30px auto 0;
    box-sizing: border-box;
  }

  html .whitening .item.wide .text .script {
    margin-top: -1.5em;
    margin-bottom: 20px;
    font-size: 3rem;
    line-height: 1;
    font-weight: 400;
  }

  html .whitening .about_we {
    width: 100%;
    padding: 0 30px 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-bottom: 120px;
  }

  html .whitening .about_we:before {
    content: "";
    position: absolute;
    left: calc(50% - 55px);
    top: -2px;
    width: 110px;
    height: 2px;
    background: #fff;
  }

  html .whitening .about_we figure {
    position: relative;
    top: -38px;
  }

  html .whitening .about_we figure img {
    width: 80px;
  }

  html .whitening .about_we h3 {
    font-size: 2rem;
    padding-bottom: 0.5em;
  }

  html .whitening .about_we p {
    font-size: 1.4rem;
    max-width: 100%;
  }
}

html .calendar {
  width: 100%;
}

html .calendar .sect_ttl {
  color: #6b5e37;
}

html .calendar .sect_ttl .en {
  color: #c2b388;
}

html .calendar .sect_ttl em span {
  color: #aa880b;
}

html .calendar .calendarBox {
  width: 100%;
  max-width: 1200px;
  padding: 0 0 100px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

html .calendar .calendarBox .month {
  width: calc((100% - 70px) / 2);
  text-align: center;
}

html .calendar .calendarBox .month em {
  display: inline-block;
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 50px;
  line-height: 1;
  letter-spacing: 0.06em;
}

html .calendar .calendarBox .month table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}

html .calendar .calendarBox .month table thead th {
  padding-bottom: 10px;
  text-align: center;
  font-size: 1.4rem;
}

html .calendar .calendarBox .month table thead th.holiday {
  color: #ff9494;
}

html .calendar .calendarBox .month table tbody td {
  background: #fcfcfc;
}

html .calendar .calendarBox .month table tbody td span {
  display: block;
  line-height: 1;
  font-weight: 400;
  padding: 5px;
  height: 76px;
  font-size: 1.8rem;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

html .calendar .calendarBox .month table tbody td span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  line-height: 1;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

html .calendar .calendarBox .month table tbody td.close {
  background: #ff9494;
  color: #fff;
}

html .calendar .calendarBox .month table tbody td.close span:before {
  content: "休診日";
  color: #fff;
}

html .calendar .calendarBox .month table tbody td.am_close {
  background: #6c5e31;
  color: #fff;
}

html .calendar .calendarBox .month table tbody td.am_close span:before {
  content: "午前休";
  color: #fff;
}

html .calendar .calendarBox .month table tbody td.pm_close {
  background: #be9e2a;
  color: #fff;
}

html .calendar .calendarBox .month table tbody td.pm_close span:before {
  content: "午後休";
  color: #fff;
}

html .calendar .calendarBox .month table tbody td.other {
  background: #d6d0c3;
  color: #fff;
}

html .calendar .calendarBox .month table tbody td.other span:before {
  content: "その他";
  color: #fff;
}

@media screen and (max-width: 768px) {
  html .calendar {
    padding-top: 0px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  html .calendar .sect_ttl {
    text-align: center;
    margin-bottom: 40px;
  }

  html .calendar .calendarBox {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: block;
  }

  html .calendar .calendarBox .month {
    width: 100%;
    text-align: center;
  }

  html .calendar .calendarBox .month em {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  html .calendar .calendarBox .month table {
    border-spacing: 4px;
  }

  html .calendar .calendarBox .month table thead th {
    font-size: 1rem;
  }

  html .calendar .calendarBox .month table tbody td span {
    padding: 5px;
    height: 11vw;
    min-height: 40px;
    max-height: 76px;
    font-size: 1rem;
  }

  html .calendar .calendarBox .month table tbody td span:before {
    bottom: 3px;
  }

  html .calendar .calendarBox .month+.month {
    margin-top: 40px;
  }
}

html .instagram {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 100px;
  box-sizing: border-box;
}

html .instagram h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 80px;
}

html .instagram h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(50% - 120px);
  height: 1px;
  background: #463603;
}

html .instagram h3:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(50% - 120px);
  height: 1px;
  background: #463603;
}

html .instagram h3 .icon-instagram01 {
  font-size: 5rem;
}

html .instagram h3 .icon-instagram02 {
  font-size: 4rem;
  padding-left: 10px;
}

html .instagram ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

html .instagram ul li {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  html .instagram {
    width: 100%;
    max-width: 100%;
    padding: 0 30px 30px;
    box-sizing: border-box;
  }

  html .instagram h3 {
    margin-bottom: 40px;
  }

  html .instagram h3:before {
    width: calc(50% - 80px);
  }

  html .instagram h3:after {
    width: calc(50% - 80px);
  }

  html .instagram h3 .icon-instagram01 {
    font-size: 3rem;
  }

  html .instagram h3 .icon-instagram02 {
    font-size: 2.5rem;
    padding-left: 8px;
  }

  html .instagram ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  html .instagram ul li {
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
}

html .info {
  background: url("/img/info_bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px;
}

html .info .info_inner {
  max-width: 1200px;
  margin: 0 auto;
  background: url("../img/bg/info_dot.png") repeat 0 0;
  background-size: 40px 40px;
  border: 10px solid #fff;
  box-sizing: border-box;
  border-radius: 10px;
}

html .info .info_inner .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 80px 80px 0;
}

html .info .info_inner .box .sect_ttl {
  padding: 0;
  width: 300px;
  flex-shrink: 0;
}

html .info .info_inner .box .sect_ttl .en {
  font-size: 3.6rem;
  color: #d9b31b;
}

html .info .info_inner .box .sect_ttl em {
  color: #d9b31b;
  font-size: 3.6rem;
  padding-top: 20px;
  margin-top: 20px;
}

html .info .info_inner .box .sect_ttl em:before {
  content: "";
  left: calc(50% - 14px);
  width: 28px;
  height: 1px;
  background: #d9b31b;
}

html .info .info_inner .box .sect_ttl em span {
  color: #cc9e05;
}

html .info .info_inner .box .sect_ttl .btn {
  width: 160px;
  background: #d9b31b;
  color: #fff;
  border-color: #d9b31b;
  margin: 30px auto 0;
}

html .info .info_inner .box .infolist {
  width: calc(100% - 300px);
  position: relative;
  max-height: 326px;
}

html .info .info_inner .box .infolist .item {
  display: flex;
  justify-content: flex-start;
  line-height: 1.6;
  padding: 20px 20px 20px 0;
  width: 100%;
  border-bottom: 1px solid #eae9e4;
  box-sizing: border-box;
}

html .info .info_inner .box .infolist .item em {
  flex-shrink: 0;
  width: 100px;
  color: #d9b31b;
  font-weight: 500;
}

html .info .info_inner .box .infolist .item .text a {
  text-decoration: underline;
}

html .info .info_inner .box .infolist .item .text a:hover {
  color: #d9b31b;
}

html .info .info_inner .box .infolist .item:first-child {
  border-top: 1px solid #eae9e4;
}

html .info .info_inner .box+.box {
  border-top: 10px solid #fff;
}

@media screen and (max-width: 768px) {
  html .info {
    background: url("/img/info_bg@sp.jpg") no-repeat center center;
    background-size: cover;
    padding: 30px;
  }

  html .info .info_inner {
    max-width: 100%;
    border: 6px solid #fff;
  }

  html .info .info_inner .box {
    display: block;
    padding: 20px;
  }

  html .info .info_inner .box .sect_ttl {
    padding: 0 0 30px;
    width: 100%;
    flex-shrink: 0;
  }

  html .info .info_inner .box .sect_ttl .en {
    font-size: 2rem;
  }

  html .info .info_inner .box .sect_ttl em {
    font-size: 2.6rem;
    padding-top: 15px;
    margin-top: 15px;
  }

  html .info .info_inner .box .sect_ttl em:before {
    left: calc(50% - 11px);
    width: 22px;
    height: 1px;
  }

  html .info .info_inner .box .infolist {
    width: 100%;
  }

  html .info .info_inner .box .infolist .item {
    display: block;
    padding: 15px 15px 15px 0;
    width: 100%;
  }

  html .info .info_inner .box .infolist .item em {
    display: block;
    flex-shrink: 0;
    width: 100px;
    padding-bottom: 6px;
  }

  html .info .info_inner .box .btn {
    width: 160px;
    background: #d9b31b;
    color: #fff;
    border-color: #d9b31b;
    margin: 20px auto 0;
  }

  html .info .info_inner .box+.box {
    border-top: 6px solid #fff;
  }
}

html footer {
  width: 100%;
  box-sizing: border-box;
}

html footer .footer_content {
  width: 100%;
  max-width: 1200px;
  padding: 100px 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

html footer .footer_content .clinic_data {
  width: 522px;
  flex-shrink: 0;
}

html footer .footer_content .clinic_data .f_seo {
  font-size: 1rem;
}

html footer .footer_content .clinic_data .logo {
  padding: 20px 0;
}

html footer .footer_content .clinic_data address {
  font-size: 1.3rem;
}

html footer .footer_content .clinic_data .csv {
  padding-top: 50px;
}

html footer .footer_content .clinic_data .csv dt {
  text-align: center;
  font-size: 1.6rem;
  position: relative;
}

html footer .footer_content .clinic_data .csv dt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(50% - 120px);
  height: 1px;
  background: #463603;
}

html footer .footer_content .clinic_data .csv dt:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(50% - 120px);
  height: 1px;
  background: #463603;
}

html footer .footer_content .clinic_data .csv dt span {
  font-weight: 500;
}

html footer .footer_content .clinic_data .csv dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 15px;
}

html footer .footer_content .clinic_data .csv dd .tel {
  color: #463603;
}

html footer .footer_content .clinic_data .csv dd .tel .icon-tel {
  font-size: 2.4rem;
}

html footer .footer_content .clinic_data .csv dd .tel em {
  font-size: 2.8rem;
}

html footer .footer_content .clinic_data .csv dd .btnbox {
  margin-top: 0;
  margin-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

html footer .footer_content .clinic_data .csv dd .btnbox .mail {
  width: 230px;
  height: 42px;
  border-radius: 21px;
  background: url("../img/bg/yellow_bg.jpg") repeat 0 0;
  background-size: 250px 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

html footer .footer_content .clinic_data .csv dd .btnbox .mail span {
  font-weight: 500;
  padding-left: 10px;
}

html footer .footer_content .clinic_data .csv dd .btnbox .line {
  margin-left: 20px;
  width: 230px;
  height: 42px;
  border-radius: 21px;
  background: #3aae36;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

html footer .footer_content .clinic_data .csv dd .btnbox .line .icon-line {
  font-size: 2rem;
}

html footer .footer_content .clinic_data .csv dd .btnbox .line span {
  font-weight: 500;
  padding-left: 10px;
}

html footer .footer_content .consultation_time {
  max-width: 470px;
}

html footer .footer_content .consultation_time .time_table {
  width: 100%;
  border: 1px solid #463603;
  table-layout: fixed;
}

html footer .footer_content .consultation_time .time_table thead tr th {
  height: 32px;
  font-size: 1.4rem;
  font-weight: normal;
  border-bottom: 1px solid #463603;
  text-align: center;
  background: #efebe0;
}

html footer .footer_content .consultation_time .time_table tbody tr td {
  height: 52px;
  font-size: 1.6rem;
  font-weight: normal;
  border: 1px solid #463603;
  text-align: center;
  vertical-align: middle;
}

html footer .footer_content .consultation_time small {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  padding-top: 5px;
}

html footer .footer_content .consultation_time .other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

html footer .footer_content .consultation_time .other a {
  flex: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

html footer .footer_content .consultation_time .other a .icon-calendar {
  font-size: 2rem;
}

html footer .footer_content .consultation_time .other a .icon-access {
  font-size: 2.2rem;
  position: relative;
  top: 2px;
}

html footer .footer_content .consultation_time .other a span {
  white-space: nowrap;
  font-size: 1.6rem;
  padding-left: 6px;
}

html footer .footer_content .consultation_time .other a .icon-instagram01 {
  font-size: 2.4rem;
  position: relative;
  top: 2px;
}

html footer .footer_content .consultation_time .other a .icon-instagram02 {
  font-size: 2rem;
  padding-left: 10px;
  position: relative;
  top: 4px;
}

html footer .googlemap {
  width: 100%;
  height: 380px;
  position: relative;
}

html footer .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html footer .sitemap {
  width: 100%;
  background: #d9b31b;
}

html footer .sitemap .sitemap_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

html footer .sitemap .sitemap_inner dl {
  width: 50%;
  color: #fff;
}

html footer .sitemap .sitemap_inner dl dt {
  font-family: "script", sans-serif;
  font-size: 2.6rem;
}

html footer .sitemap .sitemap_inner dl dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

html footer .sitemap .sitemap_inner dl dd ol {
  width: 50%;
  line-height: 2.3;
}

html footer .sitemap .sitemap_inner dl dd ol li a {
  font-size: 1.3rem;
  font-weight: 400;
  color: #fff;
  position: relative;
  font-feature-settings: "palt";
  text-align: justify;
}

html footer .sitemap .sitemap_inner dl dd ol li a:hover {
  text-decoration: underline;
}

html footer .sitemap .group_link {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  color: #d9b31b;
}

html footer .sitemap .group_link h3 {
  font-family: serif;
  font-weight: 500;
  font-size: 1.8rem;
  padding-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

html footer .sitemap .group_link h3 img {
  margin-right: 10px;
}

html footer .sitemap .group_link ul li {
  display: inline-block;
}

html footer .sitemap .group_link ul li:after {
  content: "|";
  padding: 0 30px;
}

html footer .sitemap .group_link ul li a {
  color: #d9b31b;
}

html footer .sitemap .group_link ul li:nth-child(3):after,
html footer .sitemap .group_link ul li:last-child:after {
  content: none;
}

@media screen and (max-width: 768px) {
  html footer .footer_content {
    width: 100%;
    max-width: 100%;
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }

  html footer .footer_content .clinic_data {
    width: 100%;
    flex-shrink: 0;
  }

  html footer .footer_content .clinic_data .f_seo {
    font-size: 1rem;
  }

  html footer .footer_content .clinic_data .logo {
    padding: 20px 0;
    text-align: center;
  }

  html footer .footer_content .clinic_data .logo img {
    width: 234px;
  }

  html footer .footer_content .clinic_data address {
    font-size: 1.2rem;
    text-align: center;
  }

  html footer .footer_content .clinic_data .csv {
    padding-top: 30px;
  }

  html footer .footer_content .clinic_data .csv dt {
    font-size: 1.3rem;
  }

  html footer .footer_content .clinic_data .csv dt:before {
    width: calc(50% - 100px);
  }

  html footer .footer_content .clinic_data .csv dt:after {
    width: calc(50% - 100px);
  }

  html footer .footer_content .clinic_data .csv dt span {
    font-weight: 500;
  }

  html footer .footer_content .clinic_data .csv dd {
    display: block;
    padding-top: 15px;
  }

  html footer .footer_content .clinic_data .csv dd .btnbox {
    margin: 20px 0 30px;
    display: block;
  }

  html footer .footer_content .clinic_data .csv dd .btnbox .mail {
    margin: 0 auto;
  }

  html footer .footer_content .clinic_data .csv dd .btnbox .line {
    margin: 10px auto 0;
  }

  html footer .footer_content .consultation_time {
    max-width: 100%;
  }

  html footer .footer_content .consultation_time .time_table thead tr th {
    height: 26px;
    font-size: 1.2rem;
  }

  html footer .footer_content .consultation_time .time_table tbody tr td {
    height: 46px;
    font-size: 1.4rem;
  }

  html footer .footer_content .consultation_time small {
    font-size: 1rem;
    padding-top: 5px;
  }

  html footer .footer_content .consultation_time .other {
    padding-top: 20px;
  }

  html footer .footer_content .consultation_time .other a {
    width: 30%;
    display: block;
    text-align: center;
  }

  html footer .footer_content .consultation_time .other a .icon-calendar {
    font-size: 2rem;
  }

  html footer .footer_content .consultation_time .other a .icon-access {
    font-size: 2.2rem;
    position: relative;
    top: 2px;
  }

  html footer .footer_content .consultation_time .other a span {
    display: block;
    white-space: nowrap;
    font-size: 1.2rem;
    padding: 0;
  }

  html footer .footer_content .consultation_time .other a .icon-instagram01 {
    font-size: 2.2rem;
    position: relative;
    top: 0;
  }

  html footer .footer_content .consultation_time .other a .icon-instagram02 {
    display: block;
    font-size: 1.4rem;
    padding-left: 0px;
    top: 0;
  }

  html footer .googlemap {
    width: 100%;
    height: 100vw;
  }

  html footer .sitemap {
    width: 100%;
    padding: 30px 30px 0;
    box-sizing: border-box;
  }

  html footer .sitemap .sitemap_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
  }

  html footer .sitemap .sitemap_inner dl {
    width: 100%;
  }

  html footer .sitemap .sitemap_inner dl dt {
    font-family: "script", sans-serif;
    font-size: 2rem;
  }

  html footer .sitemap .sitemap_inner dl dd {
    width: 100%;
  }

  html footer .sitemap .sitemap_inner dl dd ol {
    width: 50%;
    line-height: 2.3;
  }

  html footer .sitemap .sitemap_inner dl dd ol li a {
    font-size: 1.1rem;
  }

  html footer .sitemap .sitemap_inner dl dd ol li a:hover {
    text-decoration: underline;
  }

  html footer .sitemap .sitemap_inner dl+dl {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  html footer .sitemap .sitemap_inner dl+dl dd {
    display: block;
  }

  html footer .sitemap .sitemap_inner dl+dl dd ol {
    width: 100%;
    line-height: 2.3;
  }

  html footer .sitemap .group_link {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  html footer .sitemap .group_link h3 {
    font-size: 1.5rem;
    padding-bottom: 10px;
  }

  html footer .sitemap .group_link h3 img {
    margin-right: 10px;
  }

  html footer .sitemap .group_link ul li {
    display: block;
    line-height: 2.5;
  }

  html footer .sitemap .group_link ul li:after {
    content: none;
  }

  html footer .sitemap .copy {
    padding: 20px 0 70px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

html .pageTop {
  position: fixed;
  right: -92px;
  bottom: 0px;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 20;
}

html .pageTop.on {
  right: 0px;
}

html .pageTop a {
  width: 92px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #463603;
}

html .pageTop a .icon-top {
  font-size: 3rem;
  color: #fff;
}

html .pageTop a:hover {
  filter: brightness(120%);
}

@media screen and (max-width: 768px) {
  html .pageTop {
    right: -50px;
  }

  html .pageTop.on {
    right: 0px;
  }

  html .pageTop a {
    width: 50px;
    height: 50px;
  }

  html .pageTop a .icon-top {
    font-size: 1.8rem;
  }
}

html #sp_menu {
  position: fixed;
  right: 0;
  top: 60px;
  z-index: 100;
  width: 100%;
  height: calc(100% - 60px);
  padding: 20px;
  box-sizing: border-box;
  background: #004ea2;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
}

html #sp_menu.slide-open {
  transform: translateX(0%);
}

html #sp_menu dl {
  width: 100%;
  color: #fff;
}

html #sp_menu dl dt {
  font-family: "script", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 10px;
  color: #fff;
  position: relative;
}

html #sp_menu dl dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

html #sp_menu dl dd ol {
  width: 50%;
  line-height: 2.3;
}

html #sp_menu dl dd ol li a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
}

html #sp_menu dl+dl {
  margin-top: 20px;
}

html #sp_menu dl+dl dd {
  display: block;
}

html #sp_menu dl+dl dd ol {
  width: 100%;
}

html #sp_menu .btn {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 0;
  background: url("../img/bg/yellow_bg.jpg") repeat 0 0;
  background-size: 250px 250px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
}

html #sp_menu .btn:before {
  content: none;
}

html #sp_menu .btn .icon-mail {
  color: #fff;
  position: relative;
  top: 1px;
  font-size: 1.5rem;
  margin-right: 10px;
}

html #sp_menu .btn span {
  top: 0;
  color: #fff;
}

html #sp_menu .btn.line {
  background: #3aae36;
}

html #sp_menu .btn.line .icon-line {
  color: #fff;
  position: relative;
  top: 1px;
  font-size: 2rem;
  margin-right: 10px;
}

html #sp_menu .btn.line .icon-line+span {
  color: #fff;
}

html #sp_menu .btn+.btn {
  margin-top: 15px;
}

html #sp_menu .telbox {
  text-align: center;
  padding: 20px;
}

html #sp_menu .telbox .tel {
  color: #fff;
}

html #sp_menu .telbox .tel .icon-tel {
  font-size: 2.4rem;
}

html #sp_menu .telbox .tel em {
  font-size: 2.6rem;
  font-weight: 400;
}

html #fixed_footer {
  display: none;
}

@media screen and (max-width: 768px) {
  html #fixed_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: -50px;
    z-index: 20;
    width: calc(100% - 50px);
    height: 50px;
    box-shadow: 11px -20px 30px 0px rgba(0, 0, 0, 0.04);
    transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    backface-visibility: hidden;
  }

  html #fixed_footer.on {
    bottom: 0;
  }

  html #fixed_footer a {
    width: 50%;
    height: 50px;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
  }

  html #fixed_footer a.line {
    background: #3aae36;
  }

  html #fixed_footer a.line .icon-line {
    display: block;
    position: static;
    padding-top: 8px;
    font-size: 2rem;
  }

  html #fixed_footer a.line small {
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 1rem;
    font-weight: 500;
  }

  html #fixed_footer a.tel {
    background: #004ea2;
  }

  html #fixed_footer a.tel .icon-tel {
    display: block;
    position: static;
    padding-top: 7px;
    font-size: 2rem;
  }

  html #fixed_footer a.tel small {
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1;
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
  }

  html #fixed_footer a.mail {
    position: relative;
    background: url("../img/bg/yellow_bg.jpg") repeat 0 0;
    background-size: 250px 250px;
  }

  html #fixed_footer a.mail .icon-mail {
    display: block;
    padding-top: 10px;
    font-size: 1.6rem;
  }

  html #fixed_footer a.mail small {
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 1;
    font-size: 1rem;
    font-weight: 500;
  }
}

html #fixed_header {
  position: fixed;
  left: 0;
  top: -60px;
  width: 100%;
  z-index: -1;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  box-shadow: 6px 6px 12px 5px rgba(0, 0, 0, 0.05);
}

html #fixed_header.on {
  top: 0;
  z-index: 100;
}

html #fixed_header nav {
  width: 100%;
  position: relative;
  z-index: 100;
  background: #fff;
}

html #fixed_header nav ul {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html #fixed_header nav ul>li {
  flex: auto;
  width: auto;
  background: none;
}

html #fixed_header nav ul>li.wide {
  flex-shrink: 0;
  width: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}

html #fixed_header nav ul>li.logo {
  padding: 0 20px;
}

html #fixed_header nav ul>li>a {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
  color: #004ea2;
}

html #fixed_header nav ul>li>a:hover {
  background: #004ea2;
  color: #fff;
}

html #fixed_header nav ul>li .tel .icon-tel {
  position: relative;
  top: 0px;
  font-size: 1.5rem;
}

html #fixed_header nav ul>li .tel small {
  display: block;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  font-size: 1.7rem;
}

html #fixed_header nav ul>li .mail {
  height: 50px;
  background: #004ea2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

html #fixed_header nav ul>li .mail .icon-mail {
  display: block;
  position: relative;
  margin-right: 8px;
}

html #fixed_header nav ul>li .mail small {
  display: block;
  font-feature-settings: "palt";
  text-align: justify;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
  padding: 0;
}

html #fixed_header nav ul+ul {
  margin-left: auto;
  width: 320px;
}

html #fixed_header nav ul+ul li {
  width: 70px;
}

html #fixed_header nav ul+ul li.wide {
  width: 180px;
}

@media screen and (max-width: 768px) {
  html #fixed_header {
    display: none;
  }
}

html .risk_sect {
  padding: 92px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html .risk_sect {
    padding: 20px;
    width: 100%;
    max-width: 100%;
    display: block;
  }
}

html .case_banner {
  width: 100%;
  height: 355px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

html .case_banner a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  z-index: 20;
}

html .case_banner a:hover~figure {
  filter: brightness(110%);
}

html .case_banner .text {
  width: 800px;
  height: auto;
  padding: 60px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.926);
  pointer-events: none;
  z-index: 10;
}

html .case_banner .text .sect_ttl {
  padding: 0;
}

html .case_banner .text p {
  padding: 20px 0 0;
}

html .case_banner figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: url("/img/case_bg.jpg") repeat-x center center;
  background-size: auto 100%;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  html .case_banner {
    width: 100%;
    height: auto;
    padding: 36px;
    box-sizing: border-box;
  }

  html .case_banner .text {
    width: 100%;
    height: auto;
    padding: 36px 18px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  html .case_banner .text p {
    padding: 10px 0 0;
    text-align: center;
  }
}

html .concept {
  width: 100%;
  height: 465px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 80px;
}

html .concept.loop {
  width: 100%;
  height: 620px;
  background: url(/img/loop.jpg) repeat-x;
  background-position: center;
  background-size: auto 100%;
  animation: bgloop 60s linear infinite;
}

@keyframes bgloop {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -1880px 0;
    /*-1000px部分は画像の横幅と同じ数値*/
  }
}

html .concept .text {
  width: 800px;
  height: auto;
  padding: 60px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.926);
  pointer-events: none;
  z-index: 10;
}

html .concept .text .sect_ttl {
  padding: 0;
}

html .concept .text p {
  padding: 20px 0 0;
  text-align: left;
}

html .concept figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: url("../../img/case_bg.jpg") repeat-x center center;
  background-size: auto 100%;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  html .concept {
    width: 100%;
    height: auto;
    padding: 36px;
    box-sizing: border-box;
    margin-top: 80px;
  }

  html .concept.loop {
    width: 100%;
    height: 100%;
    background: url(/img/loop.jpg) repeat;
    background-position: center;
    background-size: auto 50%;
    animation: bgloop 60s linear infinite;
  }

  html .concept .text {
    width: 100%;
    padding: 36px;
  }

  html .concept .text p {
    padding: 20px 0 0;
    text-align: left;
  }
}

html #fixed_btn {
  position: fixed;
  right: 0;
  top: 170px;
  z-index: 1000;
}

html #fixed_btn a.mail {
  width: 44px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/bg/yellow_bg.jpg") repeat 0 0;
  background-size: 250px 250px;
  border-radius: 8px 0 0 0;
}

html #fixed_btn a.mail span {
  display: block;
  text-align: center;
}

html #fixed_btn a.mail span .icon-mail {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 8px;
}

html #fixed_btn a.mail span em {
  display: block;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  margin: 0 auto;
}

html #fixed_btn a.line {
  width: 44px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #3aae36;
  border-radius: 0 0 0 8px;
}

html #fixed_btn a.line span {
  display: block;
  text-align: center;
}

html #fixed_btn a.line span .icon-line {
  display: block;
  font-size: 2.2rem;
  color: #fff;
  padding-bottom: 8px;
}

html #fixed_btn a.line span em {
  display: block;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  white-space: pre;
  margin: 0 auto;
}

html .risk_wrap {
  width: 100%;
  background: #d9b31b;
  overflow: hidden;
}

html .risk_wrap .risk {
  width: 100%;
  max-width: 1200px;
  max-height: 300px;
  padding: 50px;
  box-sizing: border-box;
  margin: 50px auto 0;
  background: #fff;
  position: relative;
  border-radius: 10px;
  color: #d9b31b;
}

html .risk_wrap .risk em {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 4px;
  font-family: "Noto Sans JP", sans-serif;
}

html .risk_wrap .risk b {
  display: block;
  font-size: 1rem;
}

html .risk_wrap .risk p,
html .risk_wrap .risk ol {
  padding-bottom: 1em;
  font-size: 1.1rem;
}

html .risk_wrap .risk *+em {
  margin-top: 1em;
}

html .risk_wrap .copy {
  background: #d9b31b;
  color: #fff;
  padding: 38px 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

html #home .risk {
  margin-bottom: 0;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  html .risk_wrap {
    padding: 0 30px 50px;
    box-sizing: border-box;
  }

  html .risk_wrap .risk {
    width: 100%;
    max-width: 100%;
    max-height: 200px;
    padding: 20px;
    box-sizing: border-box;
    margin: 30px auto 0;
    background: #fff;
    position: relative;
    border-radius: 10px;
    color: #d9b31b;
  }

  html .risk_wrap .risk em {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    padding-bottom: 4px;
    font-family: "Noto Sans JP", sans-serif;
  }

  html .risk_wrap .risk p,
  html .risk_wrap .risk ol {
    padding-bottom: 1em;
    font-size: 1rem;
  }

  html .risk_wrap .risk *+em {
    margin-top: 1em;
  }

  html .risk_wrap .copy {
    padding: 22px 0;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }
}

.bg_col08 {
  background-color: #d9b31b !important;
}

.time_head {
  padding: calc(11 / 1920*100vw) calc(25 / 1920*100vw) calc(11 / 1920*100vw);
  position: absolute;
  left: 60%;
  top: -14%;
  transform: translateX(-50%);
  display: inline-block;
}

.txt_center {
  text-align: center;
}

.time_head .ja {
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}

.dnp {
  font-family: 'dnp-shuei-gothic-gin-std', sans-serif;
  font-weight: 600;
  font-style: normal;
}

.time_head .ja:before {
  position: absolute;
  content: "";
  background: #ffff33;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}

.time_head .ja span {
  display: inline-block;
  background: #d9b31b;
  padding: 0 calc(10 / 1920*100vw);
}

.vdl {
  font-family: vdl-v7mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.txt_white {
  color: #fff !important;
}

.time_head .txt02 span {
  padding-left: calc(42 / 1920*100vw);
  position: relative;
}

.time_head .txt02 span:before {
  position: absolute;
  content: "";
  background: url('../../common/img/svg/time01.svg') no-repeat left center / cover;
  width: calc(26 / 1920*100vw);
  height: calc(26 / 1920*100vw);
  left: calc(6 / 1920*100vw);
  bottom: 0;
  top: 0;
  margin: auto;
}

@media screen and (max-width: 768px) {


  .time_head_sp {
    width: 77%;
    margin: 5vw 5vw;
    padding: 2vw 7vw 3vw;
    position: relative;

  }

  .time_head_sp .ja {
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    font-size: 2em;
  }

  .time_head_sp .ja:before {
    position: absolute;
    content: "";
    background: #ffff33;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: -1;
  }

  .time_head_sp .ja span {
    display: inline-block;
    background: #d9b31b;
    padding: 0 calc(45 / 750*100vw);
  }

  .time_head_sp .txt01 {
    width: 185px;
    margin: 0 auto;
    font-size: 1.8em;
    position: relative;
  }

  .time_head_sp .txt01:before,
  .time_head_sp .txt01:after {
    position: absolute;
    content: "";
    background: url('../../common/img/svg/deco_trouble01.svg') no-repeat left center / cover;
    width: calc(22 / 750*100vw);
    height: calc(41 / 750*100vw);
    left: -25px;
    bottom: 0;
    top: calc(-20/ 750*100vw);
    margin: auto;
  }

  .time_head_sp .txt01:after {
    right: -25px;
    left: auto;
    transform: rotateY(180deg);
  }

  .time_head_sp .txt02 {
    line-height: 1.6;
    font-size: 1.8em;
  }

  .time_head_sp .txt02 span {
    padding-left: calc(55 / 750*100vw);
    position: relative;
  }

  .time_head_sp .txt02 span:before {
    position: absolute;
    content: "";
    background: url('../../common/img/svg/time01.svg') no-repeat left center / cover;
    width: calc(46 / 750*100vw);
    height: calc(46 / 750*100vw);
    left: calc(-2 / 750*100vw);
    bottom: 0;
    top: 0;
    margin: auto;
  }

}

/*# sourceMappingURL=cmn_style.css.map */