@charset "UTF-8";
/**
 * service color #d85041
 * text color  #233d4c
 * */
/***************
ALL
***************/
@-ms-viewport {
	width: device-width;
}
@-o-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@font-face {
  font-family: 'Gotham';
  src:
    url('common/font/Gotham/Gotham-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Gotham';
  src:
    url('common/font/Gotham/Gotham-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: block;
}
* {
	margin: 0;
	padding: 0;
	-webkit-appearance: none;/*ios input default delete*/
}
*, *::before, *::after {
	box-sizing: border-box;
}
::selection {
	background: #d85041;
	color: #ffffff;
}
::-moz-selection {
	background: #d85041;
	color: #ffffff;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,select,option,input{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	color: #3C4261;
	vertical-align: baseline;
}
html {
	background: #ffffff;
}
body {
	min-height: 100vh;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	color: #3C4261;
	line-height: 1;
	word-break: break-all;
	-webkit-font-smoothing: antialiased;
}
body, html {
	width: 100%;
}
main {
	display:block;
	padding-top: 82px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	line-height: 1;
	font-weight: 100;
}
#sidebar {
	background-color: transparent;
}
input[type="text"], input[type="email"], input[type="tel"], textarea {
	background: none;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wpcf7-list-item, .wpcf7-list-item label{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input:-webkit-autofill {
	box-shadow: 0 0 0 1000px #fff inset;
}
button, input[type="submit"], input[type="button"] {
	border: none;
	border-radius: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
:focus, :active {
	outline: none;
}
section {
	overflow: hidden;
}
ul, li {
	list-style-type: none;
}
a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
figure {
	display: flex;
	overflow: hidden;
	object-fit: cover;
}
picture{
	display: block;
}
img{
	max-width: 100%;
}
em {
	font-style: normal!important;
}
pre{
	white-space: pre-wrap;
}
strong{
	font-weight: bold;
}
/***************
common
***************/
/** IE object-fit Bug Fix **/
@media all and (-ms-high-contrast: none) {
	.object-fit {
		font-family: 'object-fit: cover;'
	}
}
.display-none {
	display: none!important;
}
.hamburger {
	display: none;
}
.wrap {
	display: block;
	max-width: 1024px;
	margin: 0 auto;
}
.flex{
	display: flex;
}
.flex-column{
	display: flex;
	flex-direction: column;
}
.object-fit {
	object-fit: cover;
}
figure img[class*="__img"] {
	width: 100%;
}
.sec__caption {
	font-size: 2.6em;
	font-weight: bold;
	line-height: 1.4;
}
/***************
template design
***************/

[class*="btn"] {
	display: flex;
	margin: 0 auto;
	line-height: 48px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
}
.btn1 {
	width: 240px;
	height: 48px;
}
.btn2 {
	width: 280px;
	height: 48px;
}
.type_red {
	background-color: #F57600;
	box-shadow: 0 4px 6px rgba(216, 80, 65, 0.3);
	color: #fff;
	text-align: right;
	transition: 0.4s ease-out;
}
.type_navy {
	background-color: #233d4c;
	color: #fff;
	transition: 0.4s ease-out;
	box-shadow: 0 4px 6px rgba(21, 37, 46, 0.2);
}
.type_line {
	background-color: #00BF00;
	color: #fff;
	text-indent: -6px;
	transition: 0.4s ease-out;
	box-shadow: 0 4px 6px rgba(0, 191, 0, 0.3);
	white-space: nowrap;
}
.type_line .line-icon{
	margin-right: 6px;
	width: 24px;
	fill:#fff; 
}
.type_red:hover {
	background: #FD9C43;
	transform: translateY(-2px);
}
.type_navy:hover {
	background: #2F5266;
	transform: translateY(-2px);
}
.type_line:hover {
	background: #00D900;
	transform: translateY(-2px);
}
.text-red {
	color: #F57600;
}
.dec_arrow {
	position: relative;
}
.dec_arrow::after {
	font-family: 'icon';
	content: '\e906';
	position: absolute;
	right: 24px;
}
.link-blank::after {
	font-family: 'icon';
	content: '\e901';
	margin-left: 4px;
	color: #D85041;
}
.bg-white{
	background-color: #fff;
}
.bg-gray{
	background-color: #f5f5f5;
}
/*---------------------------/
// 下層ページ用
/---------------------------*/
.breadcrumbs{
	background-color: #f5f5f5;
	padding: 8px 0;
	font-size: 1.1em;
}
.breadcrumbs > .wrap > span > span {
	display: flex;
	align-items: center;
}
.breadcrumbs a{
	display: inline-block;
	transition: 0.4s;
}
.breadcrumbs a:hover{
	color: #D85041;
}
.breadcrumbs .icon-icon-rightarrow{
	margin: 0 8px;
}
.breadcrumb_last{
	color: #B3B3B3;
}
.page__head.has-eyecatch{
	display: flex;
	width: 100%;
	height: 164px;
	position: relative;
	justify-content: center;
	align-items: center;
}
.page__title__wrap{
	text-align: center;
	color: #fff;
	position: absolute;
}
:not(.page__title-en) + .page__title{
	margin: 64px auto;
	font-size: 3.2em;
	font-weight: bold;
}
:not(.page__title-en) + .page__title::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 1em;
	margin-right: 20px;
	background-color: #D85041;
	vertical-align: bottom;
}
.page__title-en{
		font-family: 'Gotham', sans-serif;
	margin-bottom: 8px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform:uppercase;
}
.page__title__wrap .page__title{
	font-size: 3.2em;
	font-weight: bold;
}
.eyecatch__wrap{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.eyecatch{
	width: 100%;
}
.catch__wrap{
	margin:80px auto;
	text-align: center;
}
.catch__caption{
	margin-bottom: 32px;
	font-size: 2.4em;
	font-weight: bold;
	color: #D85041;
}
.catch__text{
	font-size: 1.6em;
	letter-spacing: 0.014em;
	line-height: 2;
}
/*---------------------------/
//header
/---------------------------*/
header {
	display: flex;
	width: 100%;
	height: 82px;
	padding: 16px 40px 16px;
	background-color: #fff;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	transition: top 0.4s;
}
.logo__wrap{
	display: flex;
	flex-direction: column;
}
.logo__text {
	color: #A4AFB3;
	display: block;
	font-size: 1em;
	margin: 0px 0 auto 10px;
}
.logo__header {
	display: inline-block;
	height: 48px;
}
header .btn2 {
	margin: 0;
}
#gnav{
	display: flex;
	flex-direction: column;
}
.gnav-sub__list {
	display: flex;
	height: 47px;
	margin-bottom: auto;
	justify-content: flex-end;
	font-size: 16px;
}
.gnav-sub__item a {
	transition: 0.4s;
}
.gnav-sub__item:first-child a:hover {
}
.gnav-sub__item, .gnav-sub__item .type_red {
	display: flex;
	justify-content: center;
	align-items: center;
}
.gnav-sub__item .type_red {
	width: 200px;
	height: 100%;
	margin-left: 24px;
	text-align: center;
	font-weight: bold;
	border-radius: 4px;
	box-shadow: 0 2px 3px rgba(122, 135, 140, 0.2);
}
.gnav-sub__item .type_red:hover {
	transform: none;
}
.gnav__list__item__link {
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	transition: color, 0.4s;
}
.gnav__list__item__link:hover {
	color: #D85041;
}
.gnav__list {
	display: flex;
	align-items: center;
}
header.scroll {
	height: 58px;
	padding: 0 40px;
	position: fixed;
	z-index: 2;
	-webkit-animation: header__slidein 0.4s;
	animation: header__slidein 0.4s;
}
.scroll #gnav {
	display: flex;
	flex-direction: row-reverse
}
.scroll_none {
	display: inherit;
}
.scroll_active {
	display: none;
}
.scroll .scroll_none {
	display: none;
}
.scroll .scroll_active {
	display: block;
}
.scroll .logo__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.scroll .gnav-sub__list {
	display: flex;
	height: 100%;
	align-items: center;
}
.scroll .gnav-sub__item {
	height: 41px;
}
.scroll .gnav-sub__item .type_red {
	border-radius: 4px;
}
.scroll .logo__header {
	margin-top: 0;
	height: 22px;
}
.scroll .gnav-sub__list {
	margin-bottom: 0;
}
.scroll_active .type_red {
	width: 120px;
}
/*---------------------------/
//footer
/---------------------------*/
.cta__wrap {
	display: block;
	margin: 24px 40px 24px;
	padding: 64px 40px 62px;
	background-image: url("common/img/cv__footer-human.png");
	background-size: 1280px auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.cta__wrap::after{
	content: '';
	width: 100%;
	height: 288px;
	margin: 0 auto;
	background-image: url(common/img/cv__footer-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
.cta__text {
	margin-bottom: 34px;
	font-size: 2.4em;
	font-weight: bold;
	color: #3C4261;
	line-height: 1.7;
}
.cta__text span{
	display: block;
}
.banner__wap {
	display: block;
	padding: 32px 40px;
	background-color: #f5f5f5;
}
.banner__list {
	display: flex;
	margin: 0;
	margin-left: 24px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
.banner__item {
	width: 238px;
	min-width: 238px;
	height: 80px;
	margin-right: 24px;
}
.banner__item:last-of-type {
	margin-right: 0;
}
.banner__img {
	vertical-align: bottom;
}
footer {
	padding: 24px 0 24px;
}
.footer__wrap-t {
	padding-bottom: 36px;
	text-align: center;
}
.footer__wrap-t .wrap {
	display: flex;
}
.footer__contents-l {
	width: 204px;
	margin-right: 95px;
}
.logo__footer {
	width: 186px;
	margin: 0 0 20px;
}
.footer__contents-l__text {
	line-height: 2;
}
.footer__contents-logo img {
	width: 192px;
}
.footer_normal {
	color: #7A878C;
	font-size: 12px;
	line-height: 1.2;
	padding: 11px 0;
}
.footer_list {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: center;
}
.footer_item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 11px;
}
.footer_item a {
	color: #7A878C;
	font-size: 12px;
	line-height: 20px;
	margin-right: 4px;
	position: relative;
	text-decoration-line: underline;
	transition: .2s ease-out;
}
@media screen and (max-width:768px) {

	.footer_list {
		display: inline-block;
	}
	.footer_item {
		display: inline-flex;
		min-width: 45%;
	}
}

#fnav {
	width: calc(100% - 299px);
}
.fnav__list {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.fnav__item {
	font-size: 1.4em;
	font-weight: bold;
}
.fnav__list-sub {
	margin-top: 24px;
	font-size: 10px;
}
.fnav__item-sub {
	margin-bottom: 16px;
}
.fnav__item-sub a {
	font-size: 1.3em;
	line-height: 1.8;
	font-weight: 100;
	color: #7A878C;
	transition: 0.4s;
}
.fnav__item-sub a:hover {
	color: #D85041;
}
.fnav__item-sub:last-of-type {
	margin-bottom: 0;
}
.footer__wrap-b {
	display: flex;
	justify-content: justify;
}
.flink__list {
	display: flex;
}
.flink__item {
	margin-right: 32px;
}
.flink__item a {
	font-size: 1.1em;
	font-weight: 100;
	color: #7A878C;
	transition: 0.4s;
}
.flink__item:hover a {
	color: #D85041;
}
.flink__item:last-of-type {
	margin-right: 0;
}
.copyright {
	margin-left: auto;
	font-size: 1.1em;
	font-weight: 100;
	color: #7A878C;
}
.to_top {
	display: none;
	width: 50px;
	height: 50px;
	border: 2px solid #D85041;
	background-color: #fff;
	font-size: 2em;
	color: #D85041;
	border-radius: 25px;
	position: fixed;
	right: 38px;
	bottom: 55px;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 2px rgba(216, 80, 65, 0.15);
	opacity: 0;
	transition: 0.4s;
	z-index: 1;
}
@media screen and (min-width:769px) {
	.to_top:hover {
		background-color: #D85041;
		color: #fff;
		bottom: 57px;
	}
}
/*---------------------------/
//index
/---------------------------*/
@keyframes header__slidein {
	0% {
		top: -60px;
	}
	100% {
		top: 0;
	}
}
.fv__contents__wrap {
	display: flex;
	height: 638px;
	min-height: 638px;
	margin: 0 40px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	align-items: center;
}
.fv__text__wrap {
	position: absolute;
	left: 64px;
	color: #fff;
	font-size: 3em;
}
.fv__visual {
	width: 60.666667%;
	height: 100%;
	position: relative;
	pointer-events: none;
}
.fv__visual__text{
	position: absolute;
	top: 40px;
	right: 0;
	max-width: 650px;
	z-index: 1;
}
.fv__visual__text img{
	height: 100%;
}
[class*="fv__visual__img-"]{
	height: 638px;
	position: absolute;
	top: 0;
	right: 0;
}
[class*="fv__visual__img-"] img{
	max-width: none!important;
	height: 100%;
}

.fv__visual__img-1{
		-webkit-animation: fv_fade1 14s linear infinite;
	animation: fv_fade1 14s linear infinite;
}
.fv__visual__img-2{
		-webkit-animation: fv_fade2 14s linear infinite;
	animation: fv_fade2 14s linear infinite;
}
@keyframes fv_fade1 {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fv_fade2 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 0;
	}
	50%{
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.entry__form__wrap {
	display: flex;
	width: 45.333333%;
	height: 100%;
	min-width: 544px;
	padding: 48px 40px 40px 40px;
	background-color: #f5f5f5;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
}
.logo__slider {
	display: block;
	width: 100%;
	height: 96px;
	background: url("common/img/logo__slide.png") -50% repeat-x;
	background-size: cover;
	-webkit-animation: logo__slider 60s linear infinite;
	animation: logo__slider 60s linear infinite;
}
@keyframes logo__slider {
	0% {
		background-position: 0 0
	}
	100% {
		background-position: -2505px 0
	}
}
.top .service__wrap, .case__wrap, .magazine__wrap {
	margin: 0 40px;
	padding: 64px 80px 64px;
	background: linear-gradient(#fff, #f5f5f5);
	border-radius: 4px;
	text-align: center;
}
.service__wrap .sec__caption {
	margin-bottom: 48px;
}
.service__list {
	display: flex;
	margin-bottom: 40px;
	justify-content: space-between;
}
.swiper-slide {
	width: 320px!important;
}
.service__thumbnail {
	width: 100%;
	margin-bottom: 24px;
}
.service__text__caption {
	display: block;
	margin-bottom: 24px;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.66;
	text-align: center;
}
.service__text__details {
	display: block;
	font-size: 1.3em;
	font-weight: normal;
	color: #7A878C;
	line-height: 1.7;
	text-align: justify;
	margin-bottom: 4px;
}
.service__text__details.small {
	font-size: 1.0em;
}
.swiper-pagination {
	position: static;
}
.swiper-pagination-bullet {
	width: 24px;
	height: 4px;
	background-color: #E6E6E6;
	border-radius: 24px;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #F57600
}
.sec__head {
	display: flex;
	margin-bottom: 48px;
	align-items: center;
}
.sec__head .sec__caption {
	margin-right: 40px;
}
.sec__text {
	font-size: 1.3em;
	color: #596266;
}
.sec__head .view_more {
	margin-left: auto;
	font-size: 1.4em;
	font-weight: bold;
}
.sec__head .dec_arrow::after {
	color: #D85041;
	margin-left: 8px;
	position: static;
}
.view_more {
	transition: 0.4s;
}
.view_more:hover {
	color: #D85041;
}
.swiper-container2 {
}
.adviser__wrap,
.support__wrap{
	margin: 96px auto 0;
}
.support__wrap{
	overflow: visible;
}
.adviser__item {
	width: calc((1024px - 64px) / 3)!important;
	transition: transform 0.4s;
}
.case__article:hover, .magazne__article:hover {
	transform: translateY(-2px);
}
.top .case__article:hover .case__caption, .top .support__article:hover .support__caption,.top .magazne__article:hover .magazine__title {
	color: #D85041;
}
.adviser__item__dl {
	display: flex;
	justify-content: space-between;
}
.adviser__content-l {
	text-align: center
}
.adviser__thumbnail {
	display: inline-block;
	width: 64px;
	height: 64px;
	margin-bottom: 12px;
	border-radius: 32px;
}
.adviser__name {
	font-size: 1.1em;
	transition: color 0.4s;
}
.adviser__thumbnail__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.adviser__content-r {
	position: relative;
	filter: drop-shadow(0 2px 8px rgba(152,158,176,0.2));
	transition: 0.4s;
}
.adviser__content-r::before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 12px 8.5px 0;
	border-color: transparent #ffffff transparent transparent;
	position: absolute;
	top: 18px;
	left: -12px;
}
.adviser__content-r__wrap {
	display: flex;
	width: 232px;
	height: 100px;
	background-color: #fff;
	border-radius: 10px;
	padding: 16px 20px;
	text-align: justify;
	flex-direction: column;
}
.adviser__text {
	display: block;
	height: 42px;
	margin-bottom: auto;
	font-size: 1.4em;
	font-weight: 500;
	line-height: 1.5714;
	transition: color 0.4s;
}
.adviser__tag__list {
	display: flex;
	font-size: 1.1em;
	color: #A4AFB3;
}
.adviser__tag__item:nth-of-type(1) {
	margin-right: 8px;
}
.swiper-pagination2 {
	margin: 40px auto 0;
	text-align: center;
}
.sec__contents {
	display: flex;
}
.case__wrap{
	padding-top: 96px;
}
.case__article {
	width: 320px;
	margin-right: 32px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
	transition: 0.4s;
}
.case__article a{
	display: block;
	height: 100%;
}
.case__article:hover {
	box-shadow: 0 4px 15px rgba(152,158,176,0.2);
}
.case__article:nth-child(3n),
.case__article:last-of-type {
	margin-right: 0;
}
.case__contents {
	padding: 32px 32px 40px;
	position: relative;
	text-align: left;
}
.case__thumbnail {
	width: 100%;
	height: 160px;
}
.case__logo {
	display: flex;
	width: 50px;
	height: 50px;
	padding: 8px;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -25px;
	right: 24px;
	border-radius: 25px;
	border: 1px solid #F2F2F2;
}
.case__company {
	display: block;
	margin-bottom: 12px;
	font-size: 1.3em;
	color: #7A878C;
}
.case__caption {
	display: block;
	margin-bottom: 24px;
	font-size: 1.5em;
	font-weight: bold;
	word-break: break-all;
	line-height: 1.6;
	transition: color 0.4s;
}
.case__category__list {
	display: flex;
}
.case__category__item {
	font-size: 1.1em;
	color: #A4AFB3;
}
.case__category__item:nth-of-type(1) {
	margin-right: 30px;
}
.support__article {
	width: 320px;
	margin-right: 32px;
}
.support__article:last-of-type {
	margin-right: 0;
}
.support__thumbnail {
	margin-bottom: 24px;
	border-radius: 3px;
	transition: 0.4s;
}
.top .support__article:hover .support__thumbnail {
	box-shadow: 0 4px 15px rgba(152,158,176,0.6);
	transform: translateY(-2px);
}
.support__caption {
	margin-bottom: 24px;
	font-size: 1.6em;
	font-weight: bold;
	transition: 0.4s;
}
.support__text {
	font-size: 1.3em;
	font-weight: 100;
	color: #7A878C;
	line-height: 1.7;
	text-align: justify;
}
.magazine__wrap {
	margin: 96px 40px;
	padding: 80px 40px;
	background: #f5f5f5;
}
.magazine__wrap .wrap {
	display: flex;
}
.magazine__wrap .content-half {
	display: flex;
	width: 50%;
	flex-direction: column;
}
.magazine__wrap .content-half:first-child {
	padding-right: 56px;
	border-right: 1px solid #E6E6E6;
}
.magazine__wrap .content-half:nth-child(2) {
	padding-left: 56px;
}
.magazine__wrap .content-half .sec__head {
	display: block;
	text-align: left;
}
.magazine__wrap .content-half .sec__caption {
	font-size: 2.2em;
	margin-bottom: 16px;
}
.magazine__contents {
	margin-bottom: 32px;
}
.magazne__article {
	display: inline-block;
	transition: 0.4s;
}
.magazne__article:not(:last-of-type) {
	margin-bottom: 24px;
}
.magazne__article__wrap {
	display: flex;
}
.magazine__thumbnail {
	width: 169px;
	height: 105px;
	margin-right: 24px;
	border-radius: 2px;
	transition: 0.4s;
}
.magazne__article:hover .magazine__thumbnail {
	box-shadow: 0 4px 15px rgba(152,158,176,0.6);
}
.magazine__text {
	display: flex;
	width: 263px;
	text-align: left;
	flex-direction: column;
}
.magazine__title {
	margin-bottom: 16px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6;
}
.magazine__category {
	font-size: 1.1em;
	color: #A4AFB3;
}
.magazine__wrap .view_more {
	margin-left: auto;
	font-size: 1.4em;
	font-weight: bold;
}
.magazine__wrap .view_more::after {
	font-family: 'icon';
	content: '\e901';
	color: #D85041;
	margin-left: 4px;
	font-weight: 100;
}
/*****----- PC end -----*****/
@media screen and (max-width:1024px) {
	.show_pc_tab {
		display: none;
	}
	/***** end max-width1024 *****/
}
@media screen and (min-width:769px) {
	.show_sp {
		display: none!important;
	}
	body, header {
		/*min-width: 1184px;*/
		min-width: 1280px;
	}
	.gnav__list__item:not(:first-child) {
		margin-left: 48px;
	}
	.service__item {
		width: 312px!important;
	}
	.service__item:nth-of-type(2) {
		margin: 0 44px;
	}
	.swiper-pagination {
		display: none;
	}
	.sp_only {
		display: none!important;
	}
}
@media screen and (max-width:768px) {
	body {
		overflow-x: hidden;
	}
	main {
		padding-top: 60px;
	}
	/***************
	common
	***************/
	.show_pc {
		display: none!important;
	}
	.btn1 {
		width: 280px;
		height: 51px;
		}
	.btn2{
		width: 100%;
		height: 52px;
	}
	.dec_arrow::after{
		right:  16px;
	}

	/***************
	hamburger
	***************/
	.hamburger {
		display: flex;
		background: #f5f5f5;
		padding: 13.5px 12px;
		border-radius: 4px;
		z-index: 99;
	}
	.hamburger.is-active {
		background: #FFFFFF;
	}
	.hamburger:hover, .hamburger.is-active:hover {
		opacity: 1;
	}
	.hamburger-box {
		width: 16px;
		height: 15px;
		position: relative;
	}
	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		width: 100%;
		height: 2px;
		background-color: #233d4c;
		border-radius: 0;
	}
	.hamburger-inner {
		top: 8px;
	}
	.hamburger-inner::before, .hamburger-inner::after {
		content: '';
		position: absolute;
	}
	.hamburger-inner::before {
		top: -7px;
	}
	.hamburger-inner::after {
		bottom: -7px;
	}
	.hamburger--squeeze.is-active .hamburger-inner {
		top: 8px;
	}
	.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after, .hamburger.scroll .hamburger-inner, .hamburger.scroll .hamburger-inner::before, .hamburger.scroll .hamburger-inner::after {
		background-color: #233d4c;
	}
	.sp_only {
		display: block!important;
	}
	/*---------------------------/
	// 下層ページ用
	/---------------------------*/
	.breadcrumbs{
		display: none;
	}
	:not(.page__title-en) + .page__title{
	margin: 40px 20px;
		font-size: 2em;
	}
	:not(.page__title-en) + .page__title::before{
		width: 2.5px;
		margin-right: 16px;
	}
	.page__head.has-eyecatch{
		height: 101px;
	}
	.page__title-en{
		margin-bottom: 3px;
		font-size: 1.1em;
		text-transform:uppercase;
	}
	.page__title__wrap .page__title{
		font-size: 2em;
	}
		.catch__wrap{
		margin: 40px 20px 48px!important;
	}
	.catch__caption{
		margin-bottom: 20px;
		font-size: 2em;
		line-height: 1.5;
	}
	.catch__text{
		font-size: 1.4em;
		line-height: 1.7;
		text-align: left;
	}
	/*---------------------------/
	//header
	/---------------------------*/
	header {
		display: flex;
		align-items: center;
		height: 60px;
		padding: 10px 16px;
		position: fixed;
		justify-content: flex-start;
		z-index: 2;
	}
	header .btn2 {
		width: 120px;
	}
	.logo__wrap {
		margin-right: auto;
	}
	.logo__header {
		height: auto;
		width: 182px;
		margin: 0;
	}
	.type_red.btn2.show_sp {
		width: 120px;
		height: 100%;
		margin: 0 8px 0 0;
	}
	#gnav {
		display: none;
		width: 100%;
		height: 100vh;
		padding: 70px 10px;
		background-color: #f5f5f5;
		position: absolute;
		top: 0;
		left: 0;
	}
	#gnav.is-active {
		display: block;
		overflow: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	#gnav.is-active::-webkit-scrollbar { 
		display:none;
	}
	.gnav__list {
		max-width: 375px;
		margin: 0 auto 40px;
		align-items: flex-start;
		flex-direction: column;
	}
	.gnav__list__item {
		width: 100%;
		margin: 0 0 8px;
	}
	.gnav__list__item:last-of-type {
		display: flex;
		margin: 0;
	}
	.gnav__list__item__link {
		display: flex;
		height: 60px;
		padding: 0 20px;
		background-color: #fff;
		align-items: center;
		position: relative;
		border-radius: 4px;
	}
	.gnav__list__item.half .gnav__list__item__link {
		width: calc(50% - 4px);
		margin-right: 8px;
		line-height: 1.2;
	}
	.gnav__list__item.half .gnav__list__item__link:last-of-type {
		margin-right: 0;
	}
	.gnav__list__item__link::after {
		font-family: 'icon';
		content: '\e906';
		position: absolute;
		right: 20px;
	}
	.gnav__btn {
		width: 280px;
		height: 51px;
	}
	/*---------------------------/
	//footer
	/---------------------------*/
	.cta__wrap {
		margin: 24px 20px 24px;
		padding: 48px 24px;
		background:none;
	}
	.cta__wrap::after{
		height: 254px;
		background-size: auto 100%;
	}
	.cta__text {
		margin-bottom: 24px;
		font-size: 2em;
		line-height: 1.4;
	}
	.cta__text span{
		margin-bottom: 8px;
		font-size: 13px;

	}
	.banner__wap {
		padding: 32px 0 0 0;
	}
	.banner__list{
		margin: 0!important;
		overflow-x: scroll;
		overflow-y: hidden;
		padding-bottom: 32px;
	}
	.banner__item {
		margin-right: 12px;
	}
	.banner__item:first-of-type {
		padding-left: 20px;
		box-sizing: content-box;
	}
	.banner__item:last-of-type {
		padding-right: 20px;
		box-sizing: content-box;
	}
	.banner__item__link {
		display: inline-block;
	}
	.footer__wrap-t .wrap {
		margin: 0 20px;
		flex-direction: column;
	}
	.footer__contents-l {
		display: block;
		width: auto;
		text-align: center;
	}
	.logo__footer {
		width: 200px;
		margin:0 auto 12px;
	}
	.footer__contents-l__text {
		font-size: 1em;
		line-height: 1.7;
	}
	#fnav {
		width: auto;
	}
	.fnav__list {
		flex-direction: column;
	}
	.fnav__item:not(:last-of-type) {
		margin-bottom: 28px;
	}
	.fnav__list-sub {
		display: flex;
		margin-top: 12px;
		flex-wrap: wrap;
	}
	.fnav__item-sub {
		width: calc(50% - 4px);
		margin: 0 8px 6px 0;
	}
	.fnav__item:nth-child(3) .fnav__item-sub,
	.fnav__item:nth-child(4) .fnav__item-sub{
	}
	.fnav__item-sub:nth-child(2n) {
		margin-right: 0;
	}
	.fnav__item-sub a {
		display: flex;
		padding: 0 24px 0 12px;
		height: 52px;
		color: #233D4C;
		background-color: #f5f5f5;
		border-radius: 3px;
		font-size: 1.2em;
		line-height: 1.3;
		align-items: center;
		position: relative;
	}
	.fnav__item-sub a:not(.link-blank)::after {
		font-family: 'icon';
		content: '\e906';
		position: absolute;
		right: 8px;
	}
	:not(.work__link) > .link-blank::after {
		margin-left: 0px;
		position: absolute;
		right: 12px;
	}
	.footer__wrap-b {
		display: block;
		margin: 0 20px;
	}
	.flink__list {
		flex-wrap: wrap;
	}
	.flink__list + .copyright {
		text-align: left;
	}
	.flink__item {
		width: calc(50% - 16px);
		margin: 0 32px 20px 0;
		text-align: left;
	}
	.flink__item:nth-child(2n) {
		margin-right: 0;
	}
	.flink__item:nth-last-child(-n + 2) {
		margin-bottom: 0;
	}
	.flink__item .link-blank {
		display: inline-block;
	}
	.flink__item .link-blank::after {
		margin-left: 8px;
		position: static;
	}
	.to_top {
		width: 45px;
		height: 45px;
		font-size: 1.6em;
		right: 20px;
		bottom: 40px;
	}
	.copyright {
		margin: 32px 0 0;
	}
	/*---------------------------/
	//index
	/---------------------------*/
	.sec__caption {
		font-size: 2em;
		line-height: 1.5;
	}
	.fv__contents__wrap {
		height: auto;
		min-height: 0;
		margin: 0;
		border-radius: 0;
		flex-direction: column;
		position: relative;
	}
	.fv__visual {
		width: 100%;
		height: auto;
		flex-direction: column;
	}
	.fv__visual__text{
		width: 100%;
		height: auto;
		margin:0;
		position: absolute;
		top: 0;
		right: 0;
	}
	.fv__visual__text img{
		height: auto;
	}
	[class*="fv__visual__img-"],
	[class*="fv__visual__img-"] img{
		width: 100%;
		height: auto;
		top: 0;
		right: 0;
	}
	.fv__visual__img-1{
		position: static;
	}
	.fv__entry__btn{
		width: 90vw;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 24px;
		box-shadow: 0 8px 12px rgba(216,80,65,0.4);
		z-index: 1;
		pointer-events: auto;
		overflow: hidden;
		border-radius: 8px;
	}
	.top .entry__form__wrap {
		display: none;
	}
	.logo__slider {
		height: 70px;
	}
	.adviser__wrap,
	.case__wrap,
	.support__wrap,
	.magazine__wrap{
		margin: 0 auto;
		padding: 60px 0 0;
	}
	.top .service__wrap ,
	.affi-lp .service__wrap {
		margin: 0;
		padding: 48px 0px 48px;
	}
	.service__wrap .sec__caption {
		margin: 0 20px 32px;
	}
	.service__list {
		margin-bottom: 32px;
	}
	.swiper-slide:not(.adviser__item) {
		width: 80.8vw!important;
	}
	.swiper-slide.adviser__item {
		width: 303px!important;
	}
	.service__thumbnail {
		margin-bottom: 20px;
	}
	.service__text__caption {
		margin-bottom: 16px;
		line-height: 1.6;
	}
	.swiper-pagination-bullet {
		height: 5px;
	}
	.swiper-pagination {
		margin-bottom: 36px;
	}
	.sec__head {
		width: auto;
		margin: 0 20px 32px;
		flex-direction: column;
		align-items: baseline;
	}
	.sec__head .view_more {
		display: none;
	}
	.sec__caption {
		margin: 0 0 10px;
	}
	.sec__text {
		line-height: 1.7;
	}
	.adviser__thumbnail {
		width: 70px;
		height: 70px;
		border-radius: 35px;
	}
	.adviser__content-r__wrap {
		width: 213px;
		height: auto;
	}
	.adviser__text {
		height: 64px;
		margin-bottom: 12px;
	}
	.swiper-pagination2 {
		margin: 32px 0 36px;
	}
	.sec__contents {
		margin: 0 20px 0;
		padding-bottom: 48px;
		align-items: center;
		flex-direction: column;
	}
	.case__wrap {
		padding: 0;
	}
	.case__article {
		width: 100%;
		margin: 0 0 28px;
	}
	.case__article:last-of-type {
		margin-bottom: 32px;
	}
	.case__caption{
		font-size: 1.6em;
		line-height: 1.8;
	}
	.support__wrap .sec__contents{
		padding-bottom: 0;
	}
	.support__article {
		width: 100%;
		margin: 0 0 36px;
	}
	.support__article:last-of-type {
		margin-bottom: 0
	}
	.support__thumbnail {
		display: block;
		margin-bottom: 20px;
	}
	.support__caption {
		margin-bottom: 12px;
		font-size: 1.5em;
	}
	.magazine__wrap {
		margin: 60px 0 48px 0;
		border-radius: 0
	}
	.magazine__wrap .wrap {
		margin: 0 20px 0;
		padding-bottom: 48px;
		flex-direction: column;
		align-items: center;
	}
	.magazine__wrap .content-half:nth-child(n) {
		width: 100%;
		padding: 0;
	}
	.magazine__wrap .content-half:first-child {
		margin-bottom: 32px;
		padding: 0 0 32px;
		border-right: 0;
		border-bottom: 1px solid #E6E6E6;
	}
	.magazine__contents {
		text-align: left;
	}
	.magazne__article:not(:last-of-type) {
		margin-bottom: 16px;
	}
	.magazine__thumbnail {
		width: 140px;
		height: 87px;
		margin-right: 16px;
	}
	.magazine__text {
		width: calc(100% - 156px);
	}
	.magazine__title {
		margin-bottom: 8px;
	}
	.content-half .sec__head {
		margin: 0 0 32px;
	}
	.magazine__wrap .view_more {
		font-size: 1.3em;
	}
	/***** end max-width1024 *****/
}
@media screen and (max-width:321px) {
	.logo__header {
		width: 142px;
	}
}
.recommended__wrap {
	margin: 0 40px;
	padding: 60px 0px 0px;
	border-radius: 4px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.recommended__wrap {
		margin: 0;
	}
}
.service__wrap {
	display: flex;
	margin-top: 96px;
	margin-bottom: 96px;
	flex-direction: column;
}
.service__wrap[class*="bg-"] {
	margin-top: 0;
	margin-bottom: 0;
	padding: 80px 0;
}
.service__flow__list {
	display: flex;
	margin-bottom: 48px;
}
.service__flow__item {
	width: 176px;
	min-width: 176px;
}
.service__flow__item:not(:last-of-type) {
	margin-right: 36px;
}
.service__flow__step {
	margin-bottom: 16px;
	font-family: 'Gotham', sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #F57600;
	text-align: center;
}
.service__flow__thumbnail {
	width: 176px;
	height: 109px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.service__flow__caption {
	display: flex;
	height: 56px;
	margin-bottom: 20px;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.6;
	text-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
}
.service__flow__item:not(:last-of-type) .service__flow__caption::after {
	display: flex;
	content: '\e906';
	font-family: 'icon';
	color: #F57600;
	align-items: center;
	position: absolute;
	top: 0;
	right: -28px;
	bottom: 0;
}
.service__flow__text {
	font-size: 1.4em;
	line-height: 1.6;
	text-align: left;
}
@media screen and (max-width:768px) {
	.template__wrap p {
		font-size: 1.4em;
		line-height: 1.7;
	}
	.template__wrap small {
		font-size: 1.3em;
		line-height: 1.7;
		letter-spacing: 0.02em;
	}
	.m-b-30 {
		margin-bottom: 28px;
	}
	.m-b-48 {
		margin-bottom: 36px;
	}
	.m-b-56, .m-b-72 {
		margin-bottom: 48px;
	}
	@media screen and (max-width: 768px) {
		.wrap.flex-column {
			margin: auto 20px;
		}
	}
	.wrap.swiper-container {
		margin: 0;
	}
	.map__wrap {
		max-width: 335px;
		margin: 0 auto 40px;
	}
	.map__wrap:last-of-type {
		margin-bottom: 60px;
	}
	.map__caption {
		font-size: 1.6em;
		margin-bottom: 16px;
	}
	.map__item {
		width: 100%;
		margin: 0 0 8px;
	}
	.map__item a {
		width: 100%;
		font-size: 1.4em;
	}
	.map__item:last-of-type {
		margin-bottom: 0;
	}
	.map__item .link-blank::after {
		position: static;
	}
	/*---------------------------/
	// 固定ページテンプレ
	/---------------------------*/
	.template__wrap {
		margin-bottom: 60px;
	}
	.template__wrap .eyecatch {
		margin-bottom: 48px;
	}
	.template__contents__wrap {
		margin: 0;
	}
	.template__wrap .caption {
		display: block;
		margin-bottom: 28px;
		padding-bottom: 18px;
		font-size: 2em;
	}
	.template__wrap .caption::before {
		width: 50px;
		height: 2px;
	}
	.template__wrap .caption::after {
		width: calc(100% - 50px);
		height: 2px;
	}
	.template__wrap .list_type-1 .list__item {
		display: flex;
		margin-bottom: 16px;
		font-size: 1.4em;
		line-height: 1.8;
		align-items: baseline;
	}
	.template__wrap ol.list_type-1 .list__item::before {
		width: 22px;
		height: 22px;
		min-width: 22px;
		min-height: 22px;
		margin: 3px 16px auto 0;
		font-size: 13px;
		border-radius: 11px;
	}
	.template__wrap ul.list_type-1 .list__item::before {
		width: 6px;
		height: 6px;
		min-width: 6px;
		min-height: 6px;
		margin: 11px 8px auto 0;
		border-radius: 3px;
	}

	/*---------------------------/
	// サービス
	/---------------------------*/
	.service picture {
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.what__wrap.wrap {
		width: auto;
		margin: 40px 20px 60px;
	}
	.what__caption {
		margin-bottom: 32px;
		font-size: 2em;
	}
	.what__text {
		margin-top: 28px;
		font-size: 1.4em;
		text-align: left;
		line-height: 1.8;
	}
	.service__wrap, .service__wrap.wrap {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.service__wrap[class*="bg-"] {
		padding: 48px 0;
	}
	.sec__caption, .service__wrap .sec__caption {
		margin: 0 0 10px;
		font-size: 2em;
		letter-spacing: 0.02em;
	}
	.forall__wrap {
		margin-bottom: 60px;
	}
	.forall__list {
		width: 100%;
		margin: 0 auto 32px;
		flex-wrap: wrap;
	}
	.forall__item {
		width: calc((50% - 12px));
		margin: 0;
	}
	.forall__item:not(:nth-child(2n)) {
		margin-right: 24px;
	}
	.forall__item:not(:nth-last-child(-n + 2)) {
		margin-bottom: 20px;
	}
	.forall__text {
		width: 100%;
		margin-bottom: 6px;
		padding: 12px 10px 22px;
		font-size: 1.2em;
		line-height: 1.3;
		background-position: center;
		background-size: 100% 65px;
		background-repeat: no-repeat;
	}
	.forall__thumbnail {
		width: 130px;
		height: 130px;
	}
	.forall__graph__wrap::before {
		width: 55px;
		height: 36px;
		top: -16px;
	}
	.forall__graph__wrap {
		margin-bottom: 28px;
		padding: 42px 16px 36px;
		text-align: center;
	}
	.forall__graph {
		margin-bottom: 28px;
	}
	.type_first {
		width: 287px;
		height: 51px;
		font-size: 1.3em;
	}
	.type_first::before {
		width: 22px;
		height: 22px;
		margin-right: 8px;
	}
	.jobtype__wrap .sec__caption, .user__wrap .sec__caption {
		margin-bottom: 20px;
	}
	.jobtype__text, .user__wrap .sec__text {
		margin-bottom: 28px;
		font-size: 1.4em;
		text-align: left;
		line-height: 1.8;
	}
	.jobtype__img {
		margin-bottom: 20px;
	}
	.service .view_more {
		font-size: 1.3em;
	}
	.reason .sec__caption {
		margin-bottom: 36px;
	}
	.reason__wrap {
		margin: auto;
		position: relative;
	}
	.reason__wrap:nth-of-type(2) {
		margin: 60px 0;
	}
	.reason__wrap:nth-of-type(3n) {
		margin-bottom: 42px;
	}
	.reason__details {
		width: 100%;
		margin: 0;
	}
	.reason__caption {
		margin-bottom: 20px;
		font-size: 2em;
		text-align: center;
	}
	.reason__caption span {
		margin-bottom: 8px;
		font-size: 12px;
	}
	.reason__caption::after {
		font-size: 93px;
	}
	.reason__wrap:nth-of-type(2) .reason__caption::after {
		right: auto;
		left: 0;
	}
	.reason__thumbnail {
		display: block;
		width: 100%;
		margin: 20px auto 0;
	}
	.reason__text {
		font-size: 1.4em;
		line-height: 1.8;
	}
	.reason__text small {
		margin-top: 12px;
	}
	.reason__company {
		max-width: 335px;
		margin: 0 auto;
	}
	.recruitment__wrap {
		margin-top: 40px;
		padding: 40px 16px;
	}
	.recruitment__list {
		margin-bottom: 28px;
	}
	.recruitment__list, .recruitment__item {
		flex-direction: column;
	}
	.recruitment__item {
		width: 100%;
		margin: 0 auto 16px;
	}
	.recruitment__item:first-of-type {
		margin-bottom: 16px;
	}
	.recruitment__thumbnail {
		width: 100%;
		height: 70px;
		margin: 0;
	}
	.recruitment__thumbnail img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	.recruitment__item dl {
		width: 100%;
		padding: 16px 34px 16px 20px;
	}
	.recruitment__item .dec_arrow::after {
		right: 12px;
	}
	.recruitment__logo {
		height: 26px;
		margin-right: 16px;
	}
	.recruitment__caption {
		line-height: 1.6;
	}
	.recruitment__company span {
		padding: 0 10px;
		font-weight: bold;
		line-height: 19px;
		border-radius: 11px;
	}
	.recruitment__text {
		font-size: 1.3em;
		line-height: 1.4;
	}
	.service__wrap.dec_borderbottom {
		padding-bottom: 0;
		border: 0;
	}
	.feature__item {
		width: 100%;
	}
	.feature__item:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.feature__item:not(:last-child) {
		margin-bottom: 40px;
	}
	.feature__head {
		margin-bottom: 12px;
		font-size: 1.6em;
	}
	.feature__icon {
		margin-right: 16px;
	}
	.feature__text {
		line-height: 1.8;
	}
	.case__caption.wrap {
		margin: 14px 20px 28px;
		text-align: center;
	}
	.user__slide__wrap {
		position: relative;
		margin: 0 auto;
		max-width: 80.8vw;
	}
	.user__slide {
		margin-bottom: 28px;
	}
	.swiper-container {
		width: 100%;
		height: 100%;
		overflow: visible;
		z-index: 1;
	}
	.user__article {
		width: 100%!important;
	}
	.user__article:first-of-type {
		margin-right: 0;
	}
	.user__article a {
		padding: 32px 24px;
		flex-direction: column;
		align-items: center;
	}
	.user__contents-l {
		width: 100%;
		margin: 0 0 12px;
		text-align: center
	}
	.user__subcaption {
		margin-bottom: 12px;
		font-size: 1.2em;
		text-align: center;
	}
	.user__img {
		display: inline-block;
		width: 125px;
		height: 125px;
		margin-bottom: 12px;
		border-radius: 63px;
	}
	.user__details {
		font-weight: 500;
	}
	.user__details em {
		display: inline-block;
		margin: 0;
	}
	.user__details {
		margin-bottom: 12px;
	}
	.user__contents-r {
		width: 100%;
	}
	.user__caption {
		font-size: 1.6em;
		line-height: 1.4;
	}
	.user__status__item dl {
		font-size: 1.2em;
		line-height: 28px;
	}
	.service__flow__list {
		margin: 32px 0 0 0;
		flex-direction: column;
	}
	.service__flow__item {
		width: 100%;
	}
	.service__flow__item:not(:last-of-type) {
		margin: 0 0 28px;
	}
	.service__flow__item {
		display: flex;
		position: relative;
	}
	.service__flow__item:not(:last-of-type)::after {
		display: block;
		content: '\e903';
		margin: 0 auto;
		font-family: 'icon';
		font-size: 1.6em;
		color: #D85041;
		position: absolute;
		top: 106px;
		left: 42px;
	}
	.service__flow__thumbnail {
		width: 100px;
		height: 100px;
		min-width: 100px;
		min-height: 100px;
		margin: 0 20px 6px 0;
	}
	.service__flow__img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.service__flow__caption {
		height: auto;
		margin-bottom: 8px;
		font-size: 1.6em;
		text-align: left;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}
	.service__flow__step {
		color: #F57600;
		margin-bottom: 6px;
		font-size: 12px;
		text-align: left;
		line-height: 1;
	}
	.service__flow__text {
		font-size: 1.4em;
		line-height: 1.7;
	}
	.service__flow__item:not(:last-of-type) .service__flow__caption::after {
		display: none;
		content: '';
	}
	.modal-wrap {
		min-width: 0;
	}
	.modal-contents {
		width: 100%;
		height: fit-content;
		max-width: 80.8vw;
		min-width: unset;
		margin: auto;
		padding: 36px 6px 40px 6px;
	}
}
/*---------------------------/
// よくある質問
/---------------------------*/
.service__wrap.faq {
	background: var(--f-5-f-5-f-5, #F5F5F5);
	padding-bottom: 64px;
}
.service__wrap.faq .sec__caption {
	margin-bottom: 24px;
}
.faq__article {
	display: flex;
	background-color: #fff;
	flex-direction: column;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.faq__article:not(:last-of-type) {
	margin-bottom: 16px;
}
.faq__q {
	display: flex;
	padding: 16px 40px 16px 16px;
	font-size: 1.6em;
	font-weight: bold;
	position: relative;
	align-items: center;
	cursor: pointer;
}
.p_l__wrap {
	display: flex;
	margin-left: auto;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 16px;
}
.p_l__wrap::before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 2px;
	background-color: #D85041;
}
.p_l__wrap::after {
	content: '';
	display: inline-block;
	width: 2px;
	height: 14px;
	background-color: #D85041;
	position: absolute;
	transition: 0.4s;
}
.active .p_l__wrap::after {
	transform: rotate(90deg);
}
.faq__a__wrap {
	display: none;
}
.faq__a {
	border-top: 1px solid #E6E6E6;
	color: var(--7-a-878-c, #7A878C);
	display: flex;
	font-size: 1.4em;
	line-height: 32px;
	margin: 0 16px;
	opacity: 1;
	padding: 20px 0;
	position: relative;
}
.faq__q .text, .faq__a .text {
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #E6E6E6;
	line-height: 1.7;
	text-align: left;
}
.faq__q::before, .faq__a::before {
	font-family: 'Gotham', sans-serif;
	display: flex;
	margin-top: 4px;
	font-size: 26px;
	font-weight: bold;
	align-items: baseline;
}
.faq__q::before {
	content: 'Q';
	color: #F57600;
}
.faq__a::before {
	align-items: center;
	color: #3C4261;
	content: 'A';
}

@media screen and (max-width:768px) {
	
	.service__wrap.faq {
		padding: 64px 24px 48px 24px;
	}
}

/*---------------------------/
// ニュースリリース
/---------------------------*/
.newscontent {
	display: none;
	margin-top: 56px;
}
.newscontent.newsPage1 {
	display: block;
}
.newscontent li {
	border-bottom:1px solid #E6E6E6 !important;
	margin: 28px 5% 0 !important;
	max-width: 800px !important;
	padding-bottom: 30px !important;
}
.newscontent .text a {
	text-decoration: underline !important;
}
.newscontent .labelday {
	display: flex;
	margin-bottom: 14px;
}
.newscontent .label {
	align-items: center;
	background-color:#F57600;
	border-radius:3px;
	color:#fff;
	display: flex;
	font-size: 10px;
	font-weight: bold;
	height: 17px;
	justify-content: center;
	letter-spacing: 0.4px;
	width: 47px;
}
.newscontent .day {
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: bold;
	justify-content: center;
	margin-left: 18px;
}
.newscontent .text {
	color: #233D4C;
	font-size: 14px;
	line-height: 2em;
}
.newscontent .text-url {
	color: #F57600;
}
@media (min-width:768px) {

	.newscontent li {
		margin: 50px auto !important;
	}
	.newscontent .news-release-list {
		display: flex;
	}
	.newscontent .day {
		align-items: initial;
		padding-top: 2px;
	}
	.newscontent .labelday {
		padding-top: 1px;
	}
	.newscontent .text {
		margin-left: 50px;
	}
}

/*---------------------------/
// ページャ
/---------------------------*/
.wp-pagenavi {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
	width: 100%;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	color: #F57600;
	cursor: pointer;
	display: none;
	font-size: 2em;
	margin-right: 16px;
}
.wp-pagenavi .page {
	align-items: center;
	background-color: #fff;
	border: 1px solid #F57600;
	border-radius: 20px;
	box-shadow: 0 4px 2px rgba(216, 80, 65, 0.15);
	color: #F57600;
	display: flex;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	justify-content: center;
	margin-right: 12px;
	width: 40px;
}
.wp-pagenavi .page:not(.current) {
	cursor: pointer;
	transition: 0.4s;
}
.wp-pagenavi .page:not(.current):hover {
	background-color: #F57600;
	border-color: #F57600;
	color: #fff;
}
.wp-pagenavi .page.current {
	background-color: #F57600 !important;
	color: #fff !important;
	cursor: default;
}
@media screen and (max-width:768px) {

	.wp-pagenavi {
		margin: 40px 0 16px;
	}
}
