/*
Theme Name: breakfield
Theme URL: http://www.breakfield.co.jp/
Description: Wordpress theme for breakfield
Version: 1.0
Text Domain: breakfield
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@-webkit-keyframes hvr-icon-arrow {
    16.65% {
        transform: translateX(6px)
    }

    33.3% {
        transform: translateX(-5px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes hvr-icon-arrow {
    16.65% {
        transform: translateX(6px)
    }

    33.3% {
        transform: translateX(-5px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}
body {
    font-family: 'Noto Sans Japanese',sans-serif;
    font-weight: 400;
    color: rgb(51, 51, 51);
    font-size: 1rem;
    line-height: 1.7;
	word-wrap: break-word;
}
@media screen and (max-width: 767px){
	body {
		font-size: 14px;
	}
}
ul {
	list-style: none;
}
a {
	color: #00305b;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.underline {
	text-decoration: underline;
}

/*** position ***/
.fl {
	float: left;
}

.fr {
	float: right;
}

.ar {
	text-align: right;
}

.al {
	text-align: left;
}

.ac {
	text-align: center;
}

/*** clearfix ***/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

/*** img ***/
.imgLeft {
	float: left;
	margin-right: 15px
}

.imgRight {
	float: right;
	margin-left: 15px;
}

/*** span ***/
.red {
	color: #C00;
	font-weight: bold;
}

.blue {
	color: #00305b;
}

.sky {
	color: #5da9f3;
}

.pink {
	color: #e35f5d;
}

.small {
	font-size: 75%;
}

/*** font ***/
.serif {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.5em;
	font-weight: bold;
}

.roboto {
	font-family: 'Roboto', sans-serif;
	line-height: 1.5em;
	font-weight: bold;
}

.roboto_c {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.5em;
	font-weight: bold;
}

/* text ****************************************************/
.text_01 {
	font-size: 100%;
	line-height: 2.25em;
}

.text_02 {
	font-size: 100%;
	line-height: 1.75em;
}

.text_03 {
	font-size: 87.5%;
	line-height: 1.3em;
}

.text_01 p,
.text_02 p {
	margin-bottom: 1em;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcimage {
	display: block !important;
}

.spimage {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 700px) {
	.pcimage {
		display: none !important;
	}

	.spimage {
		display: block !important;
	}
}

/******************************************************************************
 PC Layout
******************************************************************************/
img {
	max-width: 100%;
	height: auto;
	width: auto;
	vertical-align: sub;
}

section {
	margin: 0 auto;
	position: relative;
}

.inner {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1030px;
	position: relative;
}

/* header ****************************************************/
header {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
	border-bottom: 5px solid #00305b;
	position: fixed;
	z-index: 50;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

#headerBg {
	width: 100%;
	/*height: 80px;*/
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	top: -80px;
	left: 0;
	z-index: 10;
}

/* nav ****************************************************/
ul#nav li dd p,
ul#nav li dd .sub>p {
	margin-left: 1.5em;
}

ul#nav li dd p:before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #00305b;
	margin-right: 0.3em;
}

ul#nav li dd .sub {
	/*position: relative;*/
}

ul#nav li dd .display {
	width: 150px;
}

ul#nav li dd .sns {
	width: 107px;
}

ul#nav li dd .movie {
	width: 88px;
}

ul#nav li dd .sub p+ul {
	position: inherit;
	padding-top: 10px;
	top: 0px;
	left: 0px;
	display: block;
}

ul#nav li dd .sub p+ul li {
	margin: 0;
	padding: 0;
	height: auto;
	display: block;
}

ul#nav li dd .sub p+ul li a {
	padding: 10px 20px;
	height: auto;
	background: #FFF;
	display: block;
	width: 120px;
}

ul#nav li dd .sub p+ul li a:after {
	content: "\f0da";
	font-family: FontAwesome;
	color: #00305b;
	margin-left: 0.5em;
}

ul#nav li dd .sub p+ul li a:hover {
	background: #d1e8f0;
}

/* main contents ****************************************************/
#container.home {
	padding: 0;
}

#contentsWrap {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: auto;
}

#contentsWrap:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

#main {
	margin: 0 auto;
	padding: 0 0 100px;
	width: 750px;
	height: auto;
}

#main.wide {
	width: 1000px;
}

#main.media {
	width: 100%;
}

#contentsWrap #main {
	margin: 0 0 0px;
	float: left;
}

#side {
	margin: 0;
	padding: 0;
	width: 200px;
	height: auto;
	float: right;
	text-align: left;
}

#main section:last-child {
	margin-bottom: 0;
}

/*
.parts_btn {
    background: #adff2f;
    text-align: center;
    font-size: 27px;
    color:#006400;
    margin: 30px auto 0px;
    padding: 1.5em 2.2em;
    border-radius: 6px;　　


}
*/
/*ボタンの表示テスト20220119*/
/*=============
a.btn_06-2
=============*/
.parts_btn {
	display: block;
	/* color: #ffffff;*/
	font-size: 27px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	padding: 0.7em 1em;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid transparent;
	border-radius: 6px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

.parts_btn span, .parts_btn > b, .parts_btn > strong {
	position: relative;
	display: block;
	transform: translate(-4px, -4px);
	transition: 0.3s;
	z-index: +1;
}

.parts_btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: #ffff00;
	border-radius: 6px;
	box-sizing: border-box;
	transform: translate(-3px, -3px);
	transition: 0.3s;
}

.parts_btn:hover span, .parts_btn:hover > b, .parts_btn:hover > strong {
	transform: translate(0, 0);
}

.parts_btn:hover:after {
	transform: translate(0, 0);
}

@media all and (max-width: 1023px) {
	.parts_btn {
		font-size: 18px;
	}
}

@media all and (max-width: 767px) {
	.parts_btn {
		font-size: 16px;
	}
}

/*/ボタンの表示テスト20220119*/
/* breadcrumb ****************************************************/
#breadcrumb {
	margin: 10px auto 80px;
	padding: 0;
	width: 100%;
}

#breadcrumb ol {
	margin: 0px auto;
	padding: 0;
	width: 1000px;
}

#breadcrumb ol li {
	margin: 0;
	padding: 0;
	display: inline-block;
	font-size: 75%;
}

#breadcrumb ol li a {
	text-decoration: none;
}

#breadcrumb ol li a:hover {
	text-decoration: underline;
}

#breadcrumb ol li:after {
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 5px;
	vertical-align: top;
}

#breadcrumb ol li:last-child:after {
	content: "";
}

/* footer ****************************************************/
footer a,
footer a:visited {
	color: #FFF;
}

footer a:hover {
	color: #5da9f3;
}

footer ul.link {
	display: flex;
	margin-bottom: 35px;
}

footer .copy {
	margin: 0;
	padding: 15px 0;
	background: #202020;
	font-size: 75%;
}

footer .copyInner .pmark {
	width: 70px;
}

footer .copyInner li {
	text-align: center;
}

footer .copyInner li a {
	color: #FFF;
	line-height: 1em;
	padding: 0 10px;
}

footer .copyInner li a+a {
	border-left: 1px solid #FFF;
}

/* wp-pagenavi ****************************************************/
.wp-pagenavi {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	text-align: center;
	margin-bottom: 30px;
}

.wp-pagenavi a.page {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	background: #5da9f3;
	color: #FFF;
	margin-right: 10px;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	background: #00305b;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
}

.wp-pagenavi a.last,
.wp-pagenavi a.first {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	background: #669bc4;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}

/* pager ****************************************************/
ol.pager {
	padding: 0;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}

ol.pager li {
	display: table;
	width: 48%;
}

ol.pager li a {
	display: table-cell;
}

ol.pager li i.fa {
	width: 30px;
	display: table-cell;
	vertical-align: middle;
	color: #FF0000;
}

ol.pager li.next,
ol.pager li.next a,
ol.pager li.next i.fa {
	text-align: right;
}

/* flexbox ****************************************************/
.flexwrap {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}

.flexnowrap {
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}

.reverse {
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	-webkit-box-direction: reverse;
}

.js-center {
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
}

.js-start {
	justify-content: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
}

.al-stretch {
	align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
}

.al-start {
	align-items: flex-start;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
}

/* listMark ****************************************************/
ul.listMark {
	padding-left: 1em;
	text-indent: -1em;
}

ul.listMark li {
	margin-bottom: 0.5em;
}
ul.listMark li li {
	margin-bottom: 0;
	margin-top: 0.5em;
}

ul.listMark.disc {
	list-style: disc inside;
}

ul.listMark.deci {
	list-style: decimal inside;
}

ul.listMark.deci-zero {
	list-style: decimal-leading-zero inside;
}

ul.listMark.check li:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	font-size: 120%;
}

/* coulmn ****************************************************/
.clm2,
.clm3,
.clm4 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	align-items: stretch;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
}

.clm2 {
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
}

.clm2>* {
	width: 48%;
	margin-bottom: 2em;
	box-sizing: border-box;
}

.clm3>* {
	width: 32%;
	margin-bottom: 2em;
	box-sizing: border-box;
	margin-right: 2%;
}

.clm4>* {
	width: 23%;
	margin-bottom: 2em;
	box-sizing: border-box;
	margin-right: 2%;
}

.clm3>*:nth-child(3n),
.clm4>*:nth-child(4n) {
	margin-right: 0;
}

/* dispTbl ****************************************************/
.dispTbl {
	display: table;
	width: 100%;
}

.dispTbl>* {
	display: table-cell;
	vertical-align: top;
}

/* tab ****************************************************/
ul.tabNav {
	width: 100%;
	display: table;
	margin-bottom: 2em;
}

ul.tabNav li {
	display: table-cell;
	cursor: pointer;
	text-align: center;
	padding: 15px 0;
	position: relative;
	background: #c8c8c8;
	font-weight: 500;
}

ul.tabNav li.active {
	background: #00305b;
	color: #FFF;
}

/* cateNav ****************************************************/
.cateWrapper {
	margin-bottom: 50px;
	border-bottom: 1px solid #CCC;
	color: #8d8d8d;
}

ul.cateNav {
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}

ul.cateNav li {
	cursor: pointer;
	text-align: center;
	position: relative;
	margin: 0 30px;
}

ul.cateNav li a {
	display: block;
	padding: 15px 0;
	text-align: center;
}

ul.cateNav li.active,
ul.cateNav li.active a,
ul.cateNav li a.active {
	color: #00305b;
}

@media screen and (min-width: 768px) {

	ul.cateNav li:hover,
	ul.cateNav li:hover a {
		color: #00305b;
	}

	ul.cateNav li:hover:after {
		width: 100%;
	}

	ul.cateNav li:after {
		content: "";
		display: block;
		width: 0;
		height: 2px;
		background: #00305b;
		position: absolute;
		bottom: 0;
		left: 0;
		transition: all 0.25s ease-in-out;
	}

	ul.cateNav li.active:after {
		content: "";
		display: block;
		width: 0;
		height: 2px;
		background: #00305b;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
}

.tabContent.active {
	display: block;
}

/* hover zoom ****************************************************/
.zoom figure img {
	height: auto;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	width: 100%;
	vertical-align: bottom;
}

.zoom figure {
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.zoom a:hover>figure img {
	transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
}

.zoom figcaption {
	background-color: rgba(0, 0, 0, 0.6);
	color: #000;
	opacity: 0;
	font-size: 14px;
	font-size: 1.4rem;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding-top: 25%;
}

.zoom a:hover>figure figcaption {
	opacity: 1;
}

.zoom figcaption .box {
	margin: 0 10%;
	padding: 10px 5%;
	background: rgba(255, 255, 255, 0.4);
	font-size: 90%;
}

.zoom figcaption .mi {
	font-weight: bold;
	margin-bottom: 10px;
}

.zoom figcaption .caption {
	font-size: 70%;
}

/* table ****************************************************/
.tableWrapper {
	overflow-x: scroll;
}

table {
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
	margin-bottom: 25px;
	table-layout: fixed;
}

table tr {
	border-bottom: 1px solid #CCC;
}

table th,
table td {
	padding: 10px 2%;
	text-align: left;
	border-left: 1px solid #CCC;
}

table th {
	background: #cee3ea;
	width: 30%;
}

table td {}

/********************************************************************************************************

 media screen

********************************************************************************************************/
@media screen and (min-width: 768px) {
	.pc_none {
		display: none;
	}

	.sp_none {
		display: block;
	}
}

/* max-width: 767px ****************************************************/
@media screen and (max-width: 767px) {
	.pc_none {
		display: block;
	}

	.sp_none {
		display: none;
	}

	/******************************************************************************

 SP Layout

******************************************************************************/
	/* header ****************************************************/
	#headerBg {
		height: 60px;
	}

	header .headerInner+ul {
		display: inline-block;
		margin-right: 50px;
	}

	/* animation */
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger span {
		position: absolute;
		left: 20%;
		width: 60%;
		height: 3px;
		background-color: #666;
		border-radius: 4px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 10px;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 18px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 10px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}

	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	/* nav ****************************************************/
	ul#nav li dd p+p {
		margin-left: 0;
	}

	ul#nav li dd .sub {
		position: static;
	}

	ul#nav li dd p+.sub p,
	ul#nav li dd .sub+p {
		margin-left: 0;
	}

	ul#nav li dd .sub p+ul {
		position: static;
		padding-top: 0;
		padding-left: 15px;
	}

	ul#nav li dd .sub p+ul li {
		margin: 0;
		padding: 0;
	}

	ul#nav li dd .sub p+ul li a {
		padding: 5px 0px;
		height: auto;
		background: none;
		display: block;
	}

	ul#nav li dd .sub p+ul li a:before {
		content: "\f0da";
		font-family: FontAwesome;
		color: #00305b;
		margin-right: 0.5em;
	}

	ul#nav li dd .sub p+ul li a:after {
		display: none;
	}

	/* main contents ****************************************************/
	#container {
		padding-top: 2rem;
	}

	#contentsWrap {
		margin: 0 auto;
		padding: 0 15px 40px;
		width: 100%;
		height: auto;
	}

	#main,
	#main.wide {
		padding: 0 15px;
		width: 100%;
	}

	#contentsWrap #main {
		float: none;
	}

	#side {
		width: 100%;
		float: none;
	}

	.parts_btn {
		font-size: 13px;
		/*文字のサイズ*/
	}

	/* breadcrumb ****************************************************/
	#breadcrumb {
		margin: 10px auto 40px;
		padding: 0 3%;
		width: 94%;
	}

	#breadcrumb ol {
		margin: 0px auto;
		padding: 0;
		width: 100%;
	}

	/* footer ****************************************************/
	footer ul.link {
		width: 94%;
		margin: 0 0 35px 3%;
		justify-content: flex-start;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
	}

	footer ul.link li {
		width: 48%;
		margin-right: 1%;
		margin-bottom: 5px;
	}

	footer .copy {
		margin: 0;
		padding: 15px 0;
		background: #202020;
		font-size: 75%;
	}

	footer .copyInner {
		display: block;
	}

	footer .copyInner .pmark {
		display: none;
	}

	footer .copyInner li {
		text-align: center;
	}

	footer .copyInner li.link {
		display: none;
	}

	/* cateNav ****************************************************/
	.cateWrapper {
		margin-bottom: 20px;
	}

	ul.cateNav {
		display: table;
		width: 100%;
	}

	ul.cateNav li {
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 10px;
		font-size: 85%;
		line-height: 1.2em;
	}

	ul.cateNav li:hover:after {
		content: none;
	}

	body.open-menu {
		overflow: hidden;
	}

	body.open-menu .headerInner+ul {
		display: none;
	}
}

/******************************************************************************
 keyframes
******************************************************************************/
.scrMove,
.fvMove {
	opacity: 0;
}

.scrMove.on,
.fvMove.on {
	opacity: 1;
	display: block;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	animation-duration: 0.5s;
	visibility: visible !important;
}

.fromLeft.on {
	-webkit-animation-name: fromLeft;
	animation-name: fromLeft;
}

@-webkit-keyframes fromLeft {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

@keyframes fromLeft {
	0% {
		transform: translateX(-50%);
	}

	100% {
		transform: translateX(0);
	}
}

.fromRight.on {
	-webkit-animation-name: fromRight;
	animation-name: fromRight;
}

@-webkit-keyframes fromRight {
	0% {
		-webkit-transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(0);
	}
}

@keyframes fromRight {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}

.bounce.on {
	-webkit-animation-name: bounce;
	animation-name: bounce;
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: scale(0, 0);
	}

	50% {
		-webkit-transform: scale(1.2, 1.2);
	}

	100% {
		-webkit-transform: scale(1, 1);
	}
}

@keyframes bounce {
	0% {
		transform: scale(0, 0);
	}

	50% {
		transform: scale(1.2, 1.2);
	}

	100% {
		transform: scale(1, 1);
	}
}

.flipY.on {
	-webkit-animation-name: flipY;
	animation-name: flipY;
}

@-webkit-keyframes flipY {
	0% {
		-webkit-transform: rotateY(0deg);
	}

	100% {
		-webkit-transform: rotateY(360deg);
	}
}

@keyframes flipY {
	0% {
		transform: rotateY(0deg) scale(0, 0);
	}

	100% {
		transform: rotateY(360deg) scale(1, 1);
	}
}

.stretchWdR.on {
	-webkit-animation-name: stretchWdR;
	animation-name: stretchWdR;
}

@-webkit-keyframes stretchWdR {
	0% {
		-webkit-transform: scale(0, 1);
		transform-origin: right;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform-origin: right;
	}
}

@keyframes stretchWdR {
	0% {
		transform: scale(0, 1);
		transform-origin: right;
	}

	100% {
		transform: scale(1, 1);
		transform-origin: right;
	}
}

.stretchWdL.on {
	-webkit-animation-name: stretchWdL;
	animation-name: stretchWdL;
}

@-webkit-keyframes stretchWdL {
	0% {
		-webkit-transform: scale(0, 1);
		transform-origin: left;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform-origin: left;
	}
}

@keyframes stretchWdL {
	0% {
		transform: scale(0, 1);
		transform-origin: left;
	}

	100% {
		transform: scale(1, 1);
		transform-origin: left;
	}
}

.stretchFlash.on {
	-webkit-animation-name: stretchFlash;
	animation-name: stretchFlash;
}

@-webkit-keyframes stretchFlash {
	0% {
		-webkit-transform: scale(1, 1);
		transform-origin: left;
	}

	100% {
		-webkit-transform: scale(0, 1);
		transform-origin: left;
	}
}

@keyframes stretchFlash {
	0% {
		transform: scale(1, 1);
		transform-origin: left;
	}

	100% {
		transform: scale(0, 1);
		transform-origin: left;
	}
}

.flashing.on {
	-webkit-animation-name: flashing;
	animation-name: flashing;
}

@-webkit-keyframes flashing {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes flashing {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*ボタン　無料相談　ここから*/
/* ここから下がボタンのCSS　*/
@media print,
screen and (min-width: 769px) {
	li .btn-animation-02 {
		width: 150px;
		height: 50px;
		font-size: 1.3rem;
		line-height: 50px;
		border-radius: 50px;
		font-weight: 600 !important;
	}

	.sp {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	li .btn-animation-02 {
		width: 7em;
		height: 28px;
		border: 2px solid #00305B;
		font-size: 0.8rem !important;
		line-height: 1.7em;
		border-radius: 15px;
		font-weight: 300 !important;
	}

	/*li .btn-animation-02 {
		margin-top: -2em;
		margin-left: 14.5em;
	}*/
	.pc {
		display: none !important;
	}

	li .btn-animation-02 {
		padding-top: 1.5vw !important;
	}
}

li .btn-animation-02 {
	/* background: linear-gradient(70deg, #55d7d4, #60b3da, #5289d2, #2e48d4);
	background-color: #2e48d4; */
	background-color: #fff;
	background-size: 200%;
	-webkit-animation: moveGradient 8s ease infinite;
	animation: moveGradient 8s ease infinite;
	display: block;
	padding: 0 !important;
	font-size: 15px;
	color: #00305B !important;
	text-align: center;
	border: 3px solid #00305B;
	border-radius: 100px;
	transition: letter-spacing .4s cubic-bezier(.215, .61, .355, 1) 0ms;
}

@media screen and (max-width: 768px) {
	li .btn-animation-02 {
		padding-top: 1.5vw !important;
	}
}

li .btn-animation-02:hover {
	background-color: #00305B;
	color: #fff !important;
	text-decoration: none !important;
	/* letter-spacing: .2rem !important; */
}

@-webkit-keyframes moveGradient {
	0% {
		background-position: 1% 50%
	}

	50% {
		background-position: 99% 50%
	}

	to {
		background-position: 1% 50%
	}
}

/*.btn-animation-02 {
	display: inline-block;
	width: 200px;
	text-align: center;
	color: #004b81;
	background-color: #004b81;
	border: 2px solid;
	border-image-source: linear-gradient(to left, #80a4d4, #004b81);
	font-size: 16px;
	background: linear-gradient(to right, #80a4d4, #004b81);
	text-decoration: none;
	font-weight: bold;
	padding: 10px 24px;
	border-radius: 4px;
	position: relative;
}
.btn-animation-02 span {
	position: relative;
	z-index: 1;
	color: #004b81;
	text-decoration: none;
}
.btn-animation-02::before, .btn-animation-02::after {
	content: "";
	display: block;
	background-color: #FFF;
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	transition: .2s;
	text-decoration: none;
}
.btn-animation-02::before {
	left: 0;
}
.btn-animation-02::after {
	right: 0;
}
.btn-animation-02:hover:before, .btn-animation-02:hover:after {
	width: 0;
	background-color: #FFF;
	text-decoration: none;
}*/
/*li .btn-animation-02 a:hover{
 color: #fff !important;
 font-color:#fff;
 text-decoration: none!important;
}
.btn-animation-02:hover {
  color: #fff; }

.btn-animation-02 a:hover {
  color: #fff!important;
  text-decoration: none!important;
   }*/
.btn-animation-02 span:hover {
	color: #fff !important;
	text-decoration: none !important;
}

/*
ul#nav li a.active .btn-animation-02 :hover{
 color: #fff!important;
 font-color:#fff !important;
 text-decoration: none !important;
}*/
/*ボタン　無料相談　ここまで*/
/*-- css tab page policy --*/
.tabbed .tabs label {
	display: block;
	cursor: pointer;
}

.tabbed .tab-content {
	display: none;
}

.tabbed [type="radio"] {
	display: none;
}

.tabbed [type="radio"]:nth-of-type(1):checked~.tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked~.tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked~.tab-content:nth-of-type(3) {
	display: block;
}

.tabbed [type="radio"]:nth-of-type(1):checked~.tabs li:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked~.tabs li:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked~.tabs li:nth-of-type(3) label {
	background: #eee;
}

@media screen and (min-width: 768px) {
	.tabbed {
		display: flex;
	}

	.tabbed .tabs {
		width: 250px;
		margin-right: 30px;
	}

	.tabbed .tabs li:not(:last-child) {
		border-bottom: 1px solid #ccc;
	}

	.tabbed .tab-content {
		flex: 1;
	}

	.tabbed .tabs label {
		padding: 12px 15px;
	}
}

@media screen and (max-width: 767px) {
	.tabs {
		display: flex;
		border-bottom: 1px solid #ccc;
		margin-bottom: 15px;
	}

	.tabs li {
		width: 50%;
	}

	.tabbed .tabs label {
		padding: 10px 0;
		text-align: center;
	}
}

/*
2018.12.4　フォームデザイン調整
*/

div.wpcf7 .id865 {
	line-height: 200%;
}

div.wpcf7 .id865 span.hisu {
	font-size: 0.8em;
	color: red;
}

div.wpcf7 .id865 input,
div.wpcf7 .id865 select,
div.wpcf7 .id865 textarea {
	padding: 3px;
	width: 100%;
	box-sizing: border-box;
}

div.wpcf7 .id865 textarea {
	height: 100px;
}

div.wpcf7 .id865 .sub-button {
	padding: 10px;
	font-size: 15px;
}

div.wpcf7 .id865 input[type="checkbox"] {
	width: auto;
}

/* headline ****************************************************/
h2.tit {
  text-align: center;
  margin-bottom: 50px;
}

h2.tit em {
  display: block;
  font-size: 87.5%;
  color: #00305b;
}

h3.mi {
  font-weight: bold;
  font-size: 150%;
  color: #00305b;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3em;
}

h3.subtitle {
  font-size: 187.5%;
  color: #000;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}

h4.submi {
  font-weight: 500;
  font-size: 125%;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5em;
}

h4.skymi {
  font-weight: 400;
  font-size: 150%;
  color: #559cbc;
  margin-bottom: 20px;
  line-height: 1.5em;
}

/* linkBtn ****************************************************/
.linkBtn {
  text-align: center;
}

.linkBtn a {
  display: inline-block;
  padding: 10px 80px;
  color: #00305b;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 150%;
  border: 3px solid #00305b;
  background: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.linkBtn.back {
	text-align: left;
}

.linkBtn.back a {
	text-align: center;
}

.requestBtn {
	max-width: 600px;
	width: 80%;
	margin: 3em auto auto;
}

.requestBtn a {
  display: block;
  padding: 30px 0;
  color: #FFF;
  font-weight: bold;
  font-size: 150%;
  background: #00305b;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.requestBtn a:hover {
  background: #5da9f3;
}

/* terms ****************************************************/
.terms dl {
  display: table;
  width: 100%;
}

.terms dl>* {
  display: table-cell;
  vertical-align: top;
}

.terms dl dt {
	padding: 35px 0;
	width: 150px;
	border-bottom: 1px solid #97a9be;
	font-weight: 500;
	color: #00305b;
}
.terms dl dd {
	font-size: 87.5%;
	padding: 35px 0;
	border-bottom: 1px solid #c5c5c5;
}

.terms dl dd a {
  text-decoration: underline;
}

.terms dl dd li {
  margin-bottom: 0.5em;
}

/* article ****************************************************/
article .entryHrader {
  margin-bottom: 1em;
}

article .entryHrader .label {
  float: left;
  display: inline-block;
  background: #00305b;
  border-radius: 20px;
  width: 6em;
  text-align: center;
  color: #FFF;
  font-size: 87.5%;
  line-height: 1.4em;
}

article .entryHrader .tag {
  float: left;
  display: inline-block;
  padding: 5px 20px;
  background: #00305b;
  text-align: center;
  color: #FFF;
  font-size: 87.5%;
  line-height: 1.4em;
}

article .entryHrader .label.recruit {
  background: #5da9f3;
}

article .entryHrader .label.topics {
  background: #9ECE34;
}

article .entryHrader .label.seminar {
  background: #f4b215;
}

article .entryHrader .date {
  float: right;
  display: inline-block;
}

article .entryHrader h3.postTitle {
  clear: both;
  padding: 1em 0 0.5em;
  margin-bottom: 1em;
  font-size: 137.5%;
  line-height: 1.4em;
  font-weight: 500;
  border-bottom: 2px solid #00305b;
}

article .entryHrader .sns {
  text-align: right;
}

article .entryHrader .sns iframe {
  vertical-align: middle;
}

article .entryHrader .sns .fb-like {
  display: inline-block;
  vertical-align: top;
}

article .entryBody {
  margin-bottom: 5em;
}

article .entryBody p {
  margin-bottom: 1em;
}

article .entryBody img {
  height: auto;
  max-width: 750px;
}

article .entryFooter {
  margin-bottom: 55px;
}

article .entryFooter .charge {
  border: 4px solid #e5e5e5;
  padding: 15px;
  box-sizing: border-box;
}

article .entryFooter .charge .ph {
  width: 40%;
  max-width: 250px;
}

article .entryFooter .charge .name {
  padding-left: 30px;
}

/********************************************************************************************************
 TOP
********************************************************************************************************/
#mainVisual {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-width: 1000px;
  height: auto;
  position: relative;
  overflow: hidden;
}

#mainVisual .swiper-slide {
	overflow: hidden;
}

/*#mainVisual .swiper-slide img{
 display: block;
 position: absolute;
 top: 50%;
 bottom:0;
 transform: translateY(-50%);
 text-align: center;
}*/
#mainVisual .swiper-slide .slideInner {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  text-align: center;
}

#mainVisual .swiper-slide .slideInner h2 {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 500%;
  letter-spacing: 2px;
  color: #000;
}

#mainVisual .swiper-slide .slideInner p {
  font-weight: 500;
  padding-bottom: 50px;
}

/* pager */
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 80px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: none;
  opacity: 1;
  border-radius: 50%;
  border: 3px solid #FFF;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FFF;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("/images/next.png");
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("/images/prev.png");
}

.home section {
  margin: 0 auto;
  overflow: hidden;
}

/* service ****************************************************/
.home .service {
  position: relative;
}

.home .service ul.ff {
  padding-bottom: 50px;
}

.home .service ul.ff li {
  width: 50%;
}

.home .service ul li .fflogo {
  margin: 0 auto 10px;
  width: 390px;
}

.home .service ul li.lead {
  padding-top: 80px;
  text-align: center;
  font-size: 180%;
  font-weight: 400;
  line-height: 1.5em;
}

.home .service .text {
  width: 100%;
  position: absolute;
  bottom: 40px;
  z-index: 2;
  text-align: center;
}

.support {
  margin-bottom: 50px;
  padding: 50px 0 40px;
  background: url(assets/images/bg_dot.png) repeat center center #4d8cd0;
}

.support h3 {
  text-align: center;
  color: #00305b;
  font-size: 125%;
  font-weight: 600;
  margin-bottom: 20px;
}

.support ul {
  width: 870px;
}

.support ul li {
  width: 25%;
  text-align: center;
}

.support ul li .picWrap {
  position: relative;
}

.support ul li .picWrap .subpic {
  position: absolute;
  z-index: 1;
}

.support ul li .pic_01 .pic {
  animation-delay: 0s;
}

.support ul li .pic_01 .sub_01 {
  width: 50%;
  left: 30%;
  top: 10%;
  animation-delay: 0.2s;
}

.support ul li .pic_02 .pic {
  animation-delay: 0.2s;
}

.support ul li .pic_02 .sub_01 {
  width: 35%;
  left: -5%;
  top: 5%;
  animation-delay: 0.4s;
}

.support ul li .pic_02 .sub_02 {
  width: 35%;
  right: 0;
  top: 40%;
  animation-delay: 0.6s;
}

.support ul li .pic_03 .pic {
  animation-delay: 0.4s;
}

.support ul li .pic_03 .sub_01 {
  width: 32%;
  left: -2%;
  top: 2%;
  animation-delay: 0.6s;
}

.support ul li .pic_03 .sub_02 {
  width: 32%;
  left: 30%;
  top: 10%;
  animation-delay: 0.8s;
}

.support ul li .pic_03 .sub_03 {
  width: 32%;
  right: 0;
  top: 0;
  animation-delay: 1.0s;
}

/* news ****************************************************/
.home section.news {
  padding: 50px 0;
  position: relative;
  background: url(assets/images/home/bg_news.jpg) no-repeat center right #f2f2f2;
  background-size: cover;
}

.home .newsList {
  padding: 0 40px;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.home .newsList li {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;

  justify-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;

  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
}

.home .newsList li .label {
  display: inline-block;
  background: #00305b;
  border-radius: 20px;
  width: 6em;
  text-align: center;
  color: #FFF;
  font-size: 87.5%;
  line-height: 1.4em;
}

.home .newsList li .label.recruit {
  background: #5da9f3;
}

.home .newsList li .label.topics {
  background: #9ECE34;
}

.home .newsList li .label.seminar {
  background: #f4b215;
}

.home .newsList li .date {
  width: 10em;
  text-align: center;
}

.home .newsList li p.title {
  width: 70%;
}

.home .newsList li a {
  color: #000;
  text-decoration: underline;
}

.home .newsList li a[target="_blank"]:after {
  content: url(assets/images/icon_blank.png);
  display: inline-block;
}

/* about ****************************************************/
.home .about {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
}

.home .about li {
	width: 50%;
	min-height: 500px;
	position: relative;
}

.home .about li div {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .about li div p.text {
  font-size: 112%;
  line-height: 2.6em;
  margin-bottom: 3em;
}

.home .about li.ph {
  background: url(assets/images/home/bg_about.jpg) no-repeat center center #72a1dd;
  background-size: cover;
}

/* recruite ****************************************************/
.home .recruite {
  background: url(assets/images/bg_dot.png) repeat center center, url(assets/images/bg_dot.png) repeat center center #c8e7fe;
}

.home .recruite li {
  width: 50%;
  min-height: 500px;
  position: relative;
}

.home .recruite li div {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home .recruite li div p.text {
  font-size: 150%;
  line-height: 2em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 3em;
}

.home .recruite li.ph {
  background: url(assets/images/home/bg_recruite.jpg) no-repeat center left #72a1dd;
  background-size: cover;
}

/* blog ****************************************************/
.home .blog {
  background: url(assets/images/home/bg_blog.jpg) no-repeat center center #f8f9f9;
  background-size: cover;
}

.home .blogList {
  margin-bottom: 50px;

  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;

  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;

  align-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
}

.home .blogList li {
  width: 30%;
  background: #FFF;
  border: 1px solid #999;
}

.home .blogList li a {
  color: #333;
}

.home .blogList li dd {
  padding: 10px;
}

.home .blogList li:nth-child(2) {
  animation-delay: 0.2s;
}

.home .blogList li:nth-child(3) {
  animation-delay: 0.4s;
}

/********************************************************************************************************
 company
********************************************************************************************************/
#container.company .mv {
	background: url(assets/images/bg_dot.png) repeat center center, url(assets/images/bg_dot.png) repeat center center, url(assets/images/company/mv.jpg) no-repeat center center;
	background-size: auto auto, auto auto, 100% auto;
}
#container.company .spirits li {
	width: 31%;
	border: 1px solid #CCC;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	margin-top: 50px;
}
#container.company .spirits li .no {
	position: absolute;
	top: -15px;
	left: -15px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.0em;
	font-weight: bold;
	font-size: 225%;
	color: #00305b;
}
#container.company .spirits li dl {
	height: 230px;
	overflow: hidden;
}
#container.company .spirits li dl dt {
	width: 100%;
	height: 220px;
	position: relative;
	font-weight: 500;
	font-size: 112.5%;
	transition: height 0.3s ease-out 0s;
}
#container.company .spirits li:hover dt {
	height: 70px;
}
#container.company .spirits li dl dt p {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#container.company .spirits li dl dt p:before {
	content: "\f04b";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -20px;
}
#container.company .spirits li dl dd {
	min-height: 155px;
	padding: 10px;
	color: #FFF;
	background: #5da9f3;
	border-top: 5px solid #00305b;
}

/* access ****************************************************/
#container.company .access .gmap {
  margin-bottom: 30px;
}

#container.company .access ul {
  margin-bottom: 30px;
}

/* message ****************************************************/
#container.company .message .president {
  margin-bottom: 30px;
}

#container.company .message .sign {
  text-align: right;
}

#container.company .message .sign img {
  width: auto;
}

/* history ****************************************************/
#container.company .history dl {
  display: table;
  width: 100%;
  vertical-align: top;
}

#container.company .history dl dt {
  display: table-cell;
  color: #00305b;
  font-weight: 500;
  width: 8em;
}

#container.company .history dl dd {
  display: table-cell;
  border-left: 2px solid #00305b;
  position: relative;
  padding: 5px 0 1em 2em;
}

#container.company .history dl dd:before {
  content: "\f04b";
  font-family: FontAwesome;
  color: #00305b;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 87.5%;
}

/* officer ****************************************************/
#container.company .officer dl.profileWrap {
  margin-bottom: 70px;
}

#container.company .officer dl.profileWrap dt {
  width: 280px;
}

#container.company .officer dl.profileWrap dd {
  width: 670px;
}

#container.company .officer dl.profileWrap dd .name {
	font-size: 150%;
	font-weight: 500;
	display: inline-block;
	margin: 0 0.5em 0 0;
}
#container.company .officer dl.profileWrap dd .post {
	font-size: 87%;
	color: #00305b;
	display: inline-block;
	margin: 0;
}
#container.company .officer dl.profileWrap dd .en_name {
	font-size: 150%;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.6em;
	font-weight: bold;
	color: #d1d1d1;
	margin: 0;
}
#container.company .officer dl.profileWrap dd .profile {
	border-top: 1px solid #dedede;
	padding-top: 1em;
	font-size: 87.5%;
}

#container.company .officer dl.profileWrap dd .profile ul li {
  display: table;
  width: 100%;
  margin-bottom: 0.3em;
}

#container.company .officer dl.profileWrap dd .profile ul p.date {
  display: table-cell;
  vertical-align: top;
  width: 8em;
}

#container.company .officer dl.profileWrap dd .profile ul p.text {
  display: table-cell;
  vertical-align: top;
}

/********************************************************************************************************
 news
********************************************************************************************************/
#container.news .mv {
  background:
    url(assets/images/bg_dot.png) repeat center center,
    url(assets/images/bg_dot.png) repeat center center,
    url(assets/images/news/mv.jpg) no-repeat center center;
  background-size: auto auto, auto auto, 100% auto;
}

#container.news .newsList li {
  width: 100%;
  margin-bottom: 2.5em;
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;

  justify-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;

  align-items: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
}

#container.news .newsList li .label {
  display: inline-block;
  background: #00305b;
  border-radius: 20px;
  width: 6em;
  text-align: center;
  color: #FFF;
  font-size: 87.5%;
}

#container.news .newsList li .label.recruit {
  background: #5da9f3;
}

#container.news .newsList li .label.topics {
  background: #9ECE34;
}

#container.news .newsList li .label.seminar {
  background: #f4b215;
}

#container.news .newsList li .date {
  width: 10em;
  text-align: center;
}

#container.news .newsList li p.title {
  width: 70%;
}

#container.news .newsList li a {
  color: #000;
  text-decoration: underline;
}

#container.news .newsList li a[target="_blank"]:after {
  content: url(assets/images/icon_blank.png);
  display: inline-block;
}

#container.news p.newtitle {
  font-size: 140%;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
}

/********************************************************************************************************
 blog
********************************************************************************************************/
#container.blog .mv {
  background:
    url(assets/images/bg_dot.png) repeat center center,
    url(assets/images/bg_dot.png) repeat center center,
    url(assets/images/blog/mv.jpg) no-repeat center center;
  background-size: auto auto, auto auto, 100% auto;
}

#container.blog .blogList {
  margin-bottom: 60px;
}

#container.blog .blogList li a {
  width: 100%;
  background: url(assets/images/icon_next_g.png) no-repeat center right 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  color: #000;

  display: flex;
  display: -webkit-flex;

  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;

  justify-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;

  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
}

#container.blog .blogList li .thumbnail {
  width: 350px;
}

#container.blog .blogList li a>div {
  width: 560px;
  padding-left: 40px;
}

#container.blog .blogList li .tag {
  display: inline-block;
  padding: 5px 20px;
  font-size: 75%;
  color: #FFF;
  background: #00305b;
}

#container.blog .blogList li .date {
  line-height: 2em;
}

#container.blog .blogList li .blogtit {
  font-size: 150%;
  font-weight: 200;
}

/********************************************************************************************************
 contact
********************************************************************************************************/
ul.tabNav li {
  padding: 0;
  width: 50%;
}

ul.tabNav li a {
  display: block;
  padding: 15px 0;
  background: #c8c8c8;
  color: #000;
}

ul.tabNav li.active a,
ul.tabNav li:hover a {
  background: #00305b;
  color: #FFF;
}

.notice {
  font-size: 112.5%;
  text-align: center;
  margin-bottom: 2em;
  font-weight: 400;
}

dl.form_privacy {
  margin-bottom: 2em;
}

dl.form_privacy dt {
  font-weight: 500;
}

dl.form_privacy dd {
  padding: 5px 1em;
  border: 1px solid #CCC;
  max-height: 100px;
  overflow-y: scroll;
  font-size: 75%;
  line-height: 1.4em;
}

.req,
p.error {
  color: #FF0000;
  font-size: 87.5%;
}

.formWrap dl {
  display: table;
  width: 100%;
}

.formWrap dl dt {
  display: table-cell;
  vertical-align: top;
  width: 26%;
  border-bottom: 1px solid #97a9be;
  padding: 20px 0;
}

.formWrap dl dd {
  display: table-cell;
  vertical-align: top;
  border-bottom: 1px solid #c5c5c5;
  padding: 20px 0 20px 2em;
}

.formWrap dl dd input[type=text],
.formWrap dl dd input[type=email],
.formWrap dl dd input[type=tel],
.formWrap dl dd input[type=url],
.formWrap dl dd select,
.formWrap dl dd textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 1em;
  border: 1px solid #c5c5c5;
}

.formWrap dl dd input.short,
.formWrap dl dd select.short {
  width: 6em;
}

.formWrap dl dd label {
  display: inline-block;
  margin-right: 2em;
}

ul.submitWrap {
  margin: 3em 0;
}

ul.submitWrap li {
  width: 48%;
  text-align: center;
}

ul.submitWrap li.back button {
  width: 80%;
  padding: 10px 0;
}

ul.submitWrap input[type=submit] {
  width: 100%;
  border: none;
  border-radius: 0;
  display: block;
  padding: 30px 0;
  color: #FFF;
  font-weight: bold;
  font-size: 150%;
  background: #00305b;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

ul.submitWrap input[type=submit]:hover {
  background: #5da9f3;
}



/********************************************************************************************************
 service
********************************************************************************************************/
#container.service {
  background: url(assets/images/service/pt_bg.png) repeat top center;
}

#container.service .mv {
  background: rgba(199, 228, 238, 0.75);
}

#container.service #side #serviceNav li {
  position: relative;
  margin-bottom: 10px;
}

#container.service #side #serviceNav li a {
  display: block;
  padding: 15px 10px;
  background: url(assets/images/bg_dot.png) repeat center center rgba(93, 169, 243, 0.75);
}

#container.service #side #serviceNav li a:hover,
#container.service #side #serviceNav li a.current {
  background: url(assets/images/bg_dot.png) repeat center center rgba(18, 79, 134, 0.75);
}

#container.service #side #serviceNav li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-weight: bold;
  font-size: 200%;
  color: #FFF;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

#container.service #side #serviceNav .en {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.0em;
  font-weight: bold;
  font-size: 150%;
  color: #FFF;
}

#container.service #side #serviceNav .ja {
  font-size: 75%;
  color: #FFF;
}

#serviceOffer {
  padding: 50px 0;
  text-align: center;
  background: url(assets/images/bg_dot.png) repeat center center #4d8cd0;
}

#serviceOffer .offerBtn a {
  display: block;
  width: 80%;
  margin: 0 auto 30px;
  padding: 30px 0;
  background: #FFF;
  border: 3px solid #00305b;
  color: #00305b;
  font-size: 200%;
  font-weight: 700;
}

#serviceOffer .tel {
  font-size: 150%;
  color: #000;
  font-weight: 400;
}

#serviceOffer .tel .telno {
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.0em;
  font-size: 150%;
  font-weight: bold;
  color: #FFF;
}

#container.service .picture {
  margin: 20px auto;
  padding: 20px 5%;
  background: #abdbe5;
}

#container.service .picture.noBg {
  background: none;
}

ul.ff li.pc {
  width: 530px;
}

ul.ff li.lead {
  width: 440px;
}

.dotBox {
  padding: 50px 30px;
  background: #FFF;
  border: 2px dashed #999;
}

.meritWrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  margin-bottom: 30px;
}

.meritWrap>div {
  width: 48%;
}

.meritWrap>div .mi {
  padding: 5px 0;
  margin-bottom: 1em;
  font-size: 112%;
  font-weight: 600;
  color: #FFF;
  text-align: center;
  background: #e35f5d;
}

.meritWrap>div.demerit .mi {
  background: #acacac;
}

.meritWrap li {
  font-size: 87.5%;
}

#container.service .menuList li {
  border: 5px solid #ebebeb;
  box-sizing: border-box;
}

/* top ****************************************************/
#container.service dl.btnList,
#container.service dl.btnList ul {
  display: -webkit-flex;
  display: flex;

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;

  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}

#container.service dl.btnList dt {
  width: 193px;
  position: relative;
  background: rgb(255 255 255 / 75%);
  height: 340px;
  padding: 0 15px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #023ba1;
}

#container.service dl.btnList dt a,
#container.service dl.btnList dd li a {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

#container.service dl.btnList dd {
  width: 595px;
}

#container.service dl.btnList dd li {
  width: 32%;
  background: rgb(255 255 255 / 75%);
  height: 165px;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 10px;
  position: relative;
  border-radius: 20px;
  border: 1px solid #023ba1;
}







#container.service dl.btnList .en {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.0em;
  font-weight: bold;
  font-size: 200%;
  color: #023ba1;
}

#container.service dl.btnList .ja {
  font-size: 87.5%;
  color: #023ba1;
}

#container.service dl.btnList .lb {
  /*background: rgba(93,169,243,0.75);*/
}

/* TD ****************************************************/
#container.service .td .koukaSec .pink {
  display: block;
  font-size: 200%;
  font-weight: 500;
  margin-bottom: 30px;
}

#container.service .td .koukaSec .check {
  width: 60%;
  margin: 0 auto;
  padding: 30px 10%;
  background: #fcd5de;
  margin-bottom: 40px;
}

#container.service .td .koukaSec .check li:before {
  color: #e46180;
}

/* AFFILIATE ****************************************************/
#container.service .affi .meritSec i {
  display: block;
  text-align: center;
  font-size: 200%;
  color: #e35f5d;
}

#container.service .affi .meritSec .demerit i {
  color: #acacac;
}

#container.service .affi .meritSec .merit h4 {
  font-size: 180%;
}

/* MEDIA ****************************************************/
.locus {
  padding: 80px 0 0;
  background: #FFF;
}

.yearWrap {
  padding: 0 0 80px;
  background:
    url(assets/images/service/bg_border.png) repeat-y top center,
    url(assets/images/service/bg_locus.png) no-repeat top center;
}

.yearWrap .year {
  clear: both;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #707070;
  border-radius: 50%;
  color: #FFF;
}

.yearWrap .yearInner {
  position: relative;
  margin-bottom: 20px;
  padding: 30px 0;
}

.yearWrap .event {
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  align-items: center;
  width: 495px;
}

.yearWrap .event.right {
  position: absolute;
  right: 0;
}

.yearWrap .event.left {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -webkit-box-direction: reverse;
}

.yearWrap .event dt {
  width: 30px;
}

.yearWrap .event dd {
  display: table;
  padding: 20px 10px;
  border: 2px solid #707070;
  border-radius: 6px;
  margin-bottom: 10px;
  background: #FFF;
}

.yearWrap .event dd {
  animation-delay: 0.5s
}

.yearWrap .event dd .month {
  display: table-cell;
  vertical-align: middle;
  width: 4rem;
}

.yearWrap .event dd .month span {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  color: #FFF;
  font-weight: 500;
  background: #00305b;
}

.yearWrap .event dd .text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}

.yearWrap .event dd .text p {
  margin-bottom: 1em;
}

.yearWrap .event dd .text p:last-child {
  margin-bottom: 0;
}

.yearWrap .event dd .pink {
  font-weight: 600;
}

.yearWrap .event.no201611 {
  top: 0px;
}

.yearWrap .event.no201709 {
  top: 90px;
}

.yearWrap .event.no201711 {
  top: 250px;
}

.diffSec {
  width: 750px;
}

.diffWrap {
  margin-top: 30px;
}

.diffWrap li {
  margin-bottom: 30px;
  cursor: pointer;
}

.diffWrap .dotBox {
  padding: 80px 0;
  text-align: center;
}

.diffWrap .dotBox img {
  width: auto;
  height: 65px;
}

.diffWrap a:hover .dotBox img {
  opacity: 0.4;
}

.diffWrap h4 {
  font-size: 150%;
  font-weight: 400;
  line-height: 1.4em;
  color: #000;
}

.remodal {
  text-align: left;
}

.remodal h2 img {
  width: auto !important;
}

.remodal .screen {
  margin-bottom: 30px;
}

.remodal .screen .pc {
  border: 1px solid #CCC;
}

.remodal .text_02 {
  margin-bottom: 30px;
}

/********************************************************************************************************
 page
********************************************************************************************************/
/* block ****************************************************/






























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

  /******************************************************************************

 SP Common

******************************************************************************/
 

  h2.tit {
    margin-bottom: 20px;
  }

  h3.subtitle {
    font-size: 130%;
  }

  .linkBtn a {
    width: 60%;
    padding: 8px 0;
    font-size: 140%;
    border: 3px solid #00305b;
  }

  /* terms ****************************************************/
  .terms dl dt {
    padding: 15px 0;
    width: 30%;
  }

  .terms dl dd {
    padding: 15px 0;
  }

  /* article ****************************************************/
  article .entryBody img {
    width: 100%;
  }

  /********************************************************************************************************
 TOP
********************************************************************************************************/
  #mainVisual {
    min-width: 100%;
    height: 430px !important;
  }

  #mainVisual .swiper-slide .slideInner {
    width: 90%;
  }

  #mainVisual .swiper-slide .slideInner h2 {
    font-size: 300%;
    line-height: 1.2em;
  }

  #mainVisual .swiper-slide .slideInner p {
    padding-bottom: 20px;
  }

  /* service ****************************************************/
  .home .service ul.ff {
    display: block;
    padding-bottom: 30px;
  }

  .home .service ul li.pc {
    margin: 0 auto 10px;
    width: 90%;
  }

  .home .service ul li.pc .fflogo {
    width: 100%;
    margin: 0 auto 10px;
  }

  .home .service ul li.lead {
    padding: 0px;
    font-size: 130%;
    width: 100%;
  }

  .home .service .text {
    width: 94%;
    position: static;
    padding: 20px 3% 40px;
    text-align: left;
  }

  .support {
    margin-bottom: 50px;
    padding: 40px 0 20px;
    background: url(assets/images/bg_dot.png) repeat center center #4d8cd0;
  }

  .support h3 {
    text-align: center;
    color: #00305b;
    font-size: 125%;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .support ul {
    width: 100%;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
  }

  .support ul li {
    width: 48%;
    text-align: center;
    margin-bottom: 15px;
  }

  /* news ****************************************************/
  .home section.news {
    background-position: top right 10%;
    background-size: auto 80%;
  }

  .home .newsList {
    padding: 0 1rem;
    margin-bottom: 40px;
  }

  .home .newsList li {
    margin-bottom: 20px;
  }

  .home .newsList li p.title {
    width: 100%;
  }

  /* about ****************************************************/
  .home .about {
    display: block;
    padding-bottom: 30px;
  }

	.home .about li {
        width: 100%;
        margin: 0 auto;
        min-height: auto;
        padding: 30px 1rem;
	}

  .home .about li div {
    width: 100%;
    position: static;
    top: auto;
    left: 0;
    transform: translate(0, 0);
  }

  .home .about li div p.text {
    font-size: 100%;
    line-height: 1.6em;
  }

  .home .about li.ph {
    width: 85%;
    margin: 0 auto;
    padding: 0 0 60%;
  }

  /* recruite ****************************************************/
  .home .recruite {
    display: block;
    padding-bottom: 30px;
    background: url(assets/images/bg_dot.png) repeat center center, url(assets/images/bg_dot.png) repeat center center #c8e7fe;
    background-size: 60px auto;
  }

	.home .recruite li {
		width: 100%;
        margin: 0 auto;
        min-height: auto;
        padding: 30px 1rem;
	}

  .home .recruite li div {
    width: 100%;
    position: static;
    top: auto;
    left: 0;
    transform: translate(0, 0);
  }

  .home .recruite li div p.text {
    font-size: 110%;
    margin-bottom: 50px;
  }

	.home .recruite li.ph {
		padding: 0 0 60%;
	}

  /* blog ****************************************************/
  .home .blogList {
    margin-bottom: 50px;
    display: block;
  }

  .home .blogList li {
    width: 93%;
    margin: 0 3% 10px;
    box-sizing: border-box;
  }

  .home .blogList li dl {
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;

    align-items: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
  }

  .home .blogList li dt {
    width: 35%;
  }

  .home .blogList li dd {
    width: 63%;
    font-size: 95%;
    line-height: 1.3em;
    padding: 5px 1% 0;
  }

  /********************************************************************************************************
 company
********************************************************************************************************/
  #container.company .spirits li {
    width: 100%;
    margin-top: 30px;
  }

  #container.company .spirits li .no {
    position: absolute;
    top: -15px;
    left: 0;
  }

  #container.company .spirits li dl {
    height: auto;
    overflow: auto;
  }

  #container.company .spirits li dl dt {
    width: 100%;
    height: 3em;
  }

  #container.company .spirits li:hover dt {
    height: 3em;
  }

  #container.company .spirits li dl dd {
    min-height: inherit;
    padding: 10px;
    color: #FFF;
    background: #5da9f3;
    border-top: 5px solid #00305b;
  }

  /* access ****************************************************/
  #container.company .access .gmap {
    position: relative;
    width: 100%;
    padding-top: 50%;
  }

  #container.company .access .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;

  }

  #container.company .access ul {
    margin-bottom: 30px;
  }

  /* officer ****************************************************/
  #container.company .officer dl.profileWrap {
    display: block;
    margin-bottom: 40px;
  }

  #container.company .officer dl.profileWrap dt {
    width: 80%;
    margin: 0 auto 1em;
  }

  #container.company .officer dl.profileWrap dd {
    width: 100%;
  }

  #container.company .officer dl.profileWrap dd .name {
    font-size: 150%;
    font-weight: 500;
    display: inline-block;
  }

  #container.company .officer dl.profileWrap dd .post {
    font-size: 87%;
    color: #00305b;
    display: inline-block;
  }

  #container.company .officer dl.profileWrap dd .en_name {
    font-size: 150%;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.5em;
    font-weight: bold;
    color: #d1d1d1;
  }

  #container.company .officer dl.profileWrap dd .profile {
    border-top: 1px solid #dedede;
    padding-top: 1em;
    font-size: 87.5%;
  }

  /********************************************************************************************************
 news
********************************************************************************************************/
  #container.news .newsList {
    display: block;
  }

  #container.news .newsList li .date {
    width: 6em;
  }

  #container.news .newsList li p.title {
    width: 100%;
  }

  #container.news .newsList li a {
    display: block;
  }

  /********************************************************************************************************
 blog
********************************************************************************************************/
  #container.blog .blogList {
    margin-bottom: 30px;
  }

  #container.blog .blogList li a {
    background-size: 15px auto;
  }

  #container.blog .blogList li .thumbnail {
    width: 35%;
  }

  #container.blog .blogList li a div {
    width: 60%;
    padding-left: 0;
    font-size: 90%;
    line-height: 1.3em;
    padding: 0 20px 0 2%;
  }

  #container.blog .blogList li .tag {
    display: inline-block;
    padding: 0px 10px;
    font-size: 75%;
    color: #FFF;
    background: #00305b;
  }

  #container.blog .blogList li .date {
    display: inline-block;
    line-height: 2em;
  }

  #container.blog .blogList li .blogtit {
    font-size: 100%;
    font-weight: 200;
  }

  /********************************************************************************************************
 contact
********************************************************************************************************/
  ul.tabNav li a {
    font-size: 85%;
    line-height: 1.3em;
  }

  .notice {
    margin-bottom: 1em;
  }

  dl.form_privacy {
    margin-bottom: 1em;
  }

  .formWrap dl {
    display: block;
    width: 100%;
  }

  .formWrap dl dt {
    display: block;
    width: 100%;
    border-bottom: 2px solid #97a9be;
    padding: 0;
    margin-bottom: 0.5em;
  }

  .formWrap dl dd {
    display: block;
    border-bottom: none;
    padding: 0;
    margin-bottom: 1em;
  }

  .formWrap dl dd input[type=text],
  .formWrap dl dd input[type=email],
  .formWrap dl dd input[type=tel],
  .formWrap dl dd input[type=url],
  .formWrap dl dd select,
  .formWrap dl dd textarea {
    padding: 5px 0.5em;
  }

  .formWrap dl dd label+label {
    margin-left: 2em;
  }

  ul.submitWrap {
    display: block;
    margin: 3em 0;
  }

  ul.submitWrap li {
    width: 80%;
    margin: 0 auto 1em;
  }

  ul.submitWrap input[type=submit] {
    padding: 20px 0;
    font-size: 110%;
  }

  /********************************************************************************************************
 service
********************************************************************************************************/
  #container.service #side #serviceNav {
    display: -webkit-flex;
    display: flex;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;

    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;

    align-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
  }

  #container.service #side #serviceNav li {
    width: 49%;
    margin-bottom: 5px;
  }

  ul.ff li.pc,
  ul.ff li.lead {
    width: 100%;
  }

  ul.ff li.lead {
    margin-bottom: 20px;
  }

  #serviceOffer {
    padding: 30px 0;
  }

  #serviceOffer .offerBtn a {
    width: 90%;
    margin: 0 auto 10px;
    padding: 15px 0;
    border: 2px solid #00305b;
    font-size: 120%;
  }

  #serviceOffer .tel {
    font-size: 110%;
  }

  #serviceOffer .tel .telno {
    font-size: 150%;
  }

  .dotBox {
    border: 1px dashed #999;
  }

  /* top ****************************************************/
  #container.service dl.btnList {
    display: block;
  }

  #container.service dl.btnList dt {
    width: 100%;
    height: auto;
    padding: 0 2%;
    margin-bottom: 10px;
  }

  #container.service dl.btnList dt a,
  #container.service dl.btnList dd li a {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    padding: 10px 0;
  }

  #container.service dl.btnList dd {
    width: 100%;
  }

  #container.service dl.btnList dd li {
    width: 48%;
    height: auto;
    padding: 0 2%;
    margin-bottom: 10px;
  }

  #container.service dl.btnList .en {
    font-size: 180%;
  }

  /* MEDIA ****************************************************/
  #container.service #main.media {
    padding-left: 0;
    padding-right: 0;
  }

  .locus {
    padding: 40px 0 0;
    background: #FFF;
  }

  .yearWrap {
    padding: 0 0 20px;
    background:
      url(assets/images/service/bg_border.png) repeat-y top left 23px;
  }

  .yearWrap .year {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0;
  }

  .yearWrap .yearInner {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
  }

  .yearWrap .event {
    width: calc(100% - 30px);
    padding-left: 30px;
  }

  .yearWrap .event.right {
    position: static;
  }

  .yearWrap .event.left {
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-direction: row;
  }

  .yearWrap .event dt {
    width: 20px;
  }

  .yearWrap .event dd {
    display: block;
    width: 100%;
    padding: 40px 3% 10px;
    border: 2px solid #707070;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    box-sizing: border-box;
  }

  .yearWrap .event dd .month {
    display: block;
    width: 4rem;
    position: absolute;
    top: 10px;
  }

  .yearWrap .event dd .month span {
    display: inline-block;
    width: 100%;
    padding: 3px 0;
  }

  .yearWrap .event dd .text {
    display: block;
    padding: 0;
  }

  .yearWrap .event dd .pink {
    font-size: 120%;
  }

  .diffSec {
    width: 100%;
  }

  .diffWrap li {
    width: 100%;
    margin-bottom: 20px;
  }

  .diffWrap .dotBox {
    padding: 20px 0;
  }

  .diffWrap .dotBox img {
    width: 80%;
    height: auto;
  }

  .diffWrap h4 {
    font-size: 120%;
  }

  .remodal {
    text-align: left;
  }

  .remodal h2 img {
    width: auto !important;
  }

  .remodal {
    padding: 3% !important;
  }

  .remodal .screen {
    margin-bottom: 15px;
  }

  .remodal .screen .pc {
    min-width: 65%;
  }

  .remodal .text_02 {
    margin-bottom: 15px;
  }
}

/* 20250210_フロントページ_FV復元 */
#mainVisual.swiper-container-2024 {
  height: 500px !important
}

.swiper-container-2024 {}

#mainVisual.swiper-container-2024 .swiper-slide {
	height: fit-content;
}

@keyframes animationZoomAuto {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

#mainVisual.swiper-container-2024 .swiper-slide-active img,
#mainVisual.swiper-container-2024 .swiper-slide-duplicate-active img,
#mainVisual.swiper-container-2024 .swiper-slide-prev img {
  animation: animationZoomAuto 10s linear 0s 1 normal both;
}

#mainVisual.swiper-container-2024 .swiper-slide img {
  width: 100%;
  height: fit-content;
}

@keyframes flipInX {
  0% {
    transform: rotateX(-90deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

#mainVisual.swiper-container-2024 .swiper-slide p {
  position: absolute;
  width: fit-content;
  margin: 14.875rem 15% 1.5rem;
  padding: 1% 2%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
  top: 0;
  left: 0;
}


#mainVisual.swiper-container-2024 .swiper-slide-active p,
#mainVisual.swiper-container-2024 .swiper-slide-duplicate-active p,
#mainVisual.swiper-container-2024 .swiper-slide-prev p {
  animation: flipInX 1s linear 0s 1 normal both;
}

#mainVisual-bottom {
  overflow: hidden;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  color: #00305B;
}

#mainVisual-bottom.swiper-container-2024 .swiper-slide {
  max-width: 1000px !important;
  margin: 0 auto;
}

#mainVisual-bottom.swiper-container-2024 .swiper-slide img {
  width: auto;
  height: auto;
}

#mainVisual-bottom.swiper-container-2024 .swiper-slide .title {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  color: #00305B;
  font-size: 1.5rem;
  font-weight: bold;
}

#mainVisual-bottom.swiper-container-2024 .swiper-slide .title::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: #00305B;
  top: 50%;
  left: 0.1rem;
}

#mainVisual-bottom.swiper-container-2024 .swiper-slide .title::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: #00305B;
  top: 50%;
  right: 0.1rem;
}

#mainVisual-bottom.swiper-container-2024 ul {
  display: flex;
  align-items: center;
  margin-top: 30px;

}

#mainVisual-bottom.swiper-container-2024 .slide-1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

#mainVisual-bottom.swiper-container-2024 .slide-1 li {
  display: flex;
  align-items: center;
}

#mainVisual-bottom.swiper-container-2024 .slide-1 img {
  display: block;
}

#mainVisual-bottom.swiper-container-2024 .slide-1-1 img {
  max-width: 100px;
}

#mainVisual-bottom.swiper-container-2024 .logo_googlepartner {
  margin-right: 20px;
}

#mainVisual-bottom.swiper-container-2024 .slide-1-2 img {
  max-width: 150px !important;
}

#mainVisual-bottom.swiper-container-2024 .slide-1 li p {
  max-width: 300px;
}

#mainVisual-bottom.swiper-container-2024 .slide-2 li {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 890px;
}

#mainVisual-bottom.swiper-container-2024 .slide-2 img {
  display: block;
  margin: 20px;
}

#mainVisual-bottom .logo_yahoo {
  max-width: 200px;
  height: auto;
}

#mainVisual-bottom .logo_smartnews {
  max-width: 200px;
  height: auto;
}

#mainVisual-bottom .logo_linenews {
  max-width: 150px;
  height: auto;
}

#mainVisual-bottom .logo_gunosy {
  max-width: 180px;
  height: auto;
}

#mainVisual-bottom .logo_googlenews {
  margin: 20px 60px 20px 20px !important;
  max-width: 100px;
  height: auto;
}

#mainVisual-bottom .logo_pass {
  margin: 20px 20px 20px 60px !important;
  max-width: 100px;
  height: auto;
}

#mainVisual-bottom.swiper-container-2024 .slide-3 ul {
  justify-content: space-around;
}

#mainVisual-bottom.swiper-container-2024 .slide-3 li div {
  margin-top: 15px;
  display: flex;
}

#mainVisual-bottom.swiper-container-2024 .slide-3 .content_left {
  text-align: center;
}

#mainVisual-bottom.swiper-container-2024 .slide-3 .content_right {
  margin-left: 20px;
  max-width: 350px;
}

#mainVisual-bottom.swiper-container-2024 .slide-3 img {
  display: block;
}

#mainVisual-bottom .logo_ff {
  max-width: 200px !important;
}

#mainVisual-bottom .logo_vietnam {
  max-width: 100px !important;
}

#mainVisual-bottom .logo_ffthai {
  max-width: 250px !important;
}

#mainVisual-bottom .logo_thailand {
  max-width: 100px !important;
}

@media screen and (max-width: 1300px) {
  #mainVisual.swiper-container-2024 {
    height: 400px !important;
  }

  #mainVisual.swiper-container-2024 .swiper-slide p {
    margin: 10.875rem 15% 1.5rem;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }
}

@media screen and (max-width: 767px) {
  #mainVisual.swiper-container-2024 {
    max-height: fit-content;
    height: fit-content !important;
  }

  #mainVisual.swiper-container-2024 .swiper-slide p {
    font-size: 4.5vw;
    line-height: 7vw;
    margin: 51vw 0 0 0;
  }

  #mainVisual-bottom {
    margin: 2vw auto;
  }

  #mainVisual-bottom.swiper-container-2024 .swiper-slide {
    margin-top: 5%;
  }

  #mainVisual-bottom.swiper-container-2024 .swiper-slide .title {
    max-width: 100%;
    font-size: 5vw;
    padding-top: 1vw;
  }

  #mainVisual-bottom.swiper-container-2024 .swiper-slide .title::before,
  #mainVisual-bottom.swiper-container-2024 .swiper-slide .title::after {
    height: 1.5vw;
    width: 10vw;
    top: 45%;
  }

  #mainVisual-bottom.swiper-container-2024 .swiper-slide .title::before {
    left: 4vw;
  }

  #mainVisual-bottom.swiper-container-2024 .swiper-slide .title::after {
    right: 4vw;
  }

  #mainVisual-bottom.swiper-container-2024 ul {
    margin-top: 5vw !important;
  }

  #mainVisual-bottom.swiper-container-2024 .slide-1 ul {
    display: block;
    margin: 0 auto;
    width: 95%;
    font-size: 4vw;
  }

  #mainVisual-bottom.swiper-container-2024 .slide-1 li {
    width: 95%;
    margin-bottom: 3vw;
  }

  #mainVisual-bottom.swiper-container-2024 .slide-1 li p {
    max-width: 100%;
    line-height: 6vw;
  }

  #mainVisual-bottom.swiper-container-2024 .slide-1-1 img {
    max-width: 80px;
  }

  #mainVisual-bottom.swiper-container-2024 .slide-1-2 img {
    margin-left: -4vw;
    max-width: 110px !important;
  }

  #mainVisual-bottom.swiper-container-2024 .logo_googlepartner {
    margin-right: 3vw;
  }

  #mainVisual-bottom.swiper-container-2024 .slide-2 li {
	padding: 0 1rem;
    justify-content: space-around;
  }

  #mainVisual-bottom.swiper-container-2024 .slide-2 img {
    margin: 2vw;
  }

  #mainVisual-bottom .logo_yahoo {
    width: 40vw !important;
  }

  #mainVisual-bottom .logo_smartnews {
    width: 35vw !important;
  }

  #mainVisual-bottom .logo_linenews {
    width: 30vw !important;
  }

  #mainVisual-bottom .logo_gunosy {
    width: 40vw !important;
  }

  #mainVisual-bottom .logo_googlenews {
    margin: 2vw !important;
    width: 20vw !important;
  }

  #mainVisual-bottom .logo_pass {
    margin: 2vw !important;
    width: 20vw !important;
  }

  #mainVisual-bottom.swiper-container-2024 .slide-3 ul {
    display: block;
    width: 95%;
    margin: 0 auto;
  }

  #mainVisual-bottom.swiper-container-2024 .slide-3 li div {
    margin-top: 3vw;
  }

  #mainVisual-bottom.swiper-container-2024 .slide-3-1 {
    margin-bottom: 8vw;
  }

  #mainVisual-bottom .logo_ff {
    width: 50vw !important;
  }

  #mainVisual-bottom .logo_ffthai {
    width: 50vw !important;
  }

  #mainVisual-bottom .logo_vietnam {
    width: 20vw !important;
  }

  #mainVisual-bottom .logo_thailand {
    width: 20vw !important;
  }

  #mainVisual-bottom.swiper-container-2024 .slide-3 .content_right {
    margin-left: 3vw;
    max-width: 75%;
    font-size: 4vw;
    line-height: 6vw;
  }
}


/* /20250210_フロントページ_FV復元 */

/* メディアインタビュー_20250131 */
.media_interviews .text_bold {
  margin-top: 20px;
  font-weight: bold;
}

.media_interviews .content_box {
  margin-top: 20px;
}

.media_interviews h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 10px 5px;
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 120%;
  font-weight: bold;
}

.media_interviews .content_box_inner {
  padding: 0 20px;
}

.media_interviews h3 {
  padding-bottom: 10px;
  color: #00008b;
  font-weight: bold;
}

.media_interviews h2.title_center {
  margin: 50px 0 20px 0;
}

.media_interviews .attention {
  margin-top: -1rem;
  margin-left: 1.5rem;
  font-weight: normal;
  font-size: 80%;
}

.media_interviews .media_info {
  margin-top: 50px;
  font-size: 80%;
}

.media_interviews .btn {
  text-align: center;
}

.media_interviews .btn p a {
  margin-top: 50px;
  border: 2px solid #00008b;
  color: #00008b;
  border-radius: 50vh;
  padding: 2em;
  line-height: 1;
  display: inline-block;
  font-weight: bold;
  text-align: center;

}

.media_interviews ul {
  /* margin-top: -1rem; */
}

.media_interviews li {
  list-style: disc;
  margin-left: 1.4rem;
}

.media_interviews li:last-child {
  margin-bottom: 1rem;
}

.media_interviews .list_numbering li {
  list-style: decimal;
}

/* /メディアインタビュー_20250131 */
/* メディア情報3_20250502 */

header.media3 {
	background: #01305c;
	padding: 30px 0;
}
header.media3 .headerInner {
	max-width: 1000px;
}
header.media3 + #container {
	padding-top: 175px;
}

header.media3 ul {
  list-style: none;
}

header.media3 li a {
  padding-right: 10px !important;
  width: 300px;
  display: inline-block;
  position: relative;
  line-height: 45px;
  box-sizing: border-box;
}

header.media3 li a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #01305c;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 12px;
  right: 30px;
}

header.media3 li .btn-animation-02:hover {
  border: 2px solid #fff;
}

header.media3 li .btn-animation-02:hover::after {
  border-left: 10px solid #fff;
}

.media3 .ff li:last-child img {
  width: 500px;
}

.media3 .skymi {
  text-align: center;
  font-size: 19.5px;
  font-weight: bold;
  color: #000;
}

.media3 .text_02 {
  width: 410px;
  margin: 0 auto;
  text-align: center;
}

/* .media3 .parts_btn::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 14px;
  right: 30px;
} */

.media3 .parts_btn::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 22px;
  right: 30px;
}

/* .media3 .parts_btn {
  margin-top: 30px;
  padding: 0;
  padding-bottom: 5px;
  border: none;
  border-radius: 100px;
  width: 300px;
  height: 50px;
  background: linear-gradient(to bottom, #f8ad5c, #fe7201);
  line-height: 46px;
  color: #fff;
  box-shadow: 3px 3px 5px #828283;
  font-size: 16px;
} */

.media3 .parts_btn {
  margin-top: 30px;
  padding: 0;
  padding-bottom: 5px;
  border: none;
  border-radius: 100px;
  width: 400px;
  height: 65px;
  background: linear-gradient(to bottom, #f8ad5c, #fe7201);
  line-height: 62px;
  color: #fff;
  box-shadow: 3px 3px 5px #828283;
  font-size: 22px;
}

.media3 .parts_btn span,
.media3 .parts_btn>b,
.media3 .parts_btn>strong {
  transform: none;
}

.media3 .parts_btn:hover span,
.media3 .parts_btn:hover>b,
.media3 .parts_btn:hover>strong {
  transform: none;
}

.media3 .parts_btn:after {
  background: none;
}

.media3 h3.mi {
	margin-top: 50px;
	margin-bottom: 70px;
	position: relative;
	color: #000;
}

.media3 h3.mi::after {
	content: "";
	margin: auto;
	position: absolute;
	background-color: #032f5e;
	width: 150px;
	height: 4px;
	bottom: -0.5rem;
	right: 0;
	left: 0;
}

.media3 .featureContent {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}

.media3 .featureContent:nth-child(3) {
  align-items: center;
}

.media3 .featureBox {
  position: relative;
  margin: 0 auto;
  width: 300px;
}

.media3 .featureNumber {
	position: relative;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-bottom: 3px;
	width: 200px;
	background-color: #4d8cd1;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 35px;
	box-shadow: 3px 3px 0px #033059;
}

.media3 .featureText {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #033059;
	line-height: 30px;
	min-height: 90px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.media3 .featureSupplement {
  text-align: center;
  font-size: 16px;
}

.media3 .featureSupplement span {
  display: block;
  font-size: 13px;
  line-height: 40px;
}

.media3 .statisticsContent {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 100px;
	width: 770px;
}

.media3 .statisticsBox {
  box-sizing: border-box;
  padding: 15px;
  width: 200px;
  text-align: center;
  border: 2px solid #5a92cd;
  ;
}

.media3 .statisticsBox:last-child {
  width: 300px;
}

.media3 .statisticsBox img {
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 36px;
}

.media3 .statisticsBox dt {
  color: #033059;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
}

.media3 .statisticsBox dd {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
}

.media3 .statisticsBox dd span {
  font-size: 15px;
}


.media3 .featureText2 {
  margin-top: 100px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.media3 .featureText2 span {
  display: inline-block;
  border-bottom: 10px solid #fef600;
  line-height: 10px;
}

.media3 .featureText3 {
  margin-top: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  line-height: 40px;
  color: #033059;
}

.media3 .chart_box {
  margin: 0 auto;
  width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/* 円グラフ */
.media3 .chart-section {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}

.media3 canvas {
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 300px;
}

.media3 .legend {
  width: fit-content;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  margin-top: 30px;
}

.media3 .legend2 {
  width: 253px;
}

.media3 .legend-item {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.media3 .legend-color {
  width: 35px;
  height: 16px;
  margin-right: 5px;
}

/* /円グラフ */



.adsMenu .inner {
  width: 840px;
}

.media3 .adsMenuTitle {
  margin: 0 auto 50px;
  padding: 15px;
  width: fit-content;
  border: solid 2px #032f5e;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #032f5e;
}

.media3 .adsMenu dt {
  margin-top: 50px;
  margin-bottom: 20px;
  border-left: solid 8px #032f5e;
  padding-left: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #032f5e;
}

.media3 .adsMenuText {
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
	width: fit-content;
	text-align: center;
	font-size: 20px;
	line-height: 10px;
	border-bottom: 10px solid #fef600;
}

#container.service .media3 .locus {
  padding: 0;
}

.media3 .locus h3.mi {
  border: 1px solid #032f5e;
  background: #e6f4ff;
  color: #032f5e;
  font-size: 25px;
  line-height: 60px;
}

.media3 .locus h3.mi::after {
  content: none;
}

.media3 .locus h3.mi span {
  width: 30px;
  height: 30px;
  position: relative;

}

.media3 .locus h3.mi span::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 270px;
  width: 30px;
  height: 30px;
  border: 2px solid #003366;
  border-radius: 50%;
  background-color: #e6f4ff;
  box-sizing: border-box;
}

.media3 .locus h3.mi span::after {
  content: '';
  position: absolute;
  top: 19px;
  left: 285px;
  width: 8px;
  height: 8px;
  border-left: 2px solid #003366;
  border-bottom: 2px solid #003366;
  transform: translate(-50%, -60%) rotate(-45deg);
}

.media3 .locus .parts_btn {
  margin-top: 0;
}

footer.media3 {
	padding: 20px 0;
}

footer.media3 h1 {
  width: 250px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
	header.media3 {
		position: relative;
		display: block;
		border: none;
		background: #fff;
		text-align: center;
		box-shadow: none;
	}

	header.media3 h1 {
		margin: 0 auto;
		width: 100%;
		max-width: inherit;
	}

  header.media3 img {
    display: block;
  }

  #container.media3 {
    padding-top: 20px;
  }

  .media3 .skymi {
    font-size: 6vw;
    margin-bottom: 5vw;
  }

  .media3 .text_02 {
    width: 100%;
    font-size: 3.9vw;
  }

  .media3 .parts_btn {
    margin-top: 10%;
    padding-bottom: 1vw;
    width: 100%;
    height: 13vw;
    font-size: 5vw;
    line-height: 12vw;
    box-shadow: 1vw 1vw 1vw #828283;
  }

  .media3 .parts_btn::before {
    border-left: 3vw solid #fff;
    border-top: 3vw solid transparent;
    border-bottom: 3vw solid transparent;
    top: 3.5vw;
    right: 9vw;
  }

  .media3 .inner .ff li:last-child img {
    width: 100%;
  }

  .media3 h3.mi {
    margin-top: 20vw;
    margin-bottom: 20vw;
    font-size: 6vw;
  }

  .media3 h3.mi::after {
    width: 30vw;
    height: 1.5vw;
    top: 11vw;
  }

  .media3 .featureContent {
    flex-wrap: wrap;
  }

  .media3 .featureBox {
    width: 100%;
  }

  .media3 .featureNumber {
    margin-bottom: 5vw;
    padding-bottom: 0;
    width: 60%;
    font-size: 6.5vw;
    line-height: 12vw;
    box-shadow: 1vw 1vw 0px #033059;
  }

  .media3 .featureText {
    margin-bottom: 3vw;
    font-size: 6vw;
    line-height: 9vw;
  }

  .media3 .featureSupplement {
    margin-bottom: 10vw;
    font-size: 4.1vw;
    font-weight: bold;
    line-height: 6vw;
  }

  .media3 .featureSupplement span {
    font-size: 4vw;
    line-height: 13vw;
  }

	.media3 .statisticsContent {
		flex-wrap: wrap;
		margin-top: 0;
		width: 100%;
	}

  .media3 .statisticsBox {
    padding: 3vw 0vw;
    width: 45%;
    border: 0.7vw solid #5a92cd;
    border-radius: 5vw;
  }

  .media3 .statisticsBox img {
    width: 10vw;
    height: 10vw;
  }

  .media3 .statisticsBox dt {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 5vw;
    line-height: 7vw;
  }

  .media3 .statisticsBox dd {
    font-size: 10vw;
    line-height: 12vw;
  }

  .media3 .statisticsBox dd span {
    font-size: 4vw;
  }

  .media3 .statisticsBox:last-child {
    margin-top: 3vw;
    width: 65%;
  }

  .media3 .featureText2 {
    margin-top: 20vw;
    font-size: 6vw;
    line-height: 9vw;
  }

  .media3 .featureText2 span {
    border-bottom: 2vw solid #fef600;
    line-height: 4vw;
  }

  .media3 .featureText3 {
    margin-top: 7vw;
    font-size: 4.5vw;
    line-height: 8vw;
  }

  .media3 .chart_box {
    width: 100%;
    flex-wrap: wrap;
  }

  .media3 .chart-section {
    width: 100%;
    margin: 8vw auto;
  }


  .media3 canvas {
    margin: 0 auto;
    height: auto !important;
    width: auto !important;
    max-width: 80%;
    max-height: 80%;
  }

  .media3 .legend {
    gap: 5vw;
    margin-top: 8vw;
  }

  .media3 .legend2 {
    width: 88.5vw;
  }

  .media3 .legend-item {
    font-size: 4.5vw;
  }

  .media3 .legend-color {
    width: 12vw;
    height: 6vw;
    margin-right: 2vw;
  }

  .adsMenu .inner {
    width: 100%;
	max-width: inherit;
	padding: 0;
  }

  .media3 .adsMenuTitle {
    padding: 3vw;
    border: solid 0.8vw #032f5e;
    font-size: 5vw;
  }

	.media3 .adsMenu dt {
		margin: 0 auto;
		margin-top: 10vw;
		border-left: solid 3vw #032f5e;
		padding-left: 2vw;
		font-size: 5vw;
		line-height: 8vw;
	}

	.media3 .adsMenu dd {
		margin: 0 auto;
		margin-top: 5vw;
	}

  .media3 .adsMenuText {
    margin-top: 20vw;
    margin-bottom: 20vw;
    font-size: 4.5vw;
    line-height: 7vw;
    border-bottom: none;
  }

  .media3 .adsMenuText span {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
  }

  .media3 .locus h3.mi {
    margin-top: -1vw;
    margin-bottom: 12vw;
    border: 0.7vw solid #032f5e;
    font-size: 6vw;
    line-height: 12vw;
  }

  .media3 .locus h3.mi span {}

  .media3 .locus h3.mi span::before {
    top: 2vw;
    left: 9vw;
    width: 6vw;
    height: 6vw;
    border: 0.7vw solid #003366;
  }

  .media3 .locus h3.mi span::after {
    top: 4.7vw;
    left: 11.9vw;
    width: 1.7vw;
    height: 1.7vw;
    border-left: 0.7vw solid #003366;
    border-bottom: 0.7vw solid #003366;
  }

  footer.media3 {
    padding: 10vw 0;
  }

  footer.media3 h1 {
    padding: 0;
    width: 100%;
  }

  footer.media3 h1 img {
    display: block;
    margin: 0 auto;
    width: 70%;
  }

  .media3 .locus .parts_btn,
  .media3 .adsMenu .parts_btn,
  .media3 .feature .parts_btn {
    width: 100%;
  }
}


/* /メディア情報3_20250502 */
/* メディアインタビュー_20250610 */
.title_interview {
	text-align: center;
	color: #00305B;
	margin-bottom: 2rem;
}

.media-interview {
  color: #00305B;
}



.rtb-house-image {
  margin-bottom: 50px !important;
}

.rtb-house-info {
  margin-top: 50px;
  margin-bottom: 80px;
  color: #000;
}

.rtb-house-info dt {
  position: relative;
  padding-left: 15px;
}

.rtb-house-info dd {
  margin-bottom: 15px;
}

.rtb-house-info dt::before {
  position: absolute;
  content: "";
  background-color: #00305B;
  height: calc(15px / 2 * tan(60deg));
  width: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 6.5px;
  left: 0;
}

.rtb-house-text {}

.rtb-house-text-title {
  position: relative;
  margin-top: 70px;
  /* padding: 20px; */
  font-weight: bold;
  font-size: 25px;
  line-height: 35px;
}

/* .rtb-house-text-title::before {
  position: absolute;
  content: "";
  width: 110px;
  height: 47px;
  border-top: 4px solid #2567A3;
  border-left: 4px solid #2567A3;
  top: 0;
  left: 0;
} */

.rtb-house-text-q {
  font-weight: bold;
}

.rtb-house-text-a {
  margin-bottom: 50px !important;
  font-size: 16.5px;
  line-height: 28px;
  color: #000;
}

.rtb-house-btn a {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 100px;
  border: 3px solid #00305B;
  padding-right: 50px;
  background-color: #00305B;
  width: 650px;
  color: #fff;
  font-size: 20px;
  line-height: 70px;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
}

.rtb-house-btn a:hover {
  box-sizing: border-box;
  background-color: #fff;
  border: 3px solid #00305B;
  color: #00305B;
}

.rtb-house-btn a::before {
  position: absolute;
  content: "";
  margin: auto;
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  top: 0;
  right: 55px;
  bottom: 0;
}

.rtb-house-btn a:hover::before {
  border-top: solid 1px #00305B;
  border-right: solid 1px #00305B;
}

.rtb-house-btn a::after {
  position: absolute;
  content: "";
  margin: auto;
  background-color: #fff;
  width: 35px;
  height: 1px;
  top: 0;
  right: 55px;
  bottom: 0;
}

.rtb-house-btn a:hover::after {
  background-color: #00305B;
}

.interviewer dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  width: 690px;
  color: #000;
}

.interviewer dt {
  width: 200px;
}

.interviewer dd {
  width: 400px;
}

.interviewer img {
  max-width: 200px !important;
  height: auto !important;
}

.rtb-house-info a,
.rtb-house-link {
  color: #0033FF !important;
  text-decoration: underline;
}

.rtb-house-info a:hover,
.rtb-house-link:hover {
  color: #0033FF;
  text-decoration: none;
}

.rtb-house-link {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .rtb-house-image {
    margin-bottom: 10% !important;
  }

  .rtb-house-info {
    margin-top: 10%;
    margin-bottom: 20%;
  }

  .rtb-house-info dt {
    padding-left: 5vw;
  }

  .rtb-house-info dt::before {
    height: calc(5vw / 2 * tan(60deg));
    width: 4vw;
    top: 20%;
  }

  .rtb-house-info dd {
    margin-bottom: 10%;
  }

  .rtb-house-text-title {
    margin-top: 10%;
    /* padding: 5%; */
    font-size: 7.5vw;
    line-height: 12vw;
  }

  /* .rtb-house-text-title::before {
    width: 30vw;
    height: 14vw;
    border-top: 1vw solid #2567A3;
    border-left: 1vw solid #2567A3;
  } */

  .rtb-house-text-q {
    font-size: 5vw;
    line-height: 8vw;
  }

  .rtb-house-text-a {
    margin-bottom: 15% !important;
    font-size: 4.2vw;
    line-height: 8vw;
  }

  .rtb-house-link {
    margin-top: 10%;
    margin-bottom: 20%;
  }

  .rtb-house-btn a {
    margin-bottom: 30%;
    border: 2vw solid #00305B;
    padding: 2vw 0;
    padding-right: 0;
    width: 100%;
    font-size: 5.5vw;
    line-height: 8vw;
  }

  .rtb-house-btn a::before,
  .rtb-house-btn a::after {
    content: unset;
  }

  .interviewer dl {
    align-items: center;
    margin-bottom: 5%;
    width: 100%;
  }

  .interviewer dt {
    width: 50%;
  }

  .interviewer dd {
    width: 45%;
  }

}

/* /メディアインタビュー_20250610 */

.text_bold {
  font-weight: bold;
}
/*==========*/
hr {
	height: 2px;
    background: #7272A7;
    margin: 1rem 0;
}
hr.full {
	width: calc(100vw - 15px);
    transform: translateX(calc((-100vw + 15px + 1000px) / 2));
}
.text-center {
    text-align: center !important;
}
small {
    font-size: 75%;
}
.btn-link {
    background-color: #fff;
    border: 3px solid #00305B;
    border-radius: 100px;
    padding: 0.75rem 1.5rem;
    text-align: center;
	color: #00305b;
	text-decoration: none;
}
.btn-link.blue {
    background-color: #00305B;
	color: #fff;
}
a.btn-link:hover {
    background-color: #00305B;
	color: #fff;
    text-decoration: none;
}
a.btn-link.blue:hover {
	color: #fff;
    border-color: #5da9f3;
    background-color: #5da9f3;
}
.container{
	width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px;
}

/*-- content --*/
.site-content {
    padding-top: 125px;
    padding-bottom: 4rem;
}
@media screen and (max-width: 576px){
    .site-content {
        padding-top: 75px;
    }
}

/*-- mv --*/
.mv {
    background: rgba(199, 228, 238, 0.75);
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv h2 {
    position: relative;
	margin-bottom: 0;
}
.mv h2:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background: #00305b;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
h2.tit p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:3rem;
    letter-spacing: 2px;
    color: #000;
    line-height: 1;
}
h2.tit small {
    display: block;
    font-weight: normal;
    color: #00305b;
}

/*-- breadcrumbs --*/
.breadcrumbs {
    padding: 1rem 0;
    /* font-size: 75%; */
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs span:not(:last-child):not(:first-child) a {
    margin: 0 5px;
}
.breadcrumbs span:first-child {
    margin-right: 5px;
}
.breadcrumbs span:last-child {
    margin-left: 5px;
}
.breadcrumbs a span:first-child {
	margin-left: 0;
}
.site-content section {
    padding: 4rem 0;
}

section > h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color:#00305B;
    text-align: center;
    margin-bottom: 1rem;
}
section > h3.bg-blue {
    background: #00305b;
    color: #FFF;
    margin-bottom: 2rem;
    font-size: 1rem;
    padding: 15px 0;
}
section .description {
    /* font-size: 1.125rem; */
    text-align: center;
}
.description + .list-cta {
	margin-top: 3rem;
}
section p {
    /* font-size: 1.5rem; */
    margin: 0 0 1rem;
}
section .text ul {
    display: flex;
    flex-wrap: wrap;
}
section .text li {
    /* font-size: 1.5rem; */
    margin-right: 2rem;
    padding: 0.5rem 0;
}
section .list-cta {
    display: grid;
    gap: 1rem;
}
.global-media .text {
	text-align: center;
	max-width: 390px;
	margin: 0 auto;
}
.global-media .des {
	margin-bottom: 1rem;
	text-align: left;
}
section.creative .list-cta li:nth-of-type(4) small {
	display: block;
	font-size: 10px;
}
@media screen and (min-width: 768px){
    section .grid-2, section .grid-3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        align-items: center;
        padding: 2rem 0;
    }
	section.download .grid-2 {
		align-items: flex-start;
	}
	section.bf-strengths .grid-2 {
		grid-template-columns: 2fr 1fr;
	}
    section .grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    section .list-cta {
        grid-template-columns: repeat(4, 1fr);
    }
    section > .text {
        width: 85%;
        margin: 0 auto;
    }
    section.creative .list-cta {
        grid-template-columns: repeat(3, 1fr);
    }
    section .btn-link {
        display: block;
        max-width: 300px;
		margin: 0 auto;
    }
	section.list-page .btn-link {
		margin: 0 auto;
	}
	.page-template-contact-page section.list-page .item .title + p {
        min-height: 165px;
    }
    section .cta {
        border-radius: 10px;
        padding: 0.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
    }
	section .cta:after {
        display: inline-block;
        content: "\f178";
        font-family: FontAwesome;
		margin-left: 0.5rem;
    }
	section .cta:hover:after {
		-webkit-animation: hvr-icon-arrow 1s ease-in-out;
		animation: hvr-icon-arrow 1s ease-in-out;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
	}
	section.creative .list-cta li:nth-of-type(4){
		grid-column: 2;
	}
    section.creative .list-cta .cta, section.overseas-business .list-cta .cta {
        border-radius: 0;
		width: 100%;
    }    
    section .list-cta .cta:after {
        display: none;
    }
	section.digital-marketing .list-cta .cta:after {
		display: block;
	}
}
@media screen and (min-width: 1200px) {    
    section.creative .list-cta, section.overseas-business .list-cta {
        max-width: 50%;
        margin: 0 auto;
        grid-template-columns: repeat(2, 1fr);
		align-items: flex-start;
    }
	section.creative .description + .list-cta, section.overseas-business .description + .list-cta {
		margin: 3rem auto 0;
	}
	.global-media .grid-2 {
		align-items: flex-start;
	}
	.global-media .text p:nth-of-type(1) {
		min-height: 37px;
	}
	.global-media .text p:nth-of-type(2) {
		min-height: 82px;
	}
}
@media screen and (max-width: 767px){
    section .flex-column-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .mv {
        min-height: 100px;
    }
    h2.tit p {
        font-size: 1.875rem;
	}
	h2.tit small {
		font-size: 0.75rem;
	}
    .site-content section {
        padding: 2rem 0;
    }
    section .text {
        margin: 2rem 0;
    }
    section a.btn-link {
        border-radius: 1rem;
        font-weight: bold;
        display: block;
		max-width: 300px;
		margin: 0 auto;
    }
    section .text ul {
        margin-bottom: 1rem;
    }
    section .text li {
        min-width: 40%;
    }
    section.digital-marketing .description {
        text-align: left;
    }
    section .list-cta {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 2rem;
    }
    section:not(.creative):not(.overseas-business) .list-cta a, .list-style-arrow .anchor {
        position: relative;
        padding: 0 0 0 0.75rem;
    }
    section:not(.creative):not(.overseas-business) .list-cta a.btn-link.blue {
        background: none;
        border: none;
        color: #00305B;
        text-align: left;
        text-decoration: underline;
    }
    section:not(.creative):not(.overseas-business) .list-cta a:before, .list-style-arrow .anchor:before {
        content: "\f0da";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    section.creative .list-cta, section.overseas-business .list-cta {
        display: flex;
		justify-content: space-between;
        flex-wrap: wrap;
    }
	section.creative .list-cta li, section.overseas-business .list-cta li {
		width: 47%;
	}
    section.creative .list-cta .btn-link, section.overseas-business .list-cta .btn-link {
		border-radius: 0;
        padding: 0.375rem 0.75rem;
        max-width: inherit;
        font-size: 12px;
    }
	section .grid-2 .item, section .grid-3 .item {
		margin-bottom: 1rem;
	}
	.global-media .des {
		text-align: center;
	}
	section.media p, .creative .description {
		text-align: left !important;
	}
	.creative small {
		font-size: 9px;
		text-align: center;
		display: block;
	}
	.container .fullwidth {
		margin: 0 -15px;
	}
	.global-media .text {
		margin: 3rem auto 2rem;
	}
	.bf-strengths img {
		width: 80%;
		margin: 0 10%;
	}
}
.list-page .item {
    border: 3px solid #00305B;
    padding: 1rem;
    height: 100%;
    margin: 1rem 0;
}
.list-page .item .title, .list-document .item .title {
    font-size: 1.125rem;
    color: #00305B;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.list-page .item .hashtag {
    margin: 1rem 0;
    display: flex;
    flex-wrap: wrap;
}
.tag-link {
    background: #00305B;
    color: #fff;
    padding: 0.5rem 0.625rem;
    margin: 0 0.5rem 0.375rem 0;
    font-size: 12px;
    display: inline-block;
    text-align: center;
	min-width: 90px;
}
.tag-link:hover {
	opacity: 0.95;
}
.list-page .item .cta {
    margin: 0 0 0 auto;
}
.list-page .item .text-center .cta {
    margin-right: auto;
}
.list-page .list-style-arrow {
    display: grid;
}
.listing-ads {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2rem;
}
.listing-ads li {
    background: #EDF7FF;
    border-radius: 1rem;
    padding: 1rem;
    position: relative;
    margin: 2rem 0 0;
	display: flex;
	align-items: center;
	min-height: 114px;
}
.listing-ads li:after {
    position: absolute;    
    top: 0;
    right: 2rem;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 1.5rem 4rem 1.5rem;
    border-color: transparent transparent #EDF7FF transparent;
    transform: translateY(-50%) rotate(35deg);
    z-index: -1;
}
.text-btn {
    text-align: center;
    padding: 2rem 0;
}
.text-btn p {
    margin-bottom: 0.5rem;
	font-size: 14px;
}
.text-btn a {
    max-width: 389px;
    margin: 0 auto;
    border-radius: 100px;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    line-height: 50px;
}
.item.border {
    border: 3px solid #00305B;
    padding: 1rem;    
    margin-bottom: 1rem;
    height: 100%;
}
section p a {
	color: #5da9f3;
	text-decoration: underline;
}
.title.highlight {
    box-shadow: inset 0 -0.625rem 0 #fcff01;
    display: inline;
    font-weight: bold;
}
.title.highlight + p {
    margin: 1rem 0 0;
}
.list-logo .img {
	text-align: center;
	font-weight: bold;
}
.list-logo .img span {
	min-height: 94px;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list-logo .img a {
	margin-top: 1rem;
	font-weight: normal;
}
@media screen and (min-width: 1200px) {
    .list-logo {
		display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .list-logo .img {
        width: calc(88% / 3);
		margin: 2%;
		text-align: center;
    }
	.list-page .list-style-arrow {
		grid-template-columns: repeat(4, 1fr);
		gap: 1rem;
	}
	.list-document .item .title {
		text-align: center;
	}
	.item .excerpt {
		min-height: 109px;
	}
	.item .excerpt.max {
		min-height: 164px;
	}
	.tag-link {
		min-width: 125px;
	}
}
@media screen and (max-width: 767px) {
    .listing-ads {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    .listing-ads li {
		min-height: inherit;
    }
    .text-btn p {
        font-size: 14px;
    }
    section .text-btn a.btn-link {
        max-width: inherit;
		border-radius: 100px;
		padding: 5px 0;
		line-height: normal;
    }
	.list-page .list-style-arrow {
		grid-template-columns: repeat(2, 1fr);
		gap: 0 1rem;
	}
	.list-page .list-style-arrow .anchor {
		display: block;
		text-decoration: underline;
		cursor: pointer;
		border: none;
        padding: 0.5rem 0 0.5rem 0.75rem;
        text-align: left;
		font-weight: bold;
	}
	.list-page .list-style-arrow .anchor:before {
		content: "\f0da";
		font-family: FontAwesome;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.list-page .list-style-arrow .anchor:hover {
		background: transparent;
		color: #00305b;
	}
	.list-page .list-style-arrow .anchor:nth-of-type(odd){
		margin-left: 1rem;
	}
	.list-page .list-style-arrow .anchor:nth-of-type(even){
		margin-right: 1rem;
	}
	.list-logo .img span {
		min-height: 56px;
		margin: 0 auto;
		width: 50%;
	}
	.list-page .item .title, .list-document .item .title {
		font-size: 1rem;
	}
	.list-document .item {
		margin: 1rem 0;
	}
}
.post-type-archive-blog .mv {
    background: url(assets/images/bg_dot.png) repeat center center, url(assets/images/bg_dot.png) repeat center center, url(assets/images/mv.jpg) no-repeat center center;
    background-size: auto auto, auto auto, 100% auto;
}
.blogList {
    margin-bottom: 60px;
}
.blogList li a {
    width: 100%;
    background: url(/images/icon_next_g.png) no-repeat center right 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    color: #000;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.blogList li .thumbnail {
    width: 350px;
}
.blogList li a>div {
    width: 560px;
    padding-left: 40px;
}
.blogList li .tag {
    display: inline-block;
    padding: 5px 20px;
    font-size: 75%;
    color: #FFF;
    background: #00305b;
}
.blogList li .date {
    line-height: 2em;
}
.blogList li .blogtit {
    font-size: 150%;
    font-weight: 200;
}

/*-- pagination --*/
.wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-bottom: 30px;
}
.wp-pagenavi span.pages {
	padding: 0 10px;
	margin-right: 0.625rem;
	white-space: nowrap;
}
.wp-pagenavi span.extend {
	margin-right: 0.625rem;
}
.wp-pagenavi .current {
	width: 40px;
	height: 40px;
	line-height: 34px;
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	background: #FFF;
	border: 3px solid #00305b;
	color: #00305b;
	margin-right: 10px;
	font-weight: 500;
}
.wp-pagenavi a.page {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	background: #5da9f3;
	color: #FFF;
	margin-right: 10px;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	background: #00305b;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
}
.wp-pagenavi a.last,
.wp-pagenavi a.first {
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	background: #669bc4;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
@media screen and (max-width: 767px) {
	.wp-pagenavi a.page {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.wp-pagenavi .current {
		width: 30px;
		height: 30px;
		line-height: 26px;
		border-width: 2px;
	}
	.wp-pagenavi a.nextpostslink,
	.wp-pagenavi a.previouspostslink {
		width: auto;
		height: auto;
		line-height: 30px;
		margin: 0;
		padding: 0 3px;
		background: none;
		color: #3f2c18;
		border-radius: 0;
	}
	.wp-pagenavi a.last,
	.wp-pagenavi a.first {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 0 2px;
	}
	.wp-pagenavi span.pages {
		padding: 0;
	}
}
.nyainy-btn {
    position: relative;
    display: inline-block;
    padding: 1.25rem 2.5rem 0.75rem;
    border-radius: 100px;
    background: #00305B;
    color: #fff;
    text-decoration: none;
    margin: 1.5rem auto 0
}
.nyainy-btn span {
    border: 2px solid transparent;
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    padding: 0.25rem 1rem;
    word-break: keep-all;
    border-color: #00305B;
    color: #00305B;
}
.form-group .nyainy-btn {
    padding: 0;
    border-radius: 0;
    background: transparent;
}
.form-group .nyainy-btn:hover span {
    border-color: #5da9f3;
}
.form-group .nyainy-btn .wpcf7-submit {
    padding: 1.5rem 3rem 1rem;
}
.post-type-archive-news .mv {
    background: url(assets/images/bg_dot.png) repeat center center, url(assets/images/bg_dot.png) repeat center center, url(assets/images/news/mv.jpg) no-repeat center center;
    background-size: auto auto, auto auto, 100% auto;
}
.newsList {
    padding: 3rem 0 1rem;
}
.post-type-archive-news .newsList li {
    margin-bottom: 2.5em;
    display: flex;
    align-items: flex-start;
}
.post-type-archive-news .newsList li .label {
    display: inline-block;
    background: #00305b;
    border-radius: 20px;
    width: 6em;
    text-align: center;
    color: #FFF;
    font-size: 87.5%;
}
.post-type-archive-news .newsList li .label.recruit {
    background: #5da9f3;
}
.post-type-archive-news .newsList li .label.topics {
    background: #9ECE34;
}
.post-type-archive-news .newsList li .label.seminar {
    background: #f4b215;
}
.post-type-archive-news .newsList li .date {
    width: 10em;
    text-align: center;
}
.post-type-archive-news .newsList li p.title {
    flex: 1;
}
.post-type-archive-news .newsList li a {
    color: #000;
    text-decoration: underline;
}

/* article ****************************************************/
article .entryHrader {
    margin-bottom: 1em;
}
article .entryHrader .label {
    display: inline-block;
    background: #00305b;
    border-radius: 20px;
    width: 6em;
    text-align: center;
    color: #FFF;
    font-size: 87.5%;
}
article .entryHrader .tag {
    float: left;
    padding: 5px 20px;
    background: #00305b;
    text-align: center;
    color: #FFF;
    font-size: 87.5%;
    line-height: 1.4em;
}
article .entryHrader .label.recruit {
    background: #5da9f3;
}
article .entryHrader .label.topics {
    background: #9ECE34;
}
article .entryHrader .label.seminar {
    background: #f4b215;
}
article .entryHrader .date {
    float: right;
}
article .entryHrader h3.postTitle {
    clear: both;
    padding: 1em 0 0.5em;
    margin-bottom: 1em;
    font-size: 137.5%;
    line-height: 1.4em;
    font-weight: 500;
    border-bottom: 2px solid #00305b;
}
article .entryHrader .sns {
    display: flex;
    justify-content: flex-end;
}
article .entryBody {
    margin-bottom: 5em;
}
article .entryBody p {
    margin-bottom: 1em;
}
article .entryBody img {
    height: auto;
    max-width: 750px;
}
article .entryFooter {
    margin-bottom: 55px;
}
article .entryFooter .charge {
    border: 4px solid #e5e5e5;
    padding: 15px;
    box-sizing: border-box;
}
article .entryFooter .charge .ph {
    width: 40%;
    max-width: 250px;
}
article .entryFooter .charge .name {
    padding-left: 30px;
}

/* linkBtn ****************************************************/
.page-template-contact-page .list-page .item {
    height: inherit;
}
@media screen and (min-width: 1200px){   
    .page-template-contact-page .item .title + p {
        min-height: 110px
    }
}
@media screen and (max-width: 1199px){
    .page-template-contact-page .list-page .description {
        text-align: left !important;
    }
}
.bg-blue {
    background: #00305b;
    color: #FFF;
}

/*-- Form --*/
.form-label .required {
    background: #4D8CD0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 0.25rem 0.5rem;
    border-radius: 5px;
    margin-left: 1rem;
}
.form-group .wpcf7-list-item {
    margin: 0;
    width: 100%;
}
.form-group .wpcf7-list-item-label {
	margin-left: 0.5rem;
}
.form-group .form-label {
	margin-bottom: 0.5rem;
}
.form-control .wpcf7-text, .form-control .wpcf7-select, .form-control .wpcf7-textarea {
    border: 1px solid #A3A3A3;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    font-size: 1rem;
    font-family: 'Noto Sans Japanese',sans-serif;
}
.form-control .wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(assets/images/arrow-down.png) no-repeat calc(100% - 1rem) center;
}

.form-group .two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
}
.form-group .wpcf7-submit {
    background: #00305B;
    color: #fff;
    border-radius: 100px;
    padding: 1rem 2rem;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    border: 2px solid #00305B;
    font-family: 'Noto Sans Japanese',sans-serif;
    font-size: 1rem;
    cursor: pointer;
}
.form-group .wpcf7-submit:hover {
    background: #5da9f3;
    border-color: #5da9f3;
}
@media screen and (min-width: 1200px) {
	.form-group.horizontal {
		display: flex;
	}
	.form-group.horizontal .form-label {
		width: 30%;
	}
	.form-group.horizontal .form-control {
		width: 70%;
	}
}
.list-document .item {
    background: #FBF6EF;
    border-radius: 1rem;
    padding: 2rem;
}
.list-interview .item {
    background: #FFF9F4;
    border-radius: 1rem;
	margin-bottom: 2rem;
}
.list-interview .item img {
    border-radius: 1rem 1rem 0 0;
}
.list-interview .item .wrap {
    padding: 1rem;
}
.list-interview .item a {
    text-decoration: none;
    font-weight: bold;
}
.list-interview .item .title {    
    text-decoration: underline;
}
.list-interview .item p {
    margin: 0;
    font-size: 80%;
    color: #000;
}

/*-- Footer --*/
footer {
	padding: 35px 0 0;
	background: #00305b;
	color: #FFF;
}
footer .gototop {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0px;
	z-index: 2;
	top: -95px;
	background: #00305b;
}
footer .footNav ul.listMark > li > a:before {
	content: "－";
	margin-right: 0.5rem;
}
footer .footNav ul.listMark ul {
	text-indent: 0;
}
footer .footNav dl dd ul ul {
	font-size: 100%;
}
footer .site-logo {
	margin: 2rem 0;
}
footer .copyInner {
	display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 1200px) {
	footer .footNav {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		margin-bottom: 35px;
	}
	footer .footNav dl dt {
		font-size: 87%;
		margin-left: -6px;
	}
	footer .footNav dl dd {
		border-left: 1px dotted #FFF;
	}
	footer .footNav dl dd ul {
		font-size: 75%;
		margin-left: -6px;
	}
	footer .footNav dl:first-child {
		width: 50%;
	}
	footer .footNav dl {
		width: 25%;
	}
	footer .footNav dl:first-child dd {
		width: 49%;
		display: inline-block;
		vertical-align: top;
	}
	footer .footNav ul.listMark ul {
		margin-left: 1.5rem;
	}
	footer .footNav dl dt {
		margin-bottom: 0.5rem;
	}
}
@media screen and (max-width: 1199px) {
	footer {
		padding: 20px 0 0;
	}
	footer .gototop {
		width: 40px;
		height: 40px;
		right: 15px;
		top: -60px;
	}
    footer .site-logo {
        width: 141px;
        margin: 0 0 10px auto;
    }
	footer .footNav {
		margin-bottom: 20px;
		border-top: 1px solid #AAA;
	}
	footer .footNav dl {
		border-bottom: 1px solid #AAA;
	}
	footer .footNav dl dt {
		padding: 10px 0;
		background: url(assets/images/down.png) no-repeat center right;
		background-size: 15px auto;
		cursor: pointer;
	}
	footer .footNav dl dt.active {
		background-image: url(assets/images/up.png);
	}
	footer .footNav dl dd {
		display: none;
	}
	footer .footNav dl dd ul {
		text-indent: 0;
	}
	footer .footNav dl dd ul li {
		border-bottom: 1px dotted #333;
	}
	footer .footNav ul.listMark {
        padding: 0 0 10px 1rem;
    }
	footer .footNav ul.listMark > li > a:before {
		display: none;
	}
	footer .footNav ul.listMark > li > a:after {
		content: "\f0da";
        font-family: FontAwesome;
        margin-left: 0.5rem;
	}
	footer .footNav ul.listMark ul > li > a:before {
		content: "－";
		margin-right: 0.5rem;
	}    
    footer .footer-navigation dl a {
        padding: 10px 0;
        position: relative;
    }
    footer a.btn-link.blue {
        margin: 2rem auto;
        max-width: 284px;       
        border: 1px solid #fff;
        border-radius: 5px;
		display: block;
    }
	footer .copyInner li.link, footer .copyInner .pmark {
		display: none;
	}
	footer .copyInner li {
		text-align: center;
	}
}

/*-- Header --*/
header .headerInner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
header h1 {
	width: 220px;
}
ul#nav li a.btn-link {
	font-size: 15px;
}
ul#nav li a.btn-link:after {
	display: none;
}
ul#nav li a, ul#nav li span {
	padding: 0.8125rem 0.9375rem;
	font-weight: bold;
	position: relative;
	display: block;
}
ul#nav li a.btn-link:hover {
	color: #fff;
}
ul#nav li .sub-menu li a:hover {
	text-decoration: underline;
	color: #00305b;
}
.show-menu, .menu-close {
    display: none;
}
@media screen and (min-width: 1200px) {	
	ul#nav li dt a:hover, ul#nav > li > a:hover {
		text-decoration: none;
	}
	ul#nav li dt a:after, ul#nav > li > a:after {
        display: block;
        content: "";
        border-bottom: 5px solid transparent;
        margin-top: 0.75rem;
        position: absolute;
        bottom: 0;
        left: 0.9375rem;
        width: 0;
        border-bottom: 5px solid #00305B;
        transition: width .2s ease-in-out;
    }
    ul#nav li dt a:not(.btn-link):hover:after, ul#nav li:hover dt a:not(.btn-link):after, ul#nav > li > a:not(.btn-link):hover:after, ul#nav > li:hover > a:not(.btn-link):after {
        width: calc(100% - 1.875rem);
    }
	ul#nav li.parent-menu dt a:before, ul#nav > li.parent-menu > a:before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		bottom: 8px;
		transition: .2s;
		left: 50%;
		transform: translateX(-50%);
	}
	ul#nav li.parent-menu dt a:not(.btn-link):hover:before, ul#nav li.parent-menu:hover dt a:not(.btn-link):before, ul#nav > li.parent-menu > a:not(.btn-link):hover:before, ul#nav > li.parent-menu:hover > a:not(.btn-link):before {
		border-style: solid;
		border-width: 0.25rem 0.25rem 0 0.25rem;
		border-color: #00305B rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)
	}
	ul#nav li ul.sub-menu {
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
        display: grid;
        grid-template-columns: 1.4fr 1fr 1.2fr 1fr;
    }
	ul#nav li ul.sub-menu.menu-1 {
        grid-template-columns: 1fr 1.4fr 1.3fr 1fr 1fr;
    }
	ul#nav li .sub-menu li {
		display: block;
		height: auto;
	}
	ul#nav li .sub-menu > li {
		padding: 0 1.5rem;
	}	
    ul#nav li .sub-menu > li:not(:last-child){
        border-right: 1px solid #B7B7B7;
    }
	ul#nav li .sub-menu li a {
		padding: 0.5rem 1rem;
	}
	ul#nav li .sub-menu > li > a:not(.btn-link-arrow):before {
        display: block;
        content: "\f0da";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    ul#nav li .sub-menu > li > a.btn-link-arrow {
        background-color: #00305B;
        color: #fff;
        padding: 0.75rem 1.5rem;
        display: inline-block;
    }
    ul#nav li .sub-menu > li > a.btn-link-arrow:after {
        content: "\f0da";
        font-family: FontAwesome;
        color: #fff;
        width: 10px;
        margin-left: 1rem;
    }
	ul#nav li .sub-menu > li > a.btn-link-arrow:hover {
		text-decoration: none;
		background-color: #5da9f3;
	}
	ul#nav li {
		height: 120px;
		display: table-cell;
		vertical-align: middle;
	}
	ul#nav > li+li {
		padding-left: 0.5rem;
	}
	ul#nav .open-menu-body {
		width: 100%;
		padding: 1rem 0;
		background: #fff;
		border-top: 5px solid #00305b;
		position: relative;
	}
	#menu {
		display: none;
	}
	.show-menu {
		background-color: rgba(0, 0, 0, .5);
		height: 100vh;
		z-index: -1;
		position: fixed;
		top: 120px;
		right: 0;
		left: 0;
		width: 100vw;
	}
	.menu-close {
		border: 1px solid #c8cacb;
        border-radius: 50px;
        padding: 0.25rem 0.5rem;
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        position: absolute;
        top: 1rem;
        font-size: 14px;
		right: calc((100vw - 1200px) / 2 - 88px);
	}
	.menu-close::before {
		display: inline-block;
		content: "";
		width: 24px;
		height: 24px;
		background: url(assets/images/icon-close.png) no-repeat;
		background-size: contain;    
		margin-right: 4px;
	}
	.service-media {
		max-width: 85%;
		margin: 0 auto 1rem;
	}
}
@media screen and (max-width: 1199px) {
	header {
		height: 75px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	header h1 {
		width: 80%;
		max-width: 163px;
	}
	header #nav + a.btn-link {
		padding: 0.25rem 0.5rem;
		font-weight: bold;
		margin: 0 0.5rem 0 auto;
		display: block !important;
		border-width: 2px;
	}
	.menu-trigger {
		position: relative;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}
	.menu-trigger span {
		position: absolute;
		left: 20%;
		width: 60%;
		height: 3px;
		background-color: #00305B;
		border-radius: 4px;
		display: block;
		transition: all .4s;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 18px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 10px;
	}
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}	
	#nav {
		position: fixed;
		z-index: 50;
		padding: 0 1rem;
		width: 100%;
		height: calc(100% - 60px);
		left: 0;
		top: 75px;
		overflow: scroll;
		display: none;
		background: #fff;
	}
	ul#nav li a {
        display: block;
        font-weight: normal;
    }
	ul#nav li a:not(.btn-link){
		color: #000;
	}
	ul#nav > li:not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
		border-bottom: 1px dotted #00305B;
	}
    ul#nav li dt > a:after {
        display: block;
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
	ul#nav li dt.active > a:after {
        content: "\f107";
    }
	ul#nav li a.btn-link, ul#nav li a.site-logo {
        margin: 1rem auto;		
        max-width: 300px;
    }
	ul#nav .sub-menu {
        margin-left: 1rem;
    }
    ul#nav .sub-menu li > a:after {
        content: "\f0da";
        font-family: FontAwesome;
        margin-left: 0.5rem;
    }
    ul#nav .sub-menu li li > a:after {
        display: none;
    }
    ul#nav .sub-menu li li > a:before {
        content: "―";
        margin-right: 0.5rem;
    }
	h3.title {
		margin-bottom: 2rem;
	}
}
.lead .btn-link{
    margin: 30px auto 0;
}

.frm-info .box {
    border: 1px solid #00305B;
    color: #0b4893;
    padding: 1rem;
	font-size: 14px;
	color: #000;
	margin-bottom: 2rem;
}
.frm-info .box span {
	color: #00305B;
	display: block;
}
@media screen and (min-width: 768px){
	.frm-info {
		margin-right: 2rem;
	}
}
.media3 .box {
	border: 2px solid #032f5e;	
	padding: 1rem;
}
.media3 .box .text_02 {
	text-align: left;
	width: auto;
	color: #00305B;
	font-weight: bold;
}
.media3 .box a.btn-link.blue {
	margin-top: 1rem;
}
.form-group a {
	text-decoration: underline;
}
#recruit #message .msgWrap_01 .photo img {
	width: 100%;
}
#recruit #message .msgWrap_01 h3.subtitle {
	text-align: left;
}
.item__des {
	min-height: 136px;
}
.media3 .adsMenu, .media3 .locus {
	margin-top: 100px;
}
.media3 .adsMenu dd {
	padding-left: 18px;
}
.media3 .adsMenu dt.none {
	border-color: transparent;
}
.media3 .adsMenu dt:first-child {
	margin-top: 0;
}
.color-red {
	color: #f90118;
}
header.media3 h1, footer.media3 h1 {
	width: auto;
}
header.media3 h1 img, footer.media3 h1 img {
	height: 60px;
	vertical-align: top;
}
footer.media3 h1 {
	text-align: center;
}
.media3 .col-text-img {
	margin: 50px 0;
}
.media3 .locus h3.mi {
	position: relative;
}
.media3 .locus h3.mi:after {
	display: block;
    content: "";
    background: url(assets/images/icon-down.png) no-repeat center / cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 1rem;
    bottom: auto;
    transform: translateY(-50%);
    left: auto;
}
@media screen and (max-width: 767px) {
	header.media3 h1 img, footer.media3 h1 img {
		height: 35px;
	}
	header.media3 {
		padding: 15px 0;
	}
	header.media3 + #container {
		padding-top: 20px;
	}
	.media3 .adsMenu dd {
		padding-left: 5vw;
	}
	.media3 .locus h3.mi:after {
		width: 1rem;
		height: 1rem;
	}
}
@media screen and (min-width: 768px) {
	.media3 .col-text-img {
		margin: 100px 0;
		display: grid;
		grid-template-columns: 2fr 1fr;
		gap: 2rem;
	}
}
.list-cta-contact {
	text-align: center;
	margin: 2rem 0 3rem;
}
.list-cta-contact a {
	margin: 1.5rem auto !important;
}