@charset "UTF-8";

/* ===================================================================
reset
=================================================================== */
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, figure, input, textarea, p, blockquote, table, th, td, ul, li {
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-size:100%;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
mark {
	background: transparent;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 75%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul, ol {
	margin:0;
	padding:0;
}
li {
	list-style:none;
}
dd {
	margin: 0px;
}
nav ul, nav ol {
	list-style: none;
}
img, abbr, acronym, fieldset {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
fieldset {
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	*margin-left: -7px;
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
button, input {
	line-height: normal;
	*overflow: visible;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
}



/* ===================================================================
share
=================================================================== */
body {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .1em;
}
@media screen and (min-width: 768px) {
	body {
		min-width: 1200px;
	}
}
h1,h2,h3,h4,h5,b,strong {
	line-height: 1.5;
	font-weight: 500;
}
p {
	text-align: justify;
}

.disable {
	pointer-events: none;
	opacity: 0.5;
}

/* u_device
------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.u_pc { display: inline-block; }
	.u_sp { display: none!important; }
}
@media screen and (max-width: 767px) {
	.u_pc { display: none!important; }
	.u_sp { display: inline-block; }
}

/* img
------------------------------------------------------------------- */
img,
picture source {
	width: 100%;
	vertical-align: bottom;
}

/* color
------------------------------------------------------------------- */
.blue {
	color: #023A95;
}
.bk {
	color: #000000;
}
.gold {
	color: #A78000;
}

/* a
------------------------------------------------------------------- */
a {
	color: #023A95;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* text-align
------------------------------------------------------------------- */
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.align_right {
	text-align: right;
}

/* caption
------------------------------------------------------------------- */
.caption {
	font-size: 85%;
	display: block;
}
.caption li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
.caption li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

/* list
------------------------------------------------------------------- */
.icon_disk {
	margin-left: 20px;
}
.icon_disk li {
	list-style-type: disc;
}

/* width_fix
------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
	.width_fix {
		width: 1100px;
		margin: 0 auto;
		padding: 0 20px;
	}
}
@media screen and (max-width: 767px) {
	.width_fix {
		padding: 0 20px;
	}
}

/* btn
------------------------------------------------------------------- */
.cv_btn {
	background: #A78000;
	position: relative;
	height: 50px;
	line-height: 50px;
	padding-left: 50px; 
	color: #ffffff;
	display: block;
	text-align: center;
	font-size: 120%;
}
.cv_btn .icon {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 60px;
	text-align: center;
	background: #000000;
}
.cv_btn .icon img {
	width: 12px;
	vertical-align: baseline;
}
.cv_btn a {
	display: block;
	color: #ffffff;
    text-decoration: none;
}
.cv_btn:hover {
	background: #C7A42F;
}

/* title
------------------------------------------------------------------- */

/* title_dotted_line */

.title_dotted_line {
	background: url(img/line_x.svg) center center / auto auto repeat-x transparent;
	text-align: center;
	margin-bottom: 50px;
	min-width: 1100px;
}
@media screen and (max-width: 767px) {
	.title_dotted_line {
		text-align: left;
		min-width: 0;
		margin-bottom: 20px;
		padding-bottom: 30px;
		background: url(img/line_x.svg) center bottom / auto auto repeat-x transparent;
	}
}
.title_dotted_line .inner {
	position: relative;
	display: inline-block;
	background: #ffffff;
	font-size: 200%;
	padding: 0 20px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.title_dotted_line .inner {
		font-size: 180%;
	}
}
.title_dotted_line .inner .em {
	font-size: 140%;
	color: #A78000;
}
@media screen and (max-width: 767px) {
	.title_dotted_line .inner .em {
		font-size: 100%;
	}
}
.title_dotted_line + p {
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.title_dotted_line + p {
		text-align: left;
		margin-bottom: 20px;
	}
}

/* point_message */

.point_message {
	font-size: 200%;
	line-height: 1.3;
	margin-bottom: 50px; 
	text-align: center;
}
@media screen and (max-width: 767px) {
	.point_message {
		text-align: left;
		font-size: 160%;
		margin-bottom: 20px;
	}
}
.point_message .em {
	font-size: 140%;
	display: inline-block;
	color: #A78000;
	position: relative;
}
@media screen and (max-width: 767px) {
	.point_message .em {
		font-size: 100%;
		display: inline;
	}
}
@media screen and (min-width: 768px) {
	.point_message .em:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto auto 5px auto;
		width: 100%;
		height: 14px;
		background: #F4ECD1;
		z-index: -1;
	}
}

/* title_text_blue_line */

.title_text_blue_line {
	margin-bottom: 50px;
	color: #ffffff;
	background: #023A95;
	font-size: 180%;
	text-align: center;
	padding: 5px 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	.title_text_blue_line {
		font-size: 140%;
		text-align: left;
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 768px) {
	.title_text_blue_line:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		width: 100%;
		height: 2px;
		background: #ffffff;
	}
}
.title_text_blue_line .inner {
	position: relative;
	display: inline-block;
	background: #023A95;
	padding: 0 20px;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.title_text_blue_line .inner {
		padding: 10px 20px;
	}
}

/* title_text */
.title_text {
	font-size: 140%;
}
@media screen and (max-width: 767px) {
	.title_text {
		font-size: 120%;
	}
}

/* page_top
------------------------------------------------------------------- */
#page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
#page_top img {
	width: 20px;
	vertical-align: baseline;
}
#page_top a {
    background: #000000;
    display: block;
    text-decoration: none;
}
#page_top a:hover {
    background: #555555;
}
@media screen and (max-width: 767px) {
	#page_top {
		position: static;
		float: right;
		margin: -10px 10px 0 0;
	}
	#page_top a:hover {
    	background: #000000;		
	}
}

/* modal
------------------------------------------------------------------- */

.modal {
	display: none;
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 60px 10px;
	text-align: center;
}
.modal::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: "";
}
.modal_content {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	max-width: 90vw;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .4);
	vertical-align: middle;
}
.modal_content .inner {
	max-height: 80vh;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;	
}
.modal_overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
}
.modal .modal_close {
	z-index: 20;
	position: absolute;
	top: -8px;
	right: -8px;
	width: 35px;
	color: #95979c !important;
	font-size: 20px;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
}
.modal .modal_close:hover {
	color: #2b2e38 !important;
}

/* accordion
------------------------------------------------------------------- */
.accordion .inner {
	display: none;
}
.accordion.open .inner {
	display: block;
}

/* scroll_img
------------------------------------------------------------------- */
.scroll_img {
	height: 150px;
	background: url("img/media_img.png") repeat-x 0px 0px;
}
@media screen and (max-width: 767px) {
	.title_dotted_line + p.scroll_img {
		margin-bottom: 0;
	}
}

/* cv_area
------------------------------------------------------------------- */
.cv_area {
	background: url(img/bg_manshon.png) center bottom / cover no-repeat transparent;
	padding: 150px 0;
	margin-bottom: 100px;
	width: 100%;
}
.cv_block {
	margin: 0 auto;
	width: 920px;
	background: #ffffff;
	border: 8px solid #023A95;
	box-sizing: border-box;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.4);
	position: relative;
}
@media screen and (max-width: 767px) {
	.header .cv_block {
		width: 100%;
		border: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
	}
}
.cv_block .message {
	margin: -25px auto 0 auto;
	padding: 5px;
	font-size: 140%;
	width: 740px;
	text-align: center;
	background: #023A95;
	color: #ffffff;
	display: block;
}
.cv_block .inner {
	padding: 30px;
	display: flex;
}
@media screen and (max-width: 767px) {
	.header .cv_block .inner {
		padding: 10px;
		justify-content: space-between;
		align-items: center;
	}
	.header .cv_block .logo {
		width: 142px;
		margin-right: 10px;
	}
	.header .cv_block .cv .cv_btn {
		width: 110px;
	}
}
.cv_block .inner .title {
	line-height: 1;
	margin-bottom: 10px;
}
.cv_block .tel {
	margin: 0 30px;
	line-height: 1;
}
.cv_block .tel .icon {
	width: 35px;
	display: inline-block;
}
.cv_block .tel .number {
	display: inline-block;
	vertical-align: top;
	font-size: 190%;
	color: #A78000;
	white-space: nowrap;
	font-weight: 500;
	letter-spacing: 0;
	margin-bottom: 5px;
}
.cv_block .tel .time {
	font-size: 85%;
}
@media screen and (min-width: 768px) {
	.cv_block .cv {
		margin-top: -5px;
	}
}
.cv_block .cv .title {
	text-align: center;
	width: 300px;
}

/* header
------------------------------------------------------------------- */
.header {
	background: url(img/bg_manshon.png) center top / cover no-repeat transparent;
	height: 680px;
	margin-bottom: 170px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.header {
		height: auto;
		margin-bottom: 20px;
	}
}
.header .title_page {
	padding: 30px 0 50px 0;
}
@media screen and (max-width: 767px) {
	.header .title_page {
		padding: 90px 0 20px 0;
	}
}

/* intro_area
------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.intro_area {
		margin-bottom: 20px;
	}
}

/* movie
------------------------------------------------------------------- */
.movie {
	display: block;
	margin: 0 auto;
	width: 920px;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.movie {
		width: 100%;
		margin-bottom: 20px;
	}
}

/* invoice
------------------------------------------------------------------- */
.invoice {
	position: relative;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.invoice {
		padding: 0 20px 20px 20px; 
	}
}
.invoice:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto auto auto;
	background: #E2EFFF;
	width: 920px;
	height: 100%;
	z-index: -1;
}
@media screen and (min-width: 768px) {
	.invoice:before {
		width: 920px;
		height: 100%;
		z-index: -1;
	}
}
@media screen and (max-width: 767px) {
	.invoice:before {
		width: 100%;
		height: 100%;
		z-index: -1;
	}
}
.invoice:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto -30px auto;
	width: 0;
	height: 0;
	border-top: 30px solid #E2EFFF;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}
.invoice .title_text {
	text-align: center;
	padding: 50px 0;
}
@media screen and (max-width: 767px) {
	.invoice .title_text {
		text-align: left;
		padding: 20px 0;
	}
}
@media screen and (max-width: 767px) {
	.invoice .sp_info {
		text-align: center;
		border: 2px dotted #023A95;
		padding: 5px 10px;
		border-radius: 5px;
		margin: 0 0 20px 0;
		width: 100%;
		box-sizing: border-box;
		color: #023A95;
		font-size: 85%;
		background: #ffffff;
	}
}
.invoice .slider {
	display: flex;
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.invoice .slider {
		display: block;
		margin-bottom: 20px;
	}
}
.invoice .slider .item {
	padding: 0 15px;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	.invoice .slider .item img {
		min-width: 337px;
	}
}
@media screen and (max-width: 767px) {
	.invoice .slider .item {
		padding: 0 0;
	}
}
.invoice .caption {
	display: inline-block;
	margin: 0 0 30px 140px;
}
@media screen and (max-width: 767px) {
	.invoice .caption {
		margin: 0 0 0 0;
	}
}

/* point_menu
------------------------------------------------------------------- */
.point_menu {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.point_menu {
		display: block;
		margin-bottom: 20px;
	}
}
.point_menu li {
	display: inline-block;
	width: 330px;
	font-size: 140%;
	text-align: center;
	line-height: 1.3;
	background: #000000;
	position: relative;
}
@media screen and (max-width: 767px) {
	.point_menu li {
		width: 100%;
		font-size: 120%;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 768px) {
	.point_menu li:hover {
		background: #555555;
	}
	.point_menu li:after {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto -45px auto auto;
		width: 36px;
		height: 36px;
		background: url(img/icon_batsu_bk.svg) center top / 100% 100% no-repeat transparent;
		text-align: center;
	}
}
.point_menu li:last-child:after {
	background: none;
}
.point_menu li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 15px 0 25px 0; 
	margin: 2px;
	border: 2px solid #ffffff;
}
.point_menu li a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	margin: auto auto 15px auto;
	content: "▼";
	color: #ffffff;
}

/* detail_block
------------------------------------------------------------------- */
.detail_block {
	padding: 50px 0; 
	position: relative;
	background: url(img/bg_detail_block.png) center top / auto 420px repeat-x #f0f0f0;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.detail_block {
		padding: 0 0 20px 0;
		margin-bottom: 0;
	}
	.detail_block .width_fix {
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.detail_block .sp_info {
		text-align: center;
		border: 2px dotted #023A95;
		padding: 5px 10px;
		border-radius: 5px;
		margin: 0 15px 20px 15px;
		width: calc(100% - 30px);
		box-sizing: border-box;
		color: #023A95;
		font-size: 85%;
		background: #ffffff;
	}
	.detail_block .back_btn {
		text-align: center;
		background: #ffffff;
		border-radius: 5px;
		margin: 20px 15px 20px 15px;
		width: calc(100% - 30px);
		box-sizing: border-box;
	}
	.detail_block .back_btn a {
		padding: 10px;
		display: block;
		color: #000000;
		text-decoration: none;
	}
}
.detail_block .item_list {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.detail_block .item_list {
		display: block;
	}
}
.detail_block .item_list .item {
	width: 33.333%;
	background: #ffffff;
	border-top: 10px solid #023A95;
	margin: 0 15px; 
	padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.detail_block .item_list .item {
		width: 100%;
		padding-bottom: 0;
	}
}
.detail_block .item_list .item .title_text {
	padding: 15px 30px;
}
@media screen and (max-width: 767px) {
	.detail_block .item_list .item .title_text {
		padding: 20px;
	}
}
.detail_block .item_list .item p {
	padding: 15px 30px;
}
@media screen and (max-width: 767px) {
	.detail_block .item_list .item p {
		padding: 20px;
	}
}
#technique.detail_block .item_list .item {
	width: 50%;
}
@media screen and (max-width: 767px) {
	#technique.detail_block .item_list .item {
		width: 100%;
	}
}

/* casestudy_area
------------------------------------------------------------------- */
.casestudy_list {
	padding: 50px 0;
	background: #F4F2EC;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.casestudy_list {
		padding: 20px 0;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.casestudy_list .sp_info {
		text-align: center;
		border: 2px dotted #A78000;
		padding: 5px 10px;
		border-radius: 5px;
		margin: 0 15px 20px 15px;
		width: calc(100% - 30px);
		box-sizing: border-box;
		color: #A78000;
		font-size: 85%;
		background: #ffffff;
	}
}
.casestudy_list .block {
	width: 860px;
	background: #ffffff;
	padding: 30px;
	margin: 0 15px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.casestudy_list .block {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
}
.casestudy_list .title_bar {
	background: #023A95;
	color: #ffffff;
	position: relative;
}
.casestudy_list .title_bar .inner {
	font-size: 140%;
	padding: 10px 200px 10px 100px;
}
@media screen and (max-width: 767px) {
	.casestudy_list .title_bar .inner {
		padding: 45px 15px 10px 15px;
	}
}
.casestudy_list .title_bar .label_gold {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 14px auto auto 0;
	background: #A78000;
	display: inline-block;
	padding: 5px 10px;
	width: 60px;
	text-align: center;
	font-size: 70%;
	line-height: 1;
	height: 1em;
}
.casestudy_list .title_bar .number {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 14px 10px auto auto;
	font-size: 85%;
	height: 1em;
	text-align: right;
}
.casestudy_list .block .data {
	display: flex;
}
@media screen and (max-width: 767px) {
	.casestudy_list .block .data {
		display: block;
		padding: 15px 5px 5px 15px;
	}
}
.casestudy_list .block .data h4 {
	margin: 10px 0;
}
.casestudy_list .block .data .item {
	clear: both;
}
.casestudy_list .block .data .item .paper .inner {
	margin-right: 30px;
}
@media screen and (max-width: 767px) {
	.casestudy_list .block .data .item .paper .inner {
		width: 33.333%;
		float: left;
		margin: 0 0 15px 0;
	}
}
.casestudy_list .block .data .item .paper {
	display: flex;
	margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.casestudy_list .block .data .item .paper {
		display: block;
		margin-bottom: 0;
	}
}
.casestudy_list .block .data .item .paper a {
	overflow: hidden;
	width: 150px;
	height: 100px;
	display: block;
	margin: 0 10px 0 0;
	position: relative;
}
@media screen and (max-width: 767px) {
	.casestudy_list .block .data .item .paper a {
		height: 80px;
		width: auto;
	}
}
.casestudy_list .block .data .item .paper img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.casestudy_list .block .data .item a {
	border: 2px solid #023A95;
	display: block;
}
.casestudy_list .block .data .item a:hover {
	opacity: 0.5;
}
.casestudy_list .block .data .item dl {
	display: flex;
	margin-bottom: 5px;
	font-size: 14px;
}
@media screen and (max-width: 767px) {
	.casestudy_list .block .data .item dl {
		border-top: 1px solid #cccccc;
		padding-top: 5px; 
		margin: 0 10px 5px 0;
		font-size: 85%;
	}
}
.casestudy_list .block .data .item dt {
	width: 130px;
	font-weight: 500;
	color: #969696;
}
@media screen and (max-width: 767px) {
	.casestudy_list .block .data .item dt {
		min-width: 130px;
		margin-right: 10px;
	}
}
.casestudy_list .block .data .item dd {
	width: 250px;
	border-left: 1px solid #000000;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {
	.casestudy_list .block .data .item dd {
		width: 100%;
		border: none;
		padding: 0;
	}
}

/* voice
------------------------------------------------------------------- */
.voice {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.voice {
		padding-bottom: 0;
		margin-bottom: 20px; 
	}
}
.voice:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto auto auto;
	background: #E2EFFF;
	width: 920px;
	height: 100%;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.voice:before {
		width: 100%;
	}
}
.voice:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto auto auto;
	width: 0;
	height: 0;
	border-top: 30px solid #ffffff;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}
.voice .title_text {
	text-align: center;
	padding: 50px 0;
}
@media screen and (max-width: 767px) {
	.voice .title_text {
		padding: 40px 20px 20px 20px;
		text-align: left;
	}
}
.voice .point .title_text {
	text-align: left;
	padding: 0;
	margin: 0 0 10px 0;
}
.voice .point {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
	.voice .point {
		display: block;
		border: none;
	}
}
.voice .point li {
	width: 50%;
	padding: 30px 30px 30px 120px;
	border: 1px solid #ffffff;
	background: #023A95;
	color: #ffffff;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 767px) {
	.voice .point li {
		width: 100%;
		padding: 20px 20px 20px 70px;
		border: none;
		border-bottom: 2px solid #ffffff;
	}
}
.voice .point li .icon {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 60px;
}
@media screen and (max-width: 767px) {
	.voice .point li .icon {
		top: 10px;
		left: 20px;
		width: 30px;
	}
}

/* media_list
------------------------------------------------------------------- */
.media_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	.media_list {
		display: block;
		margin-bottom: 20px;
	}
}
.media_list .item {
	width: 48%;
	border-bottom: 1px solid #cccccc;
	padding: 20px 0;
}
@media screen and (max-width: 767px) {
	.media_list .item {
		width: 100%;
	}
}
.media_list .item .title_text {
	margin: 0 0 10px 0;
}

/* book
------------------------------------------------------------------- */
.book {
	background: #E2EFFF;
	padding: 30px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.book {
		display: block;
		padding: 20px;
		margin-bottom: 20px;
	}
}
.book .detail {
	display: flex;
}
@media screen and (max-width: 767px) {
	.book .detail {
		display: block;
	}
}
.book .detail .cover {
	min-width: 170px;
	margin-right: 30px;
}
@media screen and (max-width: 767px) {
	.book .detail .cover {
		min-width: 0;
		margin-right: 0; 
	}
	.book .detail .cover img {
		width: 50%;
		display: block;
		margin: 0 auto 20px auto;
	}
}
.book .detail .cover .tip {
	background: #023A95;
	padding: 10px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.3;
	color: #ffffff;
	position: relative;
	margin-bottom: 20px;
}
.book .detail .cover .tip:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto -10px auto;
	width: 0;
	height: 0;
	border-top: 10px solid #023A95;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
.book .information {
	min-width: 340px;
	background: #ffffff;
	padding: 30px 30px 20px 30px;
	margin-left: 30px;
}
@media screen and (max-width: 767px) {
	.book .information {
		min-width: 0;
		padding: 20px;
		margin: 20px 0 0 0;
	}
}
.book .title_text {
	font-size: 100%;
	margin: 0 0 20px 0;
}
.book .title_text .em {
	font-size: 140%;
	display: block;
}
.book .editor {
	display: flex;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.book .editor img {
	width: auto;
	max-height: 100px;
	margin-right: 20px;
}
.book .buy {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.book .buy li {
	width: 50%;
}
.book .buy li a {
	margin: 0 10px 10px 0;
	display: block;
}
.book .buy li a:hover {
	opacity: 0.5;
}

/* flow_list
------------------------------------------------------------------- */
.flow_list {
	background: url(img/bg_flow.png) center center / cover no-repeat #E2EFFF;
	padding: 100px 0;
}
@media screen and (max-width: 767px) {
	.flow_list {
		padding: 20px 0;
		margin-bottom: 20px;
	}
}
.flow_list dl {
	background: url(img/line_y.svg) 58px top / auto auto repeat-y transparent;
	display: flex;
	padding-bottom: 50px;
	margin: 0 100px;
}
@media screen and (max-width: 767px) {
	.flow_list dl {
		display: block;
		padding-bottom: 30px;
		background-position: center top;  
		margin: 0 0;
	}
}
.flow_list dl:last-child {
	padding-bottom: 0;
}
.flow_list dt {
	background: #023A95;
	color: #ffffff;
	width: 150px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.flow_list dt {
		width: 100%;
	}
}
.flow_list dt .number {
	display: block;
	font-size: 180%;
}
.flow_list dd {
	background: #ffffff;
	padding: 20px 30px;
	width: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.flow_list dd {
		padding: 20px;
	}
}
.flow_list dd .title_text {
	margin: 0 0 10px 0;	
}

/* faq_area
------------------------------------------------------------------- */
.faq_area {
	margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
	.faq_area {
		margin-bottom: 20px;
	}
}
.faq_area dl {
	margin: 0 100px 30px 100px;
}
@media screen and (max-width: 767px) {
	.faq_area dl {
	margin: 0 0 20px 0;
	}
}
.faq_area dt {
	background: #F0F0F0;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 80px;
	font-size: 140%;
	color: #023A95;
	margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
	.faq_area dt {
		font-size: 120%;
		padding: 50px 0 0 0;
	}
}
.faq_area .accordion.open dt,
.faq_area dt:hover {
	background: #E2EFFF;
}
.faq_area dt:after {
	position: absolute;
	content: "Q";
	color: #ffffff;
	background: #023A95;
	text-align: center;
	padding: 10px 0;
	top: 0;
	left: 0;
	width: 65px;
	height: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.faq_area dt:after {
		text-align: left;
		padding: 0 20px;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		font-size: 120%;
		line-height: 50px;
		box-sizing: border-box;
	}
}
.faq_area dt span {
	display: block;
	padding: 10px 60px 10px 10px;
}
@media screen and (max-width: 767px) {
	.faq_area dt span {
		padding: 10px 20px;
	}
}
.faq_area dt .title:after {
	position: absolute;
	content: "+";
	width: 40px;
	height: 40px;
	text-align: center;
	background: #000000;
	color: #ffffff;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 10px 10px auto auto;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.faq_area dt .title:after {
		margin: 0 0 auto auto;
		width: 50px;
		height: 50px;
		font-size: 160%;
		line-height: 1.5;
	}
}
.faq_area .accordion.open dt .title:after {
	content: "-";
	color: #000000;
	background: #ffffff;
}
.faq_area dd {
	background: #E2EFFF;
	cursor: pointer;
	position: relative;
	padding: 20px 20px 20px 90px;
}
@media screen and (max-width: 767px) {
	.faq_area dd {
		padding: 20px;
	}
}
@media screen and (min-width: 768px) {
	.faq_area dd:after {
		position: absolute;
		content: "A";
		color: #023A95;
		background: #ffffff;
		text-align: center;
		padding: 15px 0;
		top: 0;
		left: 0;
		width: 65px;
		height: 100%;
		box-sizing: border-box;
		font-size: 140%;
	}
}

/* form_area
------------------------------------------------------------------- */
.form_area {
	padding-top: 100px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.form_area {
		padding-top: 50px;
	}
}
.form_area:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: url(img/bg_manshon.png) center top / 100% auto no-repeat transparent;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.form_area:before {
		height: 90px;
	}
}
.form_area .width_fix {
	background: #ffffff;
}
@media screen and (max-width: 767px) {
	.form_area .width_fix {
		margin: 0 20px;
		padding: 0; 
	}
}
.form_area .width_fix .inner {
	width: 920px;
	margin: 0 auto;
	padding: 100px 0; 
}
@media screen and (max-width: 767px) {
	.form_area .width_fix .inner {
		width: 100%;
		padding: 0 0 20px 0;
		box-sizing: border-box;
	}
}
.form_area .logo {
	width: 30%;
	margin: 0 auto 50px auto;
}
@media screen and (max-width: 767px) {
	.form_area .logo {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px 20px 0 20px;
		box-sizing: border-box; 
	}
}
.form_area .width_fix .inner .title {
	margin: 0 auto 50px auto;
	padding: 0 30px;
}
@media screen and (max-width: 767px) {
	.form_area .width_fix .inner .title {
		margin-bottom: 20px;
		padding: 0;
	}
}
.form_area .width_fix .inner .title + p {
	margin-bottom: 70px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.form_area .width_fix .inner .title + p {
		margin-bottom: 40px;
		text-align: left;
	}
}
.form_area .action_message {
	text-align: center;
	background: #f0f0f0;
	padding: 30px;
	border-radius: 5px;
	margin: 0 30px 70px 30px;
}
@media screen and (max-width: 767px) {
	.form_area .action_message {
		padding: 20px;
		margin: 0 0 20px 0;
		text-align: left;
	}
}
.form_area .cv_block {
	display: flex;
	justify-content: space-between;	
	margin-top: 100px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.form_area .cv_block {
		display: block;
		margin-top: 50px;
		border-top: none;
	}
}
.form_area .cv_block p {
	margin-top: 20px;
	text-align: center;
}
.form_area .cv_block .time {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.form_area .cv_block .time {
		margin: 0 10px 10px 10px;
		text-align: left;
	}
}
.form_area .cv_block .tel,
.form_area .cv_block .cv {
	width: 50%;
	border-right: 2px solid #023A95;
	padding: 20px;
	box-sizing: border-box;
	margin: 0;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.form_area .cv_block .tel,
	.form_area .cv_block .cv {
		width: 100%;
		box-sizing: border-box;		
		border-bottom: 1px solid #023A95;
		padding: 0;
	}
}
.form_area .cv_block .message {
	margin: -40px auto 0 auto;
	width: auto;
	font-size: 100%;
}
@media screen and (max-width: 767px) {
	.form_area .cv_block .message {
		margin-top: 0;
	}
}
.form_area .cv_block .cv_btn {
	margin: 20px 40px 0 40px;
}
@media screen and (max-width: 767px) {
	.form_area .cv_block .cv_btn {
		margin: 10px;
		overflow: hidden;
	}
}
@media screen and (max-width: 767px) {
	.form_area .cv_block .tel .u_sp {
		display: block;
	}
	.form_area .cv_block .tel .icon {
		width: 50px;
	}
	.form_area .cv_block .tel .icon img {
		width: 30px;
	}
}

.form_area .step {
	width: 500px;
	margin: 0 auto 50px auto;
}
@media screen and (max-width: 767px) {
	.form_area .step {
		width: 100%;
		margin: 50px 0;
	}
}

/* form_table */

#form_table {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	#form_table {
		margin-bottom: 20px;
	}
}
#form_table .item {
	display: flex;
	border-top: 1px solid #cccccc;
	padding: 30px 0;
}
@media screen and (max-width: 767px) {
	#form_table .item {
		padding: 20px 0;
		display: block;
	}
}
#form_table .item.hidden {
	visibility: hidden;
	height: 0;
	padding: 0;
}
#form_table .item .form_th {
	width: 330px;
	padding: 0 70px 0 20px;
	position: relative;
	font-weight: 500;
	box-sizing: border-box;
	color: #023A95;
}
@media screen and (max-width: 767px) {
	#form_table .item .form_th {
		width: 100%;
		box-sizing: border-box;
		padding: 0 70px 10px 0;
	}
}
#form_table .item .form_th .label {
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #023A95;
	color: #023A95;
	display: inline-block;
	font-size: 85%;
	padding: 2px 10px;
	white-space: nowrap;
}
#form_table .item.required .form_th .label {
	color: #ffffff;
	background: #023A95;
}
#form_table .item .form_td {
	width: 100%;
	padding-left: 30px;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	#form_table .item .form_td {
		padding-left: 0;
	}
}
#form_table .item .form_td p {
	margin-top: 10px;
}
#form_table .item .form_td .error {
	color: #E24545;
	font-weight: 500;
}
#form_table .item.privacy_policy {
	display: block;
}
#form_table .item.privacy_policy .form_th {
	width: 100%;
}
#form_table .item.privacy_policy .form_td {
	padding: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
	#form_table .item.privacy_policy .form_td {
		padding: 10px 0 0 0;
	}
}
#form_table .scroll_box {
	background: #f0f0f0;
	padding: 10px 20px;
	overflow-y: auto;
	max-height: 170px; 
	border-radius: 5px; 
	margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}
#form_table .scroll_box p {
	margin: 0 0 10px 0;
}
#form_table input[type="text"],
#form_table input[type="tel"],
#form_table input[type="email"],
#form_table textarea {
	padding: 10px 20px;
	line-height: 1.8;
	background: #f0f0f0;
	border: 2px solid #ffffff;
	border-radius: 5px;
	width: 100%;
	box-sizing: border-box;
}
#form_table input[type="text"]:focus,
#form_table input[type="tel"]:focus,
#form_table input[type="email"]:focus,
#form_table textarea:focus {
	border: 2px solid #023A95;
}
#form_table textarea {
	height: 190px;
}
#form_table .item.required input,
#form_table .item.required textarea {
	background: #E2EFFF;
}
.privacy_policy_check {
	text-align: center;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
}
.privacy_policy_check label {
	padding: 20px 40px;
	background: #E2EFFF;
	border-radius: 5px;	
	border: 2px solid #E2EFFF;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	display: block;
}
@media screen and (max-width: 767px) {
	.privacy_policy_check label {
		padding: 20px 10px;
	}
}
@media screen and (min-width: 768px) {
	.privacy_policy_check label:hover {
		border: 2px solid #023A95;
	}
}
.privacy_policy_check input {
	margin-right: 5px;
}
#form_table .item .form_td .info {
	text-align: center;
	color: #023A95;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.privacy_policy .info {
		text-align: left;
	}
}
.form_btn_area {
	text-align: center;
	padding: 20px 0 0 0;
}
@media screen and (max-width: 767px) {
	.form_btn_area {
		padding: 20px 0 0 0;
	}
}

/* submit_wrap */
.form_btn_area .submit_wrap {
	display: inline-block;
	margin: 0 20px;
	position: relative;
	background: #A78000;
}
@media screen and (max-width: 767px) {
	.form_btn_area .submit_wrap {
		margin: 0;
		display: block;
		overflow: hidden;
	}
}
.form_btn_area .submit_wrap:hover {
	background: #C7A42F;
}
.form_btn_area .submit_wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 70px;
	height: 70px;
	background: url(img/icon_arrow_right_gold.svg) center center / auto auto no-repeat #000000;
	z-index: 1;
}
.form_btn_area .cv_btn {
	display: block;
	width: 320px;
	height: 70px;
	line-height: 70px;
	color: #ffffff;
	text-align: center;
	font-size: 120%;
	border: none;
	padding: 0 0 0 70px;
	z-index: 2;
	background: transparent;
	cursor: pointer;
	box-sizing: border-box;
}
@media screen and (max-width: 767px) {
	.form_btn_area .cv_btn {
		width: 100%;
	}
}

/* back_wrap */
.form_btn_area .back_wrap {
	display: inline-block;
	margin: 0 20px;
	position: relative;
	background: #646464;
}
@media screen and (max-width: 767px) {
	.form_btn_area .back_wrap {
		display: block;
		margin: 0;
		overflow: hidden;
	}
}
.form_btn_area .back_wrap:hover {
	background: #969696;
}
@media screen and (max-width: 767px) {
	.form_btn_area .back_wrap:hover {
		background: #646464;
	}
}
.form_btn_area .back_wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 70px;
	height: 70px;
	background: url(img/icon_arrow_left_white.svg) center center / auto 20px no-repeat #000000;
	z-index: 1;
}
.form_btn_area a.cv_btn {
	text-decoration: none;
}

/* toplink_wrap */
.form_btn_area .toplink_wrap {
	display: inline-block;
	margin: 0 20px;
	position: relative;
	background: #023A95;
}
@media screen and (max-width: 767px) {
	.form_btn_area .toplink_wrap {
		display: block;
		margin: 20px 0 0 0;
		overflow: hidden;
	}
}
.form_btn_area .toplink_wrap:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.form_btn_area .toplink_wrap:hover {
		opacity: 1;
	}
}
.form_btn_area .toplink_wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 70px;
	height: 70px;
	background: url(img/icon_arrow_right_white.svg) center center / auto 20px no-repeat #000000;
	z-index: 1;
}
.form_btn_area a.cv_btn {
	text-decoration: none;
}

/* footer
------------------------------------------------------------------- */
.footer .message_area {
	background: url(img/bg_manshon.png) center bottom / cover no-repeat transparent;
	padding: 150px 0; 
}
@media screen and (max-width: 767px) {
	.footer .message_area {
		padding: 20px 0; 
	}
}
.footer .message_area .catch {
	font-size: 180%;
	text-align: center;
	display: block;
	background: #023A95;
	color: #ffffff;
	padding: 30px;
	margin: 0 80px;
}
@media screen and (max-width: 767px) {
	.footer .message_area .catch {
		font-size: 160%;
		padding: 20px;
		margin: 20px;
		text-align: left;
	}
}
.footer .caption {
	display: none;
}
@media screen and (max-width: 767px) {
	.footer .caption {
		display: block;
		padding: 20px 0; 
	}
}
.footer .copyright {
	background: #000000;
	color: #ffffff;
	font-size: 85%;
	padding: 33px 0;
}
.footer .copyright .width_fix {
	text-align: center;
}
.footer .message_area .catch .cv_btn {
	display: inline-block;
	font-size: 70%;
	padding: 0 20px 0 70px;
    margin-top: 10px;
    background: #ffffff;
}
.footer .message_area .catch .cv_btn br {
	display: none;
}
@media screen and (max-width: 767px) {
	.footer .message_area .catch .cv_btn {
	    display: flex;
	    align-items: center;
	    text-align: left;		
	    line-height: 1.2;
	}
	.footer .message_area .catch .cv_btn br {
		display: block;
	}
}
.footer .message_area .catch .cv_btn:hover {
	opacity: 0.7;
}
.footer .message_area .catch .cv_btn a {
    color: #023A95;
}

@media screen and (max-width: 767px) {
	.footer .copyright {
		position: relative;
	}
	.footer #page_top {
		position: absolute;
		top: 20px;
		right: 5px;
		bottom: initial;
	}
}

.u_sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.u_sp {
		display: block;
	}
}

.footer .copyright .company-txt {
	text-align: center;
	padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
	.footer .copyright .company-txt {
		padding: 20px 0;
	}
}

/* confirm
------------------------------------------------------------------- */
.confirm #form_table .form_btn_area {
	border-top: 1px solid #cccccc;
	padding-top: 100px;
}
@media screen and (max-width: 767px) {
	.confirm #form_table .form_btn_area {
		padding-top: 40px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.confirm #form_table .form_btn_area .back_wrap,
	.confirm #form_table .form_btn_area .toplink_wrap,
	.confirm #form_table .form_btn_area .submit_wrap {
		width: 100%;
		margin: 20px 0;
	}
}

/* slick
------------------------------------------------------------------- */
.slick-track {
	display: flex;
	height: 100%;
}
.slick-slide {
	height: auto!important;
}
.slick-prev, .slick-next {
	width: 50px;
	height: 50px;
	z-index: 1;
	background: #000000;
}
@media screen and (max-width: 767px) {
	.slick-prev, .slick-next {
		display: none!important;
	}
}
.slick-prev:hover, .slick-next:hover {
	background: #000000;
}
.slick-prev:before,
.slick-next:before {
    content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
}
.slick-prev:before {
	background: url(img/icon_arrow_left_white.svg) center center / auto 20px no-repeat #000000;
}
.slick-next:before {
	background: url(img/icon_arrow_right_white.svg) center center / auto 20px no-repeat #000000;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
@media screen and (min-width: 768px) {
	.casestudy_list_slider .slick-slide {
		opacity: 0.3;
	}
}
.casestudy_list_slider .slick-slide.slick-current {
	opacity: 1;
}
.casestudy_list_slider .slick-prev {
	left: 20px;
}
.casestudy_list_slider .slick-next {
    right: 20px;
}


.mw_wp_form_input .backbtn_wrap {
    display: none;
}

.flex {
    display: flex;
    justify-content: center;
}

.mw_wp_form_preview .caption {
    display: none;
}

.mw_wp_form_preview .label {
    display: none!important;
}

.mw_wp_form_preview .item.privacy_policy {
    display: none!important;
}

.mw_wp_form_preview .form_btn_area {
    padding: 100px 0 0 0;
    border-top: 1px solid #cccccc;
}

@media screen and (max-width: 767px) {
	.flex {
		flex-wrap: wrap;
	}
	.backbtn_wrap,
	.submitbtn_wrap {
		width: 100%;
	}
	.backbtn_wrap {
		margin-bottom: 40px;
	}
	.mw_wp_form_preview .form_btn_area {
		padding-top: 60px;
	}

}

/* side_bnr
------------------------------------------------------------------- */
.side_bnr {
	position: fixed;
	top: 178px;
	right: 0;
	z-index: 100;
}
@media screen and (max-width: 767px) {
	.side_bnr {
		display: flex;
		top: 100%;
		right: inherit;
		left: 0;
		width: 100%;
		transform: translate(0, -100%);
	}
}

.side_bnr .box+.box {
	margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
	.side_bnr .box+.box {
		margin: 0;
	}
}

.side_bnr .box {
	display: block;
}
@media screen and (max-width: 767px) {
	.side_bnr .box {
		display: flex;
		flex-direction: row-reverse;
		width: 50%;
	}
}

.side_bnr .box.box_pt01:hover .word.word_pt01  {
	background: #C7A42F;
}
.side_bnr .box.box_pt02:hover .word.word_pt02  {
	opacity: .8;
	transition: all .3s;
}

.side_bnr .word {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 190px;
	transition: all .3s;
	writing-mode: vertical-rl;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.side_bnr .word {
		width: 79.255319%;
		height: 50px;
	}
}
.side_bnr .word .img {
	display: block;
}

.side_bnr .word.word_pt01 {
	background: #A78000;
}

.side_bnr .word.word_pt02 {
	background: #023A95;
}


.side_bnr .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 38px;
	background: #000000;
}
@media screen and (max-width: 767px) {
	.side_bnr .icon {
		width: 20.744681%;
		height: 50px;
	}

}
.side_bnr .icon .img {
	width: auto;
	transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
	.side_bnr .icon .img {
		transform: translate(0, -30%);
	}

}

/* 2025/10/06追記 */
.reason-for-low-cost .form_area {
  padding-top: 0;
}
.reason-for-low-cost .form_area::before {
  content: none;
}
.reason-for-low-cost .form_area .cv_block {
  margin-top: 0;
}
.reason-for-low-cost .head_search_btn {
  color: #E74114;
  border: 1px solid #097CF2;
  font-size: 16px;
  font-weight: 900;
  padding: 10px;
  background: #fff;
  text-decoration: none;
  letter-spacing: 0px;
}

.movie .iframe_yt {
  aspect-ratio: 560/315;
}