@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", sans-serif;
	font-size: 18px;
	line-height: 1.8;
	color: #000;
	word-wrap: break-word;
	overflow-wrap: break-word;
	min-width: 1024px;
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
}

/* 
p {
	margin-bottom: 20px;
}
 */

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a img {
	backface-visibility: hidden;
}

a:hover img {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}

img {
	height: auto;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	body {
		min-width: 768px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	body {
		min-width: 320px;
	}

}


/* --------------------------------------------------------------
WRAP,FOOTER
-------------------------------------------------------------- */
#wrap {
	position: relative;
}

#footer {
	background-color: #323232;
}

#footerArea {
	width: 1024px;
	margin: 0 auto;
	padding: 50px 12px;
	color: #fff;
}

#footerArea .box {
	max-inline-size: max-content;
	margin-inline: auto;
}

#footerArea p.logo {
	float: left;
}

#footerArea p.logo img {
	width: 100px;
}

#footerArea .add {
	margin-left: 130px;
	font-size: 14px;
	line-height: 1.6;
}

#footerArea .add *:last-child {
	margin-bottom: 0;
}

#footerArea .add p {
	margin-bottom: 10px;
}

#copy {
	background-color: #fff;
}

#copy p {
	width: 1024px;
	margin: 0 auto;
	padding: 15px 12px;
	font-size: 12px;
	text-align: center;
}

#pageTop p {
	position: fixed;
	right: 10px;
	bottom: 84px;
	margin-bottom: 0;
	z-index: 96;
	display: none;
}

#pageTop p a img {
	border: 1px solid #fff;
	background-color: #323232;
	width: 62px;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	#copy p {
		padding: 15px 40px;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	#footerArea {
		width: 768px;
		padding: 50px 40px;
	}

	#copy p {
		width: 768px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#footerArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 30px 40px;
	}

	#footerArea .box {
		max-inline-size: initial;
		margin-inline: initial;
	}

	#footerArea p.logo {
		float: none;
		text-align: center;
	}

	#footerArea .add {
		margin: 20px 0 0;
	}

	#copy p {
		width: auto;
		min-width: 320px;
		max-width: 520px;
	}

	#pageTop p a img {
		width: 42px;
	}

}


/* --------------------------------------------------------------
CONTENT
-------------------------------------------------------------- */
#mainVisual {
	background-color: #f0f0ee;
	position: relative;
}

#mainVisual::after {
	content: '';
	background: url("../images/diploma/mainBg.webp") no-repeat left top;
	width: 1056px;
	height: 832px;
	position: absolute;
	top: 110px;
	right: calc(50% - 200px);
}

#mainVisualArea {
	width: 1024px;
	height: 865px;
	margin: 0 auto;
	padding: 80px 12px;
	position: relative;
}

#mainVisualArea h1 {
	position: absolute;
	top: 80px;
	right: 40px;
}

#mainVisualArea p.isms {
	position: absolute;
	top: 80px;
	right: 300px;
}

#mainVisualArea p.logo {
	position: absolute;
	right: 95px;
	bottom: 155px;
}

#mainVisualArea h1 img {
	width: 228px;
}

#mainVisualArea p.isms img {
	width: 102px;
}

#mainVisualArea p.logo img {
	width: 200px;
}

.contBox {
	width: 1024px;
	margin: 0 auto;
	padding: 100px 12px;
}

#lead {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	text-align: center;
}

#lead h2 {
	margin-bottom: 50px;
}

#lead h2 img {
	width: 574px;
}

#lead .box {
	width: 668px;
	margin: 70px auto 0;
}

#lead ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -5px 0 0 -40px;
}

#lead ul li {
	margin: 5px 0 0 40px;
	position: relative;
}

#lead ul li img {
	background-color: #e3e1de;
	border-radius: 100%;
	width: 196px;
}

#lead ul li img.op {
	background-color: #930000;
	width: 84px;
	position: absolute;
	top: -34px;
	right: -10px;
	z-index: -1;
}

#flow {
	background-color: #f0f0ee;
	text-align: center;
}

#flow h3 {
	margin-bottom: 40px;
}

#flow h3 img {
	width: 210px;
}

#flow ul li {
	font-size: 16px;
	text-align: center;
	padding-bottom: 50px;
	margin-bottom: 20px;
	position: relative;
}

#flow ul li::after {
	content: '';
	border-top: 30px solid #89969d;
	border-right: 31px solid transparent;
	border-left: 31px solid transparent;
	width: 62px;
	height: 30px;
	position: absolute;
	bottom: 0;
	right:0;
	left: 0;
	margin: 0 auto;
}

#flow ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	position: static;
}

#flow ul li:last-child::after {
	content: none;
}

#flow ul li p.num {
	background-color: #5b696b;
	border-radius: 40px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	padding: 10px 15px;
}

#flow ul li p.num img {
	display: inline-block;
	margin: 0 0 5px 5px;
	vertical-align: middle;
}

#flow ul li p.num img.sup01 {
	width: 368px;
}

#flow ul li p.num img.sup02 {
	width: 165px;
}

#flow ul li p.num img.sup04 {
	width: 200px;
}

#flow ul li p.num img.sup05 {
	width: 74px;
}

#flow ul li p.att {
	background-color: #ffd600;
	border-radius: 40px;
	font-size: 24px;
	line-height: 1.5;
	padding: 5px 15px;
	margin: 20px 0 5px;
}

#device  ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -80px;
}

#device ul li {
	width: 334px;
	margin-left: 80px;
	padding-top: 280px;
	position: relative;
}

#device ul li::before {
	content: '';
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 256px 256px;
	border-radius: 100%;
	width: 256px;
	height: 256px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#device ul li:first-child::before {
	background-image: url("../images/diploma/device01.webp");
}

#device ul li:last-child::before {
	background-image: url("../images/diploma/device02.webp");
}

#device ul li p.name {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
}

#contact {
	text-align: center;
}

#contact .contBox {
	padding-top: 0;
}

#contact h3 {
	background: url("../images/diploma/contactTitBg.webp") no-repeat center top / 160px 42px;
	font-size: 22px;
	font-weight: normal;
	padding-top: 60px;
	margin-bottom: 40px;
}

#contact .box {
	background-color: #f0f0ee;
	border-radius: 20px;
	text-align: left;
	padding: 50px;
	margin-top: 30px;
}

#contact .box p {
	margin-bottom: 20px;
}

#mainVisual::after {
	opacity: 0;
	transition: opacity 900ms;
}

#mainVisual.opc::after {
	opacity: 1;
}

#mainVisualArea h1, 
#mainVisualArea p.isms, 
#mainVisualArea p.logo, 
#lead h2, 
#lead p, 
#lead ul, 
#flow h3, 
#flow ul li, 
#device ul, 
#contact h3, 
#contact .contBox > p, 
#contact .box {
	opacity: 0;
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {

	#mainVisual::after {
		position: static;
	}

	#mainVisual::after {
		content: none;
	}

	#mainVisualArea::after {
		content: '';
		background: url("../images/diploma/mainBg.webp") no-repeat left top;
		position: absolute;
	}

	#mainVisualArea::after {
		opacity: 0;
		transition: opacity 800ms;
	}

	#mainVisualArea.opc::after {
		opacity: 1;
	}

}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {

	#mainVisualArea {
		width: 768px;
		height: 808px;
		padding: 80px 40px;
	}

	#mainVisualArea::after {
		background-size: 370px 292px;
		width: 370px;
		height: 292px;
		bottom: 80px;
		left: calc(50% - 48px);
	}

	#mainVisualArea h1 {
		top: 80px;
		left: calc(50% - 34px);
	}

	#mainVisualArea p.isms {
		top: 80px;
		right: calc(50% + 68px);
	}

	#mainVisualArea p.logo {
		right: calc(50% + 63px);
		bottom: 80px;
	}

	#mainVisualArea p.logo img {
		width: 160px;
	}

	.contBox {
		width: 768px;
		padding: 100px 40px;
	}

	#lead {
		font-size: 20px;
	}

	#device ul li {
		width: 304px;
	}

}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#mainVisualArea {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		height: 600px;
		padding: 50px 40px;
	}

	#mainVisualArea::after {
		background-size: 200px 158px;
		width: 200px;
		height: 158px;
		bottom: 100px;
		left: calc(50% - 42px);
	}

	#mainVisualArea h1 {
		top: 50px;
		left: calc(50% - 26px);
	}

	#mainVisualArea h1 img {
		width: 174px;
	}

	#mainVisualArea p.isms {
		top: 50px;
		right: calc(50% + 50px);
	}

	#mainVisualArea p.isms img {
		width: 78px;
	}

	#mainVisualArea p.logo {
		right: calc(50% + 48px);
		bottom: 50px;
	}

	#mainVisualArea p.logo img {
		 width: 120px;
	}

	.contBox {
		width: auto;
		min-width: 320px;
		max-width: 520px;
		padding: 60px 40px;
	}

	#lead {
		font-size: 18px;
		text-align: left;
	}

	#lead h2 {
		text-align: center;
		margin-bottom: 30px;
	}

	#lead h2 img {
		width: auto;
		max-width: 100%;
	}

	#lead .box {
		width: auto;
		margin: 60px auto 0;
	}

	#lead ul {
		margin: -20px 0 0 -29px;
	}

	#lead ul li {
		margin: 20px 0 0 29px;
	}

	#lead ul li:last-child {
		margin-top: 5px;
	}

	#lead ul li img {
		width: 133px;
	}

	#lead ul li img.op {
		width: 57px;
		top: -24px;
	}

	#flow h3 {
		margin-bottom: 30px;
	}

	#flow h3 img {
		width: 176px;
	}

	#flow ul li p.num {
		border-radius: 80px;
		font-size: 20px;
		padding: 10px 30px;
	}

	#flow ul li p.num img {
		margin: 0;
	}

	#flow ul li p.num img.sup01 {
		width: 100%;
		max-width: 368px;
	}

	#flow ul li p.att {
		border-radius: 80px;
		font-size: 18px;
		padding: 5px 30px;
	}

	#device  ul {
		margin: -30px 0 0;
	}

	#device ul li {
		width: 100%;
		margin: 30px 0 0;
	}

	#contact {
		text-align: left;
	}

	#contact h3 {
		text-align: center;
		margin-bottom: 30px;
	}

	#contact .box {
		padding: 20px;
	}

}


/* --------------------------------------------------------------
FORM
-------------------------------------------------------------- */
.req {
	background-color: #ce4739;
	/* border-radius: 6px; */
	padding: 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

.kome {
	color: #ce4739;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}

#formTable input {
	vertical-align: baseline;
}

#formTable *:last-child {
	margin-bottom: 0;
}

#formTable table {
	width: 100%;
	margin-top: 40px;
}

#formTable table tr td {
	padding-bottom: 50px;
}

#formTable table tr td *:last-child {
	margin-bottom: 0;
}

#formTable table tr td.pdR {
	padding-right: 60px;
}

#formTable table tr td input[type="text"], 
#formTable table tr td input[type="email"], 
#formTable table tr td input[type="tel"], 
#formTable table tr td input[type="date"], 
#formTable table tr td select, 
#formTable table tr td textarea {
	border: none;
	border-bottom: 1px solid #000;
	background: none;
}

#formTable table tr td input[type="text"]:focus, 
#formTable table tr td input[type="email"]:focus, 
#formTable table tr td input[type="tel"]:focus, 
#formTable table tr td input[type="date"]:focus, 
#formTable table tr td select:focus, 
#formTable table tr td textarea:focus {
	outline: none;
}

#formTable table tr td input[type="text"], 
#formTable table tr td input[type="email"], 
#formTable table tr td input[type="tel"], 
#formTable table tr td textarea {
	padding: 20px;
	/*width: 420px;*/
	width: 100%;
}

#formTable table tr td input[type="date"] {
	padding: 10px;
}

#formTable table tr td input[type="text"].addnum {
	width: 200px;
}

#formTable table tr td input[type="text"].addnumS {
	width: 100px;
}

#formTable table tr td select {
	padding: 10px;
}

form.wpcf7-form p.submit-button {
	margin: 20px 0 0;
	text-align: center;
}

form.wpcf7-form p.submit-button .wpcf7-submit {
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	width: 200px;
}

form.wpcf7-form p.submit-button input[type="submit"]:hover {
	background-color: #666;
}

form.wpcf7-form p.submit-button input[type="submit"][disabled] {
	background-color: #CDCDCD;
	color: #9F9F9F;
	-webkit-text-fill-color: #9F9F9F;
	cursor: not-allowed;
}

/* 
form.wpcf7-form p.submit-button input[type="button"]:hover {
	background-color: #ccc;
}

form.wpcf7-form input[type="button"]:hover, 
form.wpcf7-form input[type="submit"]:hover {
	filter: Alpha("opacity=80");
	opacity: 0.8;
}
 */

.wpcf7-mail-sent-ok {
	border: 2px solid #60C0BD!important;
	text-align: center;
}

.screen-reader-response {
	display: none;
}

.wpcf7-not-valid-tip {
	color:  #db381d;
}

.wpcf7-validation-errors {
	border: 2px solid #ce4739!important;
	text-align: center;
	margin-top: 20px;
}

.wpcf7-spinner {
	display: block;
	margin: 10px auto 0;
}

.formField {
	position: relative;
}

.label {
	position: absolute;
	left: 0;
	top: 16px;
	cursor: text;
	transition: transform .2s ease-in-out;
}

.notEmpty + .label {
	transform: translateY(-40px);
}


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {}


/*__________ SP __________*/
@media screen and (max-width: 767px) {

	#formTable table tr td {
		display: block;
		width: 100%!important;
	}

	#formTable table tr:last-child td {
		padding: 0;
	}

	#formTable table tr td.pdR {
		padding-right: 0;
	}

	#formTable table tr td input[type="text"], 
	#formTable table tr td input[type="email"], 
	#formTable table tr td input[type="tel"], 
	#formTable table tr td textarea, 
	#formTable table tr td select {
		width: 100%;
	}

	#formTable table tr td input[type="text"]#addnum {
		width: 100%;
		max-width: 200px;
	}

	form.wpcf7-form p.submit-button .wpcf7-submit {
		width: 100%;
		max-width: 300px;
		display: block;
		margin: 20px auto 0!important;
	}

	.wpcf7-mail-sent-ok, 
	.wpcf7-validation-errors {
		text-align: left;
	}

	div.wpcf7 .ajax-loader {
		margin: 10px auto 0;
		display: block;
		text-align: center;
	}

	div.wpcf7-response-output {
		margin: 1.5em 0.5em 1em;
	}


}


/* --------------------------------------------------------------

-------------------------------------------------------------- */
/*____________________  ____________________*/


/*__________ TAB-SP __________*/
@media screen and (max-width: 959px) {}


/*__________ TAB __________*/
@media screen and (max-width: 959px) and (min-width: 768px) {}


/*__________ SP __________*/
@media screen and (max-width: 767px) {}

