/*®
Theme Name: mamateras
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mamateras
Tags:
*/

@charset "UTF-8";
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
	display: none !important;
}

@media only screen and (min-width: 750px) {
	.sp-only{
		display: none;
	}
}

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

body.company {
  padding-top: 74px;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.h-25 {
  height: 25%;
}
.h-50 {
  height: 50%;
}
.h-75 {
  height: 75%;
}
.h-100 {
  height: 100%;
}
.vh-25 {
	height: 25vh;
}
.vh-50 {
	height: 50vh;
}
.vh-75 {
	height: 75vh;
}
.vh-100 {
	height: 100vh;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-inline {
  display: inline;
}

.h-header {
  height: 74px;
}
.border-circle {
  border-radius: 50%;
}
.border1-solid {
  border: 1px solid;
}
.border3-solid {
  border: 3px solid;
}

.lh-15 {
  line-height: 1.5;
}

.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-50 {
  width: 50%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .w-md-25 {
    width: 25%;
  }
  .w-md-30 {
    width: 30%;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-md-70 {
    width: 70%;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-100 {
    width: 100%;
  }
}

.l-footer {
	position: relative;
	background: #f5f5f5;
}

.l-footer__head {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 20px 0;
}

.l-footer__head__map {
	display: flex;
	align-items: flex-start;
}

.l-footer__head__map__list {
	min-width: 60px;
	margin-right: 25px;
}

.l-footer__head__map__list a:hover {
	text-decoration: underline;
}

.l-footer__head__map__list__parent a {
	font-size: 14px;
	color: #333333;
}

.l-footer__head__map__list__children {
	margin-top: 5px;
}

.l-footer__head__map__list__children__list {
	position: relative;
	padding-left: 15px;
}

.l-footer__head__map__list__children__list::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 3px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	transform: rotate(45deg);
}

.l-footer__head__map__list__children__list a {
	font-size: 12px;
	line-height: 1.6;
	color: #646464;
}

.l-footer__head__menu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.l-footer__head__menu__list {
	width: calc(100% / 4);
	text-align: center;
	border-bottom: 1px solid #cbcbcb;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.l-footer__head__menu__list a {
	line-height: 45px;
	font-size: 14px;
}

.l-footer__head__menu__list a:hover {
	text-decoration: underline;
}

.l-footer__head__address {
	margin-top: 30px;
	font-size: 12px;
	line-height: 1.6;
	color: #646464;
}

.l-footer__head__address span {
	font-weight: bold;
}

.l-footer__foot__copyright {
	text-align: center;
	line-height: 30px;
	font-size: 11px;
	color: white;
	background: #d670a8;
}

.l-footer__jump {
	overflow: hidden;
	position: fixed;
	right: 20px;
	bottom: 50px;
	width: 74px;
	height: 74px;
	background: #d670a8;
	border-radius: 3px;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s;
}

.l-footer__jump::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border-top: 37px solid #1c60a3;
	border-right: 37px solid transparent;
	border-bottom: 37px solid transparent;
	border-left: 37px solid #1c60a3;
	pointer-events: none;
}

.l-footer__jump a {
	position: relative;
	display: block;
	height: 100%;
	padding-top: 27px;
	text-align: center;
	font-size: 14px;
	line-height: 1.3;
	color: white;
}

.l-footer__jump a::before {
	content: "";
	position: absolute;
	top: 14px;
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	transform: rotate(-45deg);
}

.l-footer__jump.on {
	opacity: 1;
	pointer-events: auto;
}

@media only screen and (max-width: 960px) {
	.l-footer__head {
		display: none;
	}
	.l-footer__jump {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%;
		height: 80px;
		background: white;
	}
	.l-footer__jump::before {
		display: none;
	}
	.l-footer__jump a {
		padding-top: 40px;
		color: #d670a8;
		font-weight: bold;
	}
	.l-footer__jump a::before {
		border-top: 2px solid #d670a8;
		border-right: 2px solid #d670a8;
		margin: 10px auto 0 auto;
	}
	.l-footer__jump span {
		padding-right: 5px;
	}
}

/**/

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.l-header__head {
	height: 74px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #fff;
}

.l-header__head__left {
	padding-left: 50px;
}

.l-header__head__left a {
	display: block;
}

.l-header__head__left img {
	display: block;
	width: 90px;
	margin-top: 3px;
}

.l-header__head__left__catchcopy {
	font-size: 10px;
}

.l-header__head__right__menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 20px;
}

.l-header__head__right__menu__list {
	width: 200px;
	margin: 10px 20px 10px 0;
}

.l-header__head__right__menu__list a {
	display: block;
	font-size: 14px;
	text-align: center;
	border-radius: 20px;
	line-height: 54px;
}

.l-header__head__right__menu__list a:hover {
	background: #e5e5e5;
}

.l-header__foot {
	background: #bb757e;
}

.l-header__foot__menu {
	display: flex;
	align-items: center;
	width: 940px;
	margin: 0 auto;
}

.l-header__foot__menu__list {
	position: relative;
	width: calc(100% / 4);
	transition: 0.3s;
}

.l-header__foot__menu__list>a {
	display: block;
	color: white;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
}

.l-header__foot__menu__list__children {
	position: absolute;
	top: 50px;
	left: 0;
	min-width: 210px;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}

.l-header__foot__menu__list__children__list:not(:last-child) {
	border-bottom: 1px solid #d1d1d1;
}

.l-header__foot__menu__list__children__list a {
	display: block;
	padding-left: 15px;
	line-height: 50px;
	font-size: 14px;
	color: #646464;
	background: #e2e2e2;
}

.l-header__foot__menu__list__children__list a:hover {
	text-decoration: underline;
}

.l-header__foot__menu__list:hover {
	background: #003b86;
}

.l-header__foot__menu__list:hover .l-header__foot__menu__list__children {
	pointer-events: auto;
	opacity: 1;
}

.l-header__foot__menu__list.plus>a::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	background-image: url(./img/common/plus.png);
	transform: translate(5px, -5px);
}

.l-header__sp {
	display: none;
}

@media only screen and (max-width: 960px) {
	.l-header {
		transition: 0.3s;
	}
	.l-header__head,
	.l-header__foot {
		display: none;
	}
	.l-header__sp {
		display: block;
	}
	.l-header__sp__head {
		position: relative;
		display: flex;
		align-items: center;
		height: 50px;
		padding: 0 10px;
		background: transparent;
		transition: 0.3s;
	}
	.l-header__sp__head::after {
		content: "";
		position: absolute;
		top: 24px;
		width: 30px;
		height: 3px;
		background: white;
		pointer-events: none;
		transition: 0.3s;
  }
  .company .l-header__sp__head::after {
    content: initial;
  }
	.l-header__sp__head__left {
		transition: 0.3s;
	}
	.l-header__sp__head__left img {
		display: block;
		width: 115px;
	}
	.l-header__sp__head__right {
		position: relative;
		width: 25px;
		height: 19px;
	}
	.l-header__sp__head__right::before,
	.l-header__sp__head__right::after {
		content: "";
		position: absolute;
		top: 0;
		width: 30px;
		height: 3px;
		background: white;
		pointer-events: none;
		transition: 0.3s;
	}
	.l-header__sp__head__right::after {
		top: 16px;
	}
	.l-header__sp__foot {
		display: none;
		height: calc(100vh - 40px);
		overflow: scroll !important;
		background: #bb7a82;
	}
	.l-header__sp__foot__main {
		display: flex;
		flex-wrap: wrap;
	}
	.l-header__sp__foot__main__list {
		position: relative;
		overflow: hidden;
		width: 50%;
		background: #f7f7f7;
		border-top: 1px solid #333333;
	}
	.l-header__sp__foot__main__list::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		border-top: calc(45px / 2) solid white;
		border-right: 25vw solid transparent;
		border-bottom: calc(45px / 2) solid transparent;
		border-left: 25vw solid white;
		pointer-events: none;
	}
	.l-header__sp__foot__main__list:nth-of-type(2n - 1) {
		border-right: 1px solid #333333;
	}
	.l-header__sp__foot__main__list a {
		position: relative;
		display: block;
		text-align: center;
		line-height: 45px;
		font-size: 12px;
		font-weight: bold;
		color: #d670a8;
	}
	.l-header__sp__foot__sub {
		background: #333333;
	}
	.l-header__sp__foot__sub__list {
		position: relative;
	}
	.l-header__sp__foot__sub__list:last-child:after {
		content: "";
		position: absolute;
		top: 23px;
		right: 18px;
		width: 13px;
		height: 13px;
		border-top: 2px solid #999999;
		border-right: 2px solid #999999;
		transform: rotate(45deg);
	}
	.l-header__sp__foot__sub__list__button {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 60px;
	}
	.l-header__sp__foot__sub__list__button::before,
	.l-header__sp__foot__sub__list__button::after {
		content: "";
		position: absolute;
		top: 30px;
		right: 10px;
		width: 20px;
		height: 2px;
		background: white;
		transition: 0.3s;
	}
	.l-header__sp__foot__sub__list__button::after {
		transform: rotate(90deg);
	}
	.l-header__sp__foot__sub__list>a {
		display: block;
		padding-left: 15px;
		line-height: 60px;
		font-size: 15px;
		color: white;
		border-bottom: 1px solid white;
	}
	.l-header__sp__foot__sub__list__children {
		display: none;
	}
	.l-header__sp__foot__sub__list__children__list {
		position: relative;
	}
	.l-header__sp__foot__sub__list__children__list::after {
		content: "";
		position: absolute;
		top: 19px;
		right: 18px;
		width: 13px;
		height: 13px;
		border-top: 2px solid #999999;
		border-right: 2px solid #999999;
		transform: rotate(45deg);
	}
	.l-header__sp__foot__sub__list__children__list a {
		display: block;
		padding-left: 30px;
		line-height: 50px;
		font-size: 12px;
		font-weight: bold;
		color: white;
		border-bottom: 1px solid #424242;
	}
	.l-header__sp__foot__sub__list__children__list:last-child a {
		border-color: white;
	}
	.l-header__sp__foot__sub__list.on .l-header__sp__foot__sub__list__button::after {
		opacity: 0;
	}
	.l-header__sp-white {
		background-color: rgb(187, 117, 126);
    	border-bottom: 1px solid #f6f6f6;
	}
}

/**/

.l-wrapper {
	padding: 70px 0 40px 0;
}

/*.l-wrapper.col2 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		width: 940px;
		margin: 0 auto;
	}*/

/*.l-wrapper.col2 .l-wrapper__content {
    display: block;
    width: calc(50% - 10px);
}*/

@media only screen and (max-width: 960px) {
	/*.l-wrapper.col2 {
            display: block;
            width: 100%;
        }
        .l-wrapper.col2 .l-wrapper__content {
            width: 100%;
        }*/
}

@media only screen and (max-width: 960px) {
	.l-wrapper {
		padding: 30px 0 15px 0;
	}
}

/**/
.c-container {
  width: 940px;
}

.c-breadCrumb {
	position: relative;
	background: #e9e9e9;
}

.c-breadCrumb::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50vw - 470px);
	height: 30px;
	background: #b1b1b1;
}

.c-breadCrumb__wrapper {
	display: flex;
	width: 940px;
	margin: 0 auto;
}

.c-breadCrumb__wrapper__list {
	position: relative;
	padding: 0 20px;
	line-height: 30px;
	font-size: 12px;
}

.c-breadCrumb__wrapper__list::after {
	content: "";
	position: absolute;
	top: 13px;
	right: 1px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #939393;
	border-right: 1px solid #939393;
	transform: rotate(45deg);
}

.c-breadCrumb__wrapper__list a:hover {
	text-decoration: underline;
}

.c-breadCrumb__wrapper__list:first-child {
	width: 35px;
	padding: 0;
	font-size: 18px;
	background: #b1b1b1;
}

.c-breadCrumb__wrapper__list:first-child::after {
	display: none;
}

.c-breadCrumb__wrapper__list:first-child a {
	color: white;
}

.c-breadCrumb__wrapper__list:last-child {
	opacity: 0.5;
}

.c-breadCrumb__wrapper__list:last-child::after {
	display: none;
}

@media only screen and (max-width: 960px) {
  .c-container {
    width: 90%;
  }

	.c-breadCrumb__wrapper {
		width: 100%;
	}
	.c-breadCrumb__wrapper__list {
		max-width: 24px;
		margin-left: 10px;
		padding: 0;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.c-breadCrumb__wrapper__list:first-child {
		max-width: 30px;
		margin: 0;
		text-align: center;
	}
	.c-breadCrumb__wrapper__list:last-child {
		max-width: none;
	}
}

/**/

.c-button {
	position: relative;
	overflow: hidden;
	width: 300px;
	margin: 20px auto 0 auto;
	background: #d670a8;
	border-radius: 3px;
	transition: 0.3s;
}

.c-button p {
	position: relative;
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: white;
}

.c-button:hover {
	background: #003b75;
}

.c-button__sp {
	display: none;
}
/*.c-button.black {
		position: relative;
		overflow: hidden;
		background: #333333;
	}
	.c-button.black::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		border-top: 30px solid #4e4e4e;
		border-right: 150px solid transparent;
		border-bottom: 30px solid transparent;
		border-left: 150px solid #4e4e4e;
		pointer-events: none;
	}*/

@media only screen and (max-width: 960px) {
	.c-button__sp {
		display: block;
	}
	#m-fixed__button {
		display: none;
	}
	.c-button__sp.fixed {
		position: fixed;
		bottom: 0;
		width: 100% !important;
		height: 10%;
		border-radius: unset;
		z-index: 550;
	}
	.c-button__sp.fixed .c-button {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
		color: #fff;
		margin: 0;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		border-radius: unset;
	}
}
@media only screen and (max-width: 350px) {
	.c-button__sp.fixed .c-button {
		font-size: 18px;
	}
}

/**/

/*.c-diagram {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 60px;
    padding-bottom: 30px;
}
.c-diagram__left {
    margin: 0 10px;
}
.c-diagram__left img {
    display: block;
}
.c-diagram__right {
    margin: 0 10px;
    font-size: 12px;
    line-height: 1.6;
}*/

@media only screen and (max-width: 960px) {
	/*.c-diagram {
            display: block;
            max-width: calc(100% - 40px);
            margin: 25px auto 0 auto;
            padding-bottom: 10px;
        }
        .c-diagram__left {
            width: 100%;
            margin: 0;
        }
        .c-diagram__left img {
            max-width: 100%;
            margin: 0 auto;
        }
        .c-diagram__right {
            width: 100%;
            margin: 10px 0 0 0;
        }*/
}

/**/

.c-heading {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #d670a8;
}

@media only screen and (max-width: 960px) {
	.c-heading {
		font-size: 20px;
	}
}

/**/

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

.c-heading1__main {
	font-size: 34px;
	font-weight: bold;
}

.c-heading1__sub {
	margin-top: 10px;
	font-size: 14px;
}

@media only screen and (max-width: 960px) {
	.c-heading1__main {
		font-size: 24px;
	}
	.c-heading1__sub {
		font-size: 12px;
	}
}

/**/

.c-heading2 {
	width: 940px;
	margin: 70px auto 40px auto;
	padding: 50px 0 0 40px;
	font-size: 26px;
	line-height: 1.6;
	border-left: 2px solid #d670a8;
}

@media only screen and (max-width: 960px) {
	.c-heading2 {
		width: calc(100% - 40px);
		margin: 30px auto 20px auto;
		padding: 30px 0 0 20px;
		font-size: 20px;
	}
}

/**/

.c-heading3 {
	width: 880px;
	margin: 40px auto 0 auto;
	font-size: 26px;
	line-height: 1.6;
}

@media only screen and (max-width: 960px) {
	.c-heading3 {
		width: calc(100% - 40px);
		margin: 30px auto 20px auto;
		font-size: 20px;
	}
}

/**/

.c-heading4 {
	margin-top: 40px;
	text-align: center;
	font-size: 26px;
	line-height: 1.6;
}

@media only screen and (max-width: 960px) {
	.c-heading4 {
		margin: 30px auto 20px auto;
		font-size: 20px;
	}
}

/**/

.c-heading5 {
	width: 880px;
	margin: 40px auto 0 auto;
	font-size: 18px;
	font-weight: bold;
}

@media only screen and (max-width: 960px) {
	.c-heading5 {
		width: calc(100% - 40px);
	}
}

/**/

.c-image {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	padding-bottom: 30px;
}

.c-image__wrapper img {
	max-width: 800px;
	display: block;
	margin: 0 auto;
	object-fit: cover;
}

.c-image__wrapper__paragraph {
	margin-top: 15px;
	font-size: 12px;
	line-height: 1.6;
}

.c-image.list .c-image__wrapper {
	width: 280px;
	margin: 0 20px;
}

.c-image.list .c-image__wrapper__paragraph {
	font-size: 15px;
}

.c-image__wrapper-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 960px) {
	.c-image.list {
		display: block;
	}
	.c-image.list .c-image__wrapper {
		width: 100%;
		margin: 25px 0 0 0;
	}
	.c-image.list .c-image__wrapper__paragraph {
		font-size: 14px;
		padding: 0 10px;
  }

  .c-image__wrapper-m {
    font-size: 15px;
  }
}

/**/

.c-image.caption {
	width: 735px;
	margin: 50px auto 0 auto;
	justify-content: flex-start;
}

.c-image.caption .c-image__wrapper:last-child {
	margin-left: 20px;
	padding-top: 22px;
}

.c-image.caption .c-image__wrapper__heading {
	font-size: 18px;
	font-weight: bold;
}

.c-image.caption .c-image__wrapper__paragraph {
	font-size: 15px;
}

@media only screen and (max-width: 960px) {
	.c-image.caption {
		display: block;
		width: calc(100% - 40px);
		margin-top: 25px;
		padding: 0;
	}
	.c-image.caption .c-image__wrapper {
		position: relative;
	}
	.c-image.caption .c-image__wrapper img {
		width: 70px;
		height: 70px;
		margin: 0;
	}
	.c-image.caption .c-image__wrapper:last-child {
		margin: 0;
		padding: 0;
	}
	.c-image.caption .c-image__wrapper__heading {
		position: absolute;
		top: -55px;
		right: 0;
		width: calc(100% - 75px);
		line-height: 1.6;
	}
	.c-image.caption .c-image__wrapper__paragraph {
		margin-top: 10px;
		font-size: 14px;
	}
}

/**/

.c-image.col2 {
	justify-content: space-around;
	width: 940px;
	margin: 50px auto 0 auto;
}

.c-image.col2 .c-image__wrapper__heading {
	width: 440px;
	font-size: 22px;
	font-weight: bold;
}

.c-image.col2 .c-image__wrapper__paragraph {
	width: 530px;
	font-size: 15px;
}

@media only screen and (max-width: 960px) {
	.c-image.col2 {
		flex-wrap: wrap;
		width: calc(100% - 40px);
		margin: 25px auto 0 auto;
	}
	.c-image.col2 .c-image__wrapper {
		width: 100%;
	}
	.c-image.col2 .c-image__wrapper__heading {
		width: 100%;
		margin-top: 30px;
	}
	.c-image.col2 .c-image__wrapper__paragraph {
		width: 100%;
		margin-top: 10px;
	}
}

/**/

@media only screen and (max-width: 960px) {
	.c-image.right .c-image__wrapper:first-child {
		order: 1;
	}
}

/**/

@media only screen and (max-width: 960px) {
	.c-image {
		width: calc(100% - 40px);
		margin: 25px auto 0 auto;
		padding-bottom: 10px;
	}
	.c-image__wrapper img {
    max-width: 100%;
    height: auto;
	}
	.c-image__wrapper__paragraph {
		margin-top: 5px;
	}
}

/**/

.c-label {
	width: 880px;
	margin: 10px auto 0 auto;
}

.c-label__list {
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
}

.c-label__list:not(:last-child) {
	border-bottom: 1px solid #cbcbcb;
}

.c-label__list__title {
	min-width: 80px;
	margin-right: 20px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	background: #e9e9e9;
	border-radius: 3px;
}

.c-label__list__title_nobg {
	width: 180px;
	margin-right: 20px;
	line-height: 24px;
	font-size: 14px;
}

.c-label__list__description {
	font-size: 15px;
	line-height: 1.6;
}

@media only screen and (max-width: 960px) {
	.c-label {
		width: calc(100% - 40px);
	}
	.c-label .c-label__list {
		display: block;
	}
	.c-label .c-label__list__title {
		width: 80px;
	}
	.c-label .c-label__list__description {
		margin-top: 5px;
		font-size: 14px;
	}
}

/**/

.c-paragraph {
	width: 940px;
	margin: 20px auto 0 auto;
	font-size: 15px;
	line-height: 1.6;
}

.c-paragraph a {
	text-decoration: underline;
}

.c-paragraph a:hover {
	text-decoration: none;
}

.c-paragraph span {
	font-weight: bold;
}

.c-paragraph__list {
	margin-top: 5px;
}

.c-paragraph.q {
	color: #d670a8;
}

.c-paragraph.small {
	width: 880px;
}

@media only screen and (max-width: 960px) {
	.c-paragraph.small {
		width: calc(100% - 40px);
	}
}

/**/

.c-paragraph.blue {
	margin-top: 30px;
	text-align: center;
	line-height: 40px;
	color: white;
	background: #d670a8;
}

@media only screen and (max-width: 960px) {
	.c-paragraph.blue {
		width: calc(100% - 90px);
	}
}

/**/

.c-paragraph.caution {
	font-weight: bold;
	font-style: oblique;
}

@media only screen and (max-width: 960px) {
	.c-paragraph.caution {
		font-weight: normal;
		font-style: normal;
	}
}

/**/

.c-paragraph.link {
	position: relative;
	margin: 5px auto 0 auto;
	padding-left: 15px;
	font-weight: bold;
}

.c-paragraph.link::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	transform: rotate(45deg);
}

.c-paragraph.link a {
	text-decoration: none;
}

.c-paragraph.link a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 960px) {
	.c-paragraph.link {
		margin-top: 10px;
		padding: 0;
	}
	.c-paragraph.link::before {
		top: calc(50% - 4px);
		left: auto;
		right: 10px;
	}
	.c-paragraph.link a {
		display: block;
		padding: 10px 0;
		text-align: center;
		font-weight: normal;
		border: 1px solid #333333;
	}
	.c-paragraph.link span {
		font-size: 17px;
		color: #d670a8;
	}
}

/**/

.c-paragraph.wrap {
	padding: 30px;
	background: #f5f5f5;
}

.c-paragraph.wrap .c-paragraph__list {
	position: relative;
	padding-left: 20px;
}

.c-paragraph.wrap .c-paragraph__list i {
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal;
}

@media only screen and (max-width: 960px) {
	.c-paragraph.wrap {
		width: calc(100% - 10px);
		padding: 5vw;
	}
}

/**/

@media only screen and (max-width: 960px) {
	.c-paragraph.toggle {
		margin: 0 auto;
		color: #d670a8;
		font-weight: bold;
		text-align: center;
		line-height: 50px;
	}
}

@media only screen and (max-width: 960px) {
	.c-paragraph {
		width: calc(100% - 40px);
		font-size: 14px;
	}
}

/* table*/

.c-table {
	background-color: #fff;
	font-size: 15px;
	width: 940px;
	margin: 30px auto 0;
	border-collapse: collapse;
}

.c-table th {
	background: #e6e6e6;
	color: #d0659e;
	height: 30px;
	padding-left: 15px;
	vertical-align: middle;
	text-align: left;
	font-weight: 300;
	font-size: 24px;
	border-left: 2px solid #d0659e;
	padding-top: 10px;
	padding-bottom: 10px;
}

.c-table td.c-td1 {
	color: #696969;
	font-size: 15px;
}

.c-table td:first-child {
	background: #f5f5f5;
	width: 25%;
}

.c-table td {
	padding: 20px 15px 20px 15px;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

.c-table a {
	cursor: pointer;
	color: #ec90c3;
}

@media only screen and (max-width: 960px) {
	.c-table {
		width: 90%;
		margin: 0 20px;
	}
}

@media only screen and (max-width: 480px) {
	.c-table {
		font-size: 13px;
		width: 90%;
		margin: 20px;
		border-spacing: 0;
	}
	.c-table th {
		background: #e6e6e6;
		color: #d0659e;
		height: 30px;
		padding-left: 15px;
		vertical-align: middle;
		text-align: left;
		font-weight: 500;
		font-size: 18px;
		border-left: 2px solid #d0659e;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.c-table td:first-child {
		background: #f5f5f5;
		width: 90px;
	}
	.c-table td.c-td1 {
		color: #696969;
		font-size: 13px;
	}
	.c-table td {
		padding: 10px;
		border-bottom: 1px solid #cecece;
	}
}

/**/

.c-qa {
	width: 940px;
	margin: 30px auto 0 auto;
	padding-bottom: 10px;
	border-bottom: 2px solid #d670a8;
}

.c-qa__link {
  margin-top: -140px;
  padding-top: 140px;
}

.c-qa__question {
	position: relative;
	padding-left: 30px;
	line-height: 45px;
	font-size: 18px;
	color: white;
	background: #a18e5c;
}

.c-qa__question::before {
	content: "Q";
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 18px;
	color: white;
}

.c-qa__answer {
	position: relative;
	margin-top: 10px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 1.6;
	color: #d670a8;
}

.c-qa__answer span {
	font-weight: bold;
}

.c-qa__answer::before {
	content: "A";
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 16px;
	color: #d670a8;
}

@media only screen and (max-width: 960px) {
	.c-qa {
		width: calc(100% - 40px);
	}
	.c-qa .c-qa__question {
		padding: 10px;
		text-align: center;
		line-height: 1.6;
		font-size: 14px;
	}
	.c-qa .c-qa__question span {
		font-size: 17px;
	}
	.c-qa .c-qa__question::before {
		display: inline-block;
		position: initial;
		font-size: 17px;
	}
	.c-qa .c-qa__answer {
		margin: 0;
		padding-top: 35px;
		padding-left: 0;
		text-align: center;
		font-size: 14px;
	}
	.c-qa .c-qa__answer::before {
		font-size: 17px;
		top: 7px;
		left: calc(50% - 5px);
		font-weight: bold;
  }

  .c-qa__link {
    margin-top: -60px;
    padding-top: 60px;
  }
}

/*.c-toggle__foot {
		display: block;
	}*/

.c-toggle.on .c-toggle__head::after {
	opacity: 0;
}

@media only screen and (max-width: 960px) {
	.c-toggle {
		width: calc(100% - 10px);
		margin: 0 auto;
		border-top: 1px solid #cbcbcb;
	}
	.c-toggle .c-toggle__head {
		position: relative;
	}
	.c-toggle .c-toggle__head::before,
	.c-toggle .c-toggle__head::after {
		content: "";
		position: absolute;
		top: calc(50% - 1px);
		right: 7px;
		width: 21px;
		height: 2px;
		background: #d670a8;
	}
	.c-toggle .c-toggle__head::after {
		transform: rotate(90deg);
		transition: 0.3s;
	}
	.c-toggle .c-toggle__foot {
		display: none;
		padding: 10px 0 20px 0;
		border-top: 1px solid #cbcbcb;
	}
}

/**/

/*.c-youtube {
    margin-top: 50px;
    padding-bottom: 30px;
}
.c-youtube iframe {
    display: block;
    margin: 0 auto;
}*/

@media only screen and (max-width: 960px) {
	/*.c-youtube {
            margin-top: 25px;
            padding-bottom: 10px;
        }
        .c-youtube iframe {
            max-width: calc(100% - 40px);
            height: 50vw;
        }*/
}

/**/

.p-interviewAuthor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 940px;
	margin: 60px auto 0 auto;
}

.p-interviewAuthor__sns {
	display: flex;
	align-items: center;
}

.p-interviewAuthor__sns__list {
	position: relative;
	overflow: hidden;
	width: 40px;
	line-height: 40px;
	margin-right: 10px;
	background: #b1b1b1;
	border-radius: 3px;
	transition: 0.3s;
}

.p-interviewAuthor__sns__list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border-top: 20px solid #bbbbbb;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #bbbbbb;
	pointer-events: none;
}

.p-interviewAuthor__sns__list a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 20px;
	color: white;
}

.p-interviewAuthor__sns__list:hover {
	opacity: 0.8;
}

.p-interviewAuthor__author {
	text-align: right;
	font-size: 15px;
}

@media only screen and (max-width: 960px) {
	.p-interviewAuthor {
		flex-wrap: wrap;
		justify-content: center;
		width: calc(100% - 40px);
		margin-top: 20px;
	}
	.p-interviewAuthor__author {
		width: 100%;
		margin-top: 25px;
		text-align: center;
		font-size: 14px;
	}
}

/**/

.p-interviewBlock {
	margin-top: 40px;
}

.p-interviewBlock__status {
	display: flex;
	justify-content: space-between;
	width: 940px;
	margin: 0 auto;
}

.p-interviewBlock__status__vol {
	width: 120px;
	padding-right: 15px;
	text-align: right;
	line-height: 30px;
	font-size: 12px;
	color: white;
	background: #d670a8;
}

.p-interviewBlock__status__vol span {
	vertical-align: bottom;
	padding-left: 5px;
	font-size: 28px;
	line-height: 40px;
}

.p-interviewBlock__status__content {
	width: 590px;
	line-height: 20px;
	font-size: 14px;
}

.p-interviewBlock__status__sns {
	display: flex;
	align-items: center;
}

.p-interviewBlock__status__sns__list {
	position: relative;
	overflow: hidden;
	width: 40px;
	margin-left: 5px;
	background: #d670a8;
	border-radius: 3px;
	transition: 0.3s;
}

.p-interviewBlock__status__sns__list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border-top: 20px solid #e387ba;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #e387ba;
	pointer-events: none;
}

.p-interviewBlock__status__sns__list a {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: white;
}

.p-interviewBlock__status__sns__list:hover {
	opacity: 0.8;
}

.p-interviewBlock__heading {
	position: relative;
	width: 780px;
	margin: 60px auto 0 auto;
	padding: 10px;
	text-align: center;
	font-size: 26px;
	line-height: 1.6;
}

.p-interviewBlock__heading.wide {
  width: 940px;
}

.p-interviewBlock__heading::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	border: 1px solid #333333;
	border-right: none;
}

.p-interviewBlock__heading::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	border: 1px solid #333333;
	border-left: none;
}

.p-interviewBlock__sub {
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.p-interviewBlock__description {
	width: 940px;
	margin: 30px auto 0 auto;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.6;
}

.p-interviewBlock__profile {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 940px;
	margin: 50px auto 0 auto;
	padding-top: 50px;
	border-top: 1px solid #cbcbcb;
}

.p-interviewBlock__profile__left {
	width: 640px;
}

.p-interviewBlock__profile__left__description {
	font-size: 15px;
	line-height: 1.6;
}

.p-interviewBlock__profile__left__description:not(:first-child) {
	margin-top: 20px;
}

.p-interviewBlock__profile__left__description span {
	font-weight: bold;
}

.p-interviewBlock__profile__left__detail {
	margin-top: 30px;
}

.p-interviewBlock__profile__left__detail__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.p-interviewBlock__profile__left__detail__list__left {
	width: 100px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: white;
	background: #b1b1b1;
}

.p-interviewBlock__profile__left__detail__list__right {
	width: calc(100% - 120px);
	font-size: 15px;
	line-height: 1.6;
}

.p-interviewBlock__profile__left__detail__list__right a {
	text-decoration: underline;
}

.p-interviewBlock__profile__left__detail__list__right a:hover {
	text-decoration: none;
}

.p-interviewBlock__profile__right {
	width: 240px;
}

.p-interviewBlock__profile__right img {
	display: block;
	max-width: 100%;
}

@media only screen and (max-width: 960px) {
	.p-interviewBlock {
		margin: 20px auto 0 auto;
		width: calc(100% - 40px);
	}
	.p-interviewBlock__status {
		width: 100%;
	}
	.p-interviewBlock__status__vol {
		width: 95px;
		padding: 0;
		text-align: center;
		font-weight: bold;
		ine-height: 25px;
	}
	.p-interviewBlock__status__vol span {
		font-size: 20px;
		font-weight: normal;
		line-height: 30px;
	}
	.p-interviewBlock__status__content {
		width: calc(100% - 95px);
		padding-right: 10px;
		text-align: right;
		line-height: 30px;
		background: #e9e9e9;
	}
	.p-interviewBlock__status__sns {
		display: none;
	}
	.p-interviewBlock__author {
		margin-top: 15px;
		text-align: center;
		font-size: 15px;
		line-height: 1.6;
	}
	.p-interviewBlock__author span {
		font-weight: bold;
	}
  .p-interviewBlock__heading,
  .p-interviewBlock__heading.wide {
		width: 98%;
		margin-top: 10px;
		padding: 10px 5px;
		font-size: 17px;
	}
	.p-interviewBlock__sns {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 15px;
	}
	.p-interviewBlock__sns__list {
		position: relative;
		overflow: hidden;
		width: 40px;
		margin: 0 5px;
		background: #b1b1b1;
		border-radius: 3px;
		transition: 0.3s;
	}
	.p-interviewBlock__sns__list::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		border-top: 20px solid #bbbbbb;
		border-right: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 20px solid #bbbbbb;
		pointer-events: none;
	}
	.p-interviewBlock__sns__list a {
		position: relative;
		display: block;
		font-size: 20px;
		line-height: 40px;
		text-align: center;
		color: white;
	}
	.p-interviewBlock__sns__list:hover {
		opacity: 0.8;
	}
	.p-interviewBlock__sub {
		margin-top: 15px;
		font-size: 16px;
	}
	.p-interviewBlock__description {
		width: 100%;
		margin-top: 15px;
		font-size: 14px;
	}
	.p-interviewBlock__profile {
		flex-wrap: wrap;
		width: 100%;
		padding-top: 30px;
	}
	.p-interviewBlock__profile__left {
		width: 100%;
		margin-top: 10px;
		order: 2;
	}
	.p-interviewBlock__profile__left__description {
		font-size: 14px;
	}
	.p-interviewBlock__profile__left__detail__list {
		display: block;
		margin-bottom: 15px;
	}
	.p-interviewBlock__profile__left__detail__list__right {
		width: 100%;
		margin-top: 5px;
		font-size: 14px;
	}
	.p-interviewBlock__profile__right {
		width: 100%;
		order: 1;
	}
	.p-interviewBlock__profile__right img {
		margin: 15px auto 0 auto;
	}
	.p-interviewBlock__profile__right__heading {
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}
}

/**/

/*.p-newsField {
    position: relative;
    line-height: 40px;
    background: #e9e9e9;
}
.p-newsField::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50vw - 470px);
    height: 40px;
    background: #b1b1b1;
}
.p-newsField__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 940px;
    margin: 0 auto;
}
.p-newsField__wrapper__left {
    width: 150px;
    font-size: 12px;
    text-align: center;
    color: white;
    background: #b1b1b1;
}
.p-newsField__wrapper__center {
    width: calc(100% - 230px);
    height: 40px;
    padding-left: 40px;
    overflow: hidden;
}*/

.p-newsField__wrapper__center__news {
	transition: 0.3s;
}

.p-newsField__wrapper__center__news__list {
	display: flex;
	align-items: center;
}

.p-newsField__wrapper__center__news__list__date {
	font-size: 14px;
}

.p-newsField__wrapper__center__news__list__title {
	height: 40px;
	padding-left: 10px;
}

.p-newsField__wrapper__center__news__list__title a {
	font-size: 14px;
}

.p-newsField__wrapper__center__news__list__title a:hover {
	text-decoration: underline;
}

/*.p-newsField__wrapper__right {
		width: 80px;
	}
	.p-newsField__wrapper__right a {
		position: relative;
		display: block;
		text-align: center;
		font-size: 12px;
		color: white;
		background: #b1b1b1;
	}
	.p-newsField__wrapper__right a::after {
		content: "";
		position: absolute;
		top: 18px;
		right: 17px;
		width: 5px;
		height: 5px;
		border-top: 1px solid white;
		border-right: 1px solid white;
		transform: rotate(45deg);
	}
	.p-newsField__wrapper__right a:hover {
		text-decoration: underline;
	}*/

@media only screen and (max-width: 960px) {
	/*.p-newsField {
            display: none;
        }*/
}

/**/

.p-topAbout {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 40px;
}

.p-topAbout__list {
	display: block;
	position: relative;
	width: 300px;
	min-height: 360px;
	margin: 0 10px;
	padding: 20px;
	background: white;
	transition: 0.3s;
}

.p-topAbout__title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}
.p-topAbout__text_pink {
	color: #b36a73;
	font-weight: bold;
}

.p-topAbout__list__description {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.6;
}

.p-topAbout__list__kome {
	padding-left: 20px;
	font-size: 12px;
}

.p-topAbout__list__more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
}

.p-topAbout__list__more::after {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	transform: rotate(45deg);
}

.p-topAbout__list:hover {
	opacity: 0.8;
}

@media only screen and (max-width: 960px) {
	.p-topAbout__list {
		width: calc(100% - 10px);
		min-height: auto;
		margin: 10px auto 0 auto;
		padding: 15px;
	}
	.p-topAbout__list__description {
		margin-top: 5px;
		line-height: 1.6;
	}
	.p-topAbout__list__more {
		position: relative;
		margin-top: 10px;
		font-weight: bold;
		border: 1px solid #333333;
	}
}

/**/

.p-topCaroucel__list {
	padding: 40px 0;
	text-align: center;
	color: white;
	background-size: cover;
	background-position: center;
	background-image: url(./img/index/bg_topCaroucel1.jpg);
}

.p-topCaroucel__list__logo img {
	display: block;
	margin: 0 auto 0 auto;
}

.p-topCaroucel__list__sub {
	margin-top: 10px;
	font-size: 13px;
}

.p-topCaroucel__list__title {
	margin-top: 20px;
	font-size: 40px;
	line-height: 1.6;
}

.p-topCaroucel__list__title strong {
	font-weight: normal;
}

.p-topCaroucel__list__button {
	position: relative;
	overflow: hidden;
	width: 300px;
	margin: 0 auto;
	margin-top: 30px;
	transition: 0.3s;
}

.p-topCaroucel__list__button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border-top: 31px solid rgba(255, 255, 255, 0.2);
	border-right: 150px solid transparent;
	border-bottom: 31px solid transparent;
	border-left: 150px solid rgba(255, 255, 255, 0.2);
	pointer-events: none;
}

.p-topCaroucel__list__button a {
	position: relative;
	display: block;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	color: white;
	border: 2px solid white;
	border-radius: 3px;
}

.p-topCaroucel__list__button:hover {
	background: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 960px) {
	.p-topCaroucel__list {
		padding: 20px 0;
		background-image: url(./img/index/bg_topCaroucel1_sp.jpg);
		background-position: top center;
	}
	.p-topCaroucel__list__logo img {
		width: 110px;
	}
	.p-topCaroucel__list__sub {
		margin-top: 15px;
	}
	.p-topCaroucel__list__title {
		margin-top: 10px;
		font-size: 15px;
		font-weight: bold;
	}
	.p-topCaroucel__list__button {
		display: none;
	}
}

/**/

.p-topEntry {
	padding: 40px 0;
	text-align: center;
	color: white;
	background: #d670a8;
}

.p-topEntry__title {
	margin-bottom: 30px;
	font-size: 40px;
}

.p-topEntry__title strong {
	font-weight: normal;
}

.p-topEntry__description {
	font-size: 18px;
}

.p-topEntry__button {
	position: relative;
	overflow: hidden;
	width: 300px;
	margin: 20px auto 0 auto;
	border: 2px solid white;
	border-radius: 3px;
	transition: 0.3s;
}

.p-topEntry__button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border-top: 31px solid #195da1;
	border-right: 150px solid transparent;
	border-bottom: 31px solid transparent;
	border-left: 150px solid #195da1;
	pointer-events: none;
}

.p-topEntry__button a {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
	color: white;
}

.p-topEntry__button:hover {
	background: #003b75;
}

@media only screen and (max-width: 960px) {
	.p-topEntry {
		padding: 20px 0 15px 0;
	}
	.p-topEntry__title {
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 1.6;
	}
	.p-topEntry__description {
		font-size: 11px;
		font-weight: bold;
		line-height: 1.6;
	}
	.p-topEntry__description.large {
		font-size: 18px;
	}
}

/**/

.p-topPickup__detail {
	position: relative;
	height: 210px;
	margin-top: 40px;
}

.p-topPickup__detail__list {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: 210px;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s;
}

/*
	.p-topPickup__detail__list__left {
		width: 210px;
		height: 210px;
		background-size: 90%;
		background-repeat: no-repeat;
		background-position: center;
		border: 2px solid #e9e9e9;
	}
	.p-topPickup__detail__list__right {
		width: calc(100% - 210px);
	}
	.p-topPickup__detail__list__right__head {
		display: flex;
		line-height: 30px;
	}
	.p-topPickup__detail__list__right__head__category {
		width: 140px;
		text-align: center;
		font-size: 12px;
		color: white;
		background: #b1b1b1;
	}
	.p-topPickup__detail__list__right__head__date {
		width: calc(100% - 80px);
		padding-left: 15px;
		font-size: 14px;
		background: #e9e9e9;
	}
	.p-topPickup__detail__list__right__body {
		height: 180px;
		padding: 20px;
		background: #f5f5f5;
	}
	.p-topPickup__detail__list__right__body__title {
		line-height: 1.6;
		font-size: 15px;
		font-weight: bold;
	}
	.p-topPickup__detail__list__right__body__title a:hover {
		text-decoration: underline;
	}
	.p-topPickup__detail__list__right__body__kome {
		margin-top: 10px;
		font-size: 14px;
	}*/

.p-topPickup__detail__list.on {
	pointer-events: auto;
	opacity: 1;
}

.p-topPickup__detail__list.on:hover {
	opacity: 0.8;
}

.p-topPickup__index {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 14px;
}

.p-topPickup__index__list {
	width: 140px;
	height: 140px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center;
	border: 2px solid #e9e9e9;
	cursor: pointer;
	transition: 0.3s;
}

.p-topPickup__index__list.on {
	border-color: #d670a8;
}

@media only screen and (max-width: 960px) {
	.p-topPickup__detail {
		width: calc(100% - 10px);
		height: 100px;
		margin: 15px auto 0 auto;
	}
	.p-topPickup__detail__list {
		width: 100%;
		height: 100%;
	}
	.p-topPickup__detail__list__left {
		width: 100px;
		height: 100px;
	}
	.p-topPickup__detail__list__right {
		width: calc(100% - 100px);
	}
	.p-topPickup__detail__list__right__head__category {
		font-size: 11px;
	}
	.p-topPickup__detail__list__right__head__date {
		font-size: 11px;
	}
	.p-topPickup__detail__list__right__body {
		height: 70px;
		padding: 10px;
	}
	.p-topPickup__detail__list__right__body__title {
		font-size: 12px;
	}
	.p-topPickup__detail__list__right__body__kome {
		display: none;
	}
	.p-topPickup__index {
		width: calc(100% - 10px);
		margin: 20px auto 0 auto;
	}
	.p-topPickup__index__list {
		width: calc(100vw / 3 - 10px);
		height: calc(100vw / 3 - 10px);
	}
}

/* _align.scss - utility
====================================================================== */

/* Text
-------------------- */

.u-ta-l {
	text-align: left !important;
}

.u-ta-c {
	text-align: center !important;
}

.u-ta-r {
	text-align: right !important;
}

/* Vertical
-------------------- */

.u-va-t {
	vertical-align: top !important;
}

.u-va-m {
	vertical-align: middle !important;
}

.u-va-b {
	vertical-align: bottom !important;
}

/* _clearfix.scss - utility
====================================================================== */

/* Clearfix
-------------------- */

.u-cf::after {
	content: "";
	display: block;
	clear: both;
}

.u-c-h {
	color: #d670a8 !important;
}

.u-c-g {
	color: #f5f5f5 !important;
}

.u-c-b {
	color: #333333 !important;
}

.u-c-n {
	color: #888 !important;
}

.u-c-c {
	color: green !important;
}

.u-c-e {
	color: red !important;
}

.u-c-w {
	color: white !important;
}

.u-c-f {
	color: #3b5998 !important;
}

.u-c-t {
	color: #55acee !important;
}

.u-td-n {
	text-decoration: none !important;
}

.u-td-u {
	text-decoration: underline !important;
}

@media only screen and (min-width: 960px) {
	.u-pc-hide {
		display: none !important;
	}
}

@media only screen and (max-width: 960px) {
	.u-sp-hide {
		display: none !important;
	}
}

.u-lh-20 {
	line-height: 1.2 !important;
}

.u-lh-40 {
	line-height: 1.4 !important;
}

.u-lh-60 {
	line-height: 1.6 !important;
}

.u-lh-80 {
	line-height: 1.8 !important;
}

.u-lh-100 {
	line-height: 2 !important;
}

/* _margin.scss - utility
====================================================================== */

/* Margins
-------------------- */

/* Auto */

.u-ma {
	margin: 0 auto !important;
}

/* All */

.u-m-0 {
	margin: 0 !important;
}

.u-m-3 {
	margin: 3px !important;
}

.u-m-5 {
	margin: 5px !important;
}

.u-m-10 {
	margin: 10px !important;
}

.u-m-15 {
	margin: 15px !important;
}

.u-m-20 {
	margin: 20px !important;
}

.u-m-25 {
	margin: 25px !important;
}

.u-m-30 {
	margin: 30px !important;
}

.u-m-50 {
	margin: 50px !important;
}

/* Top */

.u-mt-0 {
	margin-top: 0 !important;
}

.u-mt-3 {
	margin-top: 3px !important;
}

.u-mt-5 {
	margin-top: 5px !important;
}

.u-mt-6 {
	margin-top: 6px !important;
}

.u-mt-7 {
	margin-top: 7px !important;
}

.u-mt-10 {
	margin-top: 10px !important;
}

.u-mt-15 {
	margin-top: 15px !important;
}

.u-mt-20 {
	margin-top: 20px !important;
}

.u-mt-25 {
	margin-top: 25px !important;
}

.u-mt-30 {
	margin-top: 30px !important;
}

.u-mt-35 {
	margin-top: 35px !important;
}

.u-mt-40 {
	margin-top: 40px !important;
}

.u-mt-50 {
	margin-top: 50px !important;
}

.u-mt-55 {
	margin-top: 55px !important;
}

.u-mt-60 {
	margin-top: 60px !important;
}

.u-mt-70 {
	margin-top: 70px !important;
}

.u-mt-80 {
	margin-top: 80px !important;
}

.u-mt-100 {
	margin-top: 100px !important;
}

/* Right */

.u-mr-0 {
	margin-right: 0 !important;
}

.u-mr-3 {
	margin-right: 3px !important;
}

.u-mr-5 {
	margin-right: 5px !important;
}

.u-mr-10 {
	margin-right: 10px !important;
}

.u-mr-15 {
	margin-right: 15px !important;
}

.u-mr-20 {
	margin-right: 20px !important;
}

.u-mr-25 {
	margin-right: 25px !important;
}

.u-mr-30 {
	margin-right: 30px !important;
}

.u-mr-40 {
	margin-right: 40px !important;
}

/* Bottom */

.u-mb-0 {
	margin-bottom: 0 !important;
}

.u-mb-3 {
	margin-bottom: 3px !important;
}

.u-mb-5 {
	margin-bottom: 5px !important;
}

.u-mb-8 {
	margin-bottom: 8px !important;
}

.u-mb-10 {
	margin-bottom: 10px !important;
}

.u-mb-15 {
	margin-bottom: 15px !important;
}

.u-mb-20 {
	margin-bottom: 20px !important;
}

.u-mb-25 {
	margin-bottom: 25px !important;
}

.u-mb-30 {
	margin-bottom: 30px !important;
}

.u-mb-50 {
	margin-bottom: 50px !important;
}

.u-mb-60 {
	margin-bottom: 60px !important;
}

.u-mb-100 {
	margin-bottom: 100px !important;
}

/* Left */

.u-ml-0 {
	margin-left: 0 !important;
}

.u-ml-3 {
	margin-left: 3px !important;
}

.u-ml-5 {
	margin-left: 5px !important;
}

.u-ml-10 {
	margin-left: 10px !important;
}

.u-ml-15 {
	margin-left: 15px !important;
}

.u-ml-20 {
	margin-left: 20px !important;
}

.u-ml-25 {
	margin-left: 25px !important;
}

.u-ml-30 {
	margin-left: 30px !important;
}

.u-o-0 {
	opacity: 0 !important;
}

.u-o-6 {
	opacity: 0.6 !important;
}

/* _padding.scss - utility
====================================================================== */

/* Paddings
-------------------- */

/* All */

.u-p-0 {
	padding: 0 !important;
}

.u-p-3 {
	padding: 3px !important;
}

.u-p-5 {
	padding: 5px !important;
}

.u-p-10 {
	padding: 10px !important;
}

.u-p-15 {
	padding: 15px !important;
}

.u-p-20 {
	padding: 20px !important;
}

.u-p-25 {
	padding: 25px !important;
}

.u-p-30 {
	padding: 30px !important;
}

/* Top */

.u-pt-0 {
	padding-top: 0 !important;
}

.u-pt-3 {
	padding-top: 3px !important;
}

.u-pt-5 {
	padding-top: 5px !important;
}

.u-pt-10 {
	padding-top: 10px !important;
}

.u-pt-15 {
	padding-top: 15px !important;
}

.u-pt-20 {
	padding-top: 20px !important;
}

.u-pt-25 {
	padding-top: 25px !important;
}

.u-pt-30 {
	padding-top: 30px !important;
}

.u-pt-50 {
	padding-top: 50px !important;
}

.u-pt-60 {
	padding-top: 60px !important;
}

/* Right */

.u-pr-0 {
	padding-right: 0 !important;
}

.u-pr-3 {
	padding-right: 3px !important;
}

.u-pr-5 {
	padding-right: 5px !important;
}

.u-pr-10 {
	padding-right: 10px !important;
}

.u-pr-15 {
	padding-right: 15px !important;
}

.u-pr-20 {
	padding-right: 20px !important;
}

.u-pr-25 {
	padding-right: 25px !important;
}

.u-pr-30 {
	padding-right: 30px !important;
}

.u-pr-35 {
	padding-right: 35px !important;
}

/* Bottom */

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

.u-pb-5 {
	padding-bottom: 5px !important;
}

.u-pb-10 {
	padding-bottom: 10px !important;
}

.u-pb-15 {
	padding-bottom: 15px !important;
}

.u-pb-20 {
	padding-bottom: 20px !important;
}

.u-pb-25 {
	padding-bottom: 25px !important;
}

.u-pb-30 {
	padding-bottom: 30px !important;
}

.u-pb-50 {
	padding-bottom: 50px !important;
}

.u-pb-70 {
	padding-bottom: 70px !important;
}

.u-pb-80 {
	padding-bottom: 80px !important;
}

.u-pb-100 {
	padding-bottom: 100px !important;
}

/* Left */

.u-pl-0 {
	padding-left: 0 !important;
}

.u-pl-5 {
	padding-left: 5px !important;
}

.u-pl-10 {
	padding-left: 10px !important;
}

.u-pl-15 {
	padding-left: 15px !important;
}

.u-pl-20 {
	padding-left: 20px !important;
}

.u-pl-25 {
	padding-left: 25px !important;
}

.u-pl-30 {
	padding-left: 30px !important;
}

.u-pl-35 {
	padding-left: 35px !important;
}

/* _size.scss - utility
====================================================================== */

/* Sizes
-------------------- */

.u-fs-10 {
	font-size: 10px !important;
}

.u-fs-11 {
	font-size: 11px !important;
}

.u-fs-12 {
	font-size: 12px !important;
}

.u-fs-13 {
	font-size: 13px !important;
}

.u-fs-14 {
	font-size: 14px !important;
}

.u-fs-15 {
	font-size: 15px !important;
}

.u-fs-16 {
	font-size: 16px !important;
}

.u-fs-17 {
	font-size: 17px !important;
}

.u-fs-18 {
	font-size: 18px !important;
}

.u-fs-19 {
	font-size: 19px !important;
}

.u-fs-20 {
	font-size: 20px !important;
}

.u-fs-21 {
	font-size: 21px !important;
}

.u-fs-22 {
	font-size: 22px !important;
}

.u-fs-24 {
	font-size: 24px !important;
}

.u-fs-26 {
	font-size: 26px !important;
}

.u-fs-28 {
	font-size: 28px !important;
}

.u-fs-30 {
	font-size: 30px !important;
}

.u-fs-36 {
	font-size: 36px !important;
}

.u-fs-40 {
	font-size: 40px !important;
}

.u-ws-n {
	white-space: nowrap;
}

/*追記*/

.intv-fujioka {
	width: 200px;
}

.c-label__list.nobd {
	padding: 5px 0;
}

.c-label__list.nobd:not(:last-child) {
	border-bottom: none;
}

.c-image.col3 {
	justify-content: space-between;
	width: 660px;
	margin: 50px auto 0 auto;
}

.c-label__list__description iframe {
	margin-top: 10px;
	width: 600px;
	height: 400px;
}

.job_offer-template-default .c-image.col2.left,
.job_offer-template-default .c-image.col2.right {
	margin: 0 auto;
	padding: 0;
	position: relative;
	justify-content: space-around;
}

.job_offer-template-default .c-image.col2 .c-image__wrapper.imgBox {
	width: 420px;
	height: 280px;
	background-repeat: no-repeat;
	background-size: cover;
}

/*
.job_offer-template-default .c-image.col2.left, .job_offer-template-default .c-image.col2.right {
	margin: 0 auto ;
	padding: 0;
	position: relative;
}
.job_offer-template-default .c-image.col2.right .c-image__wrapper.imgBox {
	margin-left: 20px;
}
.job_offer-template-default .c-image.col2 .c-image__wrapper.imgBox img {
	width: 452px;
	height: 262px;
	object-fit: contain;
}

.job_offer-template-default .c-image.col2.left .c-image__wrapper.imgBox {
	margin-right: 20px;
}
*/

@media only screen and (max-width: 960px) {
	.intv-fujioka {
		width: 100%;
	}
	.u-pl-20 {
		padding-left: 0px !important;
	}
	.c-image.col2.left .c-image__wrapper.imgBox {
		margin-right: 0px;
	}
	.job_offer-template-default .c-image.col2.left .c-image__wrapper.imgBox {
		margin-right: 0px;
	}
	.c-image.col2.right .c-image__wrapper.imgBox {
		margin-left: 0px;
	}
	.job_offer-template-default .c-image.col2.right .c-image__wrapper.imgBox {
		margin-left: 0px;
	}
	.c-label__list__description iframe {
		width: 100%;
		height: 200px;
	}
	.c-image.col3 {
		flex-wrap: wrap;
		width: calc(100% - 40px);
		margin: 25px auto 0 auto;
	}
	.job_offer-template-default .c-image.c-imagebox .c-image__wrapper.imgBox {
		width: 360px;
		height: 240px;
		background-size: cover;
	}
}

@media only screen and (max-width: 480px) {
	.job_offer-template-default .c-image.c-imagebox .c-image__wrapper.imgBox {
		height: 110px;
	}
	/*
    .job_offer-template-default .c-image.col2 .c-image__wrapper.imgBox img {
        width: 100%;
        height: auto;
    }
    */
}

/* ママテラス追記201703
-------------------- */

/**共通**/

.l-wrapper {
	padding: 70px 0;
}

.c-heading {
	font-size: 34px;
	line-height: 1;
}

.c-heading1__sub {
	font-size: 18px;
}

.home .c-image.col2 {
	width: 960px;
	padding-bottom: 70px;
}

.home .c-image.col2 {
	width: 960px;
	padding-bottom: 70px;
}

.home .c-image.col2 .c-image__wrapper__heading {
	width: auto;
}

@media only screen and (max-width: 960px) {
  body {
		padding-top: 0;
		-webkit-text-size-adjust: 100%;
  }
  body.company  {
    padding-top: 50px;
  }
	.l-wrapper {
		padding: 35px 0;
	}
	.l-wrapper.job-page {
		padding: 85px 0;
	}
	.l-wrapper.sp_page {
		padding: 85px 0;
	}
	.l-wrapper.not-found {
		padding: 85px 0;
	}
	.home .c-image.col2 .c-image__wrapper__paragraph {
		width: auto;
		margin-top: 0;
		padding: 10px;
		border-bottom: 1px solid #eee;
	}
}

@media screen and (min-width: 960px),
print and (min-width: 0px) {
	.flgS {
		display: none;
	}
}

@media only screen and (max-width: 960px) {
	.flgP {
		display: none;
	}
}

/**/
.c-button {
	background: #bb757e url(./img/common/arrow_white.png) no-repeat center right 10px;
	margin: 50px auto 0 auto;
	width: 320px;
	background-size: 12px;
}

.c-button a {
	position: relative;
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 15px;
	font-weight: bold;
	color: white;
}

.c-button:hover {
	background: #ba8483 url(./img/common/arrow_white.png) no-repeat center right 10px;
	background-size: 12px;
}

.p-topEntry__button {
	background: #2c4198 url(./img/common/arrow_white.png) no-repeat center right 10px;
	border: none;
	border-radius: 3px;
	margin: 30px auto 0 auto;
	width: 280px;
	background-size: 12px;
}

.p-topEntry__button:hover {
	background: #003b75 url(./img/common/arrow_white.png) no-repeat center right 10px;
	background-size: 12px;
}

.p-topEntry__button a {
	font-size: 18px;
}

.p-topEntry__button::before {
	border-top: 31px solid #2c4198;
	border-left: 150px solid #2c4198;
}

.top_textArea {
	position: absolute;
	top: 85px;
	text-align: left;
	left: 310px;
}
.top_textArea .top_text {
	color: #fff;
	font-size: 48px;
	font-weight: bold;
}

.company .top_textArea {
  top: 160px;
  right: 200px;
  left: initial;
}

.company .top_textArea .top_text {
  color: #3c3c3c;
}

.top_text span.top_text_little {
	font-size: 24px;
}
.m-p-topEntry__button a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: #9f8e62;
	overflow: hidden;
	width: 280px;
	margin: 20px auto;
	padding-bottom: 10px;
	border-radius: 4px;
	transition: 0.3s;
}
.m-p-topEntry__button a.top {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 10px;
	border-radius: 30px;
	font-size: 18px;
}
.m-p-topEntry__button a.login {
	background: #bb757e;
}
.m-p-topEntry__button a.regist {
}
.m-p-topEntry__button a:hover {
	opacity: 0.8;
}
.m-p-topEntry__button span.m-p-topEntry__text {
		font-size: 12px;
}
.m-p-top__button a {
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	color: #bb757e ;
	background: #fff;
	border: 5px solid #bb757e ;
	overflow: hidden;
	width: 340px;
	margin: 20px auto;
	padding: 10px;
	border-radius: 4px;
	transition: 0.3s;
}

.m-p-top__button a:hover {
	color: #fff;
	background: #bb757e ;
}

.m-p-top__button a:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #bb757e ;
	border-right: 3px solid #bb757e ;
	transform: rotate(45deg);
}

.m-p-top__button a:hover:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

@media only screen and (max-width: 960px) {
	.top_textArea {
		position: absolute;
		top: 120px;
		text-align: left;
		left: 15px;
  }
  .company .top_textArea {
    border-radius: 1px;
    padding: 14px;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 90px;
    top: initial;
    right: 5px;
    left: initial;
  }
	.top_textArea .top_text {
		color: #fff;
		font-size: 28px;
		font-weight: bold;
  }
  .company .top_textArea .top_text {
    color: #3a3a3a;
    font-size: 24px;
    line-height: 2;
    text-decoration: underline;
    text-decoration-color: #bb747e;
    text-decoration-style: double;
  }
	.top_text span.top_text_little {
		font-size: 18px;
	}
	.m-p-topEntry__button a {
		font-size: 24px;
	}
	.m-p-topEntry__button span.m-p-topEntry__text {
		font-size: 12px;
	}
	.m-p-top__button a {
		font-size: 24px;
		width: 80%;
	}
}
@media only screen and (max-width: 350px) {
	.top_textArea .top_text {
		font-size: 24px;
	}
	.top_text span.top_text_little {
		font-size: 14px;
	}
	.m-p-top__button a {
		font-size: 20px
	}
}

.linkArea {
	position: absolute;
	bottom: 60px;
	width: 100%;
}

.company .linkArea {
  width: 430px;
  right: 200px;
  bottom: 100px;
}

.l-footer__jump {
	background: #a18e5c;
}

.l-footer__jump::before {
	border-top: 37px solid #a18e5c;
	border-left: 37px solid #a18e5c;
}

.l-footer__jump:hover {
	background: #958355;
}

.c-button_submit {
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	background: #d670a8 url(./img/common/arrow_white.png) no-repeat center right 10px;
	margin: 50px auto 0 auto;
	width: 280px;
	background-size: 12px;
	transition: 0.3s;
}

.c-button_submit::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border-right: 150px solid transparent;
	border-bottom: 30px solid transparent;
	border-top: 30px solid #d670a8;
	border-left: 150px solid #d670a8;
	pointer-events: none;
}

.c-button_submit button {
	position: relative;
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	background: transparent;
	border: none;
	width: 280px;
	cursor: pointer;
}

.c-button_submit:hover {
	background: #cb4890 url(./img/common/arrow_white.png) no-repeat center right 10px;
	background-size: 12px;
}

@media only screen and (max-width: 960px) {
	.c-button {
		margin: 25px auto 0 auto;
		width: 80%;
	}
	.c-button.job_offer_btn {
	margin: 50px auto 0 auto;
	}
	.p-topEntry__button {
		margin: 10px auto 0 auto;
	}
	.p-topEntry__button a {
		font-size: 15px;
	}
	.linkArea {
		left: auto;
		bottom: 30px;
		width: 100%;
  }
  .company .linkArea {
    width: 100%;
    right: initial;
    bottom: -45px;
  }
	.c-button p {
		font-size: 1.4rem;
	}
}

/**/

.l-header__head__left {
	padding-left: 20px;
}

.l-header__head__left img {
	display: block;
	width: 120px;
	margin-top: 0;
	margin-left: 10px;
}

.l-header__head__left__catchcopy {
	color: #ad835b;
	font-size: 11px;
}

.l-header__foot {
	background: #bb757e;
}

.l-header__foot__menu__list.on,
.l-header__foot__menu__list:hover {
	background: #ba8483;
}

.p-topCaroucel {
	background: #fafafa;
}

.p-slide__list img {
	width: 100%;
	height: 550px;
    object-fit: cover;
	vertical-align: top;
}

.company .p-slide__list img {
  height: 650px;
  object-position: top;
}

.p-slide__list {
	width: auto;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

@media only screen and (max-width: 960px) {
	.l-header__sp__head__left img {
		width: 80px;
  }
	.p-slide__list img {
		object-fit: cover;
    	object-position: right;
  }
  .company .p-slide__list img{
    width: 100%;
    height: auto;
  }
}

.relate-job_title h2 {
	font-size: 26px;
	color: #696969;
	border-left: 2px solid #696969;
	padding-left: 25px;
}

@media only screen and (max-width: 960px) {
	.relate-job_title h2 {
		font-size: 20px;
		margin-left: 20px;
		padding-left: 10px;
	}
}

/*menu*/

.l-header__head__right__menu__list a {
	font-size: 16px;
	font-weight: 600;
	color: white;
}

.l-header__head__right__menu__list.help {
	width: 150px;
	background-color: #9f8e62;
	border-radius: 20px;
}

.l-header__head__right__menu__list.help a {
	background-color: #9f8e62;
	font-size: 14px;
	line-height: 14px;
	display: flex;
	padding: 10px 0;
	justify-content: center;
}

.l-header__head__right__menu__list.request a {
	background-color: #9f8e62;
}

.l-header__head__right__menu__list.help a .v-icon {
	font-size: 28px;
	margin-right: 10px;
}

.l-header__head__right__menu__list.inquiry a {
	background-color: #bb757e;
}

.l-header__head__right__menu__list.request a:hover,
.l-header__head__right__menu__list.inquiry a:hover {
	opacity: 0.8;
}

.l-header__foot__menu {
	width: 960px;
}

.l-header__foot__menu__list.anchor>a::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 17px;
	background-size: 10px;
	background-image: url(./img/common/arrow_white.png);
	moz-transform: rotate(-90deg);
	webkit-transform: rotate(-90deg);
	transform: rotate(90deg);
	background-repeat: no-repeat;
	position: absolute;
	top: 19px;
}

@media only screen and (max-width: 960px) {
	.l-header__sp__foot__main__list a {
		color: #d670a8;
	}
	.l-header__sp__foot__main__list {
		background: #ffffff;
	}
	.l-header__sp__foot__main__list a[target="_blank"] {
		background: url(./img/common/link_p.png) no-repeat right 10px center;
	}
}

/* ママテラスについて */

#link_aboutAmateras h2 {
	text-align: center;
}

.p-topAbout {
	margin-top: 50px;
}

.p-topAbout__list__description {
	font-size: 15px;
}

.p-topAbout__list {
	background: #f7f4f0;
	border-radius: 5px;
	min-height: 380px;
	margin: 0 15px;
}

.p-topAbout__list:hover {
	opacity: 1
}

.p-topAbout__list_pont {
	text-align: center;
}

.p-topAbout__list_text {
	font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #707070;
    border-top: 3px dashed #707070;
    border-bottom: 3px dashed #707070;
    padding: 10px 0;
}

#link_aboutAmateras .aboutAmateras_title {
	font-size: 32px;
}
#link_aboutAmateras .aboutAmateras_title .m-title__text {
	color: #b36a73;
	font-size: 36px;
}
#link_aboutAmateras .aboutAmateras_title_2 {
	font-size: 32px;
}
#link_aboutAmateras .aboutAmateras_title_2 .m-title__text {
	color: #b36a73;
	font-size: 36px;
}
#link_aboutAmateras .aboutAmateras_title_2 img.flgS {
	width: 166px;
}
#link_aboutAmateras .aboutAmateras_title_3 {
	font-size: 32px;
	color: #605e5e;
}
.l-wrapper .aboutAmateras_title_2 {
	font-size: 32px;
	text-align: center;
}
.l-wrapper .aboutAmateras_title_2 .m-title__text {
	color: #b36a73;
	font-size: 36px;
}
.p-topAbout {
	margin: 25px auto 0 auto;
}
.p-topAbout_area {
	max-width: 960px;
}
.p-topAbout__list {
	height: auto;
	min-height: 320px;
	padding: 20px;
	margin: 0 auto 20px;
}
.p-topAbout__list_pont img {
	width: 38px;
}
.p-topAbout__list_text img {
	width: 260px;
}
.p-top_sub {
	text-align: center;
}
.p-top_sub .m-title__text {
		color: #b36a73;
		font-weight: 600;
		font-size: 20px;
}

@media only screen and (max-width: 960px) {
	#link_aboutAmateras .aboutAmateras_title img {
		width: 190px;
	}
	#link_aboutAmateras .aboutAmateras_title {
		font-size: 22px;
	}
	#link_aboutAmateras .aboutAmateras_title .m-title__text {
		color: #b36a73;
		font-size: 24px;
	}
	#link_aboutAmateras .aboutAmateras_title_2 {
		font-size: 22px;
		margin-top: 30px;
	}
	#link_aboutAmateras .aboutAmateras_title_2 .m-title__text {
		color: #b36a73;
		font-size: 24px;
	}
	#link_aboutAmateras .aboutAmateras_title_2 img.flgS {
		width: 166px;
	}
	#link_aboutAmateras .aboutAmateras_title_3 {
		font-size: 22px;
		color: #605e5e;
		margin-top: 30px;
	}
	#link_aboutAmateras .c-image.col2 {
		flex-wrap: wrap;
		width: calc(100% - 40px);
		margin: 25px auto 0 auto;
		padding-bottom: 35px;
	}
	#link_aboutAmateras .c-image__wrapper img {
		display: none;
	}
	#link_aboutAmateras .c-image.col2 .c-image__wrapper__heading {
		margin-top: 0;
		font-size: 15px;
		text-align: center;
	}
	.l-wrapper .aboutAmateras_title_2 {
		font-size: 22px;
		text-align: center;
	}
	.l-wrapper .aboutAmateras_title_2 .m-title__text {
		color: #b36a73;
		font-size: 24px;
	}
	.p-topAbout {
    margin: 25px auto 0 auto;
    flex-direction: column;
    align-items: center;
	}
	.p-topAbout__list {
		height: auto;
		min-height: auto;
		padding: 20px;
		width: 480px;
		margin: 0 auto 20px;
	}
	.p-topAbout__list_pont img {
		width: 38px;
	}
	.p-topAbout__list_text img {
		width: 260px;
	}
	.p-top_sub {
		text-align: center;
	}
	.p-top_sub .m-title__text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.p-topAbout__list {
		margin: 0 15px 20px;
		width: auto;
	}
}

/* こんな方の登録お待ちしております */

.p-topPerson {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 960px;
	margin: 50px auto 0 auto;
}

.p-topPerson__list {
	position: relative;
	display: block;
	width: 300px;
	height: 200px;
	margin-bottom: 20px;
	padding-top: 85px;
	font-size: 24px;
	text-align: center;
	color: white;
	cursor: pointer;
	transition: 0.3s;
}

.p-topPerson__list__paragraph {
	position: relative;
	width: 248px;
	margin: 0 auto;
	padding-bottom: 6px;
	border-bottom: 1px solid white;
	text-shadow: 0px 1px 2.97px rgba(0, 0, 0, 0.35);
	font-weight: bold;
}

.p-topPerson__list__paragraph__detail {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.2;
	text-shadow: 0px 1px 2.97px rgba(0, 0, 0, 0.35);
	font-weight: bold;
}

.l-wrapper.p-topPerson__area {
	background-image: url(./img/index/bg_topPerson.jpg);
	background-size: cover;
}

@media only screen and (max-width: 960px) {
	.c-heading {
		font-size: 20px;
	}
	.c-heading1__sub {
		font-size: 12px;
	}
	.p-topPerson {
		width: calc(100% - 400px);
		justify-content: space-around;
		margin: 25px auto 0 auto;
	}
	.p-topPerson__list {
		width: 140px;
		height: 93.5px;
		background-size: 140px;
		padding-top: 38px;
		margin-bottom: 65px;
	}
	.p-topPerson__list__paragraph {
		width: 140px;
		font-size: 15px;
		border: none;
	}
	.p-topPerson__list__paragraph__detail {
		color: #131516;
		text-shadow: none;
		text-align: left;
		font-size: 13px;
		font-weight: normal;
		position: absolute;
		top: 83px;
		left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.p-topPerson {
		width: calc(100% - 210px);
	}
}

@media only screen and (max-width: 480px) {
	.p-topPerson {
		width: calc(100% - 20px);
	}
}

/*お仕事開始までのフロー*/

#link_topFlow .c-heading {
	color: #d670a8;
}

.p-topFlow {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 940px;
	margin: 50px auto 0 auto;
}

.p-topFlow__list {
	position: relative;
	display: block;
	width: 164px;
	transition: 0.3s;
}

.p-topFlow__list::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 65px;
	right: -30px;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 12px solid #d670a8;
}

.p-topFlow__list:last-child::after {
	border: none;
}

.p-topFlow__list__paragraph__detail {
	margin-top: 0;
	font-size: 15px;
	line-height: 1.5;
	color: #333333;
	text-align: left;
}

.l-wrapperp-topFlow__area {
	background-image: url(./img/index/bg_topFlow.png);
	background-size: cover;
	padding: 70px 0 90px;
}

.m-flow_area {
	margin: 40px 10px 30px;
	height: 910px;
}
.m-flow {
	position: relative;
	list-style-type: none;
	height: 400px;
}
.m-flow::before{
	content: "";
    display: block;
    width: 0;
    height: 840px;
    border: 2px solid #ca9ba1;
    position: absolute;
    top: 0;
    left: 15px;
}
.m-flow li > span::before {
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ca9ba1;
    position: absolute;
    left: 7px;
}
.m-flow li.m-flow_list {
	position: relative;
	min-height: 150px;
}
.m-flow li.m-flow_list:nth-of-type(1){
	min-height: 240px;
}
.m-flow li.m-flow_list:nth-of-type(2){
	min-height: 240px;
}
.m-flow li.m-flow_list:nth-of-type(3){
	min-height: 200px;
}
.m-flow_content {
	position: absolute;
    top: -10px;
	margin-left: 50px;
}
.m-flow_content dt {
	display: flex;
    align-items: center;
}
.m-flow_icon {
	width: 40px;
}
.m-flow_title span {
	color: #b36a73;
	font-size: 18px;
	font-weight: bold;
	padding: 0 10px;
}
.m-flow_description {
	font-size: 12px;
    line-height: 1.5;
    margin: 10px 15px 5px 5px;
}
.m-flow_description span {
	font-size: 10px;
	line-height: 1.2;
	margin-left: 12px;
}
.m-top_linkArea {
	width: 100%;
	text-align: center;
}
.m-top_linkArea.column {
	margin: 70px auto;
}
.m-user__area {
  background-color: #f6f2ed;
}
.m-user__area > p {
  margin-top: 20px;
}
.m-user__ratio-area {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
  align-items: center;
  max-width: 960px;
  margin: 60px auto;
}
.m-user__ratio {
  width: 300px;
  height: 300px;
}
.m-user__ratio p {
  color: #9f8e62;
  font-weight: 600;
  text-align: center;
  font-size: 1.8em;
}
.m-user__ratio p span {
  font-size: 2em;
}
.m-user__ratio.ratio {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('./img/top_ratio.svg');
  background-repeat: no-repeat;
  background-size: contain;

}
.m-user__ratio.ratio2{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
}
.m-user__ratio.ratio2 img{
  width: 300px;
  height: auto;
}
.m-user__ratio-foot{
  max-width: 960px;
  margin: 0 auto;
}
.m-user__ratio-foot p{
  text-align: center;
  color: #707070;
}

@media only screen and (max-width: 960px){
  .m-user__area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-user__area p {
    font-size: 14px;
  }
  .m-user__ratio-area {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px auto;
  }
  .m-user__ratio {
    width: 250px;
    height: 250px;
    margin: 30px 0;
  }
  .m-user__ratio p {
    font-size: 1.5em;
  }
  .m-user__ratio.ratio2 img{
    width: 250px;
    height: auto;
  }
}

.m-jobchange_list{
  max-width: 960px;
  margin: 30px auto;
  text-align: center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack: distribute;
	justify-content: start;
}
.m-jobchange_list:first-of-type {
  margin: 30px auto 0;
}
.m-jobchange_list:last-child {
  margin: 0 auto 30px;
}
.m-jobchange_content{
  width: 31%;
}
.m-jobchange_info {
  text-align: left;
  padding-left: 15px;
}
.m-jobchange_img {
  height: 225px;
}
.m-jobchange_title{
  top: 180px;
}
.m-jobchange_content {
	position: relative;
	background: #fff;
	margin: 25px 10px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3)
}
.m-jobchange_img {
	height: 200px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}
.m-jobchange_img.first {
	background-image: url("./img/index/interview1.jpg");
}
.m-jobchange_img.second {
	background-image: url("./img/index/interview2.jpg");
}
.m-jobchange_img.third {
	background-image: url("./img/index/interview3.jpg");
}
.m-jobchange_img.fourth {
	background-image: url("./img/index/interview4.jpg");
}
.m-jobchange_img.fifth {
	background-image: url("./img/index/interview5.jpg");
}

.m-jobchange_img.a {
	background-image: url("./img/index/a.jpg");
}
.m-jobchange_img.b {
	background-image: url("https://s3-ap-northeast-1.amazonaws.com/media-mamateras-corp/wp-content/uploads/2021/09/27100422/IMG_8952-1.jpg");
}
.m-jobchange_img.c {
	background-image: url("https://s3-ap-northeast-1.amazonaws.com/media-mamateras-corp/wp-content/uploads/2022/06/27114754/IMG_91611.jpg");
}


.m-jobchange_title {
	position: absolute;
    top: 155px;
    margin: 0;
    padding: 5px 15px 15px;
    height: 45px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    background-color: rgba(197, 143, 143, 0.9)
}
.m-jobchange_link {
	display: block;
	position: relative;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
    width: calc(100% - 40px);
    margin: 10px auto;
    border: 1px solid #999;
    font-size: 14px;
}
.m-jobchange_link:after {
	content: "";
    position: absolute;
    top: 15px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(45deg);
}
.m-jobchange_info{
	padding: 10px;
}
.m-jobchange_text {
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	color: #676767;
	margin-bottom: 10px;
}
.m-jobchange_text .now {
	color: #bb7a82;
}
.m-jobchange_text .old {
	color: #888786;
}


@media only screen and (max-width: 960px) {
  .m-jobchange_area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-jobchange_list{
    max-width: 960px;
    margin: 30px auto;
    text-align: center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .m-jobchange_content{
    width: 100%;
  }

	.p-topFlow__list__paragraph {
		width: 270px;
	}
	.p-topFlow {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: auto;
		margin: 25px auto 0 auto;
	}
	.p-topFlow__list {
		width: 270px;
	}
	.p-topFlow__list__paragraph__detail {
		font-size: 14px;
		margin: 7px 0 20px;
	}
	.p-topFlow__list:last-child .p-topFlow__list__paragraph__detail {
		margin: 7px 0 0;
	}
	.p-topFlow__list::after {
		content: '';
		display: inline-block;
		position: absolute;
		top: 153px;
		left: 124px;
		width: 0;
		height: 0;
		border-top: 10px solid #d670a8;
		border-right: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid transparent;
	}
	.l-wrapperp-topFlow__area {
		padding: 35px 0 50px;
		background: none;
	}
}
.m-qa__area {
  background-color: #f6f2ed;
}
.m-qa__area .top-page__question-head-area {
	margin-bottom: 50px;
}

@media (max-width: 749px) {
	.m-qa__area .top-page__question-head-area {
		margin-bottom: 0;
	}
}
.m-qa__area .top-page__question-heading {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 749px) {
	.m-qa__area .top-page__question-heading {
		font-size: 1.5rem;
    line-height: 1.4em;
    margin-bottom: 16px;
	}
}
.m-qa__area .top-page__question-heading-area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 749px) {
	.m-qa__area .top-page__question-heading-area {
		margin-bottom: 12px;
	}
}
.m-qa__area .top-page__question-head-image {
	margin-right: 20px;
}
.m-qa__area .top-page__question-heading-text {
	margin-left: 100px;
	margin-top: -16px;
}
@media (max-width: 749px) {
	.m-qa__area .top-page__question-heading-text {
    text-align: center;
    font-size: 14px;
		margin-left: 0;
    margin-top: 0;
	}
}
.question_top-page {
	margin: 60px auto;
}

@media (max-width: 749px) {
	.question_top-page {
		padding-top: 20px;
		margin-bottom: 20px;
	}
}

/**/

.p-topEntry__chatch {
	overflow: hidden;
	margin-bottom: 10px;
}

.p-topEntry__chatch span {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	text-align: left;
}

.p-topEntry__chatch span::before,
.p-topEntry__chatch span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 20px;
	height: 1px;
	background-color: #565656;
}

.p-topEntry__chatch span::before {
	right: 100%;
}

.p-topEntry__chatch span::after {
	left: 100%;
}

.p-topEntry {
	color: #131516;
	background: #f5f5f5;
	padding: 50px 0 60px;
}

.p-topEntry__title {
	margin: 20px 0;
	font-size: 20px;
}

.p-topEntry__description {
	font-size: 14px;
}

.l-footer {
	background: #ffffff;
}

.l-footer__head {
	padding: 0 0 20px 0;
}

.l-footer__head__menu {
	margin-top: 0;
}

.l-footer__foot__copyright {
	background: #bb757e;
}

.l-footer__head__menu__list a {}

.l-footer__head__menu__list a[target="_blank"] {
	padding-right: 17px;
	background: url(./img/common/link.png) no-repeat right center;
	display: inline-block;
}

.r-footer__head__sns {}

.r-footer__head__sns ul {
	text-align: right;
	margin: -45px 10px 0 0;
}

.r-footer__head__sns ul li {
	text-align: right;
	display: inline-block;
}

@media only screen and (max-width: 960px) {
	.l-footer__jump a {
		color: #d670a8;
	}
	.l-footer__jump a::before {
		border-top: 2px solid #d670a8;
		border-right: 2px solid #d670a8;
	}
	.l-footer__jump,
	.l-footer__jump:hover {
		background: white;
	}
	.p-topEntry__logo img {
		width: 115px;
	}
	.p-topEntry__chatch {
		font-size: 12px;
	}
	.p-topEntry__chatch span::before,
	.p-topEntry__chatch span::after {
		width: 15px;
	}
	.p-topEntry__chatch span {
		padding: 0 5px;
		text-align: left;
	}
	.p-topEntry__title {
		margin: 5px 0 10px;
		font-size: 16px;
	}
	.p-topEntry__description {
		font-size: 11px;
		font-weight: normal;
	}
	.p-topEntry {
		padding: 30px 0;
	}
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.m-icon_area{
	margin-bottom: 30px;
	text-align: center
}
.m-small_icon {
	height: 100px;
}
.m-top_ballon_area {
	max-width: 960px;
	margin: 25px auto 0;
	line-height: 1.3;
}
.m-top_balloon {
	position: relative;
    display: inline-block;
    width: 45%;
    margin: 0px 0 30px 0px;
    padding: 10px;
    background: #fff;
    border: 2px solid #9f8e62;
    border-radius: 10px;
    font-size: 12px;
}
.m-top_balloon:nth-of-type(odd) {
	float: left;
	margin-left: 10px;
}
.m-top_balloon:nth-of-type(even) {
	float: right;
	margin-right: 10px;
}
.m-top_balloon:nth-of-type(odd)::before{
	content: "";
    position: absolute;
    right: 10px;
    width: 6px;
    height: 6px;
    bottom: -26px;
    background: #fff;
    border: 2px solid #9f8e62;
    border-radius: 50%;
}
.m-top_balloon:nth-of-type(even)::before {
	content: "";
    position: absolute;
    left: 10px;
    width: 6px;
    height: 6px;
    bottom: -26px;
    background: #fff;
    border: 2px solid #9f8e62;
    border-radius: 50%;
}
.m-top_balloon:nth-of-type(odd):after{
	content: "";
    position: absolute;
    right: 18px;
    width: 12px;
    height: 12px;
    bottom: -19px;
    background: #fff;
    border: 2px solid #9f8e62;
    border-radius: 50%;
}
.m-top_balloon:nth-of-type(even)::after{
	content: "";
    position: absolute;
    left: 18px;
    width: 12px;
    height: 12px;
    bottom: -19px;
    background: #fff;
    border: 2px solid #9f8e62;
    border-radius: 50%;
}
.m-top_balloon span {
	color: #b36a73;
	font-weight: bold;
	font-size: 14px;
}
@media only screen and (min-width: 961px) {
	.m-top_balloon {
		height: 50px;
		width: 47%;
		text-align: center;
		line-height: 1.8;
	}
	.m-top_ballon_list{
		min-width: 960px;
	}
	.m-icon_area{
		display: block;
		height: 100px;
	}
	.m-small_icon {
		height: 90px;
	}
}
@media only screen and (max-width: 960px) {
	.m-top_balloon{
		height: 70px;
    	line-height: 1.2;
	}
	.m-icon_area{
		padding-bottom: 25px
	}
	.m-small_icon {
		height: 80px;
	}
	.m-top_ballon_area {
		line-height: 1;
	}
}
@media only screen and (max-width: 350px) {
	.m-top_balloon {
		height: 85px;
    	font-size: 12px;
	}
}

/*会社概要*/

.c-heading2 {
	border-left: 2px solid #d670a8;
}

.c-label__list__title_nobg {
	font-weight: bold;
}

.c-label__list__img+.c-label .c-label__list__title_nobg {
	width: 100px;
}

.c-label__list__img {
	text-align: center;
	width: 200px;
	margin-right: 40px;
	font-weight: bold;
	line-height: 2;
}

.profCmo__img {
	width: 200px;
	border-radius: 50%;
}

.c-label__list__img span {
	font-size: 13px;
	line-height: 16px;
}

.c-label__list__description.prof_description {
	font-size: 15px;
	padding-top: 20px;
}

.amateras-office {
	padding-left: 200px;
}

.amateras-office>img {
	width: 300px;
}

.c-paragraph.color span {
	color: #d670a8;
}

.name_rigth {
	font-weight: bold;
	padding-right: 10px;
}

@media only screen and (max-width: 960px) {
	.amateras-office>img {
		width: 100%;
	}
	.amateras-office {
		padding-left: 0;
	}
	.c-label__list__title_nobg {
		margin: 0;
		text-align: left;
		padding: 0;
	}
	.c-label__list__title_nobg.txt_c {
		text-align: center;
		margin: 0 auto;
	}
	.c-label__list__description.prof_description {
		font-size: 14px;
	}
	.c-label__list__img {
		margin: 0 auto;
	}
	.c-label__list__img+.c-label {
		width: 100%;
	}
}

/*------
  registration
---------*/

@media screen and (min-width: 769px),
print and (min-width: 0px) {
	.c-registration dt {
		font-weight: bold;
		line-height: 1.3;
		width: 17em;
		padding: 12px 42px 12px 0px;
		color: #555;
	}
	.c-registration dd {
		margin: -50px 0px 0px 18em;
		padding: 12px 0 20px;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.3;
		text-align: left;
		box-sizing: border-box;
		position: relative;
	}
}

.form__submitArea input[type=button],
label {
	cursor: pointer;
}

label.no-pointer {
	cursor: auto;
}

.c-registration {
	width: 880px;
	margin: 30px auto 0 auto;
}

.c-registration .info_unit {
	padding: 10px 0;
}

.form__submitArea input[type=button] {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	color: white;
	background: none;
	border-radius: 0;
}

.form__submitArea {
	position: relative;
	width: 300px;
	margin: 20px auto 50px auto;
	transition: 0.3s;
	background: #d670a8;
}

.form__submitArea:hover {
	background: #003b75;
}

.form__submitArea input[type=button]:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border-top: 31px solid #195da1;
	border-right: 150px solid transparent;
	border-bottom: 31px solid transparent;
	border-left: 150px solid #195da1;
	pointer-events: none;
}

.form__submitArea::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	border-top: 31px solid #195da1;
	border-right: 150px solid transparent;
	border-bottom: 31px solid transparent;
	border-left: 150px solid #195da1;
	pointer-events: none;
}

.c-registration__wrapper .c-heading3 {
	margin: 40px auto 30px auto;
	padding: 5px 10px;
	position: relative;
	padding-left: 30px;
	line-height: 45px;
	font-size: 18px;
	background: #fee2f1;
	font-weight: bold;
	width: 940px;
}

input[type=submit],
input[type=number],
input[type=button],
input[type=password],
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
	width: 100%;
	padding: 10px 10px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	vertical-align: middle;
	border: 1px solid #f4f4f4;
	background: #eff6f5;
	background-color: #f4f4f4;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
}

select {
	width: auto;
	background: url(./img/common/arrow_select.png) right 5px center no-repeat #f4f4f4;
	background-size: 8px;
	padding: 10px 30px 10px 10px;
	height: 42px;
}

textarea {
	line-height: 1.4;
}

input:focus,
textarea:focus,
input.error-item:focus,
textarea.error-item:focus {
	outline: 0;
	border-color: #ddd;
	background: #fff;
}

select:focus,
select.error-item:focus {
	outline: 0;
	border-color: #ddd;
	background: url(./img/common/arrow_select.png) right 5px center no-repeat #fff;
	background-size: 8px;
}

.file {
	display: block;
	overflow: hidden;
	position: relative;
	padding: .5em;
	border: 1px solid #999;
	background-color: #eee;
	width: 130px;
	text-align: center;
}

.file input[type=file] {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 25px;
	cursor: pointer;
}

.user-profile-photo {
	margin-top: 15px;
}

.user-profile-photo img {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.20);
}

.side_box input {
	width: 150px;
}

.side_box p {
	display: inline;
	font-weight: bold;
	color: #666666;
	font-size: 13px;
	margin-right: 30px;
}

.side_box p span {
	font-weight: normal;
}

.astr-mark {
	color: #c2383e;
}

.agreement p {
	line-height: 1.6;
}

.agreement dd label {
	display: inline-block;
	position: relative;
	top: -2px;
	left: 10px;
	font-size: 15px;
}

.agreement a {
	text-decoration: underline;
}

.agreement dd div {
	padding: 10px 0 10px 10px;
}

.agreement dd div.error-item {
	border: 1px solid #c2383e;
	background-color: #FFDBDB;
}

.alert {
	color: #c2383e;
	font-weight: bold;
	margin-top: 5px;
	display: inline-block;
}

input.error-item,
select.error-item,
textarea.error-item,
div.error-item {
	border: 1px solid #c2383e;
	background-color: #FFDBDB;
}

.supplemental {
	margin-top: 10px;
}

.c-paragraph.small {
	text-align: left;
}

.c-paragraph.small.center {
	text-align: center;
}

.c-registration__wrapper .c-heading3 span {
	font-size: 14px;
	margin-left: 10px;
}

.unit__txt {
	padding: 0 5px;
}

.c-registration__wrapper hr {
	width: 940px;
	border: none;
	border-top: solid 1px #CCC;
	height: 1px;
	color: #FFFFFF;
}

.checkbtn_box {
	padding: 10px;
	background: #f4f4f4;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
}

.icheckbox_line-pink,
.iradio_line-pinka {
	display: inline-block !important;
	margin: 0 0 5px 0 !important;
}

.otherText_box p {
	margin-top: 15px;
}

.otherText_box input {
	margin-top: 10px;
}

.uploadFile_area {
	margin-top: 20px;
}

.file_name {
	font-weight: bold;
	margin-right: 10px;
}

.uploadFile_area a {
	color: #d670a8;
}

.uploadFile_area a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 960px) {
	/*registration*/
	.c-registration {
		width: calc(100% - 40px);
	}
	.c-paragraph.small {
		width: calc(100% - 40px);
		font-size: 12px;
	}
	.c-registration .info_unit {
		width: 100%;
		padding: 5px 0;
	}
	.c-registration dt {
		font-weight: bold;
		line-height: 1.2;
		text-align: left;
		margin-bottom: 5px;
		font-size: 14px;
	}
	.c-registration dd {
		padding: 0 0 10px 0;
		font-size: 11px;
		font-weight: normal;
		line-height: 1.4;
		text-align: left;
	}
	.caution__txtBox {
		font-size: 12px;
		line-height: 2;
	}
	/*.alert-top {
            font-size: 14px;
        }*/
	.c-registration__wrapper .c-heading3 {
		width: 100%;
		margin: 30px auto 20px auto;
		font-size: 16px;
		padding: 0 10px;
	}
	.side_box p {
		width: 100%;
		display: block;
		margin: 15px 0;
	}
	.side_box p:last-child {
		margin: 15px 0 0;
	}
	.side_box input {
		width: 100px;
		margin: 5px 0 0 0;
	}
	.c-button_submit {
		margin: 0 auto 0 auto;
	}
	.c-registration__wrapper hr {
		width: 100%;
	}
	.c-registration__wrapper .c-heading3 span {
		font-size: 12px;
		margin-left: 5px;
		font-weight: normal;
	}
	.checkbtn_box {
		padding: 6px;
	}
	.icheckbox_line-pink,
	.iradio_line-pink {
		font-size: 11px;
	}
	.supplemental {
		margin-top: 5px;
	}
	.file {
		width: 100px;
		height: 40px;
		line-height: 40px;
		padding: 0;
	}
	.uploadFile_area {
		margin: 10px 0;
	}
}

/* フッターにSNSアイコン設置 */

.r-footer__sns {
	display: none;
}

@media only screen and (max-width: 960px) {
	.r-footer__sns {
		display: block;
	}
	.r-footer__sns ul {
		text-align: center;
		padding-top: 20px;
		background: #fbeef6;
	}
	.r-footer__sns ul li {
		display: inline-block;
	}
	.r-footer__sns .p-interviewBlock__status__sns__list {
		zoom: 1.5;
		margin-left: 8px;
		margin-bottom: 10px;
	}
	.r-footer__sns li.p-interviewBlock__status__sns__list:first-child {
		margin-left: 0;
	}
}

@media only screen and (max-width: 320px) {
	.r-footer__sns .p-interviewBlock__status__sns__list {
		margin-left: 0;
		margin-bottom: 0;
	}
}

/* 企業紹介（company~.html）201705 三浦
-------------------- */

.page-template-default .c-image.col2.company-title-area {
	margin: 0 auto;
	padding-bottom: 0;
}

.color__red {
	background-color: #ad0000;
}

.color__gold {
	background-color: #958355;
}

.color__red a,
.color__red span,
.color__gold a,
.color__gold span {
	color: #fff;
}

.p-jobcatchBlock__heading {
	position: relative;
	width: 780px;
	margin: 40px auto 0 auto;
	padding: 10px;
	text-align: center;
	font-size: 26px;
	line-height: 1.6;
}

.p-jobcatchBlock__heading::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	border: 1px solid #333333;
	border-right: none;
}

.p-jobcatchBlock__heading::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	border: 1px solid #333333;
	border-left: none;
}

.job_offer-template-default .p-jobcatchBlock__heading+.c-image.col2.left {
	padding: 15px 10px;
	margin: 30px auto;
}

.job_offer-template-default .c-heading3 {
	width: 940px;
	padding: 0 0 0 25px;
	border-left: 2px solid #bb757e;
}

.job_offer-template-default .c-label {
	margin: 0px auto 0 auto;
}

.job_offer-template-default .c-label__list:not(:last-child) {
	border-bottom: none;
}

.job_offer-template-default img.logo {
	cursor: pointer;
	width: 99px;
	height: 99px;
	object-fit: contain;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.20);
}

.job_offer-template-default .c-area_job_offer_company_category {
	margin-bottom: 5px;
}

@media only screen and (max-width: 960px) {
	.job_offer-template-default .c-area_job_offer_company_category {
		margin-bottom: 0px;
	}
}

.job_offer-template-default .c-label__list__title__company_category {
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px 0 0;
	background-color: #bb757e;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	border-radius: 3px;
	color: #fff;
	font-weight: 600;
}

.job_offer-template-default .c-label__list__title__category {
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px 0 0;
	background-color: #fff;
	border: 1px solid #bb757e;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	border-radius: 3px;
	color: #bb757e;
	font-weight: 600;
}

.job_offer-template-default .c-label__list__title__category:hover{
	filter: brightness(0.85);
	cursor: pointer;
}

.job_offer-template-default .c-label__list__title {
	margin: 0 0 0 5px;
	float: right;
}

.job_offer-template-default .c-label__list__title__category span,
.job_offer-template-default .c-label__list__title span {
	display: block;
	padding: 0 10px;
	transition: 0.3s;
}

.job_offer-template-default .c-image__wrapper__label {
	width: calc(100% - 80px);
	margin: 0 0 0 15px;
}

.job_offer-template-default .c-image .c-image__wrapper img {
	float: left;
	display: inline-block;
}

.job_offer-template-default .c-image__wrapper__tag {
	position: absolute;
	right: 0;
	top: 0;
}

.job_offer-template-default .c-image__wrapper__label .c-paragraph {
	width: 100%;
	margin: 0;
	font-size: 26px;
	padding-top: 5px;
}

.job_offer-template-default .c-paragraph a {
	text-decoration: none;
}

.job_offer-template-default .c-paragraph a:hover {
	text-decoration: underline;
}

.job_offer-template-default .c-heading3+.c-paragraph {
	width: 880px;
}

.job_offer-template-default .c-paragraph.indent {
	width: 880px;
}

@media only screen and (max-width: 960px) {
	.job_offer-template-default img.logo {
		width: 70px;
		height: 70px;
		object-fit: contain;
	}
	.job_offer-template-default .c-label {
		width: 100%;
	}
	.job_offer-template-default .c-label__list__title {
		min-width: auto;
		font-size: 0.7em;
		float: right;
		line-height: 20px;
	}
	.p-jobcatchBlock__heading {
		width: calc(100% - 40px);
		margin: 20px auto;
		padding: 10px 0;
		font-size: 17px;
	}
	.job_offer-template-default .p-jobcatchBlock__heading+.c-image.col2.left {
		background-color: #fff;
		padding: 0;
		margin: 20px auto 0;
	}
	.job_offer-template-default .c-heading3 {
		width: calc(100% - 40px);
		padding: 0 0 0 10px;
	}
	.job_offer-template-default .c-image {
		padding: 0;
	}
	.job_offer-template-default .c-image .c-image__wrapper {
		float: left;
		width: 70px;
	}
	.job_offer-template-default .c-image__wrapper__label {
		margin: 0;
	}
	.job_offer-template-default .c-image__wrapper__label .c-paragraph {
		width: 100%;
		margin: 0;
		font-size: 20px;
		padding: 0;
	}
	.job_offer-template-default .c-label__list__title__company_category {
		margin: 0 0 5px 0;
		line-height: 20px;
		font-size: 0.7em;
		padding: 0 5px;
		height: 20px;
	}
	.job_offer-template-default .c-label__list__title__category {
		margin: 0 0 5px 0;
		line-height: 20px;
		font-size: 0.7em;
		padding: 0 5px;
		height: 20px;
	}
	.job_offer-template-default .c-image__wrapper__tag {
		width: 100%;
		margin: 10px auto 0;
		position: relative;
		background: #fff;
		padding: 5px;
	}
	.job_offer-template-default .c-label__list__title span {
		padding: 0 5px;
	}
	.job_offer-template-default .c-heading3+.c-paragraph {
		width: calc(100% - 40px);
		font-size: 14px;
	}
	.job_offer-template-default .c-paragraph.indent {
		width: calc(100% - 40px);
	}
}

/*  トップページ募集案件情報追加*/

#link_topCompanies .c-heading {
	color: #d670a8;
}

ul.p-topCompanies {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 960px;
	margin: 30px auto 0 auto;
}

p-topCompanies__list__paragraph{
	font-size: 14px;
}

.p-topCompanies__list {
	background: #fff;
	position: relative;
	width: 300px;
	height: 425px;
	margin: 20px auto 0;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 5px;
	box-shadow: 7.071px 7.071px 29.7px 0.3px rgba(51, 51, 51, 0.1);
}

.job-slider-content .p-topCompanies__list {
	margin: 20px auto;
}

.p-topCompanies__list.archive {
	width: 48%;
	height: 510px;
	background-size: 140px;
	margin: 0 0 20px 0;
}

.p-topCompanies__list.related_article {
	width: 48%;
	height: 400px;
	background-size: 140px;
	margin: 0 0 20px 0;
}

.p-topCompanies__list a {
	display: block;
	height: 100%;
	cursor: pointer;
}

.p-topCompanies__list a:hover .p-topAbout__list__more {
	color: #fff;
	background: #bb757e;
	border-radius: 0 0 5px 5px;
	transition: 0.3s;
}

.p-topCompanies__list a:hover .p-topAbout__list__more::after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.p-topCompanies__list .p-topCompanies__list__work {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	background: url("./img/common/label_home.png");
	background-size: cover;
	z-index: 500;
}

.p-topCompanies__list .p-topCompanies__list__Label {
	position: absolute;
	top: 25px;
	color: #fff;
	font-size: 16px;
	padding: 6px 15px;
	text-align: center;
	font-weight: 600;
	background: #a18e5c;
}

.p-topCompanies__list__image {
	background-size: cover;
	border-radius: 5px 5px 0 0;
	height: 200px;
}

.archive .p-topCompanies__list__image {
	height: 300px;
}

.archive .p-topCompanies__list__image.p-Column__list__image {
	height: 400px;
}

.archive.related_article .p-topCompanies__list__image.p-Column__list__image {
	height: 300px;
}

.p-topCompanies__list__image img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.p-topCompanies__list__catch,
.p-topCompanies__list dl {
	margin: 0 15px;
}

.p-topCompanies__list__catch {
	margin-top: 10px;
	font-size: 16px;
	color: #bb757e;
	font-weight: 600;
}

.p-topCompanies__list dl {
	width: calc(100% - 30px);
	margin-top: 10px;
	font-size: 16px;
}

.p-topCompanies__list dt {
	background: #e5e5e5;
	width: 70px;
	margin: 0 10px 0 0;
	display: inline-block;
	line-height: 22px;
	float: left;
	clear: left;
	text-align: center;
	color: #5b4919;
	font-size: 14px;
}

.p-topCompanies__list dd {
	width: calc(100% - 80px);
	float: left;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}

.p-topCompanies__list .p-topAbout__list__more a:hover {
	color: #fff;
}

.p-topComparison {
	background-color: #f5f5f5;
}
.p-topComparison_table {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	-webkit-border-radius:5px;
    -moz-border-radius:5px;
	margin: 15px auto 0;
	background-color: #fff;
}
.p-topComparison_thead {
	font-size: 20px;
}
.p-topComparison_thead th {
	padding: 15px;
}
.p-topComparison_thead th:not(:nth-child(1)) {
	border-left: 1px solid #c2c2c2;
}
.p-topComparison_main {
	background-color: #c7959b;
}
.p-topComparison_th {
	font-size: 20px;
	text-align: left;
	padding: 15px;
	border-top: 1px solid #c2c2c2;
}
.p-topComparison_td {
	text-align: center;
    font-size: 34px;
	font-weight: bold;
	padding: 5px 0;
	border: 1px solid #c2c2c2;
	border-right: 0px;
	border-bottom: 0px;
}

@media only screen and (max-width: 960px) {
	.job-slider-content .p-topCompanies__list {
		margin: 20px auto;
		width: 100%;
		height: 100%;
	}
	.p-topCompanies-job__list {
		margin: 20px auto;
		width: 90%;
		height: 100%;
	}
	ul.p-topCompanies {
		width: auto;
		justify-content: space-around;
		margin: 25px 35px 0;
	}
	.p-topCompanies__list dt {
		margin: 0 10px 0 0;
		text-align: center;
		color: #5b4919;
		font-size: 12px;
	}
	.p-topCompanies__list .p-topCompanies__list__Label {
		font-size: 12px;
		padding: 5px 10px;
		top: 15px;
	}
	.p-topCompanies__list .p-topAbout__list__more {
		line-height: 40px;
		width: calc(100% - 40px);
		margin: 20px auto 15px;
		border: 1px solid #999;
		font-size: 14px;
	}
	.p-topCompanies__list a:hover .p-topAbout__list__more {
		color: #333;
		background: none;
	}
	.p-topCompanies__list a .p-topAbout__list__more::after,
	.p-topCompanies__list a:hover .p-topAbout__list__more::after {
		top: 15px;
		border-top: 1px solid #999;
		border-right: 1px solid #999;
	}
	.p-topCompanies__list,
	.p-topCompanies__list.archive {
		width: 48%;
		height: auto;
		background-size: 140px;
		margin: 0 0 20px 0;
	}
	.archive .p-topCompanies__list__image {
		height: 200px;
	}
	.archive .p-topCompanies__list__image.p-Column__list__image {
		height: 300px;
	}
	.p-topCompanies__list a:hover {
		background: none;
		border-radius: 0;
	}

	.p-topComparison_thead {
	font-size: 12px;
	}
	.p-topComparison_thead th {
		padding: 5px 10px;
	}
	.p-topComparison_thead th:not(:nth-child(1)) {
		border-left: 1px solid #c2c2c2;
	}
	.p-topComparison_main {
		background-color: #c7959b;
	}
	.p-topComparison_th {
		font-size: 12px;
		padding: 5px;
	}
	.p-topComparison_td {
		font-size: 26px;
	}
}

@media only screen and (max-width: 480px) {
	.p-topCompanies__list,
	.p-topCompanies__list.archive {
		width: 90%;
		height: auto;
		background-size: 140px;
		margin: 15px auto 0;
	}
	.job-slider-content .p-topCompanies-job__list {
		margin: 20px auto;
		width: 90%;
		height: 100%;
	}
	ul.p-topCompanies {
		margin: 10px auto 0;
	}
	.p-topCompanies__list__catch {
		position: absolute;
		top: 160px;
		font-size: 14px;
		background-image: url(./img/index/bg_topCompany_sp.png);
		margin: 0;
		padding: 5px 15px 0;
		height: 40px;
		width: 100%;
		color: #cb4890;
	}
	.p-topCompanies__list__catch.p-Column__list__catch {
		top: 260px;
	}
}

a.anchor {
	display: block;
	position: relative;
	top: -120px;
	visibility: hidden;
}

.c-button.company-button {
	width: 640px;
}

.c-button.company-button::before {
	border-right: 320px solid transparent;
	border-left: 320px solid #d670a8;
}

@media only screen and (max-width: 960px) {
	.c-button.company-button {
		width: calc(100vw - 40px);
	}
	.c-button.company-button::before {
		border-right: calc(50vw - 20px) solid transparent;
		border-left: calc(50vw - 20px) solid #d670a8;
	}
	.c-button.company-button>a {
		font-size: 12px;
		line-height: 30px;
	}
}

/**/

.p-topInterview {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 940px;
	margin: 40px auto 0 auto;
}

.p-topInterview__list {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	background: white;
}

.p-topInterview__list__left {
	width: 160px;
	height: 160px;
	background-size: cover;
	background-position: center;
}

.p-topInterview__list__right {
	width: calc(100% - 160px);
	padding: 20px 20px 0 20px;
}

.p-topInterview__list__right span {
	font-weight: bold;
	line-height: 1.6;
	font-size: 14px;
}

.p-topInterview__list__right__title {
	font-size: 15px;
	line-height: 1.6;
}

.p-topInterview__list__right__title a {
	font-weight: bold;
}

.p-topInterview__list__right__title a:hover {
	text-decoration: underline;
}

.p-topInterview__list__right__sub {
	font-size: 12px;
}

.p-topInterview__list__right__description {
	margin-top: 3px;
	font-size: 14px;
	line-height: 1.6;
}

.p-topInterview__list__right__description a {
	text-decoration: underline;
}

.p-topInterview__list__right__description a:hover {
	text-decoration: none;
}

.p-topInterview__list__sp {
	display: none;
}

.p-topInterview.popular .p-topInterview__list {
	background: #f5f5f5;
}

.p-topInterview.pickup {
	flex-wrap: wrap;
	width: 100%;
}

.p-topInterview.pickup .p-topInterview__list {
	width: 100%;
}

@media only screen and (max-width: 960px) {
	.p-topInterview.pickup .p-topInterview__list {
		width: calc(100% - 10px);
	}
	.p-topInterview {
		width: 100%;
		margin-top: 15px;
	}
	.p-topInterview__list {
		flex-wrap: wrap;
		width: calc(100% - 10px);
		margin: 10px auto 0 auto;
	}
	.p-topInterview__list__left {
		width: 100px;
		height: 100px;
	}
	.p-topInterview__list__right {
		width: calc(100% - 100px);
		padding: 15px;
	}
	.p-topInterview__list__right__title {
		font-size: 15px;
	}
	.p-topInterview__list__right__sub,
	.p-topInterview__list__right__description {
		display: none;
	}
	.p-topInterview__list__sp {
		display: block;
		width: 100%;
		padding: 10px 15px;
		background: #e9e9e9;
	}
	.p-topInterview__list__sp__sub {
		font-size: 12px;
		line-height: 1.6;
	}
	.p-topInterview__list__sp__sub span {
		font-size: 14px;
		font-weight: bold;
	}
	.p-topInterview__list__sp__description {
		margin: 10px 0;
		border: 1px solid #333333;
	}
	.p-topInterview__list__sp__description a {
		position: relative;
		display: block;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
	}
	.p-topInterview__list__sp__description a:after {
		content: "";
		position: absolute;
		top: 18px;
		right: 12px;
		width: 8px;
		height: 8px;
		border-top: 1px solid #8e8e8e;
		border-right: 1px solid #8e8e8e;
		transform: rotate(45deg);
	}
}

.pager {
	width: 480px;
	margin: 20px auto;
	position: relative;
}

.pager {
	overflow: hidden;
}

.pager ul {
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}

.pager ul li {
	margin: 0 1px;
	position: relative;
	left: -50%;
	float: left;
}

.pager p.prevBtn {
	position: absolute;
	left: 33px;
}

.pager p.nextBtn {
	position: absolute;
	right: 33px;
	left: auto;
}

.pager ul li span,
.pager ul li a,
.pager p a {
	display: block;
	font-size: 16px;
	padding: 0.6em 1em;
	border-radius: 3px;
}

.pager ul li a,
.pager p a {
	background: #EEE;
	color: #000;
	text-decoration: none;
}

.pager ul li.current span {
	background: #bb757e;
	color: #FFF;
}

.pager ul li a:hover,
.pager p a:hover {
	background: #333;
	color: #FFF;
}

@media only screen and (max-width: 960px) {
	.pager {
		width: calc(100% - 40px);
	}
	.pager .prev,
	.pager .next {
		display: none;
	}
}

.intv_searchBox {
	background: #f9f9f9;
	padding: 15px 0 15px 30px;
}

.intv_searchlabel {
	display: inline-block;
	vertical-align: middle;
}

.intv_searchlabel.right {
	margin-left: 20px;
}

#link_topCompanies .intv_searchBox {
	background: #eeeeee;
    padding: 10px 20px 15px;
	width: 940px;
	margin: 20px auto 0 auto;
}

.jobOfferCategorySelect select {
	border: 1px solid #999;
	border-radius: 3px;
	background: #FFF;
	height: 36px;
	line-height: 36px;
	padding: 0 0 0 15px;
}

.jobOfferCategorySelect .selectBox select {
	width: 100% !important;
}

.jobOfferCategorySelect .selectDayBox select {
	width: 100% !important;
}

@media only screen and (max-width: 960px) {




}

.top-column-area>.c-image {
	margin-top: 0;
}

.top-column-area>.c-image>.c-image__wrapper img {
	width: 400px;
}

@media only screen and (max-width: 960px) {
	.top-column-area>.c-image {
		padding-bottom: 30px;
	}
}

/* news style */
.news_container {
	max-width: 940px;
	margin: 0 auto;
}
.company__section_news {
	padding: 50px 0 0;
}
@media (max-width: 749px) {
	.company__section_news {
		padding: 50px 20px 30px;
	}
}
.company__news-heading{
	font-weight: bold;
	font-size: 36px;
	color: #a48e55;
	text-align: center;
	margin-bottom: 24px;
}
@media (max-width: 749px) {
	.company__news-heading {
		font-size: 24px;
		text-align: center;
		margin-bottom: 20px;
	}
}
.company__news-area {
	border-top: 3px solid #c2c1c1;
	border-bottom: 3px solid #c2c1c1
}

.company__news-contents {
	margin: 20px auto;
}

.company__news-content:not(:last-child) {
	border-bottom: 1px solid #c2c1c1;
}

.company__news-items {
	margin: 20px auto;
}

.company__news-items li {
	display: inline;
}

.company__news-items li:last-child {
	padding-top: 10px;
}

.company__news-date {
	color: #676767;
}

.company__news-category{
	background: #a48e55;
	color: #fff;
	border: 1px solid #a48e55;
	border-radius: 5px;
	font-size: 16px;
    font-weight: bold;
    padding: 2px 5px;
    margin: 0 15px 0 15px;
}

.company__news-title{
	line-height: 1.4;
	color: #272f4f;
	word-break: break-word;
}

.company__news-title:hover{
	opacity: 0.5;
}

@media (max-width: 749px) {
	.company__news-items li {
		display: block;
	}
}

/* QA */
.container {
	max-width: 1100px;
	margin: 0 auto;
}
.question {
	margin-bottom: 80px;
}

@media (max-width: 749px) {
	.question {
    padding-top: 0px;
  }
}

.question_top-page {
	margin-bottom: 40px;
}

@media (max-width: 749px) {
	.question_top-page {
		padding-top: 20px;
		margin-bottom: 20px;
	}
}

.question_top-page .question__sort-heading {
	border: 1px solid #bb757e;
}

.question .question__section {
  margin-top: 40px;
  margin-bottom: 80px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 749px) {
	.question .question__section {
    margin-top: 20px;
    margin-bottom: 40px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.question .question__area_sort-current {
	width: 30%;
	margin-right: 24px;
}

@media (max-width: 749px) {
	.question .question__area_sort-current {
		width: 100%;
		margin-right: 0;
	}
}

.question .question__area_sort-target {
	width: 70%;
}

@media (max-width: 749px) {
	.question .question__area_sort-target {
		width: 100%;
		padding: 20px 12px;
		box-sizing: border-box;
	}
}

.question .question__area_sort-target .question__category {
  position: relative;
  padding: 0.5em 1em;
  background: #bb757e;
  color: white;
  font-size: 1.5rem;
  margin-bottom: 35px;
}

.question .question__area_sort-target .question__category::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #88555C;
}

@media (max-width: 749px) {
  .question .question__area_sort-target .question__category {
    background: #bb757e;
    font-size: 16px;
    font-weight: 600;
  }
  .question .question__area_sort-target .question__category::before {
    content: none;
  }
}

.question .question__head-heading {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

@media (max-width: 749px) {
	.question .question__head-heading {
		display: none;
	}
}

.question .question__sort-area-heading {
	display: block;
	font-size: 16px;
}

.question .question__sort-area-heading:first-child {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-right: 8px;
}
.question .question__sort-current-items.fixed {
  position: fixed;
  top: 200px;
  width: 248px;
}

@media (min-width: 1264px) {
  .question .question__sort-current-items.fixed {
    width: 334px;
  }
}

@media (min-width: 1904px){
  .question .question__sort-current-items.fixed {
    width: 514px;
  }
}

@media (max-width: 749px) {
	.question .question__sort-current-items {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
	}
}

.question .question__sort-current-item {
	background-color: #fff;
	font-size: 18px;
	margin-bottom: 16px;
	height: 86px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
	border-right: 4px solid #fff;
	cursor: pointer;
	position: relative;
	text-align: left;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.question .question__sort-current-item a {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 75px;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.question .question__sort-current-item.question__sort-current-item_fa a {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 749px) {
	.question .question__sort-current-item {
		padding: 12px;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		height: auto;
		max-width: 130px;
		line-height: 13px;
		font-size: 14px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
		box-shadow: none;
		border-right: 2px solid #eee;
	}
}

.question .question__sort-current-item:before {
	position: absolute;
	width: 32px;
	height: 30px;
	left: 20px;
}

@media (max-width: 749px) {
	.question .question__sort-current-item:before {
		display: none;
	}
}

.question .question__sort-current-item_qa:nth-of-type(1):before {
	content: url("./img/qa_current_input_01.svg");
}

.question .question__sort-current-item_qa:nth-of-type(2):before {
	content: url("./img/qa_current_input_03.svg");
}

.question .question__sort-current-item_qa:nth-of-type(3):before {
	content: url("./img/qa_current_input_04.svg");
}

.question .question__sort-current-item_qa:nth-of-type(4):before {
	content: url("./img/qa_current_input_05.svg");
}

.question .question__sort-current-item_fa {
	padding-left: 20px;
	height: 60px;
	line-height: 1.2;
	font-size: 16px;
}

@media (max-width: 749px) {
	.question .question__sort-current-item_fa {
		font-size: 13px;
	}
}

.question .question__sort-target-item:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 749px) {
	.question .question__sort-target-item:not(:last-child) {
		margin-bottom: 12px;
	}
}

.question .question__sort-heading {
	font-weight: bold;
	background-color: #fff;
	padding: 16px 20px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	position: relative;
	cursor: pointer;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 749px) {
	.question .question__sort-heading {
		padding: 12px 8px;
	}
}

.question .question__sort-heading:after {
	content: "";
	position: absolute;
	right: 32px;
	top: 24px;
	width: 22px;
	height: 22px;
	border-right: 2px solid #88555C;
	border-bottom: 2px solid #88555C;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
}

@media (max-width: 749px) {
	.question .question__sort-heading:after {
		display: none;
	}
}

.question .question__sort-heading--open:after {
	content: none;
}

.question .question__sort-heading_current-arrow:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 34px;
}

@media (max-width: 749px) {
	.question .question__sort-heading {
		font-size: 16px;
	}
}

.question .question__sort-title {
	display: block;
	width: 80%;
  line-height: 1.5;
  color: #88555C;
}

@media (max-width: 749px) {
	.question .question__sort-title {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		width: 100%;
	}
}

.question .question__sort-number {
	margin-right: 10px;
	color: #fff;
	width: 48px;
	height: 48px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	background-color: #88555C;
	display: block;
}

@media (max-width: 749px) {
	.question .question__sort-number {
		width: 40px;
		height: 40px;
		line-height: 36px;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
	}
}

.question .question__sort-number_top-page {
	background-color: #bb757e;
	color: #fff;
	font-size: 26px;
}

.question .question__sort-description {
	display: none;
	border: 2px solid #88555C;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 12px;
}

@media (max-width: 749px) {
	.question .question__sort-description {
		border: 0;
		padding: 12px 10px;
		margin-top: 4px;
	}
}

.question .question__sort-description--open {
	display: block;
}

.question .question__sort-description_top-page {
	margin-top: 0;
	background-color: #bb757e;
	color: #fff;
	border-color: #bb757e;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.question .question__sort-answer-heading {
	font-weight: bold;
	color: #88555C;
	position: relative;
	font-size: 20px;
	line-height: 1.4em;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 1.6;
}

@media (max-width: 749px) {
	.question .question__sort-answer-heading {
		font-size: 16px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.question .question__sort-answer-heading:before {
	content: "A";
	font-size: 20px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background-color: #bb757e;
	display: block;
	margin-right: 12px;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

@media (max-width: 749px) {
	.question .question__sort-answer-heading:before {
		content: none;
	}
}

.question .question__sort-answer-heading_top-page {
	color: #fff;
}

.question .question__sort-answer-heading_top-page:before {
	display: none;
}

.question .question__sort-answer {
	font-size: 14px;
	line-height: 1.6;
}

.question .question__sort-answer:not(:first-child) {
	margin-top: 16px;
}

.question .question__sort-answer:not(:last-child) {
	margin-bottom: 20px;
}

.question .question__sort-answer em {
	font-weight: bold;
	font-size: 16px;
	margin: 8px 0;
}

.question .current-input {
	border-color: #bb757e;
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	font-weight: bold;
	color: #bb757e;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}


.question .current-input a{
  color: #bb757e;
}



@media (max-width: 749px) {
	.question .current-input {
		-webkit-transform: none;
		transform: none;
		background-color: #88424c;
		color: #fff;
	}
}

.question .question__navigation {
	background: #fff;
  display: block;
  margin-top: 40px;
}

.question .question__navigation-inner {
	max-width: 1100px;
	margin: 0 auto;
}

.question .question__navigation-items {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.question .question__navigation-items::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid #bb747e;
  z-index: 1;
}

@media (max-width: 749px) {
	.question .question__navigation-items {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.question .question__navigation-item {
  width: auto;
  margin-left: 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #eee;
}

@media (max-width: 749px) {
	.question .question__navigation-item {
    width: 50%;
    margin-left: 0px;
	}
}
.question .question__navigation-item--active {
  background-color: #bb747e;
  pointer-events: none;
}
.question .question__navigation-item--active .question__navigation-button {
	color: #fff;
  border-bottom-color: #fff;
  z-index: 2;
}

.question .question__navigation-button {
	color: #88424c;
	display: block;
	min-width: 180px;
	padding: 20px;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
}

@media (max-width: 749px) {
	.question .question__navigation-button {
		min-width: auto;
    width: 100%;
    font-size: 14px;
	}
}

.question .question__navigation-button:hover {
	cursor: pointer;
  background: #88424c;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
	color: #fff;
}

.tab-target-area {
  margin-bottom: 60px;
}

.tab-target-area .basic__information {
	background: #f9f0f0;
	padding: 20px;
	border-radius: 6px;
	margin: 20px 0;
	color: #88424c;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 600;
}

.tab-target-area .basic__link {
	background: #f9f0f0;
	padding: 20px;
	border-radius: 6px;
	margin: 12px 0 20px;
}

@media (max-width: 749px) {
	.tab-target-area .basic__link {
		padding: 12px;
	}
}

.tab-target-area .basic__link a {
	color: #88424c;
	font-size: 16px;
	position: relative;
	font-weight: 600;
	transition: .3s;
}

.tab-target-area .basic__link a:hover {
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
	-webkit-filter: brightness(0.6);
	filter: brightness(0.6);
}

.tab-target-area .basic__link a:hover:after {
	right: -36px;
}

.tab-target-area .basic__link a:after {
	content: url(./img/arrow_circle_pink.svg);
	width: 18px;
	height: 18px;
	position: absolute;
	right: -30px;
	top: 2px;
	transition: .3s;
}

.tab-target-area .basic__image {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 6px solid #eee;
	padding: 20px;
}

@media (max-width: 749px) {
	.tab-target-area .basic__image {
		padding: 8px;
		border-width: 4px;
	}
}

.tab-target-area .basic__information a{
	color: #88424c
}

.tab-target-area .basic__information a:hover{
	opacity: 0.6;
}

.sub-head {
	background-color: #88555C;
	color: #fff;
	padding: 56px 0;
	font-weight: bold;
}

.sub-head h1, .sub-head p {
	font-weight: bold;
}

@media (max-width: 749px) {
	.sub-head {
		padding: 20px;
	}
}

.sub-head .sub-head__area {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.sub-head .sub-head__heading_main {
	font-size: 36px;
	margin-bottom: 12px;
}

@media (max-width: 749px) {
	.sub-head .sub-head__heading_main {
		font-size: 20px;
		margin-bottom: 4px;
	}
}

.sub-head .sub-head__heading_sub {
	font-size: 14px;
}

@media (max-width: 749px) {
	.sub-head .sub-head__heading_sub {
		font-size: 12px;
	}
}

.sub-head .sub-head__icon_qa {
	margin: 0 24px -20px 32px;
}

@media (max-width: 749px) {
	.sub-head .sub-head__icon_qa {
		margin: 0 12px -16px 0;
	}
}

@media (max-width: 749px) {
	.sub-head .sub-head__icon_qa .image {
		width: 45px;
		height: 39px;
	}
}

#global-nav-back {
	background-color: #212121;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: inherit;
	transition-delay: .15s;
	width: 100%;
	z-index: 1100;
	display: none;
}

.open #global-nav-back {
	opacity: .46;
	display: block;
}

#global-nav {
	color: rgba(0,0,0,.87);
	position: fixed;
	width: 400px;
	height: 100vh;
	top: 0;
	right: 0;
	z-index: 1101;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transform: translateX(400px);
	transition:  transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	background-color: #fff;
	line-height: 1.5;
}

#global-nav .inner {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.open #global-nav {
	transform: translateX(0);
}

.mamateras-pink {
	background-color: #bb757e!important;
	border-color: #bb757e!important;
}

.mamateras-light-pink {
	background-color: #DFBEC2!important;
	border-color: #DFBEC2!important;
}

.mamateras-light-gray {
  background-color: #F5F5F5 !important;
  border-color: #F5F5F5 !important;
}

.mamateras-white {
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.amateras-blue {
  background-color: #2C4198 !important;
  border-color: #2C4198 !important;
}

.mamateras-pink--text {
	color: #bb757e!important;
}

.mamateras-white--text {
  color: #ffffff !important;
}

a.mamateras-pink--text:hover {
  opacity: 0.7;
}

.mamateras-pink--arrow::after {
  content: url(./img/arrow-right-pink.svg);
  width: 16px;
	height: 16px;
  position: absolute;
  transition: .2s;
  right: -5px;
}

.mamateras-gold--arrow::after {
  content: url(./img/arrow-right-gold.svg);
  width: 16px;
	height: 16px;
  position: absolute;
  transition: .2s;
  right: -5px;
}

.mamateras-pink--arrow:hover::after {
  right: -8px;
}

.mamateras-pink--border-left {
  border-left: 2px solid #bb757e;
}

.mamateras-gold--border-left {
  border-left: 2px solid #9f8e62;
}

.mamateras-gold {
	background-color: #9f8e62!important;
	border-color: #9f8e62!important;
}

.mamateras-gold--text {
  color: #9f8e62 !important;
}

.amateras-red {
	background-color: #ea5541 !important;
	border-color: #ea5541 !important;
}

#global-nav .layout > a {
	font-size: 12px;
	color: #1976d2;
	text-decoration: underline;
}

@media only screen and (max-width: 960px) {
	#global-nav {
		width: 100%;
		transform: translateX(100%);
	}

	.open #global-nav {
		transform: translateX(0);
	}
}

.hamburger {
	padding: 0 !important;
	margin-right: 20px !important;
	line-height: 24px !important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background-color: #9f8e62!important;
}

a#global-header-help {
	display: block;
	position: relative;
	width: 50px;
	height: 74px;
	margin-right: 10px;
}

a#global-header-help .v-icon {
	position: absolute;
	top: 14px;
	left: 6px;
	font-size: 30px;
}

a#global-header-help div {
	line-height: initial;
	bottom: 6px;
	position: absolute;
}

.modal {
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal__container {
	background-color: #fff;
	padding: 30px;
	width: 500px;
	max-width: 90%;
	max-height: 100vh;
	border-radius: 4px;
	overflow-y: auto;
	box-sizing: border-box;
}

@keyframes mmfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes mmfadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}

.micromodal-slide {
	display: none;
	z-index: 1110;
}

.micromodal-slide.is-open {
	display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
	z-index: 1110;
}

.right-nav-link {
	padding-top: 10px;
	border-top: #bb757e solid 1px;
}

.right-nav-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.right-nav-link ul li {
	margin: 16px 0;
}
.right-nav-link ul li a {
	font-size: 16px;
	font-weight: bold;
	color: rgba(0,0,0,0.87);
	text-decoration: none;
}

.account-menu {
	display: none;
	position: absolute;
	right: 0;
	width: 200px;
	top: 64px;
	z-index: 1;
	background-color: white;
	padding-top: 8px;
}

.account-menu:hover, .account-menu.hovered {
	display: block;
}

.account-menu a {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.account-menu a:hover {
	opacity: 0.7;
}
a.header-help {
	color: rgba(0,0,0,0.87);
	text-decoration: none;
}

.noty_theme__mamateras.noty_bar {
	margin: 4px 0;
	overflow: hidden;
	border-radius: 2px;
	position: relative;
}

.noty_theme__mamateras.noty_bar .noty_body {
	padding: 10px;
	font-size: 14px;
}

.noty_theme__mamateras.noty_bar .noty_buttons {
	padding: 10px;
}

.noty_theme__mamateras.noty_type__alert,
.noty_theme__mamateras.noty_type__notification {
	background-color: #fff;
	border-bottom: 1px solid #D1D1D1;
	color: #2F2F2F;
}

.noty_theme__mamateras.noty_type__warning {
	background-color: #faed00;
	border-bottom: 1px solid #faed00;
	color: #fff;
}

.noty_theme__mamateras.noty_type__error {
	background-color: #ea5541;
	border-bottom: 1px solid #ea5541;
	color: #fff;
}

.noty_theme__mamateras.noty_type__info,
.noty_theme__mamateras.noty_type__information {
	background-color: #bb757e;
	border-bottom: 1px solid #bb757e;
	color: #fff;
}

.noty_theme__mamateras.noty_type__success {
	background-color: #9f8e62;
	border-bottom: 1px solid #9f8e62;
	color: #fff;
}

.headerLink {
	display: inline-flex;
	flex-direction: column;
	position: relative;
	color: rgba(0,0,0,0.87);
	text-decoration: none;
}

.headerLink span {
	display: inline-flex;
	justify-content: center;
	width: 50px;
	font-size: 10px;
	font-weight: bold;
}

.headerLink i {
	text-align: center;
}

@media only screen and (max-width: 959px) {
	.headerLink {
		color: white;
	}
}

.nav-activation {
	font-size: 10px;
	margin: 0 8px;
	padding: 6px 12px;
	border: 1px black solid;
	border-radius: 10px;
}

.nav-activation .open-activation {
	color: #1976d2;
}

.right-nav-link {
	padding-top: 10px;
	border-top: #bb757e solid 1px;
}

.right-nav-link ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.right-nav-link ul li {
	margin: 16px 0;
}
.right-nav-link ul li a {
	font-size: 16px;
	font-weight: bold;
	color: rgba(0,0,0,0.87);
	text-decoration: none;
}

.headerBadge > .v-badge__badge {
	width: 18px;
	height: 18px;
	top: -3px;
	left: 0;
	font-size: 12px;
}

/* 掲載企業様へ */
.company .h-header {
  height: 50px;
  margin-right: 10px;
  flex: initial;
}

.company .h-header a {
  font-size: 12px;
}

.btn-gold {
  background-color: #a08e5c !important;
  color: #fff;
}

.btn-pink {
  background-color: #bb757e !important;
  color: #fff;
}

.btn-blue {
  background-color: #2C4198 !important;
  color: #fff;
}

.btn__large {
  font-size: 24px !important;
  width: 280px !important;
  height: 60px !important;
  border-radius: 10px !important;
}

.feature-circle {
  width: 250px;
  height: 250px;
}

.feature__text-area {
  width: 250px;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.5 !important;
  letter-spacing: 0.02em !important;
  font-family: 'Roboto', sans-serif !important;
}
.card__company-interview {
  width: 90%;
  position: relative;
}

.card-image__company-interview {
  width: 100%;
}

.card-image__company-interview img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dawn-arrow__gray:not(:last-of-type) {
  margin-bottom: 64px;
}

.dawn-arrow__gray:not(:last-of-type)::after {
  content: url('./img/down-gray.svg');
  position: absolute;
  width: 20%;
  left: 40%;
  bottom: -60px;
}

.sp-column {
  flex-direction: column;
}

.company__graph img {
  object-fit: contain;
  object-position: bottom;
  width: 100%;
  height: 100%;
}

#mamateras_feature .headline {
  font-size: 28px !important;
}

@media all and (max-width: 959px) {
  .pa-sp-3 {
    padding: 16px;
  }

  .card__company-interview {
    width: 100%;
    margin: 10px auto;
  }
}

@media all and (min-width: 960px) {
  .md-row {
    flex-direction: row !important;
  }
  .btn__large {
    width: 250px !important;
  }
  .company .h-header {
    height: 74px;
    margin-right: 0px;
    flex: 1 1 auto;
  }
  .company .h-header a {
    font-size: 16px;
  }

  .card__company-interview {
    width: 31%;
    padding-bottom: 100px;
  }

  .card__company-interview > p {
    font-size: 15px !important;
  }

  .card__company-interview .card__company-interview-button {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .card-image__company-interview {
    width: 100%;
    height: 240px;
  }

  .dawn-arrow__gray:not(:last-of-type)::after {
    width: 6%;
    left: 47%;
  }

  .sp-column {
    flex-direction: row;
  }

  .company__graph {
    width: 360px;
    height: 408px;
  }
}

@media all and (min-width: 1264px) {
  .company .container {
    max-width: 1200px !important;
  }
  .feature-circle {
    width: 300px;
    height: 300px;
  }
  .feature__text-area {
    width: 300px;
  }
}

@media all and (min-width: 1904px) {
  .company .container {
    max-width: 1500px !important;
  }
}

/* B向けコラム */
.c-top-image {
  width: 90%;
  height: auto;
}

.c-top-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column__info-container {
  width: 90%;
  padding-left: 10px;
  padding-right: 10px;
}

.company__info {
  flex-direction: column;
  align-items: center;
}

.company__info-logo {
  width: 100px;
  height: 100px;
  background-color: #fff;
  margin-bottom: 14px;
}

.company__info-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

dl.column__flow:not(:last-of-type) {
  margin-bottom: 64px;
}

dl.column__flow:not(:last-of-type)::after {
  content: url('./img/down-white.svg');
  position: absolute;
  width: 10%;
  left: 45%;
  bottom: -60px;
}

dl.column__flow {
  background-color: #fff;
  min-height: 100px;
  border-radius: 25px;
  flex-direction: column;
}

dl.column__flow dt {
  margin-bottom: 14px;
}

dl.column__flow dd{
  font-size: 14px;
  line-height: 1.4;
}

@media all and (min-width: 960px) {
  .c-top-image {
    width: 600px;
    height: 400px;
  }
  .column__info-container {
    width: 960px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .company__info {
    flex-direction: row;
  }

  .company__info-logo {
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }

  .company__info-logo img {
    width: 60px;
  }

  dl.column__flow {
    flex-direction: row;
  }
  dl.column__flow dt {
    margin-bottom: 0;
  }
}

@media all and (min-width: 1264px) {
  .column__info-container {
    width: 1100px;
  }
  .column__info-container > div {
    width: 850px;
    margin: 0 auto;
  }
}

/* B向けモダール */
.company__modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
.company__modal-bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.company__modal-content{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
}

img.company__modal-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.company__modal-btn__area {
  height: 250px;
}

.company__modal-btn {
  width: 320px;
}

.company__modal-btn a {
  width: 260px !important;
  text-align: center;
}

.company__modal-btn a.btn__large {
  height: 70px !important;
}

@media all and (max-width: 959px) {
  .company__modal-content{
    width: 90%;
  }
}

/* B向け掲載お問い合わせフォーム */
.company-ask__title::before {
  content: url(./img/edit.svg);
  width: 30px;
  position: absolute;
  left: 0;
}

/* コラム一覧 */
.List_items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0;
  max-width: 1010px;
}

.List_item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 749px) {
  .List_items {
    padding: 0 20px;
  }
  .List_item {
    width: 100%;
    margin-right: 0;
  }
}
.Article {
  position: relative;
  border: 3px solid #F0F0F0;
  margin-bottom: 12px;
  transition: .3s;
  width: 480px;
}
.Article:hover {
  border: 3px solid #bb757e;
}

@media (max-width: 749px) {
  .Article {
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
  }
  .Article:hover {
    border: none !important;
  }
}

.Article_block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  width: 100%;
}
@media (max-width: 749px) {
  .Article_block {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
  }
}

.Article_imageWrap {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
@media (max-width: 749px) {
  .Article_imageWrap {
    max-width: inherit;
    min-height: inherit;
    height: 100%;
  }
}

@media (max-width: 576px) {
  .Article_imageWrap {
    height: 220px;
  }
}
.Article_imageWrap:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
@media (max-width: 749px) {
  .Article_imageWrap:before {
    padding-top: 48%;
  }
}
.Article_imageWrap:hover .Article_image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.Article_image {
  background: url() no-repeat 50% 50%;
  background-size: cover;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
}

.Article_image_tip {
  position: absolute;
  top: 14px;
  right: 14px;
  box-sizing: border-box;
  min-width: 160px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  background-color: #958355;
  padding: 10px 20px;
}

@media (max-width: 749px) {
  .Article_image_tip {
    top: 0;
    right: 0;
    min-width: 140px;
    font-size: 12px;
  }
}
.Article_category {
  border-radius: 2px;
  background: #bb757e;
  color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  display: inline-block;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: .3s;
  text-decoration: none;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.9" /><feFuncG type="linear" slope="0.9" /><feFuncB type="linear" slope="0.9" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}
@media (max-width: 749px) {
  .Article_category {
    font-size: 12px;
    right: 4px;
    top: 4px;
    padding: 4px 8px; }
}
.Article_category:hover {
  color: #fff;
}

.Article_main {
  position: relative;
  min-width: 59%;
  box-sizing: border-box;
  height: 140px;
  padding: 16px 16px 20px;
}
@media (max-width: 749px) {
  .Article_main {
    height: auto;
    padding: 12px 12px;
  }
}

.Article_sub {
  position: absolute;
  bottom: 16px;
}

@media (max-width: 749px) {
  .Article_sub {
    position: inherit;
    padding-top: 24px;
  }
}

.Article_tag {
  color: #272F4F;
  font-size: 14px;
  background: #fffc00;
  font-weight: 900;
  width: auto;
  display: inline-block;
  padding: 3px 5px;
  margin-bottom: 6px;
}

.Article_title {
  font-size: 15px;
  display: block;
  color: #bb757e;
  line-height: 1.6;
  font-weight: bold;
  transition: .3s;
}
.Article_title:visited {
  color: #bb757e;
  text-decoration: none;
}
.Article_title:hover {
  cursor: pointer;
  color: #bb757e;
  text-decoration: none;
}
@media (max-width: 749px) {
  .Article_title {
    font-size: 15px;
  }
}

.Article_description {
  font-size: 12px;
  font-size: 12px;
  margin: 28px 0;
  color: #666;
  line-height: 1.5;
  overflow: hidden;
  word-wrap: break-word;
}
@media (max-width: 749px) {
  .Article_description {
    margin: 16px 0;
  }
}
.Article_attr {
  margin-top: 16px;
}

.Article_time {
  font-size: 13px;
  font-size: 13px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
  color: #666;
  margin-right: 8px;
  font-weight: 400;
  letter-spacing: 0.1px;
}
@media (max-width: 749px) {
  .Article_time {
    font-size: 12px;
    font-weight: normal;
  }
}

.Article_info_area {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 16px;
}

@media (max-width: 749px) {
  .Article_info_area {
    margin-top: 16px;
  }
}

.Article_info {
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  padding-bottom: 3px;
}

@media (max-width: 749px) {
  .Article_info {
    margin-top: 16px;
  }
}

.Article_info_area .Article_info{
  margin-bottom: 0;
  margin-left: 14px;
}

@media (max-width: 749px) {
  .Article_info_area .Article_info {
    margin-top: 0;
  }
}

.Article_logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

@media (max-width: 749px) {
  .Article_logo {
    width: 50px;
    height: 50px;
  }
}
