@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  color: #333333;
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif;
  font-weight: 400;
}

.replace {
  display: block;
  position: relative;
}
.replace::before {
  content: "";
  display: block;
  width: 100%;
}
.replace .replace-txt {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

body {
  font-feature-settings: "palt";
}

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

a {
  color: rgb(0, 0, 0);
}

br.sp {
  display: none;
}

/*===========================
アイキャッチ
===========================*/
.eyecatch {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.eyecatch .contact {
  position: absolute;
  width: 24%;
  top: 20px;
  right: 5%;
}

header {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 0 40px;
}

.inner-header {
  padding: 20px 30px;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 1920px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.inner-header .header-left {
  width: 27.3%;
}
.inner-header .header-left .txt-header {
  font-size: 15px;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 12px;
}
.inner-header .logo {
  height: auto;
}

.catchcopy {
  position: absolute;
  z-index: 100;
  right: 10%;
  top: 10%;
  width: 43%;
  background: url(images/catchcopy.svg) no-repeat center;
  background-size: contain;
}
.catchcopy::before {
  padding-top: 100%;
}

/******フッター******/
footer {
  max-width: 1920px;
  margin: 0 auto;
}

.inner-footer {
  padding: 30px 0;
  background: rgb(253, 236, 236);
  background-size: 5px;
}
.inner-footer .logo {
  margin: 0 auto;
  width: 30%;
}

/*▼トップへ戻る*/
#scrollUp {
  display: none;
}

.scrollUp {
  position: fixed;
  z-index: 80;
  right: 20px;
  bottom: 20px;
  width: 80px;
  transition: 0.5s;
}
.scrollUp:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/*===========================
メインコンテンツ
===========================*/
main {
  margin: 0 auto;
}

.wrap {
  max-width: 1920px;
  margin: 0 auto;
}

/*===========================
ライフスタイル
===========================*/
.lifestyle {
  padding: 80px 0 110px 0;
  position: relative;
}
.lifestyle .inner {
  display: flex;
  justify-content: center;
  background: url(images/lifestyle/lifestyle-deco-01.png) no-repeat left top, url(images/lifestyle/lifestyle-deco-02.png) no-repeat right bottom, url(images/lifestyle/lifestyle-bg-01.png) no-repeat right bottom;
  background-size: 12%, 12%, 70%;
  width: 76%;
  padding: 0 6% 7% 0;
  margin: 0 auto;
}
.lifestyle .replace {
  background: url(images/lifestyle/lifestyle-txt-deco-01.png) no-repeat center;
  background-size: contain;
  width: 36.5%;
  position: absolute;
  left: 11%;
  top: 18%;
}
.lifestyle .replace::before {
  padding-top: 40%;
}
.lifestyle .replace .replace-txt {
  width: 75%;
  background: url(images/lifestyle/lifestyle-replace.svg) no-repeat center;
  background-size: contain;
  left: 14%;
  height: 100%;
}
.lifestyle .flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.lifestyle .space {
  margin-right: -40px;
}
.lifestyle .flex-02 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 50px 80px 0;
}
.lifestyle .head-doctor-image {
  position: relative;
  margin-bottom: 30px;
}
.lifestyle .name {
  background: url(images/lifestyle/lifestyle-txt-deco-02.png) no-repeat center;
  background-size: contain;
  padding: 30px 15px;
  position: absolute;
  bottom: 0;
  font-size: 18px;
  font-weight: 700;
  width: auto;
  right: -5%;
  text-align: center;
}
.lifestyle .txt {
  font-size: clamp(1rem, 0.625rem + 0.63vw, 1.375rem);
  padding: 0px 0% 0 20%;
  -moz-text-align-last: center;
       text-align-last: center;
  letter-spacing: 3px;
}

/*===========================
社内制度・福利厚生
===========================*/
.rules {
  background: url(images/rules/rules-bg.svg) no-repeat top center, url(images/rules/rules-bg.svg) no-repeat bottom center;
  padding: 40px 0 0 0;
  background-size: contain;
  position: relative;
}
.rules::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 112%;
}
.rules .wrap {
  background: rgb(253, 236, 236);
  position: absolute;
  left: 0;
  top: 5%;
}
.rules .box-header {
  background-size: contain;
  width: 71.5%;
  margin: 0 auto 2rem auto;
  background: url(images/rules/rules-replace.svg) no-repeat bottom left;
  background-size: contain;
  position: relative;
  margin-top: 30px;
}
.rules .box-header::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 21%;
}
.rules .box-header h2 {
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 30%;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.75rem, 0.638rem + 0.56vw, 1.313rem);
}
.rules .box-header .replace {
  margin-top: -30px;
}
.rules .box-header .txt-box {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.rules .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 80%;
}
.rules .inner .item {
  width: 50%;
  background-position: center top;
  position: relative;
}
.rules .inner .item::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.rules .inner .item .txt {
  position: absolute;
  top: 0;
  left: 0;
}
.rules .inner .item p {
  font-size: clamp(0.75rem, 0.638rem + 0.56vw, 1.313rem);
  text-align: center;
  width: 50%;
}
.rules .inner .item .replace {
  width: 35%;
}
.rules .inner .item-01 {
  background: url(images/rules/rules-01.png) no-repeat center;
  background-size: contain;
  width: 55%;
}
.rules .inner .item-01::before {
  padding-top: 88%;
}
.rules .inner .item-01 .replace {
  background: url(images/rules/rules-replace-01.svg) no-repeat center;
  background-size: contain;
  margin: 14% 14% 0 auto;
}
.rules .inner .item-01 .replace::before {
  padding-top: 32%;
}
.rules .inner .item-01 p {
  margin: 12% 10% 10% auto;
}
.rules .inner .item-02 {
  background: url(images/rules/rules-02.png) no-repeat;
  background-size: contain;
  margin-left: -8rem;
  width: 45%;
}
.rules .inner .item-02 .replace {
  background: url(images/rules/rules-replace-02.svg) no-repeat center;
  background-size: contain;
  margin: 20% auto 0 auto;
}
.rules .inner .item-02 .replace::before {
  padding-top: 45%;
}
.rules .inner .item-02 p {
  margin: 20% auto 0 10%;
}
.rules .inner .item-03 {
  background: url(images/rules/rules-03.png) no-repeat;
  background-size: contain;
  width: 41.5%;
  margin-top: 5%;
}
.rules .inner .item-03::before {
  padding-top: 96%;
}
.rules .inner .item-03 .replace {
  background: url(images/rules/rules-replace-03.svg) no-repeat center;
  background-size: contain;
  margin: 30% auto 0 30%;
}
.rules .inner .item-03 .replace::before {
  padding-top: 45%;
}
.rules .inner .item-03 p {
  margin: 12% 18% 0 auto;
}
.rules .inner .item-04 {
  background: url(images/rules/rules-04.png) no-repeat;
  background-size: contain;
  width: 55%;
}
.rules .inner .item-04::before {
  padding-top: 77%;
}
.rules .inner .item-04 .replace {
  background: url(images/rules/rules-replace-04.svg) no-repeat center;
  background-size: contain;
  margin: 15% auto 0 10%;
}
.rules .inner .item-04 .replace::before {
  padding-top: 32%;
}
.rules .inner .item-04 p {
  margin: 15% 38% 0 auto;
}
.rules .view-more {
  border-radius: 25px;
  border: 1px solid #1A1A1A;
  font-size: 24px;
  width: 13.2%;
  max-width: 255px;
  margin: 0 auto;
}
.rules .view-more .replace {
  background: url(images/rules/view-more.svg) no-repeat center;
  background-size: contain;
  width: 65%;
  margin: 0 auto;
  transition: 0.5s;
}
.rules .view-more .replace::before {
  padding-top: 45%;
}
.rules .view-more:hover {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  background: #f3898f;
  border: 1px solid #f3898f;
}
.rules .view-more:hover .replace {
  background: url(images/rules/view-more-wh.svg) no-repeat center;
  background-size: contain;
  transition: 0.5s;
}

/*===========================
厳しい基準をクリアし認定
===========================*/
.standard .box-header {
  background-size: contain;
  width: 69.5%;
  margin: 0 auto 2rem auto;
  background: url(images/standard/standard-replace.svg) no-repeat bottom left;
  background-size: contain;
  position: relative;
}
.standard .box-header::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 24%;
}
.standard .box-header h2 {
  position: absolute;
  top: 0;
  right: 30%;
}
.standard .inner {
  width: 90%;
  padding: 7% 0 5% 0;
  margin: 0 auto;
  background: url(images/standard/standard-flower.png) no-repeat center right;
  background-size: 7.3%;
}
.standard .flex {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
.standard .flex .item {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.standard .flex .txt {
  width: 100%;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.638rem + 0.56vw, 1.313rem);
}
.standard .icon-box-sp {
  display: none;
}
.standard .flex-01 {
  align-items: flex-start;
}
.standard .flex-01 .item-01 {
  justify-content: flex-end;
}
.standard .flex-01 .icon-box {
  display: flex;
  justify-content: flex-end;
  width: 68%;
}
.standard .flex-01 .txt {
  background: url(images/standard/standard-txt-deco-01.png) no-repeat left top;
  background-size: contain;
  padding: 3% 0 12% 32%;
}
.standard .flex-01 .item-02 {
  align-items: center;
  justify-content: flex-start;
  background: url(images/standard/standard-bg-01.png) no-repeat right center;
  background-size: contain;
  width: 40%;
  padding: 2% 0;
}
.standard .flex-01 .item-02 .item-image {
  width: 90%;
}
.standard .flex-02 {
  align-items: flex-end;
}
.standard .flex-02 .item-01 {
  align-items: flex-start;
  justify-content: flex-end;
  background: url(images/standard/standard-bg-02.png) no-repeat left bottom;
  background-size: 90%;
  width: 45%;
  padding: 0 0 5% 0;
}
.standard .flex-02 .item-01 .item-image {
  width: 80%;
}
.standard .flex-02 .item-02 {
  justify-content: flex-start;
  width: 40%;
}
.standard .flex-02 .txt {
  background: url(images/standard/standard-txt-deco-02.png) no-repeat right center;
  background-size: contain;
  padding: 30px 15% 30px 10%;
  -moz-text-align-last: right;
       text-align-last: right;
}
.standard .flex-02 .icon-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
}
.standard .flex-02 .circle {
  background: #e2ecbb;
  border-radius: 100%;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.standard .flex-02 .circle::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.standard .flex-02 .circle span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(0.75rem, 0.638rem + 0.56vw, 1rem);
  text-align: center;
  color: #4D4D4D;
  font-weight: 600;
}

/*===========================
歯科医院としての新しい取り組み
===========================*/
.initiative {
  padding: 80px 0 0 0;
  background: url(images/initiative/initiative-bg.svg) no-repeat top center, url(images/initiative/initiative-bg.svg) no-repeat bottom center;
  background-size: contain;
  position: relative;
}
.initiative::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 182%;
}
.initiative .wrap {
  position: absolute;
  top: 0;
  left: 0;
}
.initiative .box-header {
  background-size: contain;
  width: 69.5%;
  margin: 0 auto;
  background: url(images/initiative/initiative-replace.svg) no-repeat bottom left;
  background-size: contain;
  position: relative;
}
.initiative .box-header::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 24%;
}
.initiative .box-header h2 {
  position: absolute;
  top: 0;
  right: 30%;
}
.initiative .introduction {
  width: 66.8%;
  margin: 10% auto 0 auto;
  padding: 5% 0;
  background: url(images/initiative/introduction.png) no-repeat right center;
  background-size: contain;
  position: relative;
}
.initiative .introduction .txt {
  width: 39%;
}
.initiative .introduction .txt p {
  font-size: clamp(0.75rem, 0.638rem + 0.56vw, 1.313rem);
}
.initiative .introduction .replace {
  background: url(images/initiative/introduction-replace-01.svg) no-repeat center;
  background-size: contain;
  margin-bottom: 10%;
}
.initiative .introduction .replace::before {
  padding-top: 24%;
}
.initiative .cloud-sp {
  display: none;
}
.initiative .cutoff-txt {
  display: none;
}
.initiative .travel {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.initiative .travel::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 140%;
}

.cloud-01 {
  width: 21%;
  position: absolute;
  top: 0;
  left: 19%;
  z-index: 50;
  -webkit-animation: move-01 7.5s infinite;
          animation: move-01 7.5s infinite;
}

.cloud-02 {
  width: 8%;
  position: absolute;
  top: 9.5%;
  left: 34%;
  z-index: 50;
  -webkit-animation: move-shape-01 6s infinite;
          animation: move-shape-01 6s infinite;
}

.cloud-03 {
  width: 55%;
  background: url(images/initiative/travel-cloud-03.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 11.5%;
  right: 12.6%;
  z-index: 30;
}
.cloud-03::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 40%;
}
.cloud-03 .txt {
  width: 100%;
  position: absolute;
  top: 23%;
  left: 21%;
}
.cloud-03 .txt p {
  width: auto;
  font-size: clamp(0.75rem, 0.638rem + 0.56vw, 1.313rem);
  margin-left: 20%;
}
.cloud-03 .replace {
  background: url(images/initiative/introduction-replace-02.svg) no-repeat center;
  background-size: contain;
  margin: 0 0 7% 9%;
  width: 39.5%;
}
.cloud-03 .replace::before {
  padding-top: 24%;
}

.cloud-04 {
  width: 8.6%;
  position: absolute;
  top: 61%;
  right: 10%;
  z-index: 50;
  -webkit-animation: move-shape-01 6s infinite;
          animation: move-shape-01 6s infinite;
}

.cloud-05 {
  width: 8%;
  position: absolute;
  bottom: 17.5%;
  left: 13%;
  z-index: 50;
  -webkit-animation: move-01 6s infinite;
          animation: move-01 6s infinite;
}

.cloud-06 {
  width: 9.4%;
  position: absolute;
  bottom: 11.5%;
  left: 52%;
  z-index: 50;
  -webkit-animation: move-shape-01 5s infinite;
          animation: move-shape-01 5s infinite;
}

.cloud-07 {
  display: none;
}

.vietnam-photo {
  position: absolute;
  left: 26%;
  top: 15%;
  width: 16%;
  z-index: 50;
}

.vietnam-txt {
  background: url(images/initiative/vietnam-txt-deco-01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 15%;
  top: 22%;
  width: 16%;
  z-index: 40;
}
.vietnam-txt .replace {
  background: url(images/initiative/vietnam.svg) no-repeat center;
  background-size: contain;
  margin: 0 0 3% 27%;
  width: 50%;
}
.vietnam-txt .replace::before {
  padding-top: 100%;
}

.travel-couple {
  width: 12.8%;
  position: absolute;
  right: 13.5%;
  top: 30%;
  z-index: 40;
}

.shanghai-thailand {
  background: url(images/initiative/shanghai-thailand-txt-deco.png) no-repeat center;
  background-size: contain;
  width: 21.7%;
  position: absolute;
  right: 25%;
  top: 32%;
  z-index: 40;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3.5% 0 6.5%;
}
.shanghai-thailand .shanghai {
  background: url(images/initiative/shanghai.svg) no-repeat center;
  background-size: contain;
  margin: 10% auto 0 12%;
  width: 39.5%;
}
.shanghai-thailand .shanghai::before {
  padding-top: 24%;
}
.shanghai-thailand .thailand {
  background: url(images/initiative/thailand.svg) no-repeat center;
  background-size: contain;
  margin: 18% 0 0 35%;
  width: 39.5%;
}
.shanghai-thailand .thailand::before {
  padding-top: 24%;
}

.south-koria-txt {
  position: absolute;
  left: 19%;
  top: 36%;
  width: 22%;
  z-index: 60;
}
.south-koria-txt .replace {
  background: url(images/initiative/south-korea.svg) no-repeat center;
  background-size: contain;
  margin: 4% 0 0% 23%;
  width: 50%;
}
.south-koria-txt .replace::before {
  padding-top: 24%;
}

.south-koria-photo {
  position: absolute;
  left: 27%;
  top: 25%;
  width: 30.7%;
  z-index: 50;
  background: url(images/initiative/south-korea-bg.png) no-repeat left bottom;
  background-size: 75%;
  box-sizing: content-box;
  padding: 0% 0 5% 0%;
}
.south-koria-photo .inner {
  width: 75.4%;
  margin-left: auto;
}

.speech-bubble {
  background: url(images/initiative/speech-bubble-cloud.png) no-repeat center;
  background-size: contain;
  width: 20.5%;
  position: absolute;
  left: 13%;
  top: 28%;
  z-index: 60;
  -webkit-animation: shape-01 3.5s infinite;
          animation: shape-01 3.5s infinite;
}
.speech-bubble .replace {
  background: url(images/initiative/speech-bubble-txt.svg) no-repeat center;
  background-size: contain;
  margin: 5% 0 3% 17%;
  width: 54.7%;
}
.speech-bubble .replace::before {
  padding-top: 75%;
}

.speech-bubble-arrow {
  width: 30%;
  position: absolute;
  right: 7%;
  bottom: 16%;
}

.hawaii-photo-bg {
  width: 38.6%;
  position: absolute;
  right: 17.5%;
  top: 42.5%;
  z-index: 50;
  opacity: 0.7 !important;
}

.hawaii-photo {
  width: 31.1%;
  position: absolute;
  right: 23%;
  top: 43%;
  z-index: 60;
}

.hawaii-txt {
  position: absolute;
  right: 9%;
  top: 55%;
  width: 14.3%;
  z-index: 60;
}
.hawaii-txt .replace {
  background: url(images/initiative/hawaii.svg) no-repeat center;
  background-size: contain;
  width: 48%;
}
.hawaii-txt .replace::before {
  padding-top: 24%;
}

.hawaii-illust {
  width: 22.35%;
  position: absolute;
  left: 13.5%;
  top: 49%;
  z-index: 40;
}

.taiwan-photo-bg {
  width: 30.6%;
  position: absolute;
  right: 11.5%;
  top: 69%;
  z-index: 20;
}

.taiwan-photo {
  width: 26.5%;
  position: absolute;
  right: 10%;
  top: 66%;
  z-index: 60;
}

.taiwan-txt {
  position: absolute;
  right: 23%;
  top: 78.25%;
  width: 16%;
  z-index: 60;
}
.taiwan-txt .replace {
  background: url(images/initiative/taiwan.svg) no-repeat center;
  background-size: contain;
  width: 50%;
}
.taiwan-txt .replace::before {
  padding-top: 24%;
}

.bali-txt {
  background: url(images/initiative/bali-txt-deco-01.png) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 39%;
  bottom: 25.5%;
  width: 17.6%;
  z-index: 40;
}
.bali-txt .replace {
  background: url(images/initiative/bali.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto;
  width: 20%;
}
.bali-txt .replace::before {
  padding-top: 200%;
}

.bali-photo-01 {
  width: 24%;
  position: absolute;
  left: 17%;
  bottom: 20%;
  z-index: 50;
}

.bali-photo-02 {
  width: 21.38%;
  position: absolute;
  left: 31%;
  bottom: 17%;
  z-index: 60;
}

.dashed-line {
  width: 64.5%;
  background: url(images/initiative/travel-dashed-line.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 12%;
  left: 17.75%;
  z-index: 30;
}
.dashed-line::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 175%;
}

.airplane {
  width: 11.6%;
  position: absolute;
  bottom: 3%;
  right: 20%;
}

/*===========================
産休・育休制度
===========================*/
.maternity {
  padding: 20% 0;
}
.maternity .replace {
  background: url(images/maternity/maternity-replace.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
.maternity .replace::before {
  padding-top: 19%;
}
.maternity .inner {
  background: url(images/maternity/maternity.png) no-repeat center;
  background-size: contain;
  width: 67.6%;
  margin: 0 auto;
  position: relative;
}
.maternity .inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 54%;
}
.maternity .inner .txt {
  width: 55%;
  position: absolute;
  top: 32%;
  right: 10%;
}
.maternity .inner .txt h2 {
  margin-bottom: 10px;
}
.maternity .inner .txt p {
  font-size: clamp(0.75rem, 0.638rem + 0.56vw, 1.313rem);
  -moz-text-align-last: right;
  text-align-last: right;
  line-height: 160%;
  width: 78%;
  margin-left: auto;
  letter-spacing: 1px;
}

/*===========================
院内託児
===========================*/
.childcare {
  background: url(images/childcare/childcare-bg.svg) no-repeat center top, url(images/childcare/childcare-bg.svg) no-repeat center bottom;
  background-size: contain;
  position: relative;
}
.childcare::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 64%;
}
.childcare .replace {
  background: url(images/childcare/childcare-replace.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
.childcare .replace::before {
  padding-top: 19%;
}
.childcare .inner {
  background: url(images/childcare/nursery.png) no-repeat center;
  background-size: contain;
  padding: 180px 0 70px 0;
  width: 63%;
  margin: 0 auto;
  position: absolute;
  top: 8%;
  left: 18.5%;
}
.childcare .inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 38%;
}
.childcare .inner .txt {
  width: 55.5%;
  margin: 0 auto 0 0;
  position: absolute;
  top: 32%;
  left: 0;
}
.childcare .inner .txt h2 {
  margin-bottom: 43px;
}
.childcare .inner .txt p {
  font-size: clamp(0.75rem, 0.638rem + 0.56vw, 1.313rem);
  line-height: 160%;
  letter-spacing: 2px;
}

/*===========================
フリーランスや独立のサポート
===========================*/
.support {
  padding: 10% 0;
}
.support .replace {
  background: url(images/support/support-replace.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
.support .replace::before {
  padding-top: 25%;
}
.support .inner {
  background: url(images/support/support.png) no-repeat center;
  background-size: contain;
  padding: 180px 0 70px 0;
  width: 73.4%;
  margin: 0 auto;
  position: relative;
}
.support .inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 38%;
}
.support .inner .txt {
  width: 100%;
  position: absolute;
  top: 32%;
  left: 0;
}
.support .inner .txt .txt-inner {
  width: 32%;
  margin: 0 auto;
}
.support .inner .txt h2 {
  margin-bottom: 56px;
}
.support .inner .txt p {
  font-size: clamp(0.75rem, 0.638rem + 0.56vw, 1.313rem);
  margin: 0 auto;
  -moz-text-align-last: center;
       text-align-last: center;
  line-height: 160%;
  letter-spacing: 2px;
}

/*------------------------
アニメーション
------------------------*/
@-webkit-keyframes move-01 {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  50% {
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes move-01 {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  50% {
    transform: translate3d(-30px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
@-webkit-keyframes move-shape-01 {
  0% {
    transform: translate3d(0rem, 0rem, 0rem) scale3d(1, 1, 1);
  }
  50% {
    transform: translate3d(1rem, 0rem, 0rem) scale3d(0.8, 0.8, 0.8);
  }
  100% {
    transform: translate3d(0rem, 0rem, 0rem) scale3d(1, 1, 1);
  }
}
@keyframes move-shape-01 {
  0% {
    transform: translate3d(0rem, 0rem, 0rem) scale3d(1, 1, 1);
  }
  50% {
    transform: translate3d(1rem, 0rem, 0rem) scale3d(0.8, 0.8, 0.8);
  }
  100% {
    transform: translate3d(0rem, 0rem, 0rem) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes shape-01 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes shape-01 {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
/*# sourceMappingURL=style.css.map */