@charset "utf-8";

/* smart phone */
@media only screen and (max-width: 768px) {
  html {
    height: 100%;
    overflow: visible;
    font-size: 12px;
    min-width: 100%;
  }
  body {
    height: auto;
    /*position: relative;*/
    /*display: block;*/
    position: static;
    word-break: break-all;
    font-size: 14px;
    font-family:
      -apple-system, "Helvetica Neue", Verdana, "メイリオ", Meiryo,
      "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN", sans-serif;
    transition: none;
    transition: height 0.5s linear 0.1s;
  }
  body.nav-overwrap {
    overflow: hidden !important;
    height: 100% !important;
  }
  .body {
    position: static;
  filter: none;
  transform: none;
  overflow: visible;
  }
  #main_kv {
    min-height: 340px;
    padding-top: 30px;
  }
  #main_kv .sp_logo {
		display: block;
		margin-bottom: 20px;
	}
	#main_kv .sp_logo img {
		max-width: 200px;
        max-height: 50px !important;
	}
  #main_kv .title h1 span,
  #main_kv .title2 h1 span{
		max-width: 90%;
		margin: 0 0 15px;
	}
  header div.title2 {
    padding-top: 0;
    margin-bottom: 0;
  }
  header div.title2 p.tagline {
    font-size: 19px;
  }
  header div.title2 h1 {
    font-size: 38px;
  }
  header div.title2 .subtitle {
    font-size: 18px;
  }
  header div.title2 .info {
    font-size: 16px;
  }
  header div.title2 .info span {
    display: block;
    margin: 6px auto 0;
  }
	#main_kv .title h1,
	#main_kv .title2 h1{
		font-size: 28px;
		margin: 15px 0 20px;
	}
	#main_kv .infomation p {
		margin: 0 0 10px;
	}
	#main_kv .infomation .area {
		font-size: 18px;
	}
	#main_kv .infomation .date {
		font-size: 32px;
		margin-left: 10px;
	}
	#main_kv .infomation .place {
		font-size: 13px;
	}
  h2 {
    font-size: 22px;
    margin: 40px 0 20px;
  }
  select {
    padding: 0 24px 0 5px;
    background: url("../../images/responsive/common/select_btn.svg") right
      center no-repeat;
  }
  input,
  select {
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 12px;
    font-family:
      -apple-system, "Helvetica Neue", Verdana, "メイリオ", Meiryo,
      "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN", sans-serif;
  }
  img {
    max-width: 100%;
  }
  .br-sp {
    display: inline;
  }
  .wrap {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  a,
  label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  /* nav */
  nav {
    position: fixed;
    padding: 0;
  }
  nav#nav {
	  padding: 0;
	  position: fixed;
	  opacity: 0;
	}
	nav#nav.scrolled {
		opacity: 1;
	}
  nav .wrap {
    height: 50px;
  }
  nav .logo {
    max-width: 60px;
    padding: 10px 0 10px 20px;
    z-index: 5555;
    position: relative;
  }
  nav .nav-op-btn {
    display: block;
	position: absolute;
	top: 17px;
    /*right: 5.6875%;*/
    width: 20px;
    height: 20px;
    padding: 0;
    z-index: 5000;
    left: 23%;
  }
  nav .nav-op-btn:before {
		content: "";
		width: 22px;
		height: 1px;
		background-color: #000;
		position: absolute;
		top: 0;
		left: 0;
		/*transition-delay: 0.3s;*/
		/*transition-duration: 0.5s;*/
	}
  nav .nav-op-btn:after {
    content: "";
	width: 22px;
	height: 1px;
    background-color: #000;
    position: absolute;
	top: 16px;
	left: 0;
    /*transition-delay: 0.3s;*/
    /*transition-duration: 0.5s;*/
  }
  nav .nav-op-btn.open:before {
		transform: rotate(45deg);
		top: 6px;
		transition-duration: 0.2s;
		background-color: #000;
	}
  nav.scrolled .nav-op-btn:after {
  	background-color: #000;
  }
  nav .nav-op-btn.open:after {
    transform: rotate(135deg);
	top: 6px;
    /*transition-duration: 0.4s;*/
    background-color: #000;
  }
  nav .nav-op-btn div {
    position: absolute;
	width: 22px;
	top: 8px;
	left: 0;
	height: 1px;
    background-color: #fff;

    /*transition-delay: 0.3s;*/
    /*transition-duration: 0.3s;*/
  }
  nav.scrolled .nav-op-btn div {
  	background: #000;
  }
  nav .nav-op-btn.open div {
    transform: rotate(45deg);
    top: 6px;
    transition-duration: 0.2s;
    background-color: #000;
  }
  nav ul {
    display: block;
  }
  nav ul li,
  nav ul li:last-child {
    margin-right: auto;
  }
  nav ul li.sns {
	display: flex;
}
  nav .sns {
  	display: none;
  }
  nav .sns a.linkedin:after {
	bottom: 0;
	margin: auto;
}

  /* nav */
  nav ul {
    opacity: 0;
    position: absolute;
    z-index: 4000;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border: none;
    box-sizing: border-box;
    background-color: #fff;
    overflow: hidden;

    transition:
      opacity 0.1s linear 0.6s,
      height 0.4s ease-out 0.1s;
  }
  nav ul.open {
    opacity: 1;
    height: auto;
    overflow-y: scroll;
    padding: 60px 0 30px;

    transition:
      opacity 0.1s linear 0.1s,
      height 0.4s ease-out 0.1s;
  }
  nav ul {
    /*margin-top: 50px;*/
    overflow: hidden;
    background: #f0f0f0;
  }
  nav ul li {
    text-align: center;
    opacity: 0;
    float: none;
    width: 70%;
    margin: 0 auto;
    transform: scale(1.1) translateY(-24px);

    transition:
      opacity 0.35s ease-out,
      transform 0.35s ease-out;
  }
  nav ul li > a {
    display: block;
    width: 100%;
    padding: 20px 0;
    color: #000;
  }
  nav ul .register-btn a {
    box-sizing: border-box;
  }
  nav ul li:nth-child(1) {
    transition-delay: 0.45s, 0.45s;
  }
  nav ul li:nth-child(2) {
    transition-delay: 0.4s, 0.4s;
  }
  nav ul li:nth-child(3) {
    transition-delay: 0.35s, 0.35s;
  }
  nav ul li:nth-child(4) {
    transition-delay: 0.3s, 0.3s;
  }
  nav ul li:nth-child(5) {
    transition-delay: 0.25s, 0.25s;
  }
  nav ul li:nth-child(6) {
    transition-delay: 0.2s, 0.2s;
  }

  nav ul.open li {
    opacity: 1;
    transform: none;

    transition:
      opacity 0.35s ease-out,
      transform 0.35s ease-out;
  }
  nav ul.open li:nth-child(1) {
    transition-delay: 0.35s, 0.35s;
  }
  nav ul.open li:nth-child(2) {
    transition-delay: 0.4s, 0.4s;
  }
  nav ul.open li:nth-child(3) {
    transition-delay: 0.45s, 0.45s;
  }
  nav ul.open li:nth-child(4) {
    transition-delay: 0.5s, 0.5s;
  }
  nav ul.open li:nth-child(5) {
    transition-delay: 0.55s, 0.55s;
  }
  nav ul.open li:nth-child(6) {
    transition-delay: 0.6s, 0.6s;
  }
  nav ul.open li:nth-child(7) {
    transition-delay: 0.65s, 0.65s;
  }
  

  /* main */
  main {
    padding: 0;
    width: 100%;
  }
	#main_kv .title-footer {
		bottom: -3px;
	}
	/* outline */
	#outline table tr td span {
		font-size: 10px;
	}
  /* footer */
  footer {
    width: 100%;
    min-width: 100%;
    margin: 0 auto 75px;
  }
  footer .wrap {
    margin: 0 auto;
    padding: 20px 0;
    width: 95%;
  }
  footer .wrap ul {
    text-align: left;
    margin-bottom: 20px;
  }
  footer .wrap ul li {
    display: inline;
    line-height: 1;
    border-left: 1px solid #000;
    padding-left: 14px;
    margin-left: 10px;
  }
  footer .wrap ul li:first-child {
    border-left: none;
    padding-left: 0;
    margin: 0;
  }
  footer .wrap ul li a {
    color: #000;
    text-decoration: none;
  }
  footer .wrap ul li a:hover {
    color: #777;
  }
  footer .wrap dl {
    overflow: hidden;
  }
  footer .wrap dl dt {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.5;
  }
  footer .wrap dl dd {
    font-size: 11px;
    flex-wrap: wrap;
  }
  footer .wrap dl dd p a {
    color: #32373e;
  }
  footer .wrap dl dd p a:hover {
    text-decoration: underline;
  }
  footer .wrap dl dd .copyright {
  	text-align: center;
  	width: 100%;
  	order: 3;
  }
  footer .wrap .office-time {
    font-size: 12px;
    margin: 4px 0;
  }
  footer .copy {
    font-size: 10px;
    margin-top: 30px;
  }
  footer .footer_link {
  	width: 100%;
  }
  .pc-non {
    display: block;
  }
  .sp-non {
    display: none;
  }
  /* contact */
	.contact,
	#sticky-footer {
		padding: 30px 0;
	}
	.contact .linkbtn,
	#sticky-footer .linkbtn {
		width: 70%;
	}
	.contact .linkbtn a,
	#sticky-footer .linkbtn a{
		font-size: 16px;
		padding: 20px 0;
	}
	/* contact */
	div.register {
		padding: 30px 0;
	}
	div.register .box-button {
		width: 70%;
		font-size: 16px;
		padding: 20px 0;
	}
	/* cv btn */
	/*.cv-btn {*/
	/*	display: none;*/
	/*}*/
	
	/*footer_menu*/
	#sticky-footer {
		position: fixed;
		bottom: 0;
		height: 75px;
		left: 0;
		width: 100%;
		text-align: center;
		/*padding: 15px 20px 15px;*/
		/*transition: bottom 0.5s ease;*/
		z-index: 1000;
		display: flex;
		justify-content: center;
		gap: 0 40px;
		align-items: center;
		background: #23282E;
	}

	#sticky-footer p {
		font-weight: bold;
		font-size: 20px;
		margin: 0;
		border-left: 1px solid #fff;
		padding: 0 0 0 15px;
		font-feature-settings: "palt";
		display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
	    align-items: baseline;
		width: 300px;
	}
	
	#sticky-footer p em {
		font-size: 28px;
		font-style: normal;
	}
	
	#sticky-footer p span {
		font-size: 16px;
		display: block;
	    width: 100%;
	}
	
	#sticky-footer .linkbtn {
		width: 70%;
		display: inline;
	}

	#sticky-footer .linkbtn a {
		display: block;
		width: 100%;
		font-feature-settings: "palt";
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		padding: 15px 0;
		background-image: linear-gradient(0deg, rgba(160, 0, 0, 1), rgba(255, 0, 0, 1));
		border-radius: 60px;
		position: relative;
		line-height: 1;
		transition: filter 0.3s ease;
	}
	
	
	
	#sticky-footer .linkbtn a:hover {
		background: linear-gradient(0deg, rgba(255, 188, 0, 1) 35%, rgba(255, 220, 0, 1) 100%);
	}
	
	#sticky-footer .linkbtn a:after {
		content: "";
		width: 35px;
		height: 35px;
		background: url(../images/common/top_btn_arrow.svg) no-repeat center / cover;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 10px;
	}
	
	#sticky-footer .mobile-footer {
		display: none;
	}
	
	.ime-off {
		ime-mode: disabled;
	}
	
	.ime-on {
		ime-mode: active;
	}

	.sp {
		display: block;
	}
	.sp.inline {
		display: inline;
	}
	.pc {
		display: none;
	}
	/*.cv-btn {*/
	/*	display: none;*/
	/*}*/
	.cv-btn {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
		transform: none;
		width: 100%;
		height: 75px;
		padding: 5px auto;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #23282E;
		border-radius: 0;
		z-index: 1000;
	}
	.cv-btn a {
		background: linear-gradient(0deg, rgba(160, 0, 0, 1), rgba(255, 0, 0, 1));
		width: 70%;
		height: auto;
		border-radius: 60px;
		border: none;
		padding: 20px 0;
		font-size: 16px;
		flex-direction: row;
		position: relative;
	}
	 .cv-btn a svg {
		position: absolute;
		content: "";
		width: 18px;
		height: 16px;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 40px;
		background: url(../images/common/registration_btn_arrow.svg) no-repeat center/cover;
	}
	/*.cv-btn a svg {*/
	/*	display: none;*/
	/*}*/
}