@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* reset.cssここまで */


body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", Roboto, メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* tag */
p {
  font-size: 15px;
}

h2 {
  font-size: 25px;
  font-weight: bold;
}

h3 {
  font-size:18px;
}

p, h2, h3 {
  line-height: 2.5rem;
}

a {
  text-decoration: none;
  color: #000;
}

header a {
  color: #fff;
}

li {
  list-style: none;
}

/* パンくずリスト */
.breadcrumb {
  list-style: none;
  padding: 0;
  width:100%;
  padding: 20px 0;
  padding-bottom: 0;
}
.breadcrumb-link{
    color: #333;
    cursor: pointer;
}
.breadcrumb-listitem{
    display: inline-block;
    font-size: 14px;
}

.breadcrumb-listitem:first-child{
  padding-left:20px;
}

.breadcrumb-separator{
  margin: 0 15px;
}

/* header */
.header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  height: 5em;
  box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
}

.common__logo {
  margin: 30px 0 15px 10px;
}

.header__logo {
  text-align: left;
}

.header__pc-nav {
  display: none;
}

.header__g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position:fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top:80px;
  right: -120%;
  width:100%;
  height: 100vh;/*ナビの高さ*/
/* background:#e2e1e1ef; */
  background: #333;
  /*動き*/
  transition: ease 0.6s;
}

.header__g-nav.panelactive{
  right: 0;
}

.header__g-nav ul li {
  font-size: 1.3em;
  color: #e5e5e5;
  text-align: center;
  border-top: 0.5px solid #fff;
  padding: 20px;
}

.header__g-nav ul li:last-child {
  border-bottom: 0.5px solid #fff;
}

.header__g-nav ul li a {
  height: 3em;
  line-height: 2em;
}

.header__btn_g-nav {
  position: fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top: 20px;
  right: 5px;
  width: 80px;
  height: 50px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  /* transition: ease 0.3s; */
}

.header__btn_g-nav span {
  display: inline-block;
  /* transition: all .3s; */
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #333;
  width: 45%;
}

.header__btn_g-nav span:nth-of-type(1) {
  top:15px;
}

.header__btn_g-nav span:nth-of-type(2) {
  top:23px;
}

.header__btn_g-nav span:nth-of-type(3) {
  top:31px;
}

.header__btn_g-nav.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.header__btn_g-nav.active span:nth-of-type(2) {
  opacity: 0;
}

.header__btn_g-nav.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.header__wantedly_sp {
  display: block;
  position: absolute;
  left: 37%;
  padding-top: 30px;
}

/* footer */
.footer {
  background-color: #09017e;
  /* background-color: #4bc6f4; */
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer a {
  color: #fff;
}

.footer__container {
  width: 85%;
  margin: 0 auto;
}

.footer__logo {
  font-weight: bold;
  text-align: center;
}

.footer__logo a {
  font-size: 25px;
}

.footer__nav {
  line-height: 2em;
  text-align: center;
}

.footer__copyright {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}

.img-wantedly {
  width: 110px;
  height: 30px;
  margin: 20px 0;
}

.p-mark {
  width: 300px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 0 auto;
  padding: 10px 10px;
}

.p-mark__text {
  color: #000;
  font-size: 14px;
  line-height: 1.5rem;
}

/* section,画像 lazy load共通 */
.common__lazy {
  opacity: 0; /* 読み込んだ瞬間は透明に */
}

/* lazyloadedになったらfadeアニメーションを実行 */
.common__lazy.lazyloaded {
  animation: fade 1s forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* トップイメージ */

/* トップ画像用 */
.common__top {
  position: relative;
  width: 100%;
  height: 220px;
  opacity: 70%;
  z-index: 1;
  margin-top: 80px;
}

/* トップの画像に重ねる色 */
.common__top::after {
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 220px;
}

.common__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size:35px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  z-index: 2;
  line-height: 2.5rem;
}

/* sp改行 */
.sp_br {
  display: block;
}

@media screen and (min-width:600px) {
  .header__wantedly_sp {
    left: 43%;
  }

  .common__top {
    width: 100%;
    height: 400px;
  }

  .common__top::after {
    height: 400px;
  }
}

@media screen and (min-width:1200px) {
  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  header a {
    color: #000;
  }

  .header a, .footer a {
    font-size: 16px;
  }

/* パンくずリスト */
  .breadcrumb {
    width:1200px;
    margin: 15px auto 20px;
  }

/* header */
  .header {
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
  }

  .header__container {
    width: 1200px;
    height: 5em;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header__g-nav {
    display: none;
  }

  .header__btn_g-nav {
    display: none;
  }

  .header__pc-nav {
    display: block;
  }

  .header__menu {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
  }

  .header__menu li:hover {
    opacity: 70%;
    transition:  0.6s;
}

.common__logo {
  margin: 0;
}

/* footer */
  .footer{
    padding: 20px;
    color: #f8f8f8;
  }

  .footer__container {
    width: 1200px;
    margin: 0 auto;
  }

  .footer__logo a {
    font-size: 25px;
  }

  .common__flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
  }

  .footer__nav {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 30px;
    text-align: left;
  }

  .footer__nav-list {
    width: 120px;
    white-space: nowrap;
    text-align: center;
  }

  .footer__nav-list__item a {
    color: inherit;
    text-decoration: none;
    line-height: 2em;
    padding: 0 0.5em;
    outline: 0;
  }

  .footer__nav-list__item:first-child {
    font-weight: bold;
  }

  .footer__nav-list__item:hover, .privacy:hover{
    opacity: 70%;
    transition:  0.6s;
  }

  .footer .privacy {
    font-size: 14px;
  }

  .footer__wantedly_sp {
    display: none;
  }

  .footer__copyright {
    text-align: right;
  }

  .img-wantedly {
    margin: 0;
  }

  .p-mark {
    width: 350px;
    justify-content: space-around;
    margin: 0;
    padding: 10px 10px;
  }

  .p-mark__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

/* トップイメージ */
  .common__title {
    font-size:70px;
    line-height: 5rem;
  }

/* sp改行 */
  .sp_br {
    display: none;
  }

  .pc_br {
    display: block;
  }
}