/* ==========================================================================
   common
   ========================================================================== */
* {
	box-sizing: border-box;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    font-size: 18px;
	-webkit-text-size-adjust: 100%;
    line-height: 1.5;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
p {
	margin: 0 0 25px;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
textarea {
    resize: vertical;
}
.mb0 {
	margin-bottom: 0!important;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
   clear: both;
}
strong {
	font-weight: bold;
	color: #f08a05;
}
li {
	list-style: none;
}
.pc {
	display: inherit!important;
}
.sp {
	display: none!important;
}
a {
	color: #00aebb;
}
a img {
	transition: 0.3s;
}
a img:hover {
	transition: 0.3s;
	opacity: 0.8;
}

/* ==========================================================================
   style
   ========================================================================== */

body {
	width: 100%;
}
.row {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
header {
}
header .row {
	position: relative;
}
header .logo {
	background: #00aebb;
	padding: 15px 0;
	color: #FFF;
	font-size: 14px;
}
header .logo .flex {
	align-items: center;
}
header .mv {
	background-image: url(../img/mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 60px;
}
header .mv .row {
	position: relative;
}
header .mv .row .robo {
	position: absolute;
	top: 0;
	right: 0;
}
header .mv .in {
	width: 670px;
}
header .mv .in p {
	font-size: 32px;
	font-weight: bold;
	color: #f5f5f5;
	margin: 50px 0;
}
header .mv .in p strong {
	font-size: 42px;
	color: #ffe012;
}
header .mv .in p span {
	font-size: 38px;
}
header .mv .in .btn {
	text-align: center;
	padding: 0 0 50px;
}
header .mv h1 {
	margin-top: 0;
	font-size: 28px;
	color: #261601;
	text-align: center;
	padding: 10px;
	background: #ffe012;
	position: relative;
}
header .mv h1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #ffe012;
}
.head-case {
	padding: 15px 0;
}
.head-case .flex {
	align-items: center;
}
.head-case .row div:first-child img {
	border-right: 1px solid #ececec;
	padding-right: 25px;
}
nav.ac {
	background: #e9f2f3;
	padding: 30px 0;
}
nav.ac a {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	box-shadow: inset 0px -3px 0px 0px rgba(93, 93, 93, 0.2);
	width: 180px;
	height: 170px;
	padding-top: 90px;
	position: relative;
	transition: 0.3s;
	background-color: rgb(255, 255, 255);
	background-repeat: no-repeat;
	background-position: top 30px center;
}
nav.ac a:hover {
	transition: 0.3s;
	opacity: 0.8;
}
nav.ac a::before {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 20px;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
}
nav.ac a.nav01 {
	background-image: url(../img/ico-01.png);
}
nav.ac a.nav02 {
	background-image: url(../img/ico-02.png);
}
nav.ac a.nav03 {
	background-image: url(../img/ico-03.png);
}
nav.ac a.nav04 {
	background-image: url(../img/ico-04.png);
}
nav.ac a.nav05 {
	background-image: url(../img/ico-05.png);
}
section {
	padding: 60px 0;
}
h2 {
	font-size: 34px;
	padding-bottom: 30px;
	margin-top: 0;
	border-bottom: 1px solid #00aebb;
}
section.blue {
	background: #e9f2f3;
}
section.reason .item {
	position: relative;
	margin-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
}
section.reason .left-box {
	min-height: 250px;
}
section.reason .left-box p:last-child {
	margin-bottom: 0;
}
section.reason .item-box .item:first-child {
	border-top: none;
}
section.reason .item-box .item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
section.reason .left-box {
	width: 580px;
}
section.reason .item .r {
	background: #00aebb;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 5px 35px;
	display: inline-block;
}
section.reason .item h3 {
	font-size: 30px;
	line-height: 1.3;
	margin-top: 15px;
	margin-bottom: 20px;
}
section.reason .item h3 span {
	font-size: 24px;
}
section.reason .item p {
	font-size: 16px;
	margin-bottom: 15px;
}
section.reason .item img {
	position: absolute;
	top: 0;
	right: 0;
}
section.reason .item .mission {
	margin-top: 30px;
}
section.reason .item .mission b {
	font-size: 19px;
}
section.reason .item .mission .pop {
	margin-top: 20px;
}
section.reason .item .mission .pop div {
	text-align: center;
	width: 300px;
}
section.reason .item .mission .pop div a {
	color: #00aebb;
	border: 1px solid #00aebb;
	background: #f9feff;
	padding: 15px 15px 15px 60px;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
	outline: none;
}
section.reason .item .mission .pop div a:hover {
	transiion: 0.3s;
	opacity: 0.8;
}
section.reason .item .mission .pop div a span {
	font-size: 16px;
}
section.reason .item .mission .pop div a::before {
	content: "";
	display: block;
	background-image: url(../img/ico-plus.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
}

/**modal**/
.modal {
    display: none;
}
.modaal-wrapper .modaal-container {
	width: auto;
	padding: 0;
	position: relative;
}
.modaal-wrapper .modaal-content-container {
	padding: 0;
}
.modal-close {
	cursor: pointer;
	position: absolute;
	right: -20px;
	top: -20px;
}

section.price .price-box {
	background: #FFF;
	padding: 30px;
}
section.price .price-box .title {
	font-size: 26px;
	background: #00aebb;
	text-align: center;
	padding: 5px;
	color: #FFF;
	margin-bottom: 30px;
	font-weight: bold;
}
section.price .price-box .title span {
	font-size: 32px;
	color: #ffe012;
}
section.price .price-box .item {
	background: #fff6e9;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	width: 280px;
	height: 190px;
	padding-top: 110px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top 30px center;
	margin-bottom: 30px;
}
section.price .price-box .flex .item:first-child {
	background-image: url(../img/ico-price01.png);
}
section.price .price-box .flex .item:nth-child(2) {
	background-image: url(../img/ico-price02.png);
}
section.price .price-box .flex .item:last-child {
	background-image: url(../img/ico-price03.png);
}
section.price .price-box .flex .item::after {
	content: "";
	width: 50px;
	height: 50px;
	background-image: url(../img/ico-plus-c.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 999;
	top: 0;
	bottom: 0;
	right: -45px;
	margin: auto;
}
section.price .price-box .flex .item:last-child::after {
	content: none;
}
section.price .case .name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
section.price .case table {
	font-size: 16px;
	font-weight: bold;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 20px;
}
section.price .case th,
section.price .case td {
	padding: 5px 15px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
}
section.price .case th {
	text-align: left;
	background: #e9f2f3;
	width: 15%;
}
section.price .case td span {
	font-weight: normal;
	color: #666666;
}
section.price .case p {
	font-size: 16px;
	margin-bottom: 0;
}
section.case .flex {
	flex-wrap: wrap;
	align-items: normal;
}
section.case .flex .flex {
	flex-wrap: nowrap;
	margin-bottom: 15px;
	justify-content: flex-start;
	align-items: flex-start;
}
section.case .item {
	width: 470px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
}
section.case .item img {
	margin-right: 20px;
}
section.case .item .tag {
	width: 150px;
	background: #00aebb;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 1px 0;
	margin-bottom: 2px;
}
section.case .item .name {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 1.3;
}
section.case .item .text {
	max-width: 280px;
}
section.case .item .text p {
	font-size: 16px;
	margin: 0;
}
section.case .item strong {
	font-size: 16px;
}
section.case .item p {
	font-size: 14px;
	margin: 5px 0 0;
}
section.event .item img {
	margin-bottom: 15px;
}
section.event .item p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}
section.company .info {
	width: 550px;
}
section.company .info p {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 30px;
}
section.company h3 {
	font-size: 28px;
	margin-top: 50px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d8d8d8;
}
section.company .img {
	text-align: center;
	margin: 10px 0 15px;
}
section.company p {
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 0;
}

.cv-btn {
	text-align: center;
}
.cv-btn a img {
	width: 480px;
	height: auto;
	margin-top: 50px;
}
nav.breadcrumb {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 10px 0;
}
nav.breadcrumb ol {
    margin: 0 auto;
	padding: 0;
}
nav.breadcrumb li {
    display: inline-block;
    float: left;
	font-size: 14px;
}
nav.breadcrumb li::after {
    color: #959fa5;
    content: "\f105";
    font-family: "FontAwesome";
    margin: 0 10px;
}
nav.breadcrumb ol li:last-child::after {
    content: none;
}
nav.breadcrumb li.home::before {
    color: #00aebb;
    content: "\f015";
    font-family: "FontAwesome";
    margin-right: 5px;
}
nav.breadcrumb li a:hover {
    color: #00aebb;
    text-decoration: none;
}
nav.breadcrumb a {
    color: #00aebb;
}


footer {
	background: #dfdfdf;
}
footer nav {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
footer ul {
	padding-left: 0;
}
footer li {
	font-size: 14px;
	margin-bottom: 10px;
}
footer a {
	color: #656565;
	text-decoration: underline;
	font-size: 14px;
}
footer a:hover {
	color: #f30;
	text-decoration: underline;
}
footer .row span a {
	position: absolute;
	top: 0;
	right: 0;
	transition: 0.3s;
}
footer .row span a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

/* SP用 */
@media screen and (max-width: 667px){
	* {
		box-sizing: border-box;
	}
	html {
		font-size: 13px;
	}
	.sp {
		display: inherit!important;
	}
	.pc {
		display: none!important;
	}
	.row {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.flex {
		display: block;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	.logo img {
		width: 20vw;
		height: auto;
	}
	header .logo {
		padding: 10px 0;
		font-size: 2.3vw;
	}
	header .logo .flex {
		display: flex;
		align-items: center;
	}
	header .mv {
		background-image: url(../img/mv-sp.jpg);
		padding-top: 30px;
	}
	header .mv .row .robo {
		top: 60px;
		right: 10px;
	}
	header .mv .row .robo img {
		width: 16vw;
		height: auto;
	}
	header .mv .in {
		width: 100%;
	}
	header .mv .in p {
		font-size: 4vw;
		margin: 30px 0;
		line-height: 1.8;
	}
	header .mv .in p strong {
		font-size: 4.8vw;
	}
	header .mv .in p span {
		font-size: 4vw;
	}
	header .mv .in .btn {
		padding: 0 0 30px;
	}
	header .mv h1 {
		font-size: 4vw;
		padding: 10px 5px;
	}
	header .mv h1::before {
	  content: none;
	}
	.head-case {
		text-align: center;
	}
	.head-case img:first-child {
		border-right: 0;
		padding-right: 0;
	}
	.head-case .row {
		padding: 0;
	}
	.head-case .row div {
		padding-right: 10px;
		padding-left: 10px;
	}
	.head-case .row div:first-child img {
		border-right: 0;
		padding-right: 0;
	}
	.head-case .row div:first-child {
		border-bottom: 1px solid #ececec;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	nav.ac {
		padding: 0;
	}
	nav.ac .row {
		padding: 0;
	}
	nav.ac a {
		text-align: left;
		font-size: 4vw;
		box-shadow: none;
		width: 100%;
		height: auto;
		display: block;
		padding: 15px 10px 15px 50px;
		background-color: #f3fbfc;
		background-position: left 10px center;
		background-size: 20px;
		border-bottom: 1px solid #cccccc;
		position: relative;
	}
	nav.ac .row a:first-child {
		border-top: 1px solid #cccccc;
	}
	nav.ac a::before {
		content: none;
	}
	nav.ac a::after {
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 7vw;
		position: absolute;
		top: 5px;
		right: 15px;
	}
	section {
		padding: 30px 0;
	}
	h2 {
		font-size: 5vw;
		padding-bottom: 15px;
	}
	section.reason .item {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	section.reason .left-box {
		min-height: auto;
	}
	section.reason .left-box p:last-child {
		margin-bottom: 0;
	}
	section.reason .item-box .item:first-child {
		border-top: none;
	}
	section.reason .item-box .item:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	section.reason .left-box {
		width: 100%;
	}
	section.reason .item .r {
		font-size: 3.5vw;
		padding: 2px 20px;
	}
	section.reason .item h3 {
		font-size: 5.5vw;
	}
	section.reason .item h3 span {
		font-size: 4.5vw;
	}
	section.reason .item p {
		font-size: 4vw;
		margin-bottom: 15px;
	}
	section.reason .item img {
		position: static;
		width: 100%;
		margin-bottom: 15px;
	}
	section.reason .item .mission {
		margin-top: 30px;
	}
	section.reason .item .mission b {
		font-size: 4.5vw;
	}
	section.reason .item .mission .pop div {
		text-align: center;
		width: 100%;
		margin-bottom: 10px;
	}
	section.reason .item .mission .pop div a {
		padding: 15px 15px 15px 40px;
		font-size: 4vw;
	}
	section.reason .item .mission .pop div a span {
		font-size: 4vw;
	}
	section.reason .item .mission .pop div a span::after {
		content: " ";
	}
	section.reason .item .mission .pop div a::before {
		width: 20px;
		height: 20px;
		left: 10px;
	}

	/**modal**/
	.modal-close {
		cursor: pointer;
		position: absolute;
		right: -10px;
		top: -10px;
	}
	.modal-close img {
		width: 8vw;
		height: auto;
	}

	section.price .price-box {
		padding: 10px;
	}
	section.price .price-box .title {
		font-size: 4.5vw;
		padding: 5px;
		margin-bottom: 20px;
	}
	section.price .price-box .title span {
		font-size: 5vw;
	}
	section.price .price-box .item {
		font-size: 4vw;
		width: 100%;
		height: auto;
		padding: 10px;
		background-position: left 35px center;
		background-size: 8vw;
		margin-bottom: 30px;
	}
	section.price .price-box .flex .item::after {
		width: 35px;
		height: 35px;
		top: auto;
		bottom: -33px;
		right: 0;
		left: 0;
		margin: auto;
	}
	section.price .case .name {
		font-size: 4.5vw;
	}
	section.price .case table {
		font-size: 4vw;
	}
	section.price .case th,
	section.price .case td {
		padding: 5px 15px;
	}
	section.price .case th {
		width: 32vw;
	}
	section.price .case td span {
		display: block;
		font-size: 3vw;
	}
	section.price .case p {
		font-size: 4vw;
		margin-bottom: 15px;
	}
	section.case .flex .flex {
		display: flex;
		margin-bottom: 15px;
	}
	section.case .item {
		width: 100%;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	section.case .item.mb0 {
		margin-bottom: 20px!important
	}
	section.case .item img {
		margin-right: 10px;
		width: 40vw;
		height: auto;
	}
	section.case .item .tag {
		font-size: 3vw;
		width: 40vw;
	}
	section.case .item .name {
		font-size: 5vw;
	}
	section.case .item .text {
		max-width: 100%;
		width: 50vw;
	}
	section.case .item .text p {
		font-size: 4vw;
	}
	section.case .item strong {
		font-size: 4.5vw;
	}
	section.case .item p {
		font-size: 4vw;
		margin: 5px 0 0;
	}
	section.event .flex {
		display: flex;
	}
	section.event .item {
		width: 48%;
	}
	section.event .item img {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	section.event p {
		font-size: 4vw;
	}
	section.event .item p {
		font-size: 3.5vw;
	}
	section.company .info {
		width: 100%;
		margin-bottom: 25px;
	}
	section.company .info p {
		font-size: 4vw;
	}
	section.company h3 {
		font-size: 5vw;
		margin-top: 30px;
		padding-bottom: 15px;
	}
	section.company img {
		width: 100%;
		height: auto;
	}
	section.company p {
		font-size: 2.5vw;
	}

	.cv-btn a img {
		width: 100%;
		margin-top: 25px;
	}
}











