@charset "utf-8";

/*------------------------------------------------------------
    デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
 
ol, ul { list-style: none;}

blockquote, q { quotes: none;}
 
:focus { outline: 0;}
 
ins { text-decoration: none;}
 
del { text-decoration: line-through;}

a {
	display: inline-block;
	color: inherit;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	outline: none;
	text-decoration: none;
}

a:hover {
  opacity: 0.7;
  color: inherit;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}

*, *::before, *::after {
	box-sizing: border-box;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

figure {
	margin: 0;
	padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------------
    汎用スタイル
------------------------------------------------------------*/

.clear { clear: both;}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.fl { float: left;}
.fr { float: right;}
.txt-c { text-align: center;}
.txt-l { text-align: left;}
.txt-r { text-align: right;}
.red { color: #F00;}
.mk-ye { background: linear-gradient(transparent 60%, #ffff66 60%);}
.fs11 {	font-size: 1.1rem;}
.fs22 { font-size: 2.2rem;}
.fs30 { font-size: 3.0rem;}

/*------------------------------------------------------------
    レイアウト
------------------------------------------------------------*/


html {font-size: 62.5%;}

body {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	/*text-align: center;*/
    line-height: 1.4;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
   	width: 100%;
	position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	color: #1a1a1a;
}

@media screen and (max-width: 768px) {
  body {
    line-height: 1.5;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.wrapper {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
	.wrapper {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}



/*------------------------------------------------------------
    ヘッダー
------------------------------------------------------------*/
.unit-logo-02 {
  display: block;
}

.unit-logo-02>* {
  display: block;
  width: 300px;
  height: 49px;
  font-size: 0;
  background: url(../img/logo.png) left center/contain no-repeat;
}

@media screen and (min-width: 769px) {
 
header#header .inner-header {
	position: fixed;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 110px;
	background: rgba(2, 36, 63, 0.6);
	background: #FFF;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

header#header .inner-header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header#header .inner-header .wrapper .func-wrap .btn-func {
  display: none;
}

header#header .inner-header .wrapper .box-global-01 .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header#header .inner-header .wrapper .box-global-01 .nav-list>:not(:last-child) {
  margin-right: 35px;
}

header#header .inner-header .wrapper .box-global-01 .nav-list>.sp-close {
  display: none;
}

header#header .inner-header .wrapper .box-global-01 .nav-list>*>a {
  text-align: center;
}

header#header .inner-header .wrapper .box-global-01 .nav-list>*>a>* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #22436c;
}

header#header .inner-header .wrapper .box-global-01 .nav-list>*>a>:before {
  content: attr(data-title);
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #22436c;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
}
 
}

@media screen and (max-width: 768px) {
	
header#header .inner-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 50px;
  background: rgba(34, 69, 131, 1);
}

header#header .overlay {
  position: fixed;
  z-index: 48;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  background: rgba(255, 255, 255, 0.5) url(../img/tex_bg_01.png) center center;
  -webkit-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

header#header:not(.is-open) .overlay {
  opacity: 0;
  pointer-events: none;
}

header#header .inner-header .wrapper {
  padding: 0;
  height: 100%;
}

header#header .inner-header .wrapper .func-wrap {
  position: relative;
  z-index: 50;
  height: 100%;
}

header#header .inner-header .wrapper .func-wrap .unit-logo-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header#header .inner-header .wrapper .func-wrap .unit-logo-02 {
  width: calc(100% - 50px);
  padding: 0 15px;
}

header#header .inner-header .wrapper .func-wrap .unit-logo-02>* {
  width: 100%;
  height: 30px;
  background-image: url(../img/logo-sp.png);
}

header#header .inner-header .wrapper .func-wrap .btn-func .btn-nav {
  position: fixed;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background: #fff;
}

header#header .inner-header .wrapper .func-wrap .btn-func .btn-nav .inner-btn {
  color: #02243f;
}

header#header .inner-header .wrapper .func-wrap .btn-func .btn-nav .inner-btn .menu-bar>* {
  display: block;
  margin: auto;
  width: 25px;
  height: 2px;
  background: #02243f;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header#header.is-open .inner-header .wrapper .func-wrap .btn-func .btn-nav .inner-btn .menu-bar .bar1 {
  -webkit-transform: translate(5px, -1px) rotate(45deg);
  -ms-transform: translate(5px, -1px) rotate(45deg);
  transform: translate(5px, -1px) rotate(45deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

header#header.is-open .inner-header .wrapper .func-wrap .btn-func .btn-nav .inner-btn .menu-bar .bar2 {
  width: 0;
}

header#header.is-open .inner-header .wrapper .func-wrap .btn-func .btn-nav .inner-btn .menu-bar .bar3 {
  -webkit-transform: translate(5px, 2px) rotate(-45deg);
  -ms-transform: translate(5px, 2px) rotate(-45deg);
  transform: translate(5px, 2px) rotate(-45deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

header#header .inner-header .wrapper .func-wrap .btn-func .btn-nav .inner-btn .menu-text:before {
  content: "MENU";
  font-weight: bold;
  font-size: 1rem;
}

header#header .inner-header .wrapper .box-global-01 {
  pointer-events: none;
  position: fixed;
  z-index: 49;
  top: 0;
  left: 0;
  overflow-y: scroll;
  width: 100%;
  max-height: calc(100vh);
  background: rgba(2, 36, 63, 0.75);
  color: #fff;
  padding: 50px 0 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header#header:not(.is-open) .inner-header .wrapper .box-global-01 {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
}

header#header .inner-header .wrapper .box-global-01 .nav-list {
  padding-bottom: 40px;
  pointer-events: none;
}

header#header .inner-header .wrapper .box-global-01 .nav-list>*>a {
  width: 100%;
  padding: 15px;
  pointer-events: auto;
}

header#header .inner-header .wrapper .box-global-01 .nav-list>*>a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: bold;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header#header .inner-header .wrapper .box-global-01 .nav-list>*>a span:after {
  content: attr(data-title);
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0.2em;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1rem;
}

header#header .inner-header .wrapper .box-global-01 .nav-list>:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

header#header .inner-header .wrapper .box-global-01 .nav-list>.sp-close {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  letter-spacing: 0.1em;
  background: #224583;
  pointer-events: none;
  font-family: 'Nunito Sans', sans-serif;
  border: 0;
}

}

/*------------------------------------------------------------
    トップイメージ
------------------------------------------------------------*/

.box-mainvisual-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  height: 800px;
  color: #fff;
  background: url(../img/mv01.jpg) no-repeat center center;
  background-size: cover;
}

.box-mainvisual-01 .inner-mainvisual {
  text-align: center;
}

.box-mainvisual-01 .inner-mainvisual h2 {
  display: block;
  text-align: center;
  font-size: 6.4rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 -1em 20px 0;
  text-shadow: 0 0 10px #0b7aff, 0 0 20px #0b7aff;
  padding-top: 300px;
}

.unit-scroll-01 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000, 0 0 20px #000;
  font-family: 'Nunito Sans', sans-serif;
}

.unit-scroll-01>:before {
  content: "\f107";
  display: block;
  font-family: fontawesome;
  margin-bottom: 10px;
}

.unit-scroll-01 a:hover {
  opacity: 1;
  color: #fe4085;
}

.box-mainvisual-01:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 100px);
  background: (../img/tex_bg_01.png) center center;
  opacity: 0.1;
  pointer-events: none;
}

@media (max-width: 768px) {
	.box-mainvisual-01 {
		width: 100%;
		height: calc(109.375vw + 50px);
		background-size: cover;
	}
	.box-mainvisual-01 .inner-mainvisual h2 {
		font-size: 6vw;
		margin: 0 auto 10px;
		padding-top: 35vw;
	}
	.unit-scroll-01 {
		bottom: 35px;
	}
	.box-mainvisual-01:after {
		height: calc(100% - 50px);
	}

}


/*------------------------------------------------------------
    IFRAME
------------------------------------------------------------*/

.iframe-wrapper {
	position: relative;
	width: 100%;
	padding: calc(600 / 670 * 100%) 0 0;
}

.iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*------------------------------------------------------------
    フッター
------------------------------------------------------------*/

#footer_wrap {
  background: rgba(34, 69, 131, 1);
  color: #fff;
}

#return {
  position: relative;
  z-index: 1000;
  top: -25px;
}

.return_btn {
  display: block;
  position: absolute;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #22436c;
  box-sizing: border-box;
  text-decoration: none;
  transition: background 0.3s;
}

.return_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.return_txt {
  display: none;
}

#footer_area {
  padding: 50px 20px 42px;
  max-width: 1100px;
  margin: auto;
  position: relative;
  text-align: left;
}

#footer_area address {
  display: block;
  float: left;
  font-size: 1.3rem;
  letter-spacing: 1.2px;
  line-height: 2.2rem;
}

#footer_area address img {
  display: block;
  width: auto;
  height: auto;
  max-width: 190px;
  margin-bottom: 8px;
}

#footer_area address [href^="tel:"] {
  color: #fff !important;
}

#footer_link {
  float: right;
  overflow: hidden;
}

#footer_link ul {
  float: left;
}

#footer_link ul + ul {
  margin-left: 40px;
}

#footer_link ul li {
  margin-bottom: 8px;
}

#footer_link a {
  color: #fff;
  text-decoration: none;
}

#copyright {
  border-top: 1px solid rgba(204, 204, 204,0.3);
  text-align: center;
  padding: 15px 20px 20px;
}

#copyright small {
  font-size: 1.2rem;
}

.footer-link_navi {
	padding-bottom: 15px;
}

#footer_link .link-list ul li {
	width: 150px;
}


@media (max-width: 768px) {
	#return {
		position: relative;
		right: auto;
		top: auto;
	}
	.return_btn {
		width: auto;
		position: relative !important;
		bottom: auto !important;
		right: auto !important;
	}
	.return_btn::after {
		top: 8px;
		width: 14px;
		height: 14px;
	}
	#footer_area {
		padding: 0;
	}
	#footer_area address {
		float: none;
		font-size: 1.2rem;
		letter-spacing: 1.2px;
		line-height: 2rem;
		padding: 26px 20px 42px;
		text-align: center;
	}
	#footer_area img {
		margin: 0 auto 8px;
	}
	#footer_link {
		float: none;
		overflow: hidden;
	}
	#footer_link ul {
		float: none;
		margin: 0;
		overflow: hidden;
	}
	#footer_link ul + ul {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.footer-link_navi ul li {
		margin-bottom: 0;
		float: left;
		width: 50%;
		border-top: 1px solid rgba(255,255,255,0.5);
		border-right: 1px solid rgba(255,255,255,0.5);
	}
	.footer-link_navi ul li:nth-child(2n) {
		border-right: none;
	}
	.footer-link_navi ul li a {
		display: block;
		text-align: center;
		padding: 16px 10px;
	}
	#footer_link .footer-link_navi ul li {
		margin-bottom: 0;
	}
	#copyright {
		border-top: 1px solid rgba(255, 255, 255,0.5);
		padding: 10px 20px 14px;
	}
	#copyright small {
		font-size: 1rem;
	}
	.footer-link_navi {
		padding-bottom: 0;
	}
	.footer-link_navi ul + ul {
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	#footer_link .link-list ul li {
		margin: auto;
	}
	

}



/*------------------------------------------------------------
    コンテンツ
------------------------------------------------------------*/

#contents.page-home .section-product {
  position: relative;
  text-align: center;
  padding: 60px 0;
}

#contents.page-home .section-product .wrapper {
	background: #FFF;
}

.unit-title-01 {
  text-align: center;
  letter-spacing: 0.1em;
}

.unit-title-01 .main {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Nunito Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #00233f;
  display: inline-block;
  position: relative;
}

.unit-title-01 .main::before {
	content: "";
	width: 20px;
	height: 30px;
	display:inline-block;
	background:#e00a0a;
	transform:skewX(30deg);
	position: absolute;
	left: -50px;
	top: 50%;
    transform: translateY(-50%) skewX(30deg);
}

.unit-title-01 .main::after {
	content: "";
	width: 20px;
	height: 30px;
	display:inline-block;
	background:#e00a0a;
	transform:skewX(30deg);
	position: absolute;
	right: -50px;
	top: 50%;
    transform: translateY(-50%) skewX(30deg);
}

.unit-title-01 .sub {
  display: block;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.5);
  color: #00233f;
}

.unit-title-01 .main+.sub {
  margin-top: 10px;
}

.unit-title-01+* {
  margin-top: 30px;
}

#contents.page-home .section-product .wrapper>.unit-text-01 {
  margin: 40px 0;
  line-height: 1.7;
  color: #666;
}

.unit-text-01 p {
	margin-bottom: 15px;
}

.box-list-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.box-list-01 li {
	width: calc((100% - 80px) / 5);
	flex-shrink: 0;
	margin-bottom: 20px;
}

.box-list-01 li:not(:nth-child(5n)) {
	margin-right: 20px;
}

.box-list-01 li a {
	display: block;
	position: relative;
	z-index: 3;
}

.box-list-01 li a::before,
.box-list-01 li a::after {
	content: "";
	display: block;
	width: calc(100% - 40%);
	height: calc(100% - 40%);
	transition: 0.3s all ease-out;
	z-index: 4;
}

.box-list-01 li a::before {
	border-top: 1px solid #224583;
	border-left: 1px solid #224583;
	position: absolute;
	top: 0;
	left: 0;
}


.box-list-01 li a::after {
	border-bottom: 1px solid #e00a0a;
	border-right: 1px solid #e00a0a;
	position: absolute;
	bottom: 0;
	right: 0;
}

.box-list-01 li a:hover::before,
.box-list-01 li a:hover::after {
	width: 100%;
	height: 100%;
}

.box-item .item-img {
	margin-bottom: 10px;
}

.box-item .item-ttl {
	color: #224583;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
}

.unit-btn-01 .inner-btn, .unit-btn-02 .inner-btn, .unit-btn-03 .inner-btn {
  position: relative;
  text-align: center;
  display: inline-block;
  border: 2px solid #02243f;
  border-radius: 100px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 12px 60px;
  color: #02243f;
}

.unit-btn-01 .inner-btn:after, .unit-btn-02 .inner-btn:after, .unit-btn-03 .inner-btn:after {
  content: "\f061";
  font-family: fontawesome;
  display: inline-block;
  font-weight: bold;
}

.unit-btn-01 a:hover, .unit-btn-02 a:hover, .unit-btn-03 a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.unit-btn-01 .inner-btn:hover, .unit-btn-02 .inner-btn:hover, .unit-btn-03 .inner-btn:hover {
  background: rgba(34, 69, 131, 1);
  color: #fff;
}

@media screen and (min-width: 415px) {
	.unit-btn-01 .inner-btn, .unit-btn-02 .inner-btn, .unit-btn-03 .inner-btn {
		min-width: 300px;
	}
	.unit-btn-01 .inner-btn:after, .unit-btn-02 .inner-btn:after, .unit-btn-03 .inner-btn:after {
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-55%);
		-ms-transform: translateY(-55%);
		transform: translateY(-55%);
	}
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#contents.page-home .section-about {
  padding: 60px 0;
  text-align: center;
  background-color: #f9f9f9;
}

.unit-title-02 {
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.7;
  color: #00233f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.unit-title-02+* {
  margin-top: 30px;
}

#contents.page-home .section-about figure img {
  margin: auto;
}

#contents.page-home .section-about .unit-text-01 {
  margin: 40px 0 0;
  line-height: 1.7;
}

.section-service {
	padding: 100px 20px 100px;
	position: relative;
}

.section-service::before {
  content: "";
  display: block;
  width: 100%;
  height: 600px;
  height: 600px;
  background: #f9f9f9;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-service .wrapper {
	position: relative;
}

.box-service-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.box-service-01>.inner {
  width: 31%;
}

.unit-service-01>.inner {
  display: block;
  position: relative;
  overflow: hidden;
}

.unit-service-01>.inner>.img {
  display: block;
}

.unit-service-01>.inner>.img img {
  display: block;
}

.unit-service-01>.inner>.txt {
  position: absolute;
  bottom: calc(0% - 100px);
  left: 0;
  overflow: hidden;
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  padding: 20px 0;
  width: 100%;
  height: 210px;
  text-align: left;
}

.unit-service-01>.inner>.txt:before {
  content: "";
  display: block;
  width: 100%;
  height: 200%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0) 1%, black 50%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0) 1%, black 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(247, 247, 247, 0)), color-stop(50%, black));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0) 1%, black 50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(247, 247, 247, 0) 1%, black 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
}

.unit-service-01>.inner>.txt>* {
  position: relative;
}

.unit-service-01>.inner>.txt>.title {
  font-size: 1.6rem;
  padding: 20px 20px;
}

.unit-service-01>.inner>.txt>.title:before {
  content: attr(data-en);
  display: block;
  font-size: 2.2rem;
  letter-spacing: .2em;
  line-height: 1em;
  margin-bottom: 4px;
  font-family: 'Lato', 'Noto Sans JP' , "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.unit-service-01>.inner>.txt>.detail {
  padding: 0 20px;
  font-size: 1.5rem;
}

.unit-service-01>.inner>.txt:after {
  content: "\f061";
  font-family: "fontAwesome";
  position: absolute;
  right: 20px;
  top: 50px;
}

.box-service-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  text-align: left;
}

.box-service-02>.inner {
  width: 48%;
}

.unit-service-02>.inner {
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.unit-service-02>.inner>.img {
  width: 210px;
  margin-right: 20px;
}

.unit-service-02>.inner>.txt {
  position: relative;
  padding-right: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
}

.unit-service-02>.inner>.txt:after {
  content: "\f061";
  font-family: fontawesome;
  position: absolute;
  right: 20px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}

#contents.page-home .section-news {
  padding: 60px 0;
}

#contents.page-home .section-news .wrapper {
  padding: 0 30px;
}

.box-flex-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contents.page-home .section-news .wrapper .box-flex-01 .flex-title {
  width: 220px;
}

#contents.page-home .section-news .wrapper .box-flex-01 .flex-title .unit-title-01 {
  text-align: left;
}

#contents.page-home .section-news .wrapper .box-flex-01 .flex-detail {
  width: calc(100% - 220px);
  text-align: right;
}

#contents.page-home .section-news .wrapper .box-flex-01 .unit-title-01 .main::before,
#contents.page-home .section-news .wrapper .box-flex-01 .unit-title-01 .main::after {
  display: none;
}

.box-list-02>* {
  text-align: left;
  width: 100%;
}

.box-list-02 a {
  display: block;
  width: 100%;
  padding: 10px;
  letter-spacing: 0.2em;
  border-bottom: 1px dotted #8c8c8c;
}

.box-list-02>* .time {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 35px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Nunito Sans', sans-serif;
  letter-spacing: 0.15em;
}

.box-list-02>* .title {
  color: #666;
}

.box-list-02+* {
  margin-top: 20px;
}

.unit-btn-04 .inner-btn {
  font-weight: bold;
  color: #02243f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.unit-btn-04 .inner-btn:after {
  content: "\f061";
  font-family: "fontAwesome";
  font-weight: bold;
  margin-left: 25px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.section-contact {
  background: url(../img/bg_contact.jpg) center no-repeat;
  background-size: cover;
  padding: 100px 20px 90px;
  text-align: center;
  color: #fff;
}


.section-contact .unit-title-01 .main,
.section-contact .unit-title-01 .sub {
  color: #ffffff;
}

.section-contact .unit-text-01 {
  line-height: 2;
  margin: 40px 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-contact .unit-btn-02 .inner-btn {
	color: #FFF;
	border-color: #FFF;
}

.box-undertitle-01 {
	padding-top: 110px;
}

.box-undertitle-01 .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 350px;
  background: gray;
}

.box-undertitle-01.product .title-wrap {
  background: url(../img/title_product.jpg) center center/cover no-repeat;
}

.box-undertitle-01.service .title-wrap {
  background: url(../img/title_service.jpg) center center/cover no-repeat;
}

.box-undertitle-01.about .title-wrap {
  background: url(../img/title_about.jpg) center center/cover no-repeat;
}

.box-undertitle-01.recruit .title-wrap {
  background: url(../img/title_recruit.jpg) center center/cover no-repeat;
}

.box-undertitle-01.contact .title-wrap {
  background: url(../img/title_contact.jpg) center center/cover no-repeat;
}

.box-undertitle-01.privacypolicy .title-wrap {
  background: url(../img/title_privacypolicy.jpg) center center/cover no-repeat;
}

.box-undertitle-01.international .title-wrap {
  background: url(../img/title_international.jpg) center center/cover no-repeat;
}

.box-undertitle-01.contractor .title-wrap {
  background: url(../img/title_contractor.jpg) center center/cover no-repeat;
}


.box-undertitle-01 .title-wrap .inner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  /*
  height: 160px;
  width: 950px;
  background: #fff;
  -webkit-transform: translateY(35px);
  -ms-transform: translateY(35px);
  transform: translateY(35px);
  */
}

.unit-title-04 {
  text-align: center;
}

.unit-title-04>* {
  font-size: 1.3rem;
  color: #8f8f8f;
  color: #FFFFFF;
}

.unit-title-04>:before {
  content: attr(data-title);
  display: block;
  text-transform: uppercase;
  font-size: 3.9rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #02243f;
  color: #FFFFFF;
  font-family: 'Nunito Sans', sans-serif;
}

.unit-title-10 {
  position: relative;
  font-size: 2.4rem;
  padding-left: 20px;
  line-height: 1.2em;
}

.unit-title-10:before {
  content: "";
  display: block;
  background: #224583;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 0;
}

.unit-title-10+* {
  margin-top: 20px;
}

.box-undertitle-01+* {
  padding-top: 50px;
}

.section-item .box-item-01 .txt p {
  line-height: 1.8em;
  color: #666666;
}

.section-s-service .box-s-service-01 .txt p {
	line-height: 1.7;
	letter-spacing: 0.1em;
	color:#666666;
}

.section-item .box-item-02 {
  margin: 40px 0 60px;
}

.section-s-service .box-s-service-01 .txt {
	margin-bottom: 40px;
}

.section-s-service {
	margin-bottom: 70px;
}

.column_2, .column_3, .column_4, .column_5 {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: -20px 0 0 0;
}

h3 + .column_2 {
	margin-top: -10px;
	margin-bottom: 20px;
}

.column_2 div {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 20px;
  margin: 20px 0 0;
}

.column_2 div img, .column_3 div img, .column_4 div img, .column_5 div img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: auto;
}

.page p + p{
	margin-top: 15px;
}

.box-s-service-02 .unit-btn-01 {
	margin-top: 40px;
}

.page h3.unit-title-02 {
	position: relative;
	padding-left: 20px;
	margin-top: 20px;
}

.page h3.unit-title-02::before {
	content: "";
	width: 10px;
	height: 3px;
	display: inline-block;
	background: #00233f;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.s-box + .s-box {
	margin-top: 80px;
}

.box-list {
	margin-top: 20px;
	background: #f2f2f2;
	display: block;
	padding: 35px;
	position: relative;
	color: #02243f;
}

.box-list .list {
	width: 100%;
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.box-list .list li {
	position: relative;
	margin-right: 40px;
	font-weight: bold;
}

.box-list .list li::before {
  content: "-";
  font-weight: bold;
  font-family: fontawesome;
  font-size: 2rem;
  margin-right: 10px;
}

.section-about .section-about-company {
  padding: 0 0 70px 0;
}

.box-column-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-about .section-about-company .box-column-01 .column-table {
  width: 100%;
}

table tr td,
table tr th {
  border: 1px solid #D6D6D6;
  vertical-align: top;
  padding: 15px;
  text-align: left;
}

table tr th {
  background-color: #E7E7EB;
  font-weight: bold;
}

.box-table-01 {
	width: 100%;
}

.box-table-01 tr td,
.box-table-01 tr th {
  border: 0;
  background: none;
  letter-spacing: 0.1em;
  padding: 12px 25px;
}

.box-table-01 tr th {
  color: #02243f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.box-table-01 tr {
  border-bottom: 1px dotted #8f8f8f;
}

.box-table-01 tr td {
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-about .section-about-company .box-column-01 .column-map {
  width: 100%;
  margin-top: 20px;
}

.section-about-marginrate {
	padding-bottom: 100px;
}

.section-about-marginrate .img {
	text-align: center;
	margin-bottom: 20px;
}

.section-about-marginrate .txt,
.section-contact-tel .txt {
  background: #f2f2f2;
  display: block;
  padding: 35px;
  position: relative;
}

.section-recruit-career .txt {
	margin-bottom: 40px;
}

.column-table {
	width: 100%;
}

.section-recruit-career {
	padding: 0 0 70px 0;
}

.contact-tel a {
	display: inline-block;
	margin: 0 5px;
	font-weight: bold;
	font-size: 32px;
	color: #e00a0a;
}

.contact-tel span {
	font-size: 14px;
	display: inline-block;
	margin-left: 2px;
	font-weight: bold;
}


.section-contact-tel {
	margin-bottom: 60px;
}

.section-contact-form .txt {
	margin-bottom: 20px;
}

.section-contact-tel .wrapper,
.section-contact-form .wrapper {
	width: 950px;
	max-width: 100%;
}

.box-form-01 {
  margin: 0 0 50px 0;
  border-top: 1px dotted #8f8f8f;
}

.box-form-01 dl {
  border-bottom: 1px dotted #8f8f8f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.box-form-01 dl dt {
  font-weight: bold;
  width: 240px;
  padding-left: 30px;
}

.box-form-01 dl dt.required:after {
  content: "※";
  color: #c1272d;
  margin-left: 10px;
}

.box-form-01 dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

input, select, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=email], input[type=mail], input[type=submit], input[type=tel], input[type=text], select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 17px;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-box-shadow: 3px 3px 3px #eee;
  box-shadow: 3px 3px 3px #eee;
}

input[type=email], input[type=mail], input[type=tel], input[type=text], textarea {
  width: 100%;
}	

.box-form-01 input[type=email], .box-form-01 input[type=tel], .box-form-01 input[type=text], .box-form-01 textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  width: 380px;
  height: 30px;
  padding: 0 10px;
}

.box-form-01 dl dd .your-email, .box-form-01 dl dd .your-email_confirm, .box-form-01 dl dd .your-tel {
  margin-right: 30px;
}

.box-form-01 dl dd .cap {
  color: #8f8f8f;
}

.box-form-01 textarea {
  width: 100%!important;
  height: 188px;
}

.unit-pribacy-01 {
  text-align: center;
  color: #8f8f8f;
  font-weight: bold;
  margin: 30px 0;
}
  
.unit-pribacy-01 a {
  text-decoration: underline;
}

.unit-btn-01.submit .inner-btn {
  width: 300px;
  height: 50px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.unit-btn-01.submit .inner-btn input[type=submit] {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #02243f;
  font-weight: bold;
  font-size: 1.6rem;
  left: 0;
  top: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.unit-btn-01.submit .inner-btn input[type=submit]:hover {
  color: #FFFFFF;
}

.section-privacypolicy .box-privacypolicy-01 .txt {
  margin-bottom: 40px;
}

.box-privacypolicy-02 .unit-title-02+* {
  margin-top: 10px;
}

.page .box-privacypolicy-02 h3.unit-title-02 {
  margin-top: 40px;
}

.box-privacypolicy-02 {
	padding-bottom: 100px;
}

.box-international-01-box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}

.box-international-01-box .img {
  margin-left: 40px;
  width: 400px;
  flex-shrink: 0;
}

.box-international-02 h3 + .column_2 {
  margin-top: 30px;
  margin-bottom: 20px;
}	

.box-img-01 {
	margin: 20px 0;
}

.box-international-03 .box-list p + h4 {
	margin-top:40px;
}

.box-international-04 {
	padding-bottom: 100px;
}

.flow > li {
	position: relative;
}
.flow > li:not(:last-child) {
	margin-bottom: 40px;
}
.flow > li:not(:first-child)::before {
	content: "";
	height: 60px;
	display: block;
	border-left: 4px dotted #e5e5e5;
	position: absolute;
	top: -40px;
	left: -webkit-calc(10% + 30px - 2px);
	left: calc(10% + 30px - 2px);
	z-index: 10;
}
.flow > li dl {
	width: 100%;
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid rgb(107,144,219);
	border-radius: 10px;
	position: relative;
}
.flow > li:not(:last-child) dl::before,
.flow > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: rgb(107,144,219);
}
.flow > li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #fff;
}
.flow > li dl dt {
	font-size: 20px;
	font-weight: 600;
	color: rgb(107,144,219);
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-right: 2vw;
	text-align: center;
}
.flow > li dl dt .icon {
	font-size: 12px;
	color: #fff;
	background: rgb(107,144,219);
	background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
	background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
	background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
	padding: 5px 10px;
	margin-bottom: 10px;
	display: block;
	border-radius: 20px;
	position: relative;
	z-index: 99;
}

.box-contractor-02 {
	padding-bottom: 100px;
}

.page #footer_area p + p.kyoka {
	margin-top: 5px;
}

.disclosure-box01 {
	margin-bottom: 20px;
}

.disclosure-box02 {
	margin-bottom: 20px;
}

.disclosure-box03 {
	margin-bottom: 40px;
}

.disclosure-box02 th {
	width:40%;
}

.pie-chart-3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pie-chart-3 > div {
    width: 400px;
    height: 400px;
    margin: 0;
    border-radius: 50%;
    background-image: conic-gradient(#78b14a 66%, #467fcc 66% 97%, #FECD0F 97% 100%);
}

.pie-chart-3 > ol {
	margin-left: 40px;
}


.pie-chart-3 li {
    display: flex;
    list-style-type: none;
    align-items: center;
    font-size: 2.2rem;
	line-height: 2;
    font-weight: bold;
}

.pie-chart-3 li::before {
    display: inline-block;
    width: 1.2em;
    height: .8em;
    margin-right: 5px;
    content: '';
}

.pie-chart-3 li:nth-child(1)::before {
    background-color: #78b14a;
}

.pie-chart-3 li:nth-child(2)::before {
    background-color: #467fcc;
}

.pie-chart-3 li:nth-child(3)::before {
    background-color: #FECD0F;
}

.pie-chart-3 span {
    margin-right: 10px;
}

.scroll-table {
	overflow: auto; /* 横スクロールバーを表示 */
	white-space: nowrap; /* セル内にあるテキストの折り返しを禁止 */
	font-size: 1.4rem;
}

.bgye {
	background: lightgoldenrodyellow;
	font-weight: bold;
}
	

@media screen and (min-width: 769px) {
	.sp-visible {
		display: none!important;
	}
}

.pc {
	display: inherit;
}

@media (max-width: 1020px) and (min-width: 768px) {
	#css {狭いブラウザとタブレット向け}
}

@media (max-width: 768px) {
	.pc {
		display: none;
	}
	.unit-btn-01 .inner-btn, .unit-btn-02 .inner-btn, .unit-btn-03 .inner-btn {
		padding: 8px 24px;
		font-size: 4vw;
		min-width: 75%;
	}
	.unit-btn-01 .inner-btn:after, .unit-btn-02 .inner-btn:after, .unit-btn-03 .inner-btn:after {
		margin-left: 15px;
	}
	.unit-title-01 .main {
		font-size: 9vw;
	}
	.unit-title-01 .main+.sub {
		margin-top: 5px;
	}
	.unit-title-01+* {
		margin-top: 20px;
	}
	.unit-title-02.fs22 {
		font-size: 4.25vw;
	}
	#contents.page-home .section-about .unit-text-01 {
		margin: 25px 0 0;
	}
	.pc-visible {
		display: none!important;
	}
	.unit-service-01>.inner>.img img {
		width: 100%;
	}
	.box-service-01 {
		display: block;
		margin-top: 30px;
	}
	.box-service-01>.inner {
		width: 100%;
		margin-top: 30px;
	}
	.unit-service-01>.inner>.txt {
		bottom: 0;
		padding: 0;
		height: auto;
	}
	.unit-service-01>.inner>.txt:before {
		height: 100%;
		background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
		background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 87, 153, 0)), to(rgba(0, 0, 0, 0.5)));
		background: -o-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
		background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#80000000',GradientType=0 );
	}
	.unit-service-01>.inner>.txt>.title {
		padding: 20px;
		font-size: 1.5rem;
	}
	.unit-service-01>.inner>.txt>.title:before {
		  font-size: 1.8rem;
	}
	.box-service-02 {
		display: block;
		margin-top: 20px;
	}
	.box-service-02>.inner {
		width: 100%;
		margin-top: 20px;
	}
	.unit-service-02>.inner>.img {
		width: 150px;
		margin-right: 10px;
	}
	.unit-service-02>.inner>.txt {
		font-size: 1.4rem;
	}
	#contents.page-home .section-news {
		padding: 90px 0 40px;
	}
	#contents.page-home .section-news .wrapper {
		padding: 0 15px;
	}
	#contents.page-home .section-news .wrapper .box-flex-01 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#contents.page-home .section-news .wrapper .box-flex-01 .flex-title {
		width: 100%;
	}
	#contents.page-home .section-news .wrapper .box-flex-01 .flex-detail {
		width: 100%;
	}
	.box-list-02 a {
		padding: 10px 0;
	}
	.box-list-02>* .time {
		display: block;
		padding: 0 0 5px;
	}
	.box-list-02>* .title {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}
	.section-contact {
		background-size: cover;
		padding: 57px 20px 70px;
	}
	#contents.page-home .section-contact .unit-text-01 {
		margin: 20px 0 30px;
	}
	.box-list-01 li {
		width: calc((100% - 15px) / 2);
		margin-bottom: 15px;
	}
	.box-list-01 li:not(:nth-child(5n)) {
		margin-right: inherit;
	}
	.box-list-01 li:nth-child(odd) {
		margin-right: 15px;
	}
	.box-undertitle-01 {
		padding-top: 50px;
	}
	.box-undertitle-01 .title-wrap {
		height: 210px;
	}
	.column_2, .column_3 {
		display: flex;
		flex-wrap: wrap;
		overflow: hidden;
		margin: -20px 0 0 0;
	}
	.column_2 div, .column_3 div {
		float: none;
		width: auto;
		padding-right: 0;
	}
	.box-column-01>* {
		width: 100%;
	}
	.section-about .section-about-company .box-column-01 .column-table {
		width: 100%;
		margin-bottom: 30px;
	}
	table tr td, table tr th {
		padding: 10px;
	}
	.box-table-01 tr td, .box-table-01 tr th {
		padding: 12px;
	}
	.section-about .section-about-company .box-column-01 .column-map iframe {
		width: 100%;
		height: calc(100vw - 150px);
	}
	.section-about .section-about-company .box-column-01 .column-table {
		margin-bottom: 0;
	}
	.box-form-01 dl {
		display: block;
		padding: 15px 0;
	}
	.box-form-01 dl dt {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 10px;
	}
	.box-form-01 dl dd {
		display: block;
	}
	.box-form-01 input[type=email], .box-form-01 input[type=tel], .box-form-01 input[type=text], .box-form-01 textarea {
		width: 100%;
	}
	.box-form-01 dl dd .your-email, .box-form-01 dl dd .your-email_confirm, .box-form-01 dl dd .your-tel {
		margin-right: 0;
	}
	.box-form-01 dl dd .cap {
		margin-top: 5px;
	}
	.unit-btn-01.submit .inner-btn {
		width: 100%;
		max-width: 300px;
	}
	.unit-btn-01.submit .inner-btn:after {
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-55%);
		-ms-transform: translateY(-55%);
		transform: translateY(-55%);
	}
	.box-international-01-box {
		flex-direction: column;
	}
	.box-international-01-box .img {
		margin-left: 0;
		width: auto;
		margin-top: 20px;
	}
	.pie-chart-3 {
		flex-direction: column;
	}
	.pie-chart-3 > div {
		width: 200px;
		height: 200px;
		margin-bottom: 10px;
	}
	.pie-chart-3 > ol {
		margin-left: 0px;
	}
	.pie-chart-3 li {
		font-size: 1.6rem;
	}

	
	
}


	