@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif;
	font-weight: 500;
}
body.agfca-bg {
	background-image: linear-gradient(rgba(0,0,0,.55), rgba(0,0,0,.55)),
  url(./img/bg_orchestra.jpg);
}
body.agfca-bg {
  background:
    radial-gradient(circle at top right,
      rgba(212,175,55,.15),
      transparent 30%),
    linear-gradient(180deg,
      #07111b 0%,
      #0d2033 45%,
      #08121d 100%);

  color: #fff;
}
.w-100{
	width: 100%!important;
}
#second_contents{
	box-shadow: none;border:0;
	background-color: transparent;
}

.agfca-bg #second_contents{
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.35);
	background: #0d1b2a;
border: 1px solid rgba(198,164,90,.22);
}
.agfca-bg section li a{
	border:  none;
	display: inline;
}

/* font
------------------------------*/
.min-font{
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* color
------------------------------*/
.red{
	color: #e40211;
}
.pink {
	color: #fc69c9;
}
.poca{
	color: rgba(65, 119, 233, 0.8);
}
.green{
	color:
	#99bee0;
}
.d-blue{
	color: #0037a1;
}


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

.img-fluid {
	max-width: 100%;
	height: auto;
  }

	.img-fluid02 {
		max-width: 86%;
		height: auto;
	}

/* text
------------------------------*/
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}

@media (min-width: 576px){
	.pos_b{
		position: absolute;
		bottom: 0;
		left: 0;
		padding-left: 15px;
	}
	.pos_c{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}
.text_and{
	font-size: 2rem;
}
.l_font{
	font-size: 1.5rem;
}
/* space
------------------------------*/
.inner section{
	padding: 1rem ;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}


/* list
------------------------------*/
ul{
	list-style-type: none;
}
ul.comment_list{
	padding-left: 1em;
	text-indent: -1.3em;
	/* text-indent: -1em; */
	font-size: 0.875rem;
}
ul.common_list li:not(:last-child){
	margin-bottom: .5rem;
}
ul.comment_list li:not(:last-child){
	margin-bottom: .2rem;
}
.comment_list li::before{
	content: "※ ";
}

ul.common_list{
	padding-left: 1em;
	text-indent: -1.2em;
}
.common_list li > ul li::before {
	content: "※";
}
.common_list li::before{
	content: "・";
	width: 20px;
}

/* box
------------------------------*/
.box_oubo{
    background-color: #f7f7f7;
    border: 1px solid #bcbcbc;
    padding: 1.5rem;
}


#pan,#pan a {
	color: #9f9b9b;
}
#pan a:hover {
	color: #555;
	text-decoration: underline;
}
#second_contents p,
#second_contents ul{
	line-height: 1.6;
}
.bold{
	font-weight: 600;
}
.b_font{
	font-size: 110%;
}
.small{
	font-size: 90%;
}
.small-xs{
	font-size: 60%;
}

.text-left{
	text-align: left;
}
/* //text */
/* list */
section li{
	list-style: none;
    text-align: left;
    background: none;
}

ul.attention_text{
	padding-left: 1em;
	text-indent: -1em;
	margin-left: 7px;
}
ul.attention_text li::before{
	content: "※";
	color: #333;
}
/* //list */

.inner{
	margin: 0 auto;
	background-color: rgba(255,255,255,.06);;
}


.event_outline dl {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.event_outline dt{
	font-weight: 600;
}


/* button */
.button_area{
	text-align: center;
	padding: 1.5rem 0 1rem;
}
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.oubo_button {
	color: #FFF;
}
.oubo_button {
	width: 100%;
    background-color: #1b19bc;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    padding: 1.5rem 0.5rem;
}
.oubo_button:hover {
	background-color: rgba(65, 119, 233, 0.8);
	text-decoration: none;
	color: #FFF;
}
.reset_button,
.submit_button{
	width: 160px;
    height: 46px;
    line-height: 46px;
	font-size: 14px;
    font-weight: 600;
	margin: .5rem;
}
.reset_button{
    background-color: #e5e5e5;
    color: #51565b;
}
.reset_button:hover {
	background-color: #d0d0d0;
	text-decoration: none;
	color: #51565b;
}

.submit_button{
  background-color: #e40211;
  color: #f5f1e8;
	letter-spacing: .1em;
	text-indent: .1em;
}
.submit_button:hover{
	background-color: #b2000c;
	text-decoration: none;
	color: #FFF;
}
.reset_button.return-btn ,
.submit_button.return-btn {
	padding: 1rem;
  width: auto;
  height: auto;
  line-height: 1.8;
}

input[type=button],input[type=submit] {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0;
	border: 1px solid #51565b;
	padding: 0;
}
input[type=button]:disabled,input[type=submit]:disabled {
	background-color: #717171;
}
/* //button */


section h2{
	color: #D0A900;
	border-top: none;
    border-bottom: none;
}
.lead_text h2{
    line-height: 1.5;
    padding: 1.5rem 0 2rem;
    color: #000000;
    margin: 0!important;
    font-size: 28px;
		background: linear-gradient(
	    180deg,
			#f4e7b7 0%,
  #c6a45a 38%,
  #7d5a1f 100%
	  );

		text-shadow:
	    0 2px 8px rgba(0,0,0,.35),
	    0 0 18px rgba(212,175,55,.15);

	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;

	  font-weight: 900;
	}

#second_contents h3 {
	color: #D0A900;
}

#second_contents h3.tit_outline{
    text-align: left;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    padding: 0.5rem 0;
    border-bottom: 4px solid #f7698f;
    margin: 0 0 1.5rem;
    color: #348f28;
}
#second_contents h3.tit_outline02{
    text-align: left;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    padding: 0.5rem 0;
    border-bottom: 4px solid rgba(65, 119, 233, 0.8);
    margin: 0 0 1.5rem;
    color:#1b19bc;
}
#second_contents h3.tit_outline:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 20%;
	height: 4px;
	content: '';
	background: #348f28;
}
#second_contents h3.tit_outline02:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 20%;
	height: 4px;
	content: '';
	background: #1b19bc;
}


/* form */
::placeholder {
	color: #CCC;
}
.oubo_table{
	border-collapse:  collapse;
	width: 100%;
}
.oubo_table th {
	background: #eda366;
	border: solid 1px #733d09;
	color: #fff;
	padding: 12px 10px;
	width: 30%;
	line-height: 1.8;
	text-align: center;
}
#form.oubo_table th {
	width: 36%;
}
.oubo_table td {
	border: 1px solid #733d09;
	padding: 12px 10px;
	width: auto;
	line-height: 1.8;
}
.form-text {
	height: 2.4em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-text:focus,.form-textarea:focus{
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}
.mandatory{
	font-size: 90%;
	color: #c52929;
}

.contact-size + .contact-size {
    margin-left: 10px;
}

.contact-size-txt {
    margin-left: 5px;
}
.form-textarea {
	height: 200px;
	display: block;
	width: 100%;
	padding: 4px 16px;
	border-radius: 4px;
	border: none;
	box-shadow: 0 0 0 1px #ccc inset;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	resize: vertical;
}
.box_precautions {
	margin: 2em 0;
    background: #f8f8f8;
    border: 1px solid #656565;
}
#second_contents .box_precautions h4.title {
    font-size: 1.2em;
    background: #656565;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
	margin: 0;
}
.box_precautions .text_area {
    padding: 15px 20px;
    margin: 0;
}
.filelabel{
	display: inline-block;
	position: relative;
	background-color: #ca722a;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 2px;
	transition: all 0.5s;
	width: 100%;
    max-width: 400px;
	text-align: center;
	margin: .1em 0;
}
.filelabel:hover{
	background-color: #a75c20;
}

.fileinput{
	top: 0;
    left: 50%;
    max-width: 400px;
    transform: translateX(-50%);
	visibility: hidden;
}

span.msg {
	color: #e40211;
}

/* //form */
@media screen and (min-width: 581px) {
	.to-top{
		padding-bottom: 1rem;
	}
	.to-top a{
		color: #666!important;
	}

	.event_outline dt {
		clear: left;
		float: left;
		width: 15%;
	}
	.event_outline dd {
		margin-left: 16%;
	}
	.lead_text h2{
		font-size: clamp(1.6rem, 3.6vw, 1.8rem);;
		background: linear-gradient(
	    180deg,
			#f4e7b7 0%,
  #c6a45a 38%,
  #7d5a1f 100%
	  );

		text-shadow:
	    0 2px 8px rgba(0,0,0,.35),
	    0 0 18px rgba(212,175,55,.15);

	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;

	  font-weight: 900;
	}
		padding: 3rem 0 2rem;
	}
	/* button */
	.oubo_button {
		width: 60%;
		font-size: 21px;
	}
	ul.attention_text{
		margin-left: 0;
	}
	ul.attention_text.pc-inline {
		margin-left: 16px;
	}
	ul.attention_text.pc-inline li {
		display: inline-block;
		margin-right: 20px;
	}
	/* //button */
	/* form */
	.form-text {
		max-width: 400px;
	}
	.fileinput{
		left: 0;
		transform: none;
	}
	/* //form */
}
@media screen and (max-width: 580px) {
	.text-ps-center{
		text-align: center;
	}
	.inner section{
		padding: 1rem 15px!important;
		width: auto;
		margin: 0;
	}
	.lead_text h2 br{
		display: none;
	}
	.event_outline dl {
		font-size: 16px;
	}
	.event_outline dt{
		font-weight: 600;
		padding: 0 0.5rem;
		border-left: 5px solid #1b19bc;
		margin-bottom: 1rem;
	}
	/* form */
	#second_contents .box_precautions h4.title{
		border: none;
	}
	.last td:last-child {
		border-bottom: solid 1px #a7a7a7;
		width: 100%;
	}
	.oubo_table {
		width: 100%;
	}
	.oubo_table th,
	.oubo_table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
	#form.oubo_table th {
		width: 100%;
	}
	#form.oubo_table tr:last-child {
		border-bottom: 1px solid #a7a7a7;
	}
	.reset_button.return-btn ,
	.submit_button.return-btn {
		padding: 0.5rem 1rem;
	}
}
	/* //form */



/* event css */

.title-name-logo3 {
    width: auto;
    vertical-align: bottom;
    height: 20px;
    margin-left: 5px;
}


/**
 * Closing Style
 */
div.bloc.mrg-15B.nfd h2 {
	text-align:center;
	background:none;
}
.nfd p{
	text-align: center;
}
.nfd-404{
text-align: center;
	line-height: 1!important;
	color: #eeeeee;
}
#pan.closing ,
#pan.closing a ,
#pan.closing span ,
.to-top a.closing {
	color: #666666!important;
}

	.nfd{
		box-sizing: border-box;
		padding: 6rem 2rem;
	}
	.nfd-404{
		font-size: 10rem;
	}
}

@media screen and (max-width:580px) {
	div.bloc.mrg-15B.nfd h2 {
		font-size: 1rem;
}
	div.bloc.mrg-15B.nfd {
		width:100%;
	}

	.nfd{
		box-sizing: border-box;
		padding: 3rem 2rem;
	}
	.nfd-404{
		font-size: 7rem;
	}
}


/**
 * Other Style
 */

/* 抽選スケジュール */
input[type=text]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
	border: 1px solid #cccccc;
}
input[type=text]:focus,
textarea:focus {
  border: 1px solid #333333;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
	margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: none;
}

.formrun label span {
	display: inline-block;
	background-color: red;
	color: #f5f1e8;
	padding: 3px;
	font-size: 13px;
	line-height: 14px;
}
.error {
	margin-top: 15px;
	font-size: 13px;
	line-height: 14px;
}

button[type=button], button[type=submit], button[type=reset] {
	color:#07111b;
	text-align: center;
	margin: auto;
  background-color: #08346d;
  border: none;
  background: linear-gradient(180deg, #f4e7b7 0%,
  #c6a45a 38%,
  #7d5a1f 100%);
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
	border-radius: 5px;
}
.formrun>div{
	margin-top: 15px;
	transition: 0.3s;
}

.kiyaku{
	padding: 10px;
	background-color: #0d1b2a;
	border: 3px solid #cccccc;
	line-height: 1.6;
	margin-top: 15px;
	font-size: 13px;
}


@media (max-width: 580px){
	.error {
		color: #dc3545 !important;
		font-size: 14px;
	}
}
.gen-ty {margin: 30px 0!important;}
.gender {margin-right: 20px;}

@media (min-width: 768px){
	.post-c {width: 30%!important;}
}
div.note-danger {
	margin-bottom: 15px;
}
.note-danger {
	font-size: 14px;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.submit_btn {
	line-height: 34px;
    background-color: #015db2;
    color: #fff!important;
    width: 100%;
    border-radius: 30px;
}
.b-t {
	display: inline-block;
	width: 30%;
	margin: auto;
	text-align: center;
}
@media (max-width: 580px){
	a:visited {
        color: #f5f1e8!important;
}
}

/* 2025/05/16 */
.sab-note {margin-top: 15px;}

@media (min-width: 768px){
	.post-d {width: 30%!important;}
}

/* 2025/5/21 */
span.privy {
    /* box-sizing: border-box; */
}
span.privy {
	display: inline-block;
	background-color: red;
	color: #f5f1e8;
	padding: 3px;
	font-size: 13px;
	line-height: 14px;
}

/* ===============================
   Ishida-gumi application page
================================ */


.ishida-page {
  color: #f8f5ea;
  background: #07131f;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  overflow: hidden;
}

.ishida-page *,
.ishida-page *::before,
.ishida-page *::after {
  box-sizing: border-box;
}

.ishida-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ishida-container {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

/* hero */
.ishida-hero {
  position: relative;
  padding: 76px 0 64px;
  background:
    radial-gradient(circle at top right, rgba(255, 219, 120, .18), transparent 30%),
    linear-gradient(135deg, #06111d 0%, #09233a 55%, #03101a 100%);
}

.ishida-hero::before {
  content: "石田組";
  position: absolute;
  right: 4vw;
  top: 8%;
  color: rgba(255,255,255,.06);
  font-size: clamp(5rem, 14vw, 12rem);
  font-weight: 900;
  writing-mode: vertical-rl;
  pointer-events: none;
}

.ishida-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 36px;
  align-items: center;
}

.ishida-hero__sub {
  margin: 0 0 14px;
  color: #c7a85a;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.ishida-hero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: .98;
  font-weight: 900;
  letter-spacing: .04em;
  color: #fff;
}

.ishida-hero h1 span {
  display: block;
  margin-top: 16px;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 1.35;
  color: #c6a45a;
}

.ishida-hero__lead {
  margin: 24px 0 0;
  max-width: 620px;
  color: rgba(255,255,255,.88);
  line-height: 1.9;
}

.ishida-meta {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.ishida-meta div {
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}

.ishida-meta span {
  display: block;
  margin-bottom: 4px;
  color: #c7a85a;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
}

.ishida-meta strong {
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.6;
}

.ishida-hero__visual img {
  border-radius: 28px;
  box-shadow: 0 24px 50px rgba(0,0,0,.42);
}

.ishida-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 30px;
  padding: 0 30px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37 0%, #f2d77a 48%, #b98d25 100%);
  color: #06111d;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 32px rgba(212,175,55,.22);
}

.ishida-btn::after {
  content: "→";
  margin-left: .6em;
}

/* section */
.ishida-section {
  padding: 72px 0;
  background: #0d1b2a;
  color: #f5f1e8;
}

.ishida-section--dark {
  background: #0d1b2a;
  color: #fff;
}

.ishida-heading {
  margin-bottom: 30px;
  text-align: center;
}

.ishida-heading p {
  margin: 0 0 8px;
  color: #9c7a22;
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: .16em;
}

.ishida-heading h2 {
  margin: 0;
  /* font-size: clamp(1.6rem, 3.6vw, 1.8rem); */
  line-height: 1.25;
  font-weight: 900;
	background: linear-gradient(
		180deg,
		#f4e7b7 0%,
  #c6a45a 38%,
  #7d5a1f 100%
	);

	text-shadow:
		0 2px 8px rgba(0,0,0,.35),
		0 0 18px rgba(212,175,55,.15);

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	font-weight: 900;
}

.ishida-heading--white p,
.ishida-heading--white h2 {
  /* color: #fff; */
}

/* reason */
.reason-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.reason-card {
  position: relative;
  padding: 28px 22px;
  border-radius: 24px;
	background: #0d1b2a;
  border: 1px solid rgba(198,164,90,.2);
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  overflow: hidden;
}

.reason-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: linear-gradient(90deg, #d4af37, #0b2740);
}

.reason-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 54px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: #0b2740;
  color: #c6a45a;
  font-weight: 900;
}

.reason-card h3 {
  margin: 0 0 10px;
  font-size: 1.18rem;
  line-height: 1.45;
  font-weight: 900;
  color: #10243b;
}

.reason-card p {
  margin: 0;
  color: #f5f1e8;
	font-size: 1.0em!important;
  line-height: 1.85;
}

/* info */
.event-info {
  margin: 0;
  display: grid;
  gap: 12px;
}

.event-info div {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
}

.event-info dt,
.event-info dd {
  margin: 0;
}

.event-info dt {
  color: #c6a45a;
  font-weight: 900;
}

.event-info dd {
  color: rgba(255,255,255,.92);
  line-height: 1.8;
}

.form-lead {
  max-width: 780px;
  margin: 0 auto;
  padding: 24px 22px;
  border-radius: 22px;
	background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.9);
  box-shadow: 0 18px 40px rgba(13,35,58,.10);
  text-align: center;
}

.form-lead p {
  color: rgba(255,255,255,.9);
  margin: 0;
  color: #f5f1e8;
  line-height: 1.9;
}

/* form area */
#form,
.formrun-embed {
  width: min(920px, calc(100% - 32px));
}

/* responsive */
@media (max-width: 900px) {
  .ishida-hero__inner,
  .reason-grid {
    grid-template-columns: 1fr;
  }

  .ishida-hero__visual {
    order: -1;
  }

  .event-info div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

@media (max-width: 767px) {
  .ishida-container,
  .ishida-hero__inner,
  #form,
  .formrun-embed {
    width: min(100% - 20px, 1080px);
  }

  .ishida-hero {
    padding: 48px 0 42px;
  }

  .ishida-hero h1 {
    font-size: clamp(2.7rem, 14vw, 4.2rem);
  }

  .ishida-hero h1 span {
    font-size: 1.25rem;
  }

  .ishida-hero__lead {
    font-size: .95rem;
  }

  .ishida-section {
    padding: 50px 0;
  }

  .reason-card {
    padding: 22px 16px;
    border-radius: 20px;
  }

  .ishida-btn {
    width: 100%;
    min-height: 56px;
  }

  .event-info div {
    padding: 16px;
  }

  .form-lead {
		background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.9);
    padding: 20px 16px;
    border-radius: 18px;
  }
	h2,
	h3,
	dt {
	  background: linear-gradient(
	    180deg,
			#f4e7b7 0%,
  #c6a45a 38%,
  #7d5a1f 100%
	  );

		text-shadow:
	    0 2px 8px rgba(0,0,0,.35),
	    0 0 18px rgba(212,175,55,.15);

	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;

	  font-weight: 900;
	}
}
.reason-card {
	padding: 22px 16px;
	border-radius: 20px;
}
.reason-card {
  position: relative;
  padding: 28px 22px;
  border-radius: 24px;
  background: #08346d;
  box-shadow: 0 18px 40px rgba(13, 35, 58, .10);
  overflow: hidden;
}
media="screen and (min-device-width: 581px)" {
	.ishida-section .reason-grid {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 22px !important;
	}

	.ishida-section .reason-card {
		width: auto !important;
		margin: 0 !important;
	}
}
@media screen and (min-width: 581px) {

  .reason-card h3,
  .ishida-section h3 {

    background: linear-gradient(
      180deg,
			#f4e7b7 0%,
  #c6a45a 38%,
  #7d5a1f 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent !important;

    text-shadow:
      0 2px 8px rgba(0,0,0,.35),
      0 0 18px rgba(212,175,55,.15);

    font-weight: 900;
  }

}

/* =========================
   member
========================= */

.member-layout{
  margin-top: 56px;
}

/* PC */
@media screen and (min-width: 581px){

  .member-layout{
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 28px;
    align-items: start;
  }

  .member-main img{
    width: 100%;
    display: block;
  }

  .member-main p{
    margin-top: 18px;
    text-align: center;
    line-height: 1.8;
    font-size: 20px;

    background: linear-gradient(
      /* 180deg, */
      /* #f4e7b7 0%, */
      /* #c6a45a 38%, */
      /* #7d5a1f 100% */
			#ffffff
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-weight: 700;
  }

  .member-sub{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .member-card img{
    width: 100%;
    aspect-ratio: 1 / 1.097;
    object-fit: cover;
  }

  .member-card p{
    margin-top: 10px;
    text-align: center;
    line-height: 1.6;
    font-size: 15px;
    color: #f5f1e8;
  }

}

/* SP */
@media screen and (max-width: 580px){

  .member-layout{
    margin-top: 40px;
  }

  .member-main{
    margin-bottom: 28px;
  }

  .member-main img{
    width: 100%;
  }

  .member-main p{
    margin-top: 12px;
    text-align: center;
    line-height: 1.8;
    font-size: 18.6px;

    background: linear-gradient(
      /* 180deg, */
      /* #f4e7b7 0%, */
      /* #c6a45a 38%, */
      /* #7d5a1f 100% */#ffffff
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-weight: 700;
  }

  .member-sub{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .member-card img{
    width: 100%;
    aspect-ratio: 1 / 1.097;
    object-fit: cover;
  }

  .member-card p{
    margin-top: 8px;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
    color: #f5f1e8;
  }

}

/* =========================
   apply button
========================= */

.apply-fixed{
  text-align: center;
  margin: 42px 0 10px;
}

.apply-fixed a{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 320px;
  min-height: 72px;
  padding: 0 42px;

  border-radius: 999px;

  background: linear-gradient(
    180deg,
    #f4e7b7 0%,
    #c6a45a 38%,
    #7d5a1f 100%
  );

  color: #07111b !important;

  font-size: 24px;
  font-weight: 900;
  letter-spacing: .08em;

  text-decoration: none;

  box-shadow:
    0 12px 28px rgba(0,0,0,.35),
    0 0 18px rgba(212,175,55,.22);

  transition: .28s;
}

.apply-fixed a:hover{
  transform: translateY(-4px);

  box-shadow:
    0 18px 36px rgba(0,0,0,.45),
    0 0 26px rgba(212,175,55,.35);
}

.apply-fixed a::after{
  content: "→";
  margin-left: .6em;
}

/* SP */
@media screen and (max-width: 580px){

  .apply-fixed{
    margin: 32px 0 0;
  }

  .apply-fixed a{
    width: 100%;
    min-width: auto;
    min-height: 62px;

    font-size: 20px;
  }

}

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

#form{
  scroll-margin-top: 460px;
}
}
@media screen and (max-width: 580px){

#form{
  scroll-margin-top: 790px;
}
}

/* =========================
   bunkacho
========================= */

.bunka-header{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  margin: 0 auto 38px;
  padding: 18px 24px;

  border: 1px solid rgba(198,164,90,.22);

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.04),
      rgba(255,255,255,.02)
    );

  border-radius: 18px;
}

.bunka-header img{
  width: 140px;
  height: auto;
  flex-shrink: 0;
}

.bunka-header p{
  margin: 0;

  color: #f5f1e8;

  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .04em;
}

/* SP */
@media screen and (max-width: 580px){

  .bunka-header{
    flex-direction: column;
    text-align: center;

    gap: 14px;

    padding: 18px 14px;
  }

  .bunka-header img{
    width: 110px;
  }

  .bunka-header p{
    font-size: 16px;
    line-height: 1.7;
  }
}

.other,
.kiyaku{
  font-size: 14px !important;
}

/* =========================
   base font
========================= */

body{
  /* font-size: 14px; */
}

/* 最小文字サイズ */
#second_contents,
#second_contents p,
#second_contents li,
#second_contents dd,
#second_contents dt,
#second_contents input,
#second_contents textarea,
#second_contents button,
#second_contents label{
  /* font-size: max(14px, 1em); */
}

/* =========================
   button bold
========================= */

button[type=button],
button[type=submit]{

  font-size: 16px !important;
  font-weight: 500 !important;
  letter-spacing: .04em;
}

/* =========================
   見出しフォントサイズ
========================= */

@media screen and (min-width: 581px){
	.ishida-heading h2 {
	  /* margin: 0; */
	  font-size: clamp(1.6rem, 3.6vw, 1.8rem);
	  /* line-height: 1.25; */
	  /* font-weight: 900; */
		/* background: linear-gradient( */
			/* 180deg, */
			/* #f4e7b7 0%, */
	  /* #c6a45a 38%, */
	  /* #7d5a1f 100% */
		/* ); */
	}
}

@media screen and (max-width: 580px){
	.ishida-heading h2 {
	  /* margin: 0; */
	  font-size: clamp(1.4rem, 3.2vw, 1.6rem);
	  /* line-height: 1.25; */
	  /* font-weight: 900; */
		/* background: linear-gradient( */
			/* 180deg, */
			/* #f4e7b7 0%, */
	  /* #c6a45a 38%, */
	  /* #7d5a1f 100% */
		/* ); */
	}
	.lead_text h2 {font-size: 20.8px;}
	.apply-fixed a{font-size: 18px;}
}

input::placeholder{
  color: #666666 !important;
  opacity: 1;
}
section li {margin-bottom: 20px!important;}

/* =========================
   social
========================= */

#social-bloc ul.social li a{

  display: flex;
  align-items: center;
  justify-content: center;

  width: 85px;
  height: 25px;

  padding: 0 12px;

  border-radius: 10px;

  background:
    linear-gradient(
			#d0b26e
    );

  border: 1px solid rgba(212,175,55,.24);

  box-shadow:
    0 0 8px rgba(255,255,255,.08),
    0 0 18px rgba(212,175,55,.12);

  transition: .28s;
}
