@charset "utf-8";
.sans {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
.serif {
  font-family: '游明朝体', '游明朝', 'YuMincho', 'Roboto Slab', Garamond, 'Times New Roman', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'serif';
}
.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@font-face {
  font-family: 'Noto Sans JP Bold';
  src: url('../font/NotoSansJP-ExtraBold.ttf') format('truetype');
  font-display: swap;
}
.noto-sans-jp-bold {
  font-family: "Noto Sans JP Bold";
  font-style: normal;
}
@font-face {
  font-family: 'Noto Serif JP';
  src: url('../font/NotoSerifJP-Regular.ttf') format('truetype');
  font-display: swap;
}
.noto-sefif-jp {
  font-family: "Noto Serif JP";
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url('../font/NotoSansJP-Regular.ttf') format('truetype');
  font-display: swap;
}
.noto-sans-jp {
  font-family: "Noto Sans JP";
  font-style: normal;
}
@font-face {
  font-family: 'DMSans_18pt-SemiBold';
  src: url('../font/DMSans_18pt-SemiBold.ttf') format('truetype');
  font-display: swap;
}
.dm-sans {
  font-family: "DMSans_18pt-SemiBold";
  font-style: normal;
}
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  *,
  *:before,
  *:after {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  *,
  *:before,
  *:after {
    font-size: 3vw;
  }
}
* *,
*:before *,
*:after * {
  font-size: inherit;
}
table,
caption,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
table {
  width: 100%;
}
img {
  pointer-events: none;
  max-width: 100%;
}
a {
  color: blue;
  font-size: inherit;
  cursor: pointer;
  display: inline-block;
  word-break: break-all;
}
a:hover,
a.active {
  cursor: pointer;
}
a * {
  color: inherit;
}
a img:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1100px) {
  a img:hover {
    opacity: 1;
  }
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
a img,
iframe {
  border: none;
}
iframe {
  display: block;
}
li {
  margin-left: 1rem;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
select {
  margin: inherit;
}
span,
s,
strike,
strong,
em,
u {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: initial;
}
strong {
  font-weight: bold;
}
strong * {
  font-weight: inherit;
}
.scroll {
  overflow-y: scroll;
}
.scroll::-webkit-scrollbar {
  width: 15px;
  height: 10px;
}
.scroll::-webkit-scrollbar-track {
  background: #ffffff;
  border: solid 1px #000000;
}
.scroll::-webkit-scrollbar-thumb {
  background: #000000;
}
.pc {
  display: initial;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: initial;
  }
}
.pad {
  display: none;
}
@media screen and (max-width: 1100px) {
  .pad {
    display: initial;
  }
}
@media screen and (min-width: 1100px) and (orientation: portrait) {
  .pad {
    display: initial;
  }
}
.order.o01 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.order.o02 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.order.o03 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.order.o04 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.order.o05 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.order.o06 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.order.o07 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.order.o08 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.order.o09 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.order.o10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.order.o11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.order.o12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.order.o13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.order.o14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.order.o15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.order.o16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.order.o17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.order.o18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
@media screen and (max-width: 600px) {
  .order.o01pad {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02pad {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03pad {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04pad {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05pad {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06pad {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07pad {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08pad {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09pad {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10pad {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11pad {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12pad {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13pad {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14pad {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15pad {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .order.o16pad {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .order.o17pad {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .order.o18pad {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
}
@media screen and (max-width: 600px) {
  .order.o01sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order.o02sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order.o03sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order.o04sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order.o05sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order.o06sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order.o07sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order.o08sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order.o09sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order.o10sp {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order.o11sp {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order.o12sp {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .order.o13sp {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order.o14sp {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .order.o15sp {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .order.o16sp {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .order.o17sp {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .order.o18sp {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
}
.loading {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
          box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  -webkit-animation: cssload-spin ease infinite 4.6s;
          animation: cssload-spin ease infinite 4.6s;
}
@-webkit-keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
@keyframes cssload-spin {
  0%,
  100% {
    -webkit-box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
            box-shadow: 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf;
  }
  25% {
    -webkit-box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
            box-shadow: -15px 15px #dfdfdf, -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49;
  }
  50% {
    -webkit-box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
            box-shadow: -15px -15px #4f4d49, 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf;
  }
  75% {
    -webkit-box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
            box-shadow: 15px -15px #dfdfdf, 15px 15px #4f4d49, -15px 15px #dfdfdf, -15px -15px #4f4d49;
  }
}
.mhover {
  -webkit-animation: mhover linear 1.5s forwards;
          animation: mhover linear 1.5s forwards;
}
@-webkit-keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
@keyframes mhover {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0.7;
  }
}
.zoom {
  -webkit-animation: zoom linear 0.1s forwards;
          animation: zoom linear 0.1s forwards;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.fadein {
  -webkit-animation: fadein ease 3s;
          animation: fadein ease 3s;
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadeout {
  -webkit-animation: fadeout ease 3s;
          animation: fadeout ease 3s;
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.mixin-btn {
  cursor: pointer;
  background-color: #e38b88;
  border-radius: 5px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  padding: 5px 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1100px) {
  .mixin-btn {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .mixin-btn {
    font-size: 3vw;
  }
}
@media screen and (max-width: 1100px) {
  .mixin-btn {
    padding: 5px 40px;
  }
}
@media screen and (max-width: 600px) {
  .mixin-btn {
    padding: 5px 20px;
  }
}
.mixin-btn:hover {
  background-color: #e50112;
}
.mixin-editor-reset table,
.mixin-editor-reset caption,
.mixin-editor-reset th,
.mixin-editor-reset td {
  padding: 5px 10px;
  border: solid 1px;
}
.mixin-editor-reset th {
  text-align: center;
}
.mixin-table tr th {
  background-color: #ccebf2;
  text-align: center;
}
.mixin-table tr td {
  background-color: #efefef;
}
.mixin-table tr th,
.mixin-table tr td {
  border: solid 1px white;
  padding: 20px;
}
@media screen and (max-width: 1100px) {
  .mixin-table tr th,
  .mixin-table tr td {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  .mixin-table tr th,
  .mixin-table tr td {
    padding: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .mixin-main-splide {
    max-width: 1280px;
    margin: auto;
  }
}
.mixin-main-splide .splide__slide {
  max-width: 100%!important;
  padding-bottom: 40px;
}
.mixin-main-splide .splide__slide img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .mixin-main-splide .splide__slide img:nth-of-type(1) {
    display: none;
  }
}
.mixin-main-splide .splide__slide img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 800px) {
  .mixin-main-splide .splide__slide img:nth-of-type(2) {
    display: initial;
  }
}
.mixin-main-splide .splide__pagination {
  gap: 20px;
}
.mixin-main-splide .splide__pagination .splide__pagination__page {
  background-color: #969696;
  width: 10px;
}
.mixin-main-splide .splide__pagination .splide__pagination__page.is-active {
  background-color: #009dbf;
  width: 10px;
}
.mixin-news-carousel .splide__list .splide__slide img {
  height: 200px;
}
/** ベース設計 **/
html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media all and (max-width: 1100px) {
  html {
    scroll-padding-top: 50px;
  }
}
@media all and (max-width: 600px) {
  html {
    scroll-padding-top: 50px;
  }
}
html body {
  position: relative;
  width: 100%;
  margin: initial;
  -webkit-text-size-adjust: 100%;
  min-height: 101vh;
}
html body .layer {
  position: fixed;
  top: 0;
  right: initial;
  bottom: initial;
  left: 0;
  z-index: 10;
  -webkit-transform: initial;
          transform: initial;
}
html body .layer.active {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
html body .layer.active img {
  position: absolute;
  top: 50%;
  right: initial;
  bottom: initial;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  display: block;
}
html body .sns-icons {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
html body .sns-icons span {
  color: #009dbf;
  font-size: 1rem;
  font-weight: dm-sans;
  font-family: "DMSans_18pt-SemiBold";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  html body .sns-icons span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  html body .sns-icons span {
    font-size: 3vw;
  }
}
html body .sns-icons a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px;
  border-radius: 50%;
  width: 35px;
  max-width: initial;
}
@media screen and (max-width: 1100px) {
  html body .sns-icons a {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  html body .sns-icons a {
    padding: 10px;
  }
}
@media screen and (max-width: 1100px) {
  html body .sns-icons a {
    width: 35px;
  }
}
@media screen and (max-width: 600px) {
  html body .sns-icons a {
    width: 35px;
  }
}
html body .sns-icons.green a {
  background-color: #009dbf;
}
html body .sns-icons.white a {
  background-color: #ffffff;
}
header {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #009dbf;
}
@media all and (max-width: 600px) {
  header {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header.is-hide {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    /* ヘッダーの高さ分上にずらす */
  }
}
header .ins {
  width: 1280px;
  margin: auto;
  z-index: 2;
  padding: 40px 20px;
  max-width: 100%;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  position: relative;
  padding: 10px;
}
@media screen and (max-width: 1100px) {
  header .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  header .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  header .ins {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  header .ins {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1100px) {
  header .ins {
    padding: 10px;
  }
}
@media screen and (max-width: 600px) {
  header .ins {
    padding: 10px;
  }
}
header .ins .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  header .ins .title a {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  header .ins .title a {
    font-size: 2.5vw;
  }
}
header .ins .title a .name img {
  max-height: 30px;
}
@media all and (max-width: 600px) {
  header .ins .title a .name img {
    max-height: 25px;
  }
}
header .ins .request_btn {
  margin-left: auto;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
header .ins .request_btn a {
  border: solid 1px #ffffff;
  border-radius: 20px;
  padding: 2px 20px;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  header .ins .request_btn a {
    padding: 2px 20px;
  }
}
@media screen and (max-width: 600px) {
  header .ins .request_btn a {
    padding: 2px 20px;
  }
}
@media screen and (max-width: 1100px) {
  header .ins .request_btn a {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  header .ins .request_btn a {
    font-size: 2.5vw;
  }
}
header .ins .request_btn a img.btn_document_request {
  height: 25px;
  display: block;
}
header .ins .request_btn input {
  border-radius: 20px;
}
header .ins .request_btn input[name=q] {
  background: url("../img/common/icon_search.png") no-repeat left 5px center;
  background-color: white;
  background-size: 20px;
  padding: 0 10px;
  max-width: 200px;
}
@media screen and (max-width: 1100px) {
  header .ins .request_btn input[name=q] {
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  header .ins .request_btn input[name=q] {
    padding: 0 10px;
  }
}
header .ins .request_btn input[name=q]:focus {
  background-image: none;
}
@media all and (max-width: 600px) {
  header .ins .request_btn {
    display: none;
  }
}
main .list aside {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px 0;
}
main .list aside a {
  margin-left: auto;
}
nav {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
  padding: 0;
  width: 600px;
  max-width: initial;
}
@media all and (min-width: 600px) {
  nav {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  nav {
    gap: 5px;
  }
}
@media screen and (max-width: 600px) {
  nav {
    gap: 5px;
  }
}
@media screen and (max-width: 1100px) {
  nav {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  nav {
    padding: 0;
  }
}
@media screen and (max-width: 1100px) {
  nav {
    width: 600px;
  }
}
@media screen and (max-width: 600px) {
  nav {
    width: 100%;
  }
}
nav .hum {
  width: 15%;
  max-width: initial;
  background-color: #009dbf;
  position: relative;
}
@media screen and (max-width: 1100px) {
  nav .hum {
    width: 15%;
  }
}
@media screen and (max-width: 600px) {
  nav .hum {
    width: 15%;
  }
}
nav .hum .toggle {
  width: 100%;
  max-width: 60px;
  aspect-ratio: 1;
  -webkit-transform: scale(80%);
          transform: scale(80%);
  margin: auto;
}
@media screen and (max-width: 1100px) {
  nav .hum .toggle {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  nav .hum .toggle {
    width: 100%;
  }
}
nav .hum .toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
nav .hum .toggle span:nth-of-type(1) {
  position: absolute;
  top: 20%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
nav .hum .toggle span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
}
nav .hum .toggle span:nth-of-type(3) {
  position: absolute;
  top: 80%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
nav .hum .toggle.open_navi span {
  background-color: #ffffff;
}
nav .hum .toggle.open_navi span:nth-of-type(1) {
  position: absolute;
  top: 50%;
  right: -50%;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}
nav .hum .toggle.open_navi span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(0, 0) rotate(-360deg);
          transform: translate(0, 0) rotate(-360deg);
  opacity: 0;
}
nav .hum .toggle.open_navi span:nth-of-type(3) {
  position: absolute;
  top: 50%;
  right: -50%;
  bottom: initial;
  left: initial;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%) rotate(-315deg);
          transform: translate(-50%, -50%) rotate(-315deg);
}
nav ul {
  width: 85%;
  max-width: initial;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 2px;
  position: sticky;
  z-index: 10;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 1100px) {
  nav ul {
    width: 85%;
  }
}
@media screen and (max-width: 600px) {
  nav ul {
    width: 85%;
  }
}
@media screen and (max-width: 1100px) {
  nav ul {
    gap: 0 2px;
  }
}
@media screen and (max-width: 600px) {
  nav ul {
    gap: 0 2px;
  }
}
nav ul li {
  width: calc(100% / 3);
  max-width: initial;
  background-color: #fff;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  nav ul li {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 600px) {
  nav ul li {
    width: calc(100% / 3);
  }
}
nav ul li a {
  width: 100%;
  display: block;
}
footer {
  background-color: #009dbf;
  width: 100%;
}
@media all and (max-width: 600px) {
  footer {
    position: sticky;
    top: initial;
    right: initial;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-transform: initial;
            transform: initial;
  }
}
footer .ins {
  background-color: inherit;
  width: 1100px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}
@media screen and (max-width: 1100px) {
  footer .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  footer .ins {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  footer .ins {
    padding: 40px 30px;
  }
}
@media all and (max-width: 600px) {
  footer .ins {
    display: none;
  }
}
footer .ins .footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  position: relative;
}
footer .ins .footer-flex .footer-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% / 2 - 20px);
  max-width: initial;
}
@media screen and (max-width: 1100px) {
  footer .ins .footer-flex .footer-title {
    width: calc(100% / 2 - 20px);
  }
}
@media screen and (max-width: 600px) {
  footer .ins .footer-flex .footer-title {
    width: 100%;
  }
}
footer .ins .footer-flex .footer-title .title {
  margin-bottom: auto;
}
footer .ins .footer-flex .footer-title .title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  footer .ins .footer-flex .footer-title .title a {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  footer .ins .footer-flex .footer-title .title a {
    font-size: 2.5vw;
  }
}
footer .ins .footer-flex .footer-title .title a .name img {
  max-height: 30px;
  display: block;
}
@media all and (max-width: 600px) {
  footer .ins .footer-flex .footer-title .title a .name img {
    max-height: 20px;
  }
}
footer .ins .footer-flex .footer-links {
  width: calc(100% / 2 - 20px);
  max-width: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1100px) {
  footer .ins .footer-flex .footer-links {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .ins .footer-flex .footer-links {
    width: 100%;
  }
}
footer .ins .footer-flex .footer-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px 20px;
}
@media screen and (max-width: 1100px) {
  footer .ins .footer-flex .footer-links ul {
    gap: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  footer .ins .footer-flex .footer-links ul {
    gap: 10px 20px;
  }
}
footer .ins .footer-flex .footer-links ul li {
  margin: 0;
  list-style: none;
  width: calc(50% - 20px);
  max-width: initial;
}
@media screen and (max-width: 1100px) {
  footer .ins .footer-flex .footer-links ul li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  footer .ins .footer-flex .footer-links ul li {
    width: calc(50% - 20px);
  }
}
footer .ins .footer-flex .footer-links ul li.opacity {
  opacity: 0.5;
}
footer .ins .footer-flex .footer-links ul li.opacity:hover {
  cursor: default;
}
footer .ins .footer-flex .footer-links ul li a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  footer .ins .footer-flex .footer-links ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  footer .ins .footer-flex .footer-links ul li a {
    font-size: 3vw;
  }
}
@media all and (min-width: 1100px) {
  footer .ins .footer-flex .footer-address {
    position: absolute;
    top: initial;
    right: initial;
    bottom: 0;
    left: 0;
    z-index: 1;
    -webkit-transform: initial;
            transform: initial;
  }
}
footer .ins .footer-flex .footer-address .sns-icons {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
}
footer .ins .footer-flex .footer-address .sns-icons a {
  max-width: 30px;
  padding: 8px;
}
footer .ins .footer-flex .footer-address .address {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  footer .ins .footer-flex .footer-address .address {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 600px) {
  footer .ins .footer-flex .footer-address .address {
    font-size: 3.5vw;
  }
}
body main .links {
  position: fixed;
  top: initial;
  right: 0;
  bottom: 0;
  left: initial;
  z-index: 12;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrp;
      flex-wrap: wrp;
  -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;
  gap: 20px;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 20px 10px;
  max-width: 60px;
}
@media screen and (max-width: 600px) {
  body main .links {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  body main .links {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .links {
    gap: 20px;
  }
}
@media screen and (max-width: 1100px) {
  body main .links {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .links {
    padding: 20px 10px;
  }
}
body main .ins .h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 20px;
  margin: 0 0 40px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  body main .ins .h2 {
    gap: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .ins .h2 {
    gap: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  body main .ins .h2 {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 600px) {
  body main .ins .h2 {
    margin: 0 0 20px;
  }
}
body main .ins .h2:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: 100%;
  max-width: 300px;
  height: 8px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #009dbf), color-stop(50%, transparent));
  background: linear-gradient(to right, #009dbf 30%, transparent 50%);
}
body main .ins .h2 span:nth-of-type(1) {
  color: #000000;
  font-size: 1.8rem;
  font-weight: dm-sans;
  font-family: "DMSans_18pt-SemiBold";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main .ins .h2 span:nth-of-type(1) {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  body main .ins .h2 span:nth-of-type(1) {
    font-size: 6vw;
  }
}
body main .ins .h2 span:nth-of-type(2) {
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  body main .ins .h2 span:nth-of-type(2) {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .ins .h2 span:nth-of-type(2) {
    font-size: 3vw;
  }
}
body main .ins .h2 span:nth-of-type(3) {
  color: #000000;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  body main .ins .h2 span:nth-of-type(3) {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  body main .ins .h2 span:nth-of-type(3) {
    font-size: 3vw;
  }
}
body main .splide {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  body main .splide.main-carousel {
    max-width: 1280px;
    margin: auto;
  }
}
body main .splide.main-carousel .splide__slide {
  max-width: 100%!important;
  padding-bottom: 40px;
}
body main .splide.main-carousel .splide__slide img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  body main .splide.main-carousel .splide__slide img:nth-of-type(1) {
    display: none;
  }
}
body main .splide.main-carousel .splide__slide img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 800px) {
  body main .splide.main-carousel .splide__slide img:nth-of-type(2) {
    display: initial;
  }
}
body main .splide.main-carousel .splide__pagination {
  gap: 20px;
}
body main .splide.main-carousel .splide__pagination .splide__pagination__page {
  background-color: #969696;
  width: 10px;
}
body main .splide.main-carousel .splide__pagination .splide__pagination__page.is-active {
  background-color: #009dbf;
  width: 10px;
}
body main .splide.main-carousel .splide__slide a {
  min-width: 100%;
}
body main .splide.main-carousel .splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
body main .splide.main-carousel .splide__pagination .splide__pagination__page {
  line-height: initial;
  aspect-ratio: 1;
  border: solid 5px #969696;
}
body main .splide.main-carousel .splide__pagination .splide__pagination__page.is-active {
  border: solid 5px #009dbf;
  -webkit-transform: scale(1);
          transform: scale(1);
}
body main .splide.news-carousel .splide__list .splide__slide img {
  height: 200px;
}
body main .concept .ins {
  width: 900px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}
@media screen and (max-width: 1100px) {
  body main .concept .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .concept .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body main .concept .ins {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .concept .ins {
    padding: 40px 30px;
  }
}
body main .concept .ins > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-decoration: none;
}
body main .concept .ins > a > div {
  width: calc(50% - 20px);
  max-width: initial;
}
@media screen and (max-width: 1100px) {
  body main .concept .ins > a > div {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 600px) {
  body main .concept .ins > a > div {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  body main .concept .ins > a > div {
    width: 100%;
  }
}
body main .concept .ins > a > div.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
  border-radius: 10px;
}
body main .concept .ins > a > div.order1 img {
  -webkit-transition: 1s;
  transition: 1s;
  display: block;
}
@media screen and (max-width: 900px) {
  body main .concept .ins > a > div.order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 600px) {
  body main .concept .ins > a > div.order1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body main .concept .ins > a > div.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 900px) {
  body main .concept .ins > a > div.order2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 600px) {
  body main .concept .ins > a > div.order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
body main .concept .ins > a > div.contept_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -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;
  padding: 0 0 20px;
}
@media screen and (max-width: 1100px) {
  body main .concept .ins > a > div.contept_text {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .concept .ins > a > div.contept_text {
    padding: 0 0 20px;
  }
}
body main .concept .ins > a > div p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px 0;
  color: #000000;
  font-size: 1.15rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main .concept .ins > a > div p {
    gap: 5px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .concept .ins > a > div p {
    gap: 5px 0;
  }
}
@media screen and (max-width: 1100px) {
  body main .concept .ins > a > div p {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 600px) {
  body main .concept .ins > a > div p {
    font-size: 3.5vw;
  }
}
body main .concept .ins > a > div p span {
  display: block;
  color: #000000;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main .concept .ins > a > div p span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  body main .concept .ins > a > div p span {
    font-size: 6vw;
  }
}
body main .concept .ins > a > div p sup {
  font-size: 60%;
}
body main .concept .ins > a > div .detail_btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #009dbf), to(transparent));
  background: linear-gradient(to right, #009dbf 50%, transparent 100%);
  border-radius: 50%;
  padding: 5px;
  margin-top: 40px;
  margin: 40px 0 0;
}
@media screen and (max-width: 1100px) {
  body main .concept .ins > a > div .detail_btn {
    padding: 5px;
  }
}
@media screen and (max-width: 600px) {
  body main .concept .ins > a > div .detail_btn {
    padding: 5px;
  }
}
@media screen and (max-width: 1100px) {
  body main .concept .ins > a > div .detail_btn {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 600px) {
  body main .concept .ins > a > div .detail_btn {
    margin: 10px 0 0;
  }
}
body main .concept .ins > a > div .detail_btn img {
  display: block;
  max-width: 30px;
}
body main .concept .ins > a:hover .order1 img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body main .news_events {
  background-color: #eeeeee;
}
body main .news_events .ins {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}
@media screen and (max-width: 1100px) {
  body main .news_events .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .news_events .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body main .news_events .ins {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .news_events .ins {
    padding: 40px 30px;
  }
}
body main .news_events .ins > .title {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body main .news_events .ins > .title .h2 {
  width: initial;
}
body main .news_events .ins ul.categorys {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  list-style: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 1100px) {
  body main .news_events .ins ul.categorys {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .news_events .ins ul.categorys {
    gap: 10px;
  }
}
body main .news_events .ins ul.categorys li {
  margin: 0;
}
body main .news_events .ins ul.categorys li a {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 2px 20px;
  text-decoration: none;
  border-radius: 20px;
  color: #000000;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  border: solid 1px #009dbf;
  background-color: #ffffff;
}
@media screen and (max-width: 1100px) {
  body main .news_events .ins ul.categorys li a {
    padding: 2px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .news_events .ins ul.categorys li a {
    padding: 2px 20px;
  }
}
@media screen and (max-width: 1100px) {
  body main .news_events .ins ul.categorys li a {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  body main .news_events .ins ul.categorys li a {
    font-size: 2.5vw;
  }
}
body main .news_events .ins ul.categorys li a.active,
body main .news_events .ins ul.categorys li a:hover {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  background-color: #009dbf;
}
@media screen and (max-width: 1100px) {
  body main .news_events .ins ul.categorys li a.active,
  body main .news_events .ins ul.categorys li a:hover {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  body main .news_events .ins ul.categorys li a.active,
  body main .news_events .ins ul.categorys li a:hover {
    font-size: 2.5vw;
  }
}
body main .news_events .ins .splide__slide a {
  text-decoration: none;
}
body main .news_events .ins .splide__slide .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.66666667;
  margin-bottom: 5px;
}
body main .news_events .ins .splide__slide .texts {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #000000;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main .news_events .ins .splide__slide .texts {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  body main .news_events .ins .splide__slide .texts {
    font-size: 3.5vw;
  }
}
body main .news_events .ins .splide__slide .texts .category {
  color: #009dbf;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main .news_events .ins .splide__slide .texts .category {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  body main .news_events .ins .splide__slide .texts .category {
    font-size: 3.5vw;
  }
}
body main .news_events .ins .splide__slide .texts .date {
  font-size: 80%;
}
body main .news_events .ins .splide__slide .texts p {
  display: none;
}
body main .news_events .ins .list {
  padding: 20px;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  body main .news_events .ins .list {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .news_events .ins .list {
    padding: 20px 0;
  }
}
body main .news_events .ins .list a {
  text-decoration: none;
  color: #000000;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main .news_events .ins .list a {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  body main .news_events .ins .list a {
    font-size: 3.5vw;
  }
}
body main .sns .ins {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}
@media screen and (max-width: 1100px) {
  body main .sns .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .sns .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body main .sns .ins {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .sns .ins {
    padding: 40px 30px;
  }
}
body main .sns .ins .sns-icons {
  margin-top: 20px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
body main .education {
  background-color: #eeeeee;
}
body main .education .ins {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px 0;
}
@media screen and (max-width: 1100px) {
  body main .education .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body main .education .ins {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1100px) {
  body main .education .ins {
    gap: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins {
    gap: 20px 0;
  }
}
body main .education .ins a {
  text-decoration: none;
}
body main .education .ins a .faculty {
  width: 900px;
  max-width: 100%;
  margin: auto;
  z-index: 2;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty {
    padding: 0;
  }
}
body main .education .ins a .faculty > div {
  width: 50%;
  max-width: initial;
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty > div {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty > div {
    width: 100%;
  }
}
body main .education .ins a .faculty > div:nth-of-type(1) {
  overflow: hidden;
}
body main .education .ins a .faculty > div:nth-of-type(1) img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
body main .education .ins a .faculty > div:nth-of-type(2) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 40px;
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty > div:nth-of-type(2) {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty > div:nth-of-type(2) {
    padding: 20px 40px;
  }
}
body main .education .ins a .faculty > div:nth-of-type(2) .education-title > span {
  color: #009dbf;
  font-size: 100%;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title > span {
    font-size: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title > span {
    font-size: 100%;
  }
}
body main .education .ins a .faculty > div:nth-of-type(2) .education-title > span > sup {
  color: #009dbf;
  font-size: 80%;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title > span > sup {
    font-size: 80%;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title > span > sup {
    font-size: 80%;
  }
}
body main .education .ins a .faculty > div:nth-of-type(2) .education-title h3 {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title h3 {
    gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title h3 {
    gap: 10px;
  }
}
body main .education .ins a .faculty > div:nth-of-type(2) .education-title h3 span:nth-of-type(1) {
  color: #000000;
  font-size: 160%;
  font-weight: serif;
  font-family: "Noto Serif JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title h3 span:nth-of-type(1) {
    font-size: 160%;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title h3 span:nth-of-type(1) {
    font-size: 180%;
  }
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title h3 span:nth-of-type(1) {
    width: 100%;
  }
}
body main .education .ins a .faculty > div:nth-of-type(2) .education-title h3 span:nth-of-type(2) {
  color: #000000;
  font-size: 70%;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
  border: solid 1px;
  padding: 2px 10px;
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title h3 span:nth-of-type(2) {
    font-size: 70%;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title h3 span:nth-of-type(2) {
    font-size: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title h3 span:nth-of-type(2) {
    padding: 2px 10px;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty > div:nth-of-type(2) .education-title h3 span:nth-of-type(2) {
    padding: 2px 10px;
  }
}
body main .education .ins a .faculty > div:nth-of-type(2) ul {
  padding: 10px 0;
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty > div:nth-of-type(2) ul {
    padding: 10px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty > div:nth-of-type(2) ul {
    padding: 10px 0;
  }
}
body main .education .ins a .faculty > div:nth-of-type(2) ul li {
  list-style: none;
  margin: 0;
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty > div:nth-of-type(2) ul li {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty > div:nth-of-type(2) ul li {
    font-size: 3.5vw;
  }
}
body main .education .ins a .faculty > div:nth-of-type(2) hr {
  height: 10px;
  width: 100%;
  margin-top: auto;
  margin-bottom: 10px;
}
body main .education .ins a .faculty > div:nth-of-type(2) p {
  color: #000000;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main .education .ins a .faculty > div:nth-of-type(2) p {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins a .faculty > div:nth-of-type(2) p {
    font-size: 3.5vw;
  }
}
body main .education .ins a .faculty > div:nth-of-type(2) .detail_btn {
  width: 40px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: initial;
  left: initial;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body main .education .ins a .faculty > div:nth-of-type(2) .detail_btn img {
  display: block;
}
body main .education .ins a .faculty.education-international hr {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f5d839), to(transparent));
  background: linear-gradient(to right, #f5d839 50%, transparent 100%);
}
body main .education .ins a .faculty.education-international .detail_btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f5d839), to(transparent));
  background: linear-gradient(to right, #f5d839 50%, transparent 100%);
}
body main .education .ins a .faculty.education-lifedesign hr {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c50df9), to(transparent));
  background: linear-gradient(to right, #c50df9 50%, transparent 100%);
}
body main .education .ins a .faculty.education-lifedesign .detail_btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c50df9), to(transparent));
  background: linear-gradient(to right, #c50df9 50%, transparent 100%);
}
body main .education .ins a .faculty.education-health hr {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #91e991), to(transparent));
  background: linear-gradient(to right, #91e991 50%, transparent 100%);
}
body main .education .ins a .faculty.education-health .detail_btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #91e991), to(transparent));
  background: linear-gradient(to right, #91e991 50%, transparent 100%);
}
body main .education .ins a .faculty.education-childhood hr {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e38b88), to(transparent));
  background: linear-gradient(to right, #e38b88 50%, transparent 100%);
}
body main .education .ins a .faculty.education-childhood .detail_btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e38b88), to(transparent));
  background: linear-gradient(to right, #e38b88 50%, transparent 100%);
}
body main .education .ins a .faculty.education-childhood > div > img {
  -o-object-position: bottom;
     object-position: bottom;
}
body main .education .ins a:hover .faculty > div:nth-of-type(1) img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
body main .education .ins > p {
  width: 900px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 40px 20px;
  padding: 0 0 40px;
  color: #000000;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "Noto Sans JP";
  font-style: normal;
  line-height: 160%;
}
@media screen and (max-width: 1100px) {
  body main .education .ins > p {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins > p {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body main .education .ins > p {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins > p {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1100px) {
  body main .education .ins > p {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins > p {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 1100px) {
  body main .education .ins > p {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 600px) {
  body main .education .ins > p {
    font-size: 3.5vw;
  }
}
body main .tuition .ins {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}
@media screen and (max-width: 1100px) {
  body main .tuition .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .tuition .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body main .tuition .ins {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .tuition .ins {
    padding: 40px 30px;
  }
}
body main .tuition .ins table {
  width: 900px;
  max-width: initial;
  margin: auto;
}
body main .tuition .ins table tr th {
  background-color: #ccebf2;
  text-align: center;
}
body main .tuition .ins table tr td {
  background-color: #efefef;
}
body main .tuition .ins table tr th,
body main .tuition .ins table tr td {
  border: solid 1px white;
  padding: 20px;
}
@media screen and (max-width: 1100px) {
  body main .tuition .ins table tr th,
  body main .tuition .ins table tr td {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .tuition .ins table tr th,
  body main .tuition .ins table tr td {
    padding: 20px;
  }
}
@media screen and (max-width: 1100px) {
  body main .tuition .ins table {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .tuition .ins table {
    width: 100%;
  }
}
body main .tuition .ins table th {
  font-weight: bold;
  vertical-align: middle;
}
body main .tuition .ins table td {
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
@media screen and (min-width: 1100px) {
  body main .tuition .ins table td br {
    display: none;
  }
}
body main .admissions .ins {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}
@media screen and (max-width: 1100px) {
  body main .admissions .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .admissions .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body main .admissions .ins {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .admissions .ins {
    padding: 40px 30px;
  }
}
body main .admissions .ins > div {
  text-align: center;
}
body main .admissions .ins > div img {
  display: block;
  width: 900px;
}
@media screen and (max-width: 600px) {
  body main .admissions .ins > div img:nth-of-type(1) {
    display: none;
  }
}
body main .admissions .ins > div img:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 600px) {
  body main .admissions .ins > div img:nth-of-type(2) {
    display: initial;
  }
}
body main .location .ins {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}
@media screen and (max-width: 1100px) {
  body main .location .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .location .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body main .location .ins {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .location .ins {
    padding: 40px 30px;
  }
}
body main .location .ins ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}
@media screen and (max-width: 1100px) {
  body main .location .ins ul {
    gap: 5px;
  }
}
@media screen and (max-width: 600px) {
  body main .location .ins ul {
    gap: 5px;
  }
}
body main .location .ins ul li {
  cursor: pointer;
  list-style: none;
  margin: 0;
  width: calc(100% / 4 - 5px);
  max-width: initial;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1100px) {
  body main .location .ins ul li {
    width: calc(100% / 4 - 5px);
  }
}
@media screen and (max-width: 600px) {
  body main .location .ins ul li {
    width: calc(100% / 2 - 5px);
  }
}
body main .location .ins ul li img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
}
body main .location .ins ul:hover li {
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body main .location .ins ul:hover li:hover {
  z-index: 2;
  opacity: 1;
  position: relative;
}
body main .location .ins ul:hover li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  position: relative;
}
body main .conect {
  background-color: #eeeeee;
}
body main .conect .ins {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 40px 20px;
}
@media screen and (max-width: 1100px) {
  body main .conect .ins {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body main .conect .ins {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  body main .conect .ins {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .conect .ins {
    padding: 40px 30px;
  }
}
body main .conect .ins ul {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  list-style: none;
}
@media screen and (max-width: 1100px) {
  body main .conect .ins ul {
    gap: 20px;
  }
}
@media screen and (max-width: 600px) {
  body main .conect .ins ul {
    gap: 10px;
  }
}
body main .conect .ins ul li {
  background-color: white;
  border-radius: 20px;
  width: calc(100% / 3 - 40px);
  max-width: initial;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  body main .conect .ins ul li {
    width: calc(100% / 3 - 20px);
  }
}
@media screen and (max-width: 600px) {
  body main .conect .ins ul li {
    width: 100%;
  }
}
body main .conect .ins ul li a {
  text-align: center;
  display: block;
  padding: 50px 0;
}
@media screen and (max-width: 1100px) {
  body main .conect .ins ul li a {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  body main .conect .ins ul li a {
    padding: 10px 0;
  }
}
body main .conect .ins ul li a img {
  width: 100%;
  max-width: 200px;
}
