@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	overflow-wrap: break-word;
	word-wrap: break-word;
	box-sizing: border-box !important;
}
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-style: normal;
	font-weight: normal;
}
div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-size: 102%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 62.5%;
	background: #fff;
	width:100%;
}

body {
	font-size: 16px;
	font-size: 1.4rem;
	background: #FFF;
	-webkit-print-color-adjust: exact;
	-webkit-text-size-adjust: 100%;
	color: #222;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	box-sizing: border-box;
	width:100%;
}
@media all and (min-width:768px) and (max-width:1366px) {
	body { margin-top: 0; }
}

li {
	list-style: none;
	font-size: 1em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}

img, object, embed, video {
	max-width: 100%;
}

img { font-family: sans-serif; }

sup{
	font-size: 75.5%;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -0.5em;;
}
/*  set tags
 --------------------------------------------------------------------------*/
ul,ol { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; }

hr {
	border: none;
	border-top: solid 1px #707070;
	height: 1px;
	width: auto;
	margin: 30px 0;
}
a {
	transition: .25s;
}
a:link {
	text-decoration: none;
	color: #00CBFF;
}
#sub-contents a:link {
	font-weight: 500;
}
#sub-contents a:hover {
	text-decoration: none;
}

img { border: none; vertical-align: top; margin-top: 0; margin-bottom: 0; display:block; }

/* only mobile : set image size*/
img { width:100%; }
img.sp50 { width:50%; }
@media all and (orientation: landscape) {
img.sp50 { width:25%; }
}

strong {
	font-weight: 600;
	text-transform: none;
}
ruby rt {
	font-size: 12px;
}

/*  items
 --------------------------------------------------------------------------*/
/* loader */
.fullcover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 100;
	display: grid;
	place-items: center;
	pointer-events: none;
	z-index: 9999999999;
}
.fullcover .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	filter: blur(10px);
}

/*loader_end*/

.pc { display:none !important; }
.sp { display:block !important; }
.sp-t { display: block !important; }
.pc-t { display: none !important; }
@media all and (min-width:768px) and (max-width:1366px) {
	.sp-t { display: none !important; }
	.pc-t { display: block !important; }
}

.unk { margin: -150px; padding: 150px; }

/* set border ( full wrapp ) */
.border { border: 1px solid #282f7d; }

img.border {
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
}
/* set color */
.cBase { color: #002E6A; }
.cRed { color: #ff3373; }
.cWhite { color: #FFF; }
.cKey { color: #00CBFF; }

/* set position */
.tCenter {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.tCenter img { display:inline; }

.tRight{margin-left:auto;text-align:right;}

/* set hide contents */
.disp { display: none; }

/* set text */
.txMin { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif; }
.txSmall  { font-size: .8em; }
.tSmall  { font-size: .9em; }
.tLead {
	font-size: 1.3em;
	color: #666;
	font-weight: 600;
	line-height: 1.8 !important;
}
.tLarge  { font-size: 1.3em; }
.txLarge { font-size: 1.5em; }
.tsxLarge { font-size: 1.7em; }
.bold { font-weight: 600; }

/* set rollover transition */
.onCng {
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
	transition: all .5s;
}

/* set image scale up */
.scale_up {
	overflow: hidden;
}
.scale_up img {
	display: block;
	transition-duration: 0.3s;
}
.scale_up img:hover {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

/* set flex-box wrapp */
.flexNormal {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flexCenter {
	width: auto;
	height: auto;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
.flexBetween {
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.Start {
	-webkit-box-pack: start;
    -ms-flex-pack: start;
   	justify-content: flex-start;   
}
.Middle {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;  
}
.End {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
   	justify-content: flex-end;
}

.noflex .flexNormal,
.noflex .flexBetween,
.noflex .flexCenter {
	width: 100%;
	height: auto;
	display: block;
}

/* set width */
.w10 {width:9.65%;}
.w20 {width:19.65%;}
.w30 {width:29.65%;}
.w40 {width:39.65%;}
.w50 {width:49.65%;}
.w60 {width:59.65%;}
.w70 {width:69.65%;}
.w80 {width:79.65%;}
.w90 {width:89.65%;}
.w100 {width:100%;}

.noflex .w10,
.noflex .w20,
.noflex .w30,
.noflex .w40,
.noflex .w50,
.noflex .w60,
.noflex .w70,
.noflex .w80,
.noflex .w90
{
	width:100%;	
}

@media all and (min-width:820px) and (max-width:1366px) {
	.noflex .flexNormal,
	.noflex .flexBetween,
	.noflex .flexCenter {
		display: flex;
	}
	.noflex .w10 {width:9.65%;}
	.noflex .w20 {width:19.65%;}
	.noflex .w30 {width:29.65%;}
	.noflex .w40 {width:39.65%;}
	.noflex .w50 {width:49.65%;}
	.noflex .w60 {width:59.65%;}
	.noflex .w70 {width:69.65%;}
	.noflex .w80 {width:79.65%;}
	.noflex .w90 {width:89.65%;}
	.noflex .w100 {width:100%;}
}

/* set button  --> 右の項目は個別にセットする border-radius,width,height */
.button,
.button-backpage {
	position: relative;
	display: block;
}
.button a,
.button input[type=submit],
.button span,
.button-backpage a,
.button-backpage input[type=submit],
.button-backpage span {
	width: 100%;
	height: 60px;
	display: block;
	cursor: pointer;
	background: #fff;
	border: 1px solid #7A7A7A;
	text-decoration: none !important;
	position: relative;
	transition: .25s;
	line-height: 1.6em;
	font-size: 1em;
	font-weight: 500 !important;
	color: #000;
	text-align: center;
	overflow: hidden;
	border-radius: 9999px;
	z-index: 1;
}
.button a,
.button input[type=submit] {
	padding: 16px 36px 16px 16px;
}
.button-backpage a,
.button-backpage input[type=submit] {
	padding: 16px 16px 16px 36px;
}
.button span,
.button-backpage span {
	padding: 16px 26px;
}
.button a:hover,
.button input[type=submit]:hover,
.button-backpage a:hover,
.button-backpage input[type=submit]:hover {
	background: rgba(10,91,161,1);
	border: 1px solid rgba(10,91,161,1);
	color: #fff;
}
/* form */
.button.current input[type=submit],
.button.current-backpage input[type=submit] {
	background: rgba(10,91,161,1);
	border: 1px solid rgba(10,91,161,1);
	color: #fff;
}

.button a::after,
.button span::after,
.button input[type=submit]::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 27px;
	height: 27px;
	margin-top: -14px;
	content: "\f054";
    font-family: FontAwesome;
    font-weight: 500 !important;
    font-size: 10px;
	transition: 0.25s;
}
.button a:hover::after,
.button span:hover::after,
.button input[type=submit]:hover::after {
  right: 5px;
}
.button-backpage a::before,
.button-backpage input[type=submit]::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 27px;
	height: 27px;
	margin-top: -14px;
	transform: scale(-1, 1);
	content: "\f054";
    font-family: FontAwesome;
    font-weight: 500 !important;
    font-size: 10px;
	transition: 0.25s;
}
.button-backpage a:hover::before,
.button-backpage input[type=submit]:hover::before {
  left: 5px;
}
.nonext span,
.nonext span:active,
.nonext span:hover {
	background-color: #ddd !important;
	border: 1px solid #ddd;
	color: #666;
	cursor: default;
	display: block;
}
.nonext span::before,
.nonext span::after {
	display: none;
}

/* set pagenation */
.pagenation-wrapp {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagenation-nav {
	width: auto;
	margin: 0 0.5rem;
}
.pagenation-nav2 {
	width: auto;
	margin: 0 0.5rem;
}
.pagenation-nav2.button a,
.pagenation-nav2.button span,
.pagenation-nav2.button-backpage a,
.pagenation-nav2.button-backpage span {
	width: 40px;
	height: 40px;
	padding: 0;
}
.pagenation-nav2.button a::after,
.pagenation-nav2.button span::after {
	display: block;
	position: absolute;
	top: 50%;
	right: auto;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-top: 0;
}
.pagenation-nav2.button-backpage a::before,
.pagenation-nav2.button-backpage span::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) scaleX(-1);
	margin-top: 0;
}
.pagenation {
	text-align: center;
	margin: 0 0.5rem;
}
.pagenation a {
	padding: 0 10px;
	margin:0 2px;
	font-size: 12px;
	display: inline-block;
	text-decoration: none !important;
	line-height: 40px;
	background:#FFF;
	color: #000;
}
.pagenation a.current,
.pagenation a:hover {
	text-decoration: none;
	background-color: #F3F3F3;
	color:#000 !important;
}
.pagenation .pageselect_wrapp{
 	width: 100%;
 	display:block;
 	padding: 30px 0;
 	font-size: 14px;
}
.pagenation input.pageselect {
	padding: 0 10px;
	display: inline-block;
	margin-right: 5px;
	line-height: 2em;
	height: 2em;
	font-size: 14px;
	width: 30%;
}
.pagenation button[type="submit"] {
	width: auto;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding:4px 10px;
	text-align: center;
	color: #000;
	cursor: pointer;
	text-decoration: none !important;
	background:#eee;
	margin-left: 10px;
}
.pagenation button[type="submit"]:hover {
	background-color: rgba(10,91,161,1);
	color:#fff;
	text-decoration: none !important;
}

/* set body section */
section {
	margin: 0;
	display: block;
}
section:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
section.section p {
	line-height: 1.6em;
	margin-bottom: 30px;
}
section.section p a {
	font-weight: 600;
}

/* set active link style */
.op a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* set kadomaru box */
.radi {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

/* set caution text */
.caution {
    text-indent: -1em;
    margin: 0 0 0 1em;
}
span.caution {display: inline-block;}

/* set drop shadow */
.shad {
	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
	-moz-box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
	box-shadow: rgba(0,0,0,0.25) 0px 2px 6px 1px;
}

/* set icon-mark  */
.blank {
	position: relative;
	padding-right: 20px;
}
.blank::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0c1";
	left:0;
}
.pdf {
	position: relative;
	padding-right: 20px;
}
.pdf::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #ed3c3f;
	content: "\f1c1";
	left:0;
}
.exl {
	position: relative;
	padding-right: 20px;
}
.exl::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #088911;
	content: "\f1c3";
	left:0;
}
.doc {
	position: relative;
	padding-right: 20px;
}
.doc::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	color: #083e89;
	content: "\f1c2";
	left:0;
}
.button .blank::before,
.button .pdf::before,
.button .exl::before,
.button .doc::before {
	left:10px;
}

.arrow {
	position: relative;
	padding-right: 20px;
}
.arrow::before {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0da";
	display: block;
	right:0;
}

.arrowdown {
	position: relative;
	padding-right: 20px;
	display: inline-block;
}
.arrowdown::after {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0d7";
	right:0;
}

.arrow-icon {
	display: block;
	width: 58px;
	height: 58px;
	display: block;
	background: url(../img/common/shape-triangle.svg) no-repeat right bottom;
	content: "";
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 3;
}
.arrow-icon:before {
	display: block;
	width: 6px;
	height: 14px;
	display: block;
	background: url(../img/common/icon-arrow.svg) no-repeat center center;
	content: "";
	position: absolute;
	bottom: 16px;
	right: 10px;
	z-index: 3;
}

/* set list into section */
ul.normal {
	margin: 0;
	padding: 0;
}
ol.normal {
	margin: 0;
	padding: 0;
}
ul.normal li {
	list-style-type: none;
	padding-left: 1em;
	list-style-position: inside;
	margin: 0 0 0.5em;
	line-height: 2em;
	font-size: 1em;
	position: relative;
}
ol.normal li {
	list-style-image: none;
	list-style-type: decimal;
	line-height: 2em;
	margin: 0 0 0.5em;
	padding-left: 1.5em;
	list-style-position: inside;
	text-indent: -1em;
	font-size: 1em;
}
ol.normal li a {
	display: inline-block;
    width: auto;
    padding-left: 1.5em;
}
ul.normal li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #666;
	position: absolute;
	left: 0;
	top: 0.75em;
}

ul.linknext {
	margin: 0;
}
ul.linknext li {
	margin: 0;
	list-style-image: none;
	text-indent: 0;
}
ul.linknext li a {
	display: block;
	width: auto;
	position: relative;
	padding: 1em 1.5em 1em 1em;
	font-weight: 500 !important;
	border-bottom: 1px solid rgba(10,91,161,0.6);
	color: #000;
	text-decoration: none !important;
	transition: 0.25s;
}
ul.linknext li.nolink span {
	display: block;
	width: auto;
	position: relative;
	padding: 1em 1.5em 1em 1em;
	font-weight: 500 !important;
	border-bottom: 1px solid rgba(10,91,161,0.6);
	color: #000;
	text-decoration: none !important;
	transition: 0.25s;
}
ul.linknext li a:hover {
	color: rgba(10,91,161,1);
	background: rgba(10,91,161,0.1);
	border-bottom: 1px solid rgba(10,91,161,1);
}
ul.linknext li a::before {
	position: absolute;
	top: 50%;
	right: 12px;
	content: "\f054";
	font-family: FontAwesome;
	font-weight: 500 !important;
	font-size: 10px;
	margin-top: -12px;
	color: #666;
}

@media all and (min-width:768px) and (max-width:1366px) {
}

/*  float clear */
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	display: block;
}

/*  text styles */
/*  lead text */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
body.home h1 {
	display: none;
}
h2.Type01 {
	width: auto;
	margin-bottom: 60px;
	display: block;
	display: block;
	font-weight: 500;
	position: relative;
}
h2.Type01 .en {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
h2.Type01 .en img {
	width: 80%;
}
h2.Type01 .jp {
	display: block;
	font-size: 1.3em;
	line-height: 1.4;
	text-align: center;
}
h2.Type01 .jponly {
	display: block;
	font-size: 2em;
	line-height: 1.4;
	text-align: center;
}
h2.Type02,
h3.h2Type02 {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
	font-weight: 500;
	display: block;
	position: relative;
}
h2.Type02 span,
h3.h2Type02 span{
	width: auto;
	line-height: 1.6;
	padding: 1rem 0;
	font-size: 1.6em;
	display: block;
}
h2.Type03,
h3.h2Type03 {
	position: relative;
	color: black;
	background: #f1f1f1;
	line-height: 1.4;
	padding: 2rem;
	margin-bottom: 40px;
	font-size: 1.25em;
	font-weight: 500;
}

h2.Type03:after,
h3.h2Type03:after {
	font-family: FontAwesome;
	font-weight: 600;
	background: rgba(10,91,161,1);
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 10px;
	bottom: 100%;
	padding: 0.5rem 1rem;
	font-size: 0.9em;
	line-height: 1;
	letter-spacing: 0.05em;
}
h2.Type03.check:after,
h3.h2Type03.check:after {
	content: '\f00c  CHECK';
}
h2.Type03.point:after,
h3.h2Type03.point:after {
	content: '\f0eb  POINT';
}
h2.Type04 {
	display: block;
	font-size: 1.25em;
	line-height: 1.4;
}
h3.Type01 {
	width: 100%;
	height: auto;
	margin: 0 0 40px;
	display: block;
	font-weight: 500;
	border-top: 1px solid rgba(10,91,161,1);
	border-bottom: 1px solid rgba(10,91,161,1);
	background: rgba(10, 91, 161, 0.08);
}
h3.Type01 span {
	width: auto;
	line-height: 1.6em;
	padding: 0.5rem 2rem;
	font-size: 1.25em;
	display: block;
	position: relative;
}
h4.Type01 {
	width: 100%;
	height: auto;
	margin: 0 0 40px;
	display: block;
	font-weight: 500;
	position: relative;
}
h4.Type01 span {
	font-size: 1.15em;
	padding: 0.5rem 0 0.5rem 2rem;
	font-weight: 500;
	display: block;
	line-height: 1.6em;
}
h4.Type01 span::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 5px;
  content: "";
  background: rgba(10,91,161,1);
  display: block;
}

@media all and (min-width:768px) and (max-width:1366px) {

}

/* spacer */
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}

.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}
.pa40 {padding:40px;}
.pa50 {padding:50px;}

.ml05 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml30 {margin-left:30px !important;}

.mb00 {margin-bottom:0px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px !important;}
.mb40 {margin-bottom:40px !important;}
.mb50 {margin-bottom:50px !important;}
.mb60 {margin-bottom:60px !important;}
.mb70 {margin-bottom:70px !important;}
.mb80 {margin-bottom:80px !important;}

.mr05 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr30 {margin-right:30px !important;}

/* corner box */
.b-type01 {
	padding: 26px 20px;
	width: auto;
	background-color: #d9e4ee;
	line-height: 1.5em;
	position: relative;
}
.b-type01 > p:last-child {
	margin: 0 !important;
}
.b-type02 {
	padding: 26px 20px;
	width: auto;
	background-color: #0a5ba1;
	color: #FFF;
	line-height:1.5em;
}
.b-type02 > p:last-child {
	margin: 0 !important;
}
.b-type03 {
	padding: 26px 20px;
	width: auto;
	background: #fffdf4;
    border: 1px solid #c3b26c;
	line-height: 1.5em;
	position: relative;
}
.b-type03 > p:last-child {
	margin: 0 !important;
}

.b-type03 table{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
.b-type03 table th,
.b-type03 table td{
	padding: 10px;
	font-size: 18px;
	color: #333;
}
.b-type03 table th{white-space: nowrap;}
.b-type03 table td table{width: 100%; margin: 0; max-width: 100%;}
.b-type03 table td table th,
.b-type03 table td table td{
	padding: 0px 0px 10px 0px;
}

.b-type04 {
	padding: 26px 20px;
	width: auto;
	background-color: #ddd;
	line-height:1.5em;
}
.b-type04 > p:last-child {
	margin: 0 !important;
}
.b-type05 {
	padding: 26px 20px;
	background: rgba(0,0,0,0.6);
	line-height: 1.5em;
	color:#fff;
}
.b-type05 > p:last-child {
	margin: 0 !important;
}

/* table */
table {
	margin: 0;
	padding: 0;
}
table ul {
	margin: 0 !important;
	padding: 0 !important;
}
table li {
	line-height: 1.6em;
	margin: 0 !important;
	font-size: 1em !important;
}
table p {
	margin: 0 !important;
}
table dl {
	margin: 0;
	zoom: 1;
	position: relative;
}
table dt {
	float: left;
	clear: left;
	width: 12em;
	padding: 3px 0 3px;
	zoom: 1;
}
table dd {
	padding: 3px 0 3px 12em;
	zoom: 1;
}
table.table01{
  border-collapse:collapse;
  margin: 0;
  border-top:3px solid rgba(10,91,161,1);
  border-bottom:3px solid rgba(10,91,161,1);
  /*border-left:1px solid #D5D5D5;*/
}
table.table01 td {
  padding:16px 20px;
  border-bottom:1px solid rgba(10,91,161,0.5);
}
table.table01 th {
  padding:16px 20px;
  border-bottom:1px solid rgba(10,91,161,0.5);
}
table.table01 thead th {
	font-weight: 500;
	text-align: center;
	background: rgba(248,248,248,1);
}
table.table01 tbody th {
	font-weight: 500;
	background: rgba(248,248,248,1);
}
table.table01 tbody td {
	background: #fff;
}
table.table02 {
	margin:0;
	font-size: 1em;
}
table.table02 td,
table.table02 th {
  padding:16px 20px;
}
table.table02 th {
	border-color: rgba(10,91,161,1);
	border-style: dotted;
	border-width: 0 0 1px 0;
	line-height: 1.6em;
	font-weight: 500;
	vertical-align: top;
	text-align: left;
}
table.table02 td {
	border-color: rgba(10,91,161,1);
	border-style: dotted;
	border-width: 0 0 1px 0px;
	line-height: 1.6em;
	vertical-align: top;
}

table.table-noborder {
	border-width: 0;
	margin:0;
	font-size: 1em;
}
table.table-noborder td,
table.table-noborder th {
  padding: 10px 20px;
  text-align: left;
}
table.table-noborder th {
	border-width: 0;
	line-height: 1.8em;
	font-weight: 600;
	vertical-align: top;
}
table.table-noborder td {
	border-width: 0;
	line-height: 1.8em;
	vertical-align: top;
}

table.table01 table {
	border: none;
	margin: 0;
	padding: 0;
}
table.table01 table th {
	border: none;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

table.table01 tbody tr th {
	text-align: left;
}
table.table01 table td {
	border: none;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0;
	padding: 2px;
}
table th.c, td.c {
	text-align: center !important;
}
table th.m, td.m {
	vertical-align: middle;
}
table th.r, td.r {
	text-align: right !important;
}

table.table01 table		{ border:none;margin:0;padding:0; }
table.table01 table th	{ border:none; line-height:1.6em; margin:0; padding:0; font-weight: 500; }
table.table01 table td	{ border:none;font-size: 1em;line-height:1.6em;margin:0;padding:2px; }

table th.c, td.c	{ text-align:center; }
table th.m, td.m 	{ vertical-align:middle; }
table th.r, td.r 	{ text-align:right; }

@media all and (max-width:1000px) {
	table.sp-chg th,
	table.sp-chg td {
		display:block;
		width:auto;
		border-right: 0;
	}
	table.table01.sp-chg tbody th {
	  border-bottom: 1px solid #D5D5D5;	  
	}
	table.table-stripe tr:nth-child(odd) {
		background-color: inherit;
	}
	table.table-stripe tr:nth-child(even) {
		background-color: inherit;
	}
	table.table-stripe.sp-chg tbody th {
		background-color: #FFF3E1;
	}
	table.table-stripe.sp-chg tbody td {
		background-color: #FFF;
	}
	table.table02.sp-chg {
    border-width: 1px 0 0;
	}
}

.scrolltable{
	overflow: auto;/*tableをスクロールさせる*/
	white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
}
.scrolltable::-webkit-scrollbar{/*tableにスクロールバーを追加*/
	height: 5px;
}
.scrolltable::-webkit-scrollbar-track{/*tableにスクロールバーを追加*/
	background: #F1F1F1;
}
.scrolltable::-webkit-scrollbar-thumb {/*tableにスクロールバーを追加*/
	background: #BCBCBC;
}

/* photo gallery */
.photogallery { width:auto;overflow:hidden;margin:0;}
.photogallery .photo { width:100%;margin:0 0 10px;overflow:hidden; }
.photogallery p {
	aspect-ratio: 1 / 0.6;
	margin: 0 !important;
	overflow: hidden;
}
.photogallery span { width:100%;font-size:0.9em;padding:0;display:inline-block;}
.photogallery a:hover img { -webkit-transition: all .3s; transition: all .3s;opacity: .5;-webkit-opacity: .5;-moz-opacity: .5;}
a.lb-icon:after {
    bottom: 20px !important;
}
@media all and (min-width:768px) and (max-width:1366px) {
	.photogallery .photo { width:48%;margin:0 1% 10px; }
	.photogallery .clm2,
	.photogallery .clm3,
	.photogallery .clm4 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content:         space-between;
		-webkit-flex-wrap: wrap;
		flex-wrap:         wrap;
		position: relative;
	}

	.photogallery .clm3:after{
	    content:"";
	    display:block;
	    width: 32%;
	    height:0;
	}

	.photogallery .clm4:before{
	    content:"";
	    display:block;
	    width: 23%;
	    height:0;
	    order:1;
	}
	.photogallery .clm4:after{
	    content:"";
	    display:block;
	    width: 150px;
	    height:0;
	}
	.photogallery p {
	}
	.photogallery .photo img {
		width: 100%;
		height : 100%;
		object-fit: cover;
	}
	.photogallery .clm3 .photo {
		width: 32%;
	}
	.photogallery .clm2 .photo {
		width: 48%;
	}
	.photogallery .clm4 .photo {
		width: 23%;
	}
	.photogallery a {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
}

/* tab menu */
.tab-menu-wrapp {
	width: 100%;
	background: #222;
	z-index: 1;
    position: relative;
}
ul.tab-menu{
	list-style: none;
	padding:0;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.tab-menu li.tab-item{
 	flex:1;
	text-decoration: none;
	padding: 0 !important;
}

ul.tab-menu li.tab-item a,
ul.tab-menu li.tab-item span{
	height: 0;
	line-height: 50px;
	width: auto;
	display: block;
	border-bottom: 50px solid #acdfe9;
	text-decoration: none !important;
	font-size: 1em;
	font-weight: normal;
	color: #000;
}
ul.tab-menu li.tab-item span{
	border-bottom: 50px solid #acdfe9;
	color: #fff;
}

ul.tab-menu li.tab-item a:hover{
	border-bottom: 50px solid #39C3DF;
	color: #fff;
	text-decoration: none !important;
}

ul.tab-menu li.tab-item a {
	position: relative;
	padding-right: 20px;
}
ul.tab-menu li.tab-item a::after {
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	content: "\f0d7";
	display: block;
	top: 50%;
	right: 10px;
}

@media all and (max-width:414px) {
	ul.tab-menu{
		width: 100%;
		display: block;
	}
	ul.tab-menu li.tab-item{
		display: block;
		margin: 0 !important;
	}
}
@media all and (min-width:768px) and (max-width:1366px) {
	ul.tab-menu{
		width: auto;
	}
	ul.tab-menu li.tab-item{
		margin: 0 2px !important;
	}
}
/* anchor */
.anc {
	position: relative;
	padding-top: 100px;
	margin-top: -100px;
	z-index: -1;
}

/*---------------------------------------------------------------------------
/* layout block
 --------------------------------------------------------------------------*/
/* =======================================
   wrapper
========================================== */
#container{
	width: 100%;
	margin:0;
	position:relative;
	min-width:100%;
	text-align:center;
	overflow-x: hidden;
}

body > div#container {
	height: auto;
	min-height: 100%;
}

div#main{
	padding-bottom: 0;
}
div#contents-wrapp {
	background: #fff;
}
@media all and (min-width:768px) and (max-width:1366px) {

}
/* header section
========================================== */
.header-wrapp {
	width: 100%;
	height: 62vh;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 9999;
	background: rgb(34,33,47);
	background: linear-gradient(180deg, #22212F 0%, #22212F 30%, #003065 100%);
}
body.home .header-wrapp {
	height: 100vh;
}
.header-wrapp-contents {
	width: 100%;
	display: block;
	z-index: 99999;
	background: rgb(34,33,47);
	background: linear-gradient(180deg, #22212F 0%, #22212F 30%, #003065 100%);
}
.header-wrapp-inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.slider-wrapp {
	width: 100%;
	height: 100vh;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.slider-wrapp .slider-logo {
	width: 50%;
	position: absolute;
	top: 30%;
	left: 5%;
	z-index: 2;
}
.slider-wrapp .slider-logo img {
	width: 100%;
}
.slider-wrapp .slider-text {
	width: 70%;
	position: absolute;
	top: 40%;
	left: 5%;
	z-index: 2;
}
.slider-wrapp .slider-text img {
	width: 100%;
}
.slider-wrapp .slider-text2 {
	width: 90%;
	position: absolute;
	top: 65%;
	left: 5%;
	font-size: 1.5em;
	line-height: 1.6;
	color: #fff;
	text-align: left;
	z-index: 2;
}
.slider-wrapp .slider-text2 img {
	width: 100%;
}
.slider-wrapp ul {
	width: 100% !important;
	height: 100vh;
	display: block;
	position: relative;
	z-index: 1;
}
.slider-wrapp ul li {
	height: 100vh;
}
.slider-wrapp ul li img {
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.headerpain {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header-left {
	width: 5%;
	height: 100%;
	z-index: 99999;
}
.scroll {
	width: 5%;
	padding-bottom: 80px;
	display: block;
	position: absolute;
	bottom: -120px;
	left: 0;
	z-index: 22;
}
.scroll span {
	width: auto;
	display: block;
	font-size: 1.25rem;
	font-weight: 400;
	transform: rotate(90deg);
	color: #fff;
	white-space: nowrap;
}
/* ラインの親要素 */
.scroll .line {
	position: relative;
	width: 2px;
	height: 80px;
	background: #fff;
	margin: 30px auto 0; /* 上に余白を追加して文字と分離 */
	overflow: hidden;
}

/* アニメーションする水色の線 */
.scroll .line::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: #13DBFA;
	animation: scrollLine 1.5s linear infinite;
}
/* animation */
@keyframes scrollLine {
	0% {
		top: 0;
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	100% {
		top: 100%;
		opacity: 0;
	}
}
.header-right {
	width: 95%;
	z-index: 99999;
}
.header-logo.sp {
	width: 200px;
	min-height: 70px;
	padding: 0 20px;
	display: flex !important;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
.header-logo.pc {
	display: none !important;
}
.header-right .navi-wrapp {
	width: 100%;
	height: 70px;
	display: block;
	background-color: #FFF;
	position: fixed;
	right: 0;
	z-index: 9999;
}
.header-right .navi-wrapp img {
	width: auto;
	height: 70px;
}
@media all and (min-width:768px) and (max-width:1366px) {
	.header-wrapp {
		height: 43vh;
	}
	.slider-wrapp .slider-text2 {
		top: 70%;
		font-size: 2em;
	}
}

/* =======================================
   pankuzu navi
========================================== */
#pankuzu {
	display: none;
}


/* =======================================
   global navigation
========================================== */
#g-menu {
	width: 70px;
    height: 70px;
	padding: 0;
	margin: 0;
	z-index: 999999;
	position:fixed;
	top:0;
	right:0;
}
/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
}
.circle-bg.active{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}
.toggle-g {
    display: block;
    width: 70px;
    height: 70px;
    color: #0B308E;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999999;
}
.toggle-g span:nth-of-type(1){
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	top: 22px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #0B308E;
	border-radius: 2px;
}
.toggle-g span:nth-of-type(2) {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	top: 31px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #0B308E;
	border-radius: 2px;
}
.toggle-g span:nth-of-type(3) {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	top: 40px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #0B308E;
	border-radius: 2px;
}
.toggle-g.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
	background: #0B308E;
	top: 23px;
}
.toggle-g.active span:nth-of-type(2) {
	opacity: 0;
}
.toggle-g.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
	background: #0B308E;
}
/* --------------------------------------------------- menu */
#g-menu .spmenu {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100vh;
	/*background: #FFF;*/
	transition: .5s;
}
#g-menu .spmenu.active {
	visibility: visible;
	opacity: 1;
}
#g-menu .spmenu ul.mainmenu {
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 0;
	width: 90%;
	top: 140px;
	left: 5%;
	overflow: auto;
}
#g-menu .spmenu ul div.active {
	-webkit-overflow-scrolling: touch;/* iOS8 bug fix */
	overflow-y: auto;
}
#g-menu .spmenu ul.mainmenu li {
    list-style: none;
	float: none;
	position:relative;
}
#g-menu .spmenu ul.mainmenu li a,
#g-menu .spmenu ul.mainmenu li p {
	display: block;
	position: relative;
	padding: 1rem 0;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
 	text-align: center;
	font-size: 2rem;
	line-height: 50px;
	color: #000;
}
/*#g-menu .spmenu ul.mainmenu li p:after {
	display: block;
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/common/allow-pink.svg) no-repeat center center;
	background-size: cover;
	content: "";
	position: absolute;
	transform:rotate(90deg); 
	bottom: 16px;
	right: 10px;
	z-index: 3;
}*/
#g-menu ul.mainmenu li.menu__mega a,
#g-menu ul.mainmenu li.menu__mega strong {
	display: none;
}

#g-menu .spmenu ul.mainmenu > li > p {
	cursor:pointer;
	position: relative;
}
#g-menu .spmenu ul.mainmenu > li > p.open {
    background: rgba(3,11,40,0.8);
    color: #FFF;
}
.toggle-icon {
	position: relative;
	display: inline-block;
	width: 0.75em;
	height: 0.75em;
	margin-left: 0.5em;
  }
  
  .toggle-icon::before,
  .toggle-icon::after {
	content: '';
	position: absolute;
	background-color: #000;
	transition: transform 0.3s ease;
  }
  
  /* 横線（-） */
  .toggle-icon::before {
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	transform: translateY(-50%);
  }
  
  /* 縦線（+）*/
  .toggle-icon::after {
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	transform: translateX(-50%);
  }
  
  /* open時は縦線（+）を非表示にして-に */
  #g-menu .spmenu ul.mainmenu > li > p.open .toggle-icon::before {
	background-color: #FFF;
  }
  #g-menu .spmenu ul.mainmenu > li > p.open .toggle-icon::after {
	opacity: 0;
  }

/* second level */
#g-menu li.menu__mega div.menu__second-level {
	position: relative;
	top: 0;
	height: auto;
	box-sizing: border-box;
	width: 100%;
	background: rgba(3,11,40,0.8);
	padding: 0;
	display: none;
}
#g-menu .spmenu ul.mainmenu div.menu__second-level ul {
	position: relative;
	width: auto;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	margin: 0 5%;
}
#g-menu .spmenu ul.mainmenu div.menu__second-level ul li {
	padding: 0;
	width: 100%;
	margin: 0 0 2px;
}
#g-menu .spmenu ul.mainmenu div.menu__second-level ul li a {
	display: block;
	height: auto;
	padding: 10px 0;
	position: relative;
}
#g-menu .menu__second-level li a span.image {
	display: block;
	width: 100%;
	height: 120px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: 0.25s;
}
#g-menu .menu__second-level li a span.image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.25s;
}
#g-menu .menu__second-level li a:hover span.image img {
	transform: scale(1.1, 1.1);
	opacity: 0.5;
}
#g-menu .menu__second-level li a span.title {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 1.6em;
	font-size: 0.9em;
	word-break: break-word;
	white-space: normal; 
}

/**/
@media all and (min-width:768px) and (max-width:1366px) {
}

/* =======================================
   footer section
========================================== */
#page-back {
	position: fixed;
	width: 5%;
	bottom: 100px;
	right: 0;
	z-index:99999999999;
}
#page-back a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	padding: 1rem 0;
}
#page-back span {
	width: auto;
	display: block;
	font-size: 1.25rem;
	font-weight: 400;
	transform: rotate(90deg);
	color: #000;
	white-space: nowrap;
}
/* ラインの親要素 */
#page-back .line {
	position: relative;
	width: 2px;
	height: 80px;
	background: #000;
	margin: 40px auto 0;
	overflow: hidden;
}
/* アニメーションする水色の線 */
#page-back .line::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #13DBFA;
	transform: translateY(100%);
	animation: scrollLine-back 1.5s linear infinite;
	opacity: 0;
}
/* animation */
@keyframes scrollLine-back {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	100% {
		transform: translateY(-100%);
		opacity: 0;
	}
}

footer {
	width: 100%;
	position: relative;
}
footer::after {
	width: 100%;
	height: 160px;
	display: block;
	position: absolute;
	bottom: 0;
	background: #F3F3F3;
	content: "";
	z-index: 1;
}
.footer-wrapp {
	width: 95%;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	background-color: #22212F;
	position: relative;
	z-index: 2;
}
.footer-inner {
	width: 90%;
	margin: 0 5%;
	display: block;
	position: relative;
	z-index: 2;
}
.footer-logo {
	width: 40%;
	margin-bottom: 20px;
}
.footer-logo img {
	width: 100%;
}
.footer-copy {
	width: 95%;
	margin: 0;
	font-size: 1rem;
	position: relative;
	text-align: right;
	padding: 1rem 0;
	z-index: 2;
}
.footer-menu {
	width: 100%;
	text-align: left;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.footer-menu dl {
	width: calc( 100% / 2 );
}
.footer-menu dt {
	width: 100%;
	display: block;
	font-size: 1.6rem;
	margin: 0 0 1rem;
}
.footer-menu dd {
	width: auto;
	display: block;
	font-size: 1.25rem;
	margin: 0 0 1rem;
}
.footer-menu a,
.footer-menu span {
	width: auto;
	display: block;
	color: #FFF;
	padding: 0.5rem 0;
	font-weight: 500;
	transition: 0.25s;
}
.footer-menu a:hover {
	color: #13DBFA;
}

@media all and (min-width:768px) and (max-width:1366px) {
	.footer-inner {
		margin-left: 4rem;
	}
	.footer-menu dl {
		width: calc( 100% / 3 );
	}
}

/* =======================================
   contents section
========================================== */
/* set inner contents
--------------------------------------------*/
.contents-inner {
	margin: 0 5%;
	width: auto;
	text-align: left;
	position: relative;
	display: block;
}
.contents-inner2 {
	margin: 0 5%;
	width: auto;
	text-align: left;
	position: relative;
	display: block;
}
section.section {
    padding: 50px 0;
    width: auto;
}
.contents-inner::before {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

/* background set */
.bg-gray {
	background: #f7f7f7;
}
@media all and (min-width:768px) and (max-width:1366px) {
}

/* =======================================
   Contents common element
========================================== */
/* Contents page common element
---------------------------------------- */
/* contents title */
#contents-title-container,
#contents-title-container2 {
	width: 100%;
	min-height:50vh;
	margin-top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#contents-title-container::after,
#contents-title-container2::after {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0,0,0,0.4);
	z-index: 1;
}
#contents-title-container.company {
	background: url(../img/company/hi-back-sp.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.news {
	background: url(../img/news/hi-back-sp.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.service {
	background: url(../img/service/hi-back-sp.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.casestudy {
	background: url(../img/casestudy/hi-back-sp.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.faq {
	background: url(../img/faq/hi-back-sp.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.contact {
	background: url(../img/contact/hi-back-sp.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.order {
	background: url(../img/order/hi-back-sp.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container.event {
	background: url(../img/event/hi-back-sp.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
#contents-title-container h1 {
	width: auto;
	z-index: 1;
	height: auto;
	margin: 0;
	padding: 0 2rem;
	display: block;
	text-align: center;
	position: relative;
	font-weight: 500;
	z-index: 2;
}
#contents-title-container h1 .en {
	display: flex;
	justify-content: center;
	margin:0 0 2rem;
	padding: 0 0 2rem;
}
#contents-title-container h1 .en img,
#contents-title-container2 h1 .en img {
	max-width: 70%;
}
#contents-title-container h1 .jp {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 1.8em;
	letter-spacing: 0.15em;
	font-weight: 500;
	position: relative;
	color: #fff;
}
#contents-title-container h1 .jp::before {
	display: block;
	width: 100%;
	height: 2px;
	background: #FFF;
	content: "";
	position: absolute;
	top: -1rem;
	left:-0.15em;
	right: 0;
	height: 2px;
	background: #fff;
	margin: 0 auto;
}
/* */
#contents-title-container2 h1 {
	width: auto;
	z-index: 1;
	height: auto;
	margin: 0;
	padding: 0 2rem;
	display: block;
	text-align: center;
	position: relative;
	font-weight: 500;
	z-index: 2;
}
#contents-title-container2 h1 .en {
	display: flex;
	justify-content: center;
	margin:0 0 2rem;
	padding: 0 0 2rem;
}
#contents-title-container2 h1 .jp {
	display: inline-block;
	width: auto;
	margin:0 0 1rem;
	padding: 0 0 1rem;
	font-size: 1.75em;
	font-weight: 500;
	position: relative;
	color: #fff;
}
#contents-title-container2 h1 .jp::after {
	display: block;
	width: 100%;
	height: 2px;
	background: #FFF;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: #fff;
	margin: 0 auto;
}
#contents-title-container2 h1 .jp-this {
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
	font-size: 2.2em;
	font-weight: 500;
	position: relative;
	color: #fff;
}
#contents-title-container2 .img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#contents-title-container2 .img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media all and (min-width:768px) and (max-width:1366px) {
	#contents-title-container,
	#contents-title-container2 {
        min-height: 34vh;
    }
	#contents-title-container h1,
	#contents-title-container2 h1 {
		width: 50%;
	}
}

/* =======================================
   Top page
========================================== */
/* toppage-service-container
---------------------------------------- */
#toppage-service-container {
	width: auto;
	padding: 60px 0;
}

#toppage-service-container .title-wrapp {
	display: flex;
	justify-content: center;
}
#toppage-service-container .title-wrapp h2 {
	text-align: center;
	margin-bottom: 40px;
}
#toppage-service-container .title-wrapp h2 .en {
	display: block;
	margin-bottom: 20px;
}
#toppage-service-container .title-wrapp h2 .jp {
	display: block;
	font-size: 2rem;
}
#toppage-service-container .copy-wrapp {
	font-size: 2rem;
	text-align: left;
	margin-bottom: 40px;
}
#toppage-service-container .menu-container {
    width: 100%;
    display: block;
}
#toppage-service-container .menu-container a {
    width: 100%;
    display: block;
	margin-bottom: 40px;
}
.menu-container dt {
    display: block;
	width: 100%;
	aspect-ratio: 1 / 0.6;
	overflow: hidden;
	margin-bottom: 20px;
}
.menu-container dt img {
    display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.25s;
}
.menu-container a:hover dt img {
    transform: scale(1.15,1.15);
	opacity: 0.6;
}
.menu-container .service-category {
    display: block;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 20px;
}
.menu-container .gopage {
	width: auto;
	display: flex;
	justify-content: center;
}
.menu-button {
	width: auto;
	font-size: 1.15rem;
	padding-bottom: 10px;
	color: #000;
	position: relative;
	transition: 0.25s;
}
.menu-button::before {
	width: 100%;
	height: 2px;
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.menu-button::after {
	width: 50%;
	height: 2px;
	content: "";
	background: #13DBFA;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}
a:hover .menu-button {
	color: #13DBFA;
}

@media all and (min-width:768px) and (max-width:1366px) {
	#toppage-service-container .copy-wrapp {
		text-align: center;
	}
	#toppage-service-container .menu-container {
		display: grid;
		gap: 20px 30px;
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	}
	#toppage-service-container .menu-container a {
		margin-bottom: 20px;
	}
}

/* toppage-news-container
---------------------------------------- */
#toppage-news-container {
	width: 100%;
	position: relative;
	background: url(../img/home/news-backimage.png) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 160px;
}
#toppage-news-container::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 200px;
	background: #FFF;
}
#toppage-news-container .contents-inner {
	background: #fff;
}
#toppage-news-container .title-wrapp {
	display: flex;
	justify-content: center;
}
#toppage-news-container .title-wrapp h2 {
	text-align: center;
	margin-bottom: 20px;
}
#toppage-news-container .title-wrapp h2 .en {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
#toppage-news-container .title-wrapp h2 .jp {
	display: block;
	font-size: 2rem;
}
#toppage-news-container .goindex {
	display: flex;
	justify-content: center;
	padding-bottom: 50px;
}
#toppage-news-container .goindex a {
	color: #000;
	font-size: 1.25rem;
}
.news-container {
	width: auto;
	padding: 2rem;
}
.news-container a {
	color: #000;
}
.news-container dl {
	width: auto;
	display: block;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #234A7E;
}
.news-container dt {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	aspect-ratio: 1 / 0.6;
	overflow: hidden;
}
.news-container dt img {
	width: 100%;
	transition: 0.25s;
}
.news-container a:hover dt img {
	transform: scale(1.1,1.1);
	opacity: 0.6;
}
.news-container dd {
	width: 100%;
	display: block;
	text-align: left;
}
.news-container .update {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.news-container .update .new{
	display: inline-block;
	margin-left: 1em;
	padding: 2px 8px;
	font-size: 1.1em;
	font-weight: 600;
	color: #fff;
	background: #ff3373;
}
.news-container .title {
	display: block;
	font-size: 2rem;
	margin-bottom: 1rem;
}
.news-container .detail {
	display: block;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	font-weight: 400;
}
.news-container .gopage {
	display: flex;
	justify-content: flex-end;
}

@media all and (min-width:768px) and (max-width:1366px) {
	.news-container dl {
		width: auto;
		display: flex;
		justify-content: space-between;
		margin-bottom: 2rem;
		padding-bottom: 2rem;
		border-bottom: 1px solid #234A7E;
	}
	.news-container dt {
		width: 30%;
		aspect-ratio: 1 / 0.6;
		overflow: hidden;
	}
	.news-container dd {
		width: 66%;
		text-align: left;
	}

}

/* toppage-news-container
---------------------------------------- */
.message-backimage {
	width: auto;
	height: 100%;
	background: url(../img/home/more-backimage.png) no-repeat bottom center;
	background-size: 100%;
}
#toppage-message-container {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 3;
	margin-top: -80px;
}
#toppage-message-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 92%;
	background: #F3F3F3;
}
#toppage-message-container .message-inner {
	width: 100%;
	margin: 0;
	position: relative;
	display: block;
}
#toppage-message-container .message-left {
	width: 95%;
	position: relative;
	z-index: 2;
}
#toppage-message-container .title-wrapp {
	width: auto;
	display: flex;
	justify-content: space-between;
	padding: 60px 2rem 20px;
}
#toppage-message-container .title-inner {
}
#toppage-message-container .title-wrapp h2 {
	display: block;
	text-align: left;
	margin-bottom: 40px;
}
#toppage-message-container .title-wrapp h2 .en {
	display: block;
	margin-bottom: 20px;
}
#toppage-message-container .title-wrapp h2 .jp {
	display: block;
	font-size: 1.75rem;
}
#toppage-message-container .title-wrapp .ceo-name {
	text-align: left;
}
#toppage-message-container .title-wrapp .ceo-name p:nth-child(1)  {
	margin-bottom: 10px;
}
#toppage-message-container .title-wrapp .ceo-name p:nth-child(2)  {
	font-size: 2.5rem;
}
#toppage-message-container .ceo-image {
	width: 70%;
	margin-left: 15%;
	position: relative;
	z-index: 22;
}
#toppage-message-container .ceo-image img {
	width: 100%;
}
#toppage-message-container .message-right {
	width: 95%;
	display: flex;
	justify-content: center;
	position: relative;
	background: #22212F;
	margin-left: 5%;
	color: #fff;
	z-index: 3;
}
#toppage-message-container .innerWrapp {
	width: 80%;
	padding: 60px 0 80px;
	font-size: 1.75rem;
	line-height: 2;
	text-align: left;
	position: relative;
}
#toppage-message-container .message-right .gopage {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}
#toppage-message-container .message-right .gopage .menu-button {
	color: #fff;
}
#toppage-message-container .message-right .gopage .menu-button:hover {
	color: #13DBFA;
}
#toppage-message-container .message-right .gopage .menu-button::before {
	background: #fff;
}

@media all and (min-width:768px) and (max-width:1366px) {
	#toppage-message-container .ceo-image {
		width: 50%;
		margin-left: 40%;
		margin-top: -160px;
	}
}

/* toppage-more-container
---------------------------------------- */
#toppage-more-container {
	width: 100%;
	position: relative;
	background: url(../img/home/more-backimage.png) no-repeat bottom center;
	background-size: cover;
	background-attachment: fixed;
	margin-top: -80px;
}
#toppage-more-container .contents-inner {
	padding: 160px 0 100px;
}
#toppage-more-container .title-wrapp h2 {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	display: block;
	font-size: 3rem;
}

#toppage-more-container .copy {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	display: block;
	font-size: 1.75rem;
}
#toppage-more-container .more-menu-container {
	width: 100%;
	display: grid;
	gap: 20px 30px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin-bottom: 40px;
}
#toppage-more-container .more-menu-container a {
	width: 100%;
	aspect-ratio: 1 / 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #001F41;
	text-align: center;
	background: linear-gradient(0deg,rgba(0, 31, 65, 1) 0%, rgba(37, 116, 217, 1) 100%);
	color: #fff;
}
#toppage-more-container .more-menu-container a:hover {
	border-radius: 20px;
}
#toppage-more-container .more-menu-container h3 {
	width: 100%;
	margin-bottom: 60px;
	font-size: 2.5rem;
}
#toppage-more-container .more-menu-container a {
	width: 100%;
	aspect-ratio: 1 / 1;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #001F41;
	text-align: center;
	background: linear-gradient(0deg,rgba(0, 31, 65, 1) 0%, rgba(37, 116, 217, 1) 100%);
	color: #fff;
}
#toppage-more-container .more-menu-container .gopage {
	display: flex;
	justify-content: center;
}
#toppage-more-container .more-menu-container .menu-button {
	color: #fff;
}
#toppage-more-container .more-menu-container .menu-button:hover {
	color: #13DBFA;
}
#toppage-more-container .more-menu-container .menu-button::before {
	background: #fff;
}

#toppage-bunner-container {
	width: 100%;
	display: grid;
	gap: 20px 30px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
#toppage-bunner-container a {
	width: 100%;
	aspect-ratio: 1 / 0.3;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}
#toppage-bunner-container a img {
	width: 100%;
	height: auto;
}

/* =======================================
   Company
========================================== */
.accessmap {
	display: block;
	width: 100%;
}
.accessmap iframe {
	width: 100%;
	aspect-ratio: 1 / 1.2;
}

@media all and (min-width:768px) and (max-width:1366px) {
	.accessmap iframe {
		aspect-ratio: 1 / 0.8;
	}
}
/* =======================================
   Message
========================================== */
.message-container {
	width: 100%;
	padding: 60px 0;
	background: rgba(243,243,243,1);
}
.message-container .contents-inner {
	background: #fff;
	display: block;
}
.message-container .message-left {
	padding-top: 30px;
	width: 100%;
}
.message-container .title-wrapp {
	width: auto;
}
.message-container .title-inner {
}
.message-container .ceo-image {
	width: 100%;
	display: flex;
	justify-content: center;
}
.message-container .ceo-image img {
	width: 80%;
}
.message-container .ceo-name {
	width: 100%;
	background: #0A5BB5;
	display: flex;
	justify-content: center;
}
.message-container .ceo-name div {
	width: auto;
	padding: 20px;
	color: #fff;
}
.message-container .ceo-name p:nth-child(1) {
	margin-bottom: 20px;
}
.message-container .ceo-name p:nth-child(2) {
	font-size: 2.5rem;
}
.message-container .message-right {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.message-container .innerWrapp {
	width: 80%;
	padding: 30px 0;
	line-height: 1.8;
}

.message-detail-container {
	width: 100%;
	margin: 60px 0;
}
.message-detail-container .detail-wrapp {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 60px;
}
.message-detail-container .detail-wrapp.direction {
	flex-direction: row-reverse;
}
.message-detail-container .text-wrapp {
	width: 90%;
	background: #fff;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.message-detail-container .text-inner {
	padding: 30px;
	text-align: left;
	line-height: 1.8;
}
.message-detail-container .image-wrapp {
	width: 90%;
	margin-top: -40px;
	margin-left: 10%;
	position: relative;
	height: 300px;
	z-index: 2;
}
.message-detail-container .detail-wrapp.direction .text-wrapp {
	margin-left: 10%;
}
.message-detail-container .detail-wrapp.direction .image-wrapp {
	margin-left: 0;
}
.message-detail-container .image-wrapp img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media all and (min-width:768px) and (max-width:1366px) {
	.message-container .contents-inner {
		display: flex;
	}
	.message-container .message-left {
		padding-top: 50px;
		width: 45%;
	}
	.message-container .title-wrapp {
		width: auto;
	}
	.message-container .title-inner {
	}
	.message-container .ceo-image {
		width: 70%;
	}
	.message-container .ceo-image img {
		width: 100%;
	}
	.message-container .ceo-name {
		width: 70%;
		background: #0A5BB5;
		display: flex;
		justify-content: center;
	}
	.message-container .ceo-name div {
		width: auto;
		padding: 40px;
		color: #fff;
	}
	.message-container .ceo-name p:nth-child(1) {
		margin-bottom: 20px;
	}
	.message-container .ceo-name p:nth-child(2) {
		font-size: 2.5rem;
	}
	.message-container .message-right {
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.message-container .innerWrapp {
		width: 80%;
		padding: 80px 0;
		font-size: 1.75rem;
		line-height: 1.8;
	}
	
	.message-detail-container {
		width: 100%;
		margin: 80px 0;
	}
	.message-detail-container .detail-wrapp {
		width: 100%;
		display: flex;
		position: relative;
		margin-bottom: 80px;
	}
	.message-detail-container .detail-wrapp.direction .text-wrapp {
        margin-left: 0;
    }
	.message-detail-container .detail-wrapp.direction {
		flex-direction: row-reverse;
	}
	.message-detail-container .text-wrapp {
		width: 50%;
		min-height: 400px;
		margin-top: 80px;
		background: #fff;
		display: flex;
		justify-content: center;
		position: relative;
		z-index: 3;
	}
	.message-detail-container .text-inner {
		padding: 80px;
		text-align: left;
		font-size: 1.75rem;
		line-height: 1.8;
	}
	.message-detail-container .image-wrapp {
		width: 60%;
		margin-left: -80px;
		position: relative;
		height: 400px;
		z-index: 2;
	}
	.message-detail-container .detail-wrapp.direction .image-wrapp {
		margin-left: 0;
		margin-right: -80px;
	}
	.message-detail-container .image-wrapp img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/* =======================================
   News
========================================== */
body.news .news-container {
	width: auto;
	padding: 3rem 0;
}

/* =======================================
   Casestudy
========================================== */
.casestudy-title-container {
	width: 100%;
	display: block;
	z-index: 3;	
}
.casestudy-title-container .image-wrapp {	
	width: 100%;
	aspect-ratio: 1 / 0.6;
	overflow: hidden;
	margin-bottom: 30px;
}
.casestudy-title-container .image-wrapp img {	
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.casestudy-title-container .title-wrapp {
	width: 100%;
}
.casestudy-recommend-container .title-wrapp a {
	color: #000;
}
.casestudy-title-container .title-wrapp h2 {
	font-size: 1.25em;
	display: block;
	font-weight: 500;
	margin-bottom: 20px;
}
.casestudy-title-container .title-wrapp h3 {
	font-size: 1em;
	font-weight: 400;
	display: block;
}
.casestudy-point-container {
	width: 100%;
	background-color: #F3F3F3;
	z-index: 2;	
}
.casestudy-point-container .contents-inner2 {
}
.casestudy-point-container ul.normal li {
	background: #fff;
	padding: 0.5rem 1rem;
}
.casestudy-point-container ul.normal li:before {
	display: none;
}
.casestudy-crient-container {
	width: auto;
	display: block;
	padding: 3rem;	
	border: 1px solid #002E6A;
	border-radius: 10px;
}
.casestudy-crient-container .logo-wrapp {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3rem;
}
.casestudy-crient-container .logo-wrapp img {
	width: auto;
	max-width: 100%;
}
.casestudy-crient-container .profile-wrapp {
	width: 100%;	
}
.casestudy-crient-container .profile-wrapp p {
	margin-bottom: 10px;
}

@media all and (min-width:768px) and (max-width:1366px) {
	.casestudy-title-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.casestudy-title-container .image-wrapp {	
		width: 40%;
	}
	.casestudy-title-container .title-wrapp {
		width: 52%;
		margin-top: -50px;
	}
	.casestudy-point-container {
		margin-top: -100px;
	}
	.casestudy-point-container .contents-inner2 {
		padding-top: 80px
	}
	.casestudy-crient-container {
		display: flex;
		justify-content: space-between;
	}
	.casestudy-crient-container .logo-wrapp {
		width: 30%;	
	}
	.casestudy-crient-container .profile-wrapp {
		width: 65%;	
	}
}

/* =======================================
   service
========================================== */
.feature-container {
	width: 100%;
	display: block;
}
.feature-container dl {
	width: 100%;
	aspect-ratio: 1 / 1;
	background-color: #0A5BB5;
	position: relative;
	overflow: hidden;	
	box-sizing: border-box;
	margin-bottom: 2rem;
}
.feature-container .corner {
	position: absolute;
	top: 0;
	left: 0;
	width: 31%;
	height: 31%;
	background-color: white;
	clip-path: polygon(-1% -1%, 101% -1%, -1% 101%);
	z-index: 2;
}
.feature-container dt {
	position: relative;
	width: 30%;
	z-index: 3;	
}
.feature-container dt span {
	display: flex;
	justify-content: center;
}
.feature-container dt span:first-child {
	margin-bottom: 0.5rem;
	color: #0A5BB5;
	font-size: 0.9rem;
	font-weight: 500;
}
.feature-container dt span:last-child {
	width: 80%;
}
.feature-container dt img {
	width: 100%;
}
.feature-container dd.text {
	position: relative;
	padding: 6rem 3rem 3rem;
	color: #fff;
	line-height: 1.8;
	text-align: center;
	font-size: 2rem;
	z-index: 3;		
}
.service-backcolor-container {
	width: 100%;
	position: relative;
	background: #F3F3F3;
	padding: 3rem 0;
	margin-bottom: 2rem;
}

.casestudy-recommend-container {
	width: 100%;
	position: relative;
	color: #000;
}
.casestudy-recommend-container::after {
	width: 100%;
	height: 100%;
	background: #DBECFF;
	display: block;
	content: "";
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.casestudy-recommend-container .detail-inner {
	width: auto;
	padding: 4rem 2rem 0;
	border-radius: 10px;
	display: block;
	position: relative;
	z-index: 2;
}
.casestudy-recommend-container .imgwrapp {
	width: auto;
	overflow: hidden;
}
.casestudy-recommend-container .imgwrapp img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
/*a:hover .casestudy-recommend-container .imgwrapp img {
	transform: scale(1.1);
	opacity: 0.6;
}*/
.casestudy-recommend-container .title-wrapp {
	width: auto;
}
.casestudy-recommend-container .title-wrapp a {
	color: #000;
}
.casestudy-recommend-container .title-wrapp a:hover {
	color: #13DBFA;
}
.casestudy-recommend-container .title-wrapp .address{
	font-size: 1.5rem;
}
.casestudy-recommend-container .gopage {
	display: flex;
	justify-content: flex-end;
	width: 90%;
	position: relative;
	z-index: 3;
}
.casestudy-recommend-container .gopage a {
	display: block;
	width: 100px;
	text-align: center;
	color: #000;
}
.service-contact-container {
	width: 100%;
	background: #0A5BB5;
	color: #fff;
	padding: 3rem 0;
	margin-bottom: 60px;
}
.service-contact-container .contact-inner {
	display: block;
}
.service-contact-container p {
	width: auto;
	margin: 0 0 3rem !important;
	font-size: 1.75rem;
	text-align: center;
}
.service-contact-container .button-wrapp {
	width: auto;
	margin: 0;
	display: block;
	padding-right: 10px;
}
.service-contact-container ul.button-wrapp li {
	width: 100%;
	margin: 0;
	display: block;
}
.service-contact-container ul.button-wrapp li a {
	display: flex;
	justify-content: center;
	background: rgba(255,255,255,1);
	align-items: center;
	position: relative;
	width: auto;
	height: 50px;
	padding: 0 2.5rem;
	margin: 0 0 1rem;
	text-decoration: none;
	text-align: left;
	border-radius: 25px;
	font-weight: 500;
}
.service-contact-container ul.button-wrapp li a::before {
	margin-right: 0.5rem;
}
.service-contact-container ul.button-wrapp li a.contact::before {
	width: 25px;
	height: 24px;
	background: url(../img/common/icon-mail-blue.svg) no-repeat center center;
	background-size: cover;
	content: "";
	fill: #0A5BB5;
}
.service-contact-container ul.button-wrapp li a.order::before {
	width: 25px;
	height: 24px;
	background: url(../img/common/icon-order-blue.svg) no-repeat center center;
	background-size: cover;
	content: "";
	fill: #0A5BB5;
}
.service-contact-container ul.button-wrapp li a span {
	color: #0A5BB5;
}
.service-contact-container ul.button-wrapp li a:hover {
	background: #fff8ba;
}
.service-contact-container ul.button-wrapp li a:hover span {
	color: #0A5BB5
}

@media all and (min-width:768px) and (max-width:1366px) {
	.feature-container {
		display: flex;
		justify-content: space-between;
	}
	.feature-container dl {
		width: 32%;
		aspect-ratio: auto;
    	height: auto;
	}
	.casestudy-recommend-container .detail-inner {
		padding: 4rem;
		display: flex;
	}
	.casestudy-recommend-container .title-wrapp {
		margin-left: 2rem;
	}
	.service-contact-container .contact-inner {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.service-contact-container p {
		width: 40%;
		margin: 0 2rem 0 0 !important;
		font-size: 1.75rem;
		text-align: left;
	}
	.service-contact-container .button-wrapp {
        display: flex;
        padding-right: 0;
  }
	.service-contact-container ul.button-wrapp li {
        width: auto;
        margin: 0 1rem;
        display: flex;
  }
	.casestudy-recommend-container .gopage {
		display: block;
		width: 100px;
		position: absolute;
		bottom: 0;
		right: 40px;
		z-index: 3;
	}
	.casestudy-recommend-container .gopage a {
		display: block;
		text-align: center;
		width: 100%;
		color: #000;
	}
}
/* =======================================
   FAQ
========================================== */
.faq-container dl {
	border: 1px solid #BBBBBB;
	cursor: pointer;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	margin: 10px 0;
	background-color: #fff;
	transition: box-shadow 0.3s ease;
	text-align: left;
	padding-right: 30px;
}
.faq-container dl p {
	margin-bottom: 0;
}
.faq-container dt {
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 2rem;
	position: relative;
}
.faq-container dt div {
	width: calc( 100% - 40px );
}
.faq-container dt span {
	width: 26px;
	margin-right: 10px;
}
.faq-container dt::after {
	content: '+';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 400;
	font-size: 1.2em;
	transition: transform 0.3s, content 0.3s;
}
.faq-container dl.open dt::after {
	content: '-';
}
.faq-container dd {
	display: flex;
	align-items: center;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease, padding 0.4s ease;
	padding: 0 2rem;
}
.faq-container dd span {
	width: 26px;
	margin-right: 10px;
}
.faq-container dd div {
	width: calc( 100% - 40px );
}
.faq-container dl.open dd {
	max-height: 500px;
	padding: 2rem;
}

/* =======================================
   Contact form
========================================== */
/* step_navigation */
div.contact-step-navi{
	width:100%;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
div.contact-step{
	overflow: hidden;
    position: relative;
   	width: calc(100% / 3);
	padding-left: 0px;
    height: 60px;
    background: #efefef;
    text-align: left;
}

div.contact-step dl{
    margin:0;
    padding:0;
    font-size:0.8em;
}
div.contact-step dt{
    margin-bottom:-1px;
    padding-top:12px;
    font-weight: 500;
    color:#3e3e3e;
    font-size:10px;
    margin:0;
	text-align: center;
}

div.contact-step dd{
    font-weight: 600;
    color:#3e3e3e;
    margin:0;
	text-align: center;
}
div.contact-current{
    background: #22212F;
}
div.contact-current dt{
  color: #fff;
}
div.contact-current dd{
  color: #fff;
}

/* form */
table.form{
   width: 100%;
   margin: 0 auto 30px;
   font-size:16px !important;
}

table.form th,table.form td{
	line-height:2em;
	padding:20px;
	position: relative;
}
table.form th {
	width:42%;
}
table.form th span {
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
}

table.form th span.text {
  display: inline-block;
  width: auto;
}

table.form th span.required {
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
  background-color: #fff;
  background-color: #FF0000;
  color: #FFF;
}

table.form th span.any {
  padding: 3px 6px;
  font-size: 0.9em;
  display: inline-block;
  font-weight: 600;
  margin-right: 10px;
  border-radius: 3px;
  zoom:1;
  background-color: #fff;
  border: 2px solid #fff;
}
table.form th small {font-weight: normal;}
table.form input{
   width: 89%;
   padding:16px;
   display: inline;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(169, 169, 169);
}

table.form input.table-w-xxsmall{
   width: 20%;
   display: inline;
}

table.form input.table-w-xsmall{
   	width: 60%;
   	display: inline;
}

table.form input.table-w-small{
    width:80%;
    display: inline;
}

table.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	margin: 0;
	padding: 20px;
 	background: transparent;
	border: 0;
	outline: none;
	line-height: 36px;
	font-size:1em;
	border: 1px solid #ccc;
	background: #eeeeee;
	background: -moz-linear-gradient( #ffffff 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -webkit-linear-gradient( #ffffff 0%, #eeeeee 100%);
	background: -o-linear-gradient( #ffffff 0%, #eeeeee 100%);
	background: linear-gradient( #ffffff 0%, #eeeeee 100%);
}
table.form select.table-w-xsmall{width:25%;}
table.form option{
	width: auto;
}

table.form textarea{
	width: 94%;
   	padding:16px 10px;
   	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
   	border-width: 1px;
   	border-style: solid;
   	border-color: rgb(169, 169, 169);
}
input[type="tel"] {
	font-size:16px;
}
input[type="button"].button-w-s{
   	width: 45%;
}

input[type="file"]{
	font: 1.2em !important;
}

input[type="button"].button-w-s-gl{
   	width: 45%;
}

input[type="button"].button-formback{
  	border:none; 
  	padding:10px !important;
}

table.form input[type="radio"],
table.form input[type="checkbox"]{
   	width: auto;
   	display: inline;
	width: 20px;
	height: 20px;
   -moz-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   transform: scale(1.2);
   margin-right: 10px;
}

table.form td label{margin-right: 1em;}

table.form input.address-auto{
   	width: auto;
   	margin-top: 3.125%;
}

.birthday input{margin-bottom:5px;}

input[type="submit"] ,
input[type="button"] ,
input[type="reset"] {
	-webkit-appearance: none;
   	border:none;
}
input[type="text"] {
   	-webkit-appearance: none;
   	border-radius: 0;
   	font-size: 1em;
   	border-color: #c2c2c2;
}
textarea{
   	-webkit-appearance: none;
   	border-radius: 0;
   	border-color: #c2c2c2;
   	font-size:16px
}
table.form .input-group {
	display: flex;
	flex-wrap: wrap;
}
table.form .input-group label {
	display: flex;
	align-items: center;
}
table.form .input-group label span {
	padding-left: 10px;
}
.thanks_message{
	padding: 3rem 0;
	font-size: 1.5rem;
}
.thanks_message p.lead {
	font-size: 2rem;
	text-align: center;
	padding: 3rem 0;
}
.error {
	width: 100%;
	padding: 10px 0;
	font-size: 1.5rem;
	color:rgb(238, 0, 0);
}
#error_message {
	font-size: 1.5rem;
	color:rgb(238, 0, 0);
}

@media all and (max-width:767px) {
	table.form th,table.form td{
		display:block;
		padding:20px 6px;
		width:auto;
	}
	table.form th{
		background:#eee;
	}
}

@media all and (min-width:768px) and (max-width:1366px) {
}
