@charset "utf-8";

	.cap,
	.caption {
		font-size: 11px;
	}

	.item {
		display: table;
		width: 100%;
	}
	.item__text,
	.item__image {
		display: table-cell;
		vertical-align: middle;
	}
	.item__image--01 {
		width: 480px;
		text-align: center;
	}
	.item__image--02 {
		width: 415px;
	}
@media only screen and (max-width: 768px) {
	.item > div + div {
		margin-top: 30px;
	}
	.item__text,
	.item__image {
		display: block;
	}
	.item__text br {
		display: none;
	}
	.item__image {
		width: auto;
		text-align: center;
	}
}

	.section--01 > .wrapper {
		padding-top: 40px;
		border-top: 1px solid #e5e5e5;
	}

/* flow */
	.flow {
		overflow: hidden;
		text-align: center;
	}
	.flow > div {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: .5s;
		transition: .5s;
	}
	.flow__text {
		position: relative;
		float: left;
		padding: 9px 24px 14px;
		border: 1px solid #6a6a6a;
	}
	.flow__text:after {
		content: "";
		position: absolute;
		top: 50%;
		left: 100%;
		margin-top: -18px;
		margin-left: 33px;
		border-left: 32px solid #6a6a6a;
		border-top: 18px solid transparent;
		border-bottom: 18px solid transparent;
	}
	.flow__next {
		float: right;
		padding: 10px 25px 15px;
		background-color: #6a6a6a;
	}
@media only screen and (max-width: 960px) {
	.flow__text {
		float: none;
		padding-right: 9px;
		padding-left: 9px;
	}
	.flow__text:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-top: 20px;
		margin-left: -25px;
		border-top: 20px solid #6a6a6a;
		border-right: 25px solid transparent;
		border-left: 25px solid transparent;
	}
	.flow__next {
		float: none;
		display: inline-block;
		margin-top: 55px;
		padding-right: 10px;
		padding-left: 10px;
	}
}

/* box */
	.box-list__item {
		position: relative;
		margin-top: 55px;
		padding: 25px;
		background-color: #eee;
		text-align: center;
	}
	.box-list__item:first-child {
		margin-top: 0;
	}
	.box-list__item:before {
		content: "";
		position: absolute;
		top: -35px;
		left: 50%;
		margin-left: -25px;
		border-top: 20px solid #6a6a6a;
		border-right: 25px solid transparent;
		border-left: 25px solid transparent;
	}
	.box-list__item:first-child:before {
		content: none;
	}

	.box {
		padding: 22px 120px;
		border: 3px solid #b5b5b5;
		letter-spacing: .05em;
		line-height: 1.85;
		-webkit-transition: .5s;
		transition: .5s;
	}

	.box a {
		font-size: 12px;
		color: #6ba2da;
	}
@media only screen and (max-width: 768px) {
	.box {
		padding-right: 30px;
		padding-left: 30px;
	}
}

	.table-a {}
	.table-a > table {
		width: 100%;
		border-collapse: collapse;
		background-color: #ffffff;
	}
	.table-a > table th,
	.table-a > table td {
		padding: 15px 25px;
		border: 1px solid #bfbfbf;
		font-size: 13px;
		line-height: 1.667;
	}
	.table-a > table td .caption {
		margin-top: 5px;
		margin-bottom: 0;
	}
	.table-a > table th {
		width: 198px;
		padding: 15px 25px;
		background-color: #e6e6e6;
		font-weight: bold;
		text-align: left;
		box-sizing: border-box;
	}
	.table-a > table td {
	}
	.table-a > table td > span {
		font-size: 11px;
	}
@media only screen and (max-width: 600px) {
	.table-a > table {
		border-top: 1px solid #bfbfbf;
	}
	.table-a > table th,
	.table-a > table td {
		display: block;
		width: auto;
		padding: calc(20/750*100vw);
		font-size: calc(24/750*100vw);
	}
	.table-a > table th {
		border-top: none;
		border-bottom: none;
	}
}

	.pcOnly {
	}

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

	.spOnly {
		display: inline-block !important;
	}
}

/* section */
.section--02,
.section--03 {
	margin-top: 80px;
}

.arrow--small {
	padding: 15px 0;
}
@media screen and (max-width: 768px) {
	.section--02,
	.section--03 {
		margin-top: calc(100/750*100vw);
	}

	.section--03 {
		padding-bottom: 40px;
	}
}

.heading__label-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
@media screen and (max-width: 768px) {
	.heading__label-box {
		flex-direction: column;
		gap: calc(40/750*100vw);
	}
}

.heading__label {
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 0 20px;
	background: #0079c4;
	font-size: 22px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.heading__label {
		height: auto;
		padding: calc(12/750*100vw) calc(20/750*100vw) calc(10/750*100vw);
		font-size: calc(28/750*100vw);
	}
}

.heading__label--gray {
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 0 20px;
	background: #9fa0a0;
	font-size: 20px;
	box-sizing: border-box;
	color: #ffffff;
}

.heading__label--gray small {
	font-size: 13px;
}
@media screen and (max-width: 768px) {
	.heading__label--gray {
		height: auto;
		padding: calc(12/750*100vw) calc(20/750*100vw) calc(10/750*100vw);
		font-size: calc(28/750*100vw);
	}

	.heading__label--gray small {
		display: block;
		font-size: calc(22/750*100vw);
	}
}

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

.text {
	font-size: 16px;
	line-height: 1.75;
}
@media screen and (max-width: 768px) {
	.text {
		font-size: calc(24/750*100vw);
	}
}

.text:before,
.text:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
}

.text:before {
	margin-top: calc((1 - 1.75) * 0.5em);
}

.text:after {
	margin-bottom: calc((1 - 1.75) * 0.5em);
}

.text--large {
	font-size: 20px;
	line-height: 1.4;
}
@media screen and (max-width: 768px) {
	.text--large {
		font-size: calc(28/750*100vw);
	}
}

.text--large:before,
.text--large:after {
	content: '';
	display: block;
	height: 0;
	width: 0;
}

.text--large:before {
	margin-top: calc((1 - 1.4) * 0.5em);
}

.text--large:after {
	margin-bottom: calc((1 - 1.4) * 0.5em);
}

.pcMt20 {
	margin-top: 20px;
}

.pcMt30 {
	margin-top: 30px;
}

.pcMt40 {
	margin-top: 40px;
}

.pcMt60 {
	margin-top: 60px;
}

.pcMt85 {
	margin-top: 85px;
}
@media screen and (max-width: 768px) {
	.pcMt20 {
		margin-top: calc(30/750*100vw);
	}

	.pcMt30 {
		margin-top: calc(40/750*100vw);
	}

	.pcMt40 {
		margin-top: calc(40/750*100vw);
	}

	.pcMt60 {
		margin-top: calc(80/750*100vw);
	}

	.pcMt85 {
		margin-top: calc(100/750*100vw);
	}
}

[data-color="red"] {
	color: #ff0000;
}

[data-color="yellow"] {
	color: #fff100;
}

[data-marker="yellow"] {
	display: inline;
	background: linear-gradient(transparent 60%, #ffe400 60%);
}

[data-align="center"] {
	text-align: center;
}
@media screen and (min-width: 769px) {
	[data-align="pc-center"] {
		text-align: center;
	}
}

.page-cv-bottom {
	margin-top: 80px;
}

.pattern__flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 60px;
}

.pattern__item {
	width: calc(300/960*100%);
}
@media screen and (max-width: 768px) {
	.pattern__flex {
		margin-top: 40px;
	}

	.pattern__item {
		width: 100%;
	}

	.pattern__item:nth-child(n+2) {
		margin-top: 20px;
	}
}

/* unit */
.unit-box {
	padding: 20px;
	background: #d8f0ff;
}
@media screen and (max-width: 768px) {
	.unit-box {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.unit-box--padding {
		padding: calc(20/750*100vw);
	}
}

.unit-box--small {
	padding: 10px;
	background: #d8f0ff;
}
@media screen and (max-width: 768px) {
	.unit-box--small {
		padding: calc(20/750*100vw);
	}
}

.unit-box--border {
	width: 100%;
	background: #d8f0ff;
	border: solid 3px #0079c4;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.unit-box--border {
		padding: 0 calc(40/750*100vw);
	}
}

.unit-box--white-border {
	width: 100%;
	padding: 27px;
	background: #ffffff;
	border: solid 3px #0079c4;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.unit-box--white-border {
		padding: calc(40/750*100vw);
	}
}

.unit-heading-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
	padding: 20px 10px 18px;
	background: #ffffff;
	border: solid 3px #cb1a1d;
	box-sizing: border-box;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: .05em;
	line-height: .8;
	text-align: center;
	color: #cb1a1d;
}
@media screen and (max-width: 768px) {
	.unit-heading-box {
		margin-top: 20px;
		font-size: calc(32/750*100vw);
		letter-spacing: 0;
		line-height: 1.2;
	}
}
.unit-heading-box + .caption {
	margin-top: 20px;
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.unit-heading-box + .caption {
		margin-top: 10px;
	}
}
.unit-movie {
	max-width: 640px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
/*
	max-width: 640px;
	text-align: center;
*/
}
@media screen and (max-width: 768px) {
	.unit-movie {
		margin-top: calc(80/750*100vw);
	}
}

.unit-movie__body {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
	border: 1px solid #ccc;
}

.unit-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}

.unit-box__flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.unit-box__flex-item {
	width: calc(440/900*100%);
	padding: 30px 0;
	background: #0079c4;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
}

.unit-box__flex-item .text--middle {
	padding-top: 5px;
	font-size: 18px;
	line-height: 1;
}

.unit-box__flex-item .text--middle .middle {
	font-size: 22px;
	font-weight: bold;
	line-height: .8;
}

.unit-box__flex-item .text--middle .large {
	display: block;
	margin-top: 15px;
	font-size: 34px;
	font-weight: bold;
	line-height: .8;
}
@media screen and (max-width: 768px) {
	.unit-box__flex-item {
		width: 100%;
		padding: calc(40/750*100vw) calc(20/750*100vw);
	}

	.unit-box__flex-item:nth-child(n+2) {
		margin-top: 20px;
	}

	.unit-box__flex-item .text {
		font-size: calc(20/750*100vw);
	}

	.unit-box__flex-item .text--middle {
		padding-top: calc(10/750*100vw);
		font-size: calc(24/750*100vw);
		line-height: 1.4;
	}

	.unit-box__flex-item .text--middle .middle {
		font-size: calc(30/750*100vw);
	}

	.unit-box__flex-item .text--middle .large {
		margin-top: calc(20/750*100vw);
		font-size: calc(46/750*100vw);
	}
}

.layoutCol {
	display: flex;
	gap: 20px;
}

.layoutCol-inner {
	display: flex;
	white-space: nowrap;
}

.indent {
	padding-left: 15px;
}

.indent span {
	display: inline-block;
	text-indent: -15px;
}
@media screen and (max-width: 768px) {
	.layoutCol {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 0;
	}

	.layoutCol-inner {
		display: flex;
	}

	.indent {
		padding-left: calc(30/750*100vw);
	}

	.indent span {
		display: inline-block;
		text-indent: calc(-30/750*100vw);
	}
}
