@charset "utf-8";

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**

html,
body {
	overflow: auto;
	height: 100%;
} *iphone以外の背景スクロールをとめる

 */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
	display: none;
}

/* ==========================================================================
!Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* ==========================================================================
!Sections
========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body,
p {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

body {
	font-family: "メイリオ", "MSゴシック", sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	line-height: 1.8;
	color: #5a5858;

}


p {
	font-size: 10pt;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1,
h2,
h3,
h4,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4 {
	font-weight: bold !important;
}

.top_unique h1 {
	width: auto;
	font-size: 7pt !important;
	background-color: #07569f;
	/* border-bottom: solid 93px #FFFFFF; */
	text-align: center;
	line-height: 1.6em;
	position: fixed;
	z-index: 2;
	width: 100%;
	padding: 2px 0 !important;
	position: relative;
	color: #FFF;
}

.top_unique_h1 {
	width: auto;
	font-size: 7pt !important;
	background-color: #07569f;
	/* border-bottom: solid 93px #FFFFFF; */
	text-align: center;
	line-height: 1.6em;
	position: fixed;
	z-index: 2;
	width: 100%;
	padding: 2px 0 !important;
	position: relative;
	color: #FFF;
}


/* ==========================================================================
!Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* ==========================================================================
!Text-level semantics
========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* ==========================================================================
!Embedded content
========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* ==========================================================================
!Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	/* line-height: 1.15; */
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* ==========================================================================
!Interactive
========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* ==========================================================================
!Misc
========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* ==========================================================================
!Margin !Padding
========================================================================== */

/* !Margin ---------------------------------------------- */

.mt00 {
	margin-top: 0;
}

.mt05 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt12 {
	margin-top: 12px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}

.mr00 {
	margin-right: 0;
}

.mr05 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr12 {
	margin-right: 12px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.mr45 {
	margin-right: 45px;
}

.mr50 {
	margin-right: 50px;
}

.mb00 {
	margin-bottom: 0;
}

.mb05 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb12 {
	margin-bottom: 12px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb35 {
	margin-bottom: 35px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.ml00 {
	margin-left: 0;
}

.ml05 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml12 {
	margin-left: 12px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

/* !Padding	------------------------------------------------ */

.pt00 {
	padding-top: 0;
}

.pt05 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt12 {
	padding-top: 12px;
}

.pt15 {
	padding-top: 15px;
}

.pt16 {
	padding-top: 16px;
}

.pt17 {
	padding-top: 17px;
}

.pt18 {
	padding-top: 18px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pt40 {
	padding-top: 40px;
}

.pt45 {
	padding-top: 45px;
}

.pt50 {
	padding-top: 50px;
}

.pt85 {
	padding-top: 85px;
}

.pr00 {
	padding-right: 0;
}

.pr05 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr12 {
	padding-right: 12px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pr35 {
	padding-right: 35px;
}

.pr40 {
	padding-right: 40px;
}

.pr45 {
	padding-right: 45px;
}

.pr50 {
	padding-right: 50px;
}

.pb00 {
	padding-bottom: 0;
}

.pb05 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb12 {
	padding-bottom: 12px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb35 {
	padding-bottom: 35px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb45 {
	padding-bottom: 45px;
}

.pb50 {
	padding-bottom: 50px;
}

.pl00 {
	padding-left: 0;
}

.pl05 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl12 {
	padding-left: 12px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl35 {
	padding-left: 35px;
}

.pl40 {
	padding-left: 40px;
}

.pl45 {
	padding-left: 45px;
}

.pl50 {
	padding-left: 50px;
}



/* =============================================================================
New Top
============================================================================== */

.wrapper {
	display: block;
	/* IE対策に追加 */
	background: #FFF;
	width: 100%;
	color: #FFF;
}

.wrapper a {
	color: #6B7579;
	text-decoration: none !important;
}

.wrapper a:hover {
	color: #07569f;
	transition: 0.5s;
}

.wrapper a:visited {
	color: #6B7579;
}


nav {
	margin: 0 auto;
	position: fixed;
	z-index: 3;
	margin: 0 auto;
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #BFBEBE;
	padding-bottom: 1px;
	/*margin: 0 auto;
	position: fixed;
	z-index: 3;
	margin: 0 auto;
	top: 79px;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate(-50%, -50%);
	width: 100%;
	background-color: #FFF;
	border-bottom: 1px solid #BFBEBE;
	padding-top: 1px;
	padding-bottom: 1px;*/
}

nav a {
	color: #6B7579;
	text-decoration: none !important;
}

nav a:hover {
	color: #07569f !important;
	transition: 0.5s;
}

nav a:visited {
	color: #6B7579;
}

.remodal_menu a {
	color: #6B7579;
	text-decoration: none !important;
}

.remodal_menu a:hover {
	color: #07569f !important;
	transition: 0.5s;
}

.remodal_menu a:visited {
	color: #6B7579;
}


footer {
	width: 100%;
	margin: 0 auto 60px auto;
	background: #FFF;
	text-align: center;
}



/* !slid layout	-------------------------------------------------------------- */

.swiper-container {
	width: 100%;
	height: 600px;
	position: relative;
	border-bottom: 1px solid #BFBEBE;
}

.swiper-slide {
	/* 画像位置の調整用 */
	text-align: center;
	color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
	width: 32px;
	height: 32px;
	margin-top: -16px;
}

.swiper-button-prev {
	background: url(/img/ico_arrow_slide_l.png) no-repeat center center / contain;
}

.swiper-button-next {
	background: url(/img/ico_arrow_slide_r.png) no-repeat center center / contain;
}


.swiper_botton02 {
	position: relative;
	bottom: -35px;
}

.swiper-button-prev02 {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	position: absolute;
	left: 10px;
	right: auto;
	z-index: 1;
}

.swiper-button-next02 {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	position: absolute;
	right: 10px;
	left: auto;
	z-index: 1;
}

.swiper-button-prev02 {
	background: url(/img/ico_arrow_slide_l.png) no-repeat center center / contain;
}

.swiper-button-next02 {
	background: url(/img/ico_arrow_slide_r.png) no-repeat center center / contain;
}




/* top_slide01------------------------------------------------------------- */

.top_slide01 {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
}

.top_slide01_left {
	width: 40%;
	background-color: #07569f;
	line-height: 1.2em;
}

.top_slide01_left h2 {
	margin: 0px !important;
	padding: 0px;
}

.top_slide01_left_01 {
	height: 34%;
	top: 23%;
	font-size: 16pt;
	font-weight: normal;
	color: #FFF !important;
}

.top_slide01_left_01 span {
	font-size: 20pt;
}

.top_slide01_left_01 h2 {
	color: #FFF !important;
	font-weight: normal !important;
	padding-top: 124px;
	line-height: 1;
	font-size: 30pt !important;
}

.top_slide01_left_02 {
	position: relative;
	height: 20%;
	width: 70%;
	margin: 0 auto;
	top: 12%;
}

.top_slide01_left_03 {
	margin-top: 56px;
}

.top_slide01_left_03 p {
	font-size: 13.6pt;
}

.top_slide01_left_03_buttons {
	display: -webkit-flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	margin-top: 5px;
}

.top_slide01_left_03_button_mail {
	background-image: url(/img/ico_mail.png);
	background-repeat: no-repeat;
	background-position: 25px 20px;
	background-color: #ff7900;
	width: 195px;
	height: 60px;
	margin: 2px;
	color: #FFF !important;
}

.top_slide01_left_03_button_mail:hover {
	color: #FFF !important;
	opacity: 0.8;
}

.top_slide01_left_03_button_mail:visited {
	color: #FFF !important;
}

.top_slide01_left_03_button_mail p {
	margin-left: 34px;
	padding: 13px 0;
	font-size: 14pt;
}

.top_slide01_left_03_button_tel {
	background-image: url(/img/ico_test.png);
	background-repeat: no-repeat;
	background-position: 17px 16px;
	background-color: #E7EEF6;
	width: 195px;
	height: 60px;
	margin: 4px;
	color: #07569f !important;
}

.top_slide01_left_03_button_tel:hover {
	color: #07569f !important;
	opacity: 0.8;
}

.top_slide01_left_03_button_tel:visited {
	color: #07569f !important;
}

.top_slide01_left_03_button_tel p {
	margin-left: 22px;
	padding: 16px 0;
	font-size: 12pt;
}

.top_slide01_left_03_button_inquiry {
	background-image: url(/img/ico_mail.png);
	background-repeat: no-repeat;
	background-position: 30px 17px;
	background-color: #ff7900;
	width: 394px;
	height: 60px;
	margin: 4px;
	color: #FFF !important;
}

.top_slide01_left_03_button_inquiry:hover {
	color: #FFF !important;
	opacity: 0.8;
}

.top_slide01_left_03_button_inquiry:visited {
	color: #FFF !important;
}

.top_slide01_left_03_button_inquiry p {
	margin-left: 35px;
	padding: 13px 0;
	font-size: 14pt;
	line-height: 1.2;
}

.top_slide01_right {
	width: 60%;
	background-image: url(/img/top01.png);
}

.top_slide01_right01 {
	height: 50%;
}

.top_slide01_right02 {
	height: 50%;
	display: -webkit-flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_slide01_right02 a {
	color: #000 !important;
	font-size: 10pt;
	line-height: 0.8em;
}

.top_slide01_right02 a:hover {
	opacity: 0.8;
	transition: 0.5s;
}

.top_slide01_right02 a:visited {
	color: #000 !important;
}

.link_color {
	color: #FFF !important;
}

.top_slide01_right02_box01 {
	background-image: url(/img/top_slide01_right02_img01.png);
}

.top_slide01_right02_box02 {
	background-image: url(/img/top_slide01_right02_img02.png);
}

.top_slide01_right02_box01,
.top_slide01_right02_box02 {
	width: 158px;
	height: 158px;
	margin: 3px;
	background-repeat: no-repeat;
	background-size: 100%;
}

.top_slide01_right02_box03 {
	width: 332px;
	height: 164px;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

.top_slide01_right02_box03 a {
	margin: 3px;
	width: 76px;
	height: 76px;
	font-size: 8px;
	color: #fff !important;
	line-height: 1.2em;
}

.top_slide01_right02_box03 a:hover {
	opacity: 0.8;
}

.top_slide01_right02_box03 .bgc50 {
	background-color: rgba( 255, 255, 255, 0.6);
}

.top_slide01_right02_box01 span,
.top_slide01_right02_box02 span,
.top_slide01_right02_box03 span {
	position: relative;
	top: 26px;
}

.top_slide01_right {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}





/* top_slide02------------------------------------------------------------- */

.top_slide02 {
	background-image: url('/img/top04.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.top_slide02_link {
	position: absolute;
	left: 0;
	right: 0;
	width: 50% !important;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.4);
}

.top_slide02_link a {
	color: #FFF !important;
}

.top_slide02_link a:hover {
	opacity: 0.8;
}

.top_slide02_link a:visited {
	color: #FFF !important;
}

.top_slide02_btb {
	padding: 30% 50px 0 50px;
}

.top_slide02_btb .title_haya {
	font-size: 28pt;
	font-weight: bold;
	text-align: right;
	border-bottom: 2px solid #FFF;
}

.top_slide02_btb .txt {
	margin: 20px 0 30px 0;
	text-align: right;
}

.top_slide02_btb .btn {
	font-weight: bold;
	text-align: right;
}

.top_slide02_btb .btn01,
.top_slide02_btb .btn02 {
	display: inline-block;
	width: 50%;
	padding-top: 7px;
	margin: 0 5px;
	height: 40px;
	text-align: center;
}

.top_slide02_btb .btn01 {
	background-color: #ff7900;
	max-width: 230px;
	color: #FFF;
	background-image: url(/img/ico_mail.png);
	background-repeat: no-repeat;
	background-position: 30px 11px;
	padding-left: 20px;
}

.top_slide02_btb .btn02 {
	background-color: rgba(255, 255, 255, 0.8);
	max-width: 150px;
	color: #7C7C7C;
	background-image: url(/img/ico_dc.png);
	background-repeat: no-repeat;
	background-position: 14px 6px;
	padding-left: 16px;
}



/* top_slide03------------------------------------------------------------- */

.top_slide03 {
	background-image: url('/img/top05.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.top_slide03_link {
	position: absolute;
	left: 0;
	right: 0;
	width: 50% !important;
	height: 100%;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.4);
	color: #353A3C !important;
}

.top_slide03_link a {
	color: #353A3C !important;
}

.top_slide03_link a:hover {
	opacity: 0.8;
}

.top_slide03_link a:visited {
	color: #FFF !important;
}

.top_slide03_btb {
	padding: 30% 50px 0 50px;
	color: #353A3C;
}

.top_slide03_btb .title_uri {
	font-size: 28pt;
	font-weight: bold;
	text-align: right;
	border-bottom: 2px solid #353a3c;
}

.top_slide03_btb .txt {
	margin: 20px 0 30px 0;
	text-align: right;
}

.top_slide03_btb .btn {
	font-weight: bold;
	text-align: right;
}

.top_slide03_btb .btn01,
.top_slide03_btb .btn02 {
	display: inline-block;
	width: 50%;
	padding-top: 7px;
	margin: 0 5px;
	height: 40px;
	text-align: center;
}

.top_slide03_btb .btn01 {
	background-color: #ff7900;
	max-width: 230px;
	color: #FFF;
	background-image: url(/img/ico_mail.png);
	background-repeat: no-repeat;
	background-position: 30px 11px;
	padding-left: 20px;
}

.top_slide03_btb .btn02 {
	background-color: rgba(255, 255, 255, 0.8);
	max-width: 150px;
	color: #7C7C7C;
	background-image: url(/img/ico_dc.png);
	background-repeat: no-repeat;
	background-position: 14px 6px;
	padding-left: 16px;
}


.fc_gmobl {
	color: #07569f;
}




/* !Header	------------------------------------------------- */

.top_header {
	height: auto !important;
}

/* !Navi	------------------------------------------------- */

#pickup .flex .box {
	width: 20%;
}

@media screen and (max-width: 829px) {
	#pickup .flex .box {
		width: 25%;
	}
}

.gnavi_container {
	background-color: white;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 10pt;
	line-height: 1.4em;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.gnavi_item01 {
	width: 22%;
}

.gnavi_item02 {
	width: 12%;
	border-left: solid 1px #EDEDEC;
}

.gnavi_item03 {
	width: 12%;
	border-left: solid 1px #EDEDEC;
}

.gnavi_item04 {
	width: 12%;
	border-left: solid 1px #EDEDEC;
}

.gnavi_item05 {
	width: 12%;
	border-left: solid 1px #EDEDEC;
}

.gnavi_item06 {
	width: 30%;
}


.gnavi_item01 {
	height: 81px;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	/*上下中央*/
	justify-content: flex-end;
	/*左右中央*/
	text-align: center;
}

.gnavi_item02,
.gnavi_item03,
.gnavi_item04,
.gnavi_item05,
.gnavi_item06 {
	height: 81px;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	/*上下中央*/
	justify-content: center;
	/*左右中央*/
	text-align: center;
}

.gnavi_item05 span {
	font-size: 8pt;
}

.gnavi_item01 img {
	width: 80%;
}

.gi_container {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	-webkit-align-content: center;
	-webkit-flex-flow: row wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-flow: row wrap;
	font-size: 8pt;
}

.gi_item01 {
	background-color: #E1E8EB;
}

.gi_item02 {
	background-color: #E1E8EB;
}

.gi_item03 {
	background-color: #FF7900;
	color: white;
}

.gi_item04 {
	background-color: #E1E8EB;
}

.gi_item05 {
	background-color: #E1E8EB;
}

.gi_item06 {
	background-color: #07569F;
	color: white;
}

.gi_item01,
.gi_item02,
.gi_item03,
.gi_item04,
.gi_item05,
.gi_item06 {
	height: 38px;
	width: 32%;
	margin: 1px;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	/*上下中央*/
	justify-content: center;
	/*左右中央*/
}

.gi_item03 a:hover {
	opacity: 0.5;
}

.gi_item06 a:hover {
	opacity: 0.5;
}

/* !Navi a -------------------------------------------------*/

.gnavi_container a {
	transition-property: all;
	transition: 0.5s linear;
}

.gi_item03 a:link {
	color: #FFFFFF !important;
}

/*未訪問のリンクの色*/

.gi_item03 a:visited {
	color: #FFFFFF;
}

/*訪問済みのリンクの色*/

.gi_item03 a:hover {
	color: #FFFFFF !important;
}

/*カーソルが乗っているリンクの色*/

.gi_item03 a:active {
	color: #FFFFFF;
}

/*クリック中のリンクの色*/

.gi_item06 a:link {
	color: #FFFFFF;
}

/*未訪問のリンクの色*/

.gi_item06 a:visited {
	color: #FFFFFF;
}

/*訪問済みのリンクの色*/

.gi_item06 a:hover {
	color: #FFFFFF !important;
}

/*カーソルが乗っているリンクの色*/

.gi_item06 a:active {
	color: #FFFFFF;
}

/*クリック中のリンクの色*/

/* !Navi deco-----------------------------------------------*/

/* !Main	------------------------------------------------ */

.wrapper h2 {
	display: block;
	/* IE対策に追加 */
	margin-top: 70px;
	font-size: 24pt;
	color: #353A3C;
	text-align: center;
}

.wrapper h2 img {
	width: auto;
	min-width: 200px;
	padding: 0 20px;
}

.wrapper h3 {
	display: block;
	/* IE対策に追加 */
	margin: 40px 0 20px 0;
	color: #07569F;
	font-size: 18pt;
}

.wrapper h4 {
	width: flex;
	width: 190px;
	color: #353A3C;
	font-size: 15pt;
	vertical-align: middle;
	text-align: center;
	background-color: #EFEFEF;
}

.main_service {
	display: block;
	width: 70%;
	margin: 60px auto;
	min-width: 980px;
}

.main_service a:before {
	padding-right: 10px;
	content: url(/img/ico_arrow_main_service.png);
}

.main_service section {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 14px auto;
	background-color: #FAFAFA;
	border: 1px solid #F4F4F4;
}

.main_service section a {
	text-decoration: underline !important;
	display: block;
	padding: 10px;
}

.main_service dl {
	color: #8B8B8B;
	font-size: 10pt;
	background-color: #FFF;
	border: 1px solid #DDDDDD;
	padding: 20px 26px;
}

.main_service dt {
	font-size: 12pt;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #353A3C;
	font-weight: bold;
}

.main_service_dl_one {
	-webkit-flex: 45%;
	flex: 45%;
	margin: 28px;
}


.main_service_dl_left {
	-webkit-flex: 22%;
	flex: 22%;
	margin: 28px 14px 28px 28px;
}

.main_service_dl_right {
	-webkit-flex: 10%;
	flex: 10%;
	margin: 28px 28px 28px 0;
	display: inline-block;
}

.main_service_dl_left02 {
	-webkit-flex: 20%;
	flex: 20%;
	margin: 28px 14px 28px 28px;
	padding: 18px;
	text-align: center;
}

.main_service_dl_right02 {
	-webkit-flex: 20%;
	flex: 20%;
	margin: 28px 28px 28px 14px;
	padding: 18px;
	text-align: center;
}

.main_service_dl_one dd,
.main_service_dl_right dd {
	width: 46%;
	display: inline-block;
	vertical-align: top;
	padding-left: 1em;
	text-indent: -1em;
}

.main_service_dl_left dd {
	width: 46%;
	display: inline-block;
	vertical-align: top;
	padding-left: 1em;
	text-indent: -1em;
}


.main_service_ddL {
	width: 100% !important;
	text-indent: -1em;
}


.main_h4_title {
	position: relative;
	top: 42%;
}



/* !slide_pickup	------------------------------------------------ */

.slide_pickup_title {
	width: auto;
	height: 0;
	position: relative;
	top: 24px;
	margin: 0 auto;
	text-align: center;
	/* padding: 10px 20px 0px 20px; */
}

.slide_pickup_title img {
	width: auto;
	min-width: 160px;
	padding: 0 20px;
}

.slide_pickup {
	overflow: hidden;
	background-color: #EDEDEC;
	padding: 70px 0;
}

.slide_pickup_box {
	width: 308px !important;
	height: 234px;
	border: 1px solid #BFBEBE;
	background-color: #BFBEBE;
	margin: 0px 10px;
	position: relative;
}

.slide_pickup_box img {
	width: 100%;
}

.slide_pickup_box_img01 {
	background-repeat: no-repeat;
	background-size: 100%;
}

.slide_pickup p {
	color: #8D8D8D;
	background-color: #FFF;
	bottom: 0;
	position: absolute;
	width: 100%;
	padding: 16px 0 !important;
	border-top: 1px solid #BFBEBE;
}

.parallax-window {
	min-height: 800px;
	background: transparent;
}

.parallax-slider {
	top: 0;
	left: 0;
}

/* !main_jirei ----------------------------------*/

/*固定する背景*/

.main_jirei {
	box-sizing: border-box;
	color: #FFF;
	display: block;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	align-items: center;
	justify-content: center;
	height: 500%;
	padding: 180px 180px 140px 180px;
}

.main_jirei_bg {
	background-image: url('/img/parala.png');
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.main_jirei_box {
	background-color: rgba( 0, 0, 0, 0.1);
	padding: 70px 30px 80px 30px;
}

.main_jirei h2 {
	display: block;
	/* IE対策に追加 */
	margin-top: 0px;
	font-size: 24pt;
	color: #FFF;
	text-align: center;
}

.main_jirei p {
	text-align: center;
	line-height: 2em;
}

.main_jirei_button {
	padding: 25px 20px;
	background-color: #FFF;
	color: #8D8D8D;
	width: 30%;
	margin: 50px auto 0 auto;
	text-align: center;
}

.main_jirei_button:hover {
	opacity: 0.8;
	transition: 0.5s;
}

.main_jirei_button:before {
	padding-right: 10px;
	content: url(/img/ico_arrow_main_service.png);
}

.main_jirei_box01 {
	background-color: #D5D5D4;
	height: 56px;
}

.main_jirei_box02 {
	background-color: #FFF;
	height: 56px;
}


/* !inquiries_request	------------------------------------ */

.inquiries_request {
	width: 64%;
	margin: 0 auto;
}

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

.inquiries_request_tab_area {
	font-size: 0;
	margin: 20px 10px;
	text-align: center;
}

.inquiries_request_tab_area label {
	width: 280px;
	margin: 0 3px;
	display: inline-block;
	padding: 5px 0;
	color: #8D8D8D;
	background: #F9F9FA;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	transition: ease 0.2s opacity;
	border: 1px solid #CBCBCB;
	background-image: url(/img/ico_arrow_inquiries_request01.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.inquiries_request_tab_area label:hover {
	opacity: 0.5;
}

.inquiries_request_panel_area {
	background: #FFF;
	color: #42494E;
	font-size: 13px;
}

.inquiries_request_tab_panel {
	width: 100%;
	padding: 20px 0;
	display: none;
}

.inquiries_request_tab_panel div {
	font-size: 10pt;
	letter-spacing: 1px;
}

#tab1:checked ~ .inquiries_request_tab_area .tab1_label {
	background: #07569f;
	color: #FFF;
	border: 1px solid #07569f;
	background-image: url(/img/ico_arrow_inquiries_request02.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#tab1:checked ~ .inquiries_request_panel_area #panel1 {
	display: block;
}

#tab2:checked ~ .inquiries_request_tab_area .tab2_label {
	background: #07569f;
	color: #FFF;
	border: 1px solid #07569f;
	background-image: url(/img/ico_arrow_inquiries_request02.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#tab2:checked ~ .inquiries_request_panel_area #panel2 {
	display: block;
}

.inquiries_request_panel_area ul {
	margin: 0 auto;
	padding: 0;
}

.inquiries_request_panel_area li {
	list-style-type: none;
}

.flex_a,
.flex_div {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: start;
	-webkit-flex-wrap: nowrap;
	display: flex;
	justify-content: start;
	flex-wrap: nowrap;
	padding: 20px 0 10px 0;
	/* border-bottom: 1px dashed #BFBEBE; */
}

.new:before {
	content: "NEW";
	color: red;
	font-size: 12px;
	padding-right: 4px;
}

.news_smr_date {
	padding: 2px;
	display: block;
}

.news_smr {
	width: 160px;
	color: #FFF;
	padding: 2px;
	margin: 0 20px 10px 20px;
	display: block;
	text-align: center;
}

.inquiries_request_panel_area p {
	line-height: 160%;
	font-size: 10pt;
}

.category_news01 {
	background-color: #539AD4;
}

.category_news01:before {
	content: "プレス";
	display: inline-block;
	font-size: 8pt;
}

html[lang=ja] .category_news01:before {
	content: "プレス";
	font-size: 8pt;
}

html[lang=en] .category_news01:before {
	content: "Press";
	font-size: 8pt;
}

.category_news02 {
	background-color: #E8A84F;
}

.category_news02:before {
	content: "お知らせ";
	display: inline-block;
	font-size: 8pt;
}

html[lang=ja] .category_news02:before {
	content: "お知らせ";
	font-size: 8pt;
}

html[lang=en] .category_news02:before {
	content: "News";
	font-size: 8pt;
}

.category_news03 {
	background-color: #E274A8;
}

.category_news03:before {
	content: "IR";
	display: inline-block;
	font-size: 8pt;
}

.top_category_seminar01 {
	background-color: #07569f;
}

.top_category_seminar01:before {
	content: "PGセミナー";
	display: inline-block;
	font-size: 8pt;
}

.top_category_seminar02 {
	background-color: #DD753C;
}

.top_category_seminar02:before {
	content: "マーケティング支援セミナー";
	display: inline-block;
	font-size: 8pt;
}

.top_category_seminar03 {
	background-color: #54896C;
}

.top_category_seminar03:before {
	content: "グローバルセミナー";
	display: inline-block;
	font-size: 8pt;
}

.inquiries_request_ichiran {
	text-align: right;
	padding: 20px 0;
}

/* .inquiries_request_ichiran:before {
	padding-right: 10px;
	content: url(/img/ico_arrow_main_service.png);
} */

/* !main_inquiry	------------------------------------ */

.main_inquiry {
	width: 100%;
	background-color: #EDEDEC;
	border-top: 1px solid #BFBEBE;
	border-bottom: 1px solid #BFBEBE;
}

.main_inquiry h2 {
	display: block;
	/* IE対策に追加 */
	margin-top: 70px;
	font-size: 24pt;
	color: #353A3C;
	text-align: center;
}

.main_inquiry_button {
	display: -webkit-flex;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

.main_inquiry_button_mail {
	background-color: #FFF;
	margin: 10px 3px 10px 10px;
	padding: 12px 0;
	width: 428px;
	height: 206px;
	color: #000 !important;
	border: 1px solid #D2D2D2;
	background-image: url(/img/ico_arrow_main_inquiry.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.main_inguiry_right {
	width: 428px;
	margin: 10px 3px 10px 10px;
}

.main_inquiry_button_tel,
.main_inquiry_button_drop {
	background-color: #FFF;
	width: 100%;
	height: 96px;
	color: #000 !important;
	border: 1px solid #D2D2D2;
	background-image: url(/img/ico_arrow_main_inquiry.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: inline-block;
}

.main_inquiry_button_tel {
	margin-bottom: 14px;
}

.main_inquiry_button_mail:hover,
.main_inquiry_button_tel:hover,
.main_inquiry_button_drop:hover {
	color: #000 !important;
	opacity: 0.5;
}

.main_inquiry_button_mail:visited,
.main_inquiry_button_tel:visited,
.main_inquiry_button_drop:visited {
	color: #000 !important;
}

.main_inquiry_button_mail p {
	position: relative;
	top: 35%;
	font-size: 19pt;
	color: #565656;
}

.main_inquiry_button_tel p,
.main_inquiry_button_drop p {
	position: relative;
	top: 30%;
	font-size: 19pt;
	color: #565656;
	font-size: 14pt;
}

.main_inquiry_button img {
	vertical-align: middle;
	margin-right: 10px;
}


/* !test sp menu	------------------------------------------- */

.sp_menu {
	color: #353a3c;
	height: 62px;
	width: auto;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: #FFF;
	border-bottom: 1px solid #BFBEBE;
	top: -32px;
	position: relative;
}

.sp_menu img {
	width: 70%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 70%;
}

.sp_menu .menu {
	display: inline-block;
	position: relative;
	width: 61px;
	height: 61px;
	margin: 0;
	background: #07569f;
}

.sp_menu .logo {
	-webkit-flex: 1;
	flex: 1;
	position: relative;
}

.sp_menu .search {
	width: 62px;
	background-color: #07569f;
	background-image: url(/img/ico_search.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.sp_menu .contact {
	width: 62px;
	background-color: #ff7900;
	background-image: url(/img/ico_mail.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.sp_menu a {
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
	background: none;
	padding-right: 0;
}

.sp_menu a:hover {
	opacity: 0.5;
}


/* menu hanbaga ---------*/

.sp_menu .btn_icon {
	display: block;
	position: absolute;
	top: 46%;
	left: 27%;
	width: 28px;
	height: 3px;
	margin: 0;
	background: #FFF;
}

.sp_menu .btn_icon:before,
.sp_menu .btn_icon:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 3px;
	background: #FFF;
}

.sp_menu .btn_icon:before {
	margin-top: -10px;
}

.sp_menu .btn_icon:after {
	margin-top: 10px;
}


/* !responsive menu	------------------------------------------- */

@media screen and (max-width: 768px) {
	.top_unique h1,
	.gnavi_container {
		display: none;
	}
	.top_unique_h1 {
		display: none;
	}

	.flex_a,
	.flex_span {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#header_area_sp {
		overflow: hidden;
		display: none;
		min-height: 60px;
	}

}

@media screen and (min-width: 769px) {
	.sp_menu {
		display: none;
	}
	.top_contact {
		display: none;
	}

	.sp_menu_02 {
		display: none;
	}

}


/* !main_search_area	------------------------------------------- */

.modal_search {
	padding: 70px 0 90px 0;
}

.top_search_area {
	width: 100%;
	margin: 20px auto 0 auto;
}

#top_search_form01 {
	background-color: white;
	width: 64%;
	max-width: 800px;
	min-width: 310px;
	height: 50px;
	border: 1px solid #BFBEBE;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flexbox;
	display: -webkit-flex;
	display: flex;
}

#top_search_form01 input {
	vertical-align: top;
	margin: 0px;
	height: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	background-image: url(/img/ico_search.png);
	background-repeat: no-repeat;
	background-position: center;
}

#top_search_input01 {
	width: 80%;
	border: none;
	border-right: 1px solid #BFBEBE;
}

#top_search_submit01 {
	-webkit-flex: 1;
	flex: 1;
	border: none;
	background-color: #07569f;
}






/* !Slider 画面小さいとき	------------------------------------------------------- */

/* item 1200px ------------------------------------------------------------- */

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

	.wrapper h2 {
		margin-top: 54px;
		font-size: 22pt;
	}

	.swiper-container {
		height: 410px;
	}

	/*.slide_img01,
	.slide_img02,
	.slide_img03 {
		min-height: 480px;
	}*/

	/* top_slide01 ------------------------------------------------------------- */

	.top_slide01_right02_box01,
	.top_slide01_right02_box02 {
		width: 118px;
		height: 118px;
		font-size: 8pt;
	}

	.top_slide01_right02_box03 {
		width: 252px;
		height: 124px;
	}

	.top_slide01_right02_box03 a {
		width: 56px;
		height: 56px;
	}

	.top_slide01_right02_box03 img {
		width: 100%;
	}

	.top_slide01_right02_box01 span,
	.top_slide01_right02_box02 span,
	.top_slide01_right02_box03 span {
		top: 16px;
	}

	.top_slide01_left_03_button_mail {
		background-position: 16px 15px;
	}

	.top_slide01_left_03_button_tel {
		background-position: 10px 12px;
	}

	.top_slide01_left_03_button_inquiry {
		background-position: 10px 15px;
	}

	.top_slide01_left_03_button_mail,
	.top_slide01_left_03_button_tel {
		width: 150px;
		height: 50px;
	}

	.top_slide01_left_03_button_mail p {
		margin-left: 30px;
	}

	.top_slide01_left_03_button_tel p {
		margin-left: 26px;
	}

	.top_slide01_left_03_button_inquiry {
		margin: 5px 0px;
		padding: 16px 0;
		width: 284px;
	}

	.top_slide01_left_03_button_inquiry p {
		margin-left: 35px;
		font-size: 11pt;
	}

	.top_slide01_left_01 h2 {
		padding-top: 60px;
		font-size: 20pt !important;
	}

	.top_slide01_left_01 span {
		font-size: 14pt;
	}

	.top_slide01_left_02 {
		position: relative;
		height: 20%;
		width: 70%;
		margin: 0 auto;
		top: 3%;
	}

	.top_slide01_left_03 p {
		font-size: 9.8pt;
	}

	.top_slide01_left_03 {
		margin-top: 38px;
	}


	/* top_slide02 ------------------------------------------------------------- */

	.top_slide02 img {
		width: 52%;
		max-width: 530px;
	}

	.top_slide02_btb {
		padding: 20% 50px 0 50px;
	}


	/* top_slide03 ------------------------------------------------------------- */

	.top_slide03 img {
		width: 52%;
		max-width: 530px;
	}

	.top_slide03_btb {
		padding: 20% 50px 0 50px;
	}



	.ft_bnr {
		width: 80%;
		min-width: 950px;
	}


	.ft_mark {
		width: 80%;
		min-width: 1000px;
	}

	.main_jirei_box {
		background-color: rgba( 0, 0, 0, 0.1);
		padding: 20px 30px 90px 30px;
	}

}


/* item 1000px ------------------------------------------------------------- */

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

	.wrapper h2 {
		margin-top: 56px;
		font-size: 22pt;
	}

	.main_service {
		width: 90%;
		min-width: 700px;
	}

	.wrapper h4 {
		width: 100% !important;
		height: 50px;
	}

	.main_h4_title {
		position: relative;
		top: 8px;
	}

	.main_service section {
		margin: 0 auto 40px auto;
	}

	/* top_slide01 ------------------------------------------------------------- */

	.top_slide01_right02_box01,
	.top_slide01_right02_box02 {
		width: 102px;
		height: 102px;
		font-size: 7pt;
	}

	.top_slide01_right02_box03 {
		width: 216px;
		height: 108px;
	}

	.top_slide01_right02_box03 a {
		width: 48px;
		height: 48px;
	}

	.top_slide01_right02_box01 span,
	.top_slide01_right02_box02 span,
	.top_slide01_right02_box03 span {
		top: 10px;
	}

	.top_slide01_left_02 {
		top: -15px;
	}

	.top_slide01_left_01 h2 {
		padding-top: 45px;
		font-size: 20pt !important;
	}

	.top_slide01_left_03 {
		margin-top: 20px;
	}

	.top_slide01_left_03_button_mail,
	.top_slide01_left_03_button_tel {
		width: 242px;
		height: 40px;
	}

	.top_slide01_left_03_button_mail {
		background-position: 60px 11px;
	}

	.top_slide01_left_03_button_tel {
		background-position: 56px 7px;
	}

	.top_slide01_left_03_button_mail p {
		margin-left: 30px;
		padding-top: 9px;
	}

	.top_slide01_left_03_button_tel p {
		margin-left: 30px;
		padding-top: 9px;
	}


	/* top_slide02 ------------------------------------------------------------- */

	.top_slide02 img {
		width: 67%;
		max-width: 530px;
	}

	.top_slide02_link {
		width: 64% !important;
	}

	.top_slide02_btb {
		padding: 25% 30px 0 30px !important;
	}


	/* top_slide03 ------------------------------------------------------------- */

	.top_slide03 img {
		width: 67%;
		max-width: 530px;
	}

	.top_slide03_link {
		width: 64% !important;
	}

	.top_slide03_btb {
		padding: 25% 30px 0 30px !important;
	}



	.main_jirei_button {
		width: 30%;
	}

	.main_jirei_box {
		padding: 1px 30px 60px 30px;
	}

	.main_jirei {
		padding: 100px 50px 80px 50px;
	}

	.inquiries_request {
		width: 80%;
	}

	.main_service_ddL {
		text-align: left;
	}

	footer > #footer1 > #footer1_block > #box1 > #m1,
	footer > #footer1 > #footer1_block > #box1 > #m2,
	footer > #footer1 > #footer1_block > #box1 > #m3,
	footer > #footer1 > #footer1_block > #box1 > #m4,
	footer > #footer1 > #footer1_block > #box1 > #m5,
	footer > #footer1 > #footer1_block > #box1 > #m6 {
		width: 30% !important;
	}

	.ft_bnr {
		width: 68%;
		min-width: 300px;
	}

	.ft_mark {
		width: 60%;
		min-width: 700px;
		text-align: left;
	}

}


/* item 768px ------------------------------------------------------------- */

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

	nav {
		top: 32px;
		background-color: rgba(0, 0, 0, 0.0);
		border-bottom: 0px solid red;
	}

	.swiper-container {
		height: 400px;
		/* top: -35px; */
	}


	/* top_slide01 ------------------------------------------------------------- */

	.top_slide01 {
		display: block;
	}

	.top_slide01_right {
		position: absolute;
		bottom: 35px;
		width: 100%;
		background-image: none;
	}

	.top_slide01_right02 a:hover {
		opacity: 0.7;
		transition: 0.5s;
	}

	.top_slide01_right02_box03 a:hover {
		opacity: 0.7;
	}

	.top_slide01_right02_box03 .bgc50 {
		background-color: rgba( 255, 255, 255, 0.4);
	}

	.top_slide01_right02_box01,
	.top_slide01_right02_box02 {
		width: 118px;
		height: 118px;
		font-size: 8pt;
	}


	.top_slide01_right02_box03 {
		width: 252px;
		height: 124px;
	}

	.top_slide01_right02_box03 a {
		width: 56px;
		height: 56px;
	}

	.top_slide01_right02_box01 span,
	.top_slide01_right02_box02 span,
	.top_slide01_right02_box03 span {
		top: 16px;
	}

	.top_slide01_left_03_button_inquiry {
		background-position: 50px 17px;
		width: 360px;
	}

	.top_slide01_left {
		width: 100%;
		height: 100%;
	}

	.top_slide01_left_01 {
		top: 22%;
	}

	.top_slide01_left_02 {
		top: -6%;
	}

	.top_slide01_left_03 {
		/* top: -10%; */
		margin-top: -50px;
	}


	/* top_slide02 ------------------------------------------------------------- */

	.top_slide02 img {
		width: 100%;
		max-width: 500px;
	}



	/* top_slide03 ------------------------------------------------------------- */
	.top_slide03 img {
		width: 100%;
		max-width: 500px;
	}


	/*.slide_img01,
	.slide_img02,
	.slide_img03 {
		min-height: 480px;
}*/


	.wrapper h2 {
		font-size: 20pt;
		margin-top: 30px;
	}

	.main_service {
		width: 80%;
		min-width: 500px;
	}

	.main_service section {
		display: block;
	}

	.main_service_dl_left {
		margin: 28px 28px 0 28px;
	}

	.main_service_dl_right {
		margin: 28px;
	}

	.main_service_dl_one dd,
	.main_service_dl_right dd {
		width: 100%;
	}

	.main_service_dl_right {
		display: block;
	}

	.main_service_dl_left02 {
		margin: 28px 28px 0 28px;
	}

	.main_service_dl_right02 {
		margin: 28px;
	}

	.main_jirei_button {
		padding: 15px 5px;
	}

	.main_jirei_box {
		padding: 10px 20px 50px 20px;
	}

	.main_jirei {
		padding: 80px 50px 40px 50px;
	}

	.main_jirei_button {
		width: 50% !important;
	}

	.inquiries_request_tab_area label {
		width: 190px;
	}

	.main_inquiry_button {
		display: block;
		margin: 10px 40px 20px 40px;
	}

	.main_inquiry_button_mail {
		display: inline-block;
		width: 100%;
		height: 150px;
		margin: 0;
	}

	.main_inguiry_right {
		width: 100%;
		margin: 0;
	}

	.ft_mark {
		width: 80%;
		min-width: 200px;
		text-align: center;
	}

	.main_inquiry_button_tel {
		margin: 14px 0;
	}

	footer > #footer1 > #footer1_block > #box1 > #m1,
	footer > #footer1 > #footer1_block > #box1 > #m2,
	footer > #footer1 > #footer1_block > #box1 > #m3,
	footer > #footer1 > #footer1_block > #box1 > #m4,
	footer > #footer1 > #footer1_block > #box1 > #m5,
	footer > #footer1 > #footer1_block > #box1 > #m6 {
		margin: 30px 10px 20px 5px !important;
		width: 30% !important;
	}

}


/* item 660px ------------------------------------------------------------- */

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

	/* top_slide01 ------------------------------------------------------------- */
	/* top_slide02 ------------------------------------------------------------- */

	.top_slide02_link {
		width: 70% !important;
	}

	.top_slide02_btb {
		padding: 26% 20px 0 20px !important;
	}

	.top_slide02_btb .title_haya {
		font-size: 24pt;
	}

	.top_slide02_btb .btn01,
	.top_slide02_btb .btn02 {
		display: block;
		width: 60%;
		padding-top: 5px;
		margin: 10px auto 10px auto;
		height: 36px;
		max-width: 700px;
	}

	.top_slide02_btb .btn01 {
		background-position: 30px 9px;
		padding-left: 20px;
	}

	.top_slide02_btb .btn02 {
		background-position: 32px 4px;
		padding-left: 16px;
	}


	/* top_slide03 ------------------------------------------------------------- */

	.top_slide03_link {
		width: 70% !important;
	}

	.top_slide03_btb {
		padding: 26% 20px 0 20px !important;
	}

	.top_slide03_btb .title_uri {
		font-size: 24pt;
	}

	.top_slide03_btb .btn01,
	.top_slide03_btb .btn02 {
		display: block;
		width: 60%;
		padding-top: 5px;
		margin: 10px auto 10px auto;
		height: 36px;
		max-width: 700px;
	}

	.top_slide03_btb .btn01 {
		background-position: 30px 9px;
		padding-left: 20px;
	}

	.top_slide03_btb .btn02 {
		background-position: 32px 4px;
		padding-left: 16px;
	}

	footer > #footer1 > #footer1_block > #box1 > #m1,
	footer > #footer1 > #footer1_block > #box1 > #m2,
	footer > #footer1 > #footer1_block > #box1 > #m3,
	footer > #footer1 > #footer1_block > #box1 > #m4,
	footer > #footer1 > #footer1_block > #box1 > #m5,
	footer > #footer1 > #footer1_block > #box1 > #m6 {
		width: 100% !important;
	}

	footer > #footer1 > #footer1_block > #box2 {
		width:100%;
		height:auto;
	}

	footer > #footer1 > #footer1_block > #box3,
	footer > #footer1 > #footer1_block > #box4,
	footer > #footer1 > #footer1_block > #box5,
	footer > #footer1 > #footer1_block > #box6,
	footer > #footer1 > #footer1_block > #box7,
	footer > #footer1 > #footer1_block > #box8,
	footer > #footer1 > #footer1_block > #box9,
	footer > #footer1 > #footer1_block > #box10 {
		width:100%;
	}

	footer > #footer1 > #footer1_block > #box11,
	footer > #footer1 > #footer1_block > #box12 {
		width:100%;
		height:auto;
	}

	footer > #footer1 > #footer1_block > #box13,
	footer > #footer1 > #footer1_block > #box14 {
		width:100%;
		height: auto;
		margin-top:20px;
	}

}


/* item 537px ------------------------------------------------------------- */

@media screen and (min-width: 537px) {
	.top_slide01_rightSS {
		display: none;
	}
}



/* item 536px ------------------------------------------------------------- */

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

	.wrapper h2 {
		font-size: 16pt;
	}

	.wrapper h3 {
		font-size: 16pt;
	}

	.main_service {
		width: 90%;
		min-width: 320px;
	}

	.main_jirei_button {
		padding: 15px 15px;
	}


	/* top_slide01 ------------------------------------------------------------- */

	.top_slide01_right {
		display: none;
	}

	.top_slide01_rightSS {
		display: block;
		bottom: 148px;
		position: relative;
		height: 20%;
		width: 90%;
		margin: 0 auto;
		width: 380px;
	}

	.top_slide01_rightSS_01 {
		display: -webkit-box;
		display: -webkit-flexbox;
		display: -webkit-flex;
		display: flex;
		/* height: 58px; */
		margin-bottom: 6px;
	}

	.top_slide01_rightSS_02 {
		display: -webkit-box;
		display: -webkit-flexbox;
		display: -webkit-flex;
		-webkit-justify-content: space-between;
		display: flex;
		justify-content: space-between;
	}

	.top_slide01_rightSS_01_img01 {
		background-image: url(/img/top_slide01_right02_img01SS.png);
		background-repeat: no-repeat;
		width: 187px;
		height: 58px;
	}


	.top_slide01_rightSS_01_img02 {
		background-image: url(/img/top_slide01_right02_img02SS.png);
		background-repeat: no-repeat;
		width: 187px;
		height: 58px;
		margin-left: 6px;
	}

	.top_slide01_rightSS_02_box {
		width: 43px;
		height: 43px;
	}

	.top_slide01_rightSS_02_box img {
		width: 100%;
	}

	.top_slide01_rightSS_01 span {
		position: relative;
		left: 15%;
		top: 28%;
		font-size: 9pt;
		color: #000;
	}

	.top_slide01_rightSS a:hover {
		opacity: 0.7;
	}

	.top_slide01_rightSS_02 .bgc50 {
		background-color: rgba( 255, 255, 255, 0.3);
	}

	.top_slide01_rightSS_02 span {
		color: #FFF;
		font-size: 7pt;
	}

	.top_slide01_left_01 h2 {
		padding-top: 30px;
		font-size: 20pt !important;
	}

	.top_slide01_left_02 {
		top: -11%;
	}

	.top_slide01_left_03 {
		/* top: -10%; */
		margin-top: -42px;
	}

	.top_slide01_left_03_button_mail,
	.top_slide01_left_03_button_tel {
		width: 186px;
		height: 40px;
		margin: 3px;
	}

	.top_slide01_left_03_button_mail {
		background-position: 30px 11px;
	}

	.top_slide01_left_03_button_tel {
		background-position: 20px 7px;
	}



	/* top_slide02 ------------------------------------------------------------- */

	.top_slide02 img {
		width: 100%;
		max-width: 460px;
		margin-top: 20px;
	}

	.top_slide02_btb .btn01,
	.top_slide02_btb .btn02 {
		width: 60%;
		padding-top: 9px;
		margin: 10px auto 10px auto;
		height: 40px;
		max-width: 700px;
	}

	.top_slide02_btb {
		padding: 18% 20px 0 20px !important;
	}

	.top_slide02_btb .title_haya {
		font-size: 20pt;
	}

	.top_slide02_btb br {
		display: none;
	}

	.top_slide02_btb .btn01 {
		max-width: 230px;
		width: 100%;
		background-position: 38px 11px;
		padding-left: 20px;
	}

	.top_slide02_btb .btn02 {
		max-width: 230px;
		width: 100%;
		background-position: 40px 7px;
		padding-left: 20px;
	}



	/* top_slide03 ------------------------------------------------------------- */

	.top_slide03 img {
		width: 100%;
		max-width: 460px;
		margin-top: 20px;
	}

	.top_slide03_btb .btn01,
	.top_slide03_btb .btn02 {
		width: 60%;
		padding-top: 9px;
		margin: 10px auto 10px auto;
		height: 40px;
		max-width: 700px;
	}

	.top_slide03_btb {
		padding: 18% 20px 0 20px !important;
	}

	.top_slide03_btb .title_uri {
		font-size: 20pt;
	}

	.top_slide03_btb br {
		display: none;
	}

	.top_slide03_btb .btn01 {
		max-width: 230px;
		width: 100%;
		background-position: 38px 11px;
		padding-left: 20px;
	}

	.top_slide03_btb .btn02 {
		max-width: 230px;
		width: 100%;
		background-position: 40px 7px;
		padding-left: 20px;
	}




	.main_jirei_box {
		padding: 10px 40px 50px 40px;
	}

	.main_jirei {
		padding: 40px 20px;
	}

	.inquiries_request_tab_area label {
		width: 140px;
	}


	.main_service_dl_left dd {
		width: 100%;
	}

}



/* item 410px ------------------------------------------------------------- */

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

	.wrapper h2 {
		font-size: 14pt;
		margin-top: 20px;
	}

	.wrapper h3 {
		font-size: 14pt;
	}

	.wrapper h4 {
		font-size: 14pt;
	}

	.swiper-container {
		height: 270px;
	}


	/* top_slide01 ------------------------------------------------------------- */

	.top_slide01_rightSS {
		display: none;
	}

	.top_slide01_left_01 h2 {
		padding-top: 20px;
	}

	.top_slide01_left_02 {
		top: -4%;
	}

	.top_slide01_left_03 {
		/* top: -10%; */
		margin-top: 22px;
	}

	.top_slide01_left_03_button_inquiry {
		background-position: 10px 17px;
		width: 260px;
	}

	.top_slide01_left_03_button_mail,
	.top_slide01_left_03_button_tel {
		width: 116px;
		height: 34px;
		margin: 3px;
		background-image: none;
	}

	.top_slide01_left_03_button_mail p,
	.top_slide01_left_03_button_tel p {
		margin: 0;
		padding: 0;
		padding-top: 6px;
	}



	/* top_slide02 ------------------------------------------------------------- */

	.top_slide02 img {
		width: 100%;
		max-width: 360px;
		margin-top: 0px;
	}

	.top_slide02_btb {
		padding: 8% 20px 0 20px !important;
	}

	.top_slide02_btb .title_haya {
		font-size: 14pt;
	}

	.top_slide02_btb .txt {
		margin: 6px 0;
		text-align: right;
		font-size: 11px;
	}

	.top_slide02_btb .btn01,
	.top_slide02_btb .btn02 {
		height: 30px;
		padding-top: 2px;
		margin: 6px 0px;
	}

	.top_slide02_btb .btn01 {
		max-width: 230px;
		width: 100%;
		background-position: 38px 6px;
		padding-left: 20px;
	}

	.top_slide02_btb .btn02 {
		max-width: 230px;
		width: 100%;
		background-position: 40px 2px;
		padding-left: 20px;
	}



	/* top_slide03 ------------------------------------------------------------- */

	.top_slide03 img {
		width: 100%;
		max-width: 360px;
		margin-top: 0px;
	}

	.top_slide03_btb {
		padding: 8% 20px 0 20px !important;
	}

	.top_slide03_btb .title_uri {
		font-size: 13pt;
	}

	.top_slide03_btb .txt {
		margin: 6px 0;
		text-align: right;
		font-size: 11px;
	}

	.top_slide03_btb .btn01,
	.top_slide03_btb .btn02 {
		height: 30px;
		padding-top: 2px;
		margin: 6px 0px;
	}

	.top_slide03_btb .btn01 {
		max-width: 230px;
		width: 100%;
		background-position: 38px 6px;
		padding-left: 20px;
	}

	.top_slide03_btb .btn02 {
		max-width: 230px;
		width: 100%;
		background-position: 40px 2px;
		padding-left: 20px;
	}


	/*.slide_img01,
	.slide_img02,
	.slide_img03 {
		min-height: 340px;
	}*/

	.inquiries_request {
		width: 80%;
		margin: 0 auto;
	}

	.inquiries_request_tab_area {
		margin: 10px 0px;
	}

}

/* item 320px ------------------------------------------------------------- */

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

	/* top_slide01 ------------------------------------------------------------- */
	/* top_slide02 ------------------------------------------------------------- */

	.top_slide02_link {
		width: 80% !important;
	}

	.top_slide02_btb .title_haya {
		font-size: 15pt;
	}


	/* top_slide03 ------------------------------------------------------------- */

	.top_slide03_link {
		width: 80% !important;
	}

	.top_slide03_btb .title_uri {
		font-size: 13pt;
	}

}



/*  search_area ------------------------------------------------------------ */

.SS_search_area {
	text-align: center;
}

.SS_search_tbox {
	height: 50px;
	width: 52%;
	max-width: 820px;
	padding: 0 16px;
	border: 1px solid #BFBEBE;
}


.SS_search_btn {
	height: 50px;
	width: 50px;
	margin-left: -5px;
	box-sizing: border-box;
	background-image: url(/img/ico_search.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-color: #07569f !important;
}
