@charset "UTF-8";
/* ===========================
# Layout
===========================*/
/* header
=================*/
/* Inner
=================*/
/* Padding
=================*/
/* Layer
=================*/
/* ===========================
# Typography
===========================*/
/* Font-Family
=================*/
/* Font-Size
=================*/
/* Font-Weight
=================*/
/* Line-Height
=================*/
/* ===========================
# Color
===========================*/
/* General-Color
=================*/
/* Main-Color
=================*/
/* Hover-Color
=================*/
/* Transparency
=================*/
/* Background-Color
=================*/
/* Button
=================*/
/* Label
=================*/
/*  Border
=================*/
/* ===========================
# Function
===========================*/
/* Breakpoint
=================*/
/* Mediaquery
=================*/
/* other
=================*/
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

body {
  position: relative;
  z-index: -9999;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid;
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
  border: 1px solid;
}

form {
  margin: 0;
  padding: 0;
}

label {
  display: inline-block;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  outline: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input:hover,
button:hover,
select:hover,
textarea:hover {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-form-submit::-moz-foucus-inner {
  border: none;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.l-follow-menu {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 65px;
  height: 4.0625rem;
}

.l-follow-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
}

.l-follow-menu__button {
  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;
  position: relative;
  z-index: 1;
  width: 65px;
  width: 4.0625rem;
  height: inherit;
  background: #2F2F2F;
}

.l-follow-menu__link {
  position: relative;
  z-index: 1;
  width: calc(100% - 4.0625rem);
  height: inherit;
}

.l-follow-menu__link a {
  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;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/sp/follow-menu.jpg) no-repeat center center/cover;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}

.l-follow-menu__link span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.l-follow-menu__link span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 15px;
  width: 0.9375rem;
  height: 100%;
  background: url(../images/sp/document-icon.png) no-repeat center center/contain;
}

.l-follow-menu__drawer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(100vh - 4.0625rem);
  overflow: scroll;
}

.l-footer hr {
  margin: 25px 0;
  margin: 1.5625rem 0;
}

.l-footer__contact {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  background: #F3F3F3;
}
@media screen and (min-width: 768px) {
  .l-footer__contact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.l-footer__logo {
  text-align: center;
}

.l-footer__address {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
  text-align: center;
}

.l-footer__copy {
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
  }
}

.l-footer__copy img {
  display: inline-block;
  width: 100%;
  max-width: 93px;
  max-width: 5.8125rem;
}
@media screen and (min-width: 768px) {
  .l-footer__copy img {
    max-width: 9.375rem;
  }
}

.l-footer__items {
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__item + .l-footer__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__item + .l-footer__item {
    margin-top: 0;
  }
}

.l-footer__item a {
  display: inline-block;
  width: 100%;
  max-width: 340px;
  max-width: 21.25rem;
  padding: 13px 20px;
  padding: 0.8125rem 1.25rem;
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .l-footer__item a {
    border: none;
  }
}

.l-footer__item a span {
  display: inline-block;
  position: relative;
}

.l-footer__item a span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.l-footer__item:nth-child(1) a span {
  padding-left: 28.5px;
  padding-left: 1.78125rem;
}

.l-footer__item:nth-child(2) a span {
  padding-left: 34.5px;
  padding-left: 2.15625rem;
}

.l-footer__item:nth-child(1) a span::before {
  width: 18.5px;
  width: 1.15625rem;
  height: 18px;
  height: 1.125rem;
  background: url(../images/icon-tel.png) no-repeat center center/contain;
}

.l-footer__item:nth-child(2) a span::before {
  width: 24.5px;
  width: 1.53125rem;
  height: 17px;
  height: 1.0625rem;
  background: url(../images/icon-mail.png) no-repeat center center/contain;
}

.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer__links {
    margin-top: 30px;
  }
}

.l-footer__link {
  width: calc(50% - 0.3125rem);
}
@media screen and (min-width: 768px) {
  .l-footer__link {
    width: calc(50% - 2.5rem);
    max-width: 21.5625rem;
  }
}

.l-footer__link + .l-footer__link {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__link + .l-footer__link {
    margin-left: 2.5rem;
  }
}

.l-header {
  position: relative;
  z-index: 20;
  height: 55px;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 80px;
  }
}

.l-header__inner {
  width: 100%;
  max-width: 580px;
  height: inherit;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    max-width: 1260px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 187px;
  width: 11.6875rem;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 18.75rem;
  }
}

.l-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 12.9375rem);
  height: inherit;
  margin-left: 20px;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-header__links {
    width: calc(100% - 20rem);
  }
}

.l-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 590px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1080px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

.l-main-visual {
  position: relative;
  z-index: -1;
}

.c-button {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 330px;
  max-width: 20.625rem;
  padding: 12px 34px;
  padding: 0.75rem 2.125rem;
  border: 1px solid #000;
  border-radius: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-button {
    max-width: 24rem;
    padding: 20px 34px;
    font-size: 1.125rem;
  }
}

.c-button::before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  top: 0.125rem;
  left: 2px;
  left: 0.125rem;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #F2E565;
  border-radius: 40px;
}

.c-button::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  right: 1.25rem;
  width: 16.5px;
  width: 1.03125rem;
  height: 5px;
  height: 0.3125rem;
  background: url(../images/arrow-icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-button::after {
    right: 0.9375rem;
  }
}

.c-button.c-button--green {
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 12px 30px;
  padding: 0.75rem 1.875rem;
  background: #52AF77;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-button.c-button--green {
    padding: 1.375rem 1.875rem;
    font-size: 1.0625rem;
  }
}

.c-button.c-button--green::after {
  right: 15px;
  right: 0.9375rem;
}

.c-button:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .c-card-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;
  }
}

.c-card-list__item {
  position: relative;
  width: 100%;
  max-width: 375px;
  max-width: 23.4375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-card-list__item {
    width: 50%;
    max-width: none;
    max-width: initial;
  }
}

.c-card-list__item:nth-child(1) {
  z-index: 10;
  -webkit-transform: translateX(-3.3125rem);
          transform: translateX(-3.3125rem);
}
@media screen and (min-width: 768px) {
  .c-card-list__item:nth-child(1) {
    -webkit-transform: translateX(1.5625rem);
            transform: translateX(1.5625rem);
  }
}

.c-card-list__item:nth-child(2) {
  margin-top: -60px;
  margin-top: -3.75rem;
  -webkit-transform: translateX(3.4375rem);
          transform: translateX(3.4375rem);
}
@media screen and (min-width: 768px) {
  .c-card-list__item:nth-child(2) {
    margin-top: 0;
    -webkit-transform: translate(-1.5625rem, 11.5625rem);
            transform: translate(-1.5625rem, 11.5625rem);
  }
}

.c-card-list__item:nth-child(3) {
  margin-top: -40px;
  margin-top: -2.5rem;
  -webkit-transform: translateX(-3.75rem);
          transform: translateX(-3.75rem);
}
@media screen and (min-width: 768px) {
  .c-card-list__item:nth-child(3) {
    margin-top: 4.6875rem;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.c-card-list__item::after {
  display: block;
  content: "";
  position: absolute;
}

.c-card-list__item:nth-child(1)::after {
  top: 0px;
  top: 0rem;
  right: -75px;
  right: -4.6875rem;
  width: 150.75px;
  width: 9.421875rem;
  height: 326px;
  height: 20.375rem;
  background: url(../images/sp/footprints_01_sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-card-list__item:nth-child(1)::after {
    display: none;
  }
}

.c-card-list__item:nth-child(2)::after {
  bottom: 0;
  left: -75px;
  left: -4.6875rem;
  width: 107px;
  width: 6.6875rem;
  height: 209.5px;
  height: 13.09375rem;
  background: url(../images/sp/footprints_02_sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-card-list__item:nth-child(2)::after {
    top: -10.625rem;
    bottom: auto;
    bottom: initial;
    right: 8.75rem;
    left: auto;
    left: initial;
    z-index: -10;
    width: 34.875rem;
    height: 12.875rem;
    background: url(../images/pc/footprints-right.png) no-repeat center center/contain;
  }
}

.c-card-list__item:nth-child(3)::after {
  bottom: -12px;
  bottom: -0.75rem;
  right: -96px;
  right: -6rem;
  width: 181.25px;
  width: 11.328125rem;
  height: 150.25px;
  height: 9.390625rem;
  background: url(../images/sp/footprints_03_sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-card-list__item:nth-child(3)::after {
    top: 0;
    bottom: auto;
    bottom: initial;
    right: auto;
    right: initial;
    left: -8.4375rem;
    width: 12.125rem;
    height: 10.0625rem;
    background: url(../images/pc/footprints-left.png) no-repeat center center/contain;
  }
}

.c-card-list__item:nth-child(2).p-card {
  padding-top: 28px;
  padding-top: 1.75rem;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
}
@media screen and (min-width: 768px) {
  .c-card-list__item:nth-child(2).p-card {
    padding-top: 3.125rem;
    padding-bottom: 7.5rem;
  }
}

.c-card-list__item:nth-child(3).p-card {
  padding-top: 35px;
  padding-top: 2.1875rem;
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
}
@media screen and (min-width: 768px) {
  .c-card-list__item:nth-child(3).p-card {
    padding-top: 5.625rem;
    padding-bottom: 7.5rem;
  }
}

.c-hamburger {
  display: inline-block;
  padding-right: 8.5px;
  padding-right: 0.53125rem;
  padding-left: 8.5px;
  padding-left: 0.53125rem;
}

.c-hamburger__icon {
  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;
}

.c-hamburger__icon span {
  display: block;
  position: relative;
  width: 34px;
  height: 2px;
  background: #fff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-hamburger__icon span:nth-child(1) {
  top: 0;
}

.c-hamburger__icon span:nth-child(2) {
  margin: 7px 0;
}

.c-hamburger__icon span:nth-child(3) {
  top: 0;
}

/*OPEN時の動き*/
.c-hamburger__icon.is-open span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger__icon.is-open span:nth-child(2) {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  opacity: 0;
}

.c-hamburger__icon.is-open span:nth-child(3) {
  top: -8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger__text {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .c-img-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;
  }
}

.c-img-list__item {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-img-list__item {
    width: 33.3333333333%;
  }
}

.c-img-list__item img {
  display: inline-block;
  width: 100%;
  max-width: 275px;
  max-width: 17.1875rem;
}
@media screen and (min-width: 768px) {
  .c-img-list__item img {
    max-width: 20rem;
  }
}

.c-img-list__item:nth-child(2n+1) img {
  -webkit-transform: translateX(-0.75rem);
          transform: translateX(-0.75rem);
}
@media screen and (min-width: 768px) {
  .c-img-list__item:nth-child(2n+1) img {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.c-img-list__item + .c-img-list__item {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-img-list__item + .c-img-list__item {
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .c-img-list__item:nth-child(n+4) {
    margin-top: 3.125rem;
  }
}

.c-link-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 36.5px;
  height: 2.28125rem;
  border-radius: 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-link-button {
    height: 3rem;
    font-size: 0.75rem;
    line-height: 1.75;
    border-radius: 24px;
  }
}

.c-link-button.c-link-button--green {
  background: #A0E75F;
}

.c-link-button.c-link-button--blue {
  background: #26BDE6;
}

.c-logo {
  display: inline-block;
  width: 100%;
  max-width: 187px;
  max-width: 11.6875rem;
}
@media screen and (min-width: 768px) {
  .c-logo {
    max-width: 18.75rem;
  }
}

.c-logo--footer {
  display: inline-block;
  width: 100%;
  max-width: 268px;
  max-width: 16.75rem;
}
@media screen and (min-width: 768px) {
  .c-logo--footer {
    max-width: 20rem;
  }
}

.c-point-list__item + .c-point-list__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-point-list__item + .c-point-list__item {
    margin-top: 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .c-skill-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;
  }
}

@media screen and (min-width: 768px) {
  .c-skill-list__item {
    width: 50%;
    max-width: 27.5rem;
  }
}

@media screen and (min-width: 768px) {
  .c-skill-list__item:last-child {
    width: 100%;
    max-width: none;
    max-width: initial;
  }
}

@media screen and (min-width: 768px) {
  .c-skill-list__item:last-child .p-skill__icon img {
    max-width: 25.9375rem;
  }
}

.c-skill-list__item + .c-skill-list__item {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-skill-list__item + .c-skill-list__item {
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (min-width: 768px) {
  .c-skill-list__item:nth-child(n+3) {
    margin-top: 5rem;
  }
}

.p-card {
  position: relative;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-card {
    padding-top: 3.125rem;
    padding-bottom: 7.5rem;
  }
}

.p-card::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 375px;
  height: 100%;
  background: url(../images/bg-circle.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-card::before {
    width: 700px;
  }
}

.p-card__inner {
  width: 100%;
  max-width: 234px;
  max-width: 14.625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-card__inner {
    max-width: 25rem;
  }
}

.p-card__icon {
  position: relative;
  text-align: center;
}

.p-card__icon::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-card__icon.p-card__icon--trimming::after {
  left: 27px;
  left: 1.6875rem;
  width: 28.25px;
  width: 1.765625rem;
  height: 32px;
  height: 2rem;
  background: url(../images/icon-decoration_01.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-card__icon.p-card__icon--trimming::after {
    left: 1.5625rem;
    width: 3.53125rem;
    height: 4rem;
  }
}

.p-card__icon.p-card__icon--training::after {
  top: 63%;
  right: 10px;
  right: 0.625rem;
  width: 27.5px;
  width: 1.71875rem;
  height: 24.5px;
  height: 1.53125rem;
  background: url(../images/icon-decoration_02.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-card__icon.p-card__icon--training::after {
    top: 70%;
    right: -0.3125rem;
    width: 3.4375rem;
    height: 3.0625rem;
  }
}

.p-card__icon.p-card__icon--rearing::after {
  top: 43%;
  right: 25px;
  right: 1.5625rem;
  width: 25.25px;
  width: 1.578125rem;
  height: 31.25px;
  height: 1.953125rem;
  background: url(../images/icon-decoration_03.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-card__icon.p-card__icon--rearing::after {
    right: 0.625rem;
    width: 3.15625rem;
    height: 3.90625rem;
  }
}

.p-card__icon img {
  display: inline-block;
  width: 100%;
}

.p-card__icon.p-card__icon--trimming img {
  max-width: 82px;
  max-width: 5.125rem;
}
@media screen and (min-width: 768px) {
  .p-card__icon.p-card__icon--trimming img {
    max-width: 10.25rem;
  }
}

.p-card__icon.p-card__icon--training img {
  max-width: 102px;
  max-width: 6.375rem;
}
@media screen and (min-width: 768px) {
  .p-card__icon.p-card__icon--training img {
    max-width: 12.75rem;
  }
}

.p-card__icon.p-card__icon--rearing img {
  max-width: 80px;
  max-width: 5rem;
}
@media screen and (min-width: 768px) {
  .p-card__icon.p-card__icon--rearing img {
    max-width: 10rem;
  }
}

.p-card__img {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-card__img {
    margin-top: 1.875rem;
  }
}

.p-card__img img {
  display: inline-block;
  width: 100%;
  max-width: 205px;
  max-width: 12.8125rem;
}
@media screen and (min-width: 768px) {
  .p-card__img img {
    max-width: 25rem;
  }
}

.p-card__text {
  margin-top: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
@media screen and (min-width: 768px) {
  .p-card__text {
    margin-top: 0.625rem;
    font-size: 1.0625rem;
  }
}

.p-life__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-life__wrapper {
    display: block;
  }
}

.p-life__img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-life__img {
    width: 100%;
  }
}

.p-life__box {
  width: calc(50% - 0.625rem);
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-life__box {
    width: 100%;
    margin-left: 0;
    margin-left: initial;
  }
}

.p-life__title {
  padding-top: 10px;
  padding-top: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.6153846154;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-life__title {
    font-size: 1rem;
    font-weight: 500;
  }
}

.p-life__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6153846154;
}
@media screen and (min-width: 768px) {
  .p-life__text {
    font-size: 1.0625rem;
    letter-spacing: -0.03em;
  }
}

.p-links__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.p-links__item {
  width: 100%;
  max-width: 70px;
  max-width: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-links__item {
    max-width: 8.75rem;
  }
}

.p-links__item + .p-links__item {
  margin-left: 5px;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-links__item + .p-links__item {
    margin-left: 0.625rem;
  }
}

.p-list__title {
  padding: 2px 0;
  padding: 0.125rem 0;
  font-size: 19.5px;
  font-size: 1.21875rem;
  font-weight: 500;
  line-height: 1.2820512821;
  background: #F5DEE5;
  border-radius: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-list__title {
    padding: 0.40625rem 0;
    font-size: 1.8125rem;
  }
}

.p-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 13px;
  font-size: 0.8125rem;
  white-space: wrap;
}
@media screen and (min-width: 768px) {
  .p-list__items {
    max-width: 32.5rem;
    margin-top: 1.25rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.125rem;
    white-space: nowrap;
  }
}
.p-list__items2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 13px;
  font-size: 0.8125rem;
  white-space: wrap;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-list__items2 {
    margin-top: 1.25rem;
    margin-right: auto;
    margin-left: -3em;
    font-size: 1.125rem;
    white-space: nowrap;
  }
}
.p-list__item {
  width: 50%;
  padding-left: 3px;
  padding-left: 0.1875rem;
}

.p-list__item:nth-child(2n) {
  padding-left: 13px;
  padding-left: 0.8125rem;
}
.p-list__items2 .p-list__item:nth-child(2n) {
  padding-left: 1.5875rem;
} 
@media screen and (min-width: 768px) {
  .p-list__item:nth-child(2n) {
    padding-left: 2.1875rem;
  }
  .p-list__items2 .p-list__item:nth-child(2n) {
    padding-left: 4.1875rem;
  } 
}

.p-point.p-point--bg {
  padding: 10px 10px 16px;
  padding: 0.625rem 0.625rem 1rem;
  background: #FFFFDE;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-point.p-point--bg {
    padding: 1.25rem 2.5rem 2.1875rem;
  }
}

.p-point__icon {
  text-align: center;
}

.p-point__icon img {
  display: inline-block;
  width: 100%;
  max-width: 65.25px;
  max-width: 4.078125rem;
}
@media screen and (min-width: 768px) {
  .p-point__icon img {
    max-width: 6.4375rem;
  }
}

.p-point__title {
  margin-top: -5px;
  margin-top: -0.3125rem;
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.1865;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point__title {
    margin-top: 0.3125rem;
    font-size: 1.875rem;
  }
}

.p-point__sub-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.483125;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point__sub-title {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-point__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 1.25rem;
  }
}

.p-point__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-point__wrapper {
    margin-top: 2.1875rem;
  }
}

.p-point__img {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-point__wrap .p-point__img {
    width: 68%;
    margin-top: 0;
    margin-top: initial;
    margin-left: 4%;
  }
}

.p-point__wrapper .p-point__img {
  width: calc(33.33333% - 0.41667rem);
  margin-top: 0;
  margin-top: initial;
}
@media screen and (min-width: 768px) {
  .p-point__wrapper .p-point__img {
    width: calc(33.33333% - 1.25rem);
  }
}

.p-point__wrapper .p-point__img + .p-point__img {
  margin-left: 10px;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-point__wrapper .p-point__img + .p-point__img {
    margin-left: 1.875rem;
  }
}

.p-point__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 768px) {
  .p-point__text {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .p-point__wrap .p-point__text {
    width: 32%;
    margin-top: 0;
    margin-top: initial;
  }
}

.p-point__caption {
  margin-top: 4px;
  margin-top: 0.25rem;
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-point__caption {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}

.p-school-life {
  padding: 25px 10px;
  padding: 1.875rem 0.625rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: -10;
}
@media screen and (min-width: 768px) {
  .p-school-life {
    padding: 3.625rem 1.25rem 2.8125rem;
    border-radius: 20px;
  }
}

.p-school-life__title {
  position: relative;
  font-size: 22.5px;
  font-size: 1.40625rem;
  font-weight: 700;
  line-height: 0.7;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school-life__title {
    font-size: 2.8125rem;
    line-height: 1.1111111111;
  }
}

.p-school-life__title::after {
  display: block;
  content: "";
  position: absolute;
  top: -60px;
  top: -3.75rem;
  right: 12px;
  right: 0.75rem;
  width: 80px;
  width: 5rem;
  height: 67px;
  height: 4.1875rem;
  background: url(../images/sp/icon-school-life_01_sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-school-life__title::after {
    top: -0.625rem;
    right: 0.3125rem;
    width: 10.03125rem;
    height: 8.34375rem;
    background: url(../images/pc/icon-school-life_01.png) no-repeat center center/contain;
  }
}

.p-school-life__title.p-school-life__title--icon span {
  display: inline-block;
  position: relative;
  padding-left: 110px;
  padding-left: 6.875rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-school-life__title.p-school-life__title--icon span {
    font-size: 2.5rem;
    padding-left: 0;
    padding-left: initial;
  }
}

.p-school-life__title.p-school-life__title--icon span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  left: -1.25rem;
  width: 124.25px;
  width: 7.765625rem;
  height: 73.25px;
  height: 4.578125rem;
  background: url(../images/sp/icon-school-life_02_sp.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-school-life__title.p-school-life__title--icon span::before {
    top: -0.625rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    left: -11.875rem;
    width: 10.28125rem;
    height: 7.75rem;
    background: url(../images/pc/icon-school-life_02.png) no-repeat center center/contain;
  }
}

.p-school-life__title.p-school-life__title--icon::after {
  display: none;
}

.p-school-life__title:nth-of-type(n + 2) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-school-life__title:nth-of-type(n + 2) {
    margin-top: 1.875rem;
  }
}

.p-school-life__items {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-school-life__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-school-life__item {
    width: 100%;
    max-width: 17.5rem;
  }
}

.p-school-life__item + .p-school-life__item {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-school-life__item + .p-school-life__item {
    margin-top: 0;
    margin-top: initial;
    margin-left: 2.5rem;
  }
}

.p-school-life__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6153846154;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school-life__text {
    margin-top: 0.9375rem;
    font-size: 1.0625rem;
    line-height: 1.8333333333;
    letter-spacing: 0.05em;
  }
}

.p-school-life__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
  margin-top: 2.8125rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-school-life__lists {
    margin-top: 5rem;
  }
}

.p-school-life__list {
  position: relative;
  margin: 0 22px;
  margin: 0 1.375rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-school-life__list {
    margin: 0 3.125rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-school-life__list::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 95px;
  width: 5.9375rem;
  height: 95px;
  height: 5.9375rem;
  background: url(../images/bg-circle.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-school-life__list::after {
    width: 10rem;
    height: 10rem;
  }
}

.p-section {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-section {
    padding-bottom: 3.4375rem;
  }
}

.p-section.p-section--sm {
  padding-top: 30px;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-section.p-section--sm {
    padding-top: 3.625rem;
  }
}

.p-section.p-section--md {
  padding-top: 35px;
  padding-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-section.p-section--md {
    padding-top: 4.375rem;
  }
}

.p-section.p-section--lg {
  padding-top: 45px;
  padding-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-section.p-section--lg {
    padding-top: 4.0625rem;
  }
}

.p-section.p-section--visual {
  position: relative;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-section.p-section--visual {
    padding-top: 4.0625rem;
  }
}

.p-section.p-section--visual::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 355px;
  max-width: 22.1875rem;
  height: 100%;
  background: url(../images/sp/bg-open-campus_sp.png) no-repeat center top 15px/contain;
  background: url(../images/sp/bg-open-campus_sp.png) no-repeat center top 0.9375rem/contain;
}
@media screen and (min-width: 768px) {
  .p-section.p-section--visual::after {
    max-width: 67.5rem;
    background: url(../images/pc/bg-open-campus.png) no-repeat center top 4.375rem/contain;
  }
}

.p-section:nth-child(2n+1) {
  background: #F5DEE5;
}

.p-section__title {
  text-align: center;
}

.p-section__title img {
  display: inline-block;
  width: 100%;
}

.p-section:nth-of-type(1) .p-section__title img {
  max-width: 330px;
  max-width: 20.625rem;
}
@media screen and (min-width: 768px) {
  .p-section:nth-of-type(1) .p-section__title img {
    max-width: 47.8125rem;
  }
}

.p-section:nth-of-type(2) .p-section__title img {
  max-width: 310px;
  max-width: 19.375rem;
}
@media screen and (min-width: 768px) {
  .p-section:nth-of-type(2) .p-section__title img {
    max-width: 47.5rem;
  }
}

.p-section:nth-of-type(3) .p-section__title img {
  max-width: 350px;
  max-width: 21.875rem;
}
@media screen and (min-width: 768px) {
  .p-section:nth-of-type(3) .p-section__title img {
    max-width: 37.9375rem;
  }
}

.p-section:nth-of-type(4) .p-section__title img {
  position: relative;
  z-index: 1000;
  max-width: 287.5px;
  max-width: 17.96875rem;
  margin-top: -50px;
  margin-top: -3.125rem;
}
@media screen and (min-width: 768px) {
  .p-section:nth-of-type(4) .p-section__title img {
    max-width: 35.9375rem;
    margin-top: 0;
  }
}

.p-section:nth-of-type(5) .p-section__title img {
  max-width: 324px;
  max-width: 20.25rem;
}
@media screen and (min-width: 768px) {
  .p-section:nth-of-type(5) .p-section__title img {
    margin-top: 55px;
    max-width: 36.125rem;
  }
}

.p-section__text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6153846154;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section__text {
    font-size: 1.0625rem;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
}

.p-section.p-section--visual .p-section__text {
  margin-top: -5px;
  margin-top: -0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-section.p-section--visual .p-section__text {
    margin-top: 10px;
  }
}

.p-section__visual {
  width: 100%;
  max-width: 375px;
  max-width: 23.4375rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-section__visual {
    max-width: 1140px;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: -10rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section__visual img {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}

.p-section__content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 5px;
  margin-top: 0.3125rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-section__content {
    max-width: 81.25rem;
    margin-top: 3.75rem;
  }
}

.p-section__items {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-section__items {
    margin-top: 2.8125rem;
  }
}

.p-section__list {
  width: 100%;
  margin-top: 20px;
  margin-top: 1.2rem;
}
.p-section__items + .p-section__list {
  margin-top: 45px;
  margin-top: 2.8125rem; 
}
@media screen and (min-width: 768px) {
  .p-section__list {
    max-width: 37.5rem;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-section__items + .p-section__list {
    margin-top: 125px;
  }
}

.p-section__link {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section__link {
    margin-top: 4.6875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-section--md .p-section__link {
    margin-top: 2.8125rem;
  }
}

.p-section--visual .p-section__link {
  margin-top: 17px;
  margin-top: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-section--visual .p-section__link {
    margin-top: 1.875rem;
  }
}

.p-section--visual .p-section__link a {
  max-width: 298px;
  max-width: 18.625rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-section__plus {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-section__plus {
    margin-top: 3.75rem;
  }
}

.p-section__plus img {
  display: inline-block;
  width: 100%;
  max-width: 59.75px;
  max-width: 3.734375rem;
}
@media screen and (min-width: 768px) {
  .p-section__plus img {
    max-width: 4.375rem;
  }
}

.p-section__skill-list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-section__skill-list {
    margin-top: -0.5rem;
  }
}

.p-section__point-list {
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-section__point-list {
    margin-top: -0.5rem;
  }
}

.p-section__school-life {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-section__school-life {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
  }
}
.p-section__school-life.c-life-list{
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-life-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .c-life-list__item {
    width: 50%;
    max-width: 31.125rem;
    padding: 0 1.5625rem;
  }
}

.c-life-list__item + .c-life-list__item {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-life-list__item + .c-life-list__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-life-list__item:nth-child(2) .p-skill__icon {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .c-life-list__item:nth-child(2) .p-skill__icon::after {
    display: block;
    content: "";
    position: absolute;
    top: -6.875rem;
    right: 0;
    width: 10.03125rem;
    height: 8.34375rem;
    background: url(../images/pc/icon-school-life_01.png) no-repeat center center/contain;
  }
}

.p-skill__icon {
  text-align: center;
}

.p-skill__icon img {
  display: inline-block;
  width: 100%;
  max-width: 267px;
  max-width: 16.6875rem;
}

.p-skill__box {
  margin-top: -25px;
  margin-top: -1.5625rem;
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  background: #fff;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-skill__box {
    margin-top: -2.1875rem;
    padding: 3.75rem 2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-skill__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-skill__img {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-skill__img {
    margin-top: 1.25rem;
  }
}

.p-skill__wrapper .p-skill__img {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-skill__wrapper .p-skill__img {
    width: 79.1208791209%;
    padding-left: 4.9450549451%;
    margin-top: 0;
  }
}

.p-skill__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: justify;
  text-justify: inter-ideograph;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-skill__text {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-skill__wrapper .p-skill__text {
    width: 20.8791208791%;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .swiper-slide {
    -ms-flex-negative: initial;
        flex-shrink: initial;
  }
}

@media screen and (min-width: 768px) {
  .swiper-slide + .swiper-slide {
    margin-left: 7.1428571429%;
  }
}

.swiper-pagination-bullet {
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BF2650;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}

.u-zoomUp {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.u-zoomUp.is-show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.u-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
          transform: translate(0, 20%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.u-fadeIn.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

@-webkit-keyframes move-y {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes move-y {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
.u-show-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-show-sp {
    display: none;
  }
}

.u-switch-tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-switch-tab {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
