@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*--------------------------------------------------------------
base
--------------------------------------------------------------*/
html {
  font-size: 10px;
  margin: auto;
}
html.menuon {
  overscroll-behavior: none;
}

@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
body {
  margin: auto;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, 游ゴシック体, "Yu Gothic", YuGothic, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
body.menuon {
  overscroll-behavior: none;
  overflow: hidden;
  height: 100vh;
}

img {
  vertical-align: bottom;
}

p,
li,
dt,
dd,
h3,
h4,
th,
td {
  font-size: 1.6rem;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  p,
li,
dt,
dd,
h3,
h4,
th,
td {
    line-height: 1.75;
    font-size: 15px;
  }
}

a {
  text-decoration: none;
  color: #222;
}

ul,
dl,
dt,
dd {
  padding-left: 0;
  margin: auto;
}

h3 {
  margin: auto;
}

figure {
  margin: 0;
}

strong {
  font-weight: bold;
}

ol {
  counter-reset: listnum; /* カウンターをリセット */
  list-style: none; /* 標準のスタイルは消す */
}
ol li {
  padding-left: 1.5em;
}
ol li::before {
  counter-increment: listnum; /* counter-resetと同じ文字列 */
  content: counter(listnum) "."; /* カウントした数に応じて番号を表示 */
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
  text-align: left;
  font-size: 90%;
  opacity: 0.75;
}

._ib {
  display: inline-block;
}

._nw {
  white-space: nowrap;
}

.small {
  font-size: 85%;
}

.indent {
  display: block;
  padding-left: 1em;
}
.indent .dot {
  margin-left: -1em;
  display: inline-block;
}

.exc {
  display: inline-block;
  transform: rotate(15deg);
  padding-left: 0.2em;
}

.icontxt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.icontxt .icon {
  vertical-align: middle;
}

.en {
  font-family: "Roboto", sans-serif;
}

.borderlist {
  border-top: 1px solid #4ab29d;
  padding-bottom: 6px;
}
.borderlist > * {
  position: relative;
  margin-top: 13px;
  background: rgba(74, 178, 157, 0.2);
}
.borderlist > *:first-child {
  margin-top: 5px;
}
.borderlist > *::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #4ab29d;
  margin: 5px auto 0;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.borderlist > *:nth-last-child(even) {
  background: rgba(74, 178, 157, 0.1);
}

hgroup.regular {
  margin-bottom: 60px;
}
hgroup.regular h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
hgroup.regular .en {
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 1em;
  line-height: 1;
  font-size: 17px;
  font-weight: 500;
  color: #4ab29d;
}
hgroup.regular.yellow h2,
hgroup.regular.yellow .en {
  color: #fff500;
}
hgroup.regular.white h2,
hgroup.regular.white .en {
  color: #fff;
}
@media (max-width: 767px) {
  hgroup.regular {
    margin-bottom: 50px;
  }
  hgroup.regular h2 {
    font-size: 26px;
  }
  hgroup.regular .en {
    margin-top: 1em;
    font-size: 16px;
  }
}

.h_green {
  text-align: center;
  line-height: 1;
}
.h_green > span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  background: #4ab29d;
  color: #fff;
  min-width: 400px;
  text-align: center;
  line-height: 1.3;
  padding: 0.4em 2em 0.5em;
  margin: auto;
}
@media (max-width: 767px) {
  .h_green > span {
    font-size: 15px;
    min-width: 200px;
    padding: 0.4em 2em 0.5em;
  }
}

ul.check > li {
  line-height: 1.5;
  padding: 0 0 0 26px;
  background: url(../images/check_black.svg) 0em 0.4em no-repeat;
  background-size: 14px 14px;
  line-height: 1.5;
}
ul.check > li + li {
  margin-top: 0.6em;
}
ul.check.red > li {
  background-image: url(../images/check_red.svg);
}
ul.check.bt {
  border-top: rgba(34, 34, 34, 0.3) 1px solid;
  padding-top: 0.5em;
}
ul.check.bt > li {
  border-bottom: rgba(34, 34, 34, 0.3) 1px solid;
  padding-bottom: 0.5em;
  padding-bottom: 0.8em;
}
@media (max-width: 767px) {
  ul.check li {
    font-size: 15px;
    background-size: 12px 12px;
  }
}

ul.link {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
}
ul.link a {
  transition: opacity 0.25s ease-in-out;
}
ul.link a .icon {
  width: 18px;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  display: flex;
}
ul.link a .txt {
  font-size: 12px;
  white-space: nowrap;
}
ul.link a:hover {
  opacity: 0.6;
}

.large {
  font-size: 125%;
}

.komidashi {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .komidashi {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

p.red,
span.red,
strong.red {
  color: #b5414f;
}

@media print, screen and (min-width: 768px) {
  ._sp:not(._pc) {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  ._pc:not(._sp) {
    display: none !important;
  }
}
main {
  overflow: hidden;
}

section {
  position: relative;
}
section .container {
  position: relative;
  z-index: 3;
}

.inner {
  width: 100%;
  max-width: 1320px;
  min-width: 980px;
  padding: 0 20px;
  position: relative;
  margin: auto;
}
@media (max-width: 767px) {
  .inner {
    max-width: 100%;
    min-width: unset;
  }
}

/*--------------------------------------------------------------
manualform
--------------------------------------------------------------*/
.manualform h2 {
  font-size: 17px;
  line-height: 1.8;
  padding: 0.3em 1em;
  font-weight: bold;
  color: #045545;
  margin-bottom: 1em;
  border-bottom: 1px solid #045545;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: #045545;
  border-radius: 3px;
}
.manualform form {
  margin-top: 2rem;
}
.manualform form dl div dt {
  font-size: 1.4rem;
  margin-top: 1.2rem;
}
.manualform form dl div dt .essential {
  font-size: 1.1rem;
  color: #b5414f;
  display: inline-block;
  margin-left: 1px;
  margin-left: 1em;
}
.manualform form dl div dd {
  margin-top: 0.5rem;
  position: relative;
}
.manualform form dl div dd input {
  background: #eee;
  border-radius: 0.4rem;
  border: none;
  width: 100%;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
}
.manualform form dl div dd .error {
  white-space: nowrap;
  color: #fd7e00;
  position: absolute;
  left: 0;
  font-size: 11px;
  bottom: -1.2em;
  line-height: 1;
}
.manualform form .btn_wrapper button {
  background: #222;
  width: 100%;
  height: 5rem;
  color: #fff;
  border: none;
  justify-content: center;
  margin-top: 3rem;
  font-size: 1.7rem;
  font-weight: 700;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 3px solid #222;
  cursor: pointer;
}
.manualform form .btn_wrapper button:hover {
  background: #fff;
  color: #222;
}
.manualform form .btn_wrapper button:hover .icon {
  filter: invert(100%);
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
#header {
  transition: background 0.25s ease-in-out, height 0.25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  padding: 0 1rem 0 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
@media (min-width: 768px) {
  #header.scrolled {
    background: rgba(255, 255, 255, 0.85);
    height: 7rem;
  }
}
#header .sitename a {
  display: block;
  width: 20rem;
}
#header nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4rem;
}
#header nav .main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
#header nav .main li a {
  display: block;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.07em;
  transition: color 0.25s ease-in-out;
}
#header nav .main li a .en {
  display: block;
  font-size: 1.2rem;
  font-weight: 200;
  margin-top: 1rem;
}
#header nav .main li a:hover {
  color: #4ab29d;
}
#header nav .tel .icon {
  position: relative;
  top: -3px;
}
#header nav .tel .number {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
#header nav .tel .reception {
  margin-top: 0.5rem;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}
#header nav .contact {
  position: relative;
  top: -3px;
  width: 17rem;
  line-height: 1;
  height: 4.2rem;
  padding-bottom: 0.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #222;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 3px solid #222;
  line-height: 1;
}
#header nav .contact:hover {
  color: #222;
  background-color: #fff;
}
@media (max-width: 767px) {
  #header {
    position: fixed;
    height: auto;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
  }
  #header .sitename {
    position: relative;
    z-index: 10;
  }
  #header .sitename a {
    display: block;
    width: 180px;
  }
  #header nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #header nav .main {
    margin: 0;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
  }
  #header nav .main li a {
    display: block;
    font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.07em;
    transition: color 0.25s ease-in-out;
  }
  #header nav .main li a .en {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 200;
    margin-top: 1rem;
  }
  #header nav .main li a:hover {
    color: #4ab29d;
  }
  #header nav .tel {
    margin-top: 10px;
  }
  #header nav .tel .number {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
  }
  #header nav .tel .reception {
    margin-top: 0.5rem;
    line-height: 1;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
  }
  #header nav .contact {
    position: relative;
    top: -3px;
    width: 17rem;
    line-height: 1;
    height: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222;
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    border: 3px solid #222;
    line-height: 1;
  }
  #header nav .contact:hover {
    color: #222;
    background-color: #fff;
  }
  #header .gnav {
    opacity: 0;
    transition: opacity 0.6s, margin-left 0s 0.6s;
    margin-left: -100vw;
  }
  #header.menuon .gnav {
    opacity: 1;
    transition: opacity 0.6s 0s;
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
drawer
--------------------------------------------------------------*/
.menubutton {
  transition: 0.3s;
  z-index: 200;
  background: transparent;
  transition: 0.3s ease-out;
  width: 60px;
  height: 70px;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
}
.menubutton span {
  transition: top 0.2s 0.2s ease-out, bottom 0.2s 0.2s ease-out, transform 0.2s 0s ease-out;
  display: block;
  position: absolute;
  width: 22px;
  height: 1px;
  background: #000;
  left: 19px;
  top: calc(50% - 6px);
}
.menubutton span:nth-child(2) {
  top: 50%;
}
.menubutton span:nth-child(3) {
  top: calc(50% + 6px);
}
#header.menuon .menubutton span {
  transition: top 0.2s 0s ease-out, bottom 0.2s 0s ease-out, transform 0.2s 0.2s ease-out;
  transform: rotate(30deg);
  top: calc(50% - 0px);
}
#header.menuon .menubutton span:nth-child(2) {
  top: calc(50% + 0px);
  transform: rotate(-30deg);
}

/*--------------------------------------------------------------
mv
--------------------------------------------------------------*/
#mv {
  height: 68rem;
  padding-top: 10rem;
  background: url(../images/mv_bg.jpg) center center/cover;
  position: relative;
}
#mv .mainblock {
  position: relative;
  width: calc(100% - 12rem);
}
#mv .mainblock .main_inner {
  position: relative;
  width: 97rem;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
#mv .mainblock .light._pc {
  position: absolute;
  top: 2.5rem;
  left: -28rem;
  width: 36.6rem;
}
#mv .mainblock .phone._pc {
  position: absolute;
  top: 2rem;
  right: -5rem;
  width: 55rem;
}
#mv .mainblock .txtblock {
  margin-top: 8rem;
  display: inline-block;
}
#mv .mainblock .txtblock .sub {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#mv .mainblock .txtblock .ttl {
  font-size: 6.5rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 1rem;
}
#mv .mainblock .txtblock .price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
#mv .mainblock .txtblock .price .lowest {
  width: 9rem;
  aspect-ratio: 1/1;
  background: #b5414f;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff500;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
}
#mv .mainblock .txtblock .price .yen {
  color: #b5414f;
  font-size: 2.3rem;
  font-weight: bold;
}
#mv .mainblock .txtblock .price .yen .en {
  font-size: 6.8rem;
}
#mv .mainblock .txtblock .price .yen .en .beforekamma {
  display: inline-block;
  letter-spacing: -0.15em;
}
#mv .mainblock .txtblock .price .yen .kanji {
  font-size: 2.6rem;
}
#mv .mainblock .txtblock .price .yen .tax {
  font-size: 1.5rem;
}
#mv .mainblock .txtblock .app {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
#mv .mainblock .txtblock .app ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0;
}
#mv .mainblock .txtblock .app ul li {
  width: 2.8rem;
}
#mv .mainblock .txtblock .app p {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: bold;
}
#mv .mainblock .btns {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
#mv .mainblock .btns li a {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 8rem;
  color: #fff;
  flex-direction: column;
  border-radius: 0.8rem;
  background: #045545;
  padding-left: 1rem;
  transition: background-color 0.25s ease-in-out;
}
#mv .mainblock .btns li a:hover {
  background: rgba(4, 85, 69, 0.7);
}
#mv .mainblock .btns li a figure {
  position: absolute;
  top: 1.5rem;
  left: -1rem;
  width: 3.5rem;
  transform: rotate(-14deg);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
#mv .mainblock .btns li a .sub {
  font-size: 1.3rem;
}
#mv .mainblock .btns li a .main {
  font-size: 1.8rem;
  font-weight: 500;
  font-weight: bold;
}
#mv .mainblock .btns li a .main .icon img {
  vertical-align: middle;
}
#mv .mainblock .btns li a.diagnosis {
  border: 3px solid #045545;
  color: #045545;
  background: #fff;
}
#mv .mainblock .btns li a.diagnosis:hover {
  background: rgba(4, 85, 69, 0.1);
}
#mv .form {
  position: absolute;
  top: 10rem;
  right: 0;
  width: 27rem;
  background: rgba(255, 255, 255, 0.4);
  padding: 2.5rem;
  height: 100%;
}
#mv .form figure {
  position: absolute;
  top: -0.5rem;
  left: -1.5rem;
  width: 3.5rem;
  transform: rotate(-14deg);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
#mv .form hgroup h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
}
#mv .form hgroup h3 {
  line-height: 1;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 900;
  margin-top: 1rem;
}
#mv .form form {
  margin-top: 2rem;
}
#mv .form form dl div dt {
  font-size: 1.4rem;
  margin-top: 1.2rem;
}
#mv .form form dl div dt .essential {
  font-size: 1.1rem;
  color: #b5414f;
  display: inline-block;
  margin-left: 1px;
  margin-left: 1em;
}
#mv .form form dl div dd {
  margin-top: 0.5rem;
  position: relative;
}
#mv .form form dl div dd input {
  border-radius: 0.4rem;
  border: none;
  width: 100%;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
}
#mv .form form dl div dd .error {
  white-space: nowrap;
  color: #fd7e00;
  position: absolute;
  left: 0;
  font-size: 11px;
  bottom: -1.2em;
  line-height: 1;
}
#mv .form form .btn_wrapper button {
  background: #222;
  width: 100%;
  height: 5rem;
  color: #fff;
  border: none;
  justify-content: center;
  margin-top: 3rem;
  font-size: 1.7rem;
  font-weight: 700;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 3px solid #222;
  cursor: pointer;
}
#mv .form form .btn_wrapper button:hover {
  background: #fff;
  color: #222;
}
#mv .form form .btn_wrapper button:hover .icon {
  filter: invert(100%);
}
@media (max-width: 767px) {
  #mv {
    height: auto;
    padding-top: 70px;
    background: url(../images/mv_bg.jpg) center center/cover;
    position: relative;
    overflow: hidden;
  }
  #mv .mainblock {
    position: relative;
    width: 100%;
  }
  #mv .mainblock .main_inner {
    padding: 15px;
    position: relative;
    width: auto;
    display: flex;
    flex-direction: column;
  }
  #mv .mainblock .txtblock {
    margin-top: 0;
    display: inline-block;
    text-align: center;
  }
  #mv .mainblock .txtblock .sub {
    font-size: min(24px, 4vw);
    text-align: center;
  }
  #mv .mainblock .txtblock .ttl {
    text-align: center;
    font-size: min(71px, 12vw);
    margin-top: 1rem;
  }
  #mv .mainblock .txtblock .price {
    margin-top: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    position: relative;
  }
  #mv .mainblock .txtblock .price .lowest {
    width: 80px;
    font-size: 16px;
  }
  #mv .mainblock .txtblock .price .yen {
    font-size: 2.1rem;
    line-height: 1.1;
  }
  #mv .mainblock .txtblock .price .yen .en {
    font-size: 5.8rem;
  }
  #mv .mainblock .txtblock .price .yen .en .beforekamma {
    display: inline-block;
    letter-spacing: -0.15em;
  }
  #mv .mainblock .txtblock .price .yen .kanji {
    font-size: 2.6rem;
  }
  #mv .mainblock .txtblock .price .yen .tax {
    font-size: 1.3rem;
    position: absolute;
    right: 10px;
    top: 5px;
  }
  #mv .mainblock .txtblock .app {
    margin-top: 20px;
  }
  #mv .mainblock .txtblock figure {
    text-align: center;
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -20px;
  }
  #mv .mainblock .txtblock figure .light {
    margin-left: -15%;
    max-width: 70%;
  }
  #mv .mainblock .txtblock figure .phone {
    margin-left: max(-28%, -70px);
  }
  #mv .mainblock .btns {
    background: #045545;
    margin-top: unsedt;
    display: flex;
    justify-content: center;
    gap: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 20;
    width: 100%;
    padding: 2px;
    gap: 2px;
  }
  #mv .mainblock .btns li {
    width: 50%;
  }
  #mv .mainblock .btns li a {
    cursor: pointer;
    width: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    color: #fff;
    flex-direction: column;
    border-radius: 0;
    border: 1px solid #fff;
    padding-left: 0;
  }
  #mv .mainblock .btns li a figure {
    display: none;
  }
  #mv .mainblock .btns li a .sub {
    font-size: 1.1rem;
  }
  #mv .mainblock .btns li a .main {
    font-size: 1.5rem;
    font-weight: 500;
    font-weight: bold;
  }
  #mv .mainblock .btns li a .main .icon {
    display: none;
  }
  #mv .mainblock .btns li a.diagnosis {
    border: 0px solid #045545;
    color: #045545;
    background: #fff;
  }
  #mv .form {
    display: none;
  }
}

/*--------------------------------------------------------------
dialog
--------------------------------------------------------------*/
#dialog {
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px 0;
  background: #4ab29d;
}
#dialog hgroup {
  display: flex;
  align-items: center;
}
#dialog hgroup h2 {
  display: flex;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 5px;
}
#dialog hgroup p {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
#dialog .slider {
  padding: 10px 0;
  background: #2f9780;
}
#dialog .slider img {
  aspect-ratio: 518/297;
  -o-object-fit: cover;
     object-fit: cover;
}
#dialog .slide-track {
  display: flex;
  width: 9600px; /* 8枚×4セット=32スライド分 */
  -webkit-animation: scroll 60s linear infinite;
          animation: scroll 60s linear infinite;
}
#dialog .slide {
  width: 280px;
  margin-right: 20px;
  flex-shrink: 0;
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  #dialog {
    padding: 15px 0;
  }
  #dialog hgroup h2 {
    font-size: 16px;
  }
  #dialog hgroup h2 .icon {
    width: 30px;
  }
  #dialog .slide {
    width: 172px;
    margin-right: 5px;
    flex-shrink: 0;
  }
  #dialog .slide-track {
    width: 5664px;
    -webkit-animation: scroll 50s linear infinite;
            animation: scroll 50s linear infinite;
    display: flex;
  }
}

/*--------------------------------------------------------------
offer
--------------------------------------------------------------*/
section.offerarea {
  background: #f2f2f2;
  padding: 10rem 0;
}
section.offerarea h2.halfballoon {
  padding-bottom: 30px;
  padding-left: 20px;
  background: url(../images/offer_ornament.svg) center bottom no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #b5414f;
  line-height: 1;
  font-weight: 900;
}
section.offerarea h2.halfballoon .every {
  font-size: 17px;
}
section.offerarea h2.halfballoon .every .number {
  font-size: 29px;
}
section.offerarea h2.halfballoon strong {
  letter-spacing: 0.2em;
  font-size: 29px;
}
section.offerarea h2.halfballoon .en {
  font-size: 11px;
  letter-spacing: 0.2em;
}
section.offerarea .offer {
  margin-top: 50px;
}
section.offerarea .offer hgroup {
  text-align: center;
  position: relative;
}
section.offerarea .offer hgroup .balloon {
  margin-bottom: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  background: #045545;
  height: 36px;
  border-radius: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  position: relative;
}
section.offerarea .offer hgroup .balloon::after {
  width: 20px;
  height: 17px;
  background: #045545;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
  -webkit-clip-path: polygon(15% 0, 100% 0, 0% 100%);
          clip-path: polygon(15% 0, 100% 0, 0% 100%);
}
section.offerarea .offer.offer1 hgroup figure {
  width: 150px;
  transform: rotate(-15deg);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 10px;
  left: calc(50% - 500px);
}
section.offerarea .offer.offer1 hgroup .balloon {
  padding: 0 10px 0 5px;
  font-size: 15px;
}
section.offerarea .offer.offer1 hgroup .balloon .icon {
  padding-bottom: 5px;
}
section.offerarea .offer.offer1 hgroup .balloon .icon img {
  vertical-align: middle;
}
section.offerarea .offer.offer1 hgroup .balloon strong {
  font-size: 20px;
}
section.offerarea .offer.offer1 hgroup .balloon strong .en {
  font-size: 140%;
}
section.offerarea .offer.offer1 hgroup h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #045545;
  gap: 20px;
  font-weight: 900;
}
section.offerarea .offer.offer1 hgroup h3 .fukidashi {
  font-size: 27px;
  font-weight: 900;
  background: #fff;
  border-radius: 8px;
  line-height: 1;
  padding: 0.3em 1em 0.4em;
  position: relative;
}
section.offerarea .offer.offer1 hgroup h3 .fukidashi::after {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 1/1;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% - 1px), -50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
section.offerarea .offer.offer1 hgroup h3 strong {
  font-size: 40px;
  font-weight: 900;
}
section.offerarea .offer.offer1 hgroup h3 strong .no {
  font-size: 80%;
}
section.offerarea .offer.offer1 hgroup h3 .present {
  font-size: 19px;
}
section.offerarea .offer.offer1 .introduce {
  position: relative;
}
section.offerarea .offer.offer1 .introduce h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 0.5em 2em 0.6em;
  border-top-right-radius: 8px;
  background: #045545;
  display: inline-block;
}
section.offerarea .offer.offer1 .introduce .body {
  background: #045545;
  padding: 50px 0;
}
section.offerarea .offer.offer1 .introduce .body .inner {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
section.offerarea .offer.offer1 .introduce .body .inner .youtube {
  width: 620px;
  max-width: 60%;
}
section.offerarea .offer.offer1 .introduce .body .inner .youtube iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
section.offerarea .offer.offer1 .introduce .body .inner .contents {
  color: #fff500;
}
section.offerarea .offer.offer1 .introduce .body .inner .contents h3 {
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
section.offerarea .offer ul.list {
  border-top: 1px solid #222;
  margin-top: 25px;
}
section.offerarea .offer ul.list li {
  line-height: 1.5;
  border-bottom: 1px solid #222;
  padding: 10px 20px 10px 40px;
  background: url(../images/check_black.svg) 0.8em 1em no-repeat;
  font-size: 20px;
  font-weight: 500;
}
section.offerarea .offer ul.list.yellow {
  border-color: #fff500;
}
section.offerarea .offer ul.list.yellow li {
  border-color: #fff500;
  background-image: url(../images/check_yellow.svg);
}
section.offerarea .offer.offer2 h3 {
  font-size: 39px;
  text-align: center;
  color: #045545;
  font-weight: 900;
  line-height: 1;
  margin-top: 10px;
}
section.offerarea .offer.offer2 h3 .strong2 {
  background: #045545;
  color: #fff;
  display: inline-block;
  padding: 0.1em 0.3em 0.2em;
  margin: auto 0.1em;
  border-radius: 4px;
}
section.offerarea .offer.offer2 h3 .strong2 span {
  font-family: "Noto Serif JP", serif;
  font-style: italic;
  display: inline-block;
  margin-right: 0.2em;
}
section.offerarea .offer.offer2 h3 .kana {
  font-size: 60%;
}
section.offerarea .offer.offer2 .body {
  width: 700px;
  margin: auto;
  margin-top: 50px;
  position: relative;
}
section.offerarea .offer.offer2 .body figure {
  width: 260px;
  position: absolute;
  top: -130px;
  right: -150px;
}
section.offerarea .offer.offer3 {
  margin-top: 80px;
}
section.offerarea .offer.offer3 .inner {
  max-width: 940px;
  border: 1px solid rgba(34, 34, 34, 0.4);
  border-radius: 4px;
}
section.offerarea .offer.offer3 .inner hgroup {
  margin-top: -20px;
  text-align: center;
}
section.offerarea .offer.offer3 .inner .body {
  display: flex;
  flex-wrap: wrap;
}
section.offerarea .offer.offer3 .inner .body .catch {
  order: 2;
  width: 20%;
  padding-top: 20px;
}
section.offerarea .offer.offer3 .inner .body .item {
  order: 1;
  margin-bottom: -15px;
  padding-right: 30px;
  width: 40%;
}
section.offerarea .offer.offer3 .inner .body .item:nth-of-type(3) {
  order: 3;
}
section.offerarea .offer.offer3 .inner .body .line {
  width: 100%;
  order: 4;
  padding: 40px 0;
}
section.offerarea .offer.offer3 .inner .body .line a {
  border-radius: 8px;
  display: flex;
  margin: auto 40px;
  justify-content: center;
  align-items: center;
  background: #08c755;
  gap: 10px;
  font-size: 23px;
  font-weight: bold;
  position: relative;
  height: 70px;
  color: #fff;
  border: 2px solid #08c755;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
section.offerarea .offer.offer3 .inner .body .line a .icon {
  width: 48px;
}
section.offerarea .offer.offer3 .inner .body .line a .photo {
  width: 180px;
  position: absolute;
  right: 0;
  transform: translate(50%, -10px);
}
section.offerarea .offer.offer3 .inner .body .line a:hover {
  background: #fff;
  color: #08c755;
}
@media (max-width: 767px) {
  section.offerarea {
    padding: 10px 0 50px;
  }
  section.offerarea h2.halfballoon {
    padding-bottom: 30px;
    padding-left: 0px;
    background: url(../images/offer_ornament.svg) center bottom no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  section.offerarea h2.halfballoon .every {
    font-size: 15px;
  }
  section.offerarea h2.halfballoon .every .number {
    font-size: 26px;
  }
  section.offerarea h2.halfballoon strong {
    font-size: 27px;
  }
  section.offerarea h2.halfballoon .en {
    display: none;
  }
  section.offerarea .offer {
    margin-top: 50px;
  }
  section.offerarea .offer hgroup {
    text-align: center;
    position: relative;
  }
  section.offerarea .offer hgroup .balloon {
    margin-bottom: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    height: auto;
    text-align: center;
    min-height: 32px;
    height: 32px;
    font-size: 17px;
  }
  section.offerarea .offer hgroup .balloon::after {
    width: 20px;
    height: 17px;
    background: #045545;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% - 1px));
    -webkit-clip-path: polygon(15% 0, 100% 0, 0% 100%);
            clip-path: polygon(15% 0, 100% 0, 0% 100%);
  }
  section.offerarea .offer.offer1 hgroup figure {
    width: 150px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -10px;
    left: calc(50% - 300px);
  }
  section.offerarea .offer.offer1 hgroup figure img {
    width: 180px;
  }
  section.offerarea .offer.offer1 hgroup .balloon {
    padding: 0 10px 0 5px;
    font-size: 15px;
  }
  section.offerarea .offer.offer1 hgroup .balloon .icon {
    padding-bottom: 5px;
  }
  section.offerarea .offer.offer1 hgroup .balloon .icon img {
    vertical-align: middle;
  }
  section.offerarea .offer.offer1 hgroup .balloon strong {
    font-size: 20px;
  }
  section.offerarea .offer.offer1 hgroup .balloon strong .en {
    font-size: 140%;
  }
  section.offerarea .offer.offer1 hgroup h3 {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #045545;
    gap: 0px;
    font-weight: 900;
  }
  section.offerarea .offer.offer1 hgroup h3 .fukidashi {
    font-size: 24px;
    padding: 0.3em 1em 0.4em;
    position: relative;
  }
  section.offerarea .offer.offer1 hgroup h3 .fukidashi::after {
    content: "";
    display: block;
    width: 11px;
    right: 50%;
    top: unset;
    bottom: 0;
    transform: translate(50%, calc(100% - 1px));
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
  section.offerarea .offer.offer1 hgroup h3 strong {
    font-size: 36px;
  }
  section.offerarea .offer.offer1 hgroup h3 .present {
    font-size: 19px;
    line-height: 1;
  }
  section.offerarea .offer.offer1 .introduce {
    margin-top: 30px;
    text-align: center;
  }
  section.offerarea .offer.offer1 .introduce h4 {
    font-size: 16px;
    padding: 0.5em 2em 0.6em;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background: #045545;
    display: inline-block;
  }
  section.offerarea .offer.offer1 .introduce .body {
    padding: 50px 0;
  }
  section.offerarea .offer.offer1 .introduce .body .inner {
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  section.offerarea .offer.offer1 .introduce .body .inner .youtube {
    width: 100%;
    max-width: unset;
  }
  section.offerarea .offer.offer1 .introduce .body .inner .contents h3 {
    line-height: 1;
    font-size: 13px;
  }
  section.offerarea .offer ul.list {
    margin-top: 20px;
  }
  section.offerarea .offer ul.list li {
    line-height: 1.5;
    padding: 8px 20px 8px 30px;
    background: url(../images/check_black.svg) 0.4em 1em no-repeat;
    background-size: 12px;
    font-size: 16px;
  }
  section.offerarea .offer ul.list.yellow {
    border-color: #fff500;
  }
  section.offerarea .offer ul.list.yellow li {
    border-color: #fff500;
    background-image: url(../images/check_yellow.svg);
  }
  section.offerarea .offer.offer2 h3 {
    font-size: 39px;
    margin-top: 10px;
    line-height: 0.8;
  }
  section.offerarea .offer.offer2 h3 .strong2 {
    margin: 15px 0.1em auto;
    padding: 0.2em 0.3em 0.3em;
  }
  section.offerarea .offer.offer2 h3 .kana {
    font-size: 60%;
  }
  section.offerarea .offer.offer2 .body {
    width: auto;
    margin: auto;
    margin-top: 50px;
    position: relative;
  }
  section.offerarea .offer.offer2 .body figure {
    width: 120px;
    position: absolute;
    top: -140px;
    right: unset;
    left: -60px;
  }
  section.offerarea .offer.offer3 .inner {
    border: 1px solid rgba(34, 34, 34, 0.4);
    border-radius: 4px;
    margin: auto 20px;
    width: auto;
  }
  section.offerarea .offer.offer3 .inner hgroup {
    margin-top: -20px;
    text-align: center;
  }
  section.offerarea .offer.offer3 .inner .body {
    display: flex;
    flex-wrap: wrap;
  }
  section.offerarea .offer.offer3 .inner .body .catch {
    order: 1;
    width: 100%;
    padding-top: 0px;
    text-align: center;
  }
  section.offerarea .offer.offer3 .inner .body .catch img {
    width: 120px;
  }
  section.offerarea .offer.offer3 .inner .body .item {
    text-align: center;
    order: 2;
    margin-top: 20px;
    margin-bottom: 0;
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  section.offerarea .offer.offer3 .inner .body .item:nth-of-type(3) {
    order: 3;
  }
  section.offerarea .offer.offer3 .inner .body .item img {
    max-width: 280px;
    width: auto;
    transform: translateX(-10%);
  }
  section.offerarea .offer.offer3 .inner .body .line {
    width: 100%;
    order: 4;
    padding: 40px 0 20px;
  }
  section.offerarea .offer.offer3 .inner .body .line a {
    border-radius: 6px;
    margin: auto auto;
    gap: 0px;
    font-size: 18px;
    height: 50px;
  }
  section.offerarea .offer.offer3 .inner .body .line a .icon {
    width: 48px;
  }
}
section.offerarea.offerarea2 {
  padding: 0 0 80px;
}
section.offerarea.offerarea2 .offer1 .inner,
section.offerarea.offerarea2 .offer2 .inner {
  background: #fff;
  padding-bottom: 40px;
  max-width: 940px;
  border: 1px solid rgba(34, 34, 34, 0.4);
  border-radius: 4px;
}
section.offerarea.offerarea2 .offer1 .inner hgroup,
section.offerarea.offerarea2 .offer2 .inner hgroup {
  margin-top: -20px;
  text-align: center;
}
section.offerarea.offerarea2 .offer3 .inner {
  background: #fff;
}
section.offerarea .pentagon {
  background: #4ab29d;
  padding: 50px 20px 0px;
  position: relative;
  margin-bottom: 140px;
}
section.offerarea .pentagon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: #4ab29d;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(calc(100% - 1px));
  z-index: 1;
}
section.offerarea .pentagon .telarea {
  transform: scale(1.5);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
section.offerarea .pentagon .telarea h2 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 0.21em;
}
section.offerarea .pentagon .telarea .tel .icon {
  position: relative;
  top: -3px;
}
section.offerarea .pentagon .telarea .tel .number {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
section.offerarea .pentagon .telarea .tel .reception {
  margin-top: 0.5rem;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}
section.offerarea .pentagon .btns {
  transform: scale(1.3);
  transform-origin: center top;
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
section.offerarea .pentagon .btns li a {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24rem;
  height: 8rem;
  color: #fff;
  flex-direction: column;
  border-radius: 0.8rem;
  background: #045545;
  padding-left: 1rem;
  transition: background-color 0.25s ease-in-out;
}
section.offerarea .pentagon .btns li a:hover {
  background: rgba(4, 85, 69, 0.7);
}
section.offerarea .pentagon .btns li a figure {
  position: absolute;
  top: 1.5rem;
  left: -1rem;
  width: 3.5rem;
  transform: rotate(-14deg);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
section.offerarea .pentagon .btns li a .sub {
  font-size: 1.3rem;
}
section.offerarea .pentagon .btns li a .main {
  font-size: 1.8rem;
  font-weight: 500;
  font-weight: bold;
}
section.offerarea .pentagon .btns li a .main .icon img {
  vertical-align: middle;
}
section.offerarea .pentagon .btns li a.diagnosis {
  border: 3px solid #045545;
  color: #045545;
  background: #fff;
}
section.offerarea .pentagon .btns li a.diagnosis:hover {
  background: rgba(4, 85, 69, 0.1);
}
section.offerarea .yt {
  margin-top: 20px;
  text-align: center;
}
section.offerarea .yt iframe {
  margin: auto;
}
@media (max-width: 767px) {
  section.offerarea.offerarea2 {
    padding: 0 0 80px;
  }
  section.offerarea.offerarea2 .offer1 .inner,
section.offerarea.offerarea2 .offer2 .inner {
    margin: auto 20px;
    padding-bottom: 40px;
    max-width: 940px;
    width: auto;
    border-radius: 4px;
  }
  section.offerarea.offerarea2 .offer1 .inner hgroup,
section.offerarea.offerarea2 .offer2 .inner hgroup {
    margin-top: -20px;
    text-align: center;
  }
  section.offerarea.offerarea2 .offer3 .inner {
    background: #fff;
  }
  section.offerarea .pentagon {
    background: #4ab29d;
    padding: 50px 20px 0px;
    position: relative;
    margin-bottom: 140px;
  }
  section.offerarea .pentagon::after {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: #4ab29d;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(calc(100% - 1px));
    z-index: 1;
  }
  section.offerarea .pentagon .telarea {
    transform: scale(1.2);
    transform-origin: center bottom;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  section.offerarea .pentagon .telarea h2 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 0.21em;
  }
  section.offerarea .pentagon .telarea .tel .icon {
    position: relative;
    top: -3px;
  }
  section.offerarea .pentagon .telarea .tel .number {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
  }
  section.offerarea .pentagon .telarea .tel .reception {
    margin-top: 0.5rem;
    line-height: 1;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
  }
  section.offerarea .pentagon .btns {
    transform: unset;
    transform-origin: center top;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: relative;
    z-index: 2;
  }
  section.offerarea .pentagon .btns li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24rem;
    height: 8rem;
    color: #fff;
    flex-direction: column;
    border-radius: 0.8rem;
    background: #045545;
    padding-left: 1rem;
    transition: background-color 0.25s ease-in-out;
  }
  section.offerarea .pentagon .btns li a:hover {
    background: rgba(4, 85, 69, 0.7);
  }
  section.offerarea .pentagon .btns li a figure {
    position: absolute;
    top: 1.5rem;
    left: -1rem;
    width: 3.5rem;
    transform: rotate(-14deg);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  }
  section.offerarea .pentagon .btns li a .sub {
    font-size: 1.3rem;
  }
  section.offerarea .pentagon .btns li a .main {
    font-size: 1.8rem;
    font-weight: 500;
    font-weight: bold;
  }
  section.offerarea .pentagon .btns li a .main .icon img {
    vertical-align: middle;
  }
  section.offerarea .pentagon .btns li a.diagnosis {
    border: 3px solid #045545;
    color: #045545;
    background: #fff;
  }
  section.offerarea .pentagon .btns li a.diagnosis:hover {
    background: rgba(4, 85, 69, 0.1);
  }
  section.offerarea .yt {
    margin-top: 20px;
    text-align: center;
  }
  section.offerarea .yt iframe {
    width: auto;
    height: auto;
    aspect-ratio: 16/9;
  }
}

.offerarea3 {
  background: #4ab29d;
  padding: 50px 0;
}
.offerarea3 h2.halfballoon {
  padding-bottom: 30px;
  padding-left: 20px;
  background: url(../images/offer_ornament.svg) center bottom no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #b5414f;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: -20px;
}
.offerarea3 .lower {
  margin-left: -290px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.offerarea3 .lower .phone {
  width: 266px;
}
.offerarea3 .right {
  text-align: left;
}
.offerarea3 h3 {
  color: #fff500;
  font-size: 35px;
  font-weight: 900;
}
.offerarea3 .telarea {
  transform: scale(1.5);
  transform-origin: left center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  margin: 40px 0;
  padding: 0;
}
.offerarea3 .telarea h2 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 0.21em;
}
.offerarea3 .telarea .tel .icon {
  position: relative;
  top: -3px;
}
.offerarea3 .telarea .tel .number {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}
.offerarea3 .telarea .tel .reception {
  margin-top: 0.5rem;
  line-height: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}
.offerarea3 .btns {
  transform: scale(1.15);
  transform-origin: left top;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.offerarea3 .btns li a {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 80px;
  color: #fff;
  flex-direction: column;
  border-radius: 8px;
  background: #045545;
  padding-left: 10px;
  transition: background-color 0.25s ease-in-out;
}
.offerarea3 .btns li a:hover {
  background: rgba(4, 85, 69, 0.7);
}
.offerarea3 .btns li a figure {
  position: absolute;
  top: 15px;
  left: -10px;
  width: 35px;
  transform: rotate(-14deg);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.offerarea3 .btns li a .sub {
  font-size: 13px;
}
.offerarea3 .btns li a .main {
  font-size: 18px;
  font-weight: 500;
  font-weight: bold;
}
.offerarea3 .btns li a .main .icon img {
  vertical-align: middle;
}
.offerarea3 .btns li a.diagnosis {
  border: 3px solid #045545;
  color: #045545;
  background: #fff;
}
.offerarea3 .btns li a.diagnosis:hover {
  background: rgba(4, 85, 69, 0.1);
}
@media (max-width: 767px) {
  .offerarea3 {
    background: #4ab29d;
    padding: 30px 0;
  }
  .offerarea3 h2.halfballoon {
    padding-bottom: 20px;
    padding-left: 20px;
    background: url(../images/offer_ornament.svg) center bottom no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .offerarea3 .lower {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .offerarea3 .lower .phone {
    position: absolute;
    width: 120px;
    top: -50px;
    right: calc(50% + 120px);
  }
  .offerarea3 .right {
    text-align: center;
  }
  .offerarea3 h3 {
    font-size: 28px;
    text-align: center;
    line-height: 1.2;
  }
  .offerarea3 .telarea {
    transform: scale(1.2);
    transform-origin: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    padding: 0;
  }
  .offerarea3 .telarea h2 {
    font-size: 18px;
    font-weight: bold;
    padding-top: 0.21em;
  }
  .offerarea3 .telarea .tel .icon {
    position: relative;
    top: -3px;
  }
  .offerarea3 .telarea .tel .number {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
  }
  .offerarea3 .telarea .tel .reception {
    margin-top: 0.5rem;
    line-height: 1;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .offerarea3 .btns {
    transform: scale(1);
    transform-origin: left top;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 2;
  }
  .offerarea3 .btns li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24rem;
    height: 8rem;
    color: #fff;
    flex-direction: column;
    border-radius: 0.8rem;
    background: #045545;
    padding-left: 1rem;
    transition: background-color 0.25s ease-in-out;
  }
  .offerarea3 .btns li a:hover {
    background: rgba(4, 85, 69, 0.7);
  }
  .offerarea3 .btns li a figure {
    position: absolute;
    top: 1.5rem;
    left: -1rem;
    width: 3.5rem;
    transform: rotate(-14deg);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  }
  .offerarea3 .btns li a .sub {
    font-size: 1.3rem;
  }
  .offerarea3 .btns li a .main {
    font-size: 1.8rem;
    font-weight: 500;
    font-weight: bold;
  }
  .offerarea3 .btns li a .main .icon img {
    vertical-align: middle;
  }
  .offerarea3 .btns li a.diagnosis {
    border: 3px solid #045545;
    color: #045545;
    background: #fff;
  }
  .offerarea3 .btns li a.diagnosis:hover {
    background: rgba(4, 85, 69, 0.1);
  }
}

/*--------------------------------------------------------------
annoy
--------------------------------------------------------------*/
.dq {
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.dq strong {
  font-size: 125%;
}
.dq strong::before, .dq strong::after {
  content: "“";
  display: inline-block;
  margin: auto 0.2em;
  transform: scale(1.15);
}
.dq strong::after {
  content: "”";
}
@media (max-width: 767px) {
  .dq {
    font-size: 23px;
    line-height: 1.4;
  }
}

#annoy {
  background: linear-gradient(180deg, rgba(121, 88, 117, 0.2) 0%, #fff 50%);
  padding: 100px 0;
  text-align: center;
}
#annoy .inner {
  text-align: center;
}
#annoy h2 {
  color: #795875;
  margin-bottom: 70px;
}
#annoy figure {
  text-align: center;
  height: 480px;
  margin-bottom: -480px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#annoy ul {
  display: grid;
  height: 480px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 100px 100px 100px 100px;
  margin: auto;
  gap: 20px 15%;
  grid-auto-flow: column;
}
#annoy ul li div {
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: 100px;
  background: #cad5e8;
  border-radius: 23px;
  position: relative;
}
#annoy ul li div::after {
  content: "";
  width: 18px;
  height: 19px;
  background: #cad5e8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(calc(100% - 1px), -50%);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#annoy ul li div p {
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 18px;
  line-height: 1.5;
}
#annoy ul li div p strong {
  font-size: 140%;
  display: inline-block;
}
#annoy ul li:nth-child(2) div, #annoy ul li:nth-child(4) div, #annoy ul li:nth-child(5) div, #annoy ul li:nth-child(7) div {
  background: #fcefd6;
}
#annoy ul li:nth-child(2) div::after, #annoy ul li:nth-child(4) div::after, #annoy ul li:nth-child(5) div::after, #annoy ul li:nth-child(7) div::after {
  background: #fcefd6;
}
#annoy ul li:nth-child(-n+4) {
  text-align: right;
}
#annoy ul li:nth-child(n+5) div::after {
  right: unset;
  left: 0;
  transform: translate(calc(-100% + 1px), -50%) rotate(180deg);
}
#annoy ul li:nth-child(1), #annoy ul li:nth-child(3) {
  padding-right: 30px;
}
#annoy ul li:nth-child(2) {
  padding-right: 60px;
}
#annoy ul li:nth-child(5), #annoy ul li:nth-child(7) {
  padding-left: 30px;
}
#annoy ul li:nth-child(6) {
  padding-left: 60px;
}
#annoy .solution {
  text-align: center;
  margin-top: 50px;
  background: linear-gradient(90deg, #fff 10%, #b5414f 30%, #b5414f 70%, #fff 90%);
  padding: 10px;
  font-size: 26px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
#annoy .solution strong {
  font-weight: 900;
  color: #fff500;
}
#annoy .solution strong .icon {
  width: 1px;
  display: inline-block;
}
#annoy .solution strong .icon img {
  width: 1em;
  max-width: unset;
  transform: translate(-10%, -100%);
}
@media (max-width: 767px) {
  #annoy {
    padding: 50px 0 50px;
  }
  #annoy .inner {
    text-align: center;
  }
  #annoy h2 {
    margin-bottom: 30px;
  }
  #annoy figure {
    height: auto;
    margin: -20px auto -250px;
  }
  #annoy figure img {
    height: 420px;
    width: auto;
  }
  #annoy ul {
    height: auto;
    display: block;
    grid-template-rows: 100px 100px 100px 100px;
  }
  #annoy ul li {
    margin-top: 15px;
    text-align: center;
  }
  #annoy ul li:nth-child(-n+4) {
    text-align: center;
  }
  #annoy ul li:nth-child(odd) {
    text-align: left;
  }
  #annoy ul li:nth-child(even) {
    text-align: right;
  }
  #annoy ul li div {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    height: auto;
    background: #cad5e8;
    border-radius: 12px;
    padding: 10px 20px;
  }
  #annoy ul li div::after {
    content: "";
    width: 19px;
    height: 18px;
    background: #cad5e8;
    position: absolute;
    right: 50%;
    top: 0%;
    transform: translate(50%, calc(1px - 100%));
    -webkit-clip-path: polygon(50% 50%, 100% 100%, 0 100%);
            clip-path: polygon(50% 50%, 100% 100%, 0 100%);
  }
  #annoy ul li div p {
    letter-spacing: 0.05em;
    font-size: 16px;
    text-align: center;
  }
  #annoy ul li div p strong {
    font-size: 135%;
  }
  #annoy ul li:nth-child(odd) div {
    background: #cad5e8;
  }
  #annoy ul li:nth-child(odd) div::after {
    background: #cad5e8;
  }
  #annoy ul li:nth-child(even) div {
    background: #fcefd6;
  }
  #annoy ul li:nth-child(even) div::after {
    background: #fcefd6;
  }
  #annoy ul li:nth-child(n+5) div::after {
    right: unset;
    left: unset;
    transform: translate(50%, calc(1px - 100%));
  }
  #annoy ul li:nth-child(1), #annoy ul li:nth-child(3) {
    padding-right: 0;
  }
  #annoy ul li:nth-child(2) {
    padding-right: 0;
  }
  #annoy ul li:nth-child(5), #annoy ul li:nth-child(7) {
    padding-left: 0;
  }
  #annoy ul li:nth-child(6) {
    padding-left: 0;
  }
  #annoy .solution {
    text-align: center;
    margin-top: 50px;
    background: linear-gradient(90deg, #fff 0%, #b5414f 10%, #b5414f 90%, #fff 100%);
    padding: 10px;
    font-size: 23px;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  #annoy .solution strong .icon {
    width: 1px;
    display: inline-block;
  }
  #annoy .solution strong .icon img {
    width: 0.8em;
    max-width: unset;
    transform: translate(0%, -40%) rotate(20deg);
  }
}

/*--------------------------------------------------------------
guarantee
--------------------------------------------------------------*/
#guarantee {
  background: #dfedeb;
  padding-bottom: 80px;
}
#guarantee::before {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-bottom: 80px;
}
#guarantee h2 {
  color: #045545;
}
#guarantee ul.list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#guarantee ul.list > li {
  width: 31.5%;
  background: #fff;
  position: relative;
  padding: 0 2.5% 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#guarantee ul.list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border: 1px solid rgba(34, 34, 34, 0.2);
}
#guarantee ul.list > li::after {
  content: "";
  width: 80px;
  height: 10px;
  top: 5px;
  left: calc(50% - 40px);
  position: absolute;
  background: #fff;
}
#guarantee ul.list > li .num {
  text-align: center;
  margin-top: -40px;
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  color: #045545;
  position: relative;
  z-index: 10;
}
#guarantee ul.list > li h3 {
  font-size: 21px;
  font-weight: 900;
  color: #045545;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  line-height: 1.5;
  margin-bottom: 20px;
}
#guarantee ul.list > li figure {
  margin-bottom: 15px;
  text-align: center;
}
#guarantee ul.list > li figure img {
  max-width: 350px;
}
#guarantee ul.list > li .merit {
  padding-top: 20px;
}
#guarantee ul.list > li .merit h4 {
  background: #045545;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  position: relative;
}
#guarantee ul.list > li .merit h4::after {
  content: "";
  width: 7px;
  height: 5px;
  background: #045545;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#guarantee ul.list > li .merit ul li {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
  background: rgba(4, 85, 69, 0.05);
  border-radius: 3px;
  min-height: 5em;
  padding: 0.3em 1em;
  color: #045545;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #guarantee {
    padding-bottom: 80px;
  }
  #guarantee::before {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 30px;
  }
  #guarantee ul.list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
  }
  #guarantee ul.list > li {
    margin-top: 30px;
    width: 100%;
    background: #fff;
    position: relative;
    padding: 0 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #guarantee ul.list > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: 1px solid rgba(34, 34, 34, 0.2);
  }
  #guarantee ul.list > li::after {
    content: "";
    width: 80px;
    height: 10px;
    top: 5px;
    left: calc(50% - 40px);
    position: absolute;
    background: #fff;
  }
  #guarantee ul.list > li .num {
    margin-top: -30px;
    font-size: 38px;
  }
  #guarantee ul.list > li h3 {
    font-size: 19px;
    height: auto;
    margin-bottom: 15px;
  }
  #guarantee ul.list > li figure {
    margin-bottom: 15px;
  }
  #guarantee ul.list > li .merit {
    padding-top: 20px;
  }
  #guarantee ul.list > li .merit h4 {
    font-size: 12px;
  }
  #guarantee ul.list > li .merit ul li {
    margin-top: 10px;
    font-size: 15px;
    border-radius: 2px;
    min-height: unset;
    padding: 0.5em 1em;
    color: #045545;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/*--------------------------------------------------------------
management
--------------------------------------------------------------*/
#management {
  background: url(../images/mangement_bg.jpg) center center/cover;
  padding: 100px 0 80px;
}
#management .inner {
  max-width: 1200px;
}
#management .block {
  background: rgba(255, 255, 255, 0.95);
  padding: 50px;
}
#management .block:first-of-type {
  margin-bottom: 20px;
  position: relative;
}
#management .block:first-of-type::after {
  width: 18px;
  aspect-ratio: 21/18;
  content: "";
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#management .block:first-of-type dl div {
  display: flex;
  padding: 40px;
  justify-content: flex-start;
  align-items: center;
  min-height: 160px;
}
#management .block:first-of-type dl div dt {
  width: 120px;
  font-size: 18px;
  font-weight: 900;
  border-right: 1px solid #045545;
  flex-grow: 0;
  flex-shrink: 0;
}
#management .block:first-of-type dl div dd {
  width: calc(100% - 120px);
  padding-left: 30px;
}
#management .block:first-of-type dl div dd .sns {
  margin-bottom: 10px;
  display: block;
}
#management .block:first-of-type dl div dd .sns img {
  width: 33px;
  display: inline-block;
}
#management .block:first-of-type dl div dd .sns img + img {
  margin-left: 10px;
}
#management .block .chart {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 10px;
}
#management .block .chart li {
  width: 572px;
}
#management .block .chart li + li {
  width: 516px;
}
@media (max-width: 767px) {
  #management {
    padding: 80px 0 50px;
  }
  #management .block {
    padding: 5px;
  }
  #management .block:first-of-type {
    margin-bottom: 20px;
    position: relative;
  }
  #management .block:first-of-type::after {
    width: 17px;
    aspect-ratio: 21/18;
  }
  #management .block:first-of-type dl div {
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: flex-start;
    align-items: center;
    min-height: 160px;
  }
  #management .block:first-of-type dl div dt {
    width: auto;
    text-align: center;
    width: 100%;
    font-size: 17px;
    border: none;
  }
  #management .block:first-of-type dl div dd {
    width: auto;
    padding-left: 0;
  }
  #management .block:first-of-type dl div dd .sns {
    margin-bottom: 10px;
    display: block;
  }
  #management .block:first-of-type dl div dd .sns img {
    width: 23px;
    display: inline-block;
  }
  #management .block:first-of-type dl div dd .sns img + img {
    margin-left: 10px;
  }
  #management .block .chart {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
  }
  #management .block .chart li {
    width: auto;
  }
  #management .block .chart li + li {
    width: auto;
  }
}

/*--------------------------------------------------------------
case
--------------------------------------------------------------*/
#case {
  background: linear-gradient(180deg, rgba(4, 85, 69, 0.1) 0, #fff 1400px);
  position: relative;
  z-index: 2;
  padding: 100px 0 80px;
}
#case::after {
  content: "";
  display: block;
  background: linear-gradient(0deg, rgba(4, 85, 69, 0.05) 0, #fff 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#case .block {
  margin: 120px auto auto;
}
#case .block.operation {
  max-width: 1180px;
}
#case .block.operation .frame {
  background: #fff;
  border-radius: 12px;
  padding: 40px 90px 70px;
  box-shadow: 0 0 18px rgba(34, 34, 34, 0.2);
}
#case .block.operation .frame .logo {
  text-align: center;
  margin-bottom: 20px;
}
#case .block.operation .frame .logo img {
  width: 200px;
}
#case .block.operation ul {
  display: flex;
  justify-content: space-between;
}
#case .block.operation ul li {
  width: 32%;
}
#case .block.operation .line {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 50px 60px 80px;
  text-align: center;
  margin-top: 80px;
}
#case .block.operation .line h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #b5414f;
  font-weight: 700;
  line-height: 1.2;
}
#case .block.operation .line h4 strong {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 120%;
  background: #fff500;
  padding: 0 0.5em;
  border-radius: 3px;
}
#case .block.operation .line a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #08c755;
  gap: 10px;
  font-size: 23px;
  font-weight: bold;
  position: relative;
  height: 70px;
  color: #fff;
  border: 2px solid #08c755;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
#case .block.operation .line a .icon {
  width: 48px;
}
#case .block.operation .line a .photo {
  width: 180px;
  position: absolute;
  right: 0;
  transform: translate(50%, -10px);
}
#case .block.operation .line a:hover {
  background: #fff;
  color: #08c755;
}
#case .block.client .inner > ul {
  border-top: 4px solid #4ab29d;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 40px 0;
  padding-top: 40px;
}
#case .block.client .inner > ul > li {
  width: 50%;
  padding-right: 36px;
  border-right: 1px solid #999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
}
#case .block.client .inner > ul > li:nth-child(even) {
  padding-right: 0;
  padding-left: 36px;
  border-right: 0;
}
#case .block.client .inner > ul > li:nth-child(n+3) {
  margin-top: 40px;
}
#case .block.client .inner > ul > li:nth-child(n+3)::before {
  width: 100%;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #999;
  position: relative;
  top: -80px;
}
#case .block.client .inner > ul > li figure {
  width: 31.3333333333%;
  padding-top: 8px;
}
#case .block.client .inner > ul > li figure img {
  border-radius: 18px;
}
#case .block.client .inner > ul > li .txt {
  width: 63.3333333333%;
}
#case .block.client .inner > ul > li .txt h4 {
  color: #045545;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#case .block.client .inner > ul > li .txt h5 {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #045545;
}
#case .block.client .inner > ul > li .txt ul.task {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
#case .block.client .inner > ul > li .txt ul.task li {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: 500;
  padding: 0 0.8em;
  background: #045545;
}
#case .block.client .inner > ul > li .txt ul.result {
  margin-top: 15px;
}
#case .block.client .inner > ul > li .txt ul.result li {
  font-weight: 700;
}
#case .block.client .inner > ul > li .txt ul.result li strong {
  border-bottom: 3px solid #fff500;
  font-weight: 900;
}
@media (max-width: 767px) {
  #case {
    padding: 80px 0 50px;
  }
  #case .block {
    margin: 80px auto auto;
  }
  #case .block.operation {
    max-width: 1180pxb;
  }
  #case .block.operation .frame {
    border-radius: 8px;
    padding: 20px 20px 20px;
  }
  #case .block.operation .frame .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  #case .block.operation .frame .logo img {
    width: 150px;
  }
  #case .block.operation ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
  #case .block.operation ul li {
    width: 220px;
  }
  #case .block.operation .line {
    border-radius: 4px;
    padding: 20px 20px 20px;
    text-align: center;
    margin-top: 40px;
  }
  #case .block.operation .line h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #b5414f;
    font-weight: 700;
    line-height: 1.2;
  }
  #case .block.operation .line h4 strong {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 120%;
    background: #fff500;
    padding: 0 0.5em;
    border-radius: 3px;
  }
  #case .block.operation .line a {
    gap: 5px;
    font-size: 15px;
    height: auto;
    padding: 0.5em;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.2;
  }
  #case .block.operation .line a .icon {
    width: 32px;
  }
  #case .block.operation .line a .photo {
    width: 80px;
    position: absolute;
    right: 0;
    transform: translate(50%, -30%);
  }
  #case .block.operation .line a:hover {
    background: #fff;
    color: #08c755;
  }
  #case .block.client .inner {
    padding: 0;
  }
  #case .block.client .inner > ul {
    border-top: 4px solid #4ab29d;
    display: block;
    padding-top: 40px;
  }
  #case .block.client .inner > ul > li {
    width: 100%;
    padding-right: 0;
    border-right: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0px;
    padding-bottom: 40px;
    border-bottom: 1px solid #222;
    margin-top: 40px;
  }
  #case .block.client .inner > ul > li:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
  }
  #case .block.client .inner > ul > li:last-child {
    border: none;
    padding-bottom: 0;
  }
  #case .block.client .inner > ul > li:nth-child(n+3) {
    margin-top: 40px;
  }
  #case .block.client .inner > ul > li:nth-child(n+3)::before {
    content: none;
  }
  #case .block.client .inner > ul > li figure {
    width: 100%;
    padding-top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  #case .block.client .inner > ul > li figure img {
    border-radius: 9px;
    max-width: 210px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  }
  #case .block.client .inner > ul > li .txt {
    width: 100%;
  }
  #case .block.client .inner > ul > li .txt h4 {
    text-align: center;
    color: #045545;
    font-size: 21px;
    margin-bottom: 20px;
  }
  #case .block.client .inner > ul > li .txt h5 {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    color: #045545;
  }
  #case .block.client .inner > ul > li .txt ul.task {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  #case .block.client .inner > ul > li .txt ul.task li {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0.8em 0.1em;
  }
  #case .block.client .inner > ul > li .txt ul.result {
    margin-top: 15px;
  }
  #case .block.client .inner > ul > li .txt ul.result li {
    font-weight: 700;
  }
  #case .block.client .inner > ul > li .txt ul.result li strong {
    border-bottom: 3px solid #fff500;
    font-weight: 900;
  }
}

/*--------------------------------------------------------------
reason
--------------------------------------------------------------*/
#reason {
  padding: 100px 0 80px;
}
#reason .inner {
  max-width: 1200px;
}
#reason .block {
  border: 5px solid #4ab29d;
  margin-top: 180px;
  padding: 0 40px 40px;
}
#reason .block > hgroup {
  text-align: center;
  margin-top: -110px;
  margin-bottom: 60px;
}
#reason .block > hgroup .point {
  width: 90px;
  aspect-ratio: 1/1;
  margin: auto;
  border: 1px solid #045545;
  border-radius: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #045545;
  gap: 0.7em;
  padding-top: 0.5em;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 80%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 80%);
}
#reason .block > hgroup .point span {
  font-size: 35px;
}
#reason .block > hgroup h3 {
  font-size: 28px;
  font-weight: bold;
  color: #045545;
  margin-top: 0;
  text-align: center;
  display: inline-block;
  background: #fff;
  line-height: 1.4;
  padding: 0 2em;
}
#reason .block .unit {
  margin-top: 80px;
}
#reason .block .unit .step > li {
  border-radius: 10px;
  background: #e8f6f3;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 140px;
}
#reason .block .unit .step > li::after {
  content: "";
  display: block;
  width: 120px;
  height: 20px;
  background: #e8f6f3;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
}
#reason .block .unit .step > li:nth-child(2) {
  background: #c8e6e0;
  z-index: 2;
}
#reason .block .unit .step > li:nth-child(2)::after {
  background: #c8e6e0;
}
#reason .block .unit .step > li:nth-child(3) {
  background: #a8d8ce;
  z-index: 1;
}
#reason .block .unit .step > li:nth-child(3)::after {
  display: none;
}
#reason .block .unit .step > li hgroup {
  width: 300px;
  height: 80px;
  border-right: 1px solid #045545;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#reason .block .unit .step > li hgroup .en {
  width: 130px;
  line-height: 32px;
  color: #fff500;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  background: #4ab29d;
  border-radius: 4px;
  margin-right: 30px;
  margin-left: -10px;
}
#reason .block .unit .step > li hgroup h5 {
  display: inline-flex;
  font-size: 27px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  gap: 8px;
}
#reason .block .unit .step > li hgroup h5 span {
  display: block;
  font-size: 14px;
  white-space: nowrap;
}
#reason .block .unit .step > li .sns {
  display: flex;
  width: calc(100% - 300px);
  padding-left: 30px;
}
#reason .block .unit .step > li .sns li {
  width: 110px;
  text-align: center;
}
#reason .block .unit .step > li .sns li figure {
  text-align: center;
}
#reason .block .unit .step > li .sns li figure img {
  width: 40px;
}
#reason .block .unit .step > li .sns li p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 0.5em;
}
#reason .block .unit .ex {
  margin-top: 30px;
  border: 1px solid rgba(74, 178, 157, 0.2);
  text-align: center;
  padding: 15px 20px 25px;
}
#reason .block .unit .ex p {
  text-align: center;
  color: #045545;
  font-weight: bold;
  margin-bottom: 20px;
}
#reason .block .unit .ex figure {
  text-align: center;
}
#reason .block .unit .ex figure img {
  max-width: 1020px;
}
#reason .block .unit.simulation .frame {
  background: rgba(74, 178, 157, 0.1);
  padding: 50px;
}
#reason .block .unit.simulation .frame p {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
#reason .block .unit.simulation .frame ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#reason .block .unit.simulation .frame ul li {
  width: 280px;
  position: relative;
}
#reason .block .unit.simulation .frame ul li .tiktokframe {
  margin-bottom: -100px;
  height: 700px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 574px, 0.1px 574px, 0.1px 100%);
          clip-path: polygon(0 0, 100% 0, 100% 574px, 0.1px 574px, 0.1px 100%);
  position: relative;
  border-radius: 12px;
}
#reason .block .unit.simulation .frame ul li .tiktokframe blockquote {
  margin: 0;
}
#reason .block .unit.simulation .frame ul li::after {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: -6px;
  left: -7px;
  width: 100%;
  height: 573px;
  border-radius: 12px;
  border: 7px solid #000;
  pointer-events: none;
}
#reason .block .unit.simulation .frame ul li .times {
  position: relative;
  font-size: 12px;
  text-align: center;
  background: #fff;
  border: 1px solid #045545;
  font-weight: bold;
  border-radius: 6px;
  color: #045545;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 4px 0 3px;
  position: relative;
}
#reason .block .unit.simulation .frame ul li .times strong {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 140%;
}
#reason .block .unit.simulation .frame ul li .times strong .en {
  font-size: 150%;
}
#reason .block .unit.simulation .frame ul li .times::after {
  content: "aa";
  display: block;
  width: 10px;
  height: 9px;
  background: #045545;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% + 0px));
}
#reason .point2 .compare h5 {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  margin-top: 2em;
  margin-bottom: 2em;
}
#reason .point2 .compare table {
  display: block;
}
#reason .point2 .compare table tr {
  display: block;
  position: relative;
  margin-bottom: 13px;
}
#reason .point2 .compare table tr::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #4ab29d;
  margin: 5px auto 0;
  position: absolute;
  left: 0;
  bottom: -6px;
}
#reason .point2 .compare table thead {
  display: block;
}
#reason .point2 .compare table thead tr {
  display: flex;
  gap: 1px;
  width: 100%;
}
#reason .point2 .compare table thead td {
  width: 15%;
}
#reason .point2 .compare table thead th {
  width: 20%;
  background: #4ab29d;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
  height: 125px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#reason .point2 .compare table thead th .small {
  font-size: 85%;
  font-weight: 500;
}
#reason .point2 .compare table thead th:first-of-type {
  width: 25%;
  background: #045545;
  color: #fff500;
  position: relative;
}
#reason .point2 .compare table thead th:first-of-type .holytechframe {
  position: absolute;
  top: 0;
  left: 1px;
  border: 2px solid #045545;
  width: 100%;
  height: 100%;
  display: block;
}
#reason .point2 .compare table tbody {
  display: block;
}
#reason .point2 .compare table tbody tr {
  display: flex;
  width: 100%;
  gap: 1px;
  justify-content: flex-start;
  align-items: stretch;
}
#reason .point2 .compare table tbody td,
#reason .point2 .compare table tbody th {
  background: rgba(74, 178, 157, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#reason .point2 .compare table tbody td {
  align-items: center;
}
#reason .point2 .compare table tbody tr:nth-of-type(even) td,
#reason .point2 .compare table tbody tr:nth-of-type(even) th {
  background: rgba(74, 178, 157, 0.1);
}
#reason .point2 .compare table tbody th {
  width: 15%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  padding-left: 1.5%;
  white-space: wrap;
  min-height: 140px;
  justify-content: center;
  align-items: flex-start;
  padding-right: 10px;
  line-height: 1.3;
}
#reason .point2 .compare table tbody td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  white-space: wrap;
  width: 20%;
}
#reason .point2 .compare table tbody td:first-of-type {
  width: 25%;
}
#reason .point2 .compare table tbody td p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  text-align: center;
}
#reason .point2 .compare table tbody td p.red {
  font-weight: bold;
}
#reason .point2 .compare table tbody td p.small {
  font-size: 90%;
  line-height: 1.3;
  font-weight: 400;
}
#reason .point2 .compare table tbody td p.mark {
  color: #b5414f;
  font-size: 26px;
}
#reason .point2 .compare table tbody td p.mark + p {
  font-size: 15px;
  line-height: 1.4;
  min-height: 2.5em;
}
#reason .point2 .insourcing .frame {
  background: rgba(74, 178, 157, 0.2);
  padding: 50px 20px;
}
#reason .point2 .insourcing .frame h5 {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
#reason .point2 .insourcing .frame figure {
  margin-top: 40px;
  text-align: center;
}
#reason .point2 .insourcing .frame figure img {
  max-width: 800px;
}
#reason .point3 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#reason .point3 ul li {
  width: calc(25% - 12px);
}
@media (max-width: 767px) {
  #reason {
    padding: 80px 0 50px;
  }
  #reason .inner {
    max-width: 100%;
    padding: 0;
  }
  #reason .block {
    border: none;
    border-top: 5px solid #4ab29d;
    margin-top: 120px;
    padding: 0 20px 40px;
  }
  #reason .block > hgroup {
    text-align: center;
    margin-top: -88px;
    margin-bottom: 60px;
  }
  #reason .block > hgroup .point {
    width: 70px;
    font-size: 11px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 80%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0 80%);
  }
  #reason .block > hgroup .point span {
    font-size: 28px;
  }
  #reason .block > hgroup h3 {
    font-size: 21px;
    text-align: center;
    display: inline-block;
    background: #fff;
    line-height: 1.4;
    padding: 0 1em;
  }
  #reason .block .unit {
    margin-top: 30px;
  }
  #reason .block .unit .chart {
    margin-top: 10px;
    margin: auto -60px auto -60px;
  }
  #reason .block .unit .ex {
    margin-top: 30px;
    border: 1px solid rgba(74, 178, 157, 0.2);
    border: none;
    padding: 15px 0px 25px;
  }
  #reason .block .unit .ex p {
    text-align: center;
    color: #045545;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #reason .block .unit .ex figure img {
    max-width: 100%;
  }
  #reason .block .unit.simulation .frame {
    background: rgba(74, 178, 157, 0.1);
    padding: 20px 20px;
  }
  #reason .block .unit.simulation .frame p {
    font-size: 17px;
  }
  #reason .block .unit.simulation .frame ul {
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
  #reason .block .unit.simulation .frame ul li {
    width: auto;
  }
  #reason .block .unit.simulation .frame ul li .times {
    font-size: 12px;
    border-radius: 4px;
    position: relative;
  }
  #reason .block .unit.simulation .frame ul li .times strong {
    font-size: 120%;
  }
  #reason .block .unit.simulation .frame ul li .times strong .en {
    font-size: 135%;
  }
  #reason .block .unit.simulation .frame ul li .times::after {
    content: "aa";
    display: block;
    width: 10px;
    height: 9px;
    background: #045545;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, calc(-100% + 0px));
  }
  #reason .point2 .compare h5 {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 2em;
    margin-bottom: 2em;
  }
  #reason .point2 .compare .table_wrapper {
    overflow: scroll;
    margin: auto -20px;
    padding: 0 20px 20px;
  }
  #reason .point2 .compare table {
    width: 900px;
  }
  #reason .point2 .compare table tr {
    margin-bottom: 13px;
  }
  #reason .point2 .compare table thead th {
    font-size: 18px;
    height: 95px;
  }
  #reason .point2 .compare table thead th .small {
    font-size: 85%;
  }
  #reason .point2 .compare table tbody {
    display: block;
  }
  #reason .point2 .compare table tbody tr {
    display: flex;
    width: 100%;
    gap: 1px;
    justify-content: flex-start;
    align-items: stretch;
  }
  #reason .point2 .compare table tbody td,
#reason .point2 .compare table tbody th {
    background: rgba(74, 178, 157, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #reason .point2 .compare table tbody td {
    align-items: center;
  }
  #reason .point2 .compare table tbody tr:nth-of-type(even) td,
#reason .point2 .compare table tbody tr:nth-of-type(even) th {
    background: rgba(74, 178, 157, 0.1);
  }
  #reason .point2 .compare table tbody th {
    font-size: 14px;
    padding-left: 1.5%;
    min-height: 100px;
  }
  #reason .point2 .compare table tbody td {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    white-space: wrap;
  }
  #reason .point2 .compare table tbody td p {
    font-size: 15px;
  }
  #reason .point2 .compare table tbody td p.mark {
    font-size: 22px;
  }
  #reason .point2 .compare table tbody td p.mark + p {
    font-size: 14px;
  }
  #reason .point2 .insourcing .frame {
    padding: 30px 0px;
  }
  #reason .point2 .insourcing .frame h5 {
    font-size: 17px;
    line-height: 1.5;
    padding: 0 20px;
  }
  #reason .point2 .insourcing .frame figure {
    overflow: scroll;
    margin: 20px -20px auto;
    padding: 0 20px;
    text-align: center;
  }
  #reason .point2 .insourcing .frame figure img {
    max-width: 800px;
  }
  #reason .point3 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  #reason .point3 ul li {
    width: calc(25% - 12px);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #reason .point3 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  #reason .point3 ul li {
    width: calc(50% - 6px);
  }
}

/*--------------------------------------------------------------
promise
--------------------------------------------------------------*/
#promise {
  background: url(../images/promise_bg.jpg) center center/cover;
  padding: 100px 0 100px;
}
#promise ul {
  display: flex;
  gap: 40px;
}
#promise ul li {
  width: 33%;
  background: #fff;
  border: 7px solid #045545;
  padding: 0 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#promise ul li p.number {
  width: 100px;
  height: 70px;
  background: #fff;
  border-left: 2px solid #045545;
  border-right: 2px solid #045545;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #045545;
  margin: -30px auto 20px;
}
#promise ul li .icon {
  text-align: center;
}
#promise ul li h3 {
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #045545;
  margin-bottom: 1em;
}
#promise ul li .lower {
  padding-top: 50px;
}
#promise ul li .lower a {
  background: #045545 url(../images/arrow_white.svg) calc(100% - 20px) center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 290px;
  height: 50px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
}
#promise ul li .lower a:hover {
  background-color: rgba(4, 85, 69, 0.2);
  color: #045545;
}
@media (max-width: 767px) {
  #promise {
    background: url(../images/promise_bg.jpg) center center/cover;
    padding: 80px 0 50px;
  }
  #promise ul {
    display: flex;
    flex-direction: column;
    gap: 90px;
  }
  #promise ul li {
    width: 100%;
    border: 5px solid #045545;
    padding: 0 20px 30px;
  }
  #promise ul li p.number {
    transform: scale(0.9);
  }
  #promise ul li .icon {
    text-align: center;
  }
  #promise ul li h3 {
    height: 2.5em;
    display: flex;
    font-size: 18px;
  }
  #promise ul li .lower {
    padding-top: 30px;
  }
  #promise ul li .lower a {
    max-width: 290px;
    height: 50px;
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
service
--------------------------------------------------------------*/
#service {
  padding: 100px 0 0;
}
#service .block {
  margin-top: 100px;
}
#service .policy .frame_gradation {
  background: linear-gradient(180deg, rgba(4, 85, 69, 0.05) 0, #fff 100%);
  padding-top: 50px;
}
#service .policy .fude {
  text-align: center;
}
#service .policy .fude img {
  max-width: 570px;
}
#service .policy p {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 27px;
  line-height: 1.6296296296;
  font-weight: 500;
}
#service .policy p.social {
  font-size: 17px;
  margin-top: 2em;
}
#service .frame_bordertop {
  border-top: 4px solid #4ab29d;
  padding-top: 50px;
}
#service .ex ul {
  padding-top: 230px;
  display: flex;
  max-width: 1100px;
  justify-content: space-between;
}
#service .ex ul li {
  width: 29.6363636364%;
  background: rgba(181, 65, 79, 0.2);
  padding: 0 25px 20px;
  border-radius: 6px;
}
#service .ex ul li figure {
  margin-top: -210px;
  border-radius: 12px;
  overflow: hidden;
}
#service .ex ul li p.balloon {
  min-height: 100px;
  display: flex;
  justify-content: center;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  color: #fff;
  background: #b5414f;
  border-radius: 8px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#service .ex ul li p.balloon::after {
  content: "aa";
  display: block;
  width: 10px;
  height: 9px;
  background: #b5414f;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% + 0px));
}
#service .ex ul li div.link {
  margin-top: 20px;
}
#service .ex ul li div.link a {
  display: flex;
  width: 100%;
  background: #fff;
  justify-content: center;
  align-items: center;
  padding: 0.2em;
  border-radius: 4px;
  transition: opacity 0.25s ease-in-out;
}
#service .ex ul li div.link a .icon {
  width: 18px;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  display: flex;
}
#service .ex ul li div.link a .txt {
  font-size: 12px;
  white-space: nowrap;
}
#service .ex ul li div.link a:hover {
  opacity: 0.6;
}
#service .block.step ul.step {
  max-width: 1100px;
}
#service .block.step ul.step > li {
  border-radius: 10px;
  background: #e8f6f3;
  position: relative;
  z-index: 6;
  margin-top: 1px;
  padding: 40px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 140px;
}
#service .block.step ul.step > li::after {
  content: "";
  display: block;
  width: 120px;
  height: 20px;
  background: #e8f6f3;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
}
#service .block.step ul.step > li:nth-child(2) {
  background: #def0ed;
  z-index: 5;
}
#service .block.step ul.step > li:nth-child(2)::after {
  background: #def0ed;
}
#service .block.step ul.step > li:nth-child(3) {
  background: #c8e6e0;
  z-index: 4;
}
#service .block.step ul.step > li:nth-child(3)::after {
  background: #c8e6e0;
}
#service .block.step ul.step > li:nth-child(4) {
  background: #b3ddd4;
  z-index: 3;
}
#service .block.step ul.step > li:nth-child(4)::after {
  background: #b3ddd4;
}
#service .block.step ul.step > li:nth-child(5) {
  background: #9dd3c8;
  z-index: 2;
}
#service .block.step ul.step > li:nth-child(5)::after {
  background: #9dd3c8;
}
#service .block.step ul.step > li:nth-child(6) {
  background: #87c9bc;
  z-index: 1;
}
#service .block.step ul.step > li:nth-child(6)::after {
  display: none;
}
#service .block.step ul.step > li hgroup {
  width: 350px;
  height: 80px;
  border-right: 1px solid #045545;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#service .block.step ul.step > li hgroup .en {
  width: 130px;
  line-height: 32px;
  color: #fff500;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  background: #4ab29d;
  border-radius: 4px;
  margin-right: 30px;
  margin-left: -10px;
}
#service .block.step ul.step > li hgroup h5 {
  display: inline-flex;
  font-size: 23px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  gap: 8px;
}
#service .block.step ul.step > li hgroup h5 span {
  display: block;
  font-size: 17px;
  white-space: nowrap;
  text-align: left;
  width: 100%;
}
#service .block.step ul.step > li ul.check {
  width: calc(100% - 350px);
  margin: 0;
  padding-left: 40px;
}
#service .block.detail .unit {
  background: #f4faf9;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  z-index: 6;
}
#service .block.detail .unit::after {
  content: "";
  display: block;
  width: 156px;
  height: 26px;
  background: #f4faf9;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
}
#service .block.detail .unit:nth-of-type(2) {
  background: #e8f6f3;
  z-index: 5;
}
#service .block.detail .unit:nth-of-type(2)::after {
  background: #e8f6f3;
}
#service .block.detail .unit:nth-of-type(3) {
  background: #def0ed;
  z-index: 4;
}
#service .block.detail .unit:nth-of-type(3)::after {
  background: #def0ed;
}
#service .block.detail .unit:nth-of-type(4) {
  background: #d3ebe7;
  z-index: 3;
}
#service .block.detail .unit:nth-of-type(4)::after {
  background: #d3ebe7;
}
#service .block.detail .unit:nth-of-type(5) {
  background: #c8e6e0;
  z-index: 2;
}
#service .block.detail .unit:nth-of-type(5)::after {
  background: #c8e6e0;
}
#service .block.detail .unit:nth-of-type(6) {
  background: #bee0da;
  z-index: 1;
}
#service .block.detail .unit:nth-of-type(6)::after {
  display: none;
}
#service .block.detail .unit hgroup {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#service .block.detail .unit hgroup .en {
  width: 130px;
  line-height: 32px;
  color: #fff500;
  font-size: 15px;
  font-weight: 900;
  text-align: center;
  background: #4ab29d;
  border-radius: 4px;
  margin-right: 30px;
  margin-left: -10px;
}
#service .block.detail .unit hgroup h4 {
  display: inline-flex;
  font-size: 26px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  gap: 8px;
  color: #4ab29d;
}
#service .block.detail .unit > ul {
  max-width: 1320px;
  padding: 0 20px;
}
#service .block.detail .unit > ul li {
  background: #fff;
  padding: 40px 40px 40px 40px;
  display: flex;
  margin-top: 40px;
  position: relative;
}
#service .block.detail .unit > ul li:not(:last-child)::after {
  content: "";
  width: 156px;
  height: 26px;
  background: #fff;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% - 1px));
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#service .block.detail .unit > ul li .txt {
  width: 50%;
  padding-right: 7%;
}
#service .block.detail .unit > ul li .txt h5 {
  padding-left: 20px;
  background: url(../images/check_red.svg) left 0.6em no-repeat;
  font-size: 21px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1.5em;
}
#service .block.detail .unit > ul li .txt h5 + p {
  padding-left: 20px;
}
#service .block.detail .unit > ul li .txt h5 + div {
  padding-left: 20px;
}
#service .block.detail .unit > ul li .txt .manual a {
  cursor: pointer;
  background: #045545;
  border-radius: 6px;
  display: inline-flex;
  padding: 0.3em 1em;
  font-size: 15px;
  gap: 10px;
  color: #fff;
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
#service .block.detail .unit > ul li .txt .manual a .icon {
  display: flex;
}
#service .block.detail .unit > ul li .txt .manual a .txt {
  white-space: nowrap;
}
#service .block.detail .unit > ul li .txt .manual a:hover {
  background: rgba(4, 85, 69, 0.2);
  color: #045545;
}
#service .block.detail .unit > ul li > figure {
  width: 50%;
}
#service .block.detail .unit > ul li > figure figcaption {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1em;
}
@media (max-width: 767px) {
  #service {
    padding: 80px 0 0;
  }
  #service .block {
    margin-top: 80px;
  }
  #service .policy .frame_gradation {
    background: linear-gradient(180deg, rgba(4, 85, 69, 0.05) 0, #fff 100%);
    padding-top: 40px;
  }
  #service .policy .fude {
    text-align: center;
    margin-bottom: 20px;
  }
  #service .policy .fude img {
    width: 100%;
    max-width: 400px;
  }
  #service .policy p {
    font-size: 18px;
  }
  #service .policy p.social {
    font-size: 15px;
    margin-top: 2em;
    text-align: left;
  }
  #service .frame_bordertop {
    border-top: 4px solid #4ab29d;
    padding-top: 50px;
  }
  #service .ex ul {
    padding-top: 230px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: calc(180px + 20vw);
  }
  #service .ex ul li {
    width: 100%;
    background: rgba(181, 65, 79, 0.2);
    padding: 0 25px 20px;
    border-radius: 6px;
  }
  #service .ex ul li figure {
    margin-top: -210px;
    border-radius: 12px;
    overflow: hidden;
  }
  #service .ex ul li p.balloon {
    min-height: unset;
    padding: 10px;
    border-radius: 6px;
  }
  #service .block.step ul.step > li {
    border-radius: 10px;
    padding: 30px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: unset;
  }
  #service .block.step ul.step > li::after {
    content: "";
    display: block;
    width: 120px;
    height: 20px;
    background: #e8f6f3;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, calc(100% - 1px));
  }
  #service .block.step ul.step > li hgroup {
    width: auto;
    height: unset;
    border: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  #service .block.step ul.step > li hgroup .en {
    width: 100px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 20px;
    margin-left: -30px;
  }
  #service .block.step ul.step > li hgroup h5 {
    font-size: 20px;
    font-weight: 900;
    gap: 8px;
  }
  #service .block.step ul.step > li hgroup h5 span {
    display: block;
    font-size: 15px;
  }
  #service .block.step ul.step > li ul.check {
    width: auto;
    margin: 0;
    padding: 0 20px;
  }
  #service .block.detail .unit {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #service .block.detail .unit hgroup {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #service .block.detail .unit hgroup .en {
    width: 100px;
    line-height: 20px;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 20px;
    margin-left: -10px;
  }
  #service .block.detail .unit hgroup h4 {
    font-size: 24px;
  }
  #service .block.detail .unit > ul {
    padding: 0 20px;
  }
  #service .block.detail .unit > ul li {
    padding: 20px 20px 10px 10px;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    gap: 15px;
  }
  #service .block.detail .unit > ul li:not(:last-child)::after {
    content: "";
    width: 126px;
    height: 21px;
  }
  #service .block.detail .unit > ul li .txt {
    width: auto;
    padding-right: 0;
  }
  #service .block.detail .unit > ul li .txt h5 {
    padding-left: 20px;
    background: url(../images/check_red.svg) left 0.6em no-repeat;
    font-size: 18px;
    margin-bottom: 1em;
  }
  #service .block.detail .unit > ul li .txt h5 + p {
    padding-left: 20px;
  }
  #service .block.detail .unit > ul li .txt h5 + div {
    padding-left: 20px;
  }
  #service .block.detail .unit > ul li .txt .manual a {
    border-radius: 4px;
    font-size: 14px;
    gap: 5px;
  }
  #service .block.detail .unit > ul li > figure {
    width: auto;
    margin: auto -20px auto -10px;
    padding: 0px;
  }
  #service .block.detail .unit > ul li > figure figcaption {
    padding: 0 10px;
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
example
--------------------------------------------------------------*/
#example {
  padding: 100px 0 80px;
  background: #4ab29d;
}
#example .block {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 12px 20px;
}
#example .block .block_inner {
  background: #fff;
  display: flex;
  padding: 50px 50px 40px 40px;
}
#example .block .block_inner .left {
  width: 37%;
}
#example .block .block_inner .left h3 {
  background: #045545;
  width: calc(100% + 70px);
  font-size: 27px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  padding: 0.4em 0 0.5em 60px;
  margin-left: -60px;
  margin-right: -10px;
  letter-spacing: 0.09em;
  margin-bottom: 30px;
}
#example .block .block_inner .right {
  width: 63%;
  padding-left: 70px;
}
#example .block .block_inner .right .unit hgroup {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: auto 0 15px -20px;
}
#example .block .block_inner .right .unit hgroup p.en {
  width: 90px;
  height: 22px;
  background: #b5414f;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  position: relative;
}
#example .block .block_inner .right .unit hgroup p.en::after {
  content: "";
  width: 20px;
  height: 10px;
  display: block;
  position: absolute;
  background: #b5414f;
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%);
          clip-path: polygon(0 0, 70% 0, 100% 100%);
  bottom: 0;
  right: 0;
  transform: translate(30%, 50%);
}
#example .block .block_inner .right .unit hgroup h4 {
  color: #b5414f;
  font-size: 13px;
  font-weight: bold;
}
#example .block .block_inner .right .unit ul li {
  font-weight: bold;
}
#example .block .block_inner .right .unit.voice {
  margin-top: 40px;
  padding-top: 20px;
  background: rgba(74, 178, 157, 0.1);
}
#example .block .block_inner .right .unit.voice hgroup p.en {
  background: #4ab29d;
}
#example .block .block_inner .right .unit.voice hgroup p.en::after {
  background: #4ab29d;
}
#example .block .block_inner .right .unit.voice hgroup h4 {
  color: #4ab29d;
}
#example .block .block_inner .right .unit.voice .body {
  padding: 0 35px 35px;
}
#example .block .block_inner .right .unit.voice .body p {
  font-size: 15px;
}
#example .block .block_inner .right .unit.voice .body p + p {
  margin-top: 1em;
}
@media (max-width: 767px) {
  #example {
    padding: 80px 0 50px;
  }
  #example .inner {
    padding: 0;
  }
  #example .block {
    padding: 12px 10px;
  }
  #example .block .block_inner {
    display: flex;
    padding: 30px 10px 30px 10px;
    flex-direction: column;
    gap: 30px;
  }
  #example .block .block_inner .left {
    width: 100%;
  }
  #example .block .block_inner .left h3 {
    width: calc(100% + 40px);
    font-size: 22px;
    padding: 0.4em 0 0.5em 40px;
    margin-left: -40px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #example .block .block_inner .right {
    width: 100%;
    padding-left: 0;
  }
  #example .block .block_inner .right .unit hgroup {
    margin: auto 0 15px -20px;
  }
  #example .block .block_inner .right .unit hgroup p.en {
    width: 70px;
    height: 22px;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    position: relative;
    margin-left: -5px;
  }
  #example .block .block_inner .right .unit hgroup p.en::after {
    content: "";
    width: 15px;
    height: 6px;
  }
  #example .block .block_inner .right .unit hgroup h4 {
    color: #b5414f;
    font-size: 13px;
    font-weight: bold;
  }
  #example .block .block_inner .right .unit ul li {
    font-weight: bold;
  }
  #example .block .block_inner .right .unit.voice {
    margin-top: 30px;
    padding-top: 20px;
    background: rgba(74, 178, 157, 0.1);
  }
  #example .block .block_inner .right .unit.voice .body {
    padding: 0 15px 15px;
  }
  #example .block .block_inner .right .unit.voice .body p {
    font-size: 15px;
  }
  #example .block .block_inner .right .unit.voice .body p + p {
    margin-top: 1em;
  }
}

/*--------------------------------------------------------------
price
--------------------------------------------------------------*/
#price {
  padding: 100px 0 80px;
}
#price .greeframe {
  max-width: 900px;
  margin: auto;
  border: 2px solid #4ab29d;
  padding: 10px;
}
#price .greeframe div {
  display: flex;
  background: #f8f8f8;
  padding: 20px;
}
#price .greeframe div + div {
  margin-top: 10px;
}
#price .greeframe div dt {
  color: #b5414f;
  font-size: 17px;
  font-weight: bold;
  border-right: 1px solid #b5414f;
  padding-right: 2em;
  width: 30%;
  text-align: right;
  line-height: 1;
}
#price .greeframe div dt span {
  text-align: left;
  display: inline-block;
  width: 6em;
  line-height: 1;
}
#price .greeframe div dd {
  width: 70%;
  font-size: 17px;
  padding-left: 3em;
  font-weight: bold;
}
#price .greeframe div dd .note {
  display: inline-block;
  font-weight: 400;
  font-size: 80%;
}
@media (max-width: 767px) {
  #price {
    padding: 80px 0 50px;
  }
  #price .greeframe div {
    display: flex;
    background: #f8f8f8;
    padding: 20px;
  }
  #price .greeframe div + div {
    margin-top: 10px;
  }
  #price .greeframe div dt {
    font-size: 15px;
    padding-right: 2em;
    width: 30%;
    text-align: right;
    line-height: 1;
  }
  #price .greeframe div dt span {
    text-align: left;
    display: inline-block;
    width: 6em;
    line-height: 1;
  }
  #price .greeframe div dd {
    width: 70%;
    font-size: 15px;
    padding-left: 1em;
  }
  #price .greeframe div dd .note {
    display: inline-block;
    font-weight: 400;
    font-size: 80%;
  }
}

/*--------------------------------------------------------------
simulation
--------------------------------------------------------------*/
#simulation {
  padding: 100px 0 80px;
}
#simulation .greeframe {
  max-width: 900px;
  margin: auto;
  border: 2px solid #4ab29d;
  padding: 40px;
}
@media (max-width: 767px) {
  #simulation {
    padding: 80px 0 50px;
  }
  #simulation .greeframe {
    border: 2px solid #4ab29d;
    padding: 20px;
  }
  #simulation .greeframe .wrapper {
    overflow: scroll;
  }
  #simulation .greeframe .wrapper img {
    max-width: 700px;
  }
}

/*--------------------------------------------------------------
flow
--------------------------------------------------------------*/
#flow {
  padding: 100px 0 80px;
}
#flow figure {
  text-align: center;
}
#flow figure img {
  max-width: 1100px;
}
@media (max-width: 767px) {
  #flow {
    padding: 80px 0 50px;
  }
  #flow figure {
    text-align: center;
  }
  #flow figure img {
    width: 400px;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
faq
--------------------------------------------------------------*/
#faq {
  padding: 100px 0 80px;
}
#faq dl {
  margin: auto;
  max-width: 820px;
  border-top: 1px solid rgba(34, 34, 34, 0.5);
}
#faq dl div {
  border-bottom: 1px solid rgba(34, 34, 34, 0.5);
  padding: 40px 20px;
}
#faq dl div dt,
#faq dl div dd {
  display: flex;
}
#faq dl div dt .q,
#faq dl div dd .q {
  width: 45px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 33px;
  color: #4ab29d;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
#faq dl div dt .main,
#faq dl div dd .main {
  font-size: 19px;
  font-weight: bold;
}
#faq dl div dd {
  margin-top: 15px;
}
#faq dl div dd .q {
  color: #b5414f;
  font-size: 21px;
  line-height: 1.6;
  padding-left: 0.2em;
}
#faq dl div dd .main {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #faq {
    padding: 80px 0 50px;
  }
  #faq dl div {
    padding: 30px 10px;
  }
  #faq dl div dt .q,
#faq dl div dd .q {
    width: 35px;
    font-size: 28px;
  }
  #faq dl div dt .main,
#faq dl div dd .main {
    font-size: 16px;
  }
  #faq dl div dd {
    margin-top: 10px;
  }
  #faq dl div dd .q {
    font-size: 19px;
    padding-left: 0.2em;
  }
  #faq dl div dd .main {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
message
--------------------------------------------------------------*/
#message {
  padding: 100px 0 80px;
  background: url(../images/message_bg.jpg) center center/cover;
}
#message .frame {
  margin: auto;
  max-width: 1100px;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  padding: 60px;
}
#message .frame figure {
  width: 240px;
}
#message .frame .txt {
  width: calc(100% - 240px);
  padding-left: 80px;
  color: #fff;
}
#message .frame .txt h3 {
  margin-bottom: 30px;
}
#message .frame .txt h3 img {
  max-width: 380px;
  filter: invert(100%) grayscale(100%);
}
#message .frame .txt .body p {
  margin-top: 1.5em;
}
#message .frame .txt .profile {
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 30px;
}
#message .frame .txt .profile .name {
  font-weight: bold;
  font-size: 20px;
}
#message .frame .txt .profile .name .small {
  font-weight: 500;
  white-space: nowrap;
}
#message .frame .txt .profile p.small {
  margin-top: 1em;
  font-size: 15px;
}
@media (max-width: 767px) {
  #message {
    padding: 80px 0 50px;
  }
  #message .frame {
    margin: auto;
    display: flex;
    flex-direction: column;
    padding: 50px 20px;
  }
  #message .frame figure {
    width: auto;
    text-align: center;
    margin-bottom: 30px;
  }
  #message .frame figure img {
    width: 200px;
  }
  #message .frame .txt {
    width: 100%;
    padding-left: 0;
  }
  #message .frame .txt h3 {
    margin-bottom: 30px;
    text-align: center;
  }
  #message .frame .txt h3 img {
    max-width: 100%;
    width: 400px;
  }
  #message .frame .txt .body p {
    margin-top: 1.5em;
  }
  #message .frame .txt .profile {
    margin-top: 20px;
    padding-top: 20px;
  }
  #message .frame .txt .profile .name {
    font-size: 17px;
  }
  #message .frame .txt .profile .name .small {
    font-size: 14px;
  }
  #message .frame .txt .profile p.small {
    margin-top: 1em;
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
footer {
  padding: 30px 0;
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .inner .left {
  display: flex;
  gap: 60px;
  align-items: center;
}
footer .inner .left .logo img {
  max-width: 160px;
}
footer .inner .left nav ul {
  display: flex;
  gap: 30px;
}
footer .inner .left nav ul li {
  font-size: 12px;
}
footer .inner .right .copyright {
  font-size: 12px;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
  footer .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  footer .inner .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  footer .inner .left .logo {
    text-align: center;
  }
  footer .inner .left .logo img {
    max-width: 160px;
  }
  footer .inner .left nav ul {
    display: flex;
    gap: 20px;
  }
  footer .inner .left nav ul li {
    font-size: 12px;
  }
  footer .inner .right {
    margin-top: 20px;
  }
  footer .inner .right .copyright {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------

--------------------------------------------------------------*/
/*--------------------------------------------------------------

--------------------------------------------------------------*/
/*--------------------------------------------------------------

--------------------------------------------------------------*/
/*# sourceMappingURL=style.css.map */
/*--------------------------------------------------------------
HolyTech 追記 2026-09-13（固定ヘッダー背景 / 公式LINE導線 / 固定CTA3分割）
--------------------------------------------------------------*/
#header.scrolled {
  background: rgba(255, 255, 255, 0.96);
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
  border-bottom: 1px solid rgba(34, 34, 34, 0.12);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  #header.scrolled {
    height: 7rem;
  }
}
@media (max-width: 767px) {
  #header.menuon {
    background: #fff;
    background-color: #fff;
    border-bottom: 0;
    box-shadow: none;
  }
}

/* 本文中の公式LINE CTA */
.ht-linecta {
  background: #f1f8f5;
  padding: 48px 20px;
  text-align: center;
}
.ht-linecta .ht-linecta-inner {
  max-width: 720px;
  margin: 0 auto;
}
.ht-linecta .ht-linecta-lead {
  font-size: 2rem;
  font-weight: bold;
  color: #045545;
  line-height: 1.6;
  margin-bottom: 18px;
}
.ht-linecta .ht-linecta-lead .ht-linecta-em {
  color: #d8412f;
}
.ht-linecta a.ht-linecta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  min-height: 68px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 6px 0 #04a344;
  transition: background-color 0.2s ease-in-out, transform 0.12s ease-in-out, box-shadow 0.12s ease-in-out;
}
.ht-linecta a.ht-linecta-btn:hover {
  background: #05b34c;
}
.ht-linecta a.ht-linecta-btn:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #04a344;
}
.ht-linecta a.ht-linecta-btn img {
  width: 34px;
  height: auto;
  flex: 0 0 auto;
}
.ht-linecta .ht-linecta-note {
  margin-top: 14px;
  font-size: 1.3rem;
  line-height: 1.7;
  color: #555;
}
@media (max-width: 767px) {
  .ht-linecta {
    padding: 32px 16px;
  }
  .ht-linecta .ht-linecta-lead {
    font-size: 1.7rem;
  }
  .ht-linecta a.ht-linecta-btn {
    font-size: 1.8rem;
    min-height: 60px;
    padding: 10px 16px;
    gap: 8px;
  }
  .ht-linecta a.ht-linecta-btn img {
    width: 28px;
  }
  .ht-linecta .ht-linecta-note {
    font-size: 1.2rem;
  }
}

/* 固定CTAバー：公式LINEを足して3分割 */
#mv .mainblock .btns li a.linecta {
  background: #06c755;
  color: #fff;
}
#mv .mainblock .btns li a.linecta:hover {
  background: rgba(6, 199, 85, 0.8);
}
#mv .mainblock .btns li a.linecta .main .icon img {
  width: 2.4rem;
  height: auto;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #mv .mainblock .btns li {
    width: 33.3333%;
  }
  #mv .mainblock .btns li a {
    height: 6rem;
    min-height: 44px;
    padding: 0 2px;
  }
  #mv .mainblock .btns li a .sub {
    font-size: 0.9rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
  #mv .mainblock .btns li a .main {
    font-size: 1.25rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
  #mv .mainblock .btns li a.linecta {
    border: 1px solid #fff;
  }
  footer {
    padding-bottom: 76px;
  }
}

/* 個人情報の取り扱い同意 */
.ht-consent {
  margin: 24px auto 0;
  text-align: center;
}
.ht-consent .ht-consent-label {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  text-align: left;
}
.ht-consent .ht-consent-label input[type=checkbox] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin: 2px 0 0;
  accent-color: #045545;
  cursor: pointer;
}
.ht-consent .ht-consent-txt {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #222;
}
.ht-consent .ht-consent-txt a {
  color: #045545;
  text-decoration: underline;
}
.ht-consent .ht-consent-txt .essential {
  margin-left: 6px;
}
.ht-consent .error {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .ht-consent {
    margin-top: 18px;
  }
  .ht-consent .ht-consent-txt {
    font-size: 1.3rem;
  }
}

/* MVフォーム内：同意チェック追加分の高さを吸収 */
@media (min-width: 768px) {
  #mv {
    height: 71rem;
  }
  #mv .form .ht-consent {
    margin-top: 1.2rem;
    text-align: left;
  }
  #mv .form .ht-consent .ht-consent-label {
    gap: 6px;
  }
  #mv .form .ht-consent .ht-consent-label input[type=checkbox] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    margin-top: 1px;
  }
  #mv .form .ht-consent .ht-consent-txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  #mv .form .ht-consent .ht-consent-txt .essential {
    font-size: 1.1rem;
    color: #b5414f;
    margin-left: 4px;
  }
  #mv .form form .btn_wrapper button {
    margin-top: 1.6rem;
  }
}
