@charset "UTF-8";
/* -- foundation -- */
/* CSS Document */
/*----------------------------------------------------
	☆etc
----------------------------------------------------*/
/*----------------------------------------------------
    ☆component
----------------------------------------------------*/
/*----------------------------------------------------
    ☆margin
----------------------------------------------------*/
/*----------------------------------------------------
    ☆element size fix
----------------------------------------------------*/
/*----------------------------------------------------
    ☆position
----------------------------------------------------*/
/*----------------------------------------------------
    ☆border
----------------------------------------------------*/
/*----------------------------------------------------
    ☆button
----------------------------------------------------*/
/*----------------------------------------------------
    ☆animation
----------------------------------------------------*/
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-100%);
    opacity: 0; }
  50.1% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(100%);
    opacity: 0; }
  50.1% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-150%);
    opacity: 0; }
  50.1% {
    transform: translateY(150%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-150%);
    opacity: 0; }
  50.1% {
    transform: translateY(150%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
/* ------------------------------ */
/* -- FONT -- */
/* ------------------------------ */
/* -- Function -- */
/*-----------------------------------------------------------
reset
-------------------------------------------------------------*/
html, body {
  overflow-x: hidden; }

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
  margin: 0;
  padding: 0;
  color: #000000; }

body {
  font-size: 15px;
}
a {
  color: #004097;
  text-decoration: none;
  outline: 0; 
  transition: opacity .5s ease 0s;
}

@media screen and (min-width: 768px) {
    body {
      font-size: 14px;
    }
  a:hover {
    text-decoration: none;
    opacity: .7; }

  a img:hover {
    /*@include opacity(0.7);*/ } }
.nolink {
  pointer-events: none; }

p img, h1 img, h2 img, h3 img, h4 img, a img {
  width: 100%; }

ul, ol {
  list-style-type: none; }

ul li:first-child {
  /*margin-left: 0;*/ }

p {
  line-height: 1.8; }

/*-----------------------------------------------------------
font
-------------------------------------------------------------*/
/*-----------------------------------------------------------
layout
-------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */ }

body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff; }

.wrap {
  width: 100%;
  overflow: hidden; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

.anchor {
  margin-top: -100px;
  padding-top: 100px; }

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  body {
    font-size: 12px;
    font-size: 1.2rem; } }
/* -- layout -- */
/* -- foundation -- */
/* --------------------------- */
/*==============================================
    5-1. l-header
==============================================*/
.l-header {
	z-index: 25;
	position: relative;
	width: 100%;
	padding: .5em 4%;
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (min-width: 769px) {
	.l-header {
		max-width: 1400px;
		margin: 0 auto;
		padding: 0.4 0.2em 60px;
	}
}

@media screen and (min-width: 769px) {
	.l-header__logo {
		margin-left: -4px;
	}
}

.l-header__logo a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.l-header__logo a img {
	width: 48%;
	margin-left: -1.5%;
}

@media screen and (min-width: 769px) {
	.l-header__logo a img {
		width: 233px;
		margin-left: -4px;
	}
}

.l-header__logo a span {
	display: block;
	padding-left: .3em;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 0.92857rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.l-header__logo a span {
		padding-left: .5em;
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
		font-size: 1.06667rem;
		line-height: 1.5;
	}
}

.l-header__btn--cover {
	z-index: 100;
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
}

@media screen and (min-width: 769px) {
	.l-header__btn--cover {
		max-width: 1400px;
	}
}

.l-header__btn {
	z-index: 100;
	position: absolute;
	width: 44px;
	height: 44px;
	top: 3px;
	right: 3%;
	cursor: pointer;
}

@media screen and (min-width: 769px) {
	.l-header__btn {
		top: 10px;
		right: 36px;
	}
}

.l-header__btn span {
	position: absolute;
	width: 49px;
	height: 2px;
	top: 22px;
	right: 0;
	left: 0;
	margin: auto;
	background: #666666 none no-repeat scroll top left;
	border-radius: 4px;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.l-header__btn span::before {
	content: '';
	position: absolute;
	width: 49px;
	height: 2px;
	top: 9px;
	background: #666666 none no-repeat scroll top left;
	border-radius: 4px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.l-header__btn span::after {
	content: '';
	position: absolute;
	width: 49px;
	height: 2px;
	top: -9px;
	background: #666666 none no-repeat scroll top left;
	border-radius: 4px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.js-active.l-header__btn span {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	background: #ffffff none no-repeat scroll top left;
}

.js-active.l-header__btn span::before {
	-webkit-transform: translateX(-4px) rotate(45deg);
	transform: translateX(-4px) rotate(45deg);
	background: #666666 none no-repeat scroll top left;
	top: 0;
}

.js-active.l-header__btn span::after {
	-webkit-transform: translateX(-4px) rotate(-45deg);
	transform: translateX(-4px) rotate(-45deg);
	background: #666666 none no-repeat scroll top left;
	top: 0;
}

.l-header__gnav {
	z-index: 50;
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 4em 0;
	overflow: scroll;
	background-color: #ffffff;
}

@media screen and (min-width: 769px) {
	.l-header__gnav__inner {
		max-width: 1400px;
		margin: 0 auto;
	}
}

.l-nav {
	width: 80%;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {
	.l-nav {
		width: 80%;
		padding-top: 3em;
		border-top: 1px solid #f0f0f0;
	}
}

@media screen and (min-width: 769px) {
	.l-nav__ul {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media screen and (min-width: 769px) {
	.l-nav__ul::before {
		content: "";
		display: block;
		width: 25%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media screen and (min-width: 769px) {
	.l-nav__ul::after {
		content: "";
		display: block;
		width: 25%;
	}
}

.l-nav__ul__item {
	position: relative;
	padding: .5em 0 .5em 1em;
	border-bottom: 2px solid #f0f0f0;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 20px;
    line-height: 1.5;
    letter-spacing: .08em;
}

@media screen and (min-width: 769px) {
	.l-nav__ul__item {
		width: 25%;
		padding: .5em 0 1em 1em;
		border-bottom: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 24px;
		line-height: 1.5;
	}
}

.l-nav__ul__item:nth-child(1) {
	border-top: 2px solid #f0f0f0;
}

@media screen and (min-width: 769px) {
	.l-nav__ul__item:nth-child(1) {
		border-top: none;
	}
}

.l-nav__ul__item::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 14px;
	top: 16px;
	left: 0;
}

@media screen and (min-width: 769px) {
	.l-nav__ul__item::before {
		width: 5px;
		height: 21px;
		top: 19px;
	}
}

.l-nav__ul__item::before .home {
	background-color: #333333;
}

.l-nav__ul__item::before .concept {
	background-color: #ca186c;
}

.l-nav__ul__item::before .business {
	background-color: #0ea5d8;
}

.l-nav__ul__item::before .company {
	background-color: #f4934e;
}

.l-nav__ul__item::before .interview {
	background-color: #009294;
}

.l-nav__ul__item::before .training {
	background-color: #4275b8;
}

.l-nav__ul__item::before .benefits {
	background-color: #a182bd;
}

.l-nav__ul__item::before .recruit {
	background-color: #77808f;
}

.l-nav__ul__item[data-class="home"]::before {
	background-color: #333333;
}

.l-nav__ul__item[data-class="concept"]::before {
	background-color: #ca186c;
}

.l-nav__ul__item[data-class="business"]::before {
	background-color: #0ea5d8;
}

.l-nav__ul__item[data-class="company"]::before {
	background-color: #f4934e;
}

.l-nav__ul__item[data-class="interview"]::before {
	background-color: #009294;
}

.l-nav__ul__item[data-class="training"]::before {
	background-color: #4275b8;
}

.l-nav__ul__item[data-class="benefits"]::before {
	background-color: #a182bd;
}

.l-nav__ul__item[data-class="recruit"]::before {
	background-color: #77808f;
}

.l-nav__ul__item a {
    display: block;
    color: #000000;
    font-family: 'Roboto Condensed', sans-serif;
}

.l-pulldown {
	position: relative;
	cursor: pointer;
}

.l-pulldown::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: transparent url(../../image/icon_header_open.png.html) no-repeat scroll center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

@media screen and (min-width: 769px) {
	.l-pulldown::after {
		display: none;
	}
}

.js-active.l-pulldown::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 2px;
	background: transparent url(../../image/icon_header_close.png.html) no-repeat scroll center center;
	background-size: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.l-pulldown__ul {
	display: none;
}

@media screen and (min-width: 769px) {
	.l-pulldown__ul {
		display: block;
		margin-top: 1em;
	}
}

.l-pulldown__ul__item {
	margin: 1.5em 0 1.5em 0;
	color: #666666;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.l-pulldown__ul__item {
		margin: 1em 0 1em 0;
		font-size: 13px;
		line-height: 1.5;
	}
}

.l-pulldown__ul__item a {
    color: #666666;
}

.l-pulldown__btn {
	z-index: 2;
	position: absolute;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

@media screen and (min-width: 769px) {
	.l-pulldown__btn {
		display: none;
	}
}

.l-pulldown__btn img {
	position: absolute;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.js-active.l-pulldown__btn img {
	position: absolute;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.l-pulldown__btn img {
	position: absolute;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}

.c-btn {
    text-align: center;
    margin: 1.5em auto;
}
.c-btn a {
    position: relative;
    display: block;
    padding: 1em 0 1em 0;
    border: 2px solid #c8c8c8;
    border-radius: 50px;
    font-weight: bold;
    font-size: 13px;
}

.l-login {
	margin: 3em 0;
}

@media screen and (min-width: 769px) {
	.l-login {
		width: 80%;
		margin: 0 auto;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.l-login__btn {
	width: 58.1%;
	margin: 0 auto;
}

.l-login__btn a {
    color: #000000;
}

@media screen and (min-width: 769px) {
	.l-login__btn {
		width: 218px;
		/*margin: 1.5em 1.5em 1.5em 0 !important;*/
	}
}

.l-login__btn--change {
    text-align: center;
    margin: 1.5em auto;
}
.l-login__btn--change a {
    position: relative;
    display: block;
    padding: 1em 0 1em 0;
    border: 2px solid #c8c8c8;
    border-radius: 50px;
    font-size: 12.5px;
    font-weight: bold;
    letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
    .l-login__btn--change a {
        font-size: 13px;
    }
}

/* -- foundation -- */
/* --------------------------- */
/*==============================================

    6. FOOTER

==============================================*/
/*==============================================
    6-1. l-footer
==============================================*/
.l-footer {
	padding: 0 0 2em 0;
	background-color: #ffffff;
}

.l-footer__catch {
	position: relative;
	padding: 0 0 4em 0;
}

.l-footer__catch__image {
	overflow: hidden;
}

.l-footer__catch__image img {
	width: 250%;
	margin-left: -150%;
}

@media screen and (min-width: 769px) {
	.l-footer__catch__image img {
		width: 100%;
		margin-left: 0;
	}
}

.l-footer__catch__text {
	width: 100%;
	display: block;
	text-align: center;
	color: #ffffff;
	margin-top: -2.5em;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "メイリオ", serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.85714;
}

@media screen and (min-width: 769px) {
	.l-footer__catch__text {
		margin-top: -1em;
		font-size: 2.28571rem;
		line-height: 2.06062;
	}
}

.l-footer__pagetop {
	position: relative;
	margin: 0 auto 3em auto;
}

.l-footer__pagetop img {
	display: block;
	width: 44px;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {
	.l-footer__pagetop img {
		width: 60px;
	}
}

.l-footer__pagetop::before {
	content: 'PAGE TOP';
	bottom: -2em;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: .04em;
	font-size: 0.5rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.l-footer__pagetop::before {
		font-size: 0.46667rem;
		line-height: 1.5;
	}
}

.l-footer__privacy {
	text-align: center;
	margin-bottom: 1.2em;
	font-size: 0.78571rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.l-footer__privacy {
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

.l-footer__copyright {
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 0.5rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	.l-footer__copyright {
		font-size: 0.53333rem;
		line-height: 1.5;
	}
}

/* --------------------------- */
/* nav */
.l-gnav {
  display: table;
  margin: 24px auto 0; }
.l-gnav--index {
  margin-top: 36px; }

.l-gnavContainer {
  position: relative; }
.l-gnavContainer:after {
  display: table;
  content: "";
  clear: both; }
.l-gnavContainer__elem {
  position: relative;
  float: left; }
.l-gnavContainer__elem:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 18px;
  top: 11px;
  margin: auto;
  left: 0;
  background-color: #cccccc;
  pointer-events: none; }
.l-gnavContainer__elem:first-child:before {
  content: none; }
.l-gnavContainer__underline {
  background: #004097;
  height: 2px;
  display: block;
  position: absolute;
  width: 30px;
  left: 0;
  bottom: 0;
  pointer-events: none; }

.l-gnavBtn {
  display: inline-block;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 38px;
  padding: 0 24px;
  color: #004097;
  cursor: pointer; }
@media screen and (min-width: 768px) {
  .l-gnavBtn:hover {
    text-decoration: none; } }
@media only screen and (max-width: 900px) {
  .l-gnavBtn {
    font-size: 14px;
    font-size: 1.4rem; } }

.l-headerNav {
  display: none;
  overflow: hidden; }
.l-headerNav.js-pc {
  display: none;
  background-color: #fff;
  position: absolute;
  width: 300px;
  border: 1px solid #dfdfdf; }
.l-headerNav__elem {
  border-top: 1px solid #d6d6d6;
  line-height: 38px;
  padding: 0 24px;
  color: #004097;
  font-size: 14px;
  font-size: 1.4rem;
  box-sizing: border-box;
  margin-top: 0 !important; }
@media screen and (min-width: 768px) {
  .l-headerNav__elem:hover {
    background-color: #dfdfdf; } }
.l-headerNav__elem a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  position: relative;
  padding-left: 13px; }
@media screen and (min-width: 768px) {
  .l-headerNav__elem a:hover {
    text-decoration: none; } }
.l-headerNav__elem a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #004097;
  border-right: 1px solid #004097;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0; }

.l-hdBtnList {
  position: absolute !important;
  right: 10px;
  top: 10px;
  width: 33% !important;
  font-size: 14px;
  font-size: 1.4rem; }
@media only screen and (max-width: 900px) {
  .l-hdBtnList {
    font-size: 12px;
    font-size: 1.2rem; } }
.l-hdBtnList__elem {
  margin-left: 10px; }
.l-hdBtnList__elem:first-child {
  margin-left: 0; }

.l-entryBtn {
  display: block;
  height: 46px;
  background-color: #004097;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  /*white-space: nowrap;*/ }
.l-entryBtn:hover {
  text-decoration: none; }
.l-entryBtn--2020 {
  background-color: #1a66cc !important; }

.l-local-nav {
  margin-bottom: 42px; }
.l-local-nav:after {
  display: table;
  content: "";
  clear: both; }
.l-local-nav--detail {
  margin-bottom: 8px; }
.l-local-nav li {
  float: left;
  font-size: 12px;
  font-size: 1.2rem; }
.l-local-nav li:before {
  content: ">";
  margin: 0 0.3rem; }
.l-local-nav li:first-child:before {
  content: none; }

.l-btmLinkLabel {
  display: inline-block;
  line-height: 46px;
  vertical-align: top;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  padding-right: 30px;
  border-right: 1px solid #c5c5c5;
  min-width: 181px; }

.l-btmLink {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 1px;
  max-width: 100%;
  line-height: 46px; }
.l-btmLink__elem {
  position: relative;
  float: left;
  margin-left: 35px;
  padding-left: 13px; }
.l-btmLink__elem a {
  color: #000; }
.l-btmLink__elem:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #004097;
  border-right: 1px solid #004097;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  bottom: auto;
  top: 19px; }
.l-btmLink__elem-min {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 25px; }
.l-btmLink__elem-noFloat {
  float: none; }

.l-gnavOpenBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  background-color: #004097;
  z-index: 3; }

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 16px; }

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px; }

.menu-trigger span:nth-of-type(1) {
  top: 0; }

.menu-trigger span:nth-of-type(2) {
  top: 7px; }

.menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.l-gnavOpenBtn.open .menu-trigger {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.l-gnavOpenBtn.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg); }

.l-gnavOpenBtn.open .menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.l-gnavOpenBtn.open .menu-trigger span:nth-of-type(3) {
  opacity: 0; }

@media only screen and (max-width: 768px) {
  .l-gnav {
    display: block;
    position: absolute;
    top: 92px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0;
    height: 0;
    visibility: hidden;
    transition: all 300ms ease;
    overflow: hidden; }
  .l-gnav.open {
    visibility: visible;
    height: -webkit-calc( 100vh - 92px );
    height: calc( 100vh - 92px );
    overflow: auto;
    /* retina, iphone, portrait, 3.5inch (iphone 4) */ } }
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) and (device-aspect-ratio: 2 / 3) {
  .l-gnav.open {
    height: calc( 480px - 92px ); } }
@media only screen and (max-width: 768px) {
  .l-gnav--index {
    top: 159px;
    border-top: 1px solid #d6d6d6; }
  .l-gnav--index.open {
    height: -webkit-calc( 100vh - 159px );
    height: calc( 100vh - 159px ); }

  .l-gnavContainer {
    background-color: #fff; }
  .l-gnavContainer__elem {
    display: block;
    float: none;
    border-bottom: 1px solid #d6d6d6; }
  .l-gnavContainer__elem:before {
    content: none;
    display: none; }
  .l-gnavContainer__underline {
    visibility: hidden; }

  .l-headerNav__elem {
    background-color: #f1f1f1; }

  .l-gnavBtn {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    font-weight: bold; }
  .l-gnavBtn--arw:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #004097;
    border-right: 1px solid #004097;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 24px;
    transition: all 0.3s; }
  .l-gnavBtn--arw.open:after {
    transform: rotate(-45deg); }

  .l-hdBtnList {
    width: 26% !important;
    right: 60px;
    top: auto;
    bottom: 6px;
    font-size: 8px;
    font-size: 0.8rem; }
  .l-hdBtnList__elem {
    margin-left: 5px; }

  .l-entryBtn {
    height: 44px;
    line-height: 1.4; }

  /*
  .l-entryBtn {
  	width: ( 130 / 604 ) * 100%;
      height: auto;
      right: 62px;
      bottom: 16px;
      top: auto;
      line-height: 1.4;
      vertical-align: middle;
      padding: 6px 5px;
      font-size: ( 12 / 604 ) * 100vw;
  }
  */
  .l-local-nav {
    display: none; }

  .l-btmLinkLabel {
    line-height: 23px;
    font-size: 13px;
    font-size: 1.3rem;
    padding-right: 15px;
    min-width: 110px; }

  .l-btmLink {
    line-height: 23px; }
  .l-btmLink__elem {
    margin-left: 17px; }
  .l-btmLink__elem:before {
    top: 7px; }
  .l-btmLink__elem-min {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 12px; } }
/* -- foundation -- */
/* --------------------------- */
/* main */
.l-main {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 0;
  /* margin-bottom: 700px; */
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box; }
.l-main--index {
  padding-bottom: 200px; }
.l-main__content {
  position: relative;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  /*------------------- */
  padding-top: 8px;
  /*------------------- */ }
.l-main__content--large {
  max-width: 1280px; }
.l-main__content--index {
  padding-top: 0; }
.l-main__content--index:after {
  display: table;
  content: "";
  clear: both; }
@media only screen and (max-width: 768px) {
  .l-main {
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 20px;
    padding-left: 4.6875%;
    padding-right: 4.6875%; }
  .l-main--index {
    /*margin-top: 159px;*/
    padding-bottom: 20px; }
  .l-main__content {
    /*------------------- */
    padding-top: 0;
    padding-bottom: 0;
    /*------------------- */ } }

.l-block {
  position: relative; }
.l-block:after {
  display: table;
  content: "";
  clear: both; }
.l-block--breaking-mg {
  margin-right: -webkit-calc(50% - 50vw);
  margin-left: -webkit-calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }
.l-block--breaking-pd {
  padding-right: -webkit-calc(50vw - 50%);
  padding-left: -webkit-calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%); }

.l-flex {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.l-flex--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
.l-flex--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
.l-flex--center {
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.l-flex--spb {
  -webkit-box-pack: justify;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.l-flex--spa {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
.l-flex--v-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
.l-flex--v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.l-flex--v-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  align-items: flex-end; }
.l-flex--reverse {
  -webkit-box-direction: reverse;
  /*--- Androidブラウザ用 ---*/
  -webkit-flex-direction: row-reverse;
  /*--- safari（PC）用 ---*/
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.l-flex__elem, .l-flex__elem--blank {
  position: relative;
  /*
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  */
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%; }
.l-flex__elem-inline {
  position: relative;
  /*
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  */
  -webkit-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%; }
.l-flex__elem--sep {
  width: 100% !important; }
@media only screen and (max-width: 768px) {
  .l-flex__elem, .l-flex__elem--blank {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.l-flexMargin {
  /* -- マージンをセットする --*/
  margin-left: 40px; }
.l-flexMargin:first-child {
  margin-left: 0; }
@media only screen and (max-width: 768px) {
  .l-flexMargin {
    margin-left: 0;
    margin-top: 40px; }
  .l-flexMargin:first-child {
    margin-top: 0; } }
.l-flexMargin--sep {
  margin-top: 40px; }
.l-flexMargin--sep + * {
  margin-left: 0; }
@media only screen and (max-width: 768px) {
  .l-flexMargin--sep {
    margin-top: 0; } }
.l-flexMargin--blank {
  margin-left: 40px; }
.l-flexMargin--blank:first-child {
  margin-left: 0; }
@media only screen and (max-width: 768px) {
  .l-flexMargin--blank {
    margin-left: 0;
    margin-top: 40px; }
  .l-flexMargin--blank:first-child {
    margin-top: 0; } }
@media only screen and (max-width: 768px) {
  .l-flexMargin--blank {
    margin-top: 0; } }
.l-flexMargin--w200 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 200px !important;
  -webkit-flex: 0 0 200px !important;
  -ms-flex: 0 0 200px !important;
  flex: 0 0 200px !important;
  max-width: 200px !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  /* @include block__elem--width( ( 200 / 1000 ) * 100% ); */ }

@media only screen and (max-width: 768px) {
  .l-order1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .l-order2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .l-order3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .l-order4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .l-order5 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; } }
.l-btmLinkBlock {
  background-color: #e6e6e6;
  padding: 17px 30px 17px 30px;
  line-height: 0;
  margin-top: 120px; }
.l-btmLinkBlock__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
.l-btmLinkBlock__inner + .l-btmLinkBlock__inner {
  margin-top: 15px; }
.l-btmLinkBlock--idx {
  margin-top: 160px; }
@media only screen and (max-width: 768px) {
  .l-btmLinkBlock {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4.6875%;
    padding-right: 4.6875%;
    margin-top: 0; } }

/* -- object -- */
/* --------------------------- */
/* alerts */
.c-badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }
.c-badge--round {
  border-radius: .5rem; }
.c-badge--secondary {
  color: #fff;
  background-color: #868e96; }

/* --------------------------- */
/* card */
.c-card {
  line-height: 0; }
.c-card__thumb, .c-card__thumb-pd {
  width: 100%; }
.c-card__thumb img, .c-card__thumb-pd img {
  width: 100%; }
.c-card__thumb-pd {
  padding: 0 0 0 0;
  box-sizing: border-box; }
.c-card__body {
  margin-top: 30px;
  padding: 0 0 0 0;
  line-height: 1.5; }
@media only screen and (max-width: 768px) {
  .c-card__body {
    margin-top: 15px; } }
.c-card--parallel {
  line-height: 0; }
.c-card--parallel + .c-card--parallel {
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 15px; }
.c-card--parallel__thumb img {
  width: 100%; }
.c-card--parallel__thumb + .c-card--parallel__body {
  margin-left: 40px; }
.c-card--parallel__body {
  line-height: 1.5;
  display: table;
  margin: 0 auto; }
@media only screen and (max-width: 768px) {
  .c-card--parallel__thumb {
    /*flex: 0 0 100% !important;
    max-width: 100% !important;*/
    width: 54px; }
  .c-card--parallel__thumb + .c-card--parallel__body {
    margin-left: 24px;
    margin-top: 0; }
  .c-card--parallel__body + .c-card--parallel__thumb {
    margin-left: 24px;
    margin-top: 0; } }

/* --------------------------- */
/* button component */
.c-btn, .p-recFaq__catbtn {
  display: inline-block;
  position: relative;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 400;
  /* 16px × 1.25 = 高さ20px */
  /* padding .5rem × 2 = 10px */
  /* border 1px × 2 = 2px */
  /* 合計 30px */
  padding: 0.5rem 0.75rem;
  border: 1px solid transparent;
  transition: all .15s ease-in-out;
  background-color: #fff !important; }
.c-btn:hover, .p-recFaq__catbtn:hover {
  text-decoration: none; }
.c-btn:hover, .p-recFaq__catbtn:hover {
  opacity: 0.7; }
.c-btn span, .p-recFaq__catbtn span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal; }
.c-btn--center {
  display: table;
  margin: 0 auto; }
.c-btn--bottom-center {
  display: block;
  margin: 0 auto;
  margin-top: 50px; }
@media only screen and (max-width: 768px) {
  .c-btn--bottom-center {
    margin-top: 25px; } }
.c-btn--backIndex {
  display: block;
  position: relative;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #999999;
  width: 336px;
  height: 70px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  line-height: 70px;
  transition: background-color 0.3s; }
.c-btn--backIndex:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px; }
.c-btn--backIndex:hover {
  text-decoration: none;
  /*background-color: #000;*/ }
@media only screen and (max-width: 768px) {
  .c-btn--backIndex {
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px;
    height: 40px;
    line-height: 40px; } }
.c-btn--blueframe, .p-recFaq__catbtn {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 0;
  box-sizing: border-box;
  background-color: #004097 !important; }
.c-btn--blueframe-fix {
  display: table;
  min-width: 360px;
  padding: 0 30px !important;
  height: 70px;
  line-height: 70px;
  /*padding-right: 12px;*/ }
.c-btn--blueframe-fix:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px; }
.c-btn--blueframe-fixMid {
  width: 296px;
  height: 60px;
  line-height: 60px; }
.c-btn--blueframe-rsp {
  display: table;
  min-width: 336px;
  padding: 18px 30px !important;
  line-height: 1.4; }
.c-btn--blueframe-rsp span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal; }
.c-btn--blueframe-rsp:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px; }
@media only screen and (max-width: 768px) {
  .c-btn--blueframe, .p-recFaq__catbtn {
    font-size: 13px;
    font-size: 1.3rem; }
  .c-btn--blueframe-fix {
    width: 100%;
    min-width: auto;
    height: 45px;
    line-height: 45px; }
  .c-btn--blueframe-rsp {
    width: 100%;
    min-width: auto;
    padding: 12px 15px !important; }
  .c-btn--blueframe-rsp span {
    font-size: 11px;
    font-size: 1.1rem; }
  .c-btn--blueframe-fixMid {
    width: 220px;
    height: 45px;
    line-height: 45px; } }
.c-btn--flexElem {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 18px 30px !important;
  line-height: 1.4; }
.c-btn--flexElem + .c-btn--flexElem {
  margin-left: 15px; }
@media only screen and (max-width: 768px) {
  .c-btn--flexElem {
    font-size: 13px;
    font-size: 1.3rem; }
  .c-btn--flexElem + .c-btn--flexElem {
    margin-left: 0;
    margin-top: 10px; } }
.c-btn--card {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
  box-sizing: border-box;
  width: 460px;
  margin: 0 auto;
  background-color: #004097;
  /*
  &:hover {
  	p, span { color: #FFF !important; }
  	&:after {
  		border-color: #fff;
  	}
  }
  */ }
.c-btn--card:hover {
  text-decoration: none; }
.c-btn--card p, .c-btn--card span {
  color: #fff !important; }
.c-btn--card:hover {
  opacity: 0.7; }
.c-btn--card-sp1 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal; }
.c-btn--card-sp2 {
  font-size: 24px;
  font-size: 2.4rem; }
.c-btn--card:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 15px; }
@media only screen and (max-width: 768px) {
  .c-btn--card {
    width: 276px;
    padding: 6px;
    font-size: 11px;
    font-size: 1.1rem; }
  .c-btn--card-sp1 {
    font-size: 10px;
    font-size: 1rem; }
  .c-btn--card-sp2 {
    font-size: 14px;
    font-size: 1.4rem; } }
.c-btn--back {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: -100px;
  right: 0;
  background-color: #cccccc;
  transition: background-color 0.3s; }
.c-btn--back:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 15px;
  background: url("../images/common/cmn_btn-backtop-arw.png.html");
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }
.c-btn--back:hover {
  background-color: #004097; }
.c-btn--back:hover:after {
  animation-name: arrowAnimTop;
  animation-duration: 0.3s;
  animation-timing-function: ease-out; }
@media only screen and (max-width: 768px) {
  .c-btn--back {
    width: 53px;
    height: 53px;
    bottom: 12px; } }
.c-btn.is-disabled, .is-disabled.p-recFaq__catbtn {
  opacity: .65;
  pointer-events: none; }
.c-btn--block {
  display: block;
  width: 100%; }
.c-btn--round {
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem; }
.c-btn--arrow, .p-recFaq__catbtn {
  /*
  &:hover:after {
  	border-color: #fff;
  }
  */ }
.c-btn--arrow:after, .p-recFaq__catbtn:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.c-btn--arrow-left {
  padding-left: 12px; }
.c-btn--arrow-left:after {
  left: 12px; }
.c-btn--arrow-right, .p-recFaq__catbtn {
  padding-right: 12px; }
.c-btn--arrow-right:after, .p-recFaq__catbtn:after {
  right: 12px; }
.c-btn--arrow-center:before {
  left: 0;
  right: 0; }
.c-btn--arrow-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.c-btn--arrow-prev:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }
.c-btn--arrow-up:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.c-btn--arrow-down:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }
.c-btn--primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
.c-btn--exlink {
  border: 1px solid #004097;
  background-color: #fff !important;
  color: #004097;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  height: auto;
  line-height: 1.4 !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important; }
.c-btn--exlink:after {
  border-top: 1px solid #004097 !important;
  border-right: 1px solid #004097 !important; }
@media only screen and (max-width: 768px) {
  .c-btn--exlink {
    font-size: 12px;
    font-size: 1.2rem; } }
.c-btn--coming {
  pointer-events: none;
  background-color: #e6e6e6 !important;
  color: #a6a5a5; }

.c-linkbtn {
  line-height: 2em;
  /*border-bottom: 1px solid $COL_BLUE;*/ }
.c-linkbtn--arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding-left: 1.5rem;
  box-sizing: border-box;
  padding-bottom: 2px; }
.c-linkbtn--arrow:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0; }

.hover-animation {
  /*
  overflow: hidden;
  */ }
.hover-animation img {
  /*transform: scale(1);*/
  transition: all 0.6s ease; }
.hover-animation:hover img {
  /*transform: scale(1.1);*/
  opacity: 0.7; }

.c-ftLoginBtn {
  position: relative;
  width: 18.33333vw;
  font-size: 1.33333vw;
  line-height: 1.2;
  font-size: 1.16667vw;
  padding: 10px 0;
  /*padding-top: ( 14 / 1200 ) * 100vw;
  padding-bottom: ( 14 / 1200 ) * 100vw;*/
  background-color: #004097;
  color: #fff;
  text-align: center; }
.c-ftLoginBtn--2020 {
  border: 1px solid #1a66cc !important;
  background-color: #1a66cc !important; }
.c-ftLoginBtn:hover {
  text-decoration: none; }
.c-ftLoginBtn:after {
  content: "";
  position: absolute;
  width: 0.66667vw;
  height: 0.66667vw;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1vw; }
@media only screen and (min-width: 1200px) {
  .c-ftLoginBtn {
    width: 220px;
    font-size: 14px;
    font-size: 1.4rem;
    /*padding-top: 12px;
    padding-bottom: 12px;*/ }
  .c-ftLoginBtn:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 12px; } }
@media only screen and (max-width: 768px) {
  .c-ftLoginBtn {
    width: 49%;
    padding: 1.7vw 0;
    font-size: 3.2vw; }
  .c-ftLoginBtn:after {
    content: "";
    position: absolute;
    width: 1.6vw;
    height: 1.6vw;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 2.13333vw; } }

/* -- title -- */
.c-h1-header, .p-presidentHeader {
  display: inline-block;
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 200;
  line-height: 1.1;
  /* -- height: 50px -- */
  margin-bottom: 52px; }
.c-h1-header + .c-h2-header, .p-presidentHeader + .c-h2-header {
  margin: 0;
  margin-left: 1.5em;
  vertical-align: super;
  font-weight: 400; }

.c-h2-header {
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.1;
  margin-bottom: 35px;
  color: #004097; }
.c-h2-header--bold {
  font-weight: 400;
  letter-spacing: -0.05em; }
.c-h2-header--specialIndex {
  margin-bottom: 25px; }

.c-h3-header {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1;
  color: #004097;
  margin-bottom: 28px; }
.c-h3-header__date {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500; }
.c-h3-header--slim {
  font-weight: 300;
  line-height: 1.4; }
.c-h3-header--large {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4;
  font-weight: 200; }
.c-h3-header__small {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal; }

.c-h4-header {
  font-size: 20px;
  font-size: 2rem;
  color: #004097;
  line-height: 1.1;
  margin-bottom: 10px; }
.c-h4-header--slim {
  font-weight: 300;
  line-height: 1.4; }
.c-h4-header--icon {
  color: #000; }
.c-h4-header--icon:before {
  content: "■";
  color: #004097; }
.c-h4-header--blue {
  color: #004097;
  margin-bottom: 30px; }

.c-h5-header {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  margin-bottom: 1.5rem; }
.c-h5-header--icon {
  color: #000;
  padding-left: 1em; }
.c-h5-header--icon:before {
  content: "■";
  color: #004097;
  margin-left: -1em; }
.c-h5-header--blue {
  font-size: 16px;
  font-size: 1.6rem;
  color: #004097;
  margin-bottom: 20px; }

.c-hd-label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px; }

.c-hd--center {
  text-align: center; }

@media only screen and (max-width: 768px) {
  .c-h1-header, .p-presidentHeader {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: -0.05em;
    margin-top: 33px;
    margin-bottom: 33px; }

  .c-h2-header {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 18px; }

  .c-h3-header {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 14px; }
  .c-h3-header__date {
    font-size: 12px;
    font-size: 1.2rem; }
  .c-h3-header--large {
    font-size: 15px;
    font-size: 1.5rem; }
  .c-h3-header__small {
    font-size: 12px;
    font-size: 1.2rem; }

  .c-h4-header {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px; }
  .c-h4-header--blue {
    margin-bottom: 15px; }

  .c-h5-header {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 1.5rem; }
  .c-h5-header--blue {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px; }

  .c-hd-label {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0; } }
/* -- foundation -- */
/* CSS Document */
/*----------------------------------------------------
	☆etc
----------------------------------------------------*/
/*----------------------------------------------------
    ☆component
----------------------------------------------------*/
/*----------------------------------------------------
    ☆margin
----------------------------------------------------*/
/*----------------------------------------------------
    ☆element size fix
----------------------------------------------------*/
/*----------------------------------------------------
    ☆position
----------------------------------------------------*/
/*----------------------------------------------------
    ☆border
----------------------------------------------------*/
/*----------------------------------------------------
    ☆button
----------------------------------------------------*/
/*----------------------------------------------------
    ☆animation
----------------------------------------------------*/
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(-100%);
    opacity: 0; }
  50.1% {
    transform: translateX(100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimLeft {
  0% {
    transform: translateX(0);
    opacity: 1; }
  50% {
    transform: translateX(100%);
    opacity: 0; }
  50.1% {
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-150%);
    opacity: 0; }
  50.1% {
    transform: translateY(150%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
@keyframes arrowAnimTop {
  0% {
    transform: translateY(0);
    opacity: 1; }
  50% {
    transform: translateY(-150%);
    opacity: 0; }
  50.1% {
    transform: translateY(150%);
    opacity: 0; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
/* ------------------------------ */
/* -- FONT -- */
/* ------------------------------ */
/* -- Function -- */
/* --------------------------- */
/* media */
.c-media {
  position: relative;
  line-height: 0;
  max-width: 100%; }
.c-media__image {
  /* -- img tags -- */
  width: 100%; }
.c-media--video {
  position: relative;
  line-height: 0; }
.c-media--video:before {
  display: block;
  content: "";
  padding-top: 56.25%;
  pointer-events: none; }
.c-media--video__vid {
  /* -- video tags and Youtube iframe -- */
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

/* --------------------------- */
/* block */
.c-hr {
  border: none;
  border-top: 1px solid #004097; }

@media only screen and (max-width: 768px) {
  .c-flex-spFlexTop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

.c-indexBlock {
  margin-top: 50px;
  box-sizing: border-box; }
.c-indexBlock + .c-indexBlock {
  margin-top: 0; }
.c-indexBlock__elem {
  position: relative;
  max-width: 300px;
  /*
  border-left: 1px solid #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
  
  &:first-child {
  	border-left: none;
  }
  */ }
.c-indexBlock__elem:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 1px solid #fff;
  z-index: 2;
  pointer-events: none;
  box-sizing: border-box; }
.c-indexBlock__elem:first-child:before {
  border-left: none; }
.c-indexBlock__elem--idx:before {
  border-top: 1px solid #fff; }
.c-indexBlock__elem--idx:nth-child(-n+4) {
  border-top: none; }
.c-indexBlock__elem--idx:nth-child(5n+1) {
  border-left: none; }
.c-indexBlock__elem a:hover {
  text-decoration: none; }
.c-indexBlock__elem:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url("../images/common/idx-icon.png.html");
  right: 10px;
  bottom: 10px; }
.c-indexBlock__elem-blue {
  /*
  border-top: 1px solid $COL_BLUE;
  border-bottom: 1px solid $COL_BLUE;
  border-right: 1px solid $COL_BLUE;
  */ }
.c-indexBlock__elem-blue:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #004097 !important;
  z-index: 2;
  pointer-events: none;
  box-sizing: border-box; }
.c-indexBlock__elem-blue:after {
  background: url("../images/common/idx-icon-blue.png.html"); }
.c-indexBlock__label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  padding-right: 33px;
  line-height: 1.4;
  color: #fff;
  text-shadow: -1px -1px 2px #000, 1px -1px 2px #000, 1px 1px 2px #000, -1px 1px 2px #000; }
.c-indexBlock__label-blue {
  color: #004097;
  text-shadow: none; }
.c-indexBlock__label-min {
  font-size: 18px;
  font-size: 1.8rem; }
@media only screen and (max-width: 1260px) {
  .c-indexBlock__label {
    font-size: 1.5873vw; } }
@media only screen and (max-width: 768px) {
  .c-indexBlock {
    margin-top: 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
  .c-indexBlock__elem {
    /*
    position: relative;
    float: left;
    flex: none !important;
    width: 50%;
    max-width: 50% !important;
    */
    -webkit-box-flex: 0 0 50% !important;
    -webkit-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    /*
    border-top: 1px solid #fff;
    &:first-child {
    	border-top: none;
    }
    &:nth-child(-n+2){
    	border-top: 1px solid transparent;
    }
    &:nth-child(2n+1){
    	border-left: 1px solid transparent;
    }
    */ }
  .c-indexBlock__elem:before {
    border-top: 1px solid #fff; }
  .c-indexBlock__elem:nth-child(-n+2):before {
    border-top: none; }
  .c-indexBlock__elem:nth-child(2n+1):before {
    border-left: none; }
  .c-indexBlock__elem--idx:nth-child(6):before {
    border-left: none; }
  .c-indexBlock__elem--idx:nth-child(7):before {
    border-left: 1px solid #fff; }
  .c-indexBlock__elem--idx:nth-child(8):before {
    border-left: none; }
  .c-indexBlock__elem--idx:nth-child(9):before {
    border-left: 1px solid #fff; }
  .c-indexBlock__label {
    font-size: 4.0625vw; } }

.c-mainVisual {
  position: relative;
  line-height: 0; }

.c-block {
  padding: 80px 0; }
.c-block--box {
  padding: 45px 35px;
  background-color: #f4f6f8;
  box-sizing: border-box; }
.c-block--boxMin {
  padding: 30px 40px;
  background-color: #f4f6f8;
  box-sizing: border-box; }
.c-block--boxWhite {
  padding: 45px 35px;
  border: 1px solid #d9d9d9;
  box-sizing: border-box; }
.c-block--mtSmall {
  padding: 45px 0 75px; }
.c-block--mtZero {
  padding: 0 0 75px; }
.c-block--mtZeroMin {
  padding: 0 0 30px; }
.c-block--pdSmall {
  padding: 50px 0; }
.c-block--mid {
  max-width: 1025px;
  margin: 0 auto; }
.c-block--min {
  max-width: 860px;
  margin: 0 auto; }
.c-block--min870 {
  max-width: 870px;
  margin: 0 auto; }
@media only screen and (max-width: 768px) {
  .c-block {
    padding: 27px 0; }
  .c-block--box {
    padding: 22px 17px; }
  .c-block--boxMin {
    padding: 15px 20px; }
  .c-block--boxWhite {
    padding: 22px 17px; }
  .c-block--mtSmall {
    padding: 22px 0 37px; }
  .c-block--mtZero {
    padding: 0 0 37px; }
  .c-block--pdSmall {
    padding: 25px 0; } }

.c-mtblock__text {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 54% !important;
  -webkit-flex: 0 0 54% !important;
  -ms-flex: 0 0 54% !important;
  flex: 0 0 54% !important;
  max-width: 54% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.c-mtblock__photo {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 42.5% !important;
  -webkit-flex: 0 0 42.5% !important;
  -ms-flex: 0 0 42.5% !important;
  flex: 0 0 42.5% !important;
  max-width: 42.5% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
@media only screen and (max-width: 768px) {
  .c-mtblock__text {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .c-mtblock__photo {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */
    margin-top: 20px; } }

.c-blockSep {
  border-bottom: 1px solid #d9d9d9; }
.c-blockSep--top {
  border-top: 1px solid #d9d9d9; }
@media only screen and (max-width: 768px) {
  .c-blockSep {
    margin: 0;
    padding: 0; } }

.c-dltable {
  line-height: 1.8; }
.c-dltable__label-bold {
  font-weight: bold; }
.c-dltable dt {
  color: #004097; }
.c-dltable__dt {
  padding: 25px 0;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 25.81395% !important;
  -webkit-flex: 0 0 25.81395% !important;
  -ms-flex: 0 0 25.81395% !important;
  flex: 0 0 25.81395% !important;
  max-width: 25.81395% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.c-dltable__dd {
  padding: 25px 0;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 74.18605% !important;
  -webkit-flex: 0 0 74.18605% !important;
  -ms-flex: 0 0 74.18605% !important;
  flex: 0 0 74.18605% !important;
  max-width: 74.18605% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.c-dltable--noborder {
  padding: 0;
  border-bottom: none;
  color: #000; }
.c-dltable--noborder-p {
  border-bottom: none;
  color: #000; }
@media only screen and (max-width: 768px) {
  .c-dltable {
    margin: 25px auto 50px auto; }
  .c-dltable__dt {
    float: left;
    flex: none !important;
    /*
    -webkit-box-flex: 0 0 25.81395%;
    -ms-flex: 0 0 25.81395%;
    flex: 0 0 25.81395% !important;
    */
    width: 25.81395%;
    max-width: 25.81395%;
    padding: 12px 0; }
  .c-dltable__dd {
    float: left;
    flex: none !important;
    /*
    -webkit-box-flex: 0 0 74.18605%;
    -ms-flex: 0 0 74.18605%;
    flex: 0 0 74.18605% !important;
    */
    width: 74.18605%;
    max-width: 74.18605%;
    padding: 12px 0; }
  .c-dltable__dd .c-dltable {
    margin: 0; } }

/* --------------------------- */
/* list */
.c-list {
  position: relative;
  width: 100%; }
.c-list__elem {
  position: relative;
  width: 100%; }

/* --------------------------- */
/* alerts */
.c-alert {
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem; }
.c-alert--primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
.c-alert--primary hr {
  border-top-color: #9fcdff; }
.c-alert--primary .alert-link {
  color: #002752; }
.c-alert--secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2; }
.c-alert--secondary hr {
  border-top-color: #cfd2d6; }
.c-alert--secondary .alert-link {
  color: #2e3133; }
.c-alert--success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
.c-alert--success hr {
  border-top-color: #b1dfbb; }
.c-alert--success .alert-link {
  color: #0b2e13; }
.c-alert--danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
.c-alert--danger hr {
  border-top-color: #f1b0b7; }
.c-alert--danger .alert-link {
  color: #491217; }
.c-alert--warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
.c-alert--warning hr {
  border-top-color: #ffe8a1; }
.c-alert--warning .alert-link {
  color: #533f03; }
.c-alert--info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
.c-alert--info hr {
  border-top-color: #abdde5; }
.c-alert--info .alert-link {
  color: #062c33; }
.c-alert--light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
.c-alert--light hr {
  border-top-color: #ececf6; }
.c-alert--light .alert-link {
  color: #686868; }
.c-alert--dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
.c-alert--dark hr {
  border-top-color: #b9bbbe; }
.c-alert--dark .alert-link {
  color: #040505; }

/* --------------------------- */
/* text */
.c-txt {
  line-height: 1.8em; }
.c-txt--large {
  font-size: 18px;
  font-size: 1.8rem; }
.c-txt--base {
  font-size: 16px;
  font-size: 1.6rem; }
.c-txt--small {
  font-size: 14px;
  font-size: 1.4rem; }

.c-txt + .c-txt {
  margin-top: 2em; }

.copyright {
  font-size: 10px;
  font-size: 1rem;
  text-align: center; }

.c-notice {
  font-weight: 200;
  font-size: 12px;
  font-size: 1.2rem; }

/* ---------------------------- */
.p-idxCarousel {
  width: 100%;
  margin-bottom: 45px;
  position: relative; }
@media only screen and (max-width: 768px) {
  .p-idxCarousel {
    margin-bottom: 20px; } }

.p-idxNews__title {
  width: 130px; }
.p-idxNews__title .c-h5-header {
  font-size: 24px;
  font-size: 2.4rem; }
.p-idxNews__date {
  margin-right: 1em; }
@media only screen and (max-width: 768px) {
  .p-idxNews__title {
    width: 100%;
    text-align: center; }
  .p-idxNews__title .c-h5-header {
    font-size: 20px;
    font-size: 2rem; } }

.p-presidentHeader {
  margin-bottom: 37px; }
.p-presidentHeader__span {
  font-size: 30px;
  font-size: 3rem;
  margin-right: 1em; }

.p-presidentElem {
  padding: 43px 0 120px 0;
  margin-left: 80px; }
.p-presidentElem:first-child {
  margin-left: 0; }

.p-companyIdxBtn {
  display: block !important;
  position: absolute !important;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 336px; }

.p-presidentImg__elem {
  position: absolute;
  width: 100%;
  max-width: 1260px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 30px;
  box-sizing: border-box; }
.p-presidentImg__elem p, .p-presidentImg__elem h1 {
  color: #fff; }
.p-presidentImg__label {
  font-size: 16.2px;
  font-size: 1.62rem;
  margin-bottom: 30px;
  padding: 1px 14px;
  border: 1px solid #fff;
  display: inline-block; }
@media only screen and (max-width: 1260px) {
  .p-presidentImg__label {
    font-size: 1.28571vw;
    margin-bottom: 2.14286vw; } }
.p-presidentImg__name {
  font-size: 72px;
  font-size: 7.2rem;
  margin-bottom: 14.4px;
  line-height: 1.1;
  font-weight: 200; }
@media only screen and (max-width: 1260px) {
  .p-presidentImg__name {
    font-size: 5.71429vw;
    margin-bottom: 1.14286vw; } }
.p-presidentImg__ruby {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -15px; }
@media only screen and (max-width: 1260px) {
  .p-presidentImg__ruby {
    font-size: 1vw;
    margin-top: -1.07143vw; } }
.p-presidentImg__position {
  font-size: 23.4px;
  font-size: 2.34rem;
  margin-bottom: 120px;
  font-weight: 100; }
@media only screen and (max-width: 1260px) {
  .p-presidentImg__position {
    font-size: 1.85714vw;
    margin-bottom: 8.57143vw; } }
.p-presidentImg__position-vp {
  margin-bottom: 65px; }
@media only screen and (max-width: 1260px) {
  .p-presidentImg__position-vp {
    margin-bottom: 4.64286vw; } }
.p-presidentImg__head {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 9px;
  font-weight: 100; }
@media only screen and (max-width: 1260px) {
  .p-presidentImg__head {
    font-size: 2.85714vw;
    margin-bottom: 0.71429vw; } }
.p-presidentImg__read {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 100; }
@media only screen and (max-width: 1260px) {
  .p-presidentImg__read {
    font-size: 1.42857vw; } }

.p-presidentProf {
  background-color: #ebebeb; }
.p-presidentProf__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 0; }
.p-presidentProf__block .c-h2-header {
  display: inline; }
.p-presidentProf__block p {
  margin-top: 35px; }
.p-presidentProf__right {
  position: relative;
  float: right;
  width: auto;
  margin-left: 50px;
  margin-bottom: 20px;
  width: 42.5%; }
.p-presidentProf__left {
  position: relative;
  float: left;
  width: auto;
  margin-right: 50px;
  margin-bottom: 20px;
  width: 42.5%; }
@media only screen and (max-width: 768px) {
  .p-presidentProf__block .c-h2-header {
    display: inline-block; }
  .p-presidentProf__block p {
    margin-top: 0; }
  .p-presidentProf__right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 20px; }
  .p-presidentProf__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 20px; } }

.p-prof--dltable {
  margin: 50px auto 100px auto; }
.p-prof-titleNetwork {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: center; }

.p-profMap {
  margin-bottom: 80px; }
.p-profMap__elem {
  position: absolute;
  font-size: 14px;
  font-size: 1.4rem;
  color: #004097;
  display: inline-block;
  line-height: 1.8; }
@media only screen and (max-width: 1280px) {
  .p-profMap__elem {
    font-size: 1.09375vw; } }

#profMap-p1 {
  left: 38.16667%;
  top: 13.48315%; }

#profMap-p2 {
  left: 69%;
  top: 34.60674%; }

#profMap-p25 {
  left: 68.58333%;
  top: 53.93258%; }

#profMap-p3 {
  left: 63.58333%;
  top: 59.21348%; }

#profMap-p35 {
  left: 58.16667%;
  top: 71.1236%; }

#profMap-p4 {
  left: 52.75%;
  top: 74.38202%; }

#profMap-p5 {
  left: 15.83333%;
  top: 30.11236%; }

#profMap-p6 {
  left: 41.66667%;
  top: 79.4382%; }

#profMap-p7 {
  left: 41.66667%;
  top: 90.89888%; }

#profMap-p8 {
  left: 10.16667%;
  top: 38.65169%; }

#profMap-p9 {
  left: 10.16667%;
  top: 53.48315%; }

#profMap-p10 {
  left: 18.16667%;
  top: 96.62921%; }

.p-profMapLink .c-linkbtn--arrow {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2; }
.p-profMapLink .c-linkbtn--arrow a {
  color: #000; }
.p-profMapLink .c-linkbtn--arrow:before {
  left: 0;
  bottom: auto;
  top: 12px; }

.p-his {
  padding-top: 50px; }
.p-his__y1 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }
.p-his__y2 {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal; }
.p-his__icon {
  /*position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-color: $COL_BLUE;
  text-align: center;
  @include border-radius(50%);
  &:before {
  	@include content-before(100%);
  }*/ }
.p-his__icon-text {
  /*position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);*/
  color: #004097;
  font-size: 17px;
  font-size: 1.7rem;
  /*line-height: 1em;*/
  font-weight: bold;
  border-bottom: 1px solid #004097; }
.p-his__year {
  position: relative;
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 15.46512% !important;
  -webkit-flex: 0 0 15.46512% !important;
  -ms-flex: 0 0 15.46512% !important;
  flex: 0 0 15.46512% !important;
  max-width: 15.46512% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  overflow: hidden;
  text-align: center; }
@media only screen and (max-width: 768px) {
  .p-his__year {
    width: 18%;
    max-width: 100% !important;
    flex: none !important;
    float: left; } }
.p-his__year:before {
  content: "";
  position: absolute;
  width: 4.51128%;
  height: 100%;
  background-color: #ccd9ea;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px; }
.p-his__year-newest:before {
  content: none; }
.p-his__text {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 70.5814% !important;
  -webkit-flex: 0 0 70.5814% !important;
  -ms-flex: 0 0 70.5814% !important;
  flex: 0 0 70.5814% !important;
  max-width: 70.5814% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  padding: 0 40px 70px 20px;
  box-sizing: border-box; }
@media only screen and (max-width: 768px) {
  .p-his__text {
    width: 62%;
    max-width: 100% !important;
    flex: none !important;
    float: left; } }
.p-his__text p {
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #004097;
  padding-left: 1em; }
.p-his__text p:before {
  position: absolute;
  left: 0;
  content: "・"; }
.p-his__text p + p {
  margin-top: 60px; }
.p-his__image {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 13.95349% !important;
  -webkit-flex: 0 0 13.95349% !important;
  -ms-flex: 0 0 13.95349% !important;
  flex: 0 0 13.95349% !important;
  max-width: 13.95349% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  padding-bottom: 50px; }
@media only screen and (max-width: 768px) {
  .p-his__image {
    width: 20%;
    max-width: 100% !important;
    flex: none !important;
    float: left; } }
.p-his__image08 {
  width: 119.16667%;
  margin-top: -50px;
  margin-left: -19.16667%; }
@media only screen and (max-width: 1280px) {
  .p-his__image08 {
    margin-top: 0; } }
.p-his__caption {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 5px;
  line-height: 1.4; }
@media only screen and (max-width: 768px) {
  .p-his__caption {
    font-size: 11px;
    font-size: 1.1rem; } }
.p-his__elem2012 {
  padding-bottom: 0px;
  margin-bottom: -50px; }
@media only screen and (max-width: 768px) {
  .p-his__elem2012 {
    margin-bottom: -20px; } }
.p-his__pbMin {
  padding-bottom: 20px; }
@media only screen and (max-width: 768px) {
  .p-his__pbMin {
    padding-bottom: 10px; } }

.p-state__txtFrame {
  border: 1px solid transparent;
  margin-bottom: 20px; }
.p-state__h4-01 {
  max-width: 217px; }
.p-state__h4-02 {
  max-width: 316px; }
.p-state__h4-03 {
  max-width: 395px; }

@media only screen and (max-width: 768px) {
  .p-presidentHeader {
    font-size: 21px;
    font-size: 2.1rem;
    margin: 22px 0 10px; }
  .p-presidentHeader__span {
    font-size: 14px;
    font-size: 1.4rem; }

  .p-presidentElem {
    margin-left: 0;
    margin-top: 40px;
    padding: 0 0 66px; }
  .p-presidentElem:first-child {
    margin-top: 0; }

  .p-companyIdxBtn {
    width: auto; }

  .p-presidentImg__elem {
    padding: 0 4.2%; }
  .p-presidentImg__label {
    font-size: 2.64vw;
    margin-bottom: 4vw;
    padding: 1px 14px; }
  .p-presidentImg__name {
    font-size: 9.6vw;
    margin-bottom: 1.92vw; }
  .p-presidentImg__position {
    font-size: 3.12vw;
    margin-bottom: 25.2vw; }
  .p-presidentImg__position-vp {
    margin-bottom: 7.8vw; }
  .p-presidentImg__head {
    font-size: 4.8vw;
    margin-bottom: 1.2vw; }
  .p-presidentImg__read {
    font-size: 2.76vw; }

  .p-presidentProf__inner {
    padding: 20px; }

  .p-prof--dltable {
    margin: 25px auto 50px auto; }
  .p-prof-titleNetwork {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 8px; }

  .p-profMap {
    margin-bottom: 40px; }
  .p-profMap__elem {
    font-size: 1.95313vw;
    letter-spacing: -0.1em;
    white-space: nowrap; }

  #profMap-p1 {
    left: 21.55172%;
    top: 7.5%; }

  #profMap-p2 {
    left: 74.82759%;
    top: 26.09375%; }

  #profMap-p25 {
    left: 74.82759%;
    top: 42.1875%; }

  #profMap-p3 {
    left: 51.2069%;
    top: 49.21875%; }

  #profMap-p35 {
    left: 53.27586%;
    top: 63.75%; }

  #profMap-p4 {
    left: 53.62069%;
    top: 67.65625%; }

  #profMap-p5 {
    left: 3.96552%;
    top: 19.53125%; }

  #profMap-p6 {
    left: 38.96552%;
    top: 74.0625%; }

  #profMap-p7 {
    left: 38.96552%;
    top: 88.90625%; }

  #profMap-p8 {
    left: 0.51724%;
    top: 27.1875%; }

  #profMap-p9 {
    left: 0.86207%;
    top: 39.6875%; }

  #profMap-p10 {
    left: 10.34483%;
    top: 95.625%; }

  .p-profMapLink .c-linkbtn--arrow {
    font-size: 12px;
    font-size: 1.2rem; }
  .p-profMapLink .c-linkbtn--arrow:before {
    top: 9px; }

  .p-his__y1 {
    font-size: 13px;
    font-size: 1.3rem; }
  .p-his__y2 {
    font-size: 10px;
    font-size: 1rem; }
  .p-his__icon {
    width: 100%;
    margin-left: 0; }
  .p-his__icon-text {
    font-size: 10px;
    font-size: 1rem; }
  .p-his__year {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 18.02326% !important;
    -webkit-flex: 0 0 18.02326% !important;
    -ms-flex: 0 0 18.02326% !important;
    flex: 0 0 18.02326% !important;
    max-width: 18.02326% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-his__text {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 61.97674% !important;
    -webkit-flex: 0 0 61.97674% !important;
    -ms-flex: 0 0 61.97674% !important;
    flex: 0 0 61.97674% !important;
    max-width: 61.97674% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */
    padding: 0 20px 45px 10px; }
  .p-his__text p {
    font-size: 12px;
    font-size: 1.2rem; }
  .p-his__text p + p {
    margin-top: 12px; }

  .p-state__txtFrame {
    margin-bottom: 10px; }
  .p-state__h4-01 {
    max-width: 110px; }
  .p-state__h4-02 {
    max-width: 167px; }
  .p-state__h4-03 {
    max-width: 204px; } }
.p-specialIndex {
  background-color: #eaeaea;
  margin-top: 20px; }
.p-specialIndex:first-child {
  margin-top: 0; }
.p-specialIndex__text {
  position: relative;
  float: right;
  max-width: 560px;
  min-height: 314px;
  padding: 40px 40px 45px 40px; }
.p-specialIndex__image01 {
  background: url("../../../../index.html");
  background-position: center center;
  background-size: cover; }
.p-specialIndex__image02 {
  background: url("../../../../index.html");
  background-position: center center;
  background-size: cover; }
.p-specialIndex__image03 {
  background: url("../../../../index.html");
  background-position: center center;
  background-size: cover; }
.p-specialIndex__image04 {
  background: url("../../../../index.html");
  background-position: center center;
  background-size: cover; }
.p-specialIndex__btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 46px; }
.p-specialIndex__btn:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #004097;
  border-right: 1px solid #004097;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 12px; }
@media only screen and (max-width: 768px) {
  .p-specialIndex {
    margin-top: 10px; }
  .p-specialIndex__text {
    position: relative;
    float: none;
    max-width: 100%;
    min-height: auto;
    padding: 20px 4.6875% 85px 4.6875%; }
  .p-specialIndex__textMargin {
    margin-bottom: 20px; }
  .p-specialIndex__btn {
    bottom: 23px; } }

.p-welf-card {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 48.29268% !important;
  -webkit-flex: 0 0 48.29268% !important;
  -ms-flex: 0 0 48.29268% !important;
  flex: 0 0 48.29268% !important;
  max-width: 48.29268% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  margin-top: 45px; }
.p-welf-card:nth-child(-n+2) {
  margin-top: 0; }
@media only screen and (max-width: 768px) {
  .p-welf-card {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-welf-card:nth-child(-n+2) {
    margin-top: 45px; }
  .p-welf-card:first-child {
    margin-top: 0; } }

.p-welf-block__leftElem {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 16.09756% !important;
  -webkit-flex: 0 0 16.09756% !important;
  -ms-flex: 0 0 16.09756% !important;
  flex: 0 0 16.09756% !important;
  max-width: 16.09756% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-welf-block__rightElem {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 83.90244% !important;
  -webkit-flex: 0 0 83.90244% !important;
  -ms-flex: 0 0 83.90244% !important;
  flex: 0 0 83.90244% !important;
  max-width: 83.90244% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
@media only screen and (max-width: 768px) {
  .p-welf-block__leftElem {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-welf-block__rightElem {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ } }

.p-welf-dltable {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  box-sizing: border-box;
  margin-bottom: 15px; }
.p-welf-dltable__dt {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 27.90698% !important;
  -webkit-flex: 0 0 27.90698% !important;
  -ms-flex: 0 0 27.90698% !important;
  flex: 0 0 27.90698% !important;
  max-width: 27.90698% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 25px 28px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
.p-welf-dltable__dt:nth-of-type(odd) {
  background-color: #f3f3f3; }
.p-welf-dltable__dd {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 72.09302% !important;
  -webkit-flex: 0 0 72.09302% !important;
  -ms-flex: 0 0 72.09302% !important;
  flex: 0 0 72.09302% !important;
  max-width: 72.09302% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 25px 28px; }
.p-welf-dltable__dd:nth-of-type(odd) {
  background-color: #f3f3f3; }
@media only screen and (max-width: 768px) {
  .p-welf-dltable__dt {
    padding: 12px 14px;
    font-size: 13px;
    font-size: 1.3rem;
    width: 28%;
    float: left;
    flex: none; }
  .p-welf-dltable__dd {
    padding: 12px 14px;
    width: 72%;
    float: left;
    flex: none; } }

.p-training__map {
  margin-bottom: 15px; }
.p-training__image {
  line-height: 0; }

.p-trainingList {
  /*
  $BORDER: 1px solid #cccccc;
  border-top: $BORDER;
  border-left: $BORDER;
  */
  box-sizing: border-box; }
.p-trainingList__elem {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 33.3% !important;
  -webkit-flex: 0 0 33.3% !important;
  -ms-flex: 0 0 33.3% !important;
  flex: 0 0 33.3% !important;
  max-width: 33.3% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  padding: 10px 33px 10px 0;
  /*
  padding: 25px 33px;
  border-bottom: $BORDER;
  border-right: $BORDER;
  */
  box-sizing: border-box; }
.p-trainingList__elem h4 {
  margin-bottom: 0; }
.p-trainingList__elem:nth-child(6n+1), .p-trainingList__elem:nth-child(6n+2), .p-trainingList__elem:nth-child(6n+3) {
  /*background-color: #f3f3f3;*/ }
.p-trainingList__h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4; }
@media only screen and (max-width: 768px) {
  .p-trainingList__elem {
    padding: 12px 16px;
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 50% !important;
    -webkit-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-trainingList__elem:nth-child(6n+1), .p-trainingList__elem:nth-child(6n+2), .p-trainingList__elem:nth-child(6n+3) {
    background-color: transparent; }
  .p-trainingList__elem:nth-child(odd) {
    /*background-color: #f3f3f3;*/ } }

.p-ds-card__elem {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 29.26829% !important;
  -webkit-flex: 0 0 29.26829% !important;
  -ms-flex: 0 0 29.26829% !important;
  flex: 0 0 29.26829% !important;
  max-width: 29.26829% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
@media only screen and (max-width: 768px) {
  .p-ds-card {
    padding-bottom: 0; }
  .p-ds-card__elem {
    margin-top: 40px;
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-ds-card__elem:first-child {
    margin-top: 0; } }

.p-otherTable {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  box-sizing: border-box;
  margin-bottom: 15px; }
.p-otherTable tr:nth-child(2n) {
  background-color: #f3f3f3; }
.p-otherTable th, .p-otherTable td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 27px 15px 27px 30px; }
.p-otherTable th {
  text-align: left; }
.p-otherTable th:nth-child(2) {
  text-align: center;
  padding: 27px 0; }
.p-otherTable td:nth-child(1) {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
.p-otherTable td:nth-child(2) {
  text-align: center;
  padding: 27px 0; }
.p-otherTable__labelRed {
  color: #f8686e; }
.p-otherTable__labelBlue {
  color: #40b7cf; }
.p-otherTable__labelYellow {
  color: #54c33c; }
@media only screen and (max-width: 768px) {
  .p-otherTable {
    margin-bottom: 8px; }
  .p-otherTable th, .p-otherTable td {
    padding: 13px 15px; }
  .p-otherTable th:nth-child(2) {
    padding: 13px 0; }
  .p-otherTable td:nth-child(1) {
    font-size: 12px;
    font-size: 1.2rem; }
  .p-otherTable td:nth-child(2) {
    padding: 13px 0; } }

.p-otherGraph {
  margin-bottom: 20px; }

.p-otherKurumin {
  border: 1px solid #ccc;
  padding: 45px 30px 30px 30px;
  box-sizing: border-box; }
.p-otherKurumin__image {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 30.84112% !important;
  -webkit-flex: 0 0 30.84112% !important;
  -ms-flex: 0 0 30.84112% !important;
  flex: 0 0 30.84112% !important;
  max-width: 30.84112% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-otherKurumin__text {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 69.15888% !important;
  -webkit-flex: 0 0 69.15888% !important;
  -ms-flex: 0 0 69.15888% !important;
  flex: 0 0 69.15888% !important;
  max-width: 69.15888% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-otherKurumin__notice {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 35px;
  text-indent: -1em;
  padding-left: 1em; }
@media only screen and (max-width: 768px) {
  .p-otherKurumin {
    padding: 22px 15px 15px 15px; }
  .p-otherKurumin__text {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-otherKurumin__notice {
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 80%;
    margin-top: 17px; } }

.p-recMsg__image {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 45.26829% !important;
  -webkit-flex: 0 0 45.26829% !important;
  -ms-flex: 0 0 45.26829% !important;
  flex: 0 0 45.26829% !important;
  max-width: 45.26829% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-recMsg__image01 {
  margin-bottom: 25px; }
.p-recMsg__name {
  color: #004097;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 200;
  display: table;
  margin: 0 auto; }
.p-recMsg__department {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 1em; }
.p-recMsg__text {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 52.09756% !important;
  -webkit-flex: 0 0 52.09756% !important;
  -ms-flex: 0 0 52.09756% !important;
  flex: 0 0 52.09756% !important;
  max-width: 52.09756% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-recMsg__text p + p {
  margin-top: 35px; }
@media only screen and (max-width: 768px) {
  .p-recMsg__image {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-recMsg__image01 {
    margin-bottom: 12px; }
  .p-recMsg__name {
    font-size: 18px;
    font-size: 1.8rem; }
  .p-recMsg__department {
    font-size: 12px;
    font-size: 1.2rem; }
  .p-recMsg__text {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */
    margin-top: 30px; }
  .p-recMsg__text p + p {
    margin-top: 18px; } }

.p-recFaq__catbtn {
  height: 60px;
  line-height: 60px;
  margin-left: 6.53659%;
  margin-top: 30px; }
.p-recFaq__catbtn:after {
  transform: rotate(135deg); }
.p-recFaq__catbtn:nth-child(4n+1) {
  margin-left: 0; }
.p-recFaq__catbtn:nth-child(-n+4) {
  margin-top: 0; }
.p-recFaq-qa {
  padding: 45px 0; }
.p-recFaq-qa .c-h3-header + dl {
  padding-top: 0; }
.p-recFaq-qa dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 112px;
  position: relative; }
.p-recFaq-qa__qt {
  color: #004097;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
.p-recFaq-qa__ans {
  margin-top: 13px; }
.p-recFaq-qa__icon-q {
  padding-left: 33px; }
.p-recFaq-qa__icon-q:before {
  content: "Q";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 3px;
  background-color: #004097;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 20px; }
.p-recFaq-qa__icon-a {
  padding-left: 33px; }
.p-recFaq-qa__icon-a:before {
  content: "A";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 3px;
  border: 1px solid #004097;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #004097;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 20px; }
.p-recFaq--contactHeader {
  margin-bottom: 10px; }
.p-recFaq--contactBody {
  margin-bottom: 25px; }
.p-recFaq--addr {
  font-size: 20px;
  font-size: 2rem;
  color: #004097;
  font-weight: 500; }
.p-recFaq--tel {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  color: #004097;
  font-weight: 500; }
.p-recFaq--email {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  color: #004097;
  font-weight: 500;
  margin-left: 50px; }
@media only screen and (max-width: 768px) {
  .p-recFaq__catbtn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-top: 15px; }
  .p-recFaq__catbtn:nth-child(-n+4) {
    margin-top: 15px; }
  .p-recFaq__catbtn:first-child {
    margin-top: 0; }
  .p-recFaq-qa {
    padding: 22px 0; }
  .p-recFaq-qa dt {
    font-size: 14px;
    font-size: 1.4rem;
    width: 60px;
    margin-bottom: 5px; }
  .p-recFaq-qa__qt {
    font-size: 14px;
    font-size: 1.4rem; }
  .p-recFaq-qa__ans {
    margin-top: 7px; }
  .p-recFaq-qa__icon-q {
    padding-left: 24px; }
  .p-recFaq-qa__icon-q:before {
    width: 18px;
    height: 18px;
    top: 2px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px; }
  .p-recFaq-qa__icon-a {
    padding-left: 24px; }
  .p-recFaq-qa__icon-a:before {
    width: 18px;
    height: 18px;
    top: 2px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 16px; }
  .p-recFaq--contactHeader {
    margin-bottom: 5px; }
  .p-recFaq--contactBody {
    margin-bottom: 12px; }
  .p-recFaq--addr {
    font-size: 14px;
    font-size: 1.4rem; }
  .p-recFaq--tel {
    display: block;
    font-size: 12px;
    font-size: 1.2rem; }
  .p-recFaq--email {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 0; } }

.p-require__head {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 16.09756% !important;
  -webkit-flex: 0 0 16.09756% !important;
  -ms-flex: 0 0 16.09756% !important;
  flex: 0 0 16.09756% !important;
  max-width: 16.09756% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-require__text {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 83.90244% !important;
  -webkit-flex: 0 0 83.90244% !important;
  -ms-flex: 0 0 83.90244% !important;
  flex: 0 0 83.90244% !important;
  max-width: 83.90244% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-require__image {
  width: 100%;
  max-width: 608px; }
@media only screen and (max-width: 768px) {
  .p-require__head {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-require__text {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ } }

.p-requireTable {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  box-sizing: border-box; }
.p-requireTable tr:nth-child(2n+1) {
  background-color: #f3f3f3; }
.p-requireTable th, .p-requireTable td {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 27px 30px; }
.p-requireTable th {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem; }
.p-requireTable p {
  line-height: 1.6 !important; }
.p-requireTable__label {
  font-weight: bold; }
p + .p-requireTable__label {
  margin-top: 10px; }
.p-requireTable__bold {
  font-weight: bold; }
@media only screen and (max-width: 768px) {
  .p-requireTable {
    margin-bottom: 8px; }
  .p-requireTable th, .p-requireTable td {
    padding: 13px 15px; }
  .p-requireTable th {
    font-size: 13px;
    font-size: 1.3rem; } }

.p-evt__smallTxt {
  padding: 0 40px;
  display: inline-block; }
@media only screen and (max-width: 768px) {
  .p-evt__smallTxt {
    padding: 0 20px; } }

.p-recGroup {
  position: relative;
  max-width: 1126px;
  margin-top: 60px; }
@media only screen and (max-width: 768px) {
  .p-recGroup {
    margin-top: 12vw; } }
.p-recGroup-mapContainer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
.p-recGroup a:hover {
  text-decoration: none; }
.p-recGroup__elem {
  position: absolute;
  width: 31.08348%;
  padding: 0.8881% 1.7762%;
  box-sizing: border-box;
  border: 1px solid #004097;
  background-color: #fff; }
.p-recGroup__g01 {
  position: absolute;
  left: 26.90941%;
  top: -12.8866%; }
@media only screen and (max-width: 768px) {
  .p-recGroup__g01 {
    top: -19.3299%; } }
.p-recGroup__g02 {
  position: absolute;
  left: 68.91652%;
  top: 31.0567%; }
@media only screen and (max-width: 768px) {
  .p-recGroup__g02 {
    top: 21.90722%; } }
.p-recGroup__g03 {
  position: absolute;
  left: 39.78686%;
  top: 71.52062%; }
.p-recGroup__g04 {
  position: absolute;
  left: 0;
  top: 27.96392%; }
.p-recGroup__g05 {
  position: absolute;
  left: 71.75844%;
  top: 64.69072%; }
.p-recGroup__label {
  font-size: 19px;
  font-size: 1.9rem;
  color: #004097;
  text-align: center;
  font-weight: 500;
  margin-bottom: 5px;
  white-space: nowrap;
  letter-spacing: -0.05em; }
@media only screen and (max-width: 1186px) {
  .p-recGroup__label {
    margin-bottom: 0.64433%;
    font-size: 1.60202vw; } }
@media only screen and (max-width: 768px) {
  .p-recGroup__label {
    margin-bottom: 3.22165%;
    font-size: 1.85497vw; } }
.p-recGroup__thumb {
  margin-bottom: 10px; }
@media only screen and (max-width: 1186px) {
  .p-recGroup__thumb {
    margin-bottom: 1.28866%; } }
@media only screen and (max-width: 768px) {
  .p-recGroup__thumb {
    margin-bottom: 3.86598%; } }
.p-recGroup__link {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  color: #004097;
  text-align: center; }
.p-recGroup__link:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px solid #004097;
  border-right: 1px solid #004097;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 1.2em; }
@media only screen and (max-width: 1186px) {
  .p-recGroup__link {
    font-size: 1.26476vw; }
  .p-recGroup__link:after {
    content: "";
    position: absolute;
    width: 0.67454vw;
    height: 0.67454vw;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1px solid #004097;
    border-right: 1px solid #004097;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 1.2em; } }
@media only screen and (max-width: 768px) {
  .p-recGroup__link {
    font-size: 1.85497vw; } }

.p-about__image01 {
  width: 101.4%;
  margin-left: -0.58537%;
  max-width: 1038px; }
.p-about__image02 {
  max-width: 288px;
  display: block;
  margin: 0 auto; }
.p-about__image03 {
  max-width: 308px;
  display: block;
  margin: 0 auto; }
.p-about__text {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 60.4878% !important;
  -webkit-flex: 0 0 60.4878% !important;
  -ms-flex: 0 0 60.4878% !important;
  flex: 0 0 60.4878% !important;
  max-width: 60.4878% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-about__image {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 35.80488% !important;
  -webkit-flex: 0 0 35.80488% !important;
  -ms-flex: 0 0 35.80488% !important;
  flex: 0 0 35.80488% !important;
  max-width: 35.80488% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
@media only screen and (max-width: 768px) {
  .p-about__text {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-about__image {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ } }
.p-about-box {
  background-color: #fdfcfa; }
.p-about-box01 {
  padding: 45px 8px 45px 26px; }
.p-about-box__header {
  margin-bottom: 20px;
  letter-spacing: -0.08em; }
.p-about-box__label {
  color: #004097;
  margin-bottom: 15px;
  letter-spacing: -0.05em; }
.p-about-box__image {
  max-width: 234px !important;
  margin-top: 20px; }
.p-about-box__elem01 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 29.82811% !important;
  -webkit-flex: 0 0 29.82811% !important;
  -ms-flex: 0 0 29.82811% !important;
  flex: 0 0 29.82811% !important;
  max-width: 29.82811% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  padding-right: 15px;
  box-sizing: border-box; }
.p-about-box__graph {
  padding-top: 20px;
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 35.08595% !important;
  -webkit-flex: 0 0 35.08595% !important;
  -ms-flex: 0 0 35.08595% !important;
  flex: 0 0 35.08595% !important;
  max-width: 35.08595% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-about-box__graph02 {
  padding-top: 20px;
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 37.41153% !important;
  -webkit-flex: 0 0 37.41153% !important;
  -ms-flex: 0 0 37.41153% !important;
  flex: 0 0 37.41153% !important;
  max-width: 37.41153% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-about-box__elem02 {
  padding-right: 15px;
  box-sizing: border-box;
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 40.39874% !important;
  -webkit-flex: 0 0 40.39874% !important;
  -ms-flex: 0 0 40.39874% !important;
  flex: 0 0 40.39874% !important;
  max-width: 40.39874% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-about-box__graph03 {
  padding-top: 20px;
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 28.75131% !important;
  -webkit-flex: 0 0 28.75131% !important;
  -ms-flex: 0 0 28.75131% !important;
  flex: 0 0 28.75131% !important;
  max-width: 28.75131% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-about-box__no1Logo {
  max-width: 284px !important;
  display: block;
  margin: 0 auto; }
.p-about-box img {
  max-width: 100%; }
@media only screen and (max-width: 768px) {
  .p-about-box__elem01 {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-about-box__graph {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-about-box__graph02 {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-about-box__elem02 {
    padding-right: 0;
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-about-box__graph03 {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-about-box01 {
    padding: 22px; }
  .p-about-box__image {
    margin-top: 0; } }

.p-bus-figue01 {
  position: relative;
  margin-top: -30px; }
.p-bus-figue01__txt {
  z-index: 2;
  position: relative; }
@media only screen and (max-width: 768px) {
  .p-bus-figue01 {
    margin-top: 30px; } }
.p-bus-figueText__elem {
  position: absolute;
  width: 27.80488%; }
.p-bus-figueText__elem:before {
  display: block;
  content: "";
  padding-top: 100%;
  pointer-events: none; }
.p-bus-figueText__elem01 {
  left: 8.78049%;
  top: 12.10428%; }
.p-bus-figueText__elem02 {
  left: 36.09756%;
  top: 46.92737%; }
.p-bus-figueText__elem03 {
  left: 57.85366%;
  top: 0%; }
@media only screen and (max-width: 768px) {
  .p-bus-figueText__elem {
    width: 48.62069%; }
  .p-bus-figueText__elem:before {
    display: block;
    content: "";
    padding-top: 100%;
    pointer-events: none; }
  .p-bus-figueText__elem01 {
    left: 0%;
    top: 1.0989%; }
  .p-bus-figueText__elem02 {
    left: 51.03448%;
    top: 1.0989%; }
  .p-bus-figueText__elem03 {
    left: 25.51724%;
    top: 49.08425%; } }
.p-bus-figueText__h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #004097;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px; }
@media only screen and (max-width: 1085px) {
  .p-bus-figueText__h4 {
    font-size: 1.84332vw; } }
@media only screen and (max-width: 768px) {
  .p-bus-figueText__h4 {
    font-size: 3.125vw;
    margin-bottom: 5px; } }
.p-bus-figueText__inner {
  position: absolute;
  text-align: center;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
.p-bus-figueText__inner p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: -0.08em; }
@media only screen and (max-width: 1085px) {
  .p-bus-figueText__inner p {
    font-size: 1.29032vw; } }
.p-bus-figueText__inner p + p {
  margin-top: 1em; }
@media only screen and (max-width: 768px) {
  .p-bus-figueText__inner p {
    font-size: 2.5vw; } }

.p-consul-figue01__elem01 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 44.14063% !important;
  -webkit-flex: 0 0 44.14063% !important;
  -ms-flex: 0 0 44.14063% !important;
  flex: 0 0 44.14063% !important;
  max-width: 44.14063% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-consul-figue01__elem01 p {
  margin-bottom: 100px; }
.p-consul-figue01__elem02 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 40.72266% !important;
  -webkit-flex: 0 0 40.72266% !important;
  -ms-flex: 0 0 40.72266% !important;
  flex: 0 0 40.72266% !important;
  max-width: 40.72266% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */
  margin-left: 10.25391%; }
.p-consul-figue01__label {
  color: #004097;
  font-weight: 500;
  margin-bottom: 20px; }
.p-consul__aftertext {
  margin-top: 20px;
  position: relative;
  z-index: 2; }
@media only screen and (max-width: 768px) {
  .p-consul-figue01__elem01 {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-consul-figue01__elem01 p {
    margin-bottom: 10px; }
  .p-consul-figue01__elem02 {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */
    margin-left: 0;
    margin-top: 30px; }
  .p-consul-figue01__label {
    margin-bottom: 10px; }
  .p-consul__aftertext {
    margin-top: 30px; } }

@media only screen and (max-width: 768px) {
  .p-rsl__image03 {
    width: 60%;
    display: block;
    float: none;
    margin: 0 auto; } }

.p-rsb__text01 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 45.34884% !important;
  -webkit-flex: 0 0 45.34884% !important;
  -ms-flex: 0 0 45.34884% !important;
  flex: 0 0 45.34884% !important;
  max-width: 45.34884% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-rsb__image01 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 49.65116% !important;
  -webkit-flex: 0 0 49.65116% !important;
  -ms-flex: 0 0 49.65116% !important;
  flex: 0 0 49.65116% !important;
  max-width: 49.65116% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-rsb__text02 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 60.93023% !important;
  -webkit-flex: 0 0 60.93023% !important;
  -ms-flex: 0 0 60.93023% !important;
  flex: 0 0 60.93023% !important;
  max-width: 60.93023% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-rsb__image02 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 35.81395% !important;
  -webkit-flex: 0 0 35.81395% !important;
  -ms-flex: 0 0 35.81395% !important;
  flex: 0 0 35.81395% !important;
  max-width: 35.81395% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-rsb__text03 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 60.93023% !important;
  -webkit-flex: 0 0 60.93023% !important;
  -ms-flex: 0 0 60.93023% !important;
  flex: 0 0 60.93023% !important;
  max-width: 60.93023% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-rsb__image03 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 35.81395% !important;
  -webkit-flex: 0 0 35.81395% !important;
  -ms-flex: 0 0 35.81395% !important;
  flex: 0 0 35.81395% !important;
  max-width: 35.81395% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-rsb__image04 {
  max-width: 135px;
  float: right; }
.p-rsb__text2 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 55.32995% !important;
  -webkit-flex: 0 0 55.32995% !important;
  -ms-flex: 0 0 55.32995% !important;
  flex: 0 0 55.32995% !important;
  max-width: 55.32995% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-rsb__image2 {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 44.67005% !important;
  -webkit-flex: 0 0 44.67005% !important;
  -ms-flex: 0 0 44.67005% !important;
  flex: 0 0 44.67005% !important;
  max-width: 44.67005% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-rsb__boxHeader {
  margin-bottom: 15px; }
.p-rsb__flow {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 47.44186% !important;
  -webkit-flex: 0 0 47.44186% !important;
  -ms-flex: 0 0 47.44186% !important;
  flex: 0 0 47.44186% !important;
  max-width: 47.44186% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-rsb__flow-img01 {
  width: 110.78431%;
  margin-left: -10.78431%; }
.p-rsb__flow-img01 img {
  width: 100%; }
.p-rsb__flow-img02 {
  width: 106.86275%;
  margin-left: -6.86275%; }
.p-rsb__flow-img02 img {
  width: 100%; }
@media only screen and (max-width: 768px) {
  .p-rsb__image {
    margin-top: 20px; }
  .p-rsb__text01 {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-rsb__image01 {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */
    margin-top: 20px; }
  .p-rsb__text02 {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-rsb__image02 {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */
    margin-top: 20px; }
  .p-rsb__image04 {
    max-width: 135px;
    display: block;
    float: none;
    margin: 0 auto; }
  .p-rsb__flow {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ } }

.p-iai__label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px; }
.p-iai__blueLabel {
  color: #004097;
  margin-bottom: 5px; }
.p-iai__text {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 62.7907% !important;
  -webkit-flex: 0 0 62.7907% !important;
  -ms-flex: 0 0 62.7907% !important;
  flex: 0 0 62.7907% !important;
  max-width: 62.7907% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-iai__image {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 34.88372% !important;
  -webkit-flex: 0 0 34.88372% !important;
  -ms-flex: 0 0 34.88372% !important;
  flex: 0 0 34.88372% !important;
  max-width: 34.88372% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-iai-list01 {
  margin-top: 40px;
  text-align: center;
  letter-spacing: -.4em; }
.p-iai-list01 li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top; }
@media only screen and (max-width: 768px) {
  .p-iai-list01 {
    margin-top: 20px; }
  .p-iai-list01 li {
    display: block;
    width: 100%;
    text-align: center;
    flex: none; }
  .p-iai-list01 li + li {
    margin-top: 20px; } }
.p-iai__ico {
  display: inline-block;
  width: 100px;
  height: 100px; }
.p-iai__txt {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5; }
@media only screen and (max-width: 768px) {
  .p-iai__label {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px; }
  .p-iai__text {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-iai__image {
    margin-top: 15px;
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-iai__txt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px; } }

.p-parking__text {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 60.93023% !important;
  -webkit-flex: 0 0 60.93023% !important;
  -ms-flex: 0 0 60.93023% !important;
  flex: 0 0 60.93023% !important;
  max-width: 60.93023% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-parking__image {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 35.81395% !important;
  -webkit-flex: 0 0 35.81395% !important;
  -ms-flex: 0 0 35.81395% !important;
  flex: 0 0 35.81395% !important;
  max-width: 35.81395% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-parking__image01 {
  max-width: 291px;
  float: right; }
.p-parking__image02 {
  max-width: 749px;
  margin: 0 auto; }
@media only screen and (max-width: 768px) {
  .p-parking__image {
    margin-top: -20px; }
  .p-parking__image01 {
    float: none;
    margin: 0 auto; } }

.p-parkingMenu {
  border-top: 1px solid #004097;
  border-left: 1px solid #004097; }
.p-parkingMenu__elem {
  border-right: 1px solid #004097;
  border-bottom: 1px solid #004097; }
.p-parkingMenu__elem p {
  color: #004097;
  text-align: center;
  padding: 10px 0; }

.p-businessBox {
  padding: 30px; }
.p-businessBox__csHeader {
  position: relative;
  margin-bottom: 30px;
  padding-right: 184px;
  line-height: 1.4; }
.p-businessBox__csHeader:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 184px;
  height: 85px;
  background: url("../images/business/car_sharing/cs-img041.png") no-repeat scroll center center;
  background-size: cover; }
.p-businessBox__text {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 60.15038% !important;
  -webkit-flex: 0 0 60.15038% !important;
  -ms-flex: 0 0 60.15038% !important;
  flex: 0 0 60.15038% !important;
  max-width: 60.15038% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-businessBox__image {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 35.8396% !important;
  -webkit-flex: 0 0 35.8396% !important;
  -ms-flex: 0 0 35.8396% !important;
  flex: 0 0 35.8396% !important;
  max-width: 35.8396% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-businessBox__image02 {
  max-width: 278px;
  float: right; }
@media only screen and (max-width: 768px) {
  .p-businessBox {
    padding: 15px; }
  .p-businessBox__csHeader {
    margin-bottom: 15px;
    padding-right: 92px; }
  .p-businessBox__csHeader:after {
    bottom: -10px;
    width: 92px;
    height: 62px;
    background-size: 100%; }
  .p-businessBox__text {
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-businessBox__image {
    margin-top: 15px;
    /* px % どちらでも可 */
    -webkit-box-flex: 0 0 100% !important;
    -webkit-flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /*
    @media only screen and (max-width: 768px) {
        -webkit-box-flex: none;
        -ms-flex: none;
        flex: none;
        width: $fxw;
        float: left;
    }
    */ }
  .p-businessBox__image02 {
    max-width: 60%;
    float: none;
    display: block;
    margin: 0 auto; } }

.p-cs__text {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 60.93023% !important;
  -webkit-flex: 0 0 60.93023% !important;
  -ms-flex: 0 0 60.93023% !important;
  flex: 0 0 60.93023% !important;
  max-width: 60.93023% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-cs__image {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 35.81395% !important;
  -webkit-flex: 0 0 35.81395% !important;
  -ms-flex: 0 0 35.81395% !important;
  flex: 0 0 35.81395% !important;
  max-width: 35.81395% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-cs__image01 {
  max-width: 293px;
  margin: 0 auto; }
.p-cs__image02 {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 10px; }
.p-cs__image03 {
  max-width: 200px;
  margin: 0 auto;
  margin-top: 10px; }
.p-cs-feature__text {
  padding: 0.1rem;
  box-sizing: border-box;
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 68.78049% !important;
  -webkit-flex: 0 0 68.78049% !important;
  -ms-flex: 0 0 68.78049% !important;
  flex: 0 0 68.78049% !important;
  max-width: 68.78049% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-cs-feature__image {
  padding: 0.1rem;
  box-sizing: border-box;
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 23.17073% !important;
  -webkit-flex: 0 0 23.17073% !important;
  -ms-flex: 0 0 23.17073% !important;
  flex: 0 0 23.17073% !important;
  max-width: 23.17073% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
@media only screen and (max-width: 768px) {
  .p-cs__image {
    margin-top: 20px; }
  .p-cs__image01 {
    float: none; }
  .p-cs__image02 {
    display: block;
    max-width: 100px;
    margin-top: 20px; }
  .p-cs__image03 {
    display: block;
    max-width: 100px; }
  .p-cs__block01 {
    margin-top: 20px; }
  .p-cs-feature__image {
    margin-top: 20px; } }

.p-introFlex__elem {
  max-width: 205px; }

.p-bsFooterImage {
  height: 350px;
  overflow: hidden;
  /*
  img { display: none; }
  text-align: center;
  &:after {
  	content: "画像準備中";
  	display: block;
  }
  */ }
@media only screen and (max-width: 768px) {
  .p-bsFooterImage {
    height: 160px; } }

.p-interview-indexBlock {
  margin-top: 0; }
.p-interview-indexBlock__elem {
  border-left: none; }
.p-interview-indexBlock__elem:before {
  content: none; }
.p-interview-indexBlock__elem:after {
  content: none; }
.p-interview-indexBlock__coming {
  position: relative;
  pointer-events: none; }
.p-interview-indexBlock__coming:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-left: none;
  border-top: none;
  z-index: 2; }
.p-interview-indexBlock__coming:after {
  content: "";
  position: absolute;
  width: 37.33333%;
  height: 26.04651%;
  left: 0;
  top: 0;
  background: url("../images/interview/icon_coming.png.html") left top no-repeat;
  background-size: 100%;
  z-index: 3; }
.p-interview-idxCard {
  position: absolute;
  width: 86.66667%;
  min-height: 125px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 4.65116%; }
.p-interview-idxCard__label {
  background-color: #004097;
  color: #fff;
  padding: 0 14px;
  line-height: 32px; }
.p-interview-idxCard__name {
  font-size: 22px;
  font-size: 2.2rem;
  color: #004097;
  padding: 2px 14px; }
.p-interview-idxCard__name span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000; }
.p-interview-idxCard__props {
  font-size: 12.5px;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: -0.05em;
  padding: 0 14px 14px; }
.p-interview-cover {
  position: absolute;
  top: 65%;
  transform: translateY(-65%);
  /*
  &:after {
  	content: "";
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
  }
  */
  background-color: #fff;
  padding: 25px 5.83333% 25px 2.5%; }
.p-interview-cover-left {
  left: 10%;
  	/*
  	&:after {
  		border-right: 18px solid transparent;
      	border-left: 18px solid #fff;
  		right: -36px;
  	}
  	*/ }
.p-interview-cover-right {
  right: 10%;
  	/*
  	&:after {
  		border-left: 18px solid transparent;
     		border-right: 18px solid #fff;
  		left: -36px;
  	}
  	*/ }
.p-interview-cover__vol8 {
  left: 5%; }
.p-interview-cover__name {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: 200;
  line-height: 1.1;
  color: #004097; }
@media only screen and (max-width: 1200px) {
  .p-interview-cover__name {
    font-size: 3.66667vw; } }
.p-interview-cover__yomi {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #004097; }
.p-interview-cover__txt {
  line-height: 1.6; }
@media only screen and (max-width: 1200px) {
  .p-interview-cover__txt {
    font-size: 1.33333vw; } }
.p-interview-cover__pos {
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
  margin-left: 0.5em; }
.p-interview__h2Header {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5;
  display: inline;
  margin-bottom: 0; }
.p-interview__h2Header:after {
  content: "";
  display: block; }
.p-interview__fltR {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
  width: 42.5%; }
@media only screen and (max-width: 768px) {
  .p-interview__fltR {
    float: none;
    margin: 0;
    width: 100%; } }
.p-interview__fltL {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
  width: 42.5%; }
@media only screen and (max-width: 768px) {
  .p-interview__fltL {
    float: none;
    margin: 0;
    width: 100%; } }
.p-interview__chapter {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold; }
.p-interview__subCopy {
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: top;
  margin-bottom: 35px;
  display: inline-block; }
@media only screen and (max-width: 768px) {
  .p-interview__subCopy {
    margin-bottom: 17px; } }
.p-interview__image {
  /* px % どちらでも可 */
  -webkit-box-flex: 0 0 39.00709% !important;
  -webkit-flex: 0 0 39.00709% !important;
  -ms-flex: 0 0 39.00709% !important;
  flex: 0 0 39.00709% !important;
  max-width: 39.00709% !important;
  /*
  @media only screen and (max-width: 768px) {
      -webkit-box-flex: none;
      -ms-flex: none;
      flex: none;
      width: $fxw;
      float: left;
  }
  */ }
.p-interview__text {
  /*@include block__elem--width( ( 640 / 1128 ) * 100% );*/
  line-height: 1.8; }
@media only screen and (max-width: 768px) {
  .p-interview-indexBlock__elem {
    /*border-left: 1px solid #fff;*/ }
  .p-interview-idxCard {
    position: relative;
    width: 100%;
    min-height: 140px;
    bottom: auto; }
  .p-interview-idxCard__label {
    padding: 0 7px;
    line-height: 24px; }
  .p-interview-idxCard__name {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 2px 7px 2px 0px; }
  .p-interview-idxCard__name span {
    font-size: 12px;
    font-size: 1.2rem; }
  .p-interview-idxCard__props {
    font-size: 10px;
    font-size: 1rem;
    padding: 0 7px 7px 0; }
  .p-interview-cover {
    position: relative;
    top: auto;
    transform: none;
    padding: 12px 18px;
    background-color: #f1f1f1; }
  .p-interview-cover-left {
    left: 0; }
  .p-interview-cover-right {
    right: 0; }
  .p-interview-cover__name {
    font-size: 20px;
    font-size: 2rem; }
  .p-interview-cover__yomi {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px; }
  .p-interview-cover__txt {
    font-size: 12px;
    font-size: 1.2rem; }
  .p-interview-cover__pos {
    font-size: 14px;
    font-size: 1.4rem; }
  .p-interview-cover:after {
    content: none; }
  .p-interview__text {
    margin-top: 20px; }
  .p-interview__h2Header {
    font-size: 18px;
    font-size: 1.8rem; }
  .p-interview__chapter {
    font-size: 14px;
    font-size: 1.4rem; }
  .p-interview__subCopy {
    font-size: 14px;
    font-size: 1.4rem; } }

.p-taidanHeader {
  display: inline-block;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 100;
  /*line-height: 1.1;*/
  margin-bottom: 30px; }
.p-taidanHeader__span {
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 1em; }
@media only screen and (max-width: 768px) {
  .p-taidanHeader {
    font-size: 21px;
    font-size: 2.1rem;
    /*line-height: 1.4;*/
    margin: 15px 0 10px; }
  .p-taidanHeader__span {
    font-size: 14px;
    font-size: 1.4rem; } }

.p-taidanBody {
  font-size: 20px;
  font-size: 2rem;
  color: #004097; }
.p-taidanBody span {
  font-size: 13px;
  font-size: 1.3rem;
  color: #000000; }
@media only screen and (max-width: 768px) {
  .p-taidanBody {
    font-size: 12px;
    font-size: 1.2rem; }
  .p-taidanBody span {
    font-size: 10px;
    font-size: 1rem; } }

.p-taidanImg__label {
  position: absolute;
  top: 35px;
  color: #fff;
  line-height: 1.4;
  color: #004097;
  background-color: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 17px; }
.p-taidanImg__elem {
  position: absolute;
  bottom: 35px;
  color: #004097;
  background-color: #fff;
  padding: 25px 30px; }
.p-taidanImg__copy {
  color: #004097;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 10px; }
.p-taidanImg__read {
  color: #004097;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6; }
.p-taidanImg__read span {
  font-size: 12px;
  font-size: 1.2rem; }
.p-taidanImg__indent {
  text-indent: -0.5em; }
.p-taidanImg__left {
  left: 35px; }
.p-taidanImg__right {
  right: 35px; }
@media only screen and (max-width: 1260px) {
  .p-taidanImg__label {
    top: 2.77778vw;
    font-size: 1.5873vw; }
  .p-taidanImg__elem {
    bottom: 2.77778vw; }
  .p-taidanImg__copy {
    font-size: 2.06349vw; }
  .p-taidanImg__read {
    font-size: 1.26984vw; }
  .p-taidanImg__left {
    left: 2.77778vw; }
  .p-taidanImg__right {
    right: 2.77778vw; } }
@media only screen and (max-width: 768px) {
  .p-taidanImg__label {
    top: 10px;
    font-size: 2.13333vw;
    padding: 5px 8px; }
  .p-taidanImg__elem {
    bottom: 10px;
    padding: 12px 15px; }
  .p-taidanImg__copy {
    font-size: 3.46667vw;
    margin-bottom: 8px; }
  .p-taidanImg__read {
    font-size: 2.26667vw; }
  .p-taidanImg__left {
    left: 10px; }
  .p-taidanImg__right {
    right: 10px; } }

.p-taidanMemberContainer {
  padding-top: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #d9d9d9; }
@media only screen and (max-width: 768px) {
  .p-taidanMemberContainer {
    padding-top: 25px;
    padding-bottom: 20px; } }

.p-taidanMember {
  display: table;
  margin: 0 auto; }
.p-taidanMember__elem {
  float: left;
  text-align: center;
  max-width: 150px; }
.p-taidanMember__elem + .p-taidanMember__elem {
  margin-left: 60px; }
.p-taidanMember__name {
  font-size: 18px;
  font-size: 1.8rem;
  color: #004097;
  margin-top: 15px;
  line-height: 1.2; }
.p-taidanMember__furigana {
  font-size: 12px;
  font-size: 1.2rem;
  color: #004097;
  line-height: 1.2; }
.p-taidanMember__year {
  margin-top: 5px;
  font-size: 13px;
  font-size: 1.3rem; }
@media only screen and (max-width: 768px) {
  .p-taidanMember__elem {
    max-width: 20.68966%; }
  .p-taidanMember__elem + .p-taidanMember__elem {
    margin-left: 5.17241%; }
  .p-taidanMember__name {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 8px; }
  .p-taidanMember__furigana {
    font-size: 8px;
    font-size: 0.8rem; }
  .p-taidanMember__year {
    margin-top: 3px;
    font-size: 10px;
    font-size: 1rem; } }

.p-taidan__txtblock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.p-taidan__txtlabel {
  font-size: 18px;
  font-size: 1.8rem;
  color: #004097;
  width: 60px; }
.p-taidan__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.p-taidan__sep {
  margin-top: 25px; }
.p-taidan-header {
  position: relative;
  line-height: 1.5; }
.p-taidan-header .kome {
  font-size: 18px;
  font-size: 1.8rem; }
.p-taidan-header__icon {
  width: 56px; }
.p-taidan-header__icon img {
  width: auto; }
.p-taidan-header__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
.p-taidan-header__indent {
  text-indent: -0.5em; }
.p-taidan-header__att {
  padding: 25px 33px;
  background-color: #ebebeb;
  margin-left: 56px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000; }
@media only screen and (max-width: 768px) {
  .p-taidan__txtlabel {
    font-size: 13px;
    font-size: 1.3rem;
    width: 40px; }
  .p-taidan__sep {
    margin-top: 15px; }
  .p-taidan-header__icon {
    width: 30px;
    margin-right: 12px;
    line-height: 0;
    margin-top: -4px; }
  .p-taidan-header__icon img {
    width: 100%; }
  .p-taidan-header__att {
    padding: 12px 16px;
    margin-left: 28px;
    font-size: 12px;
    font-size: 1.2rem; } }

.p-taidanImg__coming:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5) url("../images/interview/icon_coming.png.html") left top no-repeat;
  display: block; }
.p-taidanImg__coming-sp:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5) url("../images/interview/icon_coming.png.html") left top no-repeat;
  display: block; }

/* ---------------------------- */
/* --------------------------- */
/* text */
.u-txt-lh0 {
  line-height: 0; }

.u-txt-indent {
  text-indent: 1em; }

.u-txt-indent-left {
  text-indent: -0.5em; }

.u-txt-strong {
  font-weight: bold; }

.u-txt-italic {
  font-face: italic; }

.u-txt-center {
  text-align: center; }

.u-txt-ls {
  letter-spacing: -0.05em; }

.u-txt-ls2 {
  letter-spacing: -0.08em; }

/* --------------------------- */
/* position */
.u-ab {
  position: absolute; }

.u-rel {
  position: relative; }

.u-fix {
  position: fixed; }

/* -- foundation -- */
/* --------------------------- */
/* margin */
.u-mb--ex-small3 {
  margin-bottom: 20px; }
.u-mb--ex-small2 {
  margin-bottom: 25px; }
.u-mb--ex-small1 {
  margin-bottom: 30px; }
.u-mb--ex-small {
  margin-bottom: 40px; }
.u-mb--small {
  margin-bottom: 60px; }
.u-mb--default {
  margin-bottom: 80px; }
.u-mb--large {
  margin-bottom: 100px; }
.u-mb--ex-large {
  margin-bottom: 120px; }
@media only screen and (max-width: 768px) {
  .u-mb--ex-small3 {
    margin-bottom: 10px; }
  .u-mb--ex-small2 {
    margin-bottom: 13px; }
  .u-mb--ex-small1 {
    margin-bottom: 16px; }
  .u-mb--ex-small {
    margin-bottom: 20px; }
  .u-mb--small {
    margin-bottom: 30px; }
  .u-mb--default {
    margin-bottom: 40px; }
  .u-mb--large {
    margin-bottom: 50px; }
  .u-mb--ex-large {
    margin-bottom: 60px; } }

.u-mt--ex-small {
  margin-top: 40px; }
.u-mt--small {
  margin-top: 60px; }
.u-mt--default {
  margin-top: 80px; }
.u-mt--large {
  margin-top: 100px; }
.u-mt--ex-large {
  margin-top: 120px; }
.u-mt--minus {
  margin-top: -20px; }
@media only screen and (max-width: 768px) {
  .u-mt--ex-small {
    margin-top: 20px; }
  .u-mt--small {
    margin-top: 30px; }
  .u-mt--default {
    margin-top: 40px; }
  .u-mt--large {
    margin-top: 50px; }
  .u-mt--ex-large {
    margin-top: 60px; } }

.u-ml--ex-small {
  margin-left: 10px; }
.u-ml--small {
  margin-left: 20px; }
.u-ml--default {
  margin-left: 30px; }
.u-ml--large {
  margin-left: 40px; }
.u-ml--ex-large {
  margin-left: 60px; }
@media only screen and (max-width: 768px) {
  .u-ml--ex-small {
    margin-left: 5px; }
  .u-ml--small {
    margin-left: 10px; }
  .u-ml--default {
    margin-left: 15px; }
  .u-ml--large {
    margin-left: 20px; }
  .u-ml--ex-large {
    margin-left: 30px; } }

.u-pb--zero {
  padding-bottom: 0 !important; }

.u-fltR {
  float: right;
  margin-left: 15px;
  width: 40%; }


.t-title {
    text-align: center;
    color: #ffffff;
    background-color: #2a8ed8;
    padding: .3em 0 .6em;
    line-height: 56px;
    font-size: 42px;
    font-weight: bold;
}
.t-title span {
    text-align: center;
    color: #ffffff;
    padding: .3em 0 0 0 ;
    font-size: 24px;
    font-weight: bold;
}
.c-btn--layout {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-weight: bold;
    padding: 1em 0 !important;
    height: auto;
    margin-bottom: 2em;
}
.c-btn--layout span {
    font-size: 14px;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .t-title {
        padding: .4em 0;
        line-height: 30px;
        font-size: 22px;
    }
    .t-title span {
        font-size: 15px;
    }
}


/* -- 新デザイン追加スタイル -- */
@media (min-width: 481px){
    .u-hidden-pc {
    display: none;
}
}

.c-btn {
    text-align: center;
    display: block;
    margin: 1.5em auto;
}


.l-login__btn {
    width: 68%;
    margin: 0 auto;
    letter-spacing: 0.05em;
}

@media (min-width: 481px){
.l-login__btn {
    width: 360px;
    margin: 1.5em 0.5em 1.5em 0;
  }
}


.l-login__btn a {
    color : #333333;
}