@charset 'UTF-8';

html {
	overflow-y: scroll;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
th {
	font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

ol,
ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

ins {
	background-color: #ffff99;
	color: #000000;
	text-decoration: none;
}

mark {
	background-color: #ffff99;
	color: #000000;
	font-weight: bold;
	font-style: italic;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

input,
select {
	vertical-align: middle;
}

img,
object,
embed {
	vertical-align: top;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;

	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

html[lang='en'] {
	font-family: Helvetica, sans-serif;
}

html.is-no-scroll {
	overflow: hidden;
	height: 100%;
}

body {
	position: relative;
	overflow-x: hidden;
	min-width: 320px;
	background: #ffffff;
	color: #222222;
	line-height: 1.5;

	-webkit-text-size-adjust: 100%;
}

body.is-no-scroll {
	overflow: hidden;
	height: 100%;
}

input,
textarea,
button {
	font-family: inherit;
	font-size: inherit;
}

input:focus,
textarea:focus,
button:focus {
	outline: none;
}

a {
	color: #0a62bb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[href^='tel:'] {
	color: #222222;
	text-decoration: none !important;
	cursor: default !important;
}

a[href^='tel:']:hover {
	text-decoration: none !important;
}

a[href^='tel:']:focus {
	outline: none;
}

html:not(.js-sp) a[href^='tel:'] {
	pointer-events: none;
}

img {
	max-width: 100%;
}

#section_category img {
	max-width: 98%;
}

hr {
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
	background: #0a62bb;
	line-height: 0;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'] {
	margin: 0;
	padding: 7px 12px;
	border: 1px solid #0a62bb;
	border-radius: 0;
	background: #ffffff;
	font-size: .85714rem;
	vertical-align: middle;

	-webkit-appearance: none;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder {
	opacity: 1;
	color: #cccccc;
}

input[type='text']::-ms-input-placeholder,
input[type='tel']::-ms-input-placeholder,
input[type='email']::-ms-input-placeholder,
input[type='search']::-ms-input-placeholder {
	opacity: 1;
	color: #cccccc;
}

input[type='text']::placeholder,
input[type='tel']::placeholder,
input[type='email']::placeholder,
input[type='search']::placeholder {
	opacity: 1;
	color: #cccccc;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder {
	opacity: 1;
	color: #cccccc;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder {
	opacity: 1;
	color: #cccccc;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder {
	opacity: 1;
	color: #cccccc;
}

input[type='search'] {
	border-radius: 4px 0 0 4px;
}

input[type='button'] {
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;

	-webkit-appearance: none;
}

textarea {
	margin: 0;
	padding: 7px 12px;
	border: 1px solid #0a62bb;
}

select {
	padding-left: 10px;
	border: 1px solid #0a62bb;
	background: #ffffff;
	text-transform: none;
}

button {
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;

	-webkit-appearance: none;
}

.field-check label {
	display: block;
	position: relative;
}

.field-check label > * {
	display: inline-block;
	vertical-align: top;
}

.field-check input[type='radio'],
.field-check input[type='checkbox'] {
	position: absolute;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;

	   -moz-appearance: none;
	        appearance: none;
	-webkit-appearance: none;
}

.field-check input[type='radio']:focus,
.field-check input[type='checkbox']:focus {
	outline: none;
}

.field-check input[type='radio'] + label,
.field-check input[type='checkbox'] + label {
	position: relative;
	z-index: 1;
	background: #cccccc;
	line-height: 1;
	cursor: pointer;
}

.field-check input[type='radio'] {
	cursor: pointer;
}

.field-check input[type='radio']:checked + label {
	background: #0a62bb;
	color: #ffffff;
	text-align: center;
}

.btn {
	display: block;
	border-radius: 4px;
	background: #0a62bb;
	color: #ffffff;
}

.btn:hover {
	background: #0a62bb;
	color: #ffffff;
	text-decoration: none;
}

.btn:hover {
	cursor: pointer;
}

.btn.btn-search {
	position: relative;
	width: 24px;
	height: 24px;
	padding: 5px;
	border: none;
	border-radius: 0;
	background: #0a62bb;

	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	        appearance: none;
}

.l-slider {
	display: none;
	overflow: hidden;
}

.l-slider.slick-initialized {
	display: block;
}

.l-slider button {
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	white-space: nowrap;
	text-indent: 100%;
	cursor: pointer;
	outline: none;

	        appearance: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
}

.l-slider .slick-arrow {
	position: absolute;
	z-index: 2;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
}

.l-slider .slick-arrow.slick-prev {
	background-image: url(../svg/btn_slider_prev.svg);
}

.l-slider .slick-arrow.slick-next {
	background-image: url(../svg/btn_slider_next.svg);
}

.l-slider .slick-dots {
	display: table;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 0;
}

.l-slider .slick-dots > * {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
}

.l-slider .slick-dots > * button {
	width: 10px;
	height: 10px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	background: transparent;
}

.l-slider .slick-dots > *.slick-active button {
	background: #ffffff;
}

.l-header {
	position: relative;
	padding: 20px 0  24px;
	border-top: 4px solid #0a62bb;
	background: #ffffff;
}

.l-header .l-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 100%;
}

.l-header .logo {
	max-width: 170px;
	text-align: center;
}

.l-header .logo img {
	width: 100%;
}

.l-header .header-unit {
	width: calc(50% - 85px);
}

.l-header .header-link {
	display: flex;
	width: calc(50% - 85px);
	font-size: .85714rem;
}

.l-header .header-link li {
	color: #0a62bb;
}

.l-header .header-link li:not(:last-child)::after {
	display: inlin-block;
	margin: 0 1em;
	content: '/';
}

.l-header .header-link a {
	color: #222222;
}

.l-header .header-link a:hover {
	color: #0a62bb;
}

.search-unit {
	display: table;
	margin-left: auto;
}

.search-unit .search-field {
	display: flex;
	flex-direction: column-reverse;
	max-width: 266px;
}

.search-unit .search-text {
	display: flex;
}

.search-unit .search-radio .field-check {
	display: flex;
	margin-bottom: 2px;
}

.search-unit .search-radio .field-check > * {
	position: relative;
}

.search-unit .search-radio .field-check > * + * {
	margin-left: 5px;
}

.search-unit .search-radio .field-check label {
	min-width: 94px;
	padding: 6px 8px;
	font-size: .85714rem;
}

.search-unit .box-search {
	position: relative;
	width: 242px;
	height: 24px;
	padding: 4px 12px;
	background: #ffffff;
	line-height: 1;
}

.l-footer-bottom {
	padding: 10px 30px;
	background: #ffffff;
}

.footer-author {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-author .author-copyright {
	font-size: .71429rem;
}

.footer-sitemap a {
	color: #ffffff;
}

.footer-sitemap .footer-sitemap-ttl {
	color: #ffffff;
}

.footer-sitemap .footer-sitemap-link + .footer-sitemap-link {
	margin-top: 40px;
}

.footer-sitemap.is-pc-show {
	padding: 64px 0 206px;
	background: #00254b;
}

.footer-sitemap.is-pc-show .footer-sitemap-nav {
	display: flex;
}

.footer-sitemap.is-pc-show .footer-sitemap-col {
	width: 18.98148%;
}

.footer-sitemap.is-pc-show .footer-sitemap-col + .footer-sitemap-col {
	margin-left: 3.7037%;
}

.footer-sitemap.is-pc-show .footer-sitemap-col.col1 {
	width: 13.88889%;
	margin-right: 2.77778%;
}

.footer-sitemap.is-pc-show .footer-sitemap-ttl {
	margin-bottom: 1em;
	padding-bottom: 4px;
	border-bottom: 1px solid #ffffff;
}

.footer-sitemap.is-pc-show .footer-sitemap-contents + .footer-sitemap-ttl {
	margin-top: 1em;
}

.footer-sitemap.is-pc-show .footer-sitemap-link {
	font-size: .92857rem;
}

.footer-sitemap.is-pc-show .footer-sitemap-link > * + * {
	margin-top: 1em;
}

.footer-sitemap.is-sp-show {
	padding: 0;
	background: #222222;
}

.footer-sitemap.is-sp-show .footer-sitemap-link > * + * {
	border-top: 1px solid #ffffff;
}

.footer-sitemap.is-sp-show .footer-sitemap-link a {
	display: block;
	padding: 16px 39px 13px 26px;
	background: url(../svg/icon_link_inverse.svg) no-repeat right 21px center;
}

.footer-sitemap.is-sp-show .footer-sitemap-link a:hover {
	text-decoration: none;
}

.footer-sitemap.is-sp-show .footer-sitemap-ttl {
	display: block;
	padding: 16px 39px 13px 26px;
	border-bottom: 1px solid #ffffff;
	background: url(../svg/icon_plus.svg) no-repeat right 21px center;
	cursor: pointer;
}

.footer-sitemap.is-sp-show .footer-sitemap-ttl.is-opened {
	background-image: url(../svg/icon_minus.svg);
}

.footer-sitemap.is-sp-show .footer-sitemap-contents {
	display: none;
	border-bottom: 1px solid #ffffff;
	background: #666666;
}

.footer-sitemap.is-sp-show .footer-sitemap-col.col5 {
	padding: 20px 39px 20px 26px;
}

.footer-sitemap.is-sp-show .footer-sitemap-col.col5 .footer-sitemap-link {
	display: flex;
	justify-content: space-between;
}

.footer-sitemap.is-sp-show .footer-sitemap-col.col5 .footer-sitemap-link > * {
	width: 44.44444%;
}

.footer-sitemap.is-sp-show .footer-sitemap-search {
	padding: 20px 30px 10px;
	background: #ffffff;
}

.footer-sitemap.is-sp-show .footer-sitemap-search .search-unit {
	width: 100%;
	margin: 0 auto;
}

.footer-sitemap.is-sp-show .footer-sitemap-search .search-unit .search-field {
	max-width: none;
}

.footer-sitemap.is-sp-show .footer-sitemap-search .search-unit .box-search {
	flex: 1;
	width: auto;
	height: 44px;
	line-height: 44px;
}

.footer-sitemap .footer-sitemap-link .link-box {
	border: 1px solid #ffffff;
}

.footer-sitemap .footer-sitemap-link .link-box a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 7px !important;
	background-image: none !important;
	text-align: center;
}

.l-inner {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

.l-content {
	padding: 30px 0 37px;
}

.l-container {
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

.page-home .l-container {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

.l-main a {
	text-decoration: underline;
}

.l-top-category {
	padding: 20px 0;
	background: #00254b;
	color: #ffffff;
}

.l-top-category a {
	color: #ffffff;
	text-decoration: none;
}

.l-top-pickup {
	padding: 75px 0 65px;
	background: #efefef;
}

.l-top-news {
	padding: 75px 0 125px;
}

.l-top-banner {
	padding: 35px 0 48px;
	background: #efefef;
}

.l-top-info {
	padding: 25px 0;
	background: #0a62bb;
	color: #ffffff;
}

.l-top-info a {
	color: #ffffff;
}

.no-display {
	display: inline;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	z-index: -9999;
	overflow: hidden;
	width: 1px;
	height: 1px;
	font-size: 0;
}

.ttl-hidden {
	display: inline;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	z-index: -9999;
	overflow: hidden;
	width: 1px;
	height: 1px;
	font-size: 0;
}

.text-word-break {
	word-break: break-all;
}

.text-break-pre::before {
	white-space: pre;
	content: '\A';
}

.text-break-next::after {
	white-space: pre;
	content: '\A';
}

.global-nav {
	display: flex;
	justify-content: center;
	max-width: 1080px;
	margin: 0 auto;
	font-size: 1.07143rem;
}

.global-nav li {
	list-style-image: url(data:0);
	font-size: 0;
}

.global-nav li > * {
	font-size: 1rem;
}

.global-nav .nav-item .nav-label {
	position: relative;
	font-size: 1.14286rem;
}

.global-nav .nav-item:hover .nav-label::after {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 23px;
	width: calc(100% - 23px * 2);
	height: 2px;
	border-bottom: 2px solid #00254b;
	content: '';
}

.global-nav .nav-item .nav-ttl > a,
.global-nav .nav-item > a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 100%;
	min-height: 45px;
	padding: 6px 23px;
	color: #222222;
	line-height: 1.33333;
	text-align: center;
	cursor: pointer;
}

.global-nav .nav-item .nav-ttl > a:hover,
.global-nav .nav-item > a:hover {
	color: #0a62bb;
	text-decoration: none;
}

.global-nav .nav-item .nav-ttl > a.is-current,
.global-nav .nav-item .nav-ttl > a.is-opened,
.global-nav .nav-item > a.is-current,
.global-nav .nav-item > a.is-opened {
	background-color: #ffffff;
}

.global-nav .nav-item .nav-contents {
	display: none;
	position: absolute;
	z-index: 10;
	top: 45px;
	left: 0;
	width: 100%;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .16);
	background-color: rgba(10, 98, 187, .9);
}

.global-nav .nav-item .nav-contents-inner {
	max-width: 1504px;
	margin: 0 auto;
	padding-right: 30px;
	padding-left: 30px;
}

.global-nav .nav-item .nav-contents-row {
	display: flex;
	margin-right: -22px;
	margin-left: -22px;
	padding: 35px 0;
}

.global-nav .nav-item .nav-contents-col {
	padding: 0 22px;
}

.global-nav .nav-item .nav-contents-col.col4-1 {
	width: 25%;
}

.global-nav .nav-item .nav-contents-col.col4-1 .nav-link > li {
	width: 100%;
}

.global-nav .nav-item .nav-contents-col.col4-2 {
	width: 50%;
}

.global-nav .nav-item .nav-contents-col.col4-2 .nav-link > li {
	width: 50%;
}

.global-nav .nav-item .nav-contents-col.col4-4 {
	width: 100%;
}

.global-nav .nav-item .nav-contents-col.col4-4 .nav-link > li {
	width: 25%;
}

.global-nav .nav-item .nav-contents-col.col-nohead {
	padding-top: 68px;
}

.global-nav .nav-item .nav-link-head {
	display: flex;
	align-items: center;
	height: 68px;
	border-bottom: 2px solid #dddddd;
	color: #ffffff;
	font-size: 1.71429rem;
	line-height: 1.2;
}

.global-nav .nav-item .nav-close {
	display: table;
	margin: 18px auto 0;
}

.global-nav .nav-item .nav-close a {
	text-align: center;
}

.global-nav .nav-item .nav-category {
	height: 100%;
}

.global-nav .nav-item .nav-link {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin: 0 -10px;
}

.global-nav .nav-item .nav-link > li {
	width: 50%;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.global-nav .nav-item .subnav-container {
	padding: 20px 0 25px;
}

.global-nav .nav-item .subnav-category {
	height: 100%;
}

.global-nav .nav-item .subnav-contents {
	display: none;
	opacity: 0;
	position: absolute;
	z-index: 100;
	left: 0;
	width: 100%;
}

.global-nav .nav-item .subnav-contents-inner {
	padding-top: 10px;
}

.global-nav .nav-item .subnav-link {
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	border-radius: 3px;
	background-color: #ffffff;
}

.global-nav .nav-item .subnav-link li:not(:last-child) {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #cccccc;
}

.global-nav .nav-item .subnav-link a {
	position: relative;
	min-height: 8px;
	padding-left: 15px;
}

.global-nav .nav-item .subnav-link a::before {
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
	line-height: 0;
	content: url(../icon_link.html);
}

.global-nav .nav-item .subnav-ttl {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 16px 38px 16px 21px;
	border: 1px solid #0a62bb;
	border-radius: 4px;
	background-color: #ffffff;
	background-image: url(../svg/icon_link.svg);
	background-repeat: no-repeat;
	background-position: right 10px center;
	color: #222222;
	text-decoration: none;
	cursor: pointer;
}

.global-nav .nav-item .subnav-ttl.js-accordion-head {
	padding-left: 30px;
	background-image: url(../svg/icon_plus.svg);
}

.global-nav .nav-item .subnav-ttl.is-opened.js-accordion-head {
	background-image: url(../svg/icon_minus.svg);
}

.l-drawer-nav {
	position: fixed;
	z-index: 9;
	top: 50px;
	right: 0;
	-webkit-transform: translate(100%);
	        transform: translate(100%);
	width: 0;
	height: calc(100% - 50px);
	background: #0a62bb;
	transition: all .5s;
}

.l-drawer-nav.is-opened {
	-webkit-transform: translate(0);
	        transform: translate(0);
	width: 100%;
	transition: all .5s;
}

.l-drawer-nav .drawer-nav-scroll {
	position: relative;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
	padding: 0 0 30px;
}

.l-drawer-nav .drawer-nav-scroll .btn-close {
	margin: 30px auto 0;
}

.drawer-nav {
	background-color: #0a62bb;
}

.drawer-nav .nav-item {
	border-bottom: 1px solid #ffffff;
}

.drawer-nav .nav-item > * {
	display: block;
}

.drawer-nav .nav-item a {
	display: block;
	color: #ffffff;
}

.drawer-nav .nav-item a:hover {
	text-decoration: none;
}

.drawer-nav .nav-item > a {
	padding: 15px 15px 15px 35px;
	background: url(../icon_link_inverse.html) no-repeat 15px center;
	font-size: 1.28571rem;
}

.drawer-nav .nav-item .nav-ttl {
	cursor: pointer;
}

.drawer-nav .nav-item .nav-ttl > a {
	display: block;
	padding: 16px 39px 13px 26px;
	background: url(../svg/icon_plus.svg) no-repeat right 21px center;
}

.drawer-nav .nav-item .nav-ttl.is-opened > a {
	background-image: url(../svg/icon_minus.svg);
}

.drawer-nav .nav-item .nav-link > * {
	font-size: 0;
}

.drawer-nav .nav-item .nav-link > * > * {
	font-size: 1rem;
}

.drawer-nav .nav-item .nav-link > * > a {
	padding: 15px 10px 15px 42px;
	background: url(../svg/icon_link.svg) no-repeat 27px center;
	font-size: 1rem;
}

.drawer-nav .nav-item .nav-link > *.no-subnav-category a {
	padding: 16px 39px 13px 26px;
	background: url(../svg/icon_link_inverse.svg) no-repeat right 21px center #0d3b6a;
	color: #ffffff;
}

.drawer-nav .nav-item .nav-link > *.no-subnav-category + .no-subnav-category {
	border-top: 1px solid #0a62bb;
}

.drawer-nav .nav-item .nav-contents {
	display: none;
	border-top: 1px solid #ffffff;
	background-color: #ffffff;
}

.drawer-nav .nav-item .nav-contents * {
	color: #0a62bb;
}

.drawer-nav .nav-item .subnav-ttl {
	padding: 16px 39px 13px 26px;
	border-bottom: 1px solid #0a62bb;
	background: url(../svg/icon_plus.svg) no-repeat right 21px center #00254b;
	color: #ffffff;
	cursor: pointer;
}

.drawer-nav .nav-item .subnav-ttl.is-opened {
	background-image: url(../svg/icon_minus.svg);
}

.drawer-nav .nav-item .subnav-contents {
	display: none;
	background: #efefef;
}

.drawer-nav .nav-item .subnav-link a {
	color: #222222;
}

.drawer-nav .nav-item .subnav-link > * {
	list-style-image: url(data:0);
	font-size: 0;
}

.drawer-nav .nav-item .subnav-link > * > * {
	font-size: 1rem;
}

.drawer-nav .nav-item .subnav-link > * > a {
	padding: 16px 39px 13px 26px;
	background: url(../svg/icon_link.svg) no-repeat right 21px center;
}

.drawer-nav .nav-item .subnav-link > * + * {
	border-top: 1px solid #cccccc;
}

.news-block {
	display: table;
	overflow: hidden;
	width: 100%;
	height: 50px;
}

.news-block img {
	display: block;
}

.news-block img:hover {
	opacity: .8;
}

.news-block .news-title,
.news-block .news-body {
	display: table-cell;
	vertical-align: middle;
}

.news-block .news-title {
	width: 175px;
	background: #0a62bb;
	white-space: nowrap;
}

.news-block .news-title a {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 15px 0 30px;
	color: #ffffff;
	font-size: 1.14286rem;
}

.news-block .news-title a::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	width: 18px;
	height: 18px;
	margin-top: -9px;
	background: url(../svg/icon_link_inverse.svg) no-repeat center center;
	background-size: contain;
	content: '';
}

.news-block .news-body {
	width: auto;
}

.news-block .news-body-row {
	display: flex;
}

.news-block .news-nav {
	display: flex;
	align-items: center;
	padding: 0 12px;
}

.news-block .news-nav li {
	margin: 0 1px;
}

.news-block .news-nav a {
	outline: none;
}

.news-block .news-text {
	flex: 1 0 0px;
	overflow: hidden;
	max-width: 800px;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
}

.news-block a {
	color: #222222;
	text-decoration: none;
}

.news-block a:hover {
	text-decoration: underline;
}

.news-block .js-news {
	display: none;
}

.category-row {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid #0a62bb;
}

.category-row .category-header {
	margin-bottom: 15px;
	border-bottom: 1px solid #0a62bb;
}

.category-row .category-ttl {
	display: flex;
	align-items: flex-end;
	padding-bottom: 10px;
	line-height: 1;
}

.category-row .category-ttl .ttl-jp,
.category-row .category-ttl .ttl-en {
	display: block;
}

.category-row .category-ttl .ttl-jp {
	padding-right: 2%;
	font-size: 1.71429rem;
	font-weight: bold;
	white-space: nowrap;
}

.category-row .category-ttl .ttl-en {
	font-size: .45714rem;
}

.category-row .category-list {
	display: flex;
	justify-content: space-between;
}

.category-row .category-list > * {
	width: 32%;
	max-width: 128px;
	font-size: 1.07143rem;
}

.category-row .category-list img {
	display: block;
	margin-bottom: 10px;
}

.category-row .category-col {
	text-align: center;
}

.category-row .category-col.col1,
.category-row .category-col.col2 {
	width: 41.11111%;
}

.category-row .category-col.col3 {
	width: 13.3%;
}

.category-row .category-col.col3 .category-list {
	justify-content: center;
}

.category-row .category-col.col3 .category-list > * {
	width: 100%;
}

.category-link-other a {
	display: table;
	height: 18px;
	margin-left: auto;
	padding: 10px 30px 10px 10px;
	background: url(../svg/icon_link_inverse.svg) no-repeat right center;
}

.pickup-list {
	display: flex;
	padding-bottom: 6px;
}

.pickup-list.list-sub {
	flex-wrap: wrap;
	margin-top: 30.7px;
	padding-top: 17px;
	border-top: 1px solid #0a62bb;
}

.pickup-list a {
	display: block;
	text-decoration: none;
}

.pickup-list .pickup-item {
	width: 32.03704%;
	max-width: 346px;
	margin-right: 1.94444%;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

.pickup-list .pickup-item:nth-child(3n) {
	margin-right: 0;
}

.pickup-list.list-main .pickup-item {
	background: #ffffff;
}

.pickup-list.list-sub .pickup-item {
	margin-top: 23px;
	background: #00254b;
}

.pickup-list .pickup-card {
	position: relative;
}

.pickup-list .pickup-card:hover {
	opacity: .6;
}

.pickup-list .pickup-label {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 72px;
	padding: 6px 1px;
	background: #0a62bb;
	color: #ffffff;
	font-size: .85714rem;
	line-height: 1;
	text-align: center;
}

.pickup-list .pickup-img {
	line-height: 0;
}

.pickup-list .pickup-text {
	padding: 15px 12px;
}

.pickup-list.list-sub .pickup-text {
	background: #00254b;
	color: #ffffff;
}

.pickup-header {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}

.pickup-ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 5;
	top: 24px;
	left: 0;
	width: 72px;
	min-height: 24px;
	background: #0a62bb;
	color: #ffffff;
	font-size: .85714rem;
	line-height: 1;
	text-align: center;
}

.ie .pickup-ttl {
	line-height: 24px;
}

.pickup-slider {
	overflow: visible;
	margin: 0 -.97222%;
	padding-bottom: 0;
}

.pickup-slider .pickup-slide {
	position: relative;
	overflow: hidden;
	padding-bottom: 6px;
}

.pickup-slider .pickup-item {
	width: auto;
	margin: 0 2.905%;
}

.pickup-slider .slick-arrow {
	top: calc(50% - 6px);
	bottom: auto;
	width: 25px;
	height: 92px;
	margin-top: -46px;
	border: 1px solid #ffffff;
	background: no-repeat center center rgba(0, 0, 0, .25);
	background-size: 10px auto;
}

.pickup-slider .slick-arrow.slick-prev {
	left: -25px;
}

.pickup-slider .slick-arrow.slick-next {
	right: -25px;
}

.pickup-slider + .slide-controller-wrapper {
	max-width: 1080px;
	margin: 4.3px auto 0;
}

.pickup-slider + .slide-controller-wrapper .slide-controller {
	position: relative;
	z-index: 5;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 22px;
	height: 22px;
	margin-left: auto;
}

.pickup-slider + .slide-controller-wrapper .slide-controller .controller-btn {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 2px;
	background: no-repeat center center;
	cursor: pointer;

	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	        appearance: none;
}

.pickup-slider + .slide-controller-wrapper .slide-controller .controller-btn.btn-play {
	background-image: url(../png/btn_play.png);
}

.pickup-slider + .slide-controller-wrapper .slide-controller .controller-btn.btn-pause {
	background-image: url(../png/btn_stop.png);
}

.pickup-slider + .slide-controller-wrapper .slide-controller.is-play .btn-play {
	display: none;
}

.pickup-slider + .slide-controller-wrapper .slide-controller.is-pause .btn-pause {
	display: none;
}

.news-row {
	display: flex;
	justify-content: space-between;
}

.news-row .news-col {
	width: 49.07407%;
}

.news-row .news-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #0a62bb;
}

.news-row .news-ttl {
	font-size: 1.71429rem;
	font-weight: bold;
}

.news-row .link-more a {
	display: inline-block;
	min-height: 18px;
	padding-right: 30px;
	background: url(../svg/icon_link.svg) no-repeat right center;
	text-decoration: none;
}

.news-list > * {
	display: flex;
	width: 100%;
}

.news-list > * + * {
	margin-top: 1em;
}

.news-list .news-date {
	width: 50px;
}

.news-list .news-text {
	flex: 1;
}

.news-list a {
	color: #222222;
	text-decoration: none;
}

.news-list a:hover {
	text-decoration: underline;
}

.info-list {
	line-height: 2;
}

.info-list > * {
	position: relative;
	padding-left: 8px;
}

.info-list > *:not(:first-child) {
	margin-top: .5em;
}

.info-list > *::before {
	display: block;
	position: absolute;
	top: .5em;
	left: 0;
	width: 3px;
	height: 1em;
	border-left: 3px solid #ffffff;
	content: '';
}

.banner-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	overflow: hidden;
	margin-top: -20px;
	margin-right: -20px;
	padding-bottom: 6px;
}

.banner-list > * {
	width: 255px;
	margin-top: 20px;
	margin-right: 20px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
}

.banner-list a {
	display: block;
}

.hero-slider {
	overflow: hidden;
	max-height: 580px;
}

.hero-slider .hero-slide {
	position: relative;
	overflow: hidden;
}

.hero-slider .hero-slide a {
	display: block;
	width: 100%;
	height: 100%;
	color: #222222;
	text-decoration: none;
}

.hero-slider .slide-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #000000;
}

.hero-slider .slide-img::before {
	display: block;
	width: 100%;
	padding-top: 30.75%;
	content: '';
}

.hero-slider .slide-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	max-width: none;
}

.hero-slider .slick-arrow {
	top: 50%;
	width: 46px;
	height: 143px;
	margin-top: -71.5px;
	border: 1px solid #ffffff;
	background: no-repeat center center rgba(0, 0, 0, .25);
	background-size: 14px 28px;
}

.hero-slider .slick-arrow.slick-prev {
	left: 30px;
}

.hero-slider .slick-arrow.slick-next {
	right: 30px;
}

.hero-slider .slick-dots {
	position: absolute;
	bottom: 6.89655%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.video-content {
	position: relative;
	overflow: hidden;
	background: #000000;
}

.video-content::before {
	display: block;
	width: 100%;
	padding-top: 30.75%;
	content: '';
}

.video-content .video-pc {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.video-content .video-sp {
	display: none;
	width: 100%;
}

.video-content .video-link {
	display: block;
}

html.is-pc.js-tablet .js-pc,
html.is-pc.js-sp .js-pc {
	display: none !important;
}

html.is-pc .is-tablet,
html.is-pc .is-sp {
	display: none !important;
}

html.is-sp.js-tablet .js-sp,
html.is-sp.js-pc .js-sp {
	display: none !important;
}

html.is-sp .is-pc-tablet,
html.is-sp .is-tablet,
html.is-sp .is-pc {
	display: none !important;
}

html.is-tablet .is-pc,
html.is-tablet .is-sp {
	display: none !important;
}

html.js-pc .js-pc {
	display: block !important;
}

html.js-pc .js-tablet,
html.js-pc .js-sp {
	display: none !important;
}

html.js-sp .js-sp {
	display: block !important;
}

html.js-sp .js-tablet,
html.js-sp .js-pc {
	display: none !important;
}

html.js-tablet .js-tablet {
	display: block !important;
}

html.js-tablet .js-pc,
html.js-tablet .js-sp {
	display: none !important;
}

@media screen and (min-width: 751px) {
	.category-row .category-col.col1,
	.category-row .category-col.col2 {
	margin-right:0.9%;
}

.category-row .category-col.col3 {
	margin-right:0.9%;
	}

	
	.btn.btn-drawer-nav {
		display: none;
	}

	.is-sp-show {
		display: none !important;
	}

	.l-navbar {
		position: relative;
	}

	.l-drawer-nav {
		display: none;
	}

	.pickup-list.list-main .pickup-text {
		min-height: 92px;
	}
	.philosophytxt {
		display: none;
	}
}

@media screen and (min-width: 1242px) {
	.pickup-slider .slick-arrow {
		width: 46px;
		background-size: 14px 28px;
	}

	.pickup-slider .slick-arrow.slick-prev {
		left: -66px;
	}

	.pickup-slider .slick-arrow.slick-next {
		right: -66px;
	}
}

@media screen and (max-width: 960px) {
	.global-nav .nav-item .nav-contents-row {
		flex-wrap: wrap;
	}

	.global-nav .nav-item .nav-contents-col.col4-1 {
		width: 100%;
	}

	.global-nav .nav-item .nav-contents-col.col4-1 .nav-link > li {
		width: 50%;
	}

	.global-nav .nav-item .nav-contents-col.col4-2 {
		width: 100%;
	}

	.global-nav .nav-item .nav-contents-col.col4-2 .nav-link > li {
		width: 50%;
	}

	.global-nav .nav-item .nav-contents-col.col4-4 {
		width: 100%;
	}

	.global-nav .nav-item .nav-contents-col.col4-4 .nav-link > li {
		width: 50%;
	}

	.global-nav .nav-item .nav-contents-col.col-nohead {
		padding-top: 0;
	}
}

@media screen and (max-width: 800px) {
	.l-header .logo {
		padding: 0 10px;
	}
}

@media screen and (max-width: 750px) {
	.js-sp input[type='text'],
	.js-sp input[type='tel'],
	.js-sp input[type='email'],
	.js-sp input[type='search'] {
		font-size: 1.14286rem;
	}

	.btn.btn-search {
		width: 44px;
		height: 44px;
	}

	html[lang='en'] .btn.btn-search {
		width: 70px;
	}

	.btn.btn-drawer-nav {
		position: fixed;
		z-index: 11;
		top: 15px;
		right: 22.6px;
		overflow: hidden;
		overflow: hidden;
		width: 20px;
		height: 20px;
		border-radius: 0;
		background: url(../svg/icon_drawer.svg) no-repeat center center;
		background-size: contain;
		white-space: nowrap;
		text-indent: 100%;
	}
	.philosophy {
		display: none;
	}
	
	.btn.btn-drawer-nav.is-opened {
		background-image: url(../svg/icon_drawer_close.svg);
	}

	.l-header {
		position: fixed;
		z-index: 10;
		width: 100%;
		height: 50px;
		padding: 15px 0 14px;
		border-top: none;
	}

	.l-header .l-inner {
		padding: 0 20px;
	}

	.l-header .logo {
		width: 101px;
		padding-left: 0;
		text-align: left;

		order: 1;
	}

	.l-header .header-unit {
		display: none;
	}

	.l-header .header-link {
		width: auto;
		margin-right: 26.53333%;
		padding-right: 20px;
		font-size: .71429rem;

		order: 2;
	}

	.footer-author {
		display: block;
		padding-top: 10px;
		text-align: center;
	}

	.footer-author .author-copyright {
		margin-top: 10px;
	}

	.l-inner {
		width: 100%;
	}

	#contents {
		padding-top: 50px;
	}

	.l-container {
		width: 100%;
	}

	.l-main {
		width: 100%;
	}

	.l-top-news-marquee {
		padding: 1px 0;
	}

	.l-top-pickup {
		padding: 40px 0 60px;
	}

	.l-top-news {
		padding: 40px 0 50px;
	}

	.is-pc-show {
		display: none !important;
	}

	.l-navbar {
		display: none;
	}

	.global-nav {
		display: none;
	}

	.news-block .news-title {
		width: 100%;
	}

	.news-block .news-body {
		display: none;
	}

	.category-row {
		display: block;
		padding-bottom: 0;
		border-bottom: none;
	}

	.category-row .category-header {
		position: relative;
		border-bottom: none;
	}

	.category-row .category-header::after {
		display: block;
		position: absolute;
		z-index: 1;
		bottom: 2px;
		left: 0;
		width: 100%;
		height: 1px;
		border-bottom: 1px solid #0a62bb;
		content: '';
	}

	.category-row .category-ttl {
		display: table;
		position: relative;
		z-index: 2;
		width: auto;
		padding-right: 12px;
		padding-bottom: 0;
		background: #00254b;
	}

	.category-row .category-ttl .ttl-jp,
	.category-row .category-ttl .ttl-en {
		display: table-cell;
		vertical-align: bottom;
	}

	.category-row .category-list > * {
		width: 29.03226%;
		max-width: 90px;
		font-size: .85714rem;
	}

	.category-row .category-col {
		margin-right: auto;
		margin-left: auto;
	}

	.category-row .category-col + .category-col {
		margin-top: 25px;
	}

	.category-row .category-col.col1,
	.category-row .category-col.col2,
	.category-row .category-col.col3 {
		width: 100%;

		max-width: 310px;
	}

	.category-row .category-col.col3 .category-body {
		display: flex;
		justify-content: space-between;
	}

	.category-row .category-col.col3 .category-body .category-list {
		width: 29.03226%;
		max-width: 90px;
	}

	.category-row .category-col.col3 .category-body .category-list > * {
		width: 100%;
	}

	.category-link-other {
		max-width: 150px;
		height: 100%;
		border: 1px solid #0a62bb;
		font-size: .85714rem;
	}

	.category-link-other a {
		display: block;
		height: auto;
		min-height: 18px;
		padding-right: 23px;
		background-image: none;
		text-align: left;
	}

	.category-link-other a::after {
		display: inline-block;
		position: relative;
		top: .5em;
		left: 10px;
		width: 18px;
		height: 18px;
		background: url(../svg/icon_link_inverse.svg) no-repeat right center;
		content: '';
	}

	.pickup-list {
		display: table;
		margin-right: auto;
		margin-left: auto;
	}

	.pickup-list .pickup-item {
		width: 100%;
		max-width: 346px;
		margin-right: 0;
	}

	.pickup-list .pickup-item + .pickup-item {
		margin-top: 30px;
	}

	.pickup-list .pickup-text {
		min-height: auto;
		min-height: initial;
	}

	.pickup-list.list-main .pickup-text {
		min-height: 72px;
	}

	.pickup-header {
		max-width: 346px;
	}

	.pickup-slider {
		max-width: 346px;
		margin: 0 auto;
	}

	.pickup-slider .pickup-item {
		margin: 0;
	}

	.pickup-slider .slick-arrow.slick-prev {
		left: -30px;
	}

	.pickup-slider .slick-arrow.slick-next {
		right: -30px;
	}

	.pickup-slider + .slide-controller-wrapper {
		max-width: 346px;
	}

	.news-row {
		display: block;
	}

	.news-row .news-col {
		width: 100%;
	}

	.news-row .news-col + .news-col {
		margin-top: 30px;
	}

	.banner-list {
		display: block;
		width: 255px;
		margin-right: auto;
		margin-left: auto;
	}

	.hero-slider .slide-img::before {
		display: none;
	}

	.hero-slider .slide-img img {
		position: static;
		-webkit-transform: none;
		        transform: none;
		max-width: 100%;
	}

	.hero-slider .slick-dots {
		bottom: 9.375%;
	}

	.video-content::before {
		display: none;
	}

	.video-content .video-pc {
		display: none;
	}

	.video-content .video-sp {
		display: block;
	}
}

.ttl-jp_icon{
	font-size:1.71429rem;
	font-weight:bold;
	white-space:nowrap;
	display:table-cell;
	vertical-align:bottom;
	padding-right:2%;
}

@media screen and (max-width: 480px) {
	.l-header .header-link {
		margin-right: 20px;
	}
}

@media screen and (max-width:1035px) {
	.ttl-jp_icon
		{
		font-size:1.27rem;
		}
}

@media screen and (max-width: 961px) {
	.ep-height
		{
		height:15px;
		}
}

@media screen and (max-width: 850px) {
	.ttl-jp_icon
		{
		font-size:1.06rem;
		}
}

@media screen and (max-width: 748px) {
	.ttl-jp_icon
		{
		font-size:1.71429rem;
		padding-right:8px;
		}
}

.philosophy a {
	color: white;
}

@media screen and (min-width: 1036px) {
	.category-row .category-ttl .ttl-jp{
		font-size:1.71429rem;
	}
}