@charset "utf-8";

	.visual--title {
		background: url(../imgs/img-mv.jpg) no-repeat center center;
		background-size: cover;
	}


	.page-mv__img {
		position: relative;
	}
	.page-mv .txt {
		text-align: center;
	}
	.page-mv .txt {
		font-size: 24px;
		line-height: 2;
	}
@media screen and (max-width: 736px) {
	.page-mv .txt {
		font-size: 18px;
	}

	.sp--white {
		color: #fff !important;
	}
}

	sup {
		font-size: 10px;
		vertical-align: super;
	}

	.p-text-01 {
		font-size: 16px;
		line-height: calc(30/16);
	}
	.p-text-01 + .caption {
		margin-top: 10px;
	}
	.p-text-02 {
		font-size: 17px;
		letter-spacing: .14em;
		line-height: calc(26/17);
		text-align: center;
		color: #caa846;
	}

  .p-text-01::before,
	.p-text-01::after,
  .p-text-02::before,
	.p-text-02::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
	}
  .p-text-01::before {
    margin-top: calc((1 - (30/16)) * 0.5em);
	}
  .p-text-01::after {
    margin-bottom: calc((1 - (30/16)) * 0.5em);
	}
  .p-text-02::before {
    margin-top: calc((1 - (26/17)) * 0.5em);
	}
  .p-text-02::after {
    margin-bottom: calc((1 - (26/17)) * 0.5em);
	}

	.p-acTxt {
		text-align: center;
	}
@media only screen and (max-width: 736px) {
	.p-text-01 {
		font-size: 14px;
	}
	.p-text-02 {
		font-size: 14px;
	}

	.p-acTxt {
		text-align: left;
	}
}

	.p-mw840 {
		max-width: 840px;
		margin-left: auto;
		margin-right: auto;
	}
	.p-mw840 + .p-mw840 {
		margin-top: 160px;
	}

	.p-madorizu {
		width: calc(400/1090*100%);
		margin: 60px auto 0;
	}

  .p-mw840 .caption--bottom {
    margin-top: 50px;
  }
@media screen and (max-width: 736px) {
	.p-mw840 + .p-mw840 {
		margin-top: 80px;
	}

	.p-madorizu {
		width: auto;
	}
}

	.clm--ab {
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
		width: auto;
	}
	.clm--ab > div {
		width: calc(344/1090*100%);
		margin-right: calc(402/1090*100%);
	}
	.clm--ab > div:nth-child(2n) {
		margin-right: 0;
	}
	.clm--ab > div:nth-child(n+3) {
		margin-top: 25px;
	}

	.p-box-a {
		padding: 20px 35px 25px;
		background: rgba(255, 255, 255, .6);
		border-left: solid 1px #ded8bd;
		border-bottom: solid 1px #ded8bd;
	}
	.p-box-a.logo {
		padding: 20px 35px 15px;
	}
	.p-box-a .heading + .p-text-01 {
		margin-top: 15px;
	}

	.clm2 > div {
		width: calc(460/1000*100%);
	}

	.p-mw840 .clm2 > div {
		width: calc(395/840*100%);
	}
	.p-mw840 .p-clmn + .heading {
		margin-top: 50px;
	}
	.p-mw840 .heading + .p-text-01 {
		margin-top: 15px;
	}

	.clm2 > div.clm--image {
		width: calc(460/1000*100%);
	}
	.clm2 > div.clm--text {
		width: calc(460/1000*100%);
	}
@media only screen and (max-width: 736px) {
	.clm2 > div {
		width: 100%;
	}

	.clm2 > div.clm--image {
		width: 100%;
		margin-top: 20px;
	}
	.clm2 > div.clm--text {
		width: 100%;
	}

	.clm--ab {
		position: static;
		width: auto;
	}
	.clm--ab > div {
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}
	.clm--ab > div:nth-of-type(1) {
		order: 4;
	}
	.clm--ab > div:nth-of-type(2) {
		order: 1;
	}
	.clm--ab > div:nth-of-type(3) {
		order: 5;
	}
	.clm--ab > div:nth-of-type(4) {
		order: 2;
	}
	.clm--ab > div:nth-of-type(5) {
		order: 6;
	}
	.clm--ab > div:nth-of-type(6) {
		order: 3;
	}

	.clm--ab > div:nth-child(2n) {
		margin-right: 0;
	}
	.clm--ab > div:nth-child(n+3) {
		margin-top: 20px;
	}
	.p-box-a {
		padding: 20px;
	}
	.p-box-a.logo {
		padding: 20px;
	}
	.p-box-a .heading + .p-text-01 {
		margin-top: 10px;
	}

	.p-mw840 .clm2 > div {
		width: 100%;
	}
	.p-mw840 .clm2 > div:nth-child(n+2) {
		margin-top: 30px;
	}
	.p-mw840 .p-clmn + .heading {
	}
	.p-mw840 .heading + .p-text-01 {
	}
}

	.p-img-logo {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.p-img-logo img {
		display: inline-block;
		margin-right: 25px;
	}
	.p-img-logo + .p-clmn {
		margin-top: 40px;
	}

	.p-img-logo-s {
		margin-top: 20px;
		text-align: right;
	}
@media only screen and (max-width: 736px) {
	.p-img-logo {
		flex-direction: column;
	}
	.p-img-logo img {
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
}

	.section--01 {
		padding-top: 80px;
		padding-bottom: 120px;
	}
	.section--01 .wrap {
		width: 1090px;
	}
	.section--01 .headline--01 + .heading--medium {
		margin-top: 120px;
	}
	.section--01 .heading--medium {
		margin-bottom: 120px;
	}
@media only screen and (max-width: 736px) {
	.section--01 {
		padding-top: 80px;
		padding-bottom: 60px;
	}

	.section--01 .wrap {
		width: auto;
	}

	.section--01 .headline--01 + .heading--medium {
		margin-top: 60px;
	}
	.section--01 .heading--medium {
		margin-bottom: 40px;
	}

	.section--01 .p-zu {
		margin-top: 80px;
	}

	.section--01 .clm2 > div.clm--image {
		width: 100%;
	}
	.section--01 .clm2 > div.clm--image .figure {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.section--01 .clm2 > div.clm--image .figure .caption--in-right {
		right: 10px;
	}
	.section--01 .clm2 > div.clm--text {
		width: 100%;
	}
}

	.section--02 {
		padding-top: 100px;
		padding-bottom: 180px;
		background: #f6fcfd;
	}
	.section--02 .heading--medium {
		margin-bottom: 110px;
	}
@media only screen and (max-width: 736px) {
	.section--02 {
		padding-top: 50px;
		padding-bottom: 90px;
	}
	.section--02 .heading--medium {
		margin-bottom: 60px;
	}
}

	.section--03 {
		padding-top: 80px;
		background: #fff;
	}
	.section--03 .figure {
		max-width: 400px;
		margin-top: 120px;
		margin-left: auto;
		margin-right: auto;
	}
	.section--03 .figure.figure-w {
		max-width: 500px;
	}
	.section--03 .figure figcaption {
		margin-top: 10px;
		font-size: 10px;
		line-height: 1.5;
		color: #aaa;
		font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
	}
	.js-popplan .section--03{
		padding-top: 50px;
	}
@media only screen and (max-width: 736px) {
	.section--03 {
		padding-top: 80px;
	}
	.section--03 .figure {
		margin-top: 60px;
	}
}

	.p-mw383 {
		max-width: 383px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.p-mw425 {
		max-width: 465px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 80px;
		text-align: center;
	}
	.p-spec-a {
		font-size: 36px;
		line-height: 1;
	}
	.p-spec-a small {
		position: absolute;
		top: 0;
		right: 20px;
		font-size: 16px;
	}
	.p-spec-a span {
		font-size: 26px;
	}
	.p-spec-a strong {
		font-weight: normal;
		font-size: 56px;
	}
	.p-spec-b {
		margin-top: 20px;
		padding-top: 15px;
		border-top: solid 1px #222;
		font-size: 46px;
		line-height: 1;
	}
	.p-spec-b small {
		font-size: 36px;
	}
	.p-spec-b .caption {
		font-size: 14px;
		font-family: 'Noto Serif JP',serif;
	}
	.p-spec-c {
		margin-top: 20px;
		padding-top: 15px;
		border-top: solid 1px #222;
		font-size: 16px;
		line-height: 1;
	}
	.p-spec-c strong {
		font-weight: normal;
		font-size: 26px;
	}
@media only screen and (max-width: 736px) {
	.p-mw383 {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.p-spec-a {
		font-size: 24px;
	}
	.p-spec-a small {
		right: 10px;
		font-size: 12px;
	}
	.p-spec-a span {
		font-size: 18px;
	}
	.p-spec-a strong {
		font-size: 42px;
	}
	.p-spec-b {
		margin-top: 15px;
		padding-top: 10px;
		font-size: 30px;
	}
	.p-spec-b small {
		font-size: 24px;
	}
	.p-spec-b .caption {
		font-size: 12px;
	}
	.p-spec-c {
		margin-top: 15px;
		padding-top: 10px;
		font-size: 12px;
	}
	.p-spec-c strong {
		font-size: 18px;
	}
}

.planbtn-wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 50px;
}

.planbtn{
	display: block;
	margin: 30px;
	position: relative;
}

.planbtn .label {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.planbtn .label span {
	display: inline-block;
	white-space: nowrap;
	padding: .2em .5em;
	margin-right: 5px;
	color: #fff;
	background-color: #246168;
}

.planbtn .label span:last-of-type {
	margin-right: 0;
}

@media only screen and (max-width: 736px) {
	.planbtn{
		margin: 10px;
	}
}

.outlineSec {
	margin: 110px auto;
	width: 675px;
}
.outlineSec__item:nth-child(n+2) {
	margin-top: 80px;
}
.outlineSec__heading {
	font-size: 24px;
	letter-spacing: .1em;
	text-align: center;
}
.outlineSec__cap {
	color: #999;
	font-size: 10px;
	margin-top: 15px;
}
.outlineSec table {
	border-bottom: 1px solid #49c3d1;
	font-size: 12px;
	margin-top: 40px;
}
.outlineSec th {
	background-color: #49c3d1;
	border-top: 1px solid #fff;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	width: 130px;
}
.outlineSec td {
	border-top: 1px solid #49c3d1;
	border-right: 1px solid #49c3d1;
	line-height: 1.6;
	padding: 10px 0 10px 20px;
	width: 540px;
}

@media only screen and (max-width: 736px) {
	.outlineSec {
		margin: 80px auto 40px;
		padding: 0 20px;
		width: 100%;
	}
	.outlineSec__item:nth-child(n+2) {
		margin-top: 40px;
	}
	.outlineSec__heading {
		font-size: 20px;
	}
	.outlineSec table {
		margin-top: 20px;
		width: 100%;
	}
	.outlineSec th {
		width: 25%;
	}
	.outlineSec td {
		width: 75%;
	}
}





.js-popplan .sp-fixed-btns,
.js-popplan .hdr-body__lower,
.js-popplan .fix--cv,
.js-popplan #ftrLinks,
.js-popplan #gBannerArea {
  display: none!important;
}

@media only screen and (max-width: 736px) {
	.js-popplan .hdr-body__lower{
		display: -webkit-flex!important;
        display: flex!important;
	}
}
