@charset "utf-8";


@media only screen and (max-width: 900px) {
	#gHeader .wrap.title {
		position: static;
		width: 100%;
		margin-top: 0;
		padding-top: 70px;
	}
}
@media only screen and (max-width: 767px) {
	#gHeader .wrap.title {
		width: 80%;
	}
}
@media only screen and (max-width: 640px) {
	#gHeader .wrap.title {
		padding-top: 56px;
        width: 100%;
	}
}

/* gHeader */
	#gHeader {
		width: 100%;
		height: 882px;
		background: url(../imgs/img-main.jpg) no-repeat center top fixed;
		background-size: cover;
	}

	@media only screen and (max-width: 640px) {
		#gHeader {
			background: url(../imgs/img-main-sp.jpg) no-repeat right top;
			background-size: cover;
		}
	}

	#gHeader h2 {
		padding-left: 60px;
	}

	#gHeader #HdrInner {
		background: none;
	}
	.hdrFixed #gHeader #HdrInner {
		background: url(../common/imgs/bg-hdr.png) repeat left top;
	}
	#pNav {
		display: none;
	}
	.hdrFixed #pNav {
		display: block;
	}
#gHeader {
  height: 720px;
}
.c-content-block {
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0px;
  background: rgba(0,0,0,0.1);
}
.c-content-block__inner {
  padding: 16px 0 46px;
  position: relative;
}
.p-headline-block--type__home {
  color: #fff;
  margin-left: 16px;
}
.p-headline-3--type__home {
  display: block;
  font-size: 0.8333em;
  font-weight: normal;
}
.c-headline-3__en {
  display: block;
  font-size: 1.6666em;
  font-weight: normal;
}
.p-article-list__content {
  display: flex;
  flex-diretion: row;
  align-items: flex-start;
}
@media only screen and (max-width: 400px) {
.p-article-list__date {
  margin-bottom: 8px;
}
}
@media only screen and (max-width: 640px) {
.p-article-list__content {
  flex-wrap:wrap;
}
.p-article-list__title {
  /*margin-top: 8px;*/
  display: inherit;
}
}
.p-article-list__category {
  white-space: nowrap;
}
.p-article-list__item {
  color: #fff;
  padding: 16px;
}
.p-article-list__item > a {
  color: #fff;
  display: block;
  padding: 16px;
  margin: -16px;
  text-decoration: none;
}
.p-article-list__item a:hover {
}
.p-article-list__item {
  letter-spacing: -.4em;
}
.p-article-list__item:not(:last-child) {
  border-bottom: solid 1px #ccc;
}
.p-article-list__date,
.p-article-list__category,
.p-article-list__title {
  /*display: inline-block;*/
  letter-spacing: normal;
  vertical-align: top;
  color: #fff;
}
.p-article-list__category {
  border-radius: 30px;
  moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  font-size: 0.8333em;
  vertical-align: baseline;
  width: 7em;
  padding: 2px 12px 2px;
  text-align: center;
}
@media only screen and (max-width: 400px) {
.p-article-list__category {
  width: 5em;
}
}

.p-article-list__title:hover,
.p-article-list__title > a:hover {
  text-decoration: underline;
}
.p-article-list__title > a {
  color: #fff;
  text-decoration: none;
}
.p-article-list__category--type_post {
  color: #666;
  background-color: #f2f2f2;
}
.p-article-list__category--type_kanda {
  background-color: #294481;
}
.p-article-list__category--type_kandatomiyama {
  background-color: #3CADAA;
  width: 6em;
}
.p-article-list__category--type_kayabacho {
  background-color: #008EAE;
}
.p-article-list__category--type_nishi-shinjuku {
  background-color: #595A59;
}
.p-article-list__category--type_yoyogi {
  background-color: #DDC59E;
  color: #333;
}
.p-article-list__category--type_aoyama {
  background-color: #94252a;
}
.p-article-list__date,
.p-article-list__category {
  margin-right: 8px;
}
.c-button {
  text-align: center;
  margin: 16px auto 0;
  position: absolute;
  right: 0px;
  bottom: 16px;
  left: 0px;
}
.c-button a,
.c-button a:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button a {
  font-size: 0.8333em;
  font-weight: normal;
  background-color: #294481;
  color: #fff;
  width: 130px;
  padding: 6px 16px 6px 6px;
  margin: auto;
  text-decoration: none;
  display: block;
  position: relative;
}
.c-button a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 43%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #a9b4cd;
  border-right: 1px solid #a9b4cd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 24px;
}
.c-button a:hover {
  text-decoration: none;
  color: #294481;
  background-color: #f2f2f2;
}
.c-button a:hover:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 43%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #294481;
  border-right: 1px solid #294481;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
}

	#gHeader .obiArea {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		padding: 16px 0;
		background: url(../imgs/bg-main.png) repeat left top;
		text-align: center;
	}
	#gHeader .obiArea .wrap {
		padding-top: 0;
	}
	.obiArea img {
		vertical-align: top;
	}
	.obiArea ul li {
		display: inline-block;
		margin-right: 30px;
        vertical-align: middle;
	}
	.obiArea ul li.last {
		margin-right: 0;
	}
	.obiArea ul li img {
		vertical-align: top;
	}
	.infoTxt span {
		display: none;
		font-size: 14px;
		color: #fff;
	}
    .p-office-list__item:not(:last-child) {
      margin-bottom: 24px;
    }
    .p-headline-5 {
      margin-bottom: 8px;
    }
    .p-office-list__item a {
      color: #333;
    }
@media only screen and (min-width: 768px) {
#gHeader {
  height: 882px;
}
#gHeader .obiArea {
		padding: 24px 0;
	}
.c-content-block {
  bottom: 96px;
}
.c-content-block__inner {
  padding: 16px 0;
}
.p-headline-block--type__home {
  text-align: left;
  float: left;
  margin: 4px 56px 0 24px;
}
.p-article-list__date,
.p-article-list__category {
  margin-right: 16px;
}
.p-article-list__title {
  display: inline-block;
  margin-top: 0;
}
.p-article-list__item {
  padding: 8px 0;
}
.p-article-list__item > a {
  padding: 8px 0;
  margin: -8px 0;
}
.p-article-list__item:not(:last-child) {
  border-bottom: none;
}
.p-article-list--type_home {
  float: left;
  width: 70%;
  margin-top: 0;
}
.c-content-block__button.sp {
  display: inherit;
}
.c-button {
  margin: 16px 0 0;
  position: static;
}
.c-button a {
  padding: 8px 16px 8px 8px;
}
}
@media only screen and (min-width: 1200px) {
#gHeader {
  height: 982px;
}
.c-content-block__inner {
  width: 1100px;
  margin: 0 auto;
  padding: 24px 0;
  -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
	   box-sizing: border-box;
}
.p-headline-block--type__home {
  margin: 0 80px 0 50px;
}
.p-article-list--type_home {
}
.p-article-list__date,
.p-article-list__category {
  margin-right: 16px;
}
}
@media only screen and (max-width: 900px) {
	.hdrFixed #pNav {
		display: none;
	}
	.hdrFixed #gHeader #HdrInner {
		background: none;
	}

	#gHeader {
		height: 100vh;
        height: 100dvh;
	}
	#gHeader h2 {
		padding-left: 0;
	}
	.obiArea ul li {
		display: block;
		margin-right: 0;
	}
	.obiArea ul li.last {
		margin-top: 0;
	}

	.infoTxt.mb30 {
		margin-bottom: 10px;
	}
	.infoTxt img {
		display: none;
	}
	.infoTxt span {
		    display: block;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff;
    color: #b42736;
    margin:20px;
	}
}


/* gNav */
	#gNav li {
		float: left;
		margin-left: 46px;
		margin-right: 19px;
	}
	#gNav li.last {
		margin-right: 0;
	}
	#gNav li img {
		vertical-align: bottom;
	}

	.hdrFixed #gNav {
		border-bottom: none;
	}
	.hdrFixed #gNav li {
		float: left;
		margin-left: 0;
		margin-right: 1px;
	}
	.hdrFixed #gNav li.conf {
		margin-left: 26px;
	}
	.hdrFixed #gNav li img {
		vertical-align: top;
	}
@media only screen and (max-width: 1200px) {
	#gNav {
		float: none;
		width: 100%;
		border-bottom: solid 1px #c9cac8;
		text-align: center;
	}
	#gNav li {
		width: 16.66%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	#gNav li.last {
		margin-right: 0;
	}

	.hdrFixed #gNav {
		border-bottom: none;
	}
	.hdrFixed #gNav li {
		float: left;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	.hdrFixed #gNav li.conf {
		margin-left: 0;
	}
}
@media only screen and (max-width: 900px) {
	#gNav {
		display: none;
		background: url(../common/imgs/bg-hdr.png) repeat left top;
		border-bottom: none;
	}
	#gNav li {
		width: 100%;
	}
}

/* mainContent */
	#mainContent {
		padding-top: 40px;
		padding-bottom: 120px;
	}

	.mb120 { margin-bottom: 120px;}
	.mb140 { margin-bottom: 140px;}

	.half {
		width: 520px;
	}

	.arwArea {
		padding-left: 175px;
		background: url(../imgs/icn-arw.png) no-repeat 0 0;
	}

	.section.info {
		padding-bottom: 100px;
	}
	.section.info h3 {
		display: table-cell;
		padding-right: 60px;
		vertical-align: middle;
	}
	.section.info table {
		overflow: hidden;
		display: table-cell;
		padding: 15px 0 15px 40px;
		border-left: solid 1px #d4d7da;
		vertical-align: middle;
	}
	.section.info table td {
		padding-bottom: 20px;
		vertical-align: top;
	}
	.section.info table td.last {
		padding-bottom: 0;
	}
	.section.title {
		margin-bottom: 80px;
	}
@media only screen and (max-width: 1200px) {
	.half {
		width: 48%;
	}
	.arwArea {
		width: 70%;
		padding-left: 30%;
	}
}
@media only screen and (max-width: 900px) {
	#mainContent .section.num1 .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.section.info,
	.section.title {
		margin-bottom: 40px;
	}
    .section.title {
	}
	.section.info h3 {
		display: block;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.section.info table {
		overflow: hidden;
		display: table;
		width: 100%;
		padding: 20px 0 0;
		border-left: none;
		border-top: solid 1px #d4d7da;
	}
	.section.info table td {
		display: table;
		width: 100%;
		padding-bottom: 0;
	}
	.section.info table td.pr10 {
		display: table;
		padding-right: 0;
	}
	.section.info table td p {
		padding-left: 5%;
	}
	.section.info table td.last {
		padding-top: 0;
	}

	.half {
		float: none;
		width: 100%;
	}
	.half h4 {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		padding-bottom: 45px;
		background: url(../imgs/icn-arw.png) no-repeat bottom left;
	}
	.half .btn {
		text-align: center;
	}
	.fr.half {
		margin-top: 30px;
	}
	.ImgPhL {
		padding-right: 20%;
	}
	.ImgPhR, .ImgMvR {
		padding-left: 20%;
	}
	.arwArea {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		background: none;
	}
	.arwArea .mb50,
	.arwArea .mb75 {
		margin-bottom: 40px;
	}

}
@media only screen and (max-width: 380px) {
    .flame-wrapper {
      width: 100%;
      padding: 0;
      box-sizing: border-box;
    }
     .flame-wrapper__inner {
      padding-bottom: 56.25%;
      position: relative;
      height: 0;
      overflow: hidden;
    }
    .flame-wrapper__inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none; /*境界線の打ち消し*/
    }
}
@media only screen and (min-width: 768px) {
    .flame-wrapper {
      width: 100%;
      padding: 0;
      box-sizing: border-box;
    }
     .flame-wrapper__inner {
      padding-bottom: 75%;
      position: relative;
      height: 0;
      overflow: hidden;
    }
    .flame-wrapper__inner iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: none; /*境界線の打ち消し*/
    }
}
