/*--------------------------------------------------------------------------
   overwrite html
---------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
}

html.js-font-m.mode-pc {
	font-size: 75%;
}

/*--------------------------------------------------------------------------
   .l-content
---------------------------------------------------------------------------*/
.l-content {
	font-size: 1.6rem;
	line-height: 1.6;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 900px) {
	.l-content {
		font-size: 1.2rem;
	}
}

/*--------------------------------------------------------------------------
   .l-inner
---------------------------------------------------------------------------*/
.l-inner {
	padding: 0 80px;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 900px) {
	.l-inner {
		padding: 0 15px;
	}
}

/*--------------------------------------------------------------------------
   overwrite .m-cover
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   u-*
---------------------------------------------------------------------------*/
.u-sp {
	display: none;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 900px) {
	.u-pc {
		display: none;
	}
	.u-sp {
		display: inherit;
	}
}

/*--------------------------------------------------------------------------
   .bar-next
---------------------------------------------------------------------------*/
.bar-next {
	margin: 170px 0 0;
	text-align: right;
	color: #fff;
}

.bar-next a {
	display: block;
	background-color: #000;
	color: inherit;
	line-height: 116px;
	-webkit-transition: all .3s ease;
	        transition: all .3s ease;
}

.bar-next__txt {
	display: inline-block;
	position: relative;
	padding: 0 75px 0 0;
}

.bar-next__txt:after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	width: 30px;
	height: 30px;
	margin: auto 0;
	background: url(/ph2/assets/img/common/ico_arw02.png);
	background-repeat: no-repeat;
	background-size: 30px;
	content: '';
}

.bar-next__txt .en {
	margin: 0 15px 0 0;
	font-family: 'rits';
	font-size: 2.4rem;
	letter-spacing: 1px;
}

.bar-next__txt .ja {
	font-size: 2.4rem;
	font-weight: bold;
}

/* hover
-----------------------------------------------------------------*/
.bar-next a:hover {
	opacity: .7;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 900px) {
	.bar-next {
		margin: 20px 0 0;
	}
	.bar-next a {
		line-height: 60px;
	}
	.bar-next__txt {
		padding: 0 40px 0 0;
	}
	.bar-next__txt:after {
		right: 15px;
		width: 22px;
		height: 22px;
		background-size: 22px;
	}
	.bar-next__txt .en {
		margin: 0 15px 0 0;
		font-size: 1.2rem;
	}
	.bar-next__txt .ja {
		font-size: 1.6rem;
	}
}

/*--------------------------------------------------------------------------
   l-fgrid
---------------------------------------------------------------------------*/
.l-fgrid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.l-fgrid__item {
	box-sizing: inherit;
}

/* children
-----------------------------------------------------------------*/
.l-fgrid__item--full {
	width: 100%;
}

.l-fgrid__item--1of2 {
	width: 50%;
}

.l-fgrid__item--1of3 {
	width: 33.33333333%;
}

.l-fgrid__item--1of4 {
	width: 25%;
}

.l-fgrid__item--1of5 {
	width: 20%;
}

.l-fgrid__item--1of6 {
	width: 16.66666666%;
}

/*--------------------------------------------------------------------------
   .main-visual
---------------------------------------------------------------------------*/
.page-header {
	padding: 64px 0 0;
}

.page-header__hdg {
	padding: 55px 0;
}

.page-header__hdg .hdg {
	font-size: 3.6rem;
}

.page-header__kv:after {
	display: block;
	position: relative;
	padding-top: 28.1%;
	background-image: url(/ph2/assets/img/feature/divercity/img_kv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
}

.page-header__kv span {
	position: absolute;
}

.page-header__body {
	padding: 70px 80px 70px;
}

.page-header__lead {
	font-size: 3.2rem;
	font-weight: 700;
}

.page-header__txt {
	margin: 25px 0 0;
	font-size: 1.8rem;
}

.page-header__anchor {
	margin: 50px 0 0;
}

/* .page-header .anchor
-----------------------------------------------------------------*/
.page-header .anchor {
	margin: -20px 0 0;
}

.page-header .anchor li {
	display: block;
	margin: 20px 45px 0 0;
}

.page-header .anchor a {
	display: block;
	position: relative;
	padding: 0 0 0 30px;
}

.page-header .anchor a:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 16px;
	height: 16px;
	margin: auto 0;
	background: url(/ph2/assets/img/common/ico_pagebottom.png) no-repeat;
	background-size: 16px;
	content: '';
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 900px) {
	.page-header {
		padding: 0;
	}
	.page-header__hdg {
		padding: 18px 0;
	}
	.page-header__hdg .hdg {
		font-size: 1.9rem;
	}
	.page-header__body {
		padding: 35px 15px 40px;
	}
	.page-header__lead {
		font-size: 1.6rem;
	}
	.page-header__txt {
		font-size: 1.5rem;
	}
	.page-header__anchor {
		display: none;
	}
}

/*--------------------------------------------------------------------------
   .section
---------------------------------------------------------------------------*/
.section__img img {
	width: 100%;
	height: auto;
}

.section__inner {
	position: relative;
	margin: -65px 40px 0;
	padding: 0 40px;
	background-color: #fff;
}

.section__header {
	padding: 100px 0;
	text-align: center;
}

.section__header .number {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: absolute;
	top: -37px;
	left: 50%;
	width: 74px;
	height: 74px;
	margin: 0 0 0 -37px;
	border: 3px solid #000;
	background: rgba(255, 255, 255, .7);
	text-align: center;
	font-family: 'rits';
	line-height: 1;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.section__header .number__num {
	display: block;
	padding-top: .1em;
	font-size: 4rem;
	letter-spacing: 5px;
}

.section__header .hdg {
	font-size: 3.4rem;
	font-weight: 700;
}

.section__header .sub {
	margin: 15px 0 0;
	color: #ad181f;
	font-family: 'Viga', sans-serif;
	font-size: 1.8rem;
}

.section__header .lead {
	margin: 75px 0 0;
	text-align: left;
	font-size: 1.8rem;
	line-height: 2;
}

/* layout
-----------------------------------------------------------------*/
.section + .section {
	margin: 145px 0 0;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 900px) {
	.section__inner {
		margin: 0;
		padding: 0 15px;
	}
	.section__header {
		padding: 40px 0;
	}
	.section__header .number {
		top: -18px;
		width: 36px;
		height: 36px;
		margin: 0 0 0 -18px;
		border: 2px solid #000;
	}
	.section__header .number__num {
		font-size: 2rem;
		letter-spacing: 2px;
	}
	.section__header .hdg {
		font-size: 1.8rem;
	}
	.section__header .sub {
		margin: 10px 0 0;
		font-size: .9rem;
	}
	.section__header .lead {
		margin: 40px 0 0;
		font-size: 1.5rem;
	}
	/* layout
	-----------------------------------------------------------------*/
	.section + .section {
		margin: 80px 0 0;
	}
}

/*--------------------------------------------------------------------------
   .block
---------------------------------------------------------------------------*/
.block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin: 0 -25px;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.block__item {
	width: 50%;
	padding: 0 25px;
}

.block__item--width-md {
	width: 60%;
}

.block__item--img {
	width: 40%;
}

.block__item .movie {
	position: relative;
	padding-bottom: 56.25%;
}

.block__item .movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block__img {
	width: 100%;
	height: auto;
}

.block__hdg {
	position: relative;
	margin: 0 0 22px;
	padding: 0 0 30px;
	font-size: 2.4rem;
}

.block__hdg:after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 4px;
	background-color: #ad181f;
	content: '';
}

.block__txt {
	font-size: 1.8rem;
	line-height: 2;
}

.block .block__link {
	text-decoration: underline;
}

.block .block__link:hover {
	text-decoration: none;
}

/* modifier
-----------------------------------------------------------------*/
.block--reverse {
	        flex-direction: row-reverse;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
}

/* layout
-----------------------------------------------------------------*/
.blocks + .blocks {
	margin: 80px 0 0;
	padding: 80px 0 0;
	border-top: 1px dashed #999;
}

.blocks--section .block + .block {
	margin: 80px 0 0;
	padding: 80px 0 0;
	border-top: 1px dashed #999;
}

.blocks--layout .block + .block {
	margin-top: 40px;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 900px) {
	.block {
		display: block;
		margin: 0;
	}
	.block__item {
		width: auto;
		padding: 0;
	}
	.block__item + .block__item {
		margin: 45px 0 0;
	}
	.block__img {
		width: 100%;
		height: auto;
	}
	.block__hdg {
		margin: 0 0 15px;
		padding: 0 0 20px;
		text-align: center;
		font-size: 1.6rem;
	}
	.block__hdg:after {
		left: 50%;
		width: 20px;
		height: 2px;
		margin: 0 0 0 -10px;
	}
	.block__txt {
		font-size: 1.5rem;
	}
	/* modifier
	-----------------------------------------------------------------*/
	.block--reverse {
		        flex-direction: row-reverse;

		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		    -ms-flex-direction: row-reverse;
	}
	/* layout
	-----------------------------------------------------------------*/
	.blocks + .blocks {
		margin: 50px 0 0;
		padding: 50px 0 0;
	}
	.blocks--section .block + .block {
		margin: 50px 0 0;
		padding: 50px 0 0;
	}
	.blocks--layout .block + .block {
		margin-top: 40px;
	}
}

/*--------------------------------------------------------------------------
   .related
---------------------------------------------------------------------------*/
.related {
	margin: 70px 0 0;
	padding: 25px 60px 60px;
	border: 4px solid #e2e0e0;
	background-color: #ccc;
}

.related__hdg {
	font-size: 2.4rem;
	font-weight: 700;
}

.related .l-fgrid {
	margin: 25px -20px 0;
}

.related .l-fgrid__item {
	padding: 0 20px;
}

/* related -> .btn
-----------------------------------------------------------------*/
.related .btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	height: 100px;
	background-color: #fff;
	text-align: center;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

/* btn--01 */
.related .btn--01 .btn__txt {
	font-size: 1.8rem;
	font-weight: 700;
}

.related .btn--01 .btn__txt span {
	margin: 0 0 0 5px;
	color: #a2000d;
	font-size: 1.6rem;
}

/* btn--02 */
.related .btn--02 {
	background: url(/ph2/assets/img/feature/divercity/btn_bg01.png);
	background-size: cover;
	color: #fff;
}

.related .btn--02 .btn__txt .sub {
	display: block;
	font-size: 1.6rem;
}

.related .btn--02 .btn__txt .main {
	display: block;
	font-size: 3.0rem;
	font-weight: 700;
}

/* btn--03 */

.related .btn--03 {
	background: url(/ph2/assets/img/feature/divercity/btn_bg02.png);
	background-size: cover;
	color: #fff;
}

.related .btn--03 .btn__txt .sub {
	display: block;
	font-size: 1.6rem;
}

.related .btn--03 .btn__txt .main {
	display: block;
	font-size: 3.0rem;
	font-weight: 700;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 900px) {
	.related {
		margin: 45px 0 0;
		padding: 25px 15px 30px;
		border: 2px solid #e2e0e0;
	}
	.related__hdg {
		text-align: center;
		font-size: 1.2rem;
	}
	.related .l-fgrid {
		display: block;
		margin: 22px 0 0;
	}
	.related .l-fgrid__item {
		width: 100%;
		padding: 0;
	}
	.related .l-fgrid__item + .l-fgrid__item {
		margin: 30px 0 0;
	}
	/* related -> .btn
	-----------------------------------------------------------------*/
	.related .btn {
		height: 50px;
	}
	/* btn--01 */
	.related .btn--01 .btn__txt {
		font-size: .9rem;
	}
	.related .btn--01 .btn__txt span {
		margin: 0 0 0 3px;
		font-size: .8rem;
	}
	/* btn--02 */
	.related .btn--02 .btn__txt .sub {
		font-size: .8rem;
	}
	.related .btn--02 .btn__txt .main {
		font-size: 1.6rem;
	}
       /* btn--03 */
        .related .btn--03 .btn__txt .sub {
		font-size: .8rem;
	}
	.related .btn--03 .btn__txt .main {
		font-size: 1.6rem;
	}
}

.txt-line {
	background-color: #f9ced1;
}

/*--------------------------------------------------------------------------
   .unit
---------------------------------------------------------------------------*/
.blocks .unit {
	overflow: hidden;
	margin: 70px 0 0;
	padding: 60px;
	background-color: #efefef;
}

.blocks .unit__figure {
	width: 396px;
}

.blocks .unit__img {
	float: left;
	margin: 0 40px 0 0;
}

.blocks .unit__hdg {
	font-size: 2rem;
	font-weight: 700;
}

.blocks .unit__txt {
	margin: 30px 0 0;
	font-size: 1.8rem;
	line-height: 1.8;
}

.blocks .unit__txt a {
	text-decoration: underline;
	color: #b5353b;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 900px) {
	.blocks .unit {
		margin: 50px 0 0;
		padding: 30px 20px 30px;
	}
	.blocks .unit__figure {
		width: 100%;
	}
	.blocks .unit__img {
		float: none;
		margin: 0;
	}
	.blocks .unit__hdg {
		margin: 20px 0 0;
		font-size: 1.6rem;
	}
	.blocks .unit__txt {
		margin: 13px 0 0;
		font-size: 1.5rem;
	}
}

.experiences {
	margin-top: 30px;
}

.experiences__hdg {
	position: relative;
	margin: 0 0 22px;
	font-size: 2.4rem;
}

.experiences .experiences-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin: 0 -20px -20px 0;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.experiences .experiences-list__item {
	width: calc(50% - 20px);
	margin: 0 20px 20px 0;

	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.experiences .experience-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	height: 100%;
	border: 1px solid #efefef;
	background: url('/ph2/assets/img/common/ico_blank_m.png') no-repeat right 10px bottom 10px/15px;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.experiences .experience-item__image {
	width: 37%;

	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}

.experiences .experience-item__image img {
	width: 100%;
	height: auto;
}

.experiences .experience-item__content {
	padding: 25px 35px;
}

.experiences .experience-item__content .title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
}

.experiences .experience-item__content .info {
	margin-top: .5em;
	font-size: 1.4rem;
	font-weight: 500;
}

.experiences .experience-item__content .name {
	display: block;
	font-size: 2rem;
}

.experiences .experiences-list__item:nth-child(odd) {
	background-color: #fff6ee;
}

.experiences .experiences-list__item:nth-child(odd) .title {
	color: #fe8c20;
}

.experiences .experiences-list__item:nth-child(even) {
	background-color: #ecfcff;
}

.experiences .experiences-list__item:nth-child(even) .title {
	color: #1fb2ce;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 900px) {
	.experiences__hdg {
		margin-bottom: 18px;
		text-align: center;
		font-size: 1.8rem;
	}
	.experiences .experiences-list {
		display: block;
		margin: 0;
	}
	.experiences .experiences-list__item {
		width: auto;
		margin: 15px 0 0;
	}
	.experiences .experience-item {
		display: block;
	}
	.experiences .experience-item__image {
		width: auto;
	}
	.experiences .experience-item__content {
		padding: 20px 5px;
		text-align: center;
	}
	.experiences .experience-item__content .title {
		font-size: 1.4rem;
	}
	.experiences .experience-item__content .info {
		margin-top: 10px;
		font-size: 1.1rem;
	}
	.experiences .experience-item__content .name {
		display: inline-block;
		font-size: 1.4rem;
	}
}

/*# sourceMappingURL=../../../maps/ph2/assets/scss/feature/divercity.css.map */
