@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
    margin-right: 60px;
    /* height: 857px; */
		height: auto;
    position: relative;
    /* background: url("../img/index/main_visual_bg.jpg") no-repeat left top / cover; */
}
.mainVisual .scroll {
    position: absolute;
    right: -36px;
    bottom: 1px;
	z-index: 2;
}
.mainVisual .scroll a {
    display: block;
}
.mainVisual .scroll a:hover {
    opacity: 0.7;
}
.mainVisual .infoBox {
    position: relative;
}
.mainVisual .infoBox .pho01 {
    position: absolute;
    top: 50px;
    right: 121px;
}
.mainVisual .infoBox .pho02 {
    position: absolute;
    top: 40px;
    right: 40px;
}
.mainVisual .infoBox .pho03 {
    position: absolute;
    top: 544px;
    left: 90px;
}
.mainVisual .infoBox .ttl {
	position: absolute;
    top: 165px;
    left: 90px;
	font-size: 2.8rem;
	letter-spacing: 0.12em;
}
.mainVisual .infoBox .ttl > span {
	padding: 1px 12px 4px;
	display: inline-block;
	background: rgba(255,255,255,0.8);
}
.mainVisual .infoBox .ttl > span span {
	margin-right: 4px;
	color: #00503c;
	text-decoration: underline;
}
.mainVisual .infoBox .title {
	position: absolute;
    top: 232px;
    left: 90px;
	line-height: 1;
	font-size: 6.4rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
}
.mainVisual .infoBox .title > span {
	padding: 1px 13px 5px 5px;
	display: inline-block;
	background: rgba(255,255,255,0.8);
}
.mainVisual .infoBox .title > span span {
	font-size: 5rem;
}
.mainVisual .infoBox .title01 {
	top: 314px;
	letter-spacing: 0.08em;
}
.mainVisual .infoBox .title01 > span span {
	font-size: 6.4rem;
	font-style: italic;
}
.mainVisual .infoBox .text {
	position: absolute;
    top: 395px;
    left: 90px;
	line-height: 1;
	font-size: 9.3rem;
	font-weight: 700;
	font-style: italic;
	font-family: 'Noto Sans JP', sans-serif;
}
.mainVisual .infoBox .text > span {
	padding: 12px 13px 7px 1px;
	display: inline-block;
	line-height: 1;
	background: rgba(255,255,255,0.8);
}
.mainVisual .infoBox .text > span > span {
	color: #00503c;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 3px solid #00503c;
}
.mainVisual .infoBox .text > span > span span {
	display: inline-block;
	position: relative;
}
.mainVisual .infoBox .text > span > span span:before {
	margin-left: 5px;
	position: absolute;
	left: 50%;
	top: -2px;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background-color: #00503c;
	content: "";
}
#main .sec01 {
	padding: 20px 0 85px;
    background-color: #EAF2F2;
}
#main .sec01 .headLine01 {
    margin-bottom: 17px;
}
#main .sec01 .headLine01 span {
    vertical-align: -8px;
}
#main .sec01 .headLine01::after {
    width: 0;
    height: 0;
}
#main .sec01 li {
	margin-bottom: 5px;
	position: relative;
	display: flex;
	font-size: 2.2rem;
	letter-spacing: 0.12em;
	background-color: #FFF;
}
#main .sec01 li .num {
	position: absolute;
	bottom: 11px;
	right: 14px;
	color: #00503c;
	font-size: 2.1rem;
}
#main .sec01 li .liImg {
	width: 91px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #01503d;
}
#main .sec01 li p {
	width: calc(100% - 91px);
	padding: 26px 30px 22px;
	box-sizing: border-box;
}
#main .sec01 li p span {
	position: relative;
	color: #00503c;
	font-size: 2.8rem;
}
#main .sec01 li p span::after {
	width: 4px;
	height: 4px;
	position: absolute;
	top: -3px;
	left: 14px;
	border-radius: 50%;
	background-color: #00503c;
	content: '';
}
#main .sec02 {
	padding: 40px 0 115px;
	position: relative;
	background: url(../img/index/sec02_bg.jpg) no-repeat center top / cover;
}
#main .sec02 h2 {
	margin-bottom: 49px;
	padding-top: 14px;
    font-weight: 600;
	text-align: center;
	background-color: #FFF;
}
#main .sec02 h2 .sml {
	margin-top: 16px;
	padding: 12px 0;
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 2.1rem;
	letter-spacing: 0.12em;
	background-color: #00503c;
}
#main .sec02 h2 .sml span {
    font-size: 1.6rem;
}
#main .sec02 .photoBox {
	margin-bottom: 45px;
	width: 100%;
	text-align: center;
}
#main .sec02 .ulList {
    margin: 0 auto;
	width: 1200px;
    position: relative;
}
#main .sec02 ul {
	position: absolute;
	bottom: -155px;
	left: 0;
}
#main .sec02 ul li {
	padding: 5px;
	width: 575px;
	text-align: center;
	background-color: #FFF;
}
#main .sec02 ul li:not(:last-of-type) {
    margin-right: 30px;
}
#main .sec02 ul li span {
	padding: 10px 4px 11px;
	width: 100%;
	display: block;
	color: #FFF;
	letter-spacing: 0.08em;
	background-color: #506e78;
	box-sizing: border-box;
}
#main .sec02 ul li p {
	padding: 18px 4px 26px;
	letter-spacing: 0.08em;
	line-height: 1.75;
	box-sizing: border-box;
}
#main .sec02 ul .yellow span {
	background-color: #96785a;
}
#main .sec03 {
	padding: 106px 0 91px;
	background-color: #eaf2f2;
}
#main .sec03 .pTop {
	margin-bottom: 14px;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.75;
}
#main .sec03 .title {
    margin-bottom: 42px;
	font-size: 2rem;
	text-align: center;
}
#main .sec03 .title span {
	margin: 0 4px;
	padding: 0 4px 2px;
	color: #FFF;
	font-size: 2.4rem;
	letter-spacing: 0.08em;
	background-color: #96785a;
}
#main .sec03 ul {
    margin-top: -30px;
	position: relative;
}
#main .sec03 li {
    margin-top: 30px;
    width: 380px;
    background-color: #FFF;
    box-sizing: border-box;
}
#main .sec03 ul::after {
    width: 380px;
    content: '';
}
#main .sec03 li a {
    padding: 40px 0 30px;
    display: block;
    position: relative;
    user-select: none;
    pointer-events: none;
}
#main .sec03 li a::before {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/common/icon07.png") no-repeat center / 50px;
    content: '';
}
/* #main .sec03 li a:hover {
    opacity: 0.7;
} */
#main .sec03 li .pho {
    margin-bottom: 14px;
    text-align: center;
}
#main .sec03 li p {
    font-size: 2.1rem;
    letter-spacing: 0.08em;
    text-align: center;
}
#main .sec03 li p span {
    font-size: 1.6rem;
}
#main .sec03 li p .green {
    color: #00503c;
    font-size: 2.6rem;
}
#main .sec04 {
    padding: 70px 0 90px;
}
#main .sec04 .headLine01 {
    margin-bottom: 16px;
}
#main .sec04 ul {
    margin-top: -8px;
}
#main .sec04 li {
    margin-top: 8px;
}
#main .sec05 {
    padding: 42px 0 92px;
    background-color: #DCE8E8;
}
#main .sec05 .headLine01 {
    margin-bottom: 60px;
}
#main .sec05 ul {
    margin-top: -30px;
}
#main .sec05 li {
    margin-top: 30px;
	padding-bottom: 8px;
    width: 585px;
    background-color: #FFF;
}
#main .sec05 .ttlBox {
    padding: 25px 25px;
    border-bottom: 1px solid #EAF2F2;
}
#main .sec05 .ttlBox .pho {
    float: left;
}
#main .sec05 .ttlBox p {
    padding-left: 28px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.71;
    overflow: hidden;
}
#main .sec05 .ttlBox p .kind {
    display: block;
    color: #00503c;
    font-size: 3.1rem;
}
#main .sec05 .ttlBox p .kind span {
    margin-left: 2px;
    font-size: 1.6rem;
}
#main .sec05 .textBox {
    padding: 20px 30px;
}
#main .sec05 .textBox .ttl {
    margin-bottom: 8px;
    color: #00503c;
    font-size: 2.1rem;
    line-height: 1.52;
    letter-spacing: 0.08em;
}
#main .sec05 .textBox .text {
    margin-bottom: 6px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.93;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .sec05 .textBox p:last-child {
    margin-bottom: 0;
}
#main .sec06 {
    padding: 72px 0 80px;
}
#main .sec06 .headLine01 {
    margin-bottom: 60px;
	font-size: 3.7rem;
}
#main .sec06 ul {
    margin-bottom: 32px;
}
#main .sec06 li  {
    margin-top: 20px;
    min-height: 270px;
    background-color: #FFF;
	overflow: hidden;
}
#main .sec06 li .pho {
    float: left;
}
#main .sec06 li:nth-of-type(2n) .pho {
    float: right;
}
#main .sec06 li .txt {
    padding: 34px 40px;
    overflow: hidden;
}
#main .sec06 li .txt h3 {
    margin-bottom: 14px;
    color: #00503c;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.33;
}
#main .sec06 li .txt p {
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.94;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .sec06 li .txt a {
    padding-left: 24px;
    color: #00503c;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-family: 'Noto Sans JP', sans-serif;
    background: url("../img/common/icon10.png") no-repeat left 4px top 10px / 15px;
    user-select: none;
    pointer-events: none;

}
/* #main .sec06 li .txt a:hover {
	opacity: 0.7;
} */
#main .sec06 .btm {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    text-align: center;
}
#main .sec06 .btm .green {
    color: #00503c;
    font-size: 2.8rem;
}
#main .sec07 {
    padding: 74px 0 90px;
    background-color: #DCE8E8;
}
#main .sec07 .headLine01 {
    margin-bottom: 58px;
}
#main .sec07 .imgBox {
    padding: 20px;
    justify-content: flex-start;
    background-color: #FFF;
}
#main .sec07 .imgBox .textBox {
    padding: 10px 39px 0;
}
#main .sec07 .imgBox .textBox p {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.94;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .sec08 {
    padding: 68px 0 90px;
}
#main .sec08 .headLine01 {
    margin-bottom: 58px;
}
#main .sec08 ul::after {
    width: 380px;
    content: '';
}
#main .sec08 li {
    padding: 10px 10px 33px;
    width: 380px;
    background-color: #FFF;
    box-sizing: border-box;
}
#main .sec08 li .txt {
    margin-top: 3px;
    text-align: center;
}
#main .sec08 li .txt h3 {
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}
#main .sec08 li .txt h3 .green {
    color: #00503c;
    font-size: 2.4rem;
}
#main .sec08 li .txt h3 .sml {
    margin-top: -4px;
    display: block;
    font-size: 1.1rem;
}
#main .sec08 li p {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.8;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .sec09 {
    padding: 86px 0 90px;
    background: url("../img/index/sec09_bg.jpg") no-repeat left top / cover;
}
#main .sec09 h2 {
    margin-bottom: 32px;
    text-align: center;
}
#main .sec09 ul::after {
    width: 380px;
    content: '';
}
#main .sec09 li {
    width: 380px;
    min-height: 495px;
    background-color: #FFF;
}
#main .sec09 li .ttl {
    margin-bottom: 6px;
    padding-right: 22px;
    color: #00503c;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    text-align: right;
}
#main .sec09 li .ttl span {
    margin-left: 10px;
    font-size: 3.4rem;
    vertical-align: -8px;
}
#main .sec09 li .pho {
    margin-bottom: 14px;
    text-align: left;
}
#main .sec09 li .txt h3 {
    margin-bottom: 7px;
    font-size: 2.1rem;
    letter-spacing: 0.08em;
    text-align: center;
}
#main .sec09 li .txt h3 span {
    color: #00503c;
    font-size: 2.6rem;
}
#main .sec09 li .txt p {
    padding: 0 36px 0 32px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: justify;
    text-justify:inter-ideograph;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .sec10 {
	padding: 57px 0 70px;
}
#main .sec10 .headLine02 {
    margin-bottom: 20px;
}
#main .sec10 .headLine02 span {
    font-size: 2.2rem;
}
#main .sec10 li {
    padding: 10px 10px 10px;
    width: 390px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    background: url("../img/common/icon12.png") no-repeat left top / cover;
    box-sizing: border-box;
}
#main .sec10 li:not(:first-of-type) {
    padding: 10px 5px 10px 20px;
}
#main .sec10 li:first-of-type {
    background-color: #FFF;
    width: 376px;
}
#main .sec10 li:not(:last-of-type)::after {
    width: 40px;
    height: 180px;
    position: absolute;
    top: 0;
    right: -40px;
    background: url("../img/common/icon11.png") no-repeat left top / 40px;
    content: '';
}
#main .sec10 li .pho {
    margin-right: 24px;
}
#main .sec10 li .txt {
    padding-top: 8px;
}
#main .sec10 li .txt h3 {
    margin-bottom: 8px;
    padding-bottom: 3px;
    color: #00503c;
	font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    background: url("../img/common/line02.png") no-repeat left bottom / 55px;
}
#main .sec10 li .txt h3 span {
    margin-left: 6px;
    font-size: 2.9rem;
    vertical-align: -7px;
}
#main .sec10 li .txt p {
    line-height: 1.63;
    letter-spacing: 0.08em;
}
#main .sec10 li .txt p a{
    text-decoration: underline;
    color: #6666FF;
    }
#main .sec11 {
    padding: 54px 0 69px;
    background-color: #DCE8E8;
}
#main .sec11 .headLine02 {
    margin-bottom: 24px;
}
#main .sec11 .text {
    margin-bottom: 25px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.8;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .sec11 ul {
    margin: -15px 0 25px;
}
#main .sec11 ul::after {
    width: 390px;
    content: '';
}
#main .sec11 li {
    margin-top: 15px;
    padding: 9px 20px 12px;
    width: 390px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    background-color: #FFF;
    box-sizing: border-box;
}
#main .sec11 li .time {
    margin-right: 9px;
    font-size: 2.4rem;
}
#main .sec11 li .green {
    margin-right: 10px;
    padding: 4px 10px;
    width: 35px;
    height: 35px;
    color: #FFF;
    letter-spacing: 0.04em;
    display: inline-block;
    background-color: #00503c;
    border-radius: 50%;
    vertical-align: 2px;
    box-sizing: border-box;
}
#main .sec11 .notes {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .contact {
	padding: 57px 0 70px;
    background-color: #FFF;
}
#main .contact table {
	margin-bottom: 24px;
	width: 100%;
	border-collapse: collapse;
}
#main .contact th,
#main .contact td {
	padding: 10px 5px;
	width: 19%;
    font-weight: 500;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.04em;
	border-top: 1px solid #eaf2f2;
	border-bottom: 1px solid #eaf2f2;
	word-break: break-all;
}
#main .contact th {
	padding: 18px 15px;
	text-align: right;
}
#main .contact td {
	width: 83%;
}
#main .contact th span {
	font-size: 1.2rem;
}
#main .contact td span {
    margin-left: 10px;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .mailForm input[type="text"],
#main .mailForm input[type="tel"],
#main .mailForm input[type="email"],
#main .mailForm select,
#main .mailForm textarea {
	padding: 6px 16px;
	width: 650px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #f2f5f8;
	background-color: #f8fafc;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .mailForm select {
	background: #f8fafc url(../img/common/icon08.png) no-repeat right top / 15px;
}
select::-ms-expand { display: none; }
#main .mailForm textarea {
	padding: 14px 16px;
	width: 100%;
	height: 135px;
    font-size: 1.2rem;
	resize: vertical;
    font-family: 'Noto Sans JP', sans-serif;
}
#main input[type="radio"] {
	display: none;
}
#main input[type="radio"] + label {
	padding-left: 30px;
	display: inline-block;
    background: url("../img/common/icon09.png") no-repeat left top / 20px;
}
#main input[type="radio"]:checked + label {
    background-image: url("../img/common/icon09_on.png");
}
#main .mailForm .radioList li {
    margin-right: 26px;
    padding: 9px 0;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .mailForm .must {
	margin-left: 19px;
	padding: 0 4px 2px;
	color: #ff283c;
	font-size: 1.2rem;
	border-radius: 4px;
	border: 1px solid #ff283c;
    font-family: 'Noto Sans JP', sans-serif;
}
#main .mailForm .age {
    width: 240px!important;
}
#main .mailForm .wid01 {
	width: 240px!important;
}
#main .mailForm .others {
	padding-right: 70px;
}
#main .mailForm .submit {
	width: 100%;
	text-align: center;
}
#main .mailForm .submit li {
    margin: 0 20px;
    display: inline-block;
}
#main .mailForm .submit input {
	padding: 12px 40px 18px;
	width: 273px;
	color: #FFF;
	font-size: 2.1rem;
	letter-spacing: 0.08em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	background: url(../img/index/submit_bg.png) no-repeat left top / cover;
    cursor: pointer;
}
#main .mailForm .submit input:hover {
    opacity: 0.7;
}
.errorMsg {
	color: #f00;
	margin-bottom: 15px;
}
#main #thanks {
	padding: 200px 15px;
	text-align: center;
	line-height: 2;
}
#main #thanks a:hover {
	opacity: 0.7;
}
#main .mailForm01 td {
	padding-top: 19px;
}
#main .mailForm .tabTxt {
	margin-bottom: 20px;
	text-align: center;
}
#main .mailForm .tabTxt a {
	text-decoration: underline;
	color: #6666FF;
}
#main .mailForm .tabTxt a:hover {
	text-decoration: none;
}

@media all and (max-width: 1350px){
    .mainVisual .infoBox .ttl{font-size: 2.2rem}
}
@media all and (max-width: 896px) {
    .mainVisual {
        margin-right: 0;
        /* height: 540px; */
        /* background: url("../img/index/sp_main_visual_bg.jpg") no-repeat left top / cover; */
    }
    .mainVisual .scroll {
        display: none;
    }
    .mainVisual .infoBox .pho01 {
        top: 139px;
        right: 0;
    }
    .mainVisual .infoBox .pho02 {
        top: 105px;
        right: 20px;
    }
    .mainVisual .infoBox .pho03 {
        top: 385px;
        left: 10px;
    }
	.mainVisual .infoBox .ttl {
		top: 105px;
		left: 19px;
		font-size: 1.6rem;
	}
	.mainVisual .infoBox .ttl > span {
		padding: 0;
		background: none;
	}
	.mainVisual .infoBox .title {
		top: 164px;
		left: 20px;
		font-size: 2.1rem;
	}
	.mainVisual .infoBox .title > span {
		padding: 1px 11px 5px 1px;
	}
	.mainVisual .infoBox .title > span span {
		font-size: 2.2rem;
	}
	.mainVisual .infoBox .title01 {
		top: 200px;
		letter-spacing: 0.04em;
		font-size: 4.2rem;
	}
	.mainVisual .infoBox .title01.title02 {
			top: 256px;
	}
	.mainVisual .infoBox .text {
		top: 312px;
		left: 19px;
		font-size: 4.2rem;
	}
	.mainVisual .infoBox .text01 {
		top: 312px;
	}
	.mainVisual .infoBox .text > span {
		padding: 0 10px 6px 0;
	}
	.mainVisual .infoBox .text > span > span {
		padding: 4px 0 2px;
		border-bottom: 2px solid #00503c;
	}
	.mainVisual .infoBox .text > span > span span:before {
		top: -1px;
		width: 4px;
		height: 4px;
	}
    #main .sec01 {
        padding: 20px 0 38px;
    }
    #main .sec01 .headLine01 {
        margin-bottom: 8px;
    }
    #main .sec01 .headLine01 span {
        vertical-align: 0;
    }
    #main .sec01 li {
        margin-bottom: 5px;
        font-size: 1.6rem;
    }
    #main .sec01 li .num {
        bottom: 6px;
        right: 8px;
        font-size: 1.6rem;
    }
    #main .sec01 li .liImg {
		width: 80px;
    }
    #main .sec01 li p {
		width: calc(100% - 80px);
        padding: 18px 10px 18px 18px;
    }
    #main .sec01 li p span {
        font-size: 1.8rem;
        display: inline-block;
    }
    #main .sec01 li p span::after {
        width: 3px;
        height: 3px;
        top: 0;
        left: 8px;
    }
    #main .sec02 {
        padding: 10px 0 156px;
        background: url(../img/index/sp_sec02_bg.jpg) no-repeat center top / cover;
    }
    #main .sec02 .content {
        margin: 0 10px;
    }
    #main .sec02 h2 {
        margin-bottom: 50px;
        padding-top: 11px;
    }
    #main .sec02 h2 .sml {
        margin-top: 14px;
        padding: 9px 0;
        font-size: 1.8rem;
    }
    #main .sec02 h2 .sml span {
        font-size: 1.4rem;
    }
    #main .sec02 .ulList {
        margin: 0;
        width: auto;
    }
    #main .sec02 ul {
        width: 100%;
        bottom: -196px;
        box-sizing: border-box;
    }
    #main .sec02 ul li {
        padding: 2px;
        max-width: 575px;
        width: 48.2%;
    }
    #main .sec02 ul li:not(:last-of-type) {
        margin-right: 0;
    }
    #main .sec02 ul li p {
        padding: 14px 10px;
        letter-spacing: 0.04em;
        line-height: 1.75;
    }
	#main .sec02 ul li span {
		padding: 5px 4px 9px;
	}
    #main .sec03 {
        padding: 72px 0 40px;
        background-color: #eaf2f2;
    }
    #main .sec03 .content {
        margin: 0 10px;
    }
    #main .sec03 .title {
        margin-bottom: 24px;
    }
    #main .sec03 ul {
        margin-top: -5px;
		display: inherit;
    }
	#main .sec03 .pTop {
		margin-bottom: 10px;
	}
    #main .sec03 li {
        margin: 5px auto 0;
        width: auto;
    }
    #main .sec03 li a {
        padding: 11px 0 0;
        display: flex;
        justify-content: flex-start;
    }
    #main .sec03 li a::before {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        background: url("../img/common/sp_icon07.png.jpg") no-repeat center / 30px;
        content: '';
    }
    #main .sec03 li .pho {
        margin-right: 0px;
        width: 145px;
    }
    #main .sec03 li p {
        padding-top: 22px;
        font-size: 1.7rem;
        text-align: left;
    }
    #main .sec03 li p span {
        font-size: 1.3rem;
    }
    #main .sec03 li p .green {
        color: #00503c;
        font-size: 2rem;
    }
    #main .sec04 {
        padding: 32px 0 30px;
    }
    #main .sec04 .content {
        margin: 0 10px;
    }
    #main .sec04 .headLine01 {
        margin-bottom: 39px;
    }
	#main .sec04 .headLine01 .sml03 {
		font-size: 1.4rem !important;
	}
	#main .sec04 .headLine01 .sml-1 {
		font-size: 1.9rem !important;
	}
	#main .sec04 .headLine01 .sml-2 {
		font-size: 2.2rem !important;
	}
	#main .sec04 ul {
		display: inherit;
	}
    #main .sec04 li {
        margin: 0 0 10px;
    }
	#main .sec04 li img {
		width: 100%;
	}
    #main .sec05 {
        padding: 30px 0 40px;
    }
    #main .sec05 .content {
        margin: 0 10px;
    }
    #main .sec05 .headLine01 {
        margin-bottom: 50px;
    }
    #main .sec05 .headLine01 .green {
        vertical-align: -8px;
    }
	#main .sec05 ul {
		display: inherit;
	}
    #main .sec05 li {
        margin: 10px auto 0;
        width: auto;
		padding-bottom: 3px;
        background-color: #FFF;
    }
    #main .sec05 .ttlBox {
        padding: 18px 20px 22px;
    }
    #main .sec05 .ttlBox p {
        padding-left: 14px;
        line-height: 1.5;
    }
    #main .sec05 .ttlBox p .kind {
        margin-bottom: 4px;
        font-size: 3.1rem;
        line-height: 0.9;
    }
    #main .sec05 .ttlBox p .kind span {
        margin-left: 2px;
    }
	#main .sec05 .textBox .ttl {
		font-size: 1.9rem;
		line-height: 1.52;
	}
	#main .sec05 .textBox {
		padding: 16px 26px 20px;
	}
    #main .sec06 {
        padding: 30px 0 34px;
    }
    #main .sec06 .content {
        margin: 0 10px;
    }
    #main .sec06 .headLine01 {
        margin-bottom: 44px;
        font-size: 1.8rem!important;
    }
    #main .sec06 .headLine01::after {
        bottom: -30px;
    }
	#main .sec06 li {
		margin-top: 10px;
		min-height: inherit;
	}
    #main .sec06 ul {
        margin-bottom: 26px;
    }
    #main .sec06 li .pho {
        width: auto;
		margin-right: 20px;
        float: none !important;
    }
	#main .sec06 li .pho img {
		width: 100%;
	}
    #main .sec06 li .txt {
        padding: 20px 25px 30px;
    }
    #main .sec06 li .txt h3 {
        margin-bottom: 8px;
        font-size: 1.9rem;
    }
    #main .sec06 li .txt .link {
        padding-left: 24px;
        background: url("../img/common/icon10.png") no-repeat left 4px top 10px / 15px;
    }
	#main .sec06 li .txt p {
		margin-bottom: 5px;
	}
    #main .sec06 li .txt a {
        padding-left: 0;
        font-size: 1.7rem;
        background: none;
    }
    #main .sec06 .btm {
        font-size: 2.1rem;
        line-height: 1;
    }
    #main .sec06 .btm .green {
        font-size: 2.6rem;
        line-height: 1.3;
    }
	#main .sec06 .btm .sml04 {
		font-size: 1.65rem !important;
	}
    #main .sec07 {
        padding: 34px 0 40px;
    }
    #main .sec07 .content {
        margin: 0 10px;
    }
    #main .sec07 .headLine01 {
        margin-bottom: 37px;
    }
    #main .sec07 .headLine01 .green {
        vertical-align: -8px;
    }
    #main .sec07 .imgBox {
        display: block;
    }
    #main .sec07 .imgBox .photoBox {
        width: 170px;
    }
    #main .sec07 .imgBox .textBox {
        padding: 10px 4px 0;
        position: relative;
    }
    #main .sec07 .imgBox .textBox .name {
        position: absolute;
        top: -166px;
        left: 190px;
    }
    #main .sec07 .imgBox .textBox p {
        margin-top: 0;
        font-size: 1.4rem;
        line-height: 1.86;
    }
    #main .sec08 {
        padding: 30px 0 40px;
    }
    #main .sec08 .content {
        margin: 0 10px;
    }
    #main .sec08 .headLine01 {
        margin-bottom: 36px;
    }
	#main .sec08 .headLine01 .sml03 {
		font-size: 1.4rem !important;
	}
    #main .sec08 ul {
        display: block;
    }
    #main .sec08 li {
        margin: 0 auto 10px;
        padding: 10px 10px 20px;
        width: 100%;
    }
	#main .sec08 li img {
		width: 100%;
	}
    #main .sec09 {
        padding: 40px 0;
        background: url("../img/index/sp_sec09_bg.png") no-repeat left top / cover;
    }
    #main .sec09 h2 {
        margin-bottom: 32px;
        text-align: center;
    }
    #main .sec09 .content {
        margin: 0 10px;
    }
    #main .sec09 ul {
        display: block;
    }
    #main .sec09 li {
        margin: 0 auto 10px;
        padding: 4px 0 24px;
        width: 100%;
        max-width: inherit;
        min-height: auto;
    }
    #main .sec09 li .pho {
        margin-bottom: 10px;
		padding-right: 20px;
        width: 100%;
		box-sizing: border-box;
    }
	#main .sec09 li .pho img {
		width: 100%;
	}
	#main .sec09 li .ttl {
		margin-bottom: 0;
		padding-right: 17px;
	}
	#main .sec09 li .ttl span {
		margin-top: -5px;
		display: inline-block;
		vertical-align: middle;
		font-size: 2.8rem;
	}
	#main .sec09 li .txt h3 {
		margin-bottom: 4px;
	}
	#main .sec09 li .txt p {
		padding: 0 30px 0 23px;
		font-size: 1.4rem;
		line-height: 1.86;
	}
    #main .sec10 {
        padding: 30px 0 10px;
    }
    #main .sec10 .content {
        margin: 0 10px;
    }
    #main .sec10 .headLine02 {
        margin-bottom: 29px;
    }
    #main .sec10 .headLine02 span {
        font-size: 1.6rem;
    }
    #main .sec10 ul {
        display: block;
    }
    #main .sec10 li {
        margin: 0 auto 30px;
        padding: 5px;
        width: 100%;
        position: relative;
        background: none;
        background-color: #FFF;
    }
    #main .sec10 li:not(:first-of-type) {
        padding: 5px;
    }
    #main .sec10 li:first-of-type {
        width: 100%;
    }
    #main .sec10 li:not(:last-of-type)::after {
        width: 50px;
        height: 20px;
        position: absolute;
        top: auto;
        left: 50%;
        bottom: -24px;
        transform: translateX(-50%);
        background: url("../img/common/icon13.png") no-repeat left top / 50px;
    }
    #main .sec10 li .pho {
        margin-right: 20px;
    }
    #main .sec10 li .txt p {
        font-size: 1.6rem;
    }
    #main .sec11 {
        padding: 30px 0 38px;
    }
    #main .sec11 .content {
        margin: 0 10px;
    }
    #main .sec11 .headLine02 {
        margin-bottom: 26px;
        font-size: 2.6rem;
    }
    #main .sec11 .text {
        margin-bottom: 25px;
        font-size: 1.5rem;
    }
    #main .sec11 ul {
        margin: -15px 0 16px;
        justify-content: center;
		display: inherit;
    }
    #main .sec11 ul::after {
        width: 0;
    }
    #main .sec11 li {
        margin: 5px 0 0;
		width: auto;
    }
    #main .sec11 li .time {
        margin-right: 7px;
        font-size: 2.4rem;
    }
    #main .sec11 .notes {
        font-size: 1.1rem;
    }
    #main .contact {
        padding: 30px 0 40px;
    }
    #main .contact .content {
        margin: 0 10px;
    }
    #main .contact .content .headLine02 {
        margin-bottom: 29px;
    }
    #main .contact table {
        margin-bottom: 24px;
    }
    #main .contact th,
    #main .contact td {
        padding: 10px 5px;
        width: 100%;
		font-size: 1.6rem;
        display: block;
        box-sizing: border-box;
    }
    #main .contact th {
        padding: 11px 0 0;
        text-align: left;
        border-bottom: none;
    }
    #main .contact td {
        padding: 10px 0;
        border-top: none;
    }
    #main .contact th span {
        font-size: 1rem;
    }
    #main .contact td span {
        margin: 0;
        font-size: 1.4rem;
    }
    #main .mailForm input[type="text"],
    #main .mailForm input[type="tel"],
    #main .mailForm input[type="email"],
    #main .mailForm select,
    #main .mailForm textarea {
        padding: 6px;
        width:  100%;
        height: 40px;
        box-sizing: border-box;
    }
    #main .mailForm textarea {
        padding: 14px 10px;
        width: 100%;
        height: 135px;
        box-sizing: border-box;
    }
    #main .mailForm .radioList li {
        padding: 2px 0;
    }
    #main .mailForm .must {
        margin: 2px 0 0;
        padding: 0 4px;
        float: right;
        font-size: 1.2rem;
    }
    #main .mailForm .age {
        width: 100%!important;
    }
    #main .mailForm .wid01 {
        width: calc(100% - 46px)!important;
    }
    #main .mailForm .submit input:hover {
        opacity: 1;
    }
    #main .mailForm .others {
        padding-right: 0;
    }
    #main .mailForm .submit li {
        margin: 0 0 10px;
    }
	#main .mailForm .tabTxt a:hover {
		text-decoration: underline;
	}
}

@media all and (max-width: 365px) {
	#main .sec10 li .pho {
		margin-right: 10px;
		width: 170px;
	}
	#main .sec10 li .txt p {
		font-size: 1.4rem;
	}
}

@media all and (max-width: 350px) {
	#main .sec01 li p {
		padding: 18px 5px 18px 10px;
		font-size: 1.3rem;
	}
	#main .sec01 li .num {
		bottom: 0;
	}
	#main .sec03 .title {
		font-size: 1.8rem;
	}
	#main .sec03 li p {
		font-size: 1.5rem;
		padding-top: 19px;
	}
	#main .sec03 li .pho {
		width: 112px;
	}
	#main .sec06 .btm {
		font-size: 2rem;
	}
}

/*------------------------------------------------------------
    custom 20/11/26
------------------------------------------------------------*/
.note {
    text-align: center;
    font-weight: 600;
    color: #fff;
}
.fixed_cta {
    position: fixed;
    display: none;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #ffffffe8;
    box-shadow: 0 -1px 3px #999;
}
.fixed_cta_box {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        padding: 25px;
}
.fixed_cta_sub_txt {
    width: calc(20% - 15px);
    background-color: #c22222;
    padding: 5px 10px;
    margin-right: 15px;
    color: #fff;
    font-weight: 900;
    border-radius: 5px;
    text-align: center;
}
.fixed_cta_main_txt {
    width: 40%;
    font-size: 20px;
    font-weight: 900;
    margin-right: 20px;
}
.fixed_cta_main_txt span{
    color:#c22222;
}
.fixed_cta_box > div {
    width: 40%;
    text-align: center;
}
.fixed_cta_box > div > p {
    color: #666;
    font-size: 15px;
}
.fixed_cta_box > div > a:hover {
    opacity: 0.7;
}
footer#gFooter {
    margin-bottom: 125px;
}
@media all and (max-width: 425px) {
    .fixed_cta_box {display: block;padding: 10px 0;}
    .fixed_cta_sub_txt {width: 160px;margin: 0 auto;}
    .fixed_cta_main_txt {width: 100%;margin: 0 auto;text-align: center;font-size: 16px;}
    .fixed_cta_box > div{width:100%;}
    .fixed_cta_box > div > p{display: none;}
    .fixed_cta_box > div img{width: 85%;}
    footer#gFooter {margin-bottom: 144px;}
}
/*------------------------------------------------------------
    custom 20/12/16
------------------------------------------------------------*/

p.accent {
    margin: 40px 0 0;
    text-align: center;
    font-size: 22px;
}
p.accent span {
    color: #c22222;
}

/*------------------------------------------------------------
    custom 22/07/12
------------------------------------------------------------*/
.present {
    background-color: #ff9700;
    padding: 25px 0;
}
.present p {
    text-align: center;
    font-size: 21px;
    color: #fff;
}
.present p span {
    font-size: 30px;
    color: #00503c;
    font-weight: bold;
		margin: 0 5px;
}

@media all and (max-width: 896px) {
		.present {
				padding: 10px 0;
		}
		.present p {
				font-size: 20px;
		}
		.present p span {
				font-size: 20px;
		}
}
