@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
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,
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
}

.let-01 {
	letter-spacing: -0.1em;
}

.let-03 {
	letter-spacing: -0.3em;
}

.let-05 {
	letter-spacing: -0.5em;
}

@media screen and (max-width: 960px) {
	br.clear__pc {
		display: none;
	}
}

br.on__pc {
	display: none;
}
@media screen and (max-width: 960px) {
	br.on__pc {
		display: block;
	}
}

br.on__tb {
	display: none;
}
@media screen and (max-width: 768px) {
	br.on__tb {
		display: block;
	}
}

br.on__sp {
	display: none;
}
@media screen and (max-width: 640px) {
	br.on__sp {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	img.on__pc {
		display: none;
	}
}

img.on__tb {
	display: none;
}
@media screen and (max-width: 768px) {
	img.on__tb {
		display: block;
	}
}

.center {
	text-align: center;
}
main section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

main img {
  width: 35%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 120px;
  flex-wrap: wrap;
}

.button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 25px;
  width: calc(33.33% - 27px);
  min-width: 280px;
  max-width: 400px;
  background: linear-gradient(145deg, #3a3a3a, #2a2a2a);
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 15px;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.5;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2), 
              0 3px 3px rgba(0,0,0,0.1),
              inset 0 1px 0 rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.1);
}

.button:hover {
	background: linear-gradient(145deg, #444444, #333333);
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 5px 5px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.button:active {
	transform: translateY(1px);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1200px) {
  main section {
    padding: 80px 0;
  }
  
  main img {
    width: 40%;
  }
  
  .button-container {
    margin-top: 100px;
    gap: 30px;
  }
  
  .button {
    width: calc(33.33% - 20px);
    min-width: 250px;
    padding: 20px;
  }
}

@media screen and (max-width: 960px) {
  main section {
    width: 85%;
    padding: 60px 0;
  }
  
  .button-container {
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
    gap: 25px;
    width: 100%;
  }
  
  .button {
    width: 100%;
    min-width: auto;
    max-width: 500px;
    min-height: 100px;
    font-size: 1em;
  }
}

@media screen and (max-width: 640px) {
  main section {
    width: 90%;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  
  .button-container {
    margin-top: 60px;
    gap: 20px;
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  .button {
    min-height: 80px;
    padding: 15px;
    font-size: 0.95em;
    width: 100%;
    box-sizing: border-box;
  }
}
/*# sourceMappingURL=style.css.map */
