/* ========================================
   Reset CSS 2026 (Lightweight & Practical)
======================================== */

/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol,
figure,
blockquote,
dl, dd {
  margin: 0;
}

/* Body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
}

/* Remove list styles */
ul, ol {
  list-style: none;
  padding: 0;
}

/* Anchor defaults */
a {
  text-decoration: none;
  color: inherit;
}

/* Images */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Form elements */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove animations for people who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/***********************/
a img	{
	border		: none ;
}

a:hover img{
	opacity		: 0.6;
	filter		: alpha(opacity=60);
	 -moz-opacity	: 0.6;
}

a	{
	text-decoration	: none ;
}

a:hover{
	color		: #000000 ;
	text-decoration	: none ;
}

a img	{
	border		: none ;
}



/**********共通*************/
body{
  max-width: 1200px;
  margin: 0 auto;  
}
html{
  scroll-behavior: smooth;
}

section{
  scroll-margin-top: 80px;
}

img, .trial03 > div{
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.trial-wrap{
	box-sizing: border-box;
	font-size: 16px;
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
}


h2{
	font-size:36px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
	background-color: #39abdd;
	padding: 8px 20px;
	width: 50%;
	margin: 0 auto 60px;
	text-align: center;
	border-radius: 3px;
}

h3{
	font-size:36px;
	margin: 0 auto 60px;
	text-align: center;
}

h4{
	width:600px;
	font-size:24px;
	margin: 0 auto 60px;
}

section{
	margin: 0 auto 150px;
}




/**********Mainビジュアル*************/
h1{
	margin: 0 auto 45px;
	width: 210px;
	height: 90px;
}

h1 img{
	display: block;
	width: 100%;
	height: 100%;
	filter:
		drop-shadow(0 0 5px rgba(255,255,255,0.9))
		drop-shadow(0 0 15px rgba(255,255,255,0.7));	
}

.main{
	width: 100%;
	height: 615px;
	padding: 45px 0 0;
	background-image: url("img/00.jpg");
	background-size: cover;        /* 画像を全面表示（はみ出しOK） */
	background-position: center;   /* 中央基準 */
	text-align: center;
	line-height:1.2;
}


.text01{
	font-size: 24px;
	font-weight: 400;	
}

.text02{
	font-size:60px;
	font-weight: 900;
	margin: 20px auto;
	text-shadow:
	0 0 5px #fff,
	0 0 10px #fff,
	0 0 20px #fff;
}

.main div{
	width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	line-height:1.5;
	font-size: 18px;
	font-weight:400 ;
}


/**********trial01*************/
.trial01 > div{
	width: 80%;
	margin: 0 auto 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 60px;
}

/* 偶数行は左右反転 */
.trial01 > div:nth-child(3){
	flex-direction: row-reverse;
}
.trial01 > div:nth-child(4){
	flex-direction: row;
}

/* テキスト */
.trial01 p{
	width: 50%;
	color: #000;
}

/* 画像 */
.trial01 img{
	width: 45%;
	height: auto;
	display: block;
}


/**********trial02*************/
.trial02 p{
	width: 50%;
	margin: 0 auto 30px;
}

.trial02 p span{
	font-size:36px;
	font-weight:700;	
	color: #39abdd;
	line-height:1.2;
}

.trial02 div{
	text-align: center;
}

.trial02 img{
	width: 100%;
	height: 340px;
	object-fit:cover;
	margin: 50px auto 0;
}

.trial02 b{
	color: #f00;
}

.trial02 a{
	text-align: center;
	text-decoration: underline;
}

/**********trial03*************/
/* グリッド */
.trial03 > div{
	background-color: rgba(57, 171, 221, 0.2);
	width: 250px;
	min-height: 220px;
	padding: 25px;
	text-align: left;
}

/* 4列レイアウト */
.trial03{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

/* 番号 */
.trial03 span{
	display: block;
	font-size: 36px;
	font-weight: 700;
	color: #39abdd;
	margin-bottom: 15px;
}

/* p内の強調タイトル */
.trial03 p span{
	font-size: 16px;
	font-weight: 700;
	display: block;
	margin-bottom: 8px;
	color: #000;
}




/**********trial-form*************/
.trial-form{
  max-width: 50%;
  margin: 80px auto;
  padding: 40px;
  background: #f9f9f9;
  border-radius: 8px;
}

.trial-form h2{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.form-lead{
  text-align: center;
  margin-bottom: 40px;
  color: #666;
}

.form-group{
  margin-bottom: 20px;
}

.form-group label{
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.required{
  background: #e60033;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  margin-left: 6px;
  border-radius: 3px;
}

input, select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

input:focus, textarea:focus, select:focus{
  border-color: #39abdd;
  outline: none;
}

.form-check{
  margin: 20px 0;
  font-size: 14px;
}

.submit-btn{
  width: 100%;
  padding: 14px;
  background: #39abdd;
  color: #fff;
  border: none;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}

.submit-btn:hover{
  background: #2b95c4;
}






@media screen and (max-width: 749px) {
/* 全体余白 */
.trial-wrap{
  padding: 0 10px;
}

/* 見出し */
h2{
  width: 100%;
  font-size: 24px;
  margin-bottom: 40px;
}

h3{
  font-size: 24px;
  margin-bottom: 40px;
}

h4{
  width: 100%;
  font-size: 18px;
}

/* セクション余白 */
section{
  margin-bottom: 80px;
}

/* メインビジュアル */
.main{
  height: auto;
  padding: 40px 20px;
}

.text01{
  font-size: 18px;
}

.text02{
  font-size: 36px;
}

.main div{
  width: 100%;
  height: auto;
  padding: 20px;
  font-size: 16px;
}

/* trial01 横並び解除 */
.trial01 > div{
  flex-direction: column !important;
  gap: 30px;
}

.trial01 p{
  width: 100%;
}

.trial01 img{
  width: 100%;
}

/* trial02 */
.trial02 p{
  width: 100%;
}

.trial02 p span{
	font-size:24px;
}


.trial02 img{
  height: 220px;
}

/* trial03 1列 */
.trial03{
  gap: 20px;
}

.trial03 > div{
  width: 100%;
}

/* フォーム */
.trial-form{
  max-width: 100%;
  padding: 20px;
}

}




@media screen and (min-width: 750px) {


}

@media screen and ( max-width:749px) {


}

