@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

html {
  /*min-width: 1100px;*/
  scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

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

/* placeholder */
:placeholder-shown {
  color: #bfbfbf;
  opacity: 1;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
a {
  text-decoration: none;
}
a:hover,
a.selected {
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  vertical-align: bottom;
}

/* clear fix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
  min-height: 1%;
}

/* font */
body {
  font: 13px/1.231 "Noto Sans JP", "Helvetica Neue", Verdana, "メイリオ", Meiryo, "游ゴシック",
    YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #282828;
  font-optical-sizing: auto;
}
.font-inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

select,
input,
button,
textarea,
button {
  font: 13px/1.231 "Noto Sans JP", "Helvetica Neue", Verdana, "メイリオ", Meiryo, "游ゴシック",
    YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 99%;
}
@media only screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}

/* for fixed footer */
body,
div.body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}
footer {
  position: relative;
  margin-top: auto;
}
.wrap {
  width: 1300px;
  max-width: 98%;
  /*width: 1100px;*/
  /*max-width: 87%;*/
  margin: 0 auto;
}

h2 {
  font-size: 28px;
  text-align: center;
  margin: 40px 0 50px;
  scroll-margin-top: 96px;
}

/* nav */
nav#nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  background: transparent;
  transition: background 0.15s ease;
}
nav#nav.scrolled {
  background: #f0f0f0;
}
nav .wrap {
  width: 1300px;
  max-width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  gap: 0 40px;
}
@media only screen and (max-width: 963px) {
	nav .wrap {
	  gap: 0 20px;
}
}
nav .wrap > img {
  display: block;
}

nav .logo,
nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
}
@media only screen and (max-width: 1100px) {
	nav ul{
	  gap: 0 20px;
	}
}
@media only screen and (max-width: 963px) {
	nav ul{
	  gap: 0 10px;
	}
}
nav .logo {
	width: 180px;
}
@media only screen and (max-width: 963px) {
	nav .logo {
		width: 150px;
	}
}
nav .logo img {
	width: 100%;
	height: auto;
}
nav .logo img.pc {
	display: block;
}
nav .logo img.sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	nav .logo img.pc {
		display: none;
	}
	nav .logo img.sp {
		display: block;
	}
}

nav ul li.sns {
	display: none;
}
nav ul li:last-child {
  margin-right: 0;
}
nav .sns a.linkedin {
	position: relative;
}
nav .sns a.linkedin:after {
	content: "";
	width: 24px;
	height: 25px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 2px;
}
nav ul li > a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 963px) {
	nav ul li > a {
	  font-size: 12px;
	}
}
nav ul li > a:hover {
  color: #726bea;
}
nav#nav.scrolled ul li > a {
	color: #000;
}
nav#nav.scrolled ul li > a:hover {
	color: #726bea;
}
nav ul .register-btn a {
  color: #fff;
  line-height: 1;
  background: #0f4b8f;
  border: 2px solid #0f4b8f;
  padding: 15px 17px;
  display: inline-block;
}
nav ul .register-btn a:hover {
  color: #0f4b8f;
  background: #fff;
}
nav .nav-op-btn {
  display: none;
}
nav .sns {
	margin-left: auto;
	width: 120px;
    display: flex;
    justify-content: center;
    gap: 15px;
}
nav .sns a{
	width: 28px;
	display: block;
	transition: 0.3s ease;
}
nav .sns a:hover {
	opacity: 0.7;
}
nav .sns a img {
	width: 100%;
	height: auto;
}

/* box-button */
a.box-button {
  color: #fff;
  line-height: 1;
  background-color: #0f4b8f;
  border: 2px solid #0f4b8f;
  padding: 15px 17px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
}
a.box-button:hover {
  color: #0f4b8f;
  background-color: #fff;
}

/* title */
#main_kv {
  padding-top: 83px;
  background: url(../images/common/main_visual_bg.png) no-repeat center/cover;
  min-height: 385px;
  position: relative;
}
#main_kv .sp_logo {
	display: none;
}
#main_kv h1 img {
  width: 100%;
  height: auto;
}
#main_kv .title,
#main_kv .title2{
	width: 1300px;
	margin: 0 auto;
	max-width: 90%;
	color: #fff;
}
#main_kv .title h1,
#main_kv .title2 h1{
	font-size: 40px;
	font-weight: bold;
	margin: 30px 0 20px;
	font-family: "Inter", sans-serif;
}
#main_kv .title h1 span,
#main_kv .title2 h1 span{
	display: block;
	width: 100%;
}
#main_kv .title h1 span,
#main_kv .title2 h1 span{
	width: 680px;
	max-width: 80%;
	margin: 0 0 15px;
}
#main_kv .title h1 span img,
#main_kv .title2 h1 span img{
	width: 100%;
	height: auto;
}
#main_kv .infomation p {
	margin: 0 0 20px;
}
#main_kv .infomation .area {
	font-weight: bold;
	font-size: 24px;
}
#main_kv .infomation .date {
	font-size: 40px;
	margin-left: 10px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
  letter-spacing: 2px;
}
#main_kv .infomation .fri {
	font-size: 16px;
	margin-left: 10px;
	font-family: "Inter", sans-serif;
}
#main_kv .infomation .place {
	font-size: 22px;
	display: block;
	width: 100%;
}
#main_kv .title-footer {
	margin-top: 6rem;
	width: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	bottom: -2px;
}
#main_kv .title-footer svg {
	height: 100px;
	width: calc(100% + 60px);
    margin-left: -30px;
    position: relative;
    vertical-align: middle;
    margin-bottom: -2px;
}
#main_kv .title-footer svg path {
	fill: #f0f0f0;
}
.tokyo #main_kv .infomation p.osaka {
	display: none;
}
.osaka #main_kv .infomation p.tokyo {
	display: none;
}
/* outline */
#outline table tr td span {
	font-size: 12px;
}

/* contact */
.contact {
	padding: 60px 0;
	background: #23282E;
}
.contact .linkbtn,
#sticky-footer .linkbtn {
	width: 320px;
	margin: 0 auto;
}
.contact .linkbtn a,
#sticky-footer .linkbtn a{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding: 30px 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;
}
.contact .linkbtn a:hover,
#sticky-footer .linkbtn a:hover {
	filter: brightness(1.2);	
}
.contact .linkbtn a:after,
#sticky-footer .linkbtn a:after {
	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;
}

/* contact */
div.register {
	padding: 60px 0;
	background: #23282E;
}
div.register .box-button {
	width: 320px;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 30px 0;
	background-image: linear-gradient(0deg, rgba(160, 0, 0, 1), rgba(255, 0, 0, 1));
	border-radius: 60px;
	border: none;
	position: relative;
}
div.register .box-button:after {
	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;
}
div.register .box-button:hover {
	filter: brightness(1.2);
}

/* footer */
footer {
  width: 100%;
  background: #f0f0f0;
}

footer .wrap {
  margin: 0 auto;
  padding: 30px 0 17px;
}

footer .wrap ul {
  text-align: right;
}

footer .wrap ul li {
  display: inline;
  line-height: 1;
  border-left: 1px solid #000000;
  padding-left: 14px;
  margin-left: 10px;
}

footer .wrap ul li:first-child {
  border-left: none;
}

footer .wrap ul li a {
  color: #000000;
  text-decoration: none;
}

footer .wrap ul li a:hover {
  color: #777777;
}

footer .wrap dl {
  overflow: hidden;
}

footer .wrap dl dt {
  font-size: 28px;
  font-weight: bold;
  margin: 5px 0 20px;
  line-height: 1.5;
  width: 180px;
}
footer .wrap dl dt img {
	width: 100%;
	height: auto;
}
footer .wrap dl dt span {
  display: block;
  font-size: 16px;
  border-top: 2px solid;
  line-height: 2;
}
footer .wrap dl dd {
  font-size: 12px;
  line-height: 1.7;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
/*footer .wrap dl dd .office-name,*/
/*footer .wrap dl dd .office-email{*/
/*	display: none;*/
/*}*/
footer .wrap dl dd .contact-info {
	display: flex;
	flex-direction: column;
	font-size: 14px;
}
footer .wrap dl dd p a {
  color: #32373e;
}

footer .wrap dl dd p a:hover {
  text-decoration: underline;
}
footer .wrap .office-time {
  font-size: 14px;
  margin: 4px 0;
}
footer .copy {
  font-size: 13px;
  margin: 30px 0;
  text-align: center;
  display: none;
}

/* cv btn */

.cv-btn {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 144px;
  height: 144px;
}
.cv-btn a {
	background: url(../images/common/cv_bg.png)no-repeat center/ cover;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-radius: 50%;
	padding: 15px 0;
	text-align: center;
	width: 100%;
	height: 144px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 4px solid #fff;
	flex-direction: column;
	gap: 15px 0;
	transition: filter 0.3s ease;
}
.cv-btn a:hover {
	filter: brightness(1.2);
	cursor: pointer;
}

.ime-off {
  ime-mode: disabled;
}
.ime-on {
  ime-mode: active;
}
.pc-non {
  display: none;
}

/* info */
.info {
  font-size: 11px;
}
/*footer_menu*/
#sticky-footer .linkbtn {
	display: none;
}

.cv-btn {
	display: inline;
}
