body {
	background-color: #DCE8F5;
}
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

.ttl-style06 {
	margin-bottom: 40px;
}
.ttl-style06::after {
	background-color: #DCE8F5;
}
@media print, screen and ( min-width : 901px ) {
    #header,
	.is-animation {
		background: #DCE8F5 !important;
    }
}
@media only screen and ( max-width : 900px ) {
	#header,
	.is-animation {
		background: #DCE8F5 !important;
    }
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto 80px;
	position: relative;
}
#sec01 .ttl {
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	font-size: 2.5em;
	letter-spacing: 5px;
}
#sec01 .ttl img {
	display: block;
	max-width: 1050px;
	width: 80%;
	margin: 30px 0;
}
@media screen and (max-width: 900px) {
	#sec01 .ttl {
        font-size: 2em;
    }
	#sec01 .ttl img {
        margin: 15px 0;
    }
}
@media screen and (max-width: 680px) {
	#sec01 {
		margin-bottom: 50px;
	}
	#sec01 .ttl {
        font-size: 1.8em;
    }
	#sec01 .ttl img {
		width: 60%;
        margin: 5px 0 0px auto;
		transform: rotate(-10deg);
    }
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#sec02 .ph {
	width: 50%;
	margin-left: -10%;
}
#sec02 .right {
	width: 54%;
}
#sec02 .right .ttl {
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 1.4em;
	margin-bottom: 30px;
}
#sec02 .right .txt {
	margin-bottom: 20px;
}
#sec02 .right .name {
	text-align: right;
	font-size: 12px;
}
#sec02 .right .name span {
	display: inline-block;
	font-size: 1.2em;
	margin-left: 15px;
}
@media screen and (max-width: 900px) {
	#sec02 {
        display: block;
		margin: -70px auto 80px;
    }
    #sec02 .ph {
		max-width: 500px;
        width: 70%;
        margin: 0 auto 20px;
    }
    #sec02 .right {
        width: 100%;
    }
}
@media screen and (max-width: 680px) {
	#sec02 {
		margin: -50px auto 80px;
    }
	#sec02 .ph {
        width: 80%;
    }
}
/* --------------------------------------------------- */
#sec03 {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto 80px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
#sec03 dl {
	width: 32%;
	background-color: #fff;
	padding: 30px;
}
#sec03 dt {
	text-align: center;
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 15px;
	color: #06479C;
}
#sec03 dd {
}
@media screen and (max-width: 900px) {
	#sec03 {
		display: block;
	}
	#sec03 dl {
		width: 100%;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 680px) {
	#sec03 {
		margin-bottom: 40px;
	}
}
/* --------------------------------------------------- */
#sec04 {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
	background-color: #06479C;
	color: #fff;
}
#sec04 .ttl-style06::after {
	background-color: #06479C;
}
#sec04 .ttl-style06::before {
  background: #fff;
}
#sec04 .block2 {
	margin: -2% 0;
}
#sec04 .block .inner,
#sec04 .block2 .inner {
	max-width: 1500px;
	width: 110%;
	display: table;
}
#sec04 .block .inner {
	margin: 0 auto 0 -10%;
}
#sec04 .block2 .inner {
	margin: 0 -10% 0 auto;
}
#sec04 .block .ph,
#sec04 .block2 .ph,
#sec04 .block .box,
#sec04 .block2 .box {
	display: table-cell;
	vertical-align: middle;
}
#sec04 .block .ph,
#sec04 .block2 .ph {
	width: 50%;
}
#sec04 .block .box,
#sec04 .block2 .box {
	width: 50%;
	padding: 0 5%;
}
#sec04 .block .box .ttl,
#sec04 .block2 .box .ttl {
	margin-bottom: 25px;
	font-size: 1.4em;
	font-weight: 600;
}
#sec04 .block .box p,
#sec04 .block2 .box p {
	margin-bottom: 20px;
}
#sec04 .block .box p.department,
#sec04 .block2 .box p.department {
	margin-bottom: 0px;
	text-align: right;
}
#sec04 .block .box p.department span,
#sec04 .block2 .box p.department span {
	display: inline-block;
	font-size: 10px;
	margin-right: 10px;
}
@media screen and (max-width: 1000px) {
	#sec04 .block2 {
        margin: 80px 0;
    }
}
@media screen and (max-width: 680px) {
	#sec04 {
		padding: 40px 0 10px;
    }
	#sec04 .block,
    #sec04 .block2 {
		width: 95%;
        margin: 0 auto 20px;
		border: rgba(255,255,255,.3) 1px solid;
		box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
		padding: 110px 20px 20px;
    }
	#sec04 .block .inner,
    #sec04 .block2 .inner {
        width: 100%;
        display: block;
		margin: 0;
		position: relative;
    }
	#sec04 .block .ph,
    #sec04 .block2 .ph,
    #sec04 .block .box,
    #sec04 .block2 .box {
        display: block;
    }
	#sec04 .block .ph,
    #sec04 .block2 .ph {
        width: 110px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0%);
		margin-top: -120px;
    }
    #sec04 .block .box,
    #sec04 .block2 .box {
        width: 100%;
        padding: 0;
    }
	#sec04 .block .box .ttl,
    #sec04 .block2 .box .ttl {
        font-size: 1.2em;
    }
	#sec04 .block .box p,
    #sec04 .block2 .box p {
        margin-bottom: 10px;
    }
}

/* --------------------------------------------------- */
#sec05 {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
	background-color: #06479C;
	color: #fff;
}
#sec05 .ttl-style06::after {
	background-color: #06479C;
}
#sec05 .ttl-style06::before {
  background: #fff;
}
#sec05 .inner {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}
#sec05 dl {
	width: 100%;
	display: table;
	border-top: rgba(255,255,255,.2) 1px solid;
	border-left: rgba(255,255,255,.2) 1px solid;
	border-right: rgba(0,0,0,.2) 1px solid;
	border-bottom: rgba(0,0,0,.2) 1px solid;
	margin-bottom: 5px;
}
#sec05 dt,
#sec05 dd {
	display: table-cell;
	vertical-align: top;
	padding: 15px 15px 15px 20px;
}
#sec05 dt {
	width: 220px;
	background-color: rgba(0,0,0,.08);
}
#sec05 dd {
	background-color: rgba(255,255,255,.08);
}
@media screen and (max-width: 1000px) {
	#sec05 dt {
        width: 160px;
    }
}
@media screen and (max-width: 680px) {
	#sec05 {
		padding: 40px 0 10px;
    }
	#sec05 dt,
    #sec05 dd {
        padding: 10px 10px 10px 13px;
    }
	#sec05 dt {
        width: 90px;
    }
}
/* --------------------------------------------------- */
#numbers {
	max-width: 1250px;
	width: 95%;
	margin: 0 auto 50px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#numbers .box {
	width: 48%;
	position: relative;
	background-color: #fff;
	border: #06479C 2px dotted;
	padding: 30px 0px 30px 20px;
	margin-bottom: 6%;
	display: flex;
	justify-content: space-between;
}
#numbers .box.wide {
	width: 100%;
}
#numbers .box .ttl {
	font-size: 1.2em;
	font-weight: 600;
	color: #06479C;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -40px;
}
#numbers .box .ttl span {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	color: #444;
	margin-left: 10px;
}
#numbers .box .img {
	width: 35%;
}
#numbers .box .data {
	width: 65%;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
	color: #06479C;
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.4em;
}
#numbers .box .data strong {
	font-weight: bold;
	display: inline-block;
}
#numbers .box .data strong.siz-l {
	font-size: 2.5em;
	margin: 5px 5px 5px 0;
}
#numbers .box .data strong.siz-m {
	font-size: 1.3em;
}
#numbers .box .data .cap {
	font-size: .8em;
}
#numbers .box .data .cap2 {
	font-size: 14px;
	color: #666;
}
@media screen and (max-width: 900px) {
	#numbers .box {
        width: 49%;
        border: #06479C 1px dotted;
        margin-bottom: 60px;
		padding: 20px 0px 20px 10px;
    }
	#numbers .box .img {
        width: 25%;
    }
    #numbers .box .data {
        width: 75%;
        font-size: 1.4em;
    }
	#numbers .box .data strong.siz-l {
		font-size: 2em;
    }
    #numbers .box .data strong.siz-m {
        font-size: 1.2em;
    }
    #numbers .box .data .cap {
        font-size: .7em;
    }
    #numbers .box .data .cap2 {
        font-size: 13px;
        color: #666;
    }
}
@media screen and (max-width: 680px) {
	#numbers {
		width: 90%;
        margin: 0 auto 50px;
        display: block;
    }
    #numbers .box {
        width: 100%;
		margin-bottom: 50px;
		padding: 10px 0px 10px 10px;
    }
	#numbers .box .ttl {
		margin-top: -30px;
	}
}
/* --------------------------------------------------- */
#entry {
	max-width: 1250px;
	width: 95%;
	margin: 0 auto 50px;
	position: relative;
	padding: 5%;
	background-color: #fff;
}
#entry dl {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
#entry dt,
#entry dd {
	display: table-cell;
	vertical-align: top;
}
#entry dt {
	width: 220px;
	line-height: 1.4em;
	font-weight: 500;
	padding-left: 45px;
	position: relative;
	padding-top: 10px;
}
#entry dt span {
	display: inline-block;
	font-size: 10px;
	color: #FF6E00;
	border: #FF6E00 1px solid;
	line-height: 100%;
	padding: 1px 2px 3px;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 13px;
}
#entry dt span.off {
	color: #ccc;
	border: #ccc 1px solid;
}
#entry dd {
}
#entry dd textarea,
#entry dd input,
#entry dd select {
	width: 100%;
	padding: 13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #f8f8f8;
	box-shadow:2px 2px 6px -6px #333 inset;
	margin-bottom: 10px;
}
#entry dd select {
	padding: 10px;
}
#entry dd input.siz-s,
#entry dd select.siz-s {
	width: 80px;
}
#entry dd input.siz-m,
#entry dd select.siz-m {
	width: 150px;
}
#entry dd textarea::placeholder,
#entry dd input::placeholder {
	color: #ddd;
}
#entry dd textarea:hover,
#entry dd input:hover,
#entry dd select:hover {
}
#entry .radio-list {
    border: none;
}
#entry .radio-list label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    max-width: 200px;
    margin-bottom: .4em;
    padding: .5em .7em;
    border-radius: 3px;
    background-color: #f8f8f8;
    cursor: pointer;
	border: rgba(0,91,171,0) 1px solid;
	transition: .3s;
}
#entry .radio-list label:hover {
	border: rgba(0,91,171,1) 1px solid;
}
#entry .radio-list label:has(:checked) {
	border: rgba(0,91,171,1) 1px solid;
    background-color: #005BAB;
    color: #fff;
}
#entry .radio-list label::before,
#entry .radio-list label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}
#entry .radio-list label::before {
    width: 16px;
    height: 16px;
    background-color: #fff;
	border: #005BAB 1px solid;
}
#entry .radio-list label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: calc(8px + .7em);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #005BAB;
}
#entry .radio-list input {
    display: none;
}

#entry .check-list {
    border: none;
}
#entry .check-list label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    max-width: 200px;
    margin-bottom: .4em;
    padding: .5em .7em;
    border-radius: 3px;
    background-color: #f8f8f8;
    cursor: pointer;
	border: rgba(0,91,171,0) 1px solid;
	transition: .3s;
}
#entry .check-list label:hover {
	border: rgba(0,91,171,1) 1px solid;
}
#entry .check-list label:has(:checked) {
    background-color: #005BAB;
    color: #fff;
}
#entry .check-list label::before {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #fff;
    content: '';
	border: #005BAB 1px solid;
}
#entry .check-list label:has(:checked)::after {
    position: absolute;
    top: 17px;
    left: 15px;
    transform: rotate(45deg);
    width: 7px;
    height: 8px;
    border: solid #005BAB;
    border-width: 0 2px 2px 0;
    content: '';
}
#entry .check-list input {
    display: none;
}
#entry .privacy {
	border: #ccc 1px solid;
	padding: 25px 25px 5px;
	width: 100%;
	height: 200px;
	overflow: auto;
	box-shadow:2px 2px 6px -6px #333 inset;
	margin: 15px 0;
}
#entry .privacy > li {
	font-size: .9em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
#entry .privacy > li strong {
	display: block;
	font-size: 1.1em;
	margin-bottom: 8px;
	font-weight: 600;
}
#entry .privacy ul {
	list-style: outside disc;
	margin-left: 20px;
	margin-top: 5px;
}
#entry .privacy li li {
}
input[type="submit"] {
  -webkit-appearance: none;
}
input.form_btn {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 0px auto;
	background-color: #005BAB;
	text-align: center;
	border: none;
	font-size: 1.1em;
	line-height: 100%;
	padding: 28px 0;
	letter-spacing: 4px;
	font-weight: 500;
	color: #fff;
	border-radius:6px;
	transition: .4s;
}
input.form_btn:hover {
	cursor: pointer;
	background-color: #004E93;
}
@media screen and (max-width: 900px) {
	#entry dl,
    #entry dt,
    #entry dd {
        display: block;
    }
	#entry dt {
		width: 100%;
		margin-bottom: 10px;
    }
	#entry dt br {
		display: none;
    }
}
@media screen and (max-width: 680px) {
	#entry {
        padding: 0 0 5px;
    }
	#entry dl {
        margin-bottom: 0px;
		padding: 4% 6%;
		border-bottom: #999 1px dotted;
    }
	#entry dd input.siz-s,
    #entry dd select.siz-s {
        width: 70px;
    }
	input.form_btn {
		width: 90%;
		margin: 5% auto;
	}
	#entry .privacy {
        padding: 15px 15px 5px;
    }
}
/* --------------------------------------------------- */
#thanks {
	max-width: 700px;
	width: 90%;
	margin: 0 auto 80px 5%;
	position: relative;
}
#thanks .ttl {
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 4px;
	margin-bottom: 30px;
}
#thanks p {
	margin-bottom: 30px;
}
#thanks .btn-style03 {
	margin: 60px auto 0;
}
@media screen and (max-width: 680px) {
	#thanks {
		margin-bottom: 50px;
	}
}
/* --------------------------------------------------- */


