@charset "UTF-8";
/* Foundation */
/*
// FOT-UD角ゴ_ラージ Pr6N R
.udkakugo-r {
  font-family: foundation.$udkakugo;
  font-weight: foundation.$font-400;
  font-style: foundation.$font-n;
}

// FOT-UD角ゴ_ラージ Pr6N M
.udkakugo-m {
  font-family: foundation.$udkakugo;
  font-weight: foundation.$font-500;
  font-style: foundation.$font-n;
}

// FOT-UD角ゴ_ラージ Pr6N DB
.udkakugo-db {
  font-family: foundation.$udkakugo;
  font-weight: foundation.$font-600;
  font-style: foundation.$font-n;
}

// FOT-UD角ゴ_ラージ Pr6N B
.udkakugo-b {
  font-family: foundation.$udkakugo;
  font-weight: foundation.$font-700;
  font-style: foundation.$font-n;
}

  */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
  color: #3c3c3c;
}
body.popup-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

dt {
  font-weight: unset;
}

input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.c-symbol {
  display: none;
}

.c-hidden {
  display: none !important;
}

.c-disabled {
  pointer-events: none;
}
.c-disabled__text {
  font-size: 0.63em;
}

.c-text__pos {
  position: relative;
  bottom: -0.1em;
}

.iphone .c-text__pos {
  bottom: 0;
}

.mac .c-text__pos {
  bottom: 0;
}

/* Layout */
/* Foundation */
.l-header-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 20vw;
  z-index: 20;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .l-header-sp {
    display: none;
  }
}
.l-header-sp.is-visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.l-header-sp__instagram {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -webkit-image-set(url("../img/cmn-header-instagram-bg.png.webp") type("image/webp"), url("../img/cmn-header-instagram-bg.png") type("image/png"));
  background-image: image-set(url("../img/cmn-header-instagram-bg.png.webp") type("image/webp"), url("../img/cmn-header-instagram-bg.png") type("image/png"));
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-sp__instagram:hover, .l-header-sp__instagram:focus, .l-header-sp__instagram:active {
  opacity: 0.7;
}

/* Foundation */
.l-footer {
  position: relative;
  background-color: #ffffee;
}
.l-footer__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .l-footer__map {
    padding-top: 35%;
  }
}
.l-footer__map iframe,
.l-footer__map object,
.l-footer__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer__wrapper {
  position: relative;
  width: 82%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__wrapper {
    width: 80%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer__wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .l-footer__wrapper {
    width: 1200px;
  }
}
.l-footer__logo {
  width: 80%;
  margin: clamp(50px, 13.33vw, 67.9px) auto clamp(20px, 5.33vw, 27.1px) auto;
}
@media screen and (min-width: 1024px) {
  .l-footer__logo {
    width: 33%;
    margin: 0 auto;
    margin: clamp(84px, 7vw, 105px) auto clamp(60px, 5vw, 75px) auto;
  }
}
.l-footer__inner {
  padding-bottom: clamp(20px, 5.33vw, 27.1px);
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: clamp(72px, 6vw, 90px);
    gap: 8%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner__left {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner__right {
    width: 40%;
  }
}
.l-footer__data {
  padding: clamp(36px, 9.6vw, 48.8px) 0 clamp(28px, 7.46vw, 38px) 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
.l-footer__data__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00a02e;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  margin-bottom: 0.15em;
}
@media screen and (min-width: 1024px) {
  .l-footer__data__title {
    text-align: left;
    font-size: clamp(12.8px, 1.06vw, 16px);
    width: 6em;
  }
}
.l-footer__data__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1024px) {
  .l-footer__data__text {
    text-align: left;
    font-size: clamp(12.8px, 1.06vw, 16px);
    width: calc(100% - 6em);
    margin-bottom: 1em;
  }
}
.l-footer__copyright {
  background-color: #00a02e;
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(14px, 3.73vw, 19px);
  padding: 1.25em 0;
}
@media screen and (min-width: 1024px) {
  .l-footer__copyright {
    font-size: clamp(11.2px, 0.93vw, 14px);
    padding: 1.75em 0;
  }
}

/* Foundation */
.l-main {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.l-main__base {
  background-color: #ffffff;
  position: relative;
}
.l-main__primary {
  background-color: #ffffee;
  position: relative;
}
.l-main__secondary {
  background-color: #ffffee;
  position: relative;
}
.l-main__wrapper {
  position: relative;
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-main__wrapper {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper {
    width: 80%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .l-main__wrapper {
    width: 1200px;
  }
}
.l-main__wrapper--pc {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .l-main__wrapper--pc {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .l-main__wrapper--pc {
    width: 70%;
  }
}
@media screen and (min-width: 1536px) {
  .l-main__wrapper--pc {
    width: 1200px;
  }
}

/* Object */
/* Component */
/* Foundation */
.c-br--ip {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-br--ip {
    display: none;
  }
}

.c-br--sp {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-br--sp {
    display: none;
  }
}

.c-br--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-br--pc {
    display: block;
  }
}

.c-brspace--sp::before {
  content: "\a　";
  white-space: pre;
}
@media screen and (min-width: 1024px) {
  .c-brspace--sp::before {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .c-brspace--pc::before {
    content: "\a　";
    white-space: pre;
  }
}

.c-anchor--normal {
  margin-top: calc(clamp(65px, 17.25vw, 105px) * -1);
  padding-top: clamp(65px, 17.25vw, 105px);
}
@media screen and (min-width: 1024px) {
  .c-anchor--normal {
    margin-top: calc(clamp(85px, 7vw, 120px) * -1);
    padding-top: clamp(85px, 7vw, 120px);
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Foundation */
@-webkit-keyframes slideIn {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    clip-path: inset(0);
    opacity: 1;
  }
}
/* Project */
/* Foundation */
.p-index-mv {
  position: relative;
  background-color: #ffffee;
}
.p-index-mv__pos {
  position: relative;
}
.p-index-mv__logo {
  width: 87%;
  position: absolute;
  top: clamp(16px, 4.26vw, 21.7px);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-index-mv__logo {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__logo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 2%;
    right: auto;
    margin: 0;
  }
}
.p-index-mv__logo__img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__logo__img {
    width: 28%;
    margin: clamp(40px, 3.33vw, 50px) 0 0 1.5%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__bottom {
    width: 100%;
    position: absolute;
    top: 32%;
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__bottom {
    top: 35%;
  }
}
.p-index-mv__open {
  width: 70%;
  padding-top: clamp(16px, 4.26vw, 21.7px);
  position: relative;
  z-index: 12;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 1024px) {
  .p-index-mv__open {
    width: 30%;
    padding-top: 0;
  }
}
.p-index-mv__message {
  position: relative;
  top: calc(clamp(10px, 2.66vw, 13.6px) * -1);
  -webkit-animation: slideIn 2s ease-in forwards;
          animation: slideIn 2s ease-in forwards;
  z-index: 9;
}
.p-index-mv__message__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00680c;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: clamp(26px, 6.93vw, 50px);
  background-color: #ffffff;
  display: inline-block;
  margin-bottom: 0.3em;
  padding: 0.35em 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message__title {
    font-size: clamp(36px, 3vw, 45px);
  }
}
@media screen and (min-width: 1536px) {
  .p-index-mv__message__title {
    font-size: clamp(42px, 3.5vw, 62.46px);
    margin-bottom: 0.4em;
  }
}
.p-index-mv__message__title--sm {
  font-size: clamp(17.44px, 4.8vw, 30px);
}
@media screen and (min-width: 1024px) {
  .p-index-mv__message__title--sm {
    font-size: clamp(25.6px, 2.13vw, 32px);
  }
}
@media screen and (min-width: 1280px) {
  .p-index-mv__message__title--sm {
    font-size: clamp(28px, 2.33vw, 42.01px);
  }
}
.p-index-mv__instagram {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: -webkit-image-set(url("../img/index-mv-instagram-bg.png.webp") type("image/webp"), url("../img/index-mv-instagram-bg.png") type("image/png"));
  background-image: image-set(url("../img/index-mv-instagram-bg.png.webp") type("image/webp"), url("../img/index-mv-instagram-bg.png") type("image/png"));
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: clamp(124px, 33vw, 168.3px);
  right: 0;
  width: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-index-mv__instagram {
    bottom: clamp(200px, 53.33vw, 340px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__instagram {
    bottom: auto;
    top: 0;
    width: 25%;
  }
}
.p-index-mv__instagram:hover, .p-index-mv__instagram:focus, .p-index-mv__instagram:active {
  opacity: 0.7;
}
.p-index-mv__career {
  display: block;
  width: 87%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: drop-shadow(1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(1.5px 1.5px 1.5px rgba(0, 0, 0, 0.5));
}
@media screen and (min-width: 768px) {
  .p-index-mv__career {
    width: 80%;
    bottom: clamp(30px, 8vw, 40.7px);
  }
}
@media screen and (min-width: 1024px) {
  .p-index-mv__career {
    width: clamp(200px, 16.66vw, 374px);
    bottom: calc(clamp(56px, 4.66vw, 70px) * -1);
    left: auto;
    right: 3%;
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
            filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  }
}
@media screen and (min-width: 1536px) {
  .p-index-mv__career {
    width: clamp(250px, 20.83vw, 374px);
  }
}
.p-index-mv__career:hover, .p-index-mv__career:focus, .p-index-mv__career:active {
  opacity: 0.7;
}

.p-index-introduction {
  position: relative;
  z-index: 2;
  padding: clamp(44px, 11.73vw, 59.7px) 0 clamp(48px, 12.8vw, 65.1px) 0;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction {
    padding: clamp(164px, 13.66vw, 205px) 0 clamp(112px, 9.33vw, 140px) 0;
  }
}
.p-index-introduction__inner {
  position: relative;
}
.p-index-introduction__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00680c;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(22px, 5.86vw, 29.9px);
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__title {
    text-align: left;
    font-size: clamp(24.5px, 2.04vw, 35.2px);
  }
}
.p-index-introduction__title__inner {
  position: relative;
  display: block;
  width: 13em;
  margin: 0 auto 1em auto;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__title__inner {
    margin: 0 0 1em 0;
  }
}
.p-index-introduction__title__inner::before {
  content: "";
  background-color: #fffbae;
  width: 100%;
  height: 0.7em;
  position: absolute;
  left: 0;
  bottom: -0.35em;
}
.p-index-introduction__title__pos {
  position: relative;
}
.p-index-introduction__doctor {
  position: relative;
  padding-top: clamp(26px, 6.93vw, 35.3px);
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__doctor {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 0;
    width: 25%;
  }
}
.p-index-introduction__doctor__img {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__doctor__img {
    width: 100%;
    margin: 0;
  }
}
.p-index-introduction__doctor__img::before {
  content: "";
  background-color: #fceed4;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: calc(clamp(26px, 6.93vw, 35.3px) * -1);
  right: calc(clamp(26px, 6.93vw, 35.3px) * -1);
}
.p-index-introduction__doctor__img__pos {
  position: relative;
}
.p-index-introduction__doctor__name {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.3em;
  font-size: clamp(21.33px, 5.6vw, 35px);
  background-color: #00680c;
  display: inline-block;
  padding: 0.25em 0.75em 0.75em 0.75em;
  position: absolute;
  left: 0;
  bottom: 0.75em;
}
@media screen and (min-width: 768px) {
  .p-index-introduction__doctor__name {
    padding: 0.5em 1.5em;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__doctor__name {
    font-size: clamp(16.8px, 1.4vw, 24px);
    left: -4em;
  }
}
.p-index-introduction__doctor__name__position {
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 23px);
  display: inline-block;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__doctor__name__position {
    font-size: clamp(14.4px, 1.2vw, 18px);
  }
}
.p-index-introduction__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding: clamp(60px, 16vw, 81.4px) 0 1em 0;
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-index-introduction__text {
    width: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__text {
    font-size: clamp(16px, 1.33vw, 20px);
    padding: 1em 0 clamp(115.2px, 9.6vw, 144px) 0;
    width: 60%;
    margin: 0;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-introduction__text {
    width: 70%;
  }
}
.p-index-introduction__text--accent {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.p-index-introduction__text--br {
  display: none;
}
@media screen and (min-width: 1536px) {
  .p-index-introduction__text--br {
    display: block;
  }
}
.p-index-introduction__detail {
  background-color: #ffffff;
  border: 2px solid #00680c;
  border-radius: clamp(10px, 2.66vw, 13.6px);
  padding: clamp(32px, 8.53vw, 43.4px) clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__detail {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__detail__left {
    width: 38%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-introduction__detail__left {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__detail__right {
    width: 58%;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-introduction__detail__right {
    width: 50%;
  }
}
.p-index-introduction__detail__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(31.6px, 8.42vw, 40.7px);
  background-color: #00680c;
  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;
  height: 2em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__detail__title {
    font-size: clamp(36px, 3vw, 57px);
    height: 1.75em;
  }
}
.p-index-introduction__detail__date {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__detail__date {
    width: 80%;
  }
}
.p-index-introduction__detail__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(16px, 4.26vw, 21.7px);
  padding-top: 1.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-introduction__detail__text {
    line-height: 2.22;
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding-top: 0;
  }
}

.p-index-career {
  position: relative;
  z-index: 2;
  padding: clamp(62px, 16.53vw, 83.6px) 0 0 0;
}
@media screen and (min-width: 1024px) {
  .p-index-career {
    padding: clamp(97.6px, 8.13vw, 122px) 0 clamp(80px, 6.66vw, 100px) 0;
  }
}
.p-index-career__title01 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(32px, 8.53vw, 43.4px);
  position: relative;
  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;
  gap: 0.15em;
  padding-bottom: 1em;
}
@media screen and (min-width: 1024px) {
  .p-index-career__title01 {
    font-size: clamp(35px, 2.91vw, 51.08px);
  }
}
.p-index-career__title01__inner {
  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;
  width: 1.5em;
  height: 1.5em;
  background-color: #00680c;
}
.p-index-career__title02 {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #ff6622;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 6.4vw, 32.6px);
}
@media screen and (min-width: 1024px) {
  .p-index-career__title02 {
    font-size: clamp(22.4px, 1.86vw, 33.6px);
    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;
  }
}
.p-index-career__title02__inner {
  display: inline-block;
  position: relative;
  margin-bottom: 1em;
}
.p-index-career__title02__inner::before {
  content: "";
  background-color: #fffbae;
  width: 100%;
  height: 0.7em;
  position: absolute;
  left: 0;
  bottom: -0.35em;
}
.p-index-career__title02__inner--left {
  padding: 0 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-career__title02__inner--left {
    padding: 0 0 0 0.5em;
  }
}
.p-index-career__title02__inner--right {
  padding: 0 0.5em;
}
@media screen and (min-width: 1024px) {
  .p-index-career__title02__inner--right {
    padding: 0 0.5em 0 0;
  }
}
.p-index-career__title02__pos {
  position: relative;
}
.p-index-career__text {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.08em;
  font-size: clamp(15px, 4vw, 21.7px);
  padding: 0.5em 0 1.5em 0;
}
@media screen and (min-width: 1024px) {
  .p-index-career__text {
    font-size: clamp(14.4px, 1.2vw, 18px);
    padding: 2em 0 2.5em 0;
  }
}
.p-index-career__list {
  margin-bottom: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 768px) {
  .p-index-career__list {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__list {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-index-career__list__item {
  padding-bottom: clamp(22px, 5.86vw, 29.9px);
}
@media screen and (min-width: 1024px) {
  .p-index-career__list__item {
    width: 45%;
    padding-bottom: clamp(42px, 3.5vw, 60px);
  }
}
.p-index-career__list__link {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-index-career__list__link:hover, .p-index-career__list__link:focus, .p-index-career__list__link:active {
  opacity: 0.7;
}
.p-index-career__data {
  margin-bottom: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-index-career__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 78%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1536px) {
  .p-index-career__data {
    width: 70%;
  }
}
.p-index-career__data__title {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: clamp(16px, 4.26vw, 21.7px);
  background-color: #20a82a;
  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;
  width: 8em;
  height: 2em;
  border-radius: 0.35em;
  margin: 0 auto 1em auto;
}
@media screen and (min-width: 1024px) {
  .p-index-career__data__title {
    font-size: clamp(15.2px, 1.26vw, 18.59px);
    margin: 0 0.5em 1em 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-index-career__data__text {
    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;
  }
}
.p-index-career__data__inner {
  font-family: "fot-udkakugo-large-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: #3c3c3c;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: clamp(16px, 4.26vw, 21.7px);
}
@media screen and (min-width: 1024px) {
  .p-index-career__data__inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 0 2em clamp(11.2px, 0.93vw, 14px) 0;
  }
}
.p-index-career__data__inner__title {
  color: #f08300;
  font-size: clamp(16.52px, 4.4vw, 21.7px);
  padding-right: 0.25em;
}
@media screen and (min-width: 1024px) {
  .p-index-career__data__inner__title {
    font-size: clamp(12.8px, 1.06vw, 16.52px);
  }
}
.p-index-career__data__inner__text {
  font-size: clamp(30.36px, 8.09vw, 40.7px);
}
@media screen and (min-width: 1024px) {
  .p-index-career__data__inner__text {
    font-size: clamp(24px, 2vw, 30.36px);
  }
}
.p-index-career__data__inner__text--sm {
  font-size: clamp(21.69px, 5.78vw, 28.5px);
}
@media screen and (min-width: 1024px) {
  .p-index-career__data__inner__text--sm {
    font-size: clamp(16px, 1.33vw, 21.69px);
  }
}
.p-index-career__data__inner__text--note {
  font-size: clamp(18.59px, 4.95vw, 24.4px);
}
@media screen and (min-width: 1024px) {
  .p-index-career__data__inner__text--note {
    font-size: clamp(14.4px, 1.2vw, 18.59px);
  }
}/*# sourceMappingURL=style.css.map */