@charset "UTF-8";
/********************************************************************************************************
CSS 構成書

 File Name:      common.css
 Style Info:     全ページ共通CSS
 Author:         man'age
 Create Modified:2016.04.26
********************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
/*==========================================================
1.Basic -基本設定-
==========================================================*/
@import url("reset.css");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Verdana, "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
  font-size: 0.875em;
  line-height: 1;
  color: #666;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}

a, a:link {
  color: #005faf;
  text-decoration: underline;
}

a:hover {
  color: #87d1f5;
  text-decoration: none;
}

#header > .inner, #gnav > .inner, #footer > .inner, .article > .inner {
  min-width: 1000px;
  max-width: 1300px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 100px 0;
  *zoom: 1;
  z-index: 1;
}
#header > .inner:after, #gnav > .inner:after, #footer > .inner:after, .article > .inner:after {
  content: "";
  display: table;
  clear: both;
}

.article .content {
  position: relative;
}

.box {
  border: 2px solid #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -ms-filter: "alpha(opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  background-color: white;
  background: rgba(255, 255, 255, 0.5);
  zoom: 1;
  text-align: center;
}

/* Basic Background */
#header {
  background: #e8f4fb url(../images/header_bg.png) 0 0 repeat;
}

#biz {
  background: #e8f4fb url(../images/biz_bg.png) 0 0 repeat;
}

#company {
  background: #b9cbdd;
}

#contact {
  background: #e8f4fb url(../images/contact_bg.png) 0 0 repeat;
}

#footer {
  background: #333;
}

/*==========================================================
2.Layout -基本レイアウトパーツ設定-
==========================================================*/
#container {
  position: relative;
}

/*********************************************
 HEADER
*********************************************/
#header {
  position: relative;
}
#header .f_left {
  float: left;
  width: 50%;
}
#header .f_right {
  float: right;
  width: 47%;
}
#header .logo {
  text-align: center;
}
#header .note {
  padding: 5px 10px;
  line-height: 1.5;
  margin-top: 40px;
}
#header .txt {
  margin-top: 130px;
  text-align: center;
}

/*********************************************
 GLOBAL NAVIGATION
*********************************************/
#gnav {
  background: #005faf;
  position: relative;
  overflow: hidden;
  font-size: 1.14em;
  z-index: 10000;
}
#gnav ul.inner {
  padding: 0;
}
#gnav li {
  width: 20%;
  float: left;
}
#gnav li.nav01 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#gnav li.nav04 {
  margin-left: 20%;
}
#gnav a {
  display: block;
  padding: 32px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
#gnav a:hover {
  color: #87d1f5;
}

#gnav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

/*********************************************
 FOOTER
*********************************************/
#footer {
  position: relative;
  text-align: center;
  padding: 60px 0;
}

/* copyright */
#copyright {
  color: #999;
  font-size: 1em;
  letter-spacing: 0.05em;
}

/* page top */
#pagetop {
  min-width: 1000px;
  max-width: 1300px;
  width: 70%;
  height: 70px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
}
#pagetop a {
  position: fixed;
  overflow: hidden;
  text-indent: -9999px;
  bottom: 134px;
  right: 0;
  margin-bottom: -35px;
  margin-right: 35px;
  display: block;
  background: #333 url(../images/arw_totop.png) center center no-repeat;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}
#pagetop a:hover {
  background-color: #666;
}

/*==========================================================
4.Contents -各コンテンツ設定-
==========================================================*/
/*********************************************
 CONTENT HEADER
*********************************************/
.artHeader {
  text-align: center;
  margin-bottom: 60px;
}

.ttl01 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.57em;
  font-weight: bold;
  color: #005faf;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.subttl01 {
  font-size: 1.57em;
  font-weight: normal;
  color: #5c8db7;
  letter-spacing: 0.6em;
  margin-top: 15px;
  text-indent: 0.6em;
}

.ttl02 {
  color: #555;
  position: relative;
  text-align: center;
  width: 160px;
  font-size: 1.57em;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  margin: 60px auto;
}
.ttl02:before, .ttl02:after {
  position: absolute;
  content: '';
  background: url(../images/ttl02_line.png) center left repeat-x;
  width: 130px;
  height: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ttl02:before {
  right: 100%;
}
.ttl02:after {
  left: 100%;
}

.headline01 {
  font-weight: normal;
  font-size: 1.57em;
  color: #005faf;
  line-height: 1.63;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 50px;
}

/*********************************************
01 CONCEPT -コンセプト-
*********************************************/
#concept01 {
  padding-left: 420px;
  min-height: 612px;
}
#concept01 .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f4f6;
  overflow: hidden;
  width: 380px;
  height: 100%;
}
#concept01 .img img {
  position: absolute;
  bottom: 0;
}

.numBlockList .item {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 30px;
}
.numBlockList .ttl {
  font-size: 1.28em;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.numBlockList .ttl .num {
  font-size: 2.2em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  color: #92bdd6;
  position: absolute;
  left: 0;
  top: -0.6em;
}
.numBlockList .txt {
  line-height: 1.71;
}

/*********************************************
02 MESSAGE -社長メッセージ-
*********************************************/
#concept02 {
  padding-left: 420px;
  min-height: 390px;
}
#concept02 .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f4f6;
  overflow: hidden;
  width: 380px;
  height: 100%;
}
#concept02 .img img {
  position: absolute;
  bottom: 0;
}

.numBlockList .item {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 30px;
}
.numBlockList .ttl {
  font-size: 1.28em;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.numBlockList .ttl .num {
  font-size: 2.2em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  color: #92bdd6;
  position: absolute;
  left: 0;
  top: -0.6em;
}
.numBlockList .txt {
  line-height: 1.71;
}

/*********************************************
02 BUSINESS -事業領域-
*********************************************/
/* 事業領域 */
.numList {
  position: relative;
  overflow: hidden;
}
.numList li {
  position: relative;
  float: left;
  width: 45%;
  padding: 10px 2.8em;
  font-size: 1.14em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #5c8db7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.numList li:nth-child(odd) {
  margin-right: 10%;
}
.numList li strong {
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: block;
  text-align: center;
}
.numList li .num {
  font-size: 2.5em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  color: #b9cbdd;
  line-height: 1.0;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1.0em;
}
/* 追加2023.03.20 */
ol.numList li a {
	color: #fff!important;
	text-decoration: none;
}
ol.numList li a:hover {
	opacity: .8;
}


.numList2 {
  position: relative;
  overflow: hidden;
}
.numList2 li {
  position: relative;
  float: left;
  width: 55%;
  padding: 10px 2.8em;
  font-size: 1.14em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: #5c8db7;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.numList2 li:nth-child(odd) {
  margin-right: 10%;
}
.numList2 li strong {
  font-size: 1.125em;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: block;
  text-align: center;
}
.numList2 li .num {
  font-size: 2.5em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  color: #b9cbdd;
  line-height: 1.0;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 1.0em;
}
/* 追加2023.03.20 */
ol.numList2 li a {
	color: #fff!important;
	text-decoration: none;
}
ol.numList2 li a:hover {
	opacity: .8;
}

/* 特徴 */
#biz02 {
  margin-top: 90px;
}
#biz02 .ttl02 {
  letter-spacing: 1em;
  text-indent: 1em;
}
#biz02 .txt {
  text-align: center;
  margin-bottom: 35px;
}

#biz_flow {
  padding: 20px;
  position: relative;
  overflow: hidden;
}
#biz_flow li {
  width: 13.5%;
  float: left;
  background: #87d1f5 url(../images/biz02_flow_bg.png) 0 0 repeat;
  border: 2px solid #7aa1c4;
  text-align: center;
  color: #fff;
  font-size: 1.28em;
  letter-spacing: 0.1em;
  position: relative;
  margin-right: 3.8%;
  padding: 1em 0.5em;
}
#biz_flow li:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 8px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #92bdd6;
  position: absolute;
  left: 100%;
  margin-left: 12%;
}
#biz_flow li:last-child {
  margin-right: 0;
}
#biz_flow li:last-child:after {
  content: none;
}

#biz01 h2.headline02 {
  font-weight: normal;
  font-size: 1.57em;
  color: #005faf;
  line-height: 1.63;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}
#biz01 .biz01-item {
	display: flex;
	justify-content: center;
	align-items: stretch;
}
#biz01 .biz01-item .biz01-item-child {
	width: 400px;
	margin: 0 20px 50px;
	border: 1px solid #005faf;
	background: rgba(255,255,255,.75);
	padding: 20px;
	border-radius: 10px;
}
#biz01 .biz01-item .biz01-item-child h3 {
	color: #005faf;
	font-size: 1.57em;
	font-weight: 400;
	text-align: center;
	padding-bottom: 1em;
	letter-spacing: 0.1em;
}
#biz01 .biz01-item .biz01-item-child p {
	font-size: 1.17em;
	line-height: 1.57em;
	
}
h3.headlineH3-biz {
  position: relative;
  overflow: hidden;
  padding: 1rem 2rem 1rem 60px;
  border: solid 1px #005faf;
  background: rgba(255,255,255,.5);
  font-size: 1.15em;
  margin-bottom: 30px;
}
h3.headlineH3-biz:before {
  position: absolute;
  content: '';
  top: -150%;
  left: -50px;
  width: 100px;
  height: 300%;
  transform: rotate(25deg);
  background: #005faf;
}

/*********************************************
03 COMPANY -会社概要-
*********************************************/
#company01 {
  -ms-filter: "alpha(opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  background-color: white;
  background: rgba(255, 255, 255, 0.5);
  zoom: 1;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
#company01 .table {
  float: left;
  width: 37%;
}
#company01 .table2 {
  float: left;
  width: 80%;
}
#company01 .table3 {
  float: left;
  width: 80%;
}
#company01 .table th, #company01 .table td {
  text-align: left;
  padding-top: 0.95em;
  padding-bottom: 0.95em;
}
#company01 .table2 th, #company01 .table2 td {
  text-align: left;
  padding-top: 0.95em;
  padding-bottom: 1.95em;
}
#company01 .table3 th, #company01 .table3 td {
  text-align: left;
  padding-top: 0.95em;
  padding-bottom: 0.95em;
}
#company01 .table th {
  width: 10em;
  padding-right: 1em;
}
#company01 .table2 th {
  width: 14em;
  padding-right: 1em;
}
#company01 .table3 th {
  width: 14em;
  padding-right: 1em;
}
#company01 .map {
  position: absolute;
  width: 57%;
  top: 20px;
  bottom: 20px;
  right: 20px;
}
#company01 .map iframe {
  width: 100%;
  height: 100%;
}

#company01.content p {
	font-size: 1.05em;
	line-height: 1.75rem;
}
#company01.content h3 {
	font-size: 1.05em;
	line-height: 1.75rem;
	border-bottom: 1px solid #005faf;
	margin: 10px 0;
}
#company01 .company01-item {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 1rem 0;
}
#company01 .company01-item02 {
	display: flex;
	justify-content: center;
	align-items: stretch;
	padding: 1rem 0;
}
#company01 .company01-item .company01-item-child {
	width: 23%;
}
#company01 .company01-item02 .company01-item-child {
	width: 30%;
}
/*********************************************
04 CONTACT -お問合せ-
*********************************************/
#contact .inner {
  padding-bottom: 130px;
}

#contact01 .ttl {
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
  text-align: center;
}
#contact01 .telBlock {
  -ms-filter: "alpha(opacity=50)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  background-color: white;
  background: rgba(255, 255, 255, 0.5);
  zoom: 1;
  border: 2px solid #fff;
  padding: 20px;
  position: relative;
  overflow: hidden;
#  width: 700px;
  width: 394px;
  margin: 0 auto 30px;
}
#contact01 .telBlock dl {
  *zoom: 1;
  float: left;
}
#contact01 .telBlock dl:after {
  content: "";
  display: table;
  clear: both;
}
#contact01 .telBlock dt {
  float: left;
  margin-right: 10px;
  background: #5c8db7;
  color: #b8cadc;
  font-family: 'Oswald', sans-serif;
  font-weight: lighter;
  font-size: 1.71em;
  text-align: center;
  width: 50px;
  line-height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#contact01 .telBlock dd {
  float: left;
  color: #666;
  font-family: 'Oswald', sans-serif;
  font-size: 2.85em;
  font-weight: lighter;
  letter-spacing: 0.05em;
  line-height: 50px;
  position: relative;
}
#contact01 .telBlock dl.tel dd:before {
/*  content: '/'; */
  position: absolute;
  left: 100%;
  margin-left: 28px;
  font-weight: lighter;
}
#contact01 .telBlock dl.tel dd {
  font-weight: normal;
}
#contact01 .telBlock .fax {
  float: right;
}
#contact01 .address {
  font-size: 1.14em;
  text-align: center;
  margin-bottom: 26px;
  letter-spacing: 0.05em;
}
#contact01 .address:before {
  content: url(../images/ico_address.png);
  margin-right: 0.5em;
  vertical-align: middle;
  line-height: 1.0;
  display: inline-block;
}
#contact01 .mail {
  font-size: 1.14em;
  text-align: center;
}
#contact01 .mail a {
  display: inline-block;
  background: #87d1f5;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
}
#contact01 .mail a:before {
  content: url(../images/ico_mail.png);
  margin-right: 10px;
  vertical-align: middle;
  line-height: 1.0;
}
#contact01 .mail a:hover {
  background-color: #005faf;
}

body.top.modaal-window {
  height: 100vh;
  overflow-y: scroll;
}
.modaal-iframe .modaal-container {
	height: 80vh;
	width: 90%;
}
