@charset "UTF-8";
:root {
  --wht: #fff;
  --bgGray: #ccc;
  --bgGray02: #eee;
  --bgGreen01: #009664;
  --bgGreen02: #78be02;
  --bgGreen03: #009783;
  --bgOrange01: #e79700;
  --bgOrange02: #ff8a00;
  --bgPink01: #ff88a4;
  --bgPink02: #ff5c6c;
  --bgBlue01: #50aff0;
  --bgPurple01: #965196;
  --bgYellow01: #fff5c4;
  --bgYellow02: #fff49e;
  --textBlack: #000;
}

:root {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
  --noto_sans: "Noto Sans JP", sans-serif;
  --yu_gothic: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  --mincho: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

:root {
  --fszBase: 1.4rem;
  --fszBase_sp: 14;
  --fszAtt: 1.1rem;
  --fszAtt_sp: 11;
  --fszMid: 1.6rem;
  --fszMid_sp: 16;
  --fszMvTtl: 3.2rem;
  --fszMvTtl_sp: 24;
  --fszTtl: 2.8rem;
  --fszTtl_sp: 20;
  --fszSubTtl: 2rem;
  --fszSubTtl_sp: 16;
}

:root {
  --fullWidth: 1600px;
  --outerWidth: 1200px;
  --inrWidth:1000px;
}

/*----------------------------------------
	RESET
-----------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ====================
 SIZE SET
==================== */
/* ===================
 MIXIN
==================== */
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: var(--noto_sans);
  color: var(--green-01);
  background-color: #fff;
  position: relative;
  width: 100%;
  word-break: break-all;
  line-height: 1.4;
  font-size: var(--basefs);
  font-weight: normal;
  letter-spacing: 0.025em;
  text-align: justify;
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: calc(var(--fszBase_sp) / 375 * 100vw);
  }
}
main,
header,
footer,
section {
  display: block;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: unset;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 1.4rem;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .c-btn__to-top {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 50px;
    width: 60px;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__to-top {
    bottom: calc(50 / 375 * 100vw);
    right: calc(50 / 375 * 100vw);
    width: calc(60 / 375 * 100vw);
  }
}
@media screen and (min-width: 769px) {
  .c-outer {
    width: calc(100% - 30px);
    max-width: var(--outerWidth);
    margin-left: auto;
    margin-right: auto;
  }
  .c-inner {
    width: calc(100% - 30px);
    max-width: var(--inrWidth);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-outer {
    width: calc(100% - 30px);
    max-width: var(--outerWidth);
    margin-left: auto;
    margin-right: auto;
  }
  .c-inner {
    width: calc(100% - 45px);
    max-width: var(--inrWidth);
    margin-left: auto;
    margin-right: auto;
  }
}
header h1 {
  padding-left: 5%;
  margin-bottom: 20px;
  padding-top: 30px;
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .is-animation {
  padding-left: 2%;
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 10px;
}

header .is-animation img {
  max-width: 400px;
}

@media (max-width: 1300px) {
  header h1 img {
    max-width: 450px;
  }
}
@media (max-width: 1024px) {
  header .is-animation img {
    max-width: 180px;
  }
  header .mv_area {
    margin-bottom: 60px;
    padding: 80px 15px 0;
  }
  header h1 {
    padding-left: 15px;
    padding-top: 15px;
    margin-bottom: 25px;
  }
  header h1 img {
    max-width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .c-flex-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-flex-col2 > div {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .c-flex-col2 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col2 > div:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-flex-col2 > div {
    width: calc(50% - 20 / 375 * 100vw * 1 / 2);
    margin-right: calc(20 / 375 * 100vw);
  }
  .c-flex-col2 > div:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-flex-col2 > div:nth-of-type(n + 3) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.c-appear-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.c-appear-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.c-appear-left.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.c-appear-right.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-appear-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.c-appear-down.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 769px) {
  .c-ttl-mv {
    color: var(--textBlack);
  }
}
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt1000 {
  margin-top: 1000px;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-tar {
  text-align: right;
}

.u-taj {
  text-align: justify;
}

.u-tdu {
  text-decoration: underline;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-fwb {
  font-weight: bold;
}

.u-redCol {
  color: var(--txtRed);
}

@media only screen and (max-width: 768px) {
  .u-mt10 {
    margin-top: 0.6em;
  }
  .u-mt20 {
    margin-top: 1.2em;
  }
  .u-mt30 {
    margin-top: 1.8em;
  }
  .u-mt40 {
    margin-top: 2.4em;
  }
  .u-mt50 {
    margin-top: 3em;
  }
  .u-mt60 {
    margin-top: 3.6em;
  }
  .u-mt70 {
    margin-top: 4.2em;
  }
  .u-mt80 {
    margin-top: 4.8em;
  }
  .u-mt90 {
    margin-top: 5.4em;
  }
  .u-mt100 {
    margin-top: 6em;
  }
}
@media screen and (min-width: 769px) {
  .l-ft__inner {
    padding: 20px 0 20px;
  }
  .l-ft__logo {
    text-align: center;
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-ft__sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 31px;
  }
  .l-ft__sns-item {
    margin: 0 11px;
  }
  .l-ft__address {
    text-align: center;
    margin-top: 15px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
  .l-ft__copy {
    text-align: center;
    margin-top: 40px;
    font-size: 1.2rem;
    letter-spacing: 0.11em;
  }
}
@media screen and (max-width: 768px) {
  .l-ft__inner {
    padding: calc(30 / 375 * 100vw) 0 calc(30 / 375 * 100vw);
  }
  .l-ft__logo {
    text-align: center;
    display: block;
    margin-inline: auto;
    width: calc(200 / 375 * 100vw);
  }
  .l-ft__sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: calc(20 / 375 * 100vw);
  }
  .l-ft__sns-item {
    margin: 0 calc(10 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
  }
  .l-ft__sns-item img {
    width: 100%;
  }
  .l-ft__address {
    text-align: center;
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
  .l-ft__copy {
    text-align: center;
    margin-top: calc(20 / 375 * 100vw);
    font-size: calc(9 / 375 * 100vw);
    letter-spacing: 0.11em;
  }
}
@media screen and (min-width: 769px) {
  .l-header {
    position: relative;
    top: 0;
  }
  .l-header__inner {
    width: calc(100% - 40px);
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    max-width: 1350px;
  }
  .l-header__nav {
    width: calc(100% - 200px);
  }
  .l-header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .l-header__nav a {
    font-size: 16px;
    color: var(--textBlack);
    padding: 5px;
  }
  .l-header__hamburger {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    position: relative;
    top: 0;
  }
  .l-header__inner {
    width: calc(100% - 20 / 375 * 100vw);
    margin-inline: auto;
    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;
    padding: calc(15 / 375 * 100vw) 0;
  }
  .l-header__logo {
    width: calc(152 / 375 * 100vw);
    width: calc(200 / 375 * 100vw);
  }
  .l-header__nav {
    position: fixed;
    top: calc(60 / 375 * 100vw);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: calc(100vh - 60 / 375 * 100vw);
    background-color: var(--bgGray02);
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav.on {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-header__nav ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header__nav a {
    font-size: calc(16 / 375 * 100vw);
    color: var(--textBlack);
    padding: calc(5 / 375 * 100vw);
  }
  .l-header__hamburger {
    position: relative;
    width: calc(40 / 375 * 100vw);
    height: calc(40 / 375 * 100vw);
    background-color: transparent;
    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;
  }
  .l-header__hamburger-box {
    width: calc(30 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
    position: relative;
  }
  .l-header__hamburger-box span {
    position: absolute;
    display: block;
    width: 100%;
    height: calc(2 / 375 * 100vw);
    background-color: var(--wht);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__hamburger-box span:nth-of-type(1) {
    top: 0;
  }
  .l-header__hamburger-box span:nth-of-type(2) {
    top: 50%;
  }
  .l-header__hamburger-box span:nth-of-type(3) {
    top: 100%;
  }
  .l-header__hamburger.on span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .l-header__hamburger.on span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header__hamburger.on span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (min-width: 769px) {
  .p-top-mv {
    background-image: url(../img/top/mv.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .p-top-mv__inner {
    padding-top: 310px;
    padding-bottom: 132px;
  }
  .p-top-mv__text-img {
    text-align: center;
  }
  .p-top-mv__lead {
    text-align: center;
    font-size: 2rem;
    margin-top: 24px;
    line-height: 2;
  }
  .p-top-mv__access {
    background-image: url(../img/top/mv_access.jpg);
    background-size: cover;
    margin-top: 75px;
    padding-bottom: 40px;
    position: relative;
    border: 2px solid var(--bgGreen01);
    border-radius: 25px;
  }
  .p-top-mv__access-title {
    position: absolute;
    top: -28px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .p-top-mv__access-map {
    text-align: center;
    margin-top: 70px;
  }
  .p-top-mv__access-map img {
    position: relative;
    left: 30px;
  }
  .p-top-mv__access-text {
    text-align: center;
    margin-top: 27px;
    font-size: 2rem;
    line-height: 2;
  }
  .p-top-mv__access-btn {
    color: var(--wht);
    background-color: var(--bgGreen01);
    margin-top: 22px;
    display: block;
    border: 2px solid var(--wht);
    width: 650px;
    margin-inline: auto;
    padding: 29px 0;
    border-radius: 100vmax;
    font-size: 2.7rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  .p-top-interest {
    background-color: var(--bgGreen01);
  }
  .p-top-interest__inner {
    padding: 96px 0 66px;
  }
  .p-top-interest__treat01 {
    position: absolute;
    top: -47px;
    left: -82px;
  }
  .p-top-interest__treat02 {
    position: absolute;
    top: -49px;
    right: 30px;
  }
  .p-top-interest__box {
    position: relative;
    background-color: var(--wht);
    border-radius: 30px;
  }
  .p-top-interest__bubble {
    text-align: center;
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .p-top-interest__area {
    padding: 87px 43px 37px;
    position: relative;
  }
  .p-top-interest__block-title {
    text-align: center;
  }
  .p-top-interest__flex01 {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-interest__flex01-block {
    width: calc(50% - 30px);
    margin-right: 60px;
  }
  .p-top-interest__flex01-block:nth-of-type(2) {
    margin-right: 0;
  }
  .p-top-interest__flex01-block.-growth .p-top-interest__block-list-item {
    background-color: var(--bgOrange01);
  }
  .p-top-interest__flex01-block.-health .p-top-interest__block-list-item {
    background-color: var(--bgPink01);
  }
  .p-top-interest__flex01-block.-health .p-top-interest__block-list-item.-dental-hygienist {
    background-color: var(--bgBlue01);
    width: 96%;
  }
  .p-top-interest__flex02 {
    margin-top: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top-interest__flex02-block {
    width: calc(33.3333333333% - 6.6666666667px);
    margin-right: 10px;
  }
  .p-top-interest__flex02-block:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-top-interest__flex02-block.-medical .p-top-interest__block-list-item {
    background-color: var(--bgGreen02);
  }
  .p-top-interest__flex02-block.-medical .p-top-interest__block-list-item.-radiological-technologist {
    background-color: var(--bgPurple01);
    width: 96%;
  }
  .p-top-interest__flex02-block.-medical .p-top-interest__block-img {
    margin-top: 13px;
  }
  .p-top-interest__flex02-block.-mouth-health .p-top-interest__block-list {
    margin-top: 49px;
  }
  .p-top-interest__flex02-block.-mouth-health .p-top-interest__block-list-item {
    background-color: var(--bgBlue01);
    width: 96%;
  }
  .p-top-interest__flex02-block.-nurse .p-top-interest__block-list {
    margin-top: 49px;
  }
  .p-top-interest__flex02-block.-nurse .p-top-interest__block-list-item {
    background-color: var(--bgPink01);
    width: 96%;
  }
  .p-top-interest__flex02-block .p-top-interest__block-img {
    margin-top: 34px;
  }
  .p-top-interest__block:not(:first-of-type) {
    margin-top: 26px;
    border-top: 1px solid #000;
    padding: 30px 0 10px;
  }
  .p-top-interest__block.-life {
    margin-top: 44px;
  }
  .p-top-interest__block.-life .p-top-interest__block-list {
    max-width: 630px;
    margin-inline: auto;
  }
  .p-top-interest__block.-life .p-top-interest__block-list-item {
    width: 200px;
    background-color: var(--bgPink01);
  }
  .p-top-interest__block.-life .p-top-interest__block-list-item.-social {
    background-color: var(--bgOrange01);
  }
  .p-top-interest__block-subtitle {
    text-align: center;
  }
  .p-top-interest__block-list {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  .p-top-interest__block-list-item {
    width: 46%;
    height: 38px;
    margin-inline: auto;
    color: var(--wht);
    border-radius: 100vmax;
    text-align: center;
    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: 2rem;
    font-weight: bold;
    margin-bottom: 8px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .p-top-interest__block-list-item.-ls0 {
    letter-spacing: 0;
  }
  .p-top-interest__block-list-icon-dental {
    position: absolute;
    top: -32px;
    left: 54%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-interest__block-img {
    margin-top: 2px;
    text-align: center;
  }
  .p-top-interest__treat03 {
    position: absolute;
    bottom: -60px;
    right: 7px;
  }
  .p-top-interest__appeal {
    margin-top: 91px;
  }
  .p-top-interest__appeal-subtitle {
    text-align: center;
    margin-top: 30px;
  }
  .p-top-field {
    background-image: url(../img/top/field_bg.png);
    background-size: 100%;
    background-position: center 100%;
    background-repeat: no-repeat;
  }
  .p-top-field__inner {
    position: relative;
    padding: 70px 0 78px;
  }
  .p-top-field__treat01 {
    position: absolute;
    top: -102px;
    left: -66px;
  }
  .p-top-field__title {
    text-align: center;
  }
  .p-top-field__tab-area {
    margin-top: 28px;
    position: relative;
  }
  .p-top-field .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 100px;
  }
  .p-top-field .tab-list .tab-btn {
    width: 33.3333333333%;
    color: var(--wht);
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    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: 80px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-field .tab-list .tab-btn.show {
    height: 100px;
    border-radius: 20px 20px 0 0;
  }
  .p-top-field .tab-list .tab-btn.show:hover {
    opacity: 1;
  }
  .p-top-field .tab-list .tab-btn:hover {
    opacity: 0.8;
  }
  .p-top-field .tab-list .tab-btn:nth-of-type(1) {
    background-color: var(--bgGreen02);
  }
  .p-top-field .tab-list .tab-btn:nth-of-type(2) {
    background-color: var(--bgPink01);
  }
  .p-top-field .tab-list .tab-btn:nth-of-type(3) {
    background-color: var(--bgOrange01);
  }
  .p-top-field__contents {
    background-color: var(--wht);
    border: 3px solid #000;
    padding: 74px 47px 63px;
    border-radius: 0 0 30px 30px;
  }
  .p-top-field__contents > * + * {
    margin-top: 30px;
  }
  .p-top-field__contents.-health-sciences {
    border-color: var(--bgGreen02);
  }
  .p-top-field__contents.-health-sciences .underline {
    border-color: var(--bgGreen03);
    color: var(--bgGreen03);
  }
  .p-top-field__contents.-health-sciences .bold {
    color: var(--bgGreen02);
  }
  .p-top-field__contents.-nursing {
    border-color: var(--bgPink01);
  }
  .p-top-field__contents.-nursing .p-top-field__contents-title {
    color: var(--bgPink01);
  }
  .p-top-field__contents.-nursing .underline {
    border-color: var(--bgPink01);
    color: var(--bgPink02);
  }
  .p-top-field__contents.-nursing .bold {
    color: var(--bgPink01);
  }
  .p-top-field__contents.-education {
    border-color: var(--bgOrange01);
  }
  .p-top-field__contents.-education .p-top-field__contents-title {
    color: var(--bgOrange01);
  }
  .p-top-field__contents.-education .underline {
    border-color: var(--bgOrange02);
    color: var(--bgOrange02);
  }
  .p-top-field__contents.-education .bold {
    color: var(--bgOrange01);
  }
  .p-top-field__contents-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-field__contents-thumbnail {
    width: 340px;
  }
  .p-top-field__contents-textarea {
    width: calc(100% - 340px);
    padding-left: 30px;
    margin-top: -4px;
  }
  .p-top-field__contents-title {
    color: var(--bgGreen02);
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .p-top-field__contents-text {
    font-size: 1.8rem;
    margin-top: 7px;
    line-height: 1.77;
    letter-spacing: 0.07em;
  }
  .p-top-field__contents-text .underline {
    border-bottom: 2px solid #000;
    font-weight: bold;
  }
  .p-top-field__contents-text .bold {
    font-weight: bold;
  }
  .p-top-field .tab-contents {
    display: none;
  }
  .p-top-field .tab-contents.show {
    display: block;
  }
  .p-top-field__tab-treat01 {
    position: absolute;
    bottom: -120px;
    right: -30px;
  }
  .p-top-strengths {
    background-color: var(--bgGreen01);
  }
  .p-top-strengths__inner {
    padding: 120px 0 140px;
  }
  .p-top-strengths__title {
    text-align: center;
  }
  .p-top-strengths__box {
    margin-top: 30px;
    background-color: var(--wht);
    border-radius: 30px;
    padding: 62px 50px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-strengths__img {
    width: 400px;
  }
  .p-top-strengths__textarea {
    width: calc(100% - 400px);
    padding-left: 30px;
  }
  .p-top-strengths__headline {
    margin-top: -8px;
  }
  .p-top-strengths__text {
    font-size: 1.835rem;
    margin-top: 17px;
    line-height: 1.8;
  }
  .p-top-strengths__number {
    margin-top: 58px;
    border: 4px solid var(--wht);
    border-radius: 30px;
    padding: 30px 41px 34px;
  }
  .p-top-strengths__number-title {
    text-align: center;
    font-size: 2.2rem;
    color: var(--wht);
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .p-top-strengths__number-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 46px;
  }
  .p-top-strengths__number-block {
    width: calc(33.3333333333% - 20px);
    margin-right: 30px;
    margin-bottom: 45px;
  }
  .p-top-strengths__number-block:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-top-strengths__number-block:nth-of-type(n + 4) {
    margin-bottom: 0;
  }
  .p-top-strengths__number-block:nth-of-type(5) {
    margin-right: 0;
  }
  .p-top-strengths__number-percent {
    text-align: center;
    margin-top: 14px;
  }
  .p-top-strengths__number-year {
    text-align: center;
    color: var(--wht);
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 18px;
  }
  .p-top-strengths__exchange {
    margin-top: 51px;
    background-color: var(--wht);
    border-radius: 30px;
    padding: 63px 50px 52px;
  }
  .p-top-strengths__exchange-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-strengths__exchange-thumbnail {
    width: 400px;
  }
  .p-top-strengths__exchange-textarea {
    width: calc(100% - 400px);
    padding-left: 32px;
  }
  .p-top-strengths__exchange-text {
    font-size: 1.825rem;
    margin-top: 10px;
    line-height: 1.77;
    letter-spacing: 0.04em;
  }
  .p-top-strengths__exchange-area {
    margin-top: 22px;
    padding: 0px 0px 10px 0px;
  }
  .p-top-strengths__exchange-block {
    position: relative;
    background-color: var(--bgYellow01);
    padding: 28px 0 20px;
    border-radius: 10px;
  }
  .p-top-strengths__exchange-block:not(:first-of-type) {
    margin-top: 20px;
  }
  .p-top-strengths__exchange-label {
    position: absolute;
    top: 30px;
    left: 0;
    color: var(--wht);
    font-size: 3rem;
    font-weight: bold;
    background-color: var(--bgGreen01);
    padding: 2px 34px;
  }
  .p-top-strengths__exchange-label:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 109%;
    top: 50%;
    right: -2px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--bgYellow01);
    clip-path: polygon(100% 0, 0 51%, 100% 100%);
  }
  .p-top-strengths__exchange-flex02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-inline: auto;
    max-width: 840px;
  }
  .p-top-strengths__exchange-thumbnail02 {
    width: 202px;
    margin-top: 60px;
  }
  .p-top-strengths__exchange-textarea02 {
    width: calc(100% - 202px);
    padding-left: 41px;
  }
  .p-top-strengths__exchange-assertion {
    font-size: 3rem;
    font-weight: bold;
    color: var(--bgGreen01);
  }
  .p-top-strengths__exchange-assertion-text {
    font-size: 1.835rem;
    margin-top: 10px;
    line-height: 1.77;
  }
  .p-top-open-campus {
    background-color: var(--bgYellow02);
  }
  .p-top-open-campus__inner {
    padding: 87px 0 80px;
  }
  .p-top-open-campus__title {
    text-align: center;
  }
  .p-top-open-campus__subtitle {
    text-align: center;
    margin-top: 20px;
  }
  .p-top-open-campus__lead {
    text-align: center;
    font-size: 2rem;
    margin-top: 30px;
    line-height: 2;
  }
  .p-top-open-campus__list {
    margin-top: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-open-campus__list-item {
    width: calc(33.3333333333% - 33.3333333333px) !important;
    margin-right: 50px;
    position: relative;
  }
  .p-top-open-campus__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-top-open-campus__list-thumbnail {
    text-align: center;
    position: absolute;
    top: -88px;
    left: 50%;
    width: 202px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-open-campus__list-thumbnail img {
    width: 100%;
  }
  .p-top-open-campus__list-text {
    background-color: var(--wht);
    padding: 157px 30px 50px;
    border-radius: 20px;
    font-size: 1.8rem;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-open-campus__list-text .bold {
    font-weight: bold;
    color: var(--bgGreen01);
  }
  .p-top-open-campus__btn {
    display: block;
    margin-inline: auto;
    margin-top: 73px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-conclusion {
    background-image: url(../img/top/conclusion_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .p-top-conclusion__inner {
    padding: 124px 0px 103px;
  }
  .p-top-conclusion__box {
    background-color: var(--wht);
    border-radius: 30px;
    padding: 86px 30px 66px;
  }
  .p-top-conclusion__text {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.15;
  }
  .p-top-conclusion__text .bold {
    color: var(--bgGreen01);
    font-weight: bold;
  }
  .p-top-conclusion__btn {
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 47px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    background-image: url(../img/top/mv_sp.png);
    background-size: 100%;
  }
  .p-top-mv__inner {
    padding-top: calc(123 / 375 * 100vw);
    padding-bottom: calc(44 / 375 * 100vw);
  }
  .p-top-mv__text-img {
    text-align: center;
    width: calc(290 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-mv__lead {
    text-align: center;
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    line-height: 2;
  }
  .p-top-mv__access {
    background-image: url(../img/top/mv_access_sp.jpg);
    background-size: cover;
    margin-top: calc(111 / 375 * 100vw);
    padding-bottom: calc(23 / 375 * 100vw);
    position: relative;
    border: calc(2 / 375 * 100vw) solid var(--bgGreen01);
    border-radius: calc(15 / 375 * 100vw);
  }
  .p-top-mv__access-title {
    position: absolute;
    top: calc(-56 / 375 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .p-top-mv__access-map {
    text-align: center;
    margin-top: calc(30 / 375 * 100vw);
    width: calc(332 / 375 * 100vw);
  }
  .p-top-mv__access-map img {
    position: relative;
    left: calc(15 / 375 * 100vw);
  }
  .p-top-mv__access-text {
    text-align: center;
    margin-top: calc(8 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.8;
  }
  .p-top-mv__access-btn {
    color: var(--wht);
    background-color: var(--bgGreen01);
    margin-top: calc(17 / 375 * 100vw);
    display: block;
    border: calc(2 / 375 * 100vw) solid var(--wht);
    width: calc(275 / 375 * 100vw);
    margin-inline: auto;
    padding: calc(15 / 375 * 100vw) 0;
    border-radius: 100vmax;
    font-size: calc(13.5 / 375 * 100vw);
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  .p-top-interest {
    background-color: var(--bgGreen01);
  }
  .p-top-interest__inner {
    padding: calc(58 / 375 * 100vw) 0 calc(48 / 375 * 100vw);
  }
  .p-top-interest__treat01 {
    position: absolute;
    top: calc(16 / 375 * 100vw);
    left: calc(-34 / 375 * 100vw);
    width: calc(106 / 375 * 100vw);
  }
  .p-top-interest__treat02 {
    position: absolute;
    top: calc(49 / 375 * 100vw);
    right: calc(-6 / 375 * 100vw);
    width: calc(56 / 375 * 100vw);
  }
  .p-top-interest__box {
    position: relative;
    background-color: var(--wht);
    border-radius: 0 0 calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .p-top-interest__bubble {
    text-align: center;
    position: absolute;
    top: calc(-15 / 375 * 100vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
  .p-top-interest__area {
    padding: calc(45 / 375 * 100vw) calc(12 / 375 * 100vw) calc(30 / 375 * 100vw);
    position: relative;
  }
  .p-top-interest__block-title {
    text-align: center;
    width: calc(200 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-interest__block-title.-medical {
    width: calc(284 / 375 * 100vw);
  }
  .p-top-interest__block-title.-life {
    width: calc(202 / 375 * 100vw);
  }
  .p-top-interest__flex01 {
    margin-top: calc(50 / 375 * 100vw);
  }
  .p-top-interest__flex01-block:not(:first-of-type) {
    margin-top: calc(35 / 375 * 100vw);
  }
  .p-top-interest__flex01-block.-growth .p-top-interest__block-list-item {
    background-color: var(--bgOrange01);
  }
  .p-top-interest__flex01-block.-health .p-top-interest__block-list-item {
    background-color: var(--bgPink01);
  }
  .p-top-interest__flex01-block.-health .p-top-interest__block-list-item.-dental-hygienist {
    background-color: var(--bgBlue01);
    width: 96%;
  }
  .p-top-interest__flex02 {
    margin-top: calc(42 / 375 * 100vw);
  }
  .p-top-interest__flex02-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-interest__flex02-block:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-top-interest__flex02-block:nth-of-type(even) .p-top-interest__block-img {
    padding-right: calc(8 / 375 * 100vw);
  }
  .p-top-interest__flex02-block:nth-of-type(3) .p-top-interest__block-img {
    padding-left: calc(8 / 375 * 100vw);
  }
  .p-top-interest__flex02-block:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-top-interest__flex02-block:not(:first-of-type) {
    margin-top: calc(26 / 375 * 100vw);
  }
  .p-top-interest__flex02-block.-medical .p-top-interest__block-list-item {
    background-color: var(--bgGreen02);
  }
  .p-top-interest__flex02-block.-medical .p-top-interest__block-list-item.-radiological-technologist {
    background-color: var(--bgPurple01);
    width: 96%;
  }
  .p-top-interest__flex02-block.-medical .p-top-interest__block-img {
    margin-top: 0;
    width: calc(150 / 375 * 100vw);
  }
  .p-top-interest__flex02-block.-mouth-health .p-top-interest__block-list {
    margin-top: calc(28 / 375 * 100vw);
  }
  .p-top-interest__flex02-block.-mouth-health .p-top-interest__block-list-item {
    background-color: var(--bgBlue01);
    width: 96%;
  }
  .p-top-interest__flex02-block.-nurse .p-top-interest__block-list {
    margin-top: calc(28 / 375 * 100vw);
  }
  .p-top-interest__flex02-block.-nurse .p-top-interest__block-list-item {
    background-color: var(--bgPink01);
    width: 96%;
  }
  .p-top-interest__flex02-block .p-top-interest__block-img {
    margin-top: calc(-10 / 375 * 100vw);
  }
  .p-top-interest__flex02 .p-top-interest__flex02-block-textarea {
    width: calc(143 / 375 * 100vw);
  }
  .p-top-interest__flex02 .p-top-interest__block-subtitle {
    width: calc(115 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-interest__flex02 .p-top-interest__block-list {
    width: calc(145 / 375 * 100vw);
    margin-inline: 0;
  }
  .p-top-interest__flex02 .p-top-interest__block-list-item {
    font-size: calc(10 / 375 * 100vw);
    height: calc(20 / 375 * 100vw);
  }
  .p-top-interest__block:not(:first-of-type) {
    margin-top: calc(18 / 375 * 100vw);
    padding: calc(30 / 375 * 100vw) 0 calc(10 / 375 * 100vw);
  }
  .p-top-interest__block.-life {
    margin-top: calc(29 / 375 * 100vw);
    width: calc(190 / 375 * 100vw);
  }
  .p-top-interest__block.-life .p-top-interest__block-list {
    width: calc(190 / 375 * 100vw);
    margin-inline: auto;
    margin-top: calc(10 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-top-interest__block.-life .p-top-interest__block-list-item {
    width: calc(80 / 375 * 100vw);
    background-color: var(--bgPink01);
    height: calc(19 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    margin-bottom: calc(9 / 375 * 100vw);
  }
  .p-top-interest__block.-life .p-top-interest__block-list-item.-social {
    background-color: var(--bgOrange01);
    width: calc(100 / 375 * 100vw);
  }
  .p-top-interest__block-subtitle {
    text-align: center;
    margin-inline: auto;
    width: calc(180 / 375 * 100vw);
  }
  .p-top-interest__block-subtitle.-life {
    width: calc(150 / 375 * 100vw);
  }
  .p-top-interest__block-list {
    margin-top: calc(16 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    width: calc(270 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-interest__block-list-item {
    width: 46%;
    height: calc(26 / 375 * 100vw);
    margin-inline: auto;
    color: var(--wht);
    border-radius: 100vmax;
    text-align: center;
    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: calc(13 / 375 * 100vw);
    font-weight: bold;
    margin-bottom: calc(4 / 375 * 100vw);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .p-top-interest__block-list-item.-ls0 {
    letter-spacing: 0;
  }
  .p-top-interest__block-list-icon-dental {
    position: absolute;
    top: calc(-18 / 375 * 100vw);
    left: 54%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-interest__block-img {
    margin-top: calc(3 / 375 * 100vw);
    text-align: center;
    margin-inline: auto;
    width: calc(260 / 375 * 100vw);
  }
  .p-top-interest__treat03 {
    position: absolute;
    bottom: calc(44 / 375 * 100vw);
    right: calc(7 / 375 * 100vw);
    width: calc(125 / 375 * 100vw);
  }
  .p-top-interest__appeal {
    margin-top: calc(37 / 375 * 100vw);
  }
  .p-top-interest__appeal-subtitle {
    text-align: center;
    margin-top: calc(16 / 375 * 100vw);
  }
  .p-top-field {
    background-image: url(../img/top/field_bg.png);
    background-size: 100%;
    background-position: center 101%;
    background-repeat: no-repeat;
  }
  .p-top-field__inner {
    position: relative;
    padding: calc(50 / 375 * 100vw) 0 calc(78 / 375 * 100vw);
  }
  .p-top-field__treat01 {
    position: absolute;
    top: calc(-32 / 375 * 100vw);
    left: calc(-16 / 375 * 100vw);
    width: calc(120 / 375 * 100vw);
  }
  .p-top-field__title {
    text-align: center;
    position: relative;
  }
  .p-top-field__tab-area {
    margin-top: calc(8 / 375 * 100vw);
    position: relative;
  }
  .p-top-field .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: calc(50 / 375 * 100vw);
  }
  .p-top-field .tab-list .tab-btn {
    width: 33.3333333333%;
    color: var(--wht);
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
    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: calc(40 / 375 * 100vw);
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p-top-field .tab-list .tab-btn.show {
    height: calc(50 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw) calc(10 / 375 * 100vw) 0 0;
  }
  .p-top-field .tab-list .tab-btn.show:hover {
    opacity: 1;
  }
  .p-top-field .tab-list .tab-btn:hover {
    opacity: 0.8;
  }
  .p-top-field .tab-list .tab-btn:nth-of-type(1) {
    background-color: var(--bgGreen02);
  }
  .p-top-field .tab-list .tab-btn:nth-of-type(2) {
    background-color: var(--bgPink01);
  }
  .p-top-field .tab-list .tab-btn:nth-of-type(3) {
    background-color: var(--bgOrange01);
  }
  .p-top-field__contents {
    background-color: var(--wht);
    border: calc(3 / 375 * 100vw) solid #000;
    padding: calc(0 / 375 * 100vw) 0 calc(33 / 375 * 100vw);
    border-radius: 0 0 calc(30 / 375 * 100vw) calc(30 / 375 * 100vw);
  }
  .p-top-field__contents > * + * {
    margin-top: calc(50 / 375 * 100vw);
  }
  .p-top-field__contents.-health-sciences {
    border-color: var(--bgGreen02);
  }
  .p-top-field__contents.-health-sciences .underline {
    border-color: var(--bgGreen03);
    color: var(--bgGreen03);
  }
  .p-top-field__contents.-health-sciences .bold {
    color: var(--bgGreen02);
  }
  .p-top-field__contents.-nursing {
    border-color: var(--bgPink01);
  }
  .p-top-field__contents.-nursing .p-top-field__contents-title {
    color: var(--bgPink01);
  }
  .p-top-field__contents.-nursing .underline {
    border-color: var(--bgPink01);
    color: var(--bgPink02);
  }
  .p-top-field__contents.-nursing .bold {
    color: var(--bgPink01);
  }
  .p-top-field__contents.-education {
    border-color: var(--bgOrange01);
  }
  .p-top-field__contents.-education .p-top-field__contents-title {
    color: var(--bgOrange01);
  }
  .p-top-field__contents.-education .underline {
    border-color: var(--bgOrange02);
    color: var(--bgOrange02);
  }
  .p-top-field__contents.-education .bold {
    color: var(--bgOrange01);
  }
  .p-top-field__contents-textarea {
    margin-top: calc(13 / 375 * 100vw);
    padding: 0 calc(24 / 375 * 100vw);
  }
  .p-top-field__contents-title {
    color: var(--bgGreen02);
    font-size: calc(18 / 375 * 100vw);
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .p-top-field__contents-text {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(4 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .p-top-field__contents-text .underline {
    border-bottom: calc(2 / 375 * 100vw) solid #000;
    font-weight: bold;
  }
  .p-top-field__contents-text .bold {
    font-weight: bold;
  }
  .p-top-field .tab-contents {
    display: none;
  }
  .p-top-field .tab-contents.show {
    display: block;
  }
  .p-top-field__tab-treat01 {
    position: absolute;
    bottom: calc(-120 / 375 * 100vw);
    right: 0;
    display: none;
  }
  .p-top-strengths {
    background-color: var(--bgGreen01);
  }
  .p-top-strengths__inner {
    padding: calc(28 / 375 * 100vw) 0 calc(56 / 375 * 100vw);
  }
  .p-top-strengths__title {
    text-align: center;
  }
  .p-top-strengths__box {
    margin-top: calc(15 / 375 * 100vw);
    background-color: var(--wht);
    border-radius: calc(20 / 375 * 100vw);
    padding: calc(23 / 375 * 100vw) calc(30 / 375 * 100vw) calc(22 / 375 * 100vw);
  }
  .p-top-strengths__img {
    margin-top: calc(23 / 375 * 100vw);
  }
  .p-top-strengths__img img {
    width: 100%;
  }
  .p-top-strengths__textarea {
    padding-left: 0;
  }
  .p-top-strengths__headline {
    margin-inline: auto;
    width: calc(246 / 375 * 100vw);
  }
  .p-top-strengths__text {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(17 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0;
  }
  .p-top-strengths__number {
    margin-top: calc(32 / 375 * 100vw);
    border: calc(2 / 375 * 100vw) solid var(--wht);
    border-radius: calc(20 / 375 * 100vw);
    padding: calc(22 / 375 * 100vw) calc(26 / 375 * 100vw) calc(9 / 375 * 100vw);
  }
  .p-top-strengths__number-title {
    text-align: center;
    font-size: calc(22 / 375 * 100vw);
    color: var(--wht);
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: calc(240 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-strengths__number-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: calc(21 / 375 * 100vw);
  }
  .p-top-strengths__number-block {
    margin-bottom: calc(15 / 375 * 100vw);
    width: calc(120 / 375 * 100vw);
    margin-right: 0;
  }
  .p-top-strengths__number-block:nth-of-type(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .p-top-strengths__number-block .p-top-strengths__number-title {
    width: auto;
    font-size: calc(11 / 375 * 100vw);
  }
  .p-top-strengths__number-percent {
    text-align: center;
    margin-top: calc(8 / 375 * 100vw);
    width: calc(112 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-strengths__number-year {
    text-align: center;
    color: var(--wht);
    font-size: calc(10 / 375 * 100vw);
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: calc(8 / 375 * 100vw);
  }
  .p-top-strengths__exchange {
    margin-top: calc(26 / 375 * 100vw);
    background-color: var(--wht);
    border-radius: calc(20 / 375 * 100vw);
    padding: calc(22 / 375 * 100vw) calc(25 / 375 * 100vw) calc(14 / 375 * 100vw);
  }
  .p-top-strengths__exchange-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-strengths__exchange-thumbnail {
    margin-top: calc(17 / 375 * 100vw);
  }
  .p-top-strengths__exchange-thumbnail img {
    width: 100%;
  }
  .p-top-strengths__exchange-title {
    margin-inline: auto;
    width: calc(210 / 375 * 100vw);
  }
  .p-top-strengths__exchange-text {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(10 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .p-top-strengths__exchange-area {
    margin-top: calc(22 / 375 * 100vw);
    padding: 0 0 calc(10 / 375 * 100vw) 0;
  }
  .p-top-strengths__exchange-block {
    position: relative;
    background-color: var(--bgYellow01);
    padding: calc(28 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
  }
  .p-top-strengths__exchange-block:not(:first-of-type) {
    margin-top: calc(12 / 375 * 100vw);
  }
  .p-top-strengths__exchange-label {
    position: absolute;
    top: calc(29 / 375 * 100vw);
    left: 0;
    color: var(--wht);
    font-size: calc(15 / 375 * 100vw);
    font-weight: bold;
    background-color: var(--bgGreen01);
    padding: calc(1 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  .p-top-strengths__exchange-label:before {
    position: absolute;
    content: "";
    width: calc(12 / 375 * 100vw);
    height: 109%;
    top: 50%;
    right: calc(-2 / 375 * 100vw);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: var(--bgYellow01);
    clip-path: polygon(100% 0, 0 51%, 100% 100%);
  }
  .p-top-strengths__exchange-thumbnail02 {
    width: calc(150 / 375 * 100vw);
    margin-top: calc(30 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-strengths__exchange-thumbnail02 img {
    width: 100%;
  }
  .p-top-strengths__exchange-textarea02 {
    margin-inline: auto;
    width: calc(242 / 375 * 100vw);
    margin-top: calc(9 / 375 * 100vw);
  }
  .p-top-strengths__exchange-assertion {
    font-size: calc(20 / 375 * 100vw);
    font-weight: bold;
    color: var(--bgGreen01);
  }
  .p-top-strengths__exchange-assertion-text {
    font-size: calc(14 / 375 * 100vw);
    margin-top: calc(6 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0;
  }
  .p-top-open-campus {
    background-color: var(--bgYellow02);
  }
  .p-top-open-campus__inner {
    padding: calc(47 / 375 * 100vw) 0 calc(48 / 375 * 100vw);
    width: 100%;
  }
  .p-top-open-campus__title {
    text-align: center;
    width: calc(330 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-open-campus__subtitle {
    text-align: center;
    margin-top: calc(14 / 375 * 100vw);
    width: calc(340 / 375 * 100vw);
    margin-inline: auto;
  }
  .p-top-open-campus__lead {
    text-align: center;
    font-size: calc(15 / 375 * 100vw);
    margin-top: calc(14 / 375 * 100vw);
    line-height: 2;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .p-top-open-campus__list {
    margin-top: calc(81 / 375 * 100vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-open-campus__list-item {
    width: calc(33.3333333333% - calc(50 / 375 * 100vw) * 2 / 3);
    margin-right: calc(50 / 375 * 100vw);
    position: relative;
  }
  .p-top-open-campus__list-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .p-top-open-campus__list-thumbnail {
    text-align: center;
    position: absolute;
    top: calc(-60 / 375 * 100vw);
    left: 50%;
    width: calc(152 / 375 * 100vw);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-top-open-campus__list-thumbnail img {
    width: 100%;
  }
  .p-top-open-campus__list-text {
    background-color: var(--wht);
    padding: calc(114 / 375 * 100vw) calc(30 / 375 * 100vw) calc(12 / 375 * 100vw);
    border-radius: calc(10 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    height: calc(260 / 375 * 100vw);
  }
  .p-top-open-campus__list-text .bold {
    font-weight: bold;
    color: var(--bgGreen01);
  }
  .p-top-open-campus__btn {
    display: block;
    margin-inline: auto;
    margin-top: calc(27 / 375 * 100vw);
    width: calc(320 / 375 * 100vw);
  }
  .p-top-conclusion {
    background-image: url(../img/top/conclusion_bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .p-top-conclusion__inner {
    padding: calc(41 / 375 * 100vw) 0 calc(49 / 375 * 100vw);
  }
  .p-top-conclusion__box {
    background-color: var(--wht);
    border-radius: calc(30 / 375 * 100vw);
    padding: calc(18 / 375 * 100vw) calc(30 / 375 * 100vw) calc(36 / 375 * 100vw);
  }
  .p-top-conclusion__text {
    font-size: calc(15 / 375 * 100vw);
    text-align: center;
    line-height: 2;
  }
  .p-top-conclusion__text .bold {
    color: var(--bgGreen01);
    font-weight: bold;
  }
  .p-top-conclusion__btn {
    display: block;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: calc(27 / 375 * 100vw);
  }
}
/*# sourceMappingURL=style.css.map */