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

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

li {
  list-style: none;
}

small,
em {
  font-style: normal;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.eng {
  font-family: 'Besley', serif;
}

header {
  display: flex;
  align-items: center;
  height: 60px;
}
@media screen and (min-width: 769px) {
  header {
    height: 130px;
  }
}

.logo {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .logo {
    width: 123.15px;
    height: 21.05px;
  }
}

.container {
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
}

.container--1000 {
  max-width: 1040px;
}

.title {
  padding: 10.6666667vw 6.666667vw;
  background: url(../img/bg_sp.jpg) no-repeat center / cover;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .title {
    display: flex;
    align-items: center;
    padding: 5vw 3.57142857vw;
    background-image: url(../img/bg.jpg);
    background-image: image-set(url(../img/bg.jpg) 1x, url(../img/bg@2x.jpg) 2x);
    background-image: -webkit-image-set(url(../img/bg.jpg) 1x, url(../img/bg@2x.jpg) 2x);
  }
}
@media screen and (min-width: 1400px) {
  .title {
    padding: 70px 50px;
  }
}

.title__image {
  margin-bottom: 9.333333vw;
}
@media screen and (max-width: 768px) {
  .title__image {
    width: 82%;
  }
}
@media screen and (min-width: 769px) {
  .title__image {
    flex-shrink: 0;
    width: 50%;
    margin-bottom: 0;
  }

  .title__image img {
    padding: 0 6.3%;
  }
}
@media screen and (min-width: 1400px) {
  .title__image img {
    padding: 0 40px;
  }
}

.title__text p {
  margin-top: 6.13333333vw;
  line-height: 0;
  opacity: 0;
  transform: translateY(.5em);
  transition: opacity 2.4s ease-in-out, transform 2.4s ease-in-out;
}
@media screen and (min-width: 769px) {
  .title__text p {
    margin-top: 2.71428571vw;
  }

  .title__text p:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .title__text p {
    margin-top: 38px;
  }
}

.title__text p:last-of-type {
  white-space: normal;
}
@media screen and (min-width: 769px) {
  .title__text p:last-of-type {
    display: flex;
    align-items: center;
  }
}

.title__text p.show {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .title__text p:nth-of-type(1) img {
    width: 75.74384vw;
  }
  .title__text p:nth-of-type(2) img {
    width: 70.0809867vw;
  }
  .title__text p:nth-of-type(3) img {
    width: 76.0542933vw;
  }
}

.title__text .logo {
  width: 28.616vw;
  height: 4.890667vw;
}
@media screen and (min-width: 769px) {
  .title__text .logo {
    margin-top: 1.71428571vw;
    width: 175.51px;
    height: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .title__text .logo {
    margin-top: 24px;
  }
}

.title__text__image {
  margin: 4.8vw 0 2.93333333vw;
}
@media screen and (max-width: 768px) {
  .title__text__image {
    width: 88%;
  }
}
@media screen and (min-width: 769px) {
  .title__text__image {
    margin-top: 1.71428571vw;
    margin-right: 6%;
    margin-bottom: 0;
    width: 66%;
  }
}
@media screen and (min-width: 1400px) {
  @media screen and (min-width: 769px) {
    .title__text__image {
      margin-top: 24px;
    }
  }
}

.heading {
  line-height: 1;
  text-align: center;
}

.heading--left {
  margin: 50px 0 30px;
}
@media screen and (min-width: 769px) {
  .heading--left {
    margin: 60px 0 40px;
    text-align: left;
  }
}

.inner {
  position: relative;
}

.list {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.list li {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
@media screen and (min-width: 769px) {
  .list li {
    margin-bottom: 50px;
    width: 48%;
  }

  .list li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
}

.list li.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 769px) {
  .list li.active:hover {
    transform: translateY(0) scale(1.05);
  }
}

.supervised {
  margin: 30px auto 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .supervised {
    max-width: 335px;
  }
}
@media screen and (min-width: 769px) {
  .supervised {
    margin-top: 67px;
    margin-right: 0;
  }
}

.shear {
  margin-top: 84px;
  line-height: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .shear img {
    width: 182.83px;
    height: 9.41px;
  }
}
@media screen and (min-width: 769px) {
  .shear {
    margin-top: 196px;
  }
}

.shear-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 22px 0 80px;
}
@media screen and (min-width: 769px) {
  .shear-list {
    margin: 48px 0 0;
  }
}

.shear-list li {
  margin: 0 19px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .shear-list li {
    margin: 0 42px;
  }

  .shear-list li a {
    transition: opacity .3s;
  }

  .shear-list li a:hover {
    opacity: .7;
  }

  .shear-list li a img {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .shear-list__image-x {
    width: 22.34px;
    height: 22.18px;
  }

  .shear-list__image-fb {
    width: 22.05px;
    height: 21.97px;
  }

  .shear-list__image-line {
    width: 22.05px;
    height: 21.01px;
  }
}

.bg {
  margin-top: 68px;
  padding: 54px 0 20px;
  background-color: #f5f8f7;
}
@media screen and (min-width: 769px) {
  .bg {
    margin-top: 152px;
    padding: 105px 0 80px;
  }

  .bg--article {
    margin-top: 174px;
  }
}

.bg .heading {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
}
.bg .heading.active {
  opacity: 1;
  transform: translateY(0);
}

.links {
  padding-top: 30px;
  border-top: 1px solid rgba(46, 101, 87, .2);
  margin-top: 49px;
}
@media screen and (min-width: 769px) {
  .links {
    display: flex;
    justify-content: space-between;
    padding-top: 80px;
    margin-top: 107px;
  }
}

@media screen and (max-width: 768px) {
  .links li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .links li {
    width: 49%;
  }
}

.link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 50px;
  background-color: #fff;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}
@media screen and (max-width: 768px) {
  .link {
    max-width: 335px;
  }
}
@media screen and (min-width: 769px) {
  .link {
    min-height: 70px;
  }

  .link:hover {
    background-color: rgba(46, 101, 87, .1);
  }
}

.link::before, .link::after {
  content: "";
  position: absolute;
}

.link::before {
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-color: #006959;
}
@media screen and (min-width: 769px) {
  .link::before {
    width: 27px;
    height: 27px;
  }
}

.link::after {
  right: 7px;
  bottom: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transform-origin: center top;
}
@media screen and (min-width: 769px) {
  .link::after {
    right: 10px;
    bottom: 10px;
  }
}

.link--gotop {
  background-color: #f5f8f7;
}
@media screen and (max-width: 768px) {
  .link--gotop {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .link--gotop {
    max-width: 715px;
  }
}

@media screen and (max-width: 768px) {
  .links li:nth-of-type(1) .link__image {
    width: 203.19px;
    height: 11.05px;
  }

  .links li:nth-of-type(2) .link__image {
    width: 268.82px;
    height: 11.2px;
  }
}

.popup .mfp-container {
  padding-left: 20px;
  padding-right: 20px;
}

.popup .mfp-content {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .popup .mfp-content {
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 800px;
  }
}

.popup__close-btn {
  position: absolute;
  bottom: calc(100% + 6px);
  right: 0;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 769px) {
  .popup__close-btn {
    bottom: calc(100% + 15px);
  }
}

.popup__close-btn::before, .popup__close-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 1px;
  background-color: #fff;
}

.popup__close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close-btn::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__image {
  display: block;
}

.popup__text {
  padding: 31px 20px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .popup__text {
    padding: 37px 60px 53px;
    text-align: left;
  }
}

.popup__text dt {
  display: inline-block;
  min-width: 295px;
  text-align: left;
}
@media screen and (max-width: 375px) {
  .popup__text dt {
    min-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .popup__text dt {
    display: block;
    min-width: auto;
  }
}

.popup__text dd {
  margin-top: 29px;
}
@media screen and (min-width: 769px) {
  .popup__text dd {
    margin-top: 18px;
    min-height: 230px;
  }
}

.popup__text .youtube,
.qr-text .youtube {
  position: relative;
  padding-top: 56.25%;
  min-height: auto;
}
@media screen and (min-width: 769px) {
  .qr-text .youtube {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

.popup__text .youtube iframe,
.qr-text .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.qr-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.qr-image__fv {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .qr-image__fv {
    margin-bottom: 60px;
  }
}

.qr-text {
  text-align: center;
}

.qr-text dt {
  margin: 30px 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .qr-text dt {
    display: inline-block;
    min-width: 335px;
  }
}
@media screen and (min-width: 769px) {
  .qr-text dt {
    margin: 50px 0 25px;
  }
}

.qr-text dd {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .qr-text dd {
    margin-bottom: 85px;
  }
}

footer {
  display: flex;
  align-items: center;
  height: 100px;
  background-color: #2e6557;
}
@media screen and (min-width: 769px) {
  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.copyright {
  margin-top: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .1em;
}
@media screen and (min-width: 769px) {
  .copyright {
    margin-top: 0;
  }
}