@charset "UTF-8";
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
:root {
  --base-font: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --font01:"Zen Maru Gothic", sans-serif;
  --font02:"Roboto", sans-serif;
  --font03:"Zen Kaku Gothic New", sans-serif;
  --font04:"Shippori Mincho", serif;
  --base-color: #4D4D4D;
  --color1:#4D4D4D;
  --color2:#666;
  --color3:#0FA2FF;
  --color4:#89C600;
  --color5:#fff;
  --white:#fff;
  --color6:#8BC664;
  --color7:#ECF8FF;
  --color8:#16AEFF;
  --color9:#8bc6642b;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
  overflow: hidden;
}
#main .mainVisual {
  margin-bottom: 5.7rem;
  min-height: 64.5rem;
  position: relative;
  font-family: var(--font01);
}
#main .mainVisual .imgBox {
  margin: 0 auto;
  padding: 7.1rem 0 6rem;
  max-width: 122.4rem;
  position: relative;
  gap: 5.7rem;
  height: 100%;
}
#main .mainVisual .mainImg {
  width: 62.2rem;
  height: 100%;
  position: relative;
  z-index: 2;
}
#main .mainVisual .mainImg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3rem;
}
#main .mainVisual .mainImg .signImg {
  width: 51.6rem;
  position: absolute;
  right: -6.5rem;
  bottom: -3.8rem;
}
#main .mainVisual .posImage01 {
  width: 45.1rem;
  position: absolute;
  right: 6.7rem;
  top: -18.7rem;
  border-radius: 3rem;
  overflow: hidden;
}
#main .mainVisual .posImage02 {
  width: 31.6rem;
  position: absolute;
  right: -10.6rem;
  bottom: -15rem;
  border-radius: 3rem;
  overflow: hidden;
}
#main .mainVisual .pageTitle {
  margin: 0 -2rem 3.7rem -0.7rem;
  font-size: 4.8rem;
  color: var(--color3);
  font-weight: 500;
  letter-spacing: -0.08em;
}
#main .mainVisual .pageTitle small {
  margin-bottom: 0.6rem;
  font-size: 2.4rem;
  display: block;
  color: var(--color2);
  letter-spacing: 0.02em;
}
#main .mainVisual .title {
  margin: 0 0 2.9rem;
  padding: 1rem 2.85rem 1.3rem;
  border-radius: 5rem;
  font-size: 1.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color5);
  background: var(--color3);
}
#main .mainVisual .textBox {
  margin: 19.1rem 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main .mainVisual .textBox .inner {
  padding-bottom: 5.4rem;
  position: relative;
}
#main .mainVisual .textBox .inner::after {
  width: 999rem;
  height: 100%;
  content: "";
  position: absolute;
  left: -500rem;
  top: 2.5rem;
  bottom: 0;
  background: #c5e9ff;
  z-index: -1;
  pointer-events: none;
}
#main .mainVisual .textImg {
  margin-left: 1rem;
  width: 51rem;
}
#main .mainVisual .imgList {
  margin: -0.2rem auto 0;
  width: 52rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main .mainVisual .imgList li {
  padding: 0.5rem 0 0.3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  position: relative;
  border-right: 1px solid var(--color8);
}
#main .mainVisual .imgList li:first-child {
  text-align: left;
}
#main .mainVisual .imgList li:first-child p {
  padding-left: 0.8rem;
}
#main .mainVisual .imgList li:last-child {
  border-right: none;
  text-align: right;
}
#main .mainVisual .imgList li:last-child p {
  padding-right: 0.6rem;
}
#main .mainVisual .imgList li .photo {
  margin-bottom: 0.7rem;
  height: 6.6rem;
}
#main .mainVisual .imgList li .photo img {
  width: auto;
  height: 100%;
}
#main .mainVisual .imgList li p {
  margin: 0 -1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  color: var(--color8);
  font-family: var(--font01);
}
@media screen and (min-width: 1366px) and (max-height: 899px) {
  #main .mainVisual .imgBox {
    padding: max(7.8vh, 5.5rem) 0 6.6vh;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #main .mainVisual .imgBox .textBox {
    margin-top: max(20vh, 8rem);
  }
  #main .mainVisual .pageTitle {
    margin-bottom: 4vh;
    font-size: min(5.3vh, 4.8rem);
  }
  #main .mainVisual .pageTitle small {
    font-size: min(2.67vh, 2.4rem);
  }
  #main .mainVisual .comTel {
    margin-bottom: 1vh;
    font-size: 1.88vh;
  }
  #main .mainVisual .comTel a {
    font-size: 4.62vh;
    background-size: 3vh;
  }
  #main .mainVisual .posImage01 {
    width: 50.11vh;
    top: -22.777vh;
  }
  #main .mainVisual .posImage01 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  #main .mainVisual .textImg {
    width: 57.7vh;
  }
  #main .mainVisual .posImage02 {
    width: 35.11vh;
    bottom: -16.66vh;
  }
}
@media screen and (min-width: 897px) and (max-height: 645px) {
  #main .mainVisual .imgBox {
    padding: 5.03rem 0 4.26rem;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #main .mainVisual .imgBox .textBox {
    margin-top: 12.9rem;
  }
  #main .mainVisual .pageTitle {
    margin-bottom: 2.58rem;
    font-size: 3.42rem;
  }
  #main .mainVisual .pageTitle small {
    font-size: 1.72rem;
  }
  #main .mainVisual .comTel {
    margin-bottom: 0.5rem;
    font-size: 1.21rem;
  }
  #main .mainVisual .comTel a {
    font-size: 2.98rem;
    background-size: 1.94rem;
  }
  #main .mainVisual .posImage01 {
    width: 32.37rem;
    top: -14.66rem;
  }
  #main .mainVisual .posImage01 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  #main .mainVisual .textImg {
    width: 37.25rem;
  }
  #main .mainVisual .posImage02 {
    width: 22.67rem;
    bottom: -10.76rem;
  }
}
@media all and (max-width: 896px) {
  #main .mainVisual {
    margin-bottom: 3.1rem;
    padding-bottom: 1.5rem;
    height: 100svh !important;
  }
  #main .mainVisual::after {
    width: 100%;
    height: auto;
    top: 27.9rem;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: -1;
    background: #c5e9ff;
    pointer-events: none;
  }
  #main .mainVisual .posImage01 {
    width: 16.5rem;
    right: -7.4rem;
    top: -8rem;
    border-radius: 2rem;
  }
  #main .mainVisual .posImage02 {
    display: none;
  }
  #main .mainVisual .imgBox {
    padding: 7.7rem 0 0;
    max-width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
  }
  #main .mainVisual .mainImg {
    margin: 0 auto;
    padding: 0 2rem;
    width: auto;
    aspect-ratio: 335/283;
    max-width: 37.5rem;
  }
  #main .mainVisual .mainImg > img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #main .mainVisual .mainImg .signImg {
    width: 27.4rem;
    right: 0.6rem;
    bottom: -1.9rem;
  }
  #main .mainVisual .textBox {
    margin: 2.3rem 2rem;
  }
  #main .mainVisual .textBox .inner {
    padding-bottom: 0;
  }
  #main .mainVisual .textBox .inner::after {
    display: none;
  }
  #main .mainVisual .pageTitle {
    margin: 0 0 1.3rem;
    line-height: 1.21;
    font-size: 3.8rem;
    text-align: center;
    letter-spacing: 0.02em;
  }
  #main .mainVisual .pageTitle small {
    font-size: 2rem;
  }
  #main .mainVisual .title {
    margin-bottom: 1.4rem;
    width: 100%;
    text-align: center;
    padding: 0.8rem 1rem 0.8rem;
    font-size: 1.233rem;
  }
  #main .mainVisual .textImg {
    margin: 0 auto;
    width: 33.5rem;
  }
  #main .mainVisual .imgList {
    margin: 0 auto;
    width: 33.5rem;
  }
  #main .mainVisual .imgList li .photo {
    margin-bottom: 0.2rem;
    height: 4.2rem;
  }
  #main .mainVisual .imgList li p {
    font-size: 1.2rem;
  }
}
@media (max-width: 896px) and (max-height: 769px) {
  #main .mainVisual {
    min-height: 68.9rem;
  }
  #main .mainVisual .mainImg {
    height: 41.03vh;
  }
  #main .mainVisual .mainImg .signImg {
    width: 35.5vh;
  }
  #main .mainVisual .pageTitle {
    font-size: 4.93vh;
  }
  #main .mainVisual .pageTitle small {
    font-size: 2.59vh;
  }
  #main .mainVisual .title {
    padding: 0.5vh 1rem;
  }
  #main .mainVisual .comTel a {
    font-size: 4.415vh;
    background-size: 2.857vh;
  }
  #main .mainVisual .textImg {
    width: 43.5vh;
    max-width: 100%;
  }
  #main .mainVisual .imgList li .photo {
    height: 5.45vh;
  }
}
@media (max-width: 896px) and (max-height: 690px) {
  #main .mainVisual .mainImg {
    height: 28.3rem;
  }
  #main .mainVisual .mainImg .signImg {
    width: 24.42rem;
  }
  #main .mainVisual .comTel {
    margin-bottom: 0.5rem;
  }
  #main .mainVisual .pageTitle {
    font-size: 3.39rem;
  }
  #main .mainVisual .pageTitle small {
    font-size: 1.78rem;
  }
  #main .mainVisual .title {
    padding: 0.345rem 1rem;
  }
  #main .mainVisual .comTel a {
    font-size: 3.04rem;
    background-size: 1.97rem;
  }
  #main .mainVisual .textImg {
    width: 29.99rem;
  }
  #main .mainVisual .imgList li .photo {
    height: 3.7rem;
  }
}
#main .newsBox {
  margin-bottom: 11.2rem;
}
#main .newsBox .newsUl {
  width: 82.25rem;
}
#main .newsBox .newsUl li + li {
  margin-top: 0.7rem;
}
#main .newsBox a {
  min-height: 5rem;
  padding: 0.3rem 3rem 0.3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color2);
  font-weight: 500;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #cfecff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/common/arrow_icon01.webp) no-repeat center right 0.4rem/2.7rem;
}
#main .newsBox time {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#main .newsBox .typeBox {
  margin: 0 3.4rem 0 1.7rem;
  max-width: 8rem;
}
#main .newsBox .type {
  padding: 0.2rem 1.4rem 0.3rem;
  border-radius: 2.5rem;
  font-size: 1.3rem;
  color: var(--color5);
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  background: var(--color4);
}
#main .newsBox .type + .type {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1025px) {
  #main .newsBox a:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 896px) {
  #main .newsBox {
    margin-bottom: 6rem;
  }
  #main .newsBox .newsUl {
    width: auto;
  }
  #main .newsBox .newsUl li + li {
    margin-top: 0.5rem;
  }
  #main .newsBox .newsUl a {
    padding: 1.2rem 3.1rem 1.2rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1rem;
    background-position: right 0.2rem bottom 1.1rem;
  }
  #main .newsBox .newsUl a .text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
  }
  #main .newsBox .newsUl .typeBox {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.6rem;
    max-width: inherit;
  }
  #main .newsBox .newsUl .type {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#main .placeBox {
  margin: 6.9rem 0 0;
  padding: 6rem 0 6.6rem;
  background: var(--color7);
}
#main .placeBox .imgBox {
  margin-bottom: 3.7rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
#main .placeBox .imgBox .heading {
  margin: 0.6rem 0 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.483;
  font-size: 3.1rem;
  color: var(--color3);
  font-family: var(--font01);
  position: relative;
}
#main .placeBox .imgBox .heading::after {
  width: 100%;
  height: 0.2rem;
  content: "";
  position: absolute;
  left: 100%;
  bottom: 1.9rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.3rem dotted var(--color3);
}
#main .placeBox .imgBox p {
  font-weight: 700;
  line-height: 1.941;
  letter-spacing: 0.06em;
}
#main .placeBox .imgBox p span {
  color: var(--color3);
}
#main .placeBox .imgBox .photoBox {
  width: 34rem;
  border-radius: 3rem;
  overflow: hidden;
  z-index: 2;
}
#main .placeBox .imgBox .photoBox img {
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .placeBox {
    margin: 3.5rem 2rem 0;
    padding: 3.5rem 0 3.1rem;
  }
  #main .placeBox .imgBox {
    margin-bottom: 2.2rem;
    display: block;
  }
  #main .placeBox .imgBox .photoBox {
    width: 100%;
    border-radius: 2rem;
  }
  #main .placeBox .imgBox .heading {
    margin: 1.7rem auto 1.6rem;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.416;
  }
  #main .placeBox .imgBox .heading::after {
    display: none;
  }
  #main .placeBox .imgBox p {
    margin: 0 -0.3rem;
    font-size: 1.6rem;
    line-height: 2;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.12em;
  }
}
#main .contactList {
  border-radius: 3rem;
  overflow: hidden;
}
#main .contactList .title {
  margin-bottom: 2.3rem;
  font-size: 2.4rem;
  text-align: center;
  font-family: var(--font01);
  color: var(--color5);
  letter-spacing: 0.04em;
}
#main .contactList > li {
  padding: 2.4rem 5.4rem 4rem;
  width: 50%;
  background: var(--color4);
  color: var(--color5);
  text-align: center;
}
#main .contactList > li p {
  margin-top: 1.7rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.571;
  letter-spacing: 0.05em;
}
#main .contactList > li.item {
  background: var(--color3);
}
@media all and (max-width: 896px) {
  #main .contactList {
    display: block;
    border-radius: 2rem;
  }
  #main .contactList .title {
    margin-bottom: 1.2rem;
  }
  #main .contactList > li {
    padding: 2.4rem 2rem 3.6rem;
    width: 100%;
  }
  #main .contactList > li.item {
    padding-bottom: 2.7rem;
  }
  #main .contactList > li p {
    margin: 1.5rem -0.2rem 0;
    font-size: 1.2rem;
    line-height: 1.833;
    letter-spacing: 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
#main .concept {
  margin-bottom: -12rem;
  padding-bottom: 17rem;
  border-bottom-right-radius: 12rem;
  position: relative;
  z-index: 2;
  background: var(--color5);
}
#main .concept .flexB {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 9.5rem;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#main .concept .posImage {
  width: 36rem;
  position: absolute;
  left: -15.7rem;
  bottom: -29.7rem;
  overflow: hidden;
  border-radius: 3rem;
}
#main .concept .photoBox {
  margin-right: -5.7rem;
  width: 53.6rem;
  border-radius: 3rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#main .concept .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 2;
}
#main .concept .heading {
  margin-bottom: 2.7rem;
  font-size: 3.8rem;
  line-height: 1.394;
  color: var(--color3);
  font-family: var(--font01);
}
#main .concept p {
  letter-spacing: 0.1em;
  text-align: justify;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.5;
}
@media all and (max-width: 896px) {
  #main .concept {
    margin-bottom: -4rem;
    padding-bottom: 4.7rem;
    border-bottom-right-radius: 4rem;
  }
  #main .concept .flexB {
    display: block;
  }
  #main .concept .photoBox {
    margin-bottom: 4.1rem;
    width: 100%;
    aspect-ratio: 335/242;
  }
  #main .concept .photoBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
  #main .concept .posImage {
    display: none;
  }
  #main .concept .heading {
    margin-bottom: 1.7rem;
    font-size: 3.2rem;
    line-height: 1.375;
  }
  #main .concept p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
#main .feature {
  padding: 25.8rem 0 13.4rem;
  border-bottom-left-radius: 12rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(128, 198, 192, 0.3)), to(rgba(0, 166, 255, 0.3)));
  background: linear-gradient(to right, rgba(128, 198, 192, 0.3) 0%, rgba(0, 166, 255, 0.3) 100%);
  background-color: var(--color5);
  position: relative;
  z-index: 1;
}
#main .feature .imgList {
  margin-bottom: 7.4rem;
}
#main .feature .imgList li {
  margin-right: auto;
  width: 90.263vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--color5);
  position: relative;
  border-radius: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .feature .imgList li + li {
  margin-top: 7.4rem;
}
#main .feature .imgList li .num {
  padding-bottom: 1.3rem;
  width: 13.6rem;
  height: 13.6rem;
  position: absolute;
  right: -7.9rem;
  top: -4.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--color2);
  font-family: var(--font03);
  background: url(../img/index/bg01.webp) no-repeat center center/100% 100%;
}
#main .feature .imgList li .photoBox {
  width: 52.4rem;
  width: 38.36vw;
}
#main .feature .imgList li .textBox {
  padding: 1rem 5.4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#main .feature .imgList li .heading {
  margin-bottom: 2.2rem;
  font-size: 2.6rem;
  font-family: var(--font01);
  color: var(--color3);
  line-height: 1.384;
}
#main .feature .imgList li p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
#main .feature .imgList li p span {
  color: var(--color3);
}
#main .feature .imgList li p.tips {
  margin-top: 1.7rem;
  font-size: 1.2rem;
  line-height: 1.666;
  color: var(--color3);
}
@media all and (min-width: 897px) {
  #main .feature .imgList li:nth-child(2n) {
    margin-right: 0;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #main .feature .imgList li:nth-child(2n) .num {
    left: -7.8rem;
    right: auto;
    background-image: url(../img/index/bg02.webp);
  }
}
@media all and (max-width: 896px) {
  #main .feature {
    padding: 11.8rem 0 5.7rem;
    border-bottom-left-radius: 4rem;
  }
  #main .feature .headLine01 {
    margin-bottom: 3.1rem;
  }
  #main .feature .headLine01 .en {
    height: 11rem;
    -webkit-transform: translate(-18%, -75%);
            transform: translate(-18%, -75%);
  }
  #main .feature .imgList {
    margin-bottom: 3.4rem;
  }
  #main .feature .imgList li {
    margin: 0 2rem 3.6rem;
    width: auto;
    display: block;
    border-radius: 2rem;
  }
  #main .feature .imgList li + li {
    margin-top: 0;
  }
  #main .feature .imgList li .num {
    padding-bottom: 0.8rem;
    width: 7.8rem;
    height: 7.8rem;
    font-size: 3.725rem;
    right: -1.2rem;
    top: -1.8rem;
  }
  #main .feature .imgList li .photoBox {
    width: 100%;
    border-radius: 2rem 2rem 0 0;
    overflow: hidden;
    aspect-ratio: 335/190;
  }
  #main .feature .imgList li .photoBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #main .feature .imgList li .heading {
    margin-bottom: 1.7rem;
    font-size: 2rem;
    line-height: 1.7;
  }
  #main .feature .imgList li .textBox {
    padding: 2.5rem 1.6rem 3.6rem;
  }
  #main .feature .imgList li .textBox p.tips {
    margin-top: 0.1rem;
    line-height: 1.833;
  }
}
#main .bigPhoto {
  margin: -12.4rem 0 -34.2rem;
}
#main .bigPhoto img {
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .bigPhoto {
    margin: -2.1rem 0 -4.8rem;
  }
}
#main .greeting {
  padding: 10rem 0 13rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .greeting {
    padding: 5.6rem 0 5rem;
  }
}
#main .greeting::after {
  width: calc(100% - 13.3rem);
  background: -webkit-gradient(linear, left top, right top, from(rgb(128, 198, 192)), color-stop(18.23%, rgb(124, 197, 194)), color-stop(35.85%, rgb(113, 194, 200)), color-stop(53.24%, rgb(93, 189, 209)), color-stop(70.48%, rgb(66, 182, 223)), color-stop(87.46%, rgb(31, 174, 240)), to(rgb(0, 166, 255)));
  background: linear-gradient(90deg, rgb(128, 198, 192) 0%, rgb(124, 197, 194) 18.23%, rgb(113, 194, 200) 35.85%, rgb(93, 189, 209) 53.24%, rgb(66, 182, 223) 70.48%, rgb(31, 174, 240) 87.46%, rgb(0, 166, 255) 100%);
  position: absolute;
  top: 0;
  opacity: 0.3;
  border-radius: 0rem 0rem 12rem 0rem;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
}
@media all and (max-width: 896px) {
  #main .greeting::after {
    width: calc(100% - 4.1rem);
    border-radius: 0rem 0rem 4rem 0rem;
  }
}
#main .greeting .headLine01 {
  margin-bottom: 1.1rem;
}
@media all and (max-width: 896px) {
  #main .greeting .headLine01 {
    margin-bottom: 4.2rem;
  }
}
#main .greeting .headLine01 .en {
  margin-bottom: -9.5rem;
}
@media all and (max-width: 896px) {
  #main .greeting .headLine01 .en {
    left: 0.6rem;
    top: calc(50% + 6.5rem);
  }
}
#main .greeting .headLine01 .jp {
  letter-spacing: 0.12rem;
}
@media all and (max-width: 896px) {
  #main .greeting .headLine01 .jp {
    margin-left: -1rem;
  }
}
#main .greeting .imgBox {
  margin-bottom: 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox {
    margin-bottom: 1.4rem;
    display: block;
  }
}
#main .greeting .imgBox:last-child {
  margin-bottom: 0;
}
#main .greeting .imgBox .photoBox {
  margin-left: -12.4rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(50% + 7.1rem);
  position: relative;
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .photoBox {
    margin: 0 0 -8.9rem 2rem;
    aspect-ratio: 355/200;
    position: relative;
    width: auto;
  }
  #main .greeting .imgBox .photoBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 2rem 0 0 2rem !important;
  }
}
#main .greeting .imgBox .photoBox .txtBox {
  position: absolute;
  bottom: -3.5rem;
  right: 4.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 24.7rem;
  height: 24.7rem;
  border-radius: 100%;
  color: var(--color5);
  text-align: center;
  padding: 2rem;
  background-color: var(--color4);
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .photoBox .txtBox {
    right: auto;
    bottom: auto;
    top: -1.4rem;
    left: -1.4rem;
    width: 12.2rem;
    height: 12.2rem;
    padding: 1rem;
  }
}
#main .greeting .imgBox .photoBox .txtBox p {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-family: var(--font01);
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .photoBox .txtBox p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
#main .greeting .imgBox .photoBox .txtBox .ttl {
  margin-bottom: 1.2rem;
  padding-bottom: 1.5rem;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .photoBox .txtBox .ttl {
    margin-bottom: 0.3rem;
    padding-bottom: 0.8rem;
    font-size: 1.3rem;
  }
}
#main .greeting .imgBox .photoBox .txtBox .ttl::before {
  width: 6.2rem;
  height: 3px;
  border-bottom: 3px dotted var(--color5);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .photoBox .txtBox .ttl::before {
    width: 2.8rem;
  }
}
#main .greeting .imgBox .photoBox img {
  width: 100%;
  border-radius: 3rem 0 0 3rem;
}
#main .greeting .imgBox .textBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 1;
  padding: 6.5rem 0 2rem 2rem;
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .textBox {
    margin: 0 2rem;
    display: block;
  }
}
#main .greeting .imgBox .textBox .sub {
  position: relative;
  padding: 3.5rem 5.7rem 4.3rem 3.5rem;
  width: 100%;
  border-left: 3rem solid rgba(15, 162, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 60.2rem;
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .textBox .sub {
    padding: 2rem 2rem 1.6rem 1.5rem;
    max-width: inherit;
    border-width: 0.8rem;
    margin-right: 2rem;
    width: auto;
  }
}
#main .greeting .imgBox .textBox .sub .textImg {
  position: absolute;
  top: -4.2rem;
  right: -3.6rem;
  width: 25.5rem;
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .textBox .sub .textImg {
    right: -0.8rem;
    top: -7.4rem;
    width: 14rem;
  }
}
#main .greeting .imgBox .textBox .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .textBox .ttl {
    margin-bottom: -0.3rem;
    font-size: 1.3rem;
  }
}
#main .greeting .imgBox .textBox .name {
  margin-bottom: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  font-size: 4.2rem;
  color: var(--color3);
  font-family: var(--font01);
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .textBox .name {
    margin-bottom: 0.6rem;
    font-size: 2.6rem;
  }
}
#main .greeting .imgBox .textBox .ttl02 {
  margin-bottom: 0.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  font-family: var(--font01);
  overflow: hidden;
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .textBox .ttl02 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}
#main .greeting .imgBox .textBox .ttl02 span {
  padding-right: 1rem;
  display: inline-block;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .textBox .ttl02 span {
    padding-right: 0.5rem;
  }
}
#main .greeting .imgBox .textBox .ttl02 span::before {
  width: 9999px;
  height: 3px;
  border-bottom: 3px dotted var(--color3);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 100%;
  content: "";
}
#main .greeting .imgBox .textBox .list li {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  line-height: 1.94;
  letter-spacing: 0.12em;
  text-indent: -0.6em;
  padding-left: 0.6em;
}
#main .greeting .imgBox .textBox .list li::before {
  content: "・";
}
@media all and (max-width: 896px) {
  #main .greeting .imgBox .textBox .list li {
    margin-bottom: 0.07rem;
    line-height: 1.77;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
#main .greeting .imgBox02 .photoBox .txtBox {
  background-color: var(--color3);
}
#main .greeting .imgBox02 .textBox .sub {
  border-color: rgba(137, 198, 0, 0.8);
}
#main .greeting .imgBox02 .textBox .name {
  color: var(--color4);
}
#main .greeting .imgBox02 .textBox .ttl02 span::before {
  border-color: var(--color4);
}
#main .surveys {
  padding: 13rem 0 10.5rem;
  position: relative;
}
@media all and (max-width: 896px) {
  #main .surveys {
    padding: 8.8rem 0 5.9rem;
  }
  #main .surveys .content {
    width: calc(100% - 3.5rem);
  }
}
#main .surveys .inner {
  margin-bottom: 3rem;
  padding: 0 4rem 5.5rem;
  border-radius: 3rem;
  border: 3px dotted var(--color3);
  position: relative;
}
#main .surveys .inner::after {
  width: 82.8rem;
  aspect-ratio: 1656/1266;
  background: url(../img/index/greeting_bg.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: -21.5rem;
  right: -64.3rem;
  z-index: -1;
  content: "";
}
@media all and (max-width: 896px) {
  #main .surveys .inner::after {
    width: 26rem;
    right: -18rem;
    bottom: -7.5rem;
    aspect-ratio: 260/199;
  }
}
@media all and (max-width: 896px) {
  #main .surveys .inner {
    margin-bottom: 1.9rem;
    border-radius: 2rem;
    padding: 0 1.8rem 3rem;
  }
}
#main .surveys .inner h2 {
  margin: -3rem 0 2.2rem;
  font-size: 3.8rem;
  letter-spacing: 0.12rem;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  font-family: var(--font01);
}
@media all and (max-width: 896px) {
  #main .surveys .inner h2 {
    margin: -5.5rem -1rem 0.8rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
#main .surveys .inner h2 span {
  display: inline-block;
  background-color: var(--color5);
  padding: 1rem;
  line-height: 1;
}
@media all and (max-width: 896px) {
  #main .surveys .inner h2 span {
    line-height: 1.25;
  }
}
#main .surveys .inner p {
  margin-bottom: 3.5rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
  #main .surveys .inner p {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.04em;
    text-align: left;
  }
}
#main .surveys .inner .textImg {
  text-align: center;
}
#main .surveys .inner .textImg a {
  display: block;
}
#main .surveys .subBox {
  padding: 2.5rem 4rem 2.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E2F4FF;
  border-radius: 3rem;
}
@media all and (max-width: 896px) {
  #main .surveys .subBox {
    display: block;
    border-radius: 2rem;
    padding: 1.8rem 2rem 2.2rem;
  }
}
#main .surveys .subBox h3 {
  padding-right: 1rem;
  width: 32rem;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  font-family: var(--font01);
  color: var(--color3);
}
@media all and (max-width: 896px) {
  #main .surveys .subBox h3 {
    font-size: 2.2rem;
    padding: 0 0 1.1rem;
    text-align: center;
    width: auto;
  }
}
#main .surveys .subBox p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  line-height: 1.86;
}
@media all and (max-width: 896px) {
  #main .surveys .subBox p {
    line-height: 1.86;
  }
}
#main .group {
  padding: 7rem 0;
  min-height: 113.5rem;
  border-radius: 12rem 0 0 0;
  background: url(../img/index/group_bg01.webp) no-repeat center;
  background-size: cover;
}
@media all and (max-width: 896px) {
  #main .group {
    border-radius: 4rem 0 0 0;
    padding: 8rem 0 5.2rem;
    min-height: inherit;
    background-image: url(../img/index/group_bg01_sp.webp);
  }
  #main .group .content {
    width: calc(100% - 4rem);
  }
}
#main .group .headLine01 {
  margin-bottom: 13.5rem;
  letter-spacing: 0;
}
#main .group .headLine01 .en {
  margin-bottom: -7rem;
}
@media all and (max-width: 896px) {
  #main .group .headLine01 .en {
    height: 10rem;
    left: 3rem;
    top: calc(50% + 3rem);
  }
}
#main .group .groupList {
  margin-right: -1rem;
  padding: 0 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem 4.5rem;
}
@media all and (max-width: 896px) {
  #main .group .groupList {
    margin: -0.3rem 0 0;
    padding: 0;
    display: block;
  }
}
#main .group .groupList li {
  padding: 0 3.3rem 5rem;
  border-radius: 2rem;
  background-color: var(--color5);
  width: calc((100% - 4.5rem) / 2);
  -webkit-box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 896px) {
  #main .group .groupList li {
    padding: 0 2rem 3.7rem;
    width: auto;
    margin-bottom: 12rem;
  }
  #main .group .groupList li:last-child {
    margin-bottom: 0;
  }
}
#main .group .groupList li .photo {
  margin: -9rem 1rem 1.9rem;
  border-radius: 2rem;
}
#main .group .groupList li .photo img {
  width: 100%;
  border-radius: 2rem;
}
@media all and (max-width: 896px) {
  #main .group .groupList li .photo {
    position: relative;
    top: -9rem;
    margin: 0 0 -7.6rem;
  }
}
#main .group .groupList li p {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  line-height: 1.8125;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
  #main .group .groupList li p {
    margin-bottom: 1.8rem;
    font-size: 1.6rem;
    line-height: 1.8125;
  }
}
#main .group .groupList li .ttl {
  margin-bottom: 0.7rem;
  font-size: 3.3rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--color3);
  font-family: var(--font01);
}
@media all and (max-width: 896px) {
  #main .group .groupList li .ttl {
    margin-bottom: 0.6rem;
    font-size: 2.6rem;
  }
}
#main .recruit {
  padding-bottom: 8.1rem;
  position: relative;
  z-index: 1;
  margin-top: -18.2rem;
}
@media all and (max-width: 896px) {
  #main .recruit {
    margin: 0;
    padding: 5.5rem 0 6rem;
  }
}
#main .recruit::after {
  border-radius: 0rem 12rem 0rem 0rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(128, 198, 192)), color-stop(18.23%, rgb(124, 197, 194)), color-stop(35.85%, rgb(113, 194, 200)), color-stop(53.24%, rgb(93, 189, 209)), color-stop(70.48%, rgb(66, 182, 223)), color-stop(87.46%, rgb(31, 174, 240)), to(rgb(0, 166, 255)));
  background: linear-gradient(90deg, rgb(128, 198, 192) 0%, rgb(124, 197, 194) 18.23%, rgb(113, 194, 200) 35.85%, rgb(93, 189, 209) 53.24%, rgb(66, 182, 223) 70.48%, rgb(31, 174, 240) 87.46%, rgb(0, 166, 255) 100%);
  position: absolute;
  top: 18.2rem;
  left: 0;
  bottom: 0;
  z-index: -1;
  content: "";
}
@media all and (max-width: 896px) {
  #main .recruit::after {
    top: 24.2rem;
    border-radius: 0rem 3.4rem 0rem 0rem;
  }
}
#main .recruit .content {
  position: relative;
}
@media all and (max-width: 896px) {
  #main .recruit .content {
    width: calc(100% - 3.7rem);
  }
}
@media all and (min-width: 897px) {
  #main .recruit .headLine01 {
    padding-top: 15.8rem;
    position: absolute;
    top: -4.9rem;
    left: 4.5rem;
    z-index: 1;
  }
  #main .recruit .headLine01 .en {
    white-space: nowrap;
    display: block;
    height: auto;
    width: 42rem;
    top: 0;
    left: -13rem;
    position: absolute;
    margin: 0;
    z-index: -1;
  }
  #main .recruit .headLine01 .en img {
    width: 100%;
  }
}
@media all and (max-width: 896px) {
  #main .recruit .headLine01 {
    margin-bottom: 2.8rem;
    text-align: center;
    background-position: center bottom;
  }
  #main .recruit .headLine01 .en {
    left: calc(50% - 0.5rem);
    width: 100%;
    height: 10.5rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: calc(50% - 1.8rem);
  }
}
#main .recruit .bigPhoto02 {
  margin-bottom: 5rem;
}
@media all and (max-width: 896px) {
  #main .recruit .bigPhoto02 {
    aspect-ratio: 335/183;
    position: relative;
    margin-bottom: 2.6rem;
  }
}
#main .recruit .bigPhoto02 img {
  border-radius: 3rem;
  width: 100%;
}
@media all and (max-width: 896px) {
  #main .recruit .bigPhoto02 img {
    border-radius: 2rem;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: -29.6vw top;
       object-position: -29.6vw top;
  }
}
#main .recruit .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media all and (max-width: 896px) {
  #main .recruit .inner {
    display: block;
  }
}
#main .recruit .inner .lBox {
  margin-top: -0.7rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5.1rem;
}
@media all and (max-width: 896px) {
  #main .recruit .inner .lBox {
    margin: 0;
    padding: 0;
  }
}
#main .recruit .inner .photoBox {
  margin: -12rem 2.5rem 0 4.7rem;
  width: 52.8rem;
}
@media all and (max-width: 896px) {
  #main .recruit .inner .photoBox {
    width: auto;
    margin: 0 0.1rem 3rem;
  }
  #main .recruit .inner .photoBox img {
    width: 100%;
  }
}
#main .recruit .inner p {
  margin-bottom: 2.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  line-height: 1.9375;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}
@media all and (max-width: 896px) {
  #main .recruit .inner p {
    margin-bottom: 1.4rem;
    font-size: 1.6rem;
    line-height: 1.9375;
  }
}
#main .recruit .inner h3 {
  margin-bottom: 1.7rem;
  padding: 0.5rem 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  font-family: var(--font01);
  background-color: var(--color5);
  clip-path: polygon(0 0, 92.5% 0, 100% 50%, 92.5% 100%, 0 100%);
}
@media all and (max-width: 896px) {
  #main .recruit .inner h3 {
    padding: 0.2rem 1.2rem 0.6rem;
    font-size: 2.13rem;
  }
}
@media all and (min-width: 897px) {
  #main .recruit .comBtn a {
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  #main .treatment a:hover {
    opacity: 0.6;
  }
}/*# sourceMappingURL=index.css.map */