@charset "UTF-8";
.title {
  font-size: 3vw;
  color: gold;
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #704308 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  padding-top: 4vw;
  -webkit-text-stroke: 1px gray;
  text-stroke: 1px gray;
  letter-spacing: 0.2rem;
  font-weight: bold; }

.title_outer {
  width: 100%;
  height: 300px;
  background: black;
  padding-top: 12vh; }

header {
  width: 100%;
  height: 6vw;
  position: fixed;
  top: 0;
  z-index: 10; }

.logo {
  height: fit-content;
  width: fit-content;
  margin: 15px auto;
  display: block;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #bfbfbf;
  font-size: 3rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .logo img {
    height: 60px; }

.logo_hover::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9); }

.logo_hover:hover {
  transition: all 0.3s;
  text-shadow: 0 0 30px #fafad6, 0 0 30px #fafad6, 0 0 30px #fafad6, 0 0 30px #fafad6; }

.socialEffect__link {
  margin: .3em;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #bfbfbf;
  font-size: 1.6rem;
  background: gray;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.icon-twitter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9); }

.fab.fa-twitter {
  display: inline-block;
  color: #fff; }

.icon-twitter:hover {
  transition: all 0.3s;
  text-shadow: 0 0 15px rgba(250, 250, 214, 0.5), 0 0 15px rgba(250, 250, 214, 0.5), 0 0 15px rgba(250, 250, 214, 0.5), 0 0 15px rgba(250, 250, 214, 0.5);
  transform: scale(1.1); }

.sns {
  position: fixed;
  bottom: 30px;
  right: 30px; }

#top {
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/top-pc3.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position-x: center; }

#message {
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/back-pc.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.m_outer {
  width: fit-content;
  height: fit-content;
  margin: 0 auto;
  padding-top: 10vh; }

.m_text {
  padding-top: 3vh;
  line-height: 1.5;
  color: white;
  font-weight: bold;
  text-shadow: 3px 3px black; }
  .m_text p {
    font-size: 3vw; }

#skill {
  float: left;
  width: 50%;
  min-height: 100vh;
  background-image: url("../img/img1.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.s_list {
  color: black;
  line-height: 5.2vw;
  font-size: 2.5vw;
  font-weight: bold;
  padding-left: 5vw;
  -webkit-text-stroke: 1px blue;
  text-stroke: 1px blue; }
  .s_list li:last-child {
    float: right;
    padding-right: 6vw; }

.float_outer {
  width: 100%;
  min-height: 100vh; }

#contact {
  width: 100%;
  min-height: 80vh;
  background-image: url("../img/img2.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden; }

.c_outer {
  width: 80vw;
  height: 60vh;
  margin: 0 auto;
  margin-top: 13vh;
  background-color: white;
  border-radius: 50px;
  color: black; }

#group {
  float: right;
  width: 50%;
  background-color: white; }

.g_outer {
  width: 100%;
  min-height: 100vh;
  background-image: url("../img/partner.jpg");
  background-repeat: no-repeat;
  background-position: 50% 80%;
  background-size: 65%; }

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem; }

.btn {
  width: 40vw; }

.btn_outer {
  text-align: center; }

/*背景*/
.btn-border-gradient-wrap {
  display: inline-block;
  padding: 0.2rem;
  border-radius: 0.5rem; }

.btn-border-gradient-wrap--gold {
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #704308 100%); }

.btn-border-gradient-wrap--gold:hover a.btn {
  text-shadow: 0 0 15px rgba(250, 250, 214, 0.5), 0 0 15px rgba(250, 250, 214, 0.5), 0 0 15px rgba(250, 250, 214, 0.5), 0 0 15px rgba(250, 250, 214, 0.5); }

a.btn-border-gradient {
  font-size: 2rem;
  background: #000; }

.btn-text-gradient--gold {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffdb), to(#a16422));
  background: -webkit-linear-gradient(bottom, #ffffdb, #a16422);
  background: linear-gradient(to top, #ffffdb, #a16422);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

footer {
  width: 100%;
  min-height: 100vh;
  background-color: black;
  color: white;
  font-size: 1.9vw;
  position: relative;
  letter-spacing: 0.2rem; }

.c_title {
  padding-top: 15vh; }

.footer_outer {
  width: 100%;
  position: absolute;
  transform: translatey(-50%);
  top: 50%;
  line-height: 2; }

.footer_inner {
  display: flex; }
  .footer_inner span {
    float: left; }

.contact {
  padding-bottom: 60px;
  display: flex; }
  .contact div a span:first-child {
    font-size: 2vw; }
  .contact div a span:last-child {
    font-size: 1.6vw; }

.width50 {
  width: 50%; }

.copylight {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 90%;
  left: 50%;
  font-size: 2vw; }

.footer_logo {
  display: inline-block;
  padding-top: 1.5vw;
  padding-right: 3vw; }
  .footer_logo img {
    width: 8vw;
    height: 8vw; }

.conpany_inner {
  display: flex;
  justify-content: center; }

.link_inner {
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.link_inner a:hover {
  transition: all 0.3s;
  text-shadow: 0 0 15px rgba(250, 250, 214, 0.5), 0 0 15px rgba(250, 250, 214, 0.5), 0 0 15px rgba(250, 250, 214, 0.5), 0 0 15px rgba(250, 250, 214, 0.5); }

.privacy_text_outer {
  width: 100%;
  background: white; }

.privacy_text_inner {
  width: 80%;
  height: fit-content;
  padding-top: 50px;
  padding-bottom: 50px;
  margin: 0 auto;
  background-color: white;
  color: black;
  line-height: 2rem; }
  .privacy_text_inner span {
    font-weight: bold; }
  .privacy_text_inner h2 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px; }

.information_outer {
  width: 100%;
  background: white; }

.information_inner {
  width: 70%;
  min-height: 100vh;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 1.5vw; }
  .information_inner h2 {
    color: black;
    font-size: 2.5vw; }

.information_table {
  letter-spacing: 3px;
  line-height: 5vw;
  color: black;
  margin-top: 50px; }
  .information_table th {
    padding-right: 20px;
    padding-bottom: 50px; }
  .information_table td {
    width: 75%; }

.information_holy {
  padding-top: 70px; }

@media screen and (min-width: 551px) {
  .pc-none {
    display: none; } }
@media screen and (max-width: 812px) {
  .title_outer {
    height: 30vw; }

  #skill, #group {
    float: none;
    width: 100%; }

  #skill {
    padding-top: 10vh; }

  .s_list {
    font-size: 4vw;
    line-height: 8vh; }

  .g_outer {
    padding-top: 10vh;
    background-position: 50% 60%;
    background-size: 70%; }

  .footer_outer {
    position: relative;
    transform: none; }

  .footer_inner {
    display: block;
    height: 50vw; }

  .conpany, .link_outer {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 5vw; }

  .contact {
    display: block;
    text-align: center; }

  .btn_outer {
    margin-top: 5vw;
    width: 100%; }

  .btn {
    width: 60vw; } }
@media screen and (max-width: 539px) {
  header .logo {
    margin: 10px auto; }

  .title {
    font-size: 7vw; }

  .title_outer {
    height: 50vw; }

  #top {
    background-image: url("../img/top-sp2.jpg"); }

  #message {
    background-image: url("../img/back-sp.jpg"); }

  .m_text p {
    font-size: 6vw; }

  #skill {
    background-image: url("../img/img1-sp.jpg"); }

  .s_list {
    font-size: 5vw; }

  .g_outer {
    background-image: url("../img/partner-sp.jpg");
    background-position: 50% 55%;
    background-size: 100%; }

  .btn, a.btn {
    line-height: 1;
    padding: 1rem; }

  .btn {
    width: 80vw; }

  .contact div a span:first-child {
    font-size: 5vw; }

  .contact div a span:last-child {
    font-size: 4vw; }

  .footer_logo {
    padding-top: 3vw; }

  .pc-none {
    display: block; }

  .information_inner h2 {
    font-size: 4vw; }

  .information_table {
    font-size: 3vw; }
    .information_table td {
      width: 65%; }

  .sns {
    bottom: 10px;
    right: 10px; } }
@media screen and (max-width: 375px) {
  .s_list {
    margin-top: 10px; }

  .g_outer {
    background-size: 90%; }

  .contact {
    padding-bottom: 20px; }

  .copylight {
    top: 95%; } }

/*# sourceMappingURL=main.css.map */
