@charset "UTF-8";
/* 共通 */

.button,
a.button {
  display: inline-block;
  position: relative;
  padding: .2em 1.8em .2em .6em;
  border: 1px solid #000;
  border-radius: 3px;
  color: inherit;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

.button.button-primary,
a.button.button-primary {
  padding-right: .6em;
  border: none;
  background: #008bcd;
  color: #fff;
  font-size: 0.875em;
}

.button.button-primary::after,
a.button.button-primary::after {
  display: none;
}

.button.social--twitter,
a.button.social--twitter {
  border-color: #1da1f2;
  color: #1da1f2;
}

.button.social--facebook,
a.button.social--facebook {
  border-color: #1877f2;
  color: #1877f2;
}

.button.social--instagram,
a.button.social--instagram {
  border-color: #F00077;
  color: #F00077;
}

.button.social--youtube,
a.button.social--youtube {
  border-color: #FF0202;
  color: #FF0202;
}

.button::after,
a.button::after {
  -webkit-transition-duration: .2s;
  position: absolute;
  top: 0.15em;
  right: .8em;
  content: "→";
  transition-duration: .2s;
}

.button:hover::after,
a.button:hover::after {
  right: .5em;
}

.site-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  background: -webkit-linear-gradient(301.95deg, #008bcd 0%, #2ca5df 100%);
  background: linear-gradient(148.05deg, #008bcd 0%, #2ca5df 100%);
}

.site-main {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-box {
  -webkit-box-shadow: 0 0 50px rgba(0, 41, 81, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 41, 81, 0.3);
}

.main-box .main-box__key-visual,
.main-box .main-box__contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}

.main-box .main-box__key-visual {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
}

.main-box .main-box__contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 2em;
}

.main-box .main-box__contents__header h1 {
  font-size: .8em;
  font-weight: normal;
}

.main-box h2.contents-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1em;
  text-align: center;
}

.main-box h2.contents-title::before, .main-box h2.contents-title::after {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  height: 1px;
  margin: 0 .3em;
  background: #333;
  content: "";
}

.main-box .social-accounts {
  width: 80%;
  margin: auto;
}

.main-box .social-accounts__item {
  margin-top: 1em;
}

.main-box .social-accounts__item .button {
  display: block;
}

.main-box__key-visual {
  position: relative;
  padding: 2em;
  background: url("../images/key_visual.jpg") center center no-repeat;
  background-size: cover;
}

.main-box__key-visual::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
}

.profile-box {
  z-index: 10;
  position: relative;
  text-align: center;
}

.profile-box__icon img {
  width: 50%;
  overflow: hidden;
  border-radius: 100em;
}

.profile-box__caption {
  margin-top: .5em;
}

.bnr {
  width: 80%;
  margin: auto;
  margin-top: 2em;
  padding: 1em 1.5em 1em 1.2em;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 1em;
}

.bnr a {
  text-decoration: none;
}

.bnr__img {
  width: 20%;
}

.bnr_text {
  font-weight: bold;
}

.bnr__ttl {
  font-size: 1.25em;
  font-weight: bold;
}

@media screen and (max-width: 1540px) {
  /* 共通 */
  .bnr {
    font-size: .6em;
  }
}

@media screen and (max-width: 1260px) {
  /* 共通 */
}

@media screen and (max-width: 1024px) {
  /* 共通 */
}

@media screen and (max-width: 768px) {
  /* 共通 */
  .main-box {
    display: block;
    width: 80%;
  }
  .main-box .social-accounts {
    width: 100%;
  }
  .bnr {
    width: 100%;
    padding: 1em 3em 1em 1.2em;
    font-size: 1.5em;
  }
  .bnr__img {
    width: 20%;
  }
}

@media screen and (max-width: 480px) {
  /* 共通 */
  .bnr {
    padding: 1em 1em 1em 1em;
    font-size: .6em;
  }
}

@media screen and (orientation: landscape) {
  .main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1780px) {
  .bnr {
    font-size: .8em;
  }
}
